  /*   
Theme Name: theacademyschools
Description: theacademyschools
*/

@charset "UTF-8";
/*!
 * Bootstrap v4.0.0-alpha.6 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css?family=David+Libre:400,500,700|Muli:200,300,400,700&subset=latin-ext");

html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

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

figcaption,
figure,
main {
    display: block;
}
.main {
    min-height: 400px;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

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

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
    outline-width: 0;
}


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

b,
strong {
    font-weight: 700 !important;
}


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

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

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

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

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

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

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

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

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

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

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

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details,
menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

@media print {
    *,
  *::before,
  *::after,
  p::first-letter,
  div::first-letter,
  blockquote::first-letter,
  li::first-letter,
  p::first-line,
  div::first-line,
  blockquote::first-line,
  li::first-line {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    a,
  a:visited {
        text-decoration: underline;
    }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
  blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
  img {
        page-break-inside: avoid;
    }

    p,
  h2,
  h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
  h3 {
        page-break-after: avoid;
    }

    .navbar {
        display: none;
    }

    .badge {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table td,
    .table th {
        background-color: #fff !important;
    }

    .table-bordered th,
  .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

html {
    box-sizing: border-box;
}

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

@-ms-viewport {
    width: device-width;
}

html {
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #292b2c;
    background-color: #fff;
    overflow-x: hidden;
}

[tabindex="-1"]:focus {
    outline: none !important;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

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

dt {
    font-weight: bold;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

a {
    color: #0275d8;
    text-decoration: none;
}

a:focus, a:hover {
    color: #014c8c;
    text-decoration: underline;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
}

[role="button"] {
    cursor: pointer;
}

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

table {
    border-collapse: collapse;
    background-color: transparent;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #636c72;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: left;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
textarea {
    line-height: inherit;
}

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
    cursor: not-allowed;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}

textarea {
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
}

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

output {
    display: inline-block;
}

[hidden] {
    display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h1, .h1 {
    font-size: 2.5rem;
}

h2, .h2 {
    font-size: 2rem;
}

h3, .h3 {
    font-size: 1.75rem;
}

h4, .h4 {
    font-size: 1.5rem;
}

h5, .h5 {
    font-size: 1.25rem;
}

h6, .h6 {
    font-size: 1rem;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.1;
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.1;
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.1;
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.1;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
    font-size: 80%;
    font-weight: normal;
}

mark,
.mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}

.list-inline-item:not(:last-child) {
    margin-right: 5px;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

.blockquote {
    padding: 0.5rem 1rem;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    border-left: 0.25rem solid #eceeef;
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #636c72;
}

.blockquote-footer::before {
    content: "\2014 \00A0";
}

.blockquote-reverse {
    padding-right: 1rem;
    padding-left: 0;
    text-align: right;
    border-right: 0.25rem solid #eceeef;
    border-left: 0;
}

.blockquote-reverse .blockquote-footer::before {
    content: "";
}

.blockquote-reverse .blockquote-footer::after {
    content: "\00A0 \2014";
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0.25rem;
    transition: all 0.2s ease-in-out;
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}

.figure-caption {
    font-size: 90%;
    color: #636c72;
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

code {
    padding: 0.2rem 0.4rem;
    font-size: 90%;
    color: #bd4147;
    background-color: #f7f7f9;
    border-radius: 0.25rem;
}

a > code {
    padding: 0;
    color: inherit;
    background-color: inherit;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 90%;
    color: #fff;
    background-color: #292b2c;
    border-radius: 0.2rem;
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 90%;
    color: #292b2c;
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 576px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 768px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 1200px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 1800px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 576px) {
    .container {
        width: 540px;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .container {
        width: 100%;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1750px;
        max-width: 100%;
    }
}

.container-fluid {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 576px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 768px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 1200px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 1800px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 576px) {
    .row {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media (min-width: 768px) {
    .row {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media (min-width: 1200px) {
    .row {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media (min-width: 1800px) {
    .row {
        margin-right: -15px;
        margin-left: -15px;
    }
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 576px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 768px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 1200px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 1800px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
        padding-right: 15px;
        padding-left: 15px;
    }
}

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

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

.pull-0 {
    right: auto;
}

.pull-1 {
    right: 8.33333%;
}

.pull-2 {
    right: 16.66667%;
}

.pull-3 {
    right: 25%;
}

.pull-4 {
    right: 33.33333%;
}

.pull-5 {
    right: 41.66667%;
}

.pull-6 {
    right: 50%;
}

.pull-7 {
    right: 58.33333%;
}

.pull-8 {
    right: 66.66667%;
}

.pull-9 {
    right: 75%;
}

.pull-10 {
    right: 83.33333%;
}

.pull-11 {
    right: 91.66667%;
}

.pull-12 {
    right: 100%;
}

.push-0 {
    left: auto;
}

.push-1 {
    left: 8.33333%;
}

.push-2 {
    left: 16.66667%;
}

.push-3 {
    left: 25%;
}

.push-4 {
    left: 33.33333%;
}

.push-5 {
    left: 41.66667%;
}

.push-6 {
    left: 50%;
}

.push-7 {
    left: 58.33333%;
}

.push-8 {
    left: 66.66667%;
}

.push-9 {
    left: 75%;
}

.push-10 {
    left: 83.33333%;
}

.push-11 {
    left: 91.66667%;
}

.push-12 {
    left: 100%;
}

.offset-1 {
    margin-left: 8.33333%;
}

.offset-2 {
    margin-left: 16.66667%;
}

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

.offset-4 {
    margin-left: 33.33333%;
}

.offset-5 {
    margin-left: 41.66667%;
}

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

.offset-7 {
    margin-left: 58.33333%;
}

.offset-8 {
    margin-left: 66.66667%;
}

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

.offset-10 {
    margin-left: 83.33333%;
}

.offset-11 {
    margin-left: 91.66667%;
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

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

    .col-sm-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

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

    .col-sm-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

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

    .col-sm-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

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

    .pull-sm-0 {
        right: auto;
    }

    .pull-sm-1 {
        right: 8.33333%;
    }

    .pull-sm-2 {
        right: 16.66667%;
    }

    .pull-sm-3 {
        right: 25%;
    }

    .pull-sm-4 {
        right: 33.33333%;
    }

    .pull-sm-5 {
        right: 41.66667%;
    }

    .pull-sm-6 {
        right: 50%;
    }

    .pull-sm-7 {
        right: 58.33333%;
    }

    .pull-sm-8 {
        right: 66.66667%;
    }

    .pull-sm-9 {
        right: 75%;
    }

    .pull-sm-10 {
        right: 83.33333%;
    }

    .pull-sm-11 {
        right: 91.66667%;
    }

    .pull-sm-12 {
        right: 100%;
    }

    .push-sm-0 {
        left: auto;
    }

    .push-sm-1 {
        left: 8.33333%;
    }

    .push-sm-2 {
        left: 16.66667%;
    }

    .push-sm-3 {
        left: 25%;
    }

    .push-sm-4 {
        left: 33.33333%;
    }

    .push-sm-5 {
        left: 41.66667%;
    }

    .push-sm-6 {
        left: 50%;
    }

    .push-sm-7 {
        left: 58.33333%;
    }

    .push-sm-8 {
        left: 66.66667%;
    }

    .push-sm-9 {
        left: 75%;
    }

    .push-sm-10 {
        left: 83.33333%;
    }

    .push-sm-11 {
        left: 91.66667%;
    }

    .push-sm-12 {
        left: 100%;
    }

    .offset-sm-0 {
        margin-left: 0%;
    }

    .offset-sm-1 {
        margin-left: 8.33333%;
    }

    .offset-sm-2 {
        margin-left: 16.66667%;
    }

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

    .offset-sm-4 {
        margin-left: 33.33333%;
    }

    .offset-sm-5 {
        margin-left: 41.66667%;
    }

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

    .offset-sm-7 {
        margin-left: 58.33333%;
    }

    .offset-sm-8 {
        margin-left: 66.66667%;
    }

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

    .offset-sm-10 {
        margin-left: 83.33333%;
    }

    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .col-md-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-md-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

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

    .col-md-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-md-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

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

    .col-md-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-md-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

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

    .col-md-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-md-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

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

    .pull-md-0 {
        right: auto;
    }

    .pull-md-1 {
        right: 8.33333%;
    }

    .pull-md-2 {
        right: 16.66667%;
    }

    .pull-md-3 {
        right: 25%;
    }

    .pull-md-4 {
        right: 33.33333%;
    }

    .pull-md-5 {
        right: 41.66667%;
    }

    .pull-md-6 {
        right: 50%;
    }

    .pull-md-7 {
        right: 58.33333%;
    }

    .pull-md-8 {
        right: 66.66667%;
    }

    .pull-md-9 {
        right: 75%;
    }

    .pull-md-10 {
        right: 83.33333%;
    }

    .pull-md-11 {
        right: 91.66667%;
    }

    .pull-md-12 {
        right: 100%;
    }

    .push-md-0 {
        left: auto;
    }

    .push-md-1 {
        left: 8.33333%;
    }

    .push-md-2 {
        left: 16.66667%;
    }

    .push-md-3 {
        left: 25%;
    }

    .push-md-4 {
        left: 33.33333%;
    }

    .push-md-5 {
        left: 41.66667%;
    }

    .push-md-6 {
        left: 50%;
    }

    .push-md-7 {
        left: 58.33333%;
    }

    .push-md-8 {
        left: 66.66667%;
    }

    .push-md-9 {
        left: 75%;
    }

    .push-md-10 {
        left: 83.33333%;
    }

    .push-md-11 {
        left: 91.66667%;
    }

    .push-md-12 {
        left: 100%;
    }

    .offset-md-0 {
        margin-left: 0%;
    }

    .offset-md-1 {
        margin-left: 8.33333%;
    }

    .offset-md-2 {
        margin-left: 16.66667%;
    }

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

    .offset-md-4 {
        margin-left: 33.33333%;
    }

    .offset-md-5 {
        margin-left: 41.66667%;
    }

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

    .offset-md-7 {
        margin-left: 58.33333%;
    }

    .offset-md-8 {
        margin-left: 66.66667%;
    }

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

    .offset-md-10 {
        margin-left: 83.33333%;
    }

    .offset-md-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 1200px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

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

    .col-lg-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        align-self: center;
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

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

    .col-lg-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

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

    .pull-lg-0 {
        right: auto;
    }

    .pull-lg-1 {
        right: 8.33333%;
    }

    .pull-lg-2 {
        right: 16.66667%;
    }

    .pull-lg-3 {
        right: 25%;
    }

    .pull-lg-4 {
        right: 33.33333%;
    }

    .pull-lg-5 {
        right: 41.66667%;
    }

    .pull-lg-6 {
        right: 50%;
    }

    .pull-lg-7 {
        right: 58.33333%;
    }

    .pull-lg-8 {
        right: 66.66667%;
    }

    .pull-lg-9 {
        right: 75%;
    }

    .pull-lg-10 {
        right: 83.33333%;
    }

    .pull-lg-11 {
        right: 91.66667%;
    }

    .pull-lg-12 {
        right: 100%;
    }

    .push-lg-0 {
        left: auto;
    }

    .push-lg-1 {
        left: 8.33333%;
    }

    .push-lg-2 {
        left: 16.66667%;
    }

    .push-lg-3 {
        left: 25%;
    }

    .push-lg-4 {
        left: 33.33333%;
    }

    .push-lg-5 {
        left: 41.66667%;
    }

    .push-lg-6 {
        left: 50%;
    }

    .push-lg-7 {
        left: 58.33333%;
    }

    .push-lg-8 {
        left: 66.66667%;
    }

    .push-lg-9 {
        left: 75%;
    }

    .push-lg-10 {
        left: 83.33333%;
    }

    .push-lg-11 {
        left: 91.66667%;
    }

    .push-lg-12 {
        left: 100%;
    }

    .offset-lg-0 {
        margin-left: 0%;
    }

    .offset-lg-1 {
        margin-left: 8.33333%;
    }

    .offset-lg-2 {
        margin-left: 16.66667%;
    }

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

    .offset-lg-4 {
        margin-left: 33.33333%;
    }

    .offset-lg-5 {
        margin-left: 41.66667%;
    }

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

    .offset-lg-7 {
        margin-left: 58.33333%;
    }

    .offset-lg-8 {
        margin-left: 66.66667%;
    }

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

    .offset-lg-10 {
        margin-left: 83.33333%;
    }

    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 1800px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

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

    .col-xl-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

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

    .col-xl-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

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

    .col-xl-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

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

    .pull-xl-0 {
        right: auto;
    }

    .pull-xl-1 {
        right: 8.33333%;
    }

    .pull-xl-2 {
        right: 16.66667%;
    }

    .pull-xl-3 {
        right: 25%;
    }

    .pull-xl-4 {
        right: 33.33333%;
    }

    .pull-xl-5 {
        right: 41.66667%;
    }

    .pull-xl-6 {
        right: 50%;
    }

    .pull-xl-7 {
        right: 58.33333%;
    }

    .pull-xl-8 {
        right: 66.66667%;
    }

    .pull-xl-9 {
        right: 75%;
    }

    .pull-xl-10 {
        right: 83.33333%;
    }

    .pull-xl-11 {
        right: 91.66667%;
    }

    .pull-xl-12 {
        right: 100%;
    }

    .push-xl-0 {
        left: auto;
    }

    .push-xl-1 {
        left: 8.33333%;
    }

    .push-xl-2 {
        left: 16.66667%;
    }

    .push-xl-3 {
        left: 25%;
    }

    .push-xl-4 {
        left: 33.33333%;
    }

    .push-xl-5 {
        left: 41.66667%;
    }

    .push-xl-6 {
        left: 50%;
    }

    .push-xl-7 {
        left: 58.33333%;
    }

    .push-xl-8 {
        left: 66.66667%;
    }

    .push-xl-9 {
        left: 75%;
    }

    .push-xl-10 {
        left: 83.33333%;
    }

    .push-xl-11 {
        left: 91.66667%;
    }

    .push-xl-12 {
        left: 100%;
    }

    .offset-xl-0 {
        margin-left: 0%;
    }

    .offset-xl-1 {
        margin-left: 8.33333%;
    }

    .offset-xl-2 {
        margin-left: 16.66667%;
    }

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

    .offset-xl-4 {
        margin-left: 33.33333%;
    }

    .offset-xl-5 {
        margin-left: 41.66667%;
    }

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

    .offset-xl-7 {
        margin-left: 58.33333%;
    }

    .offset-xl-8 {
        margin-left: 66.66667%;
    }

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

    .offset-xl-10 {
        margin-left: 83.33333%;
    }

    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
}

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

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eceeef;
}

.table tbody + tbody {
    border-top: 2px solid #eceeef;
}

.table .table {
    background-color: #fff;
}

.table-sm th,
.table-sm td {
    padding: 0.3rem;
}

.table-bordered {
    border: 1px solid #eceeef;
}

.table-bordered th,
  .table-bordered td {
    border: 1px solid #eceeef;
}

.table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-active,
.table-active > th,
.table-active > td {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-success,
.table-success > th,
.table-success > td {
    background-color: #dff0d8;
}

.table-hover .table-success:hover {
    background-color: #d0e9c6;
}

.table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #d0e9c6;
}

.table-info,
.table-info > th,
.table-info > td {
    background-color: #d9edf7;
}

.table-hover .table-info:hover {
    background-color: #c4e3f3;
}

.table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #c4e3f3;
}

.table-warning,
.table-warning > th,
.table-warning > td {
    background-color: #fcf8e3;
}

.table-hover .table-warning:hover {
    background-color: #faf2cc;
}

.table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #faf2cc;
}

.table-danger,
.table-danger > th,
.table-danger > td {
    background-color: #f2dede;
}

.table-hover .table-danger:hover {
    background-color: #ebcccc;
}

.table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #ebcccc;
}

.thead-inverse th {
    color: #fff;
    background-color: #292b2c;
}

.thead-default th {
    color: #464a4c;
    background-color: #eceeef;
}

.table-inverse {
    color: #fff;
    background-color: #292b2c;
}

.table-inverse th,
  .table-inverse td,
  .table-inverse thead th {
    border-color: #fff;
}

.table-inverse.table-bordered {
    border: 0;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive.table-bordered {
    border: 0;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #464a4c;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:focus {
    color: #464a4c;
    background-color: #fff;
    border-color: #5cb3fd;
    outline: none;
}

.form-control::-webkit-input-placeholder {
    color: #636c72;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #636c72;
    opacity: 1;
}

.form-control::placeholder {
    color: #636c72;
    opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #eceeef;
    opacity: 1;
}

.form-control:disabled {
    cursor: not-allowed;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px);
}

select.form-control:focus::-ms-value {
    color: #464a4c;
    background-color: #fff;
}

.form-control-file,
.form-control-range {
    display: block;
}

.col-form-label {
    padding-top: calc(0.5rem - 1px * 2);
    padding-bottom: calc(0.5rem - 1px * 2);
    margin-bottom: 0;
}

.col-form-label-lg {
    padding-top: calc(0.75rem - 1px * 2);
    padding-bottom: calc(0.75rem - 1px * 2);
    font-size: 1.25rem;
}

.col-form-label-sm {
    padding-top: calc(0.25rem - 1px * 2);
    padding-bottom: calc(0.25rem - 1px * 2);
    font-size: 0.875rem;
}

.col-form-legend {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0;
    font-size: 1rem;
}

.form-control-static {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0;
    line-height: 1.25;
    border: solid transparent;
    border-width: 1px 0;
}

.form-control-static.form-control-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn, .form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn {
    padding-right: 0;
    padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
    height: 1.8125rem;
}

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
    height: 3.16667rem;
}

.form-group {
    margin-bottom: 1rem;
}

.form-text {
    display: block;
    margin-top: 0.25rem;
}

.form-check {
    position: relative;
    display: block;
    margin-bottom: 0.5rem;
}

.form-check.disabled .form-check-label {
    color: #636c72;
    cursor: not-allowed;
}

.form-check-label {
    padding-left: 1.25rem;
    margin-bottom: 0;
    cursor: pointer;
}

.form-check-input {
    position: absolute;
    margin-top: 0.25rem;
    margin-left: -1.25rem;
}

.form-check-input:only-child {
    position: static;
}

.form-check-inline {
    display: inline-block;
}

.form-check-inline .form-check-label {
    vertical-align: middle;
}

.form-check-inline + .form-check-inline {
    margin-left: 0.75rem;
}

.form-control-feedback {
    margin-top: 0.25rem;
}

.form-control-success,
.form-control-warning,
.form-control-danger {
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right 0.5625rem;
    background-size: 1.125rem 1.125rem;
}

.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .col-form-label,
.has-success .form-check-label,
.has-success .custom-control {
    color: #5cb85c;
}

.has-success .form-control {
    border-color: #5cb85c;
}

.has-success .input-group-addon {
    color: #5cb85c;
    border-color: #5cb85c;
    background-color: #eaf6ea;
}

.has-success .form-control-success {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
}

.has-warning .form-control-feedback,
.has-warning .form-control-label,
.has-warning .col-form-label,
.has-warning .form-check-label,
.has-warning .custom-control {
    color: #f0ad4e;
}

.has-warning .form-control {
    border-color: #f0ad4e;
}

.has-warning .input-group-addon {
    color: #f0ad4e;
    border-color: #f0ad4e;
    background-color: white;
}

.has-warning .form-control-warning {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
}

.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .col-form-label,
.has-danger .form-check-label,
.has-danger .custom-control {
    color: #d9534f;
}

.has-danger .form-control {
    border-color: #d9534f;
}

.has-danger .input-group-addon {
    color: #d9534f;
    border-color: #d9534f;
    background-color: #fdf7f7;
}

.has-danger .form-control-danger {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
}

.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
}

.form-inline .form-check {
    width: 100%;
}

@media (min-width: 576px) {
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0;
    }

    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-static {
        display: inline-block;
    }

    .form-inline .input-group {
        width: auto;
    }

    .form-inline .form-control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        margin-top: 0;
        margin-bottom: 0;
    }

    .form-inline .form-check-label {
        padding-left: 0;
    }

    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }

    .form-inline .custom-control {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 0;
    }

    .form-inline .custom-control-indicator {
        position: static;
        display: inline-block;
        margin-right: 0.25rem;
        vertical-align: text-bottom;
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.btn {
    display: inline-block;
    font-weight: normal;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: all 0.2s ease-in-out;
}

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

.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.25);
}

.btn.disabled, .btn:disabled {
    cursor: not-allowed;
    opacity: .65;
}

.btn:active, .btn.active {
    background-image: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-primary {
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8;
}

.btn-primary:hover {
    color: #fff;
    background-color: #025aa5;
    border-color: #01549b;
}

.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
    background-color: #0275d8;
    border-color: #0275d8;
}

.btn-primary:active, .btn-primary.active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #025aa5;
    background-image: none;
    border-color: #01549b;
}

.btn-secondary {
    color: #292b2c;
    background-color: #fff;
    border-color: #ccc;
}

.btn-secondary:hover {
    color: #292b2c;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
    background-color: #fff;
    border-color: #ccc;
}

.btn-secondary:active, .btn-secondary.active,
  .show > .btn-secondary.dropdown-toggle {
    color: #292b2c;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #adadad;
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2;
}

.btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.btn-info:active, .btn-info.active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    background-image: none;
    border-color: #2aabd2;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #419641;
}

.btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.btn-success:active, .btn-success.active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    background-image: none;
    border-color: #419641;
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316;
}

.btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.btn-warning:active, .btn-warning.active,
  .show > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    background-image: none;
    border-color: #eb9316;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f;
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a;
}

.btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
    background-color: #d9534f;
    border-color: #d9534f;
}

.btn-danger:active, .btn-danger.active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    background-image: none;
    border-color: #c12e2a;
}

.btn-outline-primary {
    color: #0275d8;
    background-image: none;
    background-color: transparent;
    border-color: #0275d8;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #0275d8;
    background-color: transparent;
}

.btn-outline-primary:active, .btn-outline-primary.active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8;
}

.btn-outline-secondary {
    color: #ccc;
    background-image: none;
    background-color: transparent;
    border-color: #ccc;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #ccc;
    background-color: transparent;
}

.btn-outline-secondary:active, .btn-outline-secondary.active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc;
}

.btn-outline-info {
    color: #5bc0de;
    background-image: none;
    background-color: transparent;
    border-color: #5bc0de;
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #5bc0de;
    background-color: transparent;
}

.btn-outline-info:active, .btn-outline-info.active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.btn-outline-success {
    color: #5cb85c;
    background-image: none;
    background-color: transparent;
    border-color: #5cb85c;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #5cb85c;
    background-color: transparent;
}

.btn-outline-success:active, .btn-outline-success.active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.btn-outline-warning {
    color: #f0ad4e;
    background-image: none;
    background-color: transparent;
    border-color: #f0ad4e;
}

.btn-outline-warning:hover {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #f0ad4e;
    background-color: transparent;
}

.btn-outline-warning:active, .btn-outline-warning.active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.btn-outline-danger {
    color: #d9534f;
    background-image: none;
    background-color: transparent;
    border-color: #d9534f;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #d9534f;
    background-color: transparent;
}

.btn-outline-danger:active, .btn-outline-danger.active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f;
}

.btn-link {
    font-weight: normal;
    color: #0275d8;
    border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
    background-color: transparent;
}

.btn-link, .btn-link:focus, .btn-link:active {
    border-color: transparent;
}

.btn-link:hover {
    border-color: transparent;
}

.btn-link:focus, .btn-link:hover {
    color: #014c8c;
    text-decoration: underline;
    background-color: transparent;
}

.btn-link:disabled {
    color: #636c72;
}

.btn-link:disabled:focus, .btn-link:disabled:hover {
    text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block + .btn-block {
    margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    transition: opacity 0.15s linear;
}

.fade.show {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.show {
    display: block;
}

tr.collapse.show {
    display: table-row;
}

tbody.collapse.show {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropup .dropdown-toggle::after {
    border-top: 0;
    border-bottom: 0.3em solid;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #292b2c;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.dropdown-divider {
    height: 1px;
    margin: 0.5rem 0;
    overflow: hidden;
    background-color: #eceeef;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 3px 1.5rem;
    clear: both;
    font-weight: normal;
    color: #292b2c;
    text-align: inherit;
    white-space: nowrap;
    background: none;
    border: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #1d1e1f;
    text-decoration: none;
    background-color: #f7f7f9;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0275d8;
}

.dropdown-item.disabled, .dropdown-item:disabled {
    color: #636c72;
    cursor: not-allowed;
    background-color: transparent;
}

.show > .dropdown-menu {
    display: block;
}

.show > a {
    outline: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #636c72;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 0.125rem;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}

.btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
    z-index: 2;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
    z-index: 2;
}

.btn-group .btn + .btn,
  .btn-group .btn + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .btn-group + .btn-group,
  .btn-group-vertical .btn + .btn,
  .btn-group-vertical .btn + .btn-group,
  .btn-group-vertical .btn-group + .btn,
  .btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px;
}

.btn-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.btn-toolbar .input-group {
    width: auto;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.btn + .dropdown-toggle-split::after {
    margin-left: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: 1.125rem;
    padding-left: 1.125rem;
}

.btn-group-vertical {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn-group-vertical .btn,
  .btn-group-vertical .btn-group {
    width: 100%;
}

.btn-group-vertical > .btn + .btn,
  .btn-group-vertical > .btn + .btn-group,
  .btn-group-vertical > .btn-group + .btn,
  .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
    z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
}

.input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.input-group-addon,
.input-group-btn {
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.25;
    color: #464a4c;
    text-align: center;
    background-color: #eceeef;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.input-group-addon.form-control-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}

.input-group-addon.form-control-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}

.input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0;
}

.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group > .btn,
.input-group-btn:not(:last-child) > .dropdown-toggle,
.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.input-group-addon:not(:last-child) {
    border-right: 0;
}

.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn:not(:first-child),
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.form-control + .input-group-addon:not(:first-child) {
    border-left: 0;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.input-group-btn > .btn {
    position: relative;
    -ms-flex: 1;
    flex: 1;
}

.input-group-btn > .btn + .btn {
    margin-left: -1px;
}

.input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
    z-index: 3;
}

.input-group-btn:not(:last-child) > .btn,
  .input-group-btn:not(:last-child) > .btn-group {
    margin-right: -1px;
}

.input-group-btn:not(:first-child) > .btn,
  .input-group-btn:not(:first-child) > .btn-group {
    z-index: 2;
    margin-left: -1px;
}

.input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:hover,
    .input-group-btn:not(:first-child) > .btn-group:focus,
    .input-group-btn:not(:first-child) > .btn-group:active,
    .input-group-btn:not(:first-child) > .btn-group:hover {
    z-index: 3;
}

.custom-control {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    margin-right: 1rem;
    cursor: pointer;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-control-input:checked ~ .custom-control-indicator {
    color: #fff;
    background-color: #0275d8;
}

.custom-control-input:focus ~ .custom-control-indicator {
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #0275d8;
}

.custom-control-input:active ~ .custom-control-indicator {
    color: #fff;
    background-color: #8fcafe;
}

.custom-control-input:disabled ~ .custom-control-indicator {
    cursor: not-allowed;
    background-color: #eceeef;
}

.custom-control-input:disabled ~ .custom-control-description {
    color: #636c72;
    cursor: not-allowed;
}

.custom-control-indicator {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #ddd;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.custom-checkbox .custom-control-indicator {
    border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
    background-color: #0275d8;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-indicator {
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-controls-stacked {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.custom-controls-stacked .custom-control {
    margin-bottom: 0.25rem;
}

.custom-controls-stacked .custom-control + .custom-control {
    margin-left: 0;
}

.custom-select {
    display: inline-block;
    max-width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    line-height: 1.25;
    color: #464a4c;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
    background-size: 8px 10px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.custom-select:focus {
    border-color: #5cb3fd;
    outline: none;
}

.custom-select:focus::-ms-value {
    color: #464a4c;
    background-color: #fff;
}

.custom-select:disabled {
    color: #636c72;
    cursor: not-allowed;
    background-color: #eceeef;
}

.custom-select::-ms-expand {
    opacity: 0;
}

.custom-select-sm {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 75%;
}

.custom-file {
    position: relative;
    display: inline-block;
    max-width: 100%;
    height: 2.5rem;
    margin-bottom: 0;
    cursor: pointer;
}

.custom-file-input {
    min-width: 14rem;
    max-width: 100%;
    height: 2.5rem;
    margin: 0;
    filter: alpha(opacity=0);
    opacity: 0;
}

.custom-file-control {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: 2.5rem;
    padding: 0.5rem 1rem;
    line-height: 1.5;
    color: #464a4c;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.custom-file-control:lang(en)::after {
    content: "Choose file...";
}

.custom-file-control::before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 6;
    display: block;
    height: 2.5rem;
    padding: 0.5rem 1rem;
    line-height: 1.5;
    color: #464a4c;
    background-color: #eceeef;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0 0.25rem 0.25rem 0;
}

.custom-file-control:lang(en)::before {
    content: "Browse";
}

.nav {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.5em 1em;
}

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

.nav-link.disabled {
    color: #636c72;
    cursor: not-allowed;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #eceeef #eceeef #ddd;
}

.nav-tabs .nav-link.disabled {
    color: #636c72;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #464a4c;
    background-color: #fff;
    border-color: #ddd #ddd #fff;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.nav-pills .nav-link {
    border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .nav-item.show .nav-link {
    color: #fff;
    cursor: default;
    background-color: #0275d8;
}

.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified .nav-item {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    text-align: center;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0.5rem 1rem;
}

.navbar-brand {
    display: inline-block;
    padding-top: .25rem;
    padding-bottom: .25rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

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

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

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.navbar-text {
    display: inline-block;
    padding-top: .425rem;
    padding-bottom: .425rem;
}

.navbar-toggler {
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

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

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

.navbar-toggler-left {
    position: absolute;
    left: 1rem;
}

.navbar-toggler-right {
    position: absolute;
    right: 1rem;
}

@media (max-width: 575px) {
    .navbar-toggleable .navbar-nav .dropdown-menu {
        position: static;
        float: none;
    }

    .navbar-toggleable > .container {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 576px) {
    .navbar-toggleable {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-align: center;
        align-items: center;
    }

    .navbar-toggleable .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .navbar-toggleable .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }

    .navbar-toggleable > .container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-align: center;
        align-items: center;
    }

    .navbar-toggleable .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        width: 100%;
    }

    .navbar-toggleable .navbar-toggler {
        display: none;
    }
}

@media (max-width: 767px) {
    .column-list {
        margin-top: 24px !important;
        grid-template-columns: 1fr !important;
    }
    .navbar-toggleable-sm .navbar-nav .dropdown-menu {
        position: static;
        float: none;
    }

    .navbar-toggleable-sm > .container {
        padding-right: 0;
        padding-left: 0;
    }

    .charter-resources {
        padding-top: 22px !important;
    }
}

@media (min-width: 768px) {
    .navbar-toggleable-sm {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-align: center;
        align-items: center;
    }

    .navbar-toggleable-sm .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .navbar-toggleable-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }

    .navbar-toggleable-sm > .container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-align: center;
        align-items: center;
    }

    .navbar-toggleable-sm .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        width: 100%;
    }

    .navbar-toggleable-sm .navbar-toggler {
        display: none;
    }
}

@media (max-width: 1199px) {
    .navbar-toggleable-md .navbar-nav .dropdown-menu {
        position: static;
        float: none;
    }

    .navbar-toggleable-md > .container {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1200px) {
    .navbar-toggleable-md {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-align: center;
        align-items: center;
    }

    .navbar-toggleable-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .navbar-toggleable-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }

    .navbar-toggleable-md > .container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-align: center;
        align-items: center;
    }

    .navbar-toggleable-md .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        width: 100%;
    }

    .navbar-toggleable-md .navbar-toggler {
        display: none;
    }
}

@media (max-width: 1799px) {
    .navbar-toggleable-lg .navbar-nav .dropdown-menu {
        position: static;
        float: none;
    }

    .navbar-toggleable-lg > .container {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1800px) {
    .navbar-toggleable-lg {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-align: center;
        align-items: center;
    }

    .navbar-toggleable-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .navbar-toggleable-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }

    .navbar-toggleable-lg > .container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-align: center;
        align-items: center;
    }

    .navbar-toggleable-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        width: 100%;
    }

    .navbar-toggleable-lg .navbar-toggler {
        display: none;
    }
}

.navbar-toggleable-xl {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
    position: static;
    float: none;
}

.navbar-toggleable-xl > .container {
    padding-right: 0;
    padding-left: 0;
}

.navbar-toggleable-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
}

.navbar-toggleable-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
}

.navbar-toggleable-xl > .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-toggleable-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
}

.navbar-toggleable-xl .navbar-toggler {
    display: none;
}

.navbar-light .navbar-brand,
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover,
  .navbar-light .navbar-toggler:focus,
  .navbar-light .navbar-toggler:hover {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .open > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
    border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
    background-image: url(/wp-content/themes/tas/"data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http:/www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-toggler {
    color: white;
}

.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover,
  .navbar-inverse .navbar-toggler:focus,
  .navbar-inverse .navbar-toggler:hover {
    color: white;
}

.navbar-inverse .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}

.navbar-inverse .navbar-nav .nav-link:focus, .navbar-inverse .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75);
}

.navbar-inverse .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}

.navbar-inverse .navbar-nav .open > .nav-link,
.navbar-inverse .navbar-nav .active > .nav-link,
.navbar-inverse .navbar-nav .nav-link.open,
.navbar-inverse .navbar-nav .nav-link.active {
    color: white;
}

.navbar-inverse .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-inverse .navbar-toggler-icon {
    background-image: url(/wp-content/themes/tas/"data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http:/www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-inverse .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.card-block {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: 0.75rem;
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1.25rem;
}

.card > .list-group:first-child .list-group-item:first-child {
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #f7f7f9;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: #f7f7f9;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-primary {
    background-color: #0275d8;
    border-color: #0275d8;
}

.card-primary .card-header,
  .card-primary .card-footer {
    background-color: transparent;
}

.card-success {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.card-success .card-header,
  .card-success .card-footer {
    background-color: transparent;
}

.card-info {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.card-info .card-header,
  .card-info .card-footer {
    background-color: transparent;
}

.card-warning {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.card-warning .card-header,
  .card-warning .card-footer {
    background-color: transparent;
}

.card-danger {
    background-color: #d9534f;
    border-color: #d9534f;
}

.card-danger .card-header,
  .card-danger .card-footer {
    background-color: transparent;
}

.card-outline-primary {
    background-color: transparent;
    border-color: #0275d8;
}

.card-outline-secondary {
    background-color: transparent;
    border-color: #ccc;
}

.card-outline-info {
    background-color: transparent;
    border-color: #5bc0de;
}

.card-outline-success {
    background-color: transparent;
    border-color: #5cb85c;
}

.card-outline-warning {
    background-color: transparent;
    border-color: #f0ad4e;
}

.card-outline-danger {
    background-color: transparent;
    border-color: #d9534f;
}

.card-inverse {
    color: rgba(255, 255, 255, 0.65);
}

.card-inverse .card-header,
  .card-inverse .card-footer {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.2);
}

.card-inverse .card-header,
  .card-inverse .card-footer,
  .card-inverse .card-title,
  .card-inverse .card-blockquote {
    color: #fff;
}

.card-inverse .card-link,
  .card-inverse .card-text,
  .card-inverse .card-subtitle,
  .card-inverse .card-blockquote .blockquote-footer {
    color: rgba(255, 255, 255, 0.65);
}

.card-inverse .card-link:focus, .card-inverse .card-link:hover {
    color: #fff;
}

.card-blockquote {
    padding: 0;
    margin-bottom: 0;
    border-left: 0;
}

.card-img {
    border-radius: calc(0.25rem - 1px);
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img-top {
    border-top-right-radius: calc(0.25rem - 1px);
    border-top-left-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

@media (min-width: 576px) {
    .card-deck {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .card-deck .card {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 0 0px;
        flex: 1 0 0;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .card-deck .card:not(:first-child) {
        margin-left: 15px;
    }

    .card-deck .card:not(:last-child) {
        margin-right: 15px;
    }
}

@media (min-width: 576px) {
    .card-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .card-group .card {
        -ms-flex: 1 0 0px;
        flex: 1 0 0;
    }

    .card-group .card + .card {
        margin-left: 0;
        border-left: 0;
    }

    .card-group .card:first-child {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .card-group .card:first-child .card-img-top {
        border-top-right-radius: 0;
    }

    .card-group .card:first-child .card-img-bottom {
        border-bottom-right-radius: 0;
    }

    .card-group .card:last-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

    .card-group .card:last-child .card-img-top {
        border-top-left-radius: 0;
    }

    .card-group .card:last-child .card-img-bottom {
        border-bottom-left-radius: 0;
    }

    .card-group .card:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

    .card-group .card:not(:first-child):not(:last-child) .card-img-top,
        .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
        border-radius: 0;
    }
}

@media (min-width: 576px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
    }

    .card-columns .card {
        display: inline-block;
        width: 100%;
        margin-bottom: 0.75rem;
    }
}

.breadcrumb {
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #eceeef;
    border-radius: 0.25rem;
}

.breadcrumb::after {
    display: block;
    content: "";
    clear: both;
}

.breadcrumb-item {
    float: left;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #636c72;
    content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #636c72;
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.page-item:before {
    display: none;
}

.page-item:first-child .page-link, .page-item:first-child .page-numbers {
    margin-left: 0;
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
}

.page-item:last-child .page-link, .page-item:last-child .page-numbers {
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.page-item.active .page-link, .page-item.active .page-numbers {
    z-index: 2;
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8;
}

.page-item.disabled .page-link, .page-item.disabled .page-numbers {
    color: #636c72;
    pointer-events: none;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.page-link, .page-numbers {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #0275d8 !important;
    background-color: #fff;
    border: 1px solid #ddd;
}

.page-link:focus, .page-link:hover, .page-numbers:focus, .page-numbers:hover {
    color: #014c8c;
    text-decoration: none;
    background-color: #eceeef;
    border-color: #ddd;
}
.page-link.current-page, .page-numbers.current {
    color: #7b7b7b !important;
    border: none !important;
    background-color: #eceeef !important;
    font-weight: 700 !important;
}
.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
}

.pagination-lg .page-item:first-child .page-link, .pagination-lg .page-item:first-child .page-numbers {
    border-bottom-left-radius: 0.3rem;
    border-top-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link, .pagination-lg .page-item:last-child .page-numbers {
    border-bottom-right-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.pagination-sm .page-link, .pagination-sm .page-numbers {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}

.pagination-sm .page-item:first-child .page-link, .pagination-sm .page-item:first-child .page-numbers {
    border-bottom-left-radius: 0.2rem;
    border-top-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link, .pagination-sm .page-item:last-child .page-numbers {
    border-bottom-right-radius: 0.2rem;
    border-top-right-radius: 0.2rem;
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

a.badge:focus, a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}

.badge-default {
    background-color: #636c72;
}

.badge-default[href]:focus, .badge-default[href]:hover {
    background-color: #4b5257;
}

.badge-primary {
    background-color: #0275d8;
}

.badge-primary[href]:focus, .badge-primary[href]:hover {
    background-color: #025aa5;
}

.badge-success {
    background-color: #5cb85c;
}

.badge-success[href]:focus, .badge-success[href]:hover {
    background-color: #449d44;
}

.badge-info {
    background-color: #5bc0de;
}

.badge-info[href]:focus, .badge-info[href]:hover {
    background-color: #31b0d5;
}

.badge-warning {
    background-color: #f0ad4e;
}

.badge-warning[href]:focus, .badge-warning[href]:hover {
    background-color: #ec971f;
}

.badge-danger {
    background-color: #d9534f;
}

.badge-danger[href]:focus, .badge-danger[href]:hover {
    background-color: #c9302c;
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #eceeef;
    border-radius: 0.3rem;
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem;
    }
}

.jumbotron-hr {
    border-top-color: #d0d5d8;
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}

.alert {
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: bold;
}

.alert-dismissible .close {
    position: relative;
    top: -0.75rem;
    right: -1.25rem;
    padding: 0.75rem 1.25rem;
    color: inherit;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d0e9c6;
    color: #3c763d;
}

.alert-success hr {
    border-top-color: #c1e2b3;
}

.alert-success .alert-link {
    color: #2b542c;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bcdff1;
    color: #31708f;
}

.alert-info hr {
    border-top-color: #a6d5ec;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faf2cc;
    color: #8a6d3b;
}

.alert-warning hr {
    border-top-color: #f7ecb5;
}

.alert-warning .alert-link {
    color: #66512c;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebcccc;
    color: #a94442;
}

.alert-danger hr {
    border-top-color: #e4b9b9;
}

.alert-danger .alert-link {
    color: #843534;
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    font-size: 0.75rem;
    line-height: 1rem;
    text-align: center;
    background-color: #eceeef;
    border-radius: 0.25rem;
}

.progress-bar {
    height: 1rem;
    color: #fff;
    background-color: #0275d8;
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}

.progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite;
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.media-body {
    -ms-flex: 1;
    flex: 1;
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.list-group-item-action {
    width: 100%;
    color: #464a4c;
    text-align: inherit;
}

.list-group-item-action .list-group-item-heading {
    color: #292b2c;
}

.list-group-item-action:focus, .list-group-item-action:hover {
    color: #464a4c;
    text-decoration: none;
    background-color: #f7f7f9;
}

.list-group-item-action:active {
    color: #292b2c;
    background-color: #eceeef;
}

.list-group-item {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.list-group-item:focus, .list-group-item:hover {
    text-decoration: none;
}

.list-group-item.disabled, .list-group-item:disabled {
    color: #636c72;
    cursor: not-allowed;
    background-color: #fff;
}

.list-group-item.disabled .list-group-item-heading, .list-group-item:disabled .list-group-item-heading {
    color: inherit;
}

.list-group-item.disabled .list-group-item-text, .list-group-item:disabled .list-group-item-text {
    color: #636c72;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8;
}

.list-group-item.active .list-group-item-heading,
    .list-group-item.active .list-group-item-heading > small,
    .list-group-item.active .list-group-item-heading > .small {
    color: inherit;
}

.list-group-item.active .list-group-item-text {
    color: #daeeff;
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0;
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit;
}

a.list-group-item-success:focus, a.list-group-item-success:hover,
  button.list-group-item-success:focus,
  button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6;
}

a.list-group-item-success.active,
  button.list-group-item-success.active {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit;
}

a.list-group-item-info:focus, a.list-group-item-info:hover,
  button.list-group-item-info:focus,
  button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3;
}

a.list-group-item-info.active,
  button.list-group-item-info.active {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit;
}

a.list-group-item-warning:focus, a.list-group-item-warning:hover,
  button.list-group-item-warning:focus,
  button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc;
}

a.list-group-item-warning.active,
  button.list-group-item-warning.active {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit;
}

a.list-group-item-danger:focus, a.list-group-item-danger:hover,
  button.list-group-item-danger:focus,
  button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc;
}

a.list-group-item-danger.active,
  button.list-group-item-danger.active {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442;
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-21by9::before {
    padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .75;
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

.modal.show .modal-dialog {
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #eceeef;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px;
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 15px;
    border-top: 1px solid #eceeef;
}

.modal-footer > :not(:first-child) {
    margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
    margin-right: .25rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 30px auto;
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 1200px) {
    .modal-lg {
        max-width: 800px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}

.tooltip.show {
    opacity: 0.9;
}

.tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom {
    padding: 5px 0;
    margin-top: -3px;
}

.tooltip.tooltip-top .tooltip-inner::before, .tooltip.bs-tether-element-attached-bottom .tooltip-inner::before {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    content: "";
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.tooltip-right, .tooltip.bs-tether-element-attached-left {
    padding: 0 5px;
    margin-left: 3px;
}

.tooltip.tooltip-right .tooltip-inner::before, .tooltip.bs-tether-element-attached-left .tooltip-inner::before {
    top: 50%;
    left: 0;
    margin-top: -5px;
    content: "";
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.tooltip-bottom, .tooltip.bs-tether-element-attached-top {
    padding: 5px 0;
    margin-top: 3px;
}

.tooltip.tooltip-bottom .tooltip-inner::before, .tooltip.bs-tether-element-attached-top .tooltip-inner::before {
    top: 0;
    left: 50%;
    margin-left: -5px;
    content: "";
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.tooltip-left, .tooltip.bs-tether-element-attached-right {
    padding: 0 5px;
    margin-left: -3px;
}

.tooltip.tooltip-left .tooltip-inner::before, .tooltip.bs-tether-element-attached-right .tooltip-inner::before {
    top: 50%;
    right: 0;
    margin-top: -5px;
    content: "";
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
}

.tooltip-inner::before {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    padding: 1px;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}

.popover.popover-top, .popover.bs-tether-element-attached-bottom {
    margin-top: -10px;
}

.popover.popover-top::before, .popover.popover-top::after, .popover.bs-tether-element-attached-bottom::before, .popover.bs-tether-element-attached-bottom::after {
    left: 50%;
    border-bottom-width: 0;
}

.popover.popover-top::before, .popover.bs-tether-element-attached-bottom::before {
    bottom: -11px;
    margin-left: -11px;
    border-top-color: rgba(0, 0, 0, 0.25);
}

.popover.popover-top::after, .popover.bs-tether-element-attached-bottom::after {
    bottom: -10px;
    margin-left: -10px;
    border-top-color: #fff;
}

.popover.popover-right, .popover.bs-tether-element-attached-left {
    margin-left: 10px;
}

.popover.popover-right::before, .popover.popover-right::after, .popover.bs-tether-element-attached-left::before, .popover.bs-tether-element-attached-left::after {
    top: 50%;
    border-left-width: 0;
}

.popover.popover-right::before, .popover.bs-tether-element-attached-left::before {
    left: -11px;
    margin-top: -11px;
    border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.popover-right::after, .popover.bs-tether-element-attached-left::after {
    left: -10px;
    margin-top: -10px;
    border-right-color: #fff;
}

.popover.popover-bottom, .popover.bs-tether-element-attached-top {
    margin-top: 10px;
}

.popover.popover-bottom::before, .popover.popover-bottom::after, .popover.bs-tether-element-attached-top::before, .popover.bs-tether-element-attached-top::after {
    left: 50%;
    border-top-width: 0;
}

.popover.popover-bottom::before, .popover.bs-tether-element-attached-top::before {
    top: -11px;
    margin-left: -11px;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.popover-bottom::after, .popover.bs-tether-element-attached-top::after {
    top: -10px;
    margin-left: -10px;
    border-bottom-color: #f7f7f7;
}

.popover.popover-bottom .popover-title::before, .popover.bs-tether-element-attached-top .popover-title::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 20px;
    margin-left: -10px;
    content: "";
    border-bottom: 1px solid #f7f7f7;
}

.popover.popover-left, .popover.bs-tether-element-attached-right {
    margin-left: -10px;
}

.popover.popover-left::before, .popover.popover-left::after, .popover.bs-tether-element-attached-right::before, .popover.bs-tether-element-attached-right::after {
    top: 50%;
    border-right-width: 0;
}

.popover.popover-left::before, .popover.bs-tether-element-attached-right::before {
    right: -11px;
    margin-top: -11px;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.popover-left::after, .popover.bs-tether-element-attached-right::after {
    right: -10px;
    margin-top: -10px;
    border-left-color: #fff;
}

.popover-title {
    padding: 8px 14px;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-right-radius: calc(0.3rem - 1px);
    border-top-left-radius: calc(0.3rem - 1px);
}

.popover-title:empty {
    display: none;
}

.popover-content {
    padding: 9px 14px;
}

.popover::before,
.popover::after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover::before {
    content: "";
    border-width: 11px;
}

.popover::after {
    content: "";
    border-width: 10px;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-item {
    position: relative;
    display: none;
    width: 100%;
}

@media (-webkit-transform-3d) {
    .carousel-item {
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        perspective: 1000px;
    }
}

@supports (transform: translate3d(0, 0, 0)) {
    .carousel-item {
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        perspective: 1000px;
    }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: -ms-flexbox;
    display: flex;
}

.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0;
}

@media (-webkit-transform-3d) {
    .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
        transform: translate3d(0, 0, 0);
    }

    .carousel-item-next,
  .active.carousel-item-right {
        transform: translate3d(100%, 0, 0);
    }

    .carousel-item-prev,
  .active.carousel-item-left {
        transform: translate3d(-100%, 0, 0);
    }
}

@supports (transform: translate3d(0, 0, 0)) {
    .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
        transform: translate3d(0, 0, 0);
    }

    .carousel-item-next,
  .active.carousel-item-right {
        transform: translate3d(100%, 0, 0);
    }

    .carousel-item-prev,
  .active.carousel-item-left {
        transform: translate3d(-100%, 0, 0);
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
}

.carousel-control-prev:focus, .carousel-control-prev:hover,
  .carousel-control-next:focus,
  .carousel-control-next:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators li {
    position: relative;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}

.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}

.carousel-indicators .active {
    background-color: #fff;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

.align-baseline {
    vertical-align: baseline !important;
}

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}

.bg-faded {
    background-color: #f7f7f7;
}

.bg-primary {
    background-color: #0275d8 !important;
}

a.bg-primary:focus, a.bg-primary:hover {
    background-color: #025aa5 !important;
}

.bg-success {
    background-color: #5cb85c !important;
}

a.bg-success:focus, a.bg-success:hover {
    background-color: #449d44 !important;
}

.bg-info {
    background-color: #5bc0de !important;
}

a.bg-info:focus, a.bg-info:hover {
    background-color: #31b0d5 !important;
}

.bg-warning {
    background-color: #f0ad4e !important;
}

a.bg-warning:focus, a.bg-warning:hover {
    background-color: #ec971f !important;
}

.bg-danger {
    background-color: #d9534f !important;
}

a.bg-danger:focus, a.bg-danger:hover {
    background-color: #c9302c !important;
}

.bg-inverse {
    background-color: #292b2c !important;
}

a.bg-inverse:focus, a.bg-inverse:hover {
    background-color: #101112 !important;
}

.border-0 {
    border: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.rounded {
    border-radius: 0.25rem;
}

.rounded-top {
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
}

.rounded-right {
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.rounded-bottom {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.rounded-left {
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
}

.rounded-circle {
    border-radius: 50%;
}

.rounded-0 {
    border-radius: 0;
}

.clearfix::after {
    display: block;
    content: "";
    clear: both;
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1800px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

.flex-first {
    -ms-flex-order: -1;
    order: -1;
}

.flex-last {
    -ms-flex-order: 1;
    order: 1;
}

.flex-unordered {
    -ms-flex-order: 0;
    order: 0;
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .flex-sm-last {
        -ms-flex-order: 1;
        order: 1;
    }

    .flex-sm-unordered {
        -ms-flex-order: 0;
        order: 0;
    }

    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .flex-md-last {
        -ms-flex-order: 1;
        order: 1;
    }

    .flex-md-unordered {
        -ms-flex-order: 0;
        order: 0;
    }

    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-lg-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .flex-lg-last {
        -ms-flex-order: 1;
        order: 1;
    }

    .flex-lg-unordered {
        -ms-flex-order: 0;
        order: 0;
    }

    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1800px) {
    .flex-xl-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .flex-xl-last {
        -ms-flex-order: 1;
        order: 1;
    }

    .flex-xl-unordered {
        -ms-flex-order: 0;
        order: 0;
    }

    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }

    .float-sm-right {
        float: right !important;
    }

    .float-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }

    .float-md-right {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .float-lg-left {
        float: left !important;
    }

    .float-lg-right {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1800px) {
    .float-xl-left {
        float: left !important;
    }

    .float-xl-right {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1030;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.m-0 {
    margin: 0 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.m-1 {
    margin: 0.25rem 0.25rem !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mr-1 {
    margin-right: 0.25rem !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1 {
    margin-left: 0.25rem !important;
}

.mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
}

.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem 0.5rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mr-2 {
    margin-right: 0.5rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2 {
    margin-left: 0.5rem !important;
}

.mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}

.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.m-3 {
    margin: 1rem 1rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mr-3 {
    margin-right: 1rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.ml-3 {
    margin-left: 1rem !important;
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.m-4 {
    margin: 1.5rem 1.5rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mr-4 {
    margin-right: 1.5rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4 {
    margin-left: 1.5rem !important;
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.m-5 {
    margin: 3rem 3rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mr-5 {
    margin-right: 3rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.ml-5 {
    margin-left: 3rem !important;
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.p-0 {
    padding: 0 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.p-1 {
    padding: 0.25rem 0.25rem !important;
}

.pt-1 {
    padding-top: 0.25rem !important;
}

.pr-1 {
    padding-right: 0.25rem !important;
}

.pb-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1 {
    padding-left: 0.25rem !important;
}

.px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}

.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem 0.5rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

.pr-2 {
    padding-right: 0.5rem !important;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2 {
    padding-left: 0.5rem !important;
}

.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.p-3 {
    padding: 1rem 1rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pr-3 {
    padding-right: 1rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.pl-3 {
    padding-left: 1rem !important;
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.p-4 {
    padding: 1.5rem 1.5rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.pr-4 {
    padding-right: 1.5rem !important;
}

.pb-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4 {
    padding-left: 1.5rem !important;
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.p-5 {
    padding: 3rem 3rem !important;
}

.pt-5 {
    padding-top: 3rem !important;
}

.pr-5 {
    padding-right: 3rem !important;
}

.pb-5 {
    padding-bottom: 3rem !important;
}

.pl-5 {
    padding-left: 3rem !important;
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto {
    margin-top: auto !important;
}

.mr-auto {
    margin-right: auto !important;
}

.mb-auto {
    margin-bottom: auto !important;
}

.ml-auto {
    margin-left: auto !important;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 0 !important;
    }

    .mt-sm-0 {
        margin-top: 0 !important;
    }

    .mr-sm-0 {
        margin-right: 0 !important;
    }

    .mb-sm-0 {
        margin-bottom: 0 !important;
    }

    .ml-sm-0 {
        margin-left: 0 !important;
    }

    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem 0.25rem !important;
    }

    .mt-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mr-sm-1 {
        margin-right: 0.25rem !important;
    }

    .mb-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-sm-1 {
        margin-left: 0.25rem !important;
    }

    .mx-sm-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .my-sm-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem 0.5rem !important;
    }

    .mt-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mr-sm-2 {
        margin-right: 0.5rem !important;
    }

    .mb-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-sm-2 {
        margin-left: 0.5rem !important;
    }

    .mx-sm-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .my-sm-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 1rem 1rem !important;
    }

    .mt-sm-3 {
        margin-top: 1rem !important;
    }

    .mr-sm-3 {
        margin-right: 1rem !important;
    }

    .mb-sm-3 {
        margin-bottom: 1rem !important;
    }

    .ml-sm-3 {
        margin-left: 1rem !important;
    }

    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem 1.5rem !important;
    }

    .mt-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mr-sm-4 {
        margin-right: 1.5rem !important;
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-sm-4 {
        margin-left: 1.5rem !important;
    }

    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem 3rem !important;
    }

    .mt-sm-5 {
        margin-top: 3rem !important;
    }

    .mr-sm-5 {
        margin-right: 3rem !important;
    }

    .mb-sm-5 {
        margin-bottom: 3rem !important;
    }

    .ml-sm-5 {
        margin-left: 3rem !important;
    }

    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .p-sm-0 {
        padding: 0 0 !important;
    }

    .pt-sm-0 {
        padding-top: 0 !important;
    }

    .pr-sm-0 {
        padding-right: 0 !important;
    }

    .pb-sm-0 {
        padding-bottom: 0 !important;
    }

    .pl-sm-0 {
        padding-left: 0 !important;
    }

    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem 0.25rem !important;
    }

    .pt-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pr-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pb-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-sm-1 {
        padding-left: 0.25rem !important;
    }

    .px-sm-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .py-sm-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem 0.5rem !important;
    }

    .pt-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pr-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pb-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-sm-2 {
        padding-left: 0.5rem !important;
    }

    .px-sm-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .py-sm-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 1rem 1rem !important;
    }

    .pt-sm-3 {
        padding-top: 1rem !important;
    }

    .pr-sm-3 {
        padding-right: 1rem !important;
    }

    .pb-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pl-sm-3 {
        padding-left: 1rem !important;
    }

    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem 1.5rem !important;
    }

    .pt-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pr-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-sm-4 {
        padding-left: 1.5rem !important;
    }

    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem 3rem !important;
    }

    .pt-sm-5 {
        padding-top: 3rem !important;
    }

    .pr-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-5 {
        padding-bottom: 3rem !important;
    }

    .pl-sm-5 {
        padding-left: 3rem !important;
    }

    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-auto {
        margin-left: auto !important;
    }

    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 0 !important;
    }

    .mt-md-0 {
        margin-top: 0 !important;
    }

    .mr-md-0 {
        margin-right: 0 !important;
    }

    .mb-md-0 {
        margin-bottom: 0 !important;
    }

    .ml-md-0 {
        margin-left: 0 !important;
    }

    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem 0.25rem !important;
    }

    .mt-md-1 {
        margin-top: 0.25rem !important;
    }

    .mr-md-1 {
        margin-right: 0.25rem !important;
    }

    .mb-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-md-1 {
        margin-left: 0.25rem !important;
    }

    .mx-md-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .my-md-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem 0.5rem !important;
    }

    .mt-md-2 {
        margin-top: 0.5rem !important;
    }

    .mr-md-2 {
        margin-right: 0.5rem !important;
    }

    .mb-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-md-2 {
        margin-left: 0.5rem !important;
    }

    .mx-md-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .my-md-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .m-md-3 {
        margin: 1rem 1rem !important;
    }

    .mt-md-3 {
        margin-top: 1rem !important;
    }

    .mr-md-3 {
        margin-right: 1rem !important;
    }

    .mb-md-3 {
        margin-bottom: 1rem !important;
    }

    .ml-md-3 {
        margin-left: 1rem !important;
    }

    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem 1.5rem !important;
    }

    .mt-md-4 {
        margin-top: 1.5rem !important;
    }

    .mr-md-4 {
        margin-right: 1.5rem !important;
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-md-4 {
        margin-left: 1.5rem !important;
    }

    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem 3rem !important;
    }

    .mt-md-5 {
        margin-top: 3rem !important;
    }

    .mr-md-5 {
        margin-right: 3rem !important;
    }

    .mb-md-5 {
        margin-bottom: 3rem !important;
    }

    .ml-md-5 {
        margin-left: 3rem !important;
    }

    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .p-md-0 {
        padding: 0 0 !important;
    }

    .pt-md-0 {
        padding-top: 0 !important;
    }

    .pr-md-0 {
        padding-right: 0 !important;
    }

    .pb-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0 {
        padding-left: 0 !important;
    }

    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem 0.25rem !important;
    }

    .pt-md-1 {
        padding-top: 0.25rem !important;
    }

    .pr-md-1 {
        padding-right: 0.25rem !important;
    }

    .pb-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-md-1 {
        padding-left: 0.25rem !important;
    }

    .px-md-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .py-md-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem 0.5rem !important;
    }

    .pt-md-2 {
        padding-top: 0.5rem !important;
    }

    .pr-md-2 {
        padding-right: 0.5rem !important;
    }

    .pb-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-md-2 {
        padding-left: 0.5rem !important;
    }

    .px-md-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .py-md-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .p-md-3 {
        padding: 1rem 1rem !important;
    }

    .pt-md-3 {
        padding-top: 1rem !important;
    }

    .pr-md-3 {
        padding-right: 1rem !important;
    }

    .pb-md-3 {
        padding-bottom: 1rem !important;
    }

    .pl-md-3 {
        padding-left: 1rem !important;
    }

    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem 1.5rem !important;
    }

    .pt-md-4 {
        padding-top: 1.5rem !important;
    }

    .pr-md-4 {
        padding-right: 1.5rem !important;
    }

    .pb-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-4 {
        padding-left: 1.5rem !important;
    }

    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem 3rem !important;
    }

    .pt-md-5 {
        padding-top: 3rem !important;
    }

    .pr-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-5 {
        padding-bottom: 3rem !important;
    }

    .pl-md-5 {
        padding-left: 3rem !important;
    }

    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto {
        margin-left: auto !important;
    }

    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-lg-0 {
        margin: 0 0 !important;
    }

    .mt-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0 {
        margin-right: 0 !important;
    }

    .mb-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0 {
        margin-left: 0 !important;
    }

    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem 0.25rem !important;
    }

    .mt-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mr-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mb-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-lg-1 {
        margin-left: 0.25rem !important;
    }

    .mx-lg-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .my-lg-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem 0.5rem !important;
    }

    .mt-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mr-lg-2 {
        margin-right: 0.5rem !important;
    }

    .mb-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-lg-2 {
        margin-left: 0.5rem !important;
    }

    .mx-lg-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .my-lg-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem 1rem !important;
    }

    .mt-lg-3 {
        margin-top: 1rem !important;
    }

    .mr-lg-3 {
        margin-right: 1rem !important;
    }

    .mb-lg-3 {
        margin-bottom: 1rem !important;
    }

    .ml-lg-3 {
        margin-left: 1rem !important;
    }

    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem 1.5rem !important;
    }

    .mt-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4 {
        margin-left: 1.5rem !important;
    }

    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem 3rem !important;
    }

    .mt-lg-5 {
        margin-top: 3rem !important;
    }

    .mr-lg-5 {
        margin-right: 3rem !important;
    }

    .mb-lg-5 {
        margin-bottom: 3rem !important;
    }

    .ml-lg-5 {
        margin-left: 3rem !important;
    }

    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .p-lg-0 {
        padding: 0 0 !important;
    }

    .pt-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0 {
        padding-left: 0 !important;
    }

    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem 0.25rem !important;
    }

    .pt-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pr-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-lg-1 {
        padding-left: 0.25rem !important;
    }

    .px-lg-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .py-lg-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem 0.5rem !important;
    }

    .pt-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pr-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg-2 {
        padding-left: 0.5rem !important;
    }

    .px-lg-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .py-lg-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem 1rem !important;
    }

    .pt-lg-3 {
        padding-top: 1rem !important;
    }

    .pr-lg-3 {
        padding-right: 1rem !important;
    }

    .pb-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3 {
        padding-left: 1rem !important;
    }

    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem 1.5rem !important;
    }

    .pt-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4 {
        padding-left: 1.5rem !important;
    }

    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem 3rem !important;
    }

    .pt-lg-5 {
        padding-top: 3rem !important;
    }

    .pr-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-5 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-5 {
        padding-left: 3rem !important;
    }

    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto {
        margin-left: auto !important;
    }

    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
}

@media (min-width: 1800px) {
    .m-xl-0 {
        margin: 0 0 !important;
    }

    .mt-xl-0 {
        margin-top: 0 !important;
    }

    .mr-xl-0 {
        margin-right: 0 !important;
    }

    .mb-xl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl-0 {
        margin-left: 0 !important;
    }

    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem 0.25rem !important;
    }

    .mt-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xl-1 {
        margin-left: 0.25rem !important;
    }

    .mx-xl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .my-xl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem 0.5rem !important;
    }

    .mt-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xl-2 {
        margin-left: 0.5rem !important;
    }

    .mx-xl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .my-xl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem 1rem !important;
    }

    .mt-xl-3 {
        margin-top: 1rem !important;
    }

    .mr-xl-3 {
        margin-right: 1rem !important;
    }

    .mb-xl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xl-3 {
        margin-left: 1rem !important;
    }

    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem 1.5rem !important;
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-4 {
        margin-left: 1.5rem !important;
    }

    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem 3rem !important;
    }

    .mt-xl-5 {
        margin-top: 3rem !important;
    }

    .mr-xl-5 {
        margin-right: 3rem !important;
    }

    .mb-xl-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xl-5 {
        margin-left: 3rem !important;
    }

    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .p-xl-0 {
        padding: 0 0 !important;
    }

    .pt-xl-0 {
        padding-top: 0 !important;
    }

    .pr-xl-0 {
        padding-right: 0 !important;
    }

    .pb-xl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xl-0 {
        padding-left: 0 !important;
    }

    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem 0.25rem !important;
    }

    .pt-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xl-1 {
        padding-left: 0.25rem !important;
    }

    .px-xl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .py-xl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem 0.5rem !important;
    }

    .pt-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xl-2 {
        padding-left: 0.5rem !important;
    }

    .px-xl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .py-xl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem 1rem !important;
    }

    .pt-xl-3 {
        padding-top: 1rem !important;
    }

    .pr-xl-3 {
        padding-right: 1rem !important;
    }

    .pb-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xl-3 {
        padding-left: 1rem !important;
    }

    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem 1.5rem !important;
    }

    .pt-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-4 {
        padding-left: 1.5rem !important;
    }

    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem 3rem !important;
    }

    .pt-xl-5 {
        padding-top: 3rem !important;
    }

    .pr-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xl-5 {
        padding-left: 3rem !important;
    }

    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto {
        margin-left: auto !important;
    }

    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
}

.text-justify {
    text-align: justify !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1800px) {
    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-right {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-normal {
    font-weight: normal;
}

.font-weight-bold {
    font-weight: bold;
}

.font-italic {
    font-style: italic;
}

.text-white {
    color: #fff !important;
}

.text-muted {
    color: #636c72 !important;
}

a.text-muted:focus, a.text-muted:hover {
    color: #4b5257 !important;
}

.text-primary {
    color: #0275d8 !important;
}

a.text-primary:focus, a.text-primary:hover {
    color: #025aa5 !important;
}

.text-success {
    color: #5cb85c !important;
}

a.text-success:focus, a.text-success:hover {
    color: #449d44 !important;
}

.text-info {
    color: #5bc0de !important;
}

a.text-info:focus, a.text-info:hover {
    color: #31b0d5 !important;
}

.text-warning {
    color: #f0ad4e !important;
}

a.text-warning:focus, a.text-warning:hover {
    color: #ec971f !important;
}

.text-danger {
    color: #d9534f !important;
}

a.text-danger:focus, a.text-danger:hover {
    color: #c9302c !important;
}

.text-gray-dark {
    color: #292b2c !important;
}

a.text-gray-dark:focus, a.text-gray-dark:hover {
    color: #101112 !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.invisible {
    visibility: hidden !important;
}

.hidden-xs-up {
    display: none !important;
}

@media (max-width: 575px) {
    .hidden-xs-down {
        display: none !important;
    }
}

@media (min-width: 576px) {
    .hidden-sm-up {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .hidden-sm-down {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .hidden-md-up {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    .hidden-md-down {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg-up {
        display: none !important;
    }
}

@media (max-width: 1799px) {
    .hidden-lg-down {
        display: none !important;
    }
}

@media (min-width: 1800px) {
    .hidden-xl-up {
        display: none !important;
    }
}

.hidden-xl-down {
    display: none !important;
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    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: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[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;
}
.ajax-loader {
    display: none !important;
}
.slick-loading .slick-list {
    background: #fff url("/wp-content/themes/tas/assets/img/giphy.gif") center center no-repeat;
}

@font-face {
    font-family: "slick";
  src: url("/wp-content/themes/tas/fonts/slick.eot");
  src: url("/wp-content/themes/tas/fonts/slick.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/tas/fonts/slick.woff") format("woff"), url("/wp-content/themes/tas/fonts/slick.ttf") format("truetype"), url("/wp-content/themes/tas/fonts/slick.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}

.slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -42px;
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-prev:before {
    content: "←";
}

[dir="rtl"] .slick-prev:before {
    content: "→";
}

.slick-next {
    right: -25px;
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}

.slick-next:before {
    content: "→";
}

[dir="rtl"] .slick-next:before {
    content: "←";
}

.slick-dotted.slick-slider {
    /*margin-bottom: 30px;*/
}

.slick-dots {
    position: absolute;
    bottom: 30px;
    right: 5%;
    text-align: right;
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    z-index: 8;
}
body.controls-vertical .slick-dots {
    bottom: 39px;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
body.controls-vertical .slick-dots li {
    margin: 0 5.5px;
}
.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    border-radius: 50%;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75;
}

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

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}

input {
    outline: none;
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

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

body {
    font-size: 16px;
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-weight: 400;
    line-height: 1;
    position: relative;
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    pointer-events: none;
    vertical-align: top;
}

a:hover, a:focus, a:active, button:hover, button:focus, button:active {
    text-decoration: none;
    outline: none;
    border: none;
}

a:hover {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

p {
    font-size: 1.5rem;
    font-weight: 400;
}

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

b {
    font-weight: 700;
}

a:hover, a:focus, a:active, button:hover, button:focus, button:active {
    text-decoration: none;
    outline: none;
    border: none;
}

h2.red-title {
    color: #cc0033;
    font-family: "Muli", sans-serif;
    font-size: 24px;
    margin-bottom: 20px;
}

h3.inner-title {

    font-size: 24px;
    font-weight: 400;
    letter-spacing: 1.2px;
    margin-bottom: 20px;
}

.svg-sprite {
    display: none;
}

.red-link {
    color: #cc0033;
    text-decoration: underline;
}

.red-link--tel {
    text-decoration: none;
}

.main-card {
    width: 100%;
    padding: 60px;
    box-shadow: 1px 11px 33px rgba(11, 21, 35, 0.25);
    background-color: #ffffff;
}

@media only screen and (max-width: 1799px) {
    .main-card {
        padding: 30px;
    }
}

.button {
    display: inline-block;
    color: #a6a6a6;
    font-family: "Muli", sans-serif;
    padding: 20px 32px;
    border: 2px solid #e0e2e4;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.button:hover {
    color: #cc0033;
    border: 1px solid #e0e2e4;
    box-shadow: 1px 17px 22px rgba(11, 21, 35, 0.17);
}

.to-top-btn {
    display: none;
    position: fixed;
    bottom: 3%;
    right: 3%;
    z-index: 9999;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    background-color: #00275d;
    box-shadow: 0px 20px 29.4px 2.6px rgba(13, 37, 69, 0.22);
    cursor: pointer;
    transition: ease-in-out 0.3s;
}


.to-top-btn:hover {
    bottom: 4%;
}

.to-top-btn__img {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.to-top-btn svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.site-search {
    padding: 27px 0 48px;
}

.site-search__form {
    position: relative;
}

.site-search__input {
    display: inline-block;
    width: 100%;
    height: 40px;
    border: 0;
    border-bottom: 1px solid #a6a6a6;
}

.site-search__input::-webkit-input-placeholder {
    color: #a6a6a6;
}

.site-search__input:-ms-input-placeholder {
    color: #a6a6a6;
}

.site-search__input::placeholder {
    color: #a6a6a6;
}

.site-search__btn {
    border: 0;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 10px;
    background-color: transparent;
}

.site-search__btn ion-icon {
    font-size: 20px;
    color: #a6a6a6;
}

.page-preview {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #00285d;
}
body.theme-green .page-preview {
    background-color: #962e40;
}
body.theme-red .page-preview {
    background-color: #b41c42;
}
.page-preview img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-preview .container {
    position: relative;
    height: 100%;
}


.page-preview__title {
    position: absolute;
    bottom: 30px;
}

.page-preview__title h1 {
    color: #ffffff;
    font-family: "Muli", sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
}

.page-preview__title p {
    color: #ffffff;
    font-family: "Muli", sans-serif;
    font-size: 30px;
    font-weight: 200;
    line-height: 48px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.breadcrumb {
    color: #7b7b7b;
    padding: 3rem 0;
    margin-bottom: 0;
    background-color: transparent;
    font-family: "Muli", sans-serif;
}

.breadcrumb-item a {
    color: #7b7b7b;
}

.breadcrumb-item + .breadcrumb-item:before {
    content: "⟩";
}

.pagination .page-item .page-link, .pagination .page-item .page-numbers {
    font-family: "Muli", sans-serif;
    color: #7b7b7b;
    border: none;
    letter-spacing: 1.35px;
}

body {
    font-family: 'Muli', serif;
    font-size: 16px;
    color: #000000;
    line-height: 1.2;
    max-width: 1920px;
    margin: 0 auto 0;
}

body.theme-red body.theme-green .slider-controls a:hover .title {
    background-color: #b41c42 !important;
}

body.theme-red .header-menu__list li .link:hover {
    color: #b41c42 !important;
}

body.theme-red .page-news__image .image-text {
    background-color: #b41c42 !important;
}

body.theme-red .page-employment__right #accordion .card-header h5 .btn-link[aria-expanded=true], body.theme-red .page-employment__right #accordion .card-header h5 .btn-link:hover {
    color: #cc0033 !important;
}

body.theme-red .page-employment__right #accordion .card-body a {
    color: #cc0033 !important;
}

body.theme-red .page-employment__right .content h4 {
    color: #cc0033 !important;
}

body.theme-red .page-enroll__form-button input[type="submit"]:hover {
    background-color: #b41c42 !important;
}

body.theme-red .to-top-btn {
    background-color: #b41c42 !important;
}

body.theme-blue .header-menu__list li .link:hover {
    color: #00275d !important;
}

body.theme-blue .page-news__image .image-text {
    background-color: #00275d !important;
}

body.theme-blue .page-employment__right #accordion .card-header h5 .btn-link[aria-expanded=true], body.theme-blue .page-employment__right #accordion .card-header h5 .btn-link:hover {
    color: #00275d !important;
}

body.theme-blue .page-employment__right #accordion .card-body a {
    color: #00275d !important;
}

body.theme-blue .page-employment__right .content h4 {
    color: #00275d !important;
}

body.theme-blue .page-enroll__form-button input[type="submit"]:hover {
    background-color: #00275d !important;
}


body.theme-blue .red-title {
    color: #00275d !important;
}

body.theme-blue .education-quote__title {
    color: #00275d !important;
}

body.theme-blue .education-quote {
    border-top: 3px solid #00275d !important;
}

body.theme-green .header-menu__list li .link:hover {
    color: #962e40 !important;
}


body.theme-green .page-news__image .image-text {
    background-color: #962e40 !important;
}

body.theme-green .page-employment__right #accordion .card-header h5 .btn-link[aria-expanded=true], body.theme-green .page-employment__right #accordion .card-header h5 .btn-link:hover {
    color: #962e40 !important;
}

body.theme-green .page-employment__right #accordion .card-body a {
    color: #962e40 !important;
}

body.theme-green .page-employment__right .content h4 {
    color: #962e40 !important;
}

body.theme-green .page-enroll__form-button input[type="submit"]:hover {
    background-color: #962e40 !important;
}


body.theme-green .page-contacts__left-footer {
    background-color: #962e40 !important;
}

body.theme-green .galery-tab__content-title {
    background-color: #962e40 !important;
}

body.theme-green .to-top-btn {
    background-color: #962e40 !important;
}

body.theme-green main h2 {
    color: #962e40 !important;
}

body.theme-green .education-quote__title {
    color: #962e40 !important;
}

body.theme-green .education-quote {
    border-top: 3px solid #962e40 !important;
}

.header {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 41px;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #ffffff;
}
.header-top {
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
    padding-left: 10px;
    height: 42px;
    display: -ms-flexbox;
    display: flex;
    background-color: #11265b;
    border-bottom: 1px solid #cfcfcf;
    max-width: 1920px;
}
.header-top__letter {
    max-width: 67px;
    padding-left: 6px;
    padding-top: 2px;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #cfcfcf;
}
.header-top__link {
    position: relative;
    max-width: 100%;
    padding: 0 10px;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #4f6f90;
}
.header-top__link:nth-child(1) a img {
    position: absolute;
    left: 10px;
    top: 8px;
}
.header-top .header-top__link:nth-child(1) {
    padding: 0 0 0 10px;
}
.header-top .header-top__link:nth-child(2) {
    padding: 0 10px 0 18px;
}
.header-top .header-top__link:nth-child(3) {
    padding: 0 10px 0 19px;
}
.header-top .header-top__link:nth-child(4) {
    padding: 0 10px 0 11px;
}
.header-top .header-top__link:nth-child(5) {
    padding: 0 10px 0 20px;
}
.header-top .header-top__link:nth-child(1) a {
    width: 298px;
}
.header-top .header-top__link:nth-child(2) a {
    width: 249px;
}
.header-top .header-top__link:nth-child(3) a {
    width: 246px;
}
.header-top .header-top__link:nth-child(4) a {
    width: 255px;
}
.header-top .header-top__link:nth-child(5) a {
    width: 245px;
}
.header-top .header-top__link:nth-child(6) a {
    width: 253px;
}

.header-top__link a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}

.header-top__link a img {
    margin-right: 5px;
}

.header-top__link a span {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
}

.header-top__link a span:hover {
    color: #b93948;
    transition: all 0.3s;
}

.header-top__link._current a span {
    color: #b93948;
}
#menu-item-1998 a span {
    color: #fff !important;
}

.header-top__contacts {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    justify-content: ;
    min-width: 205px;
}

.header-top__contacts-phone {
    color: #7b7b7b;
    font-family: "Muli", sans-serif;
    margin-left: 35px;
    font-size: 16px;
    font-weight: 400;
    line-height: 48px;
    text-transform: uppercase;
}

.header-top__contacts-phone:hover {
    color: #7b7b7b;
}

.header-top__contacts-phone ion-icon {
    color: #c01719;
    font-size: 14px;
}

.header-top__contacts-button {
    background-color: #d73647;
    height: 26px;
    line-height: 26px;
    padding: 0 48px;
    color: #ffffff;
    font-family: "Muli", sans-serif;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 200px;
    font-size: 11.9px;
    letter-spacing: 1px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}
.header-top__contacts-button:first-child {
    padding: 0 12px;
    margin: 0 auto;
}
.header-top__contacts-button:hover {
    background-color: #dc5262;
    color: #fff !important;
}
.header-top__contacts-button:focus {
    color: #fff !important;
}

.header-menu {
    height: 100px;
}


.header-menu .header-top__contacts-button {
    display: none;
}

.header-menu__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

.header-menu__wrapper img {
    margin-right: 20px;
    max-width: 326px;
}
body.page-id-69 .header-menu__wrapper img {
    max-width: 337px;
}
.header-menu__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.header-menu__list li + li {
    margin-left: 48px;
}
body.page-id-69 .header-menu__list li + li {
    margin-left: 50px;
}
.header-menu__list li .link {
    color: #a6a6a6;
    font-family: "Muli", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 1.35px;
    transition: all 0.3s;
}

.header-menu__list li .link:hover {
    color: #1a1a1b;
}

.header-menu__list li.search {
    color: #a6a6a6;
    margin-left: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.header-menu__mobile-icon {
    display: none;
    cursor: pointer;
    position: absolute;
    width: 19px;
    height: 13px;
    right: 20px;
    top: 24px;
}
.header-menu__mobile-icon span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: black;
    transition: all .2s;
}
.header-menu__mobile-icon span:nth-child(1) {
    top: 0;
}
.header-menu__mobile-icon span:nth-child(2) {
    top: 50%;
    transform: translate(0, -62%);
}
.header-menu__mobile-icon span:nth-child(3) {
    bottom: 0;
}
.header-menu__mobile-icon.header-menu__mobile-icon--open span:nth-child(1) {
    transform: rotate(45deg);
    top: 11px;
}
.header-menu__mobile-icon.header-menu__mobile-icon--open span:nth-child(2) {
    transform: translate(100%, -50%);
    opacity: 0;
}
.header-menu__mobile-icon.header-menu__mobile-icon--open span:nth-child(3) {
    transform: rotate(-45deg);
    bottom: 16px;
}

.header-mobile {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #ffffff;
    overflow-x: hidden;
    overflow-y: auto;
}

.header-mobile--close {
    display: none;
}

.header-mobile--open {
    display: block;
}

.header-mobile__header {
    height: 70px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

.header-mobile__header ion-icon {
    color: #2e5892;
}

.header-mobile__logo img {
    margin-right: 20px;
}

@media only screen and (max-width: 1199px) {
    .header-mobile__logo img {
        width: 250px;
    }
}

@media only screen and (max-width: 575px) {
    .header-mobile__logo img {
        width: 230px;
    }
}

.header-mobile__nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.header-mobile__nav .site-search {
    padding: 0;
}

.header-mobile__nav .site-search__input {
    font-size: 22px;
}

.header-mobile__nav-menu .link {
    display: block;
    color: #a6a6a6;
    font-family: "Muli", sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 1.35px;
    transition: all 0.3s;
}

.header-mobile__nav-menu .link:hover {
    color: #1a1a1b;
}

.header-mobile__nav-school a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #cfcfcf;
}

.header-mobile__nav-school a img {
    margin-right: 6px;
}

.header-mobile__nav-school a span {
    color: #2e5892;

    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.14px;
}

.header-mobile__nav-school a span:hover {
    color: #b93948;
    transition: all 0.3s;
}

.header-mobile__nav-contact {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 10px;
}

.header-mobile__nav-contact a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-width: 130px;
    color: #7b7b7b;
    font-family: "Muli", sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    margin-right: 10px;
}

.header-mobile__nav-contact a:hover {
    color: #7b7b7b;
}

.header-mobile__nav-contact a ion-icon {
    color: #c01719;
    font-size: 14px;
}

.header-mobile__nav-contact a span {
    margin-left: 6px;
}

.header-mobile__nav-contact .header-top__contacts-button {
    margin: 10px auto;
}

.footer {
    margin-top: 100px;
    padding: 52px 0;
    background-color: #00285d;
}

@media only screen and (max-width: 1199px) {
    .footer__row {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media only screen and (max-width: 1199px) {
    .footer__row-title {
        -ms-flex-order: -1;
        order: -1;
    }
}

@media only screen and (max-width: 1199px) {
    .footer__row-copyright {
        -ms-flex-order: 4;
        order: 4;
    }
}

@media only screen and (max-width: 1199px) {
    .footer__row-form {
        -ms-flex-order: 3;
        order: 3;
    }
}

@media only screen and (max-width: 1199px) {
    .footer__row-adress {
        -ms-flex-order: 2;
        order: 2;
        margin-bottom: 30px;
    }
}

.footer__title {
    color: #ffffff;
    font-family: "Muli", sans-serif;
    font-size: 60px;
    line-height: 1.3;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1.8px;
}

@media only screen and (max-width: 1799px) {
    .footer__title {
        font-size: 55px;
    }
}

@media only screen and (max-width: 1199px) {
    .footer__title {
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 20px;
        padding: 0 20px 0 20px;
    }
}

@media only screen and (max-width: 767px) {
    .footer__title {
        font-size: 50px;
    }
    h2.page--title-level-2 {
        font-size: 24px;
    }
}

.footer__title b {
    font-weight: 700;
}

.footer__copyright {
    font-family: "Muli", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.8px;
    color: #abbcd2;
    padding: 0 20px 0 20px;
}

.footer__copyright span {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.6px;
}

.footer__address {
    color: #ffffff;
    font-family: "Muli", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 2.3;
    letter-spacing: 0.9px;
}

@media only screen and (max-width: 1799px) {
    .footer__address {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (max-width: 1199px) {
    .footer__address {
        padding: 0 20px 0 20px;
        margin-bottom: 20px;
        margin-right: 0;
        margin-left: 0;
    }
}

.footer__address a {
    color: #d73647;
}

.footer__form {
    max-width: 408px;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
}

.footer__form .title {
    color: #ffffff;
    font-family: "Muli", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.9px;
}
.footer__form label {
    display: none !important;
}

.footer__form .join-us, .footer__form form.shortcode_wysija {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 19px 0;
}
.widget_wysija_cont.shortcode_wysija {
    min-height: 78px;
}
.footer__form .join-us input {
    height: 50px;
    line-height: 50px;
    color: #abbcd2;
    border: 1px solid #ffffff;
    background: transparent;
    padding: 0 18px;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.footer__form form.shortcode_wysija > p {
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.footer__form form.shortcode_wysija > p input[type="text"] {
    height: 50px;
    line-height: 50px;
    color: #abbcd2;
    border: 1px solid #ffffff;
    background: transparent;
    padding: 0 18px;
    width: 100%;
}
.footer__form .join-us input::-webkit-input-placeholder {
    color: #abbcd2;
    font-family: "Muli", sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.9px;
}

.footer__form .join-us input:-ms-input-placeholder {
    color: #abbcd2;
    font-family: "Muli", sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.9px;
}

.footer__form .join-us input::placeholder {
    color: #abbcd2;
    font-family: "Muli", sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.9px;
}

.footer__form .join-us button, .footer__form form.shortcode_wysija input[type="submit"] {
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 50px;
    background-color: #ffffff;
    color: #1a1a1b;
    font-family: "Muli", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    margin-top: 0;
    outline: none;
    border: none;
    cursor: pointer;
}

.footer__form .facebook {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 18px;
    box-shadow: 0 0 40px rgba(11, 21, 35, 0.22);
    background-color: #ffffff;
    margin-bottom: 20px;
}

.footer__form .facebook span {
    width: 100%;
    color: #1a1a1b;
    font-family: "Muli", sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    text-align: center;
}

.footer-left {
    display: -ms-flexbox;
    display: flex;
}

.footer-right {
    display: -ms-flexbox;
    display: flex;
}

.main-slider {
    width: 100%;
    overflow: hidden;
}

.main-slider .swiper-main {
    width: 100%;
    height: 100%;
    position: relative;
}
.main-slider .slick-dotted.slick-slider,
.main-slider .slick-slider .slick-track,
.main-slider .slick-slider .slick-list,
.main-slider .slick-slide>div,
.page-slider .slick-dotted.slick-slider,
.page-slider .slick-slider .slick-track,
.page-slider .slick-slider .slick-list,
.page-slider .slick-slide>div {
    height: 100%;
}
.main-slider .swiper-main .swiper-slide,
.page-slider .swiper-slide {
    height: 100% !important;
    position: relative;
}


.main-slider .swiper-main .swiper-pagination-container {
    margin-top: -49px;
}

.main-slider .swiper-main .swiper-pagination-container .swiper-pagination span {
    width: 12px;
    height: 12px;
    box-shadow: 0 0 10px rgba(8, 33, 67, 0.66);
    background: url("/wp-content/themes/tas/assets/img/icons/bullet.png") 50% 50% no-repeat;
    background-size: cover;
    opacity: 0.8;
}

.main-slider .swiper-main .swiper-pagination-container .swiper-pagination span + span {
    margin-left: 10px;
}

.main-slider .swiper-main .swiper-pagination-container .swiper-pagination span.swiper-pagination-bullet-active {
    opacity: 1;
}

.main-slider__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    justify-content: flex-end;
    padding-bottom: 60px;
}

.main-slider__item-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.main-slider__item-content .title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 50px;
}

@media only screen and (max-width: 1199px) {
    .main-slider__item-content .title {
        font-size: 40px;
    }
}

@media only screen and (max-width: 575px) {
    .main-slider__item-content .title {
        font-size: 30px;
    }
}

.main-slider__item-content .title h2 {
    color: #ffffff;
    font-family: "Muli", sans-serif;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0.9px;
    text-transform: uppercase;
}

@media only screen and (max-width: 991px) {
    .main-slider__item-content .title h2 {
        font-size: 35px;
    }
}

.main-slider__item-content .title span {
    color: #ffffff;
    font-family: "Muli", sans-serif;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    margin-top: 40px;
}

@media only screen and (max-width: 991px) {
    .main-slider__item-content .title span {
        margin-top: 20px;
        font-size: 30px;
    }
}

.main-slider__item-content .button {
    width: 82px;
    height: 82px;
    background: 50% 50% no-repeat;
    background-size: cover;
    margin-left: 90px;
    cursor: pointer;
    border: 0;
}

@media only screen and (max-width: 991px) {
    .main-slider__item-content .button {
        display: none;
    }
}

.main-slider__item-button {
    color: #ffffff;
    font-family: "Muli", sans-serif;
    font-size: 23px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #b41c42;
    cursor: pointer;
    margin-top: 45px;
    display: inline-block;
    max-width: 527px;
    transition: all .2s ease-in-out;
}
.main-slider__item-button:hover {
    color: #ffffff !important;
    background-color: #d14064 !important;
}
.main-slider__item-button span {
    position: relative;
    z-index: 3;
    width: 100%;
    display: inline-block;
    font-size: 17px;
}

.slick-dots li {
    width: 12px;
    height: 12px;
    opacity: 0.8;
}

.slick-dots li:hover {
    opacity: 1;
}

.slick-dots li.slick-active {
    opacity: 1;
}

.slick-dots li button {
    width: 12px;
    height: 12px;
    box-shadow: 0 0 10px rgba(8, 33, 67, 0.66);
    background: url(/wp-content/themes/tas/assets/img/icons/bullet.png) 50% 50% no-repeat;
    background-size: cover;
}

.main-success {
    padding-top: 150px;
}

@media only screen and (max-width: 767px) {
    .main-success {
        padding-top: 50px;
    }
}


@media only screen and (max-width: 1799px) {
    .main-success__image {
        padding-left: 15px;
    }
}

.main-success__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 40px;
}

.main-success__content .title {
    text-transform: uppercase;
    font-family: Muli;
    font-size: 58px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.47;
    letter-spacing: normal;
    color: #1a1a1b;
    margin-bottom: -12px;
    position: relative;
    top: -53px;
}
.main-success__slde-image {
    height: 441px;
    width: 684px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
@media only screen and (max-width: 1799px) {
    .main-success__content .title {
        font-size: 57px;
    }
}

@media only screen and (max-width: 1199px) {
    .main-success__content .title {
        font-size: 40px;
        margin-left: 0;
    }
}

.main-success__content .title b {
    font-family: "Muli", sans-serif;
    font-weight: 700;
}

.main-success__content .text {
    color: #1a1a1b;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: 1px;
    color: #1a1a1b;
}

.main-news {
    padding-top: 150px;
}
.main-success .main-success__image {
    padding-left: 24px;
    padding-right: 28px;
}
.main-news .main-success__image {
    padding-right: 22px;
    padding-left: 57px;
}

.main-news .main-success__image .slick-dots {
    bottom: 50px;
    right: 5%;
}
.main-news__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 44px;
    position: relative;
    padding-left: 19px;
}
.main-news__content .slick-prev {
    min-width: 30px;
    width: 30px;
    height: 30px;
    top: 40%;
    left: -5px;
    z-index: 7;
    background: url(/wp-content/themes/tas/assets/img/svg/left-arrow.svg) 50% 50% no-repeat;
    position: absolute;
}
.main-news__content .slick-prev:before,
.main-news__content .slick-prev:after {
    display: none;
}

.main-news__content-title {
    text-transform: uppercase;
    font-family: "Muli", sans-serif;
    margin-bottom: 50px;
    font-size: 58px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.55;
    letter-spacing: 1px;
    color: #1a1a1b;
    position: relative;
    top: 4px;
}


.main-news__content-title b {
    font-family: "Muli", sans-serif;
    font-weight: 700;
}

.main-news__content-text {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
}

.main-news__content-text .text-date {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 205px;
    color: #e1e1e1;
    font-family: "Muli", sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.9px;
    position: relative;
    top: 4px;
    left: 4px;
}
@media only screen and (max-width: 767px){
    .main-news {
        padding-top: 45px;
    }
}

@media only screen and (max-width: 575px) {
    .main-news__content-text .text-date {
        margin-bottom: 20px;
    }
}

.main-news__content-text .text-content .title {
    color: #00285d;
    font-weight: 400;
    line-height: 1.1;
    font-size: 30px;
    letter-spacing: 0.45px;
}

.main-news__content-text .text-content .text {
    color: #1a1a1b;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.45px;
    min-height: 150px;
}

.main-news__content-text .text-content .text a {
    color: #cc0033;
    text-decoration: underline;
}

.main-news__image {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.main-news__image img {
    display: block;
    width: 100%;
}

.content-slider {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
}

.content-slider .slick-next {
    width: 30px;
    height: 30px;
    top: 40%;
    right: -21px;
    z-index: 77;
    background: url(/wp-content/themes/tas/assets/img/svg/right-arrow.svg) 50% 50% no-repeat;
}

@media only screen and (max-width: 575px) {
    .content-slider .slick-next {
        right: 30px;
    }
}

.content-slider .slick-next:before {
    content: none;
}
.content-slider .slick-list {
    margin: 0 -15px;
}
.content-slider .slick-slide > div {
    max-width: 264px;
    margin: 0 auto;
}
.content-slider__slide {
    display: block;
    padding-left: 2px;
}

.content-slider__slide-img {
    height: 292px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: ease-in-out 0.3s;
    margin-bottom: 28px;
}
.content-slider__slide-img img {
    max-width: 100%;
}

.content-slider__slide-img:hover {
    box-shadow: 1px 11px 33px rgba(11, 21, 35, 0.25);
}

.content-slider__slide-date {
    font-family: Muli;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #1a1a1b;
    margin-bottom: 8px;
}

.content-slider__slide-title {
    color: #7b7b7b;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}
.content-slider__slide-title h3 {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.11;
    letter-spacing: normal;
    color: #7b7b7b;
}

.main-people {
    position: relative;
    padding-top: 150px;
}

@media only screen and (max-width: 991px) {
    .main-people {
        padding-top: 50px;
    }
}

.main-people__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
}

@media only screen and (max-width: 1199px) {
    .main-people__content {
        margin-bottom: 30px;
    }
}

.main-people__content .title {
    color: #1a1a1b;
    font-family: "Muli", sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    margin-bottom: 40px;
}

@media only screen and (max-width: 1799px) {
    .main-people__content .title {
        font-size: 40px;
    }
}

.main-people__content .subtitle {
    color: #1a1a1b;
    font-family: "Muli", sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.6;
    text-transform: uppercase;
    letter-spacing: 0.9px;
    margin-bottom: 40px;
}

.main-people__content .text {
    color: #1a1a1b;

    font-size: 18px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.9px;
    margin-bottom: 40px;
}

.main-people__content .button {
    color: #a6a6a6;
    font-family: "Muli", sans-serif;
    font-size: 23px;
    font-weight: 400;
    letter-spacing: 0.6px;
    padding: 20px 40px;
    text-align: center;
    border: 2px solid #e0e2e4;
    cursor: pointer;
    transition: all 0.3s;
}

@media only screen and (max-width: 767px) {
    .main-people__content .button {
        margin-bottom: 90px;
    }
}

.main-people__content .button:hover {
    color: #cc0033;
    border: 1px solid #e0e2e4;
    box-shadow: 1px 17px 22px rgba(11, 21, 35, 0.17);
}

.main-people__slide {
    display: -ms-flexbox !important;
    display: flex !important;
}

@media only screen and (max-width: 1199px) {
    .main-people__slide {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.main-people__slider-buttons {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 0;
    right: 55%;
}

.main-people__slider-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 87px;
    height: 81px;
    background-color: #f3f3f3;
    cursor: pointer;
    transition: all 0.3s;
}

.main-people__slider-button--next {
    z-index: 10;
    position: absolute;
    bottom: 50%;
    right: 0%;
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}

@media only screen and (max-width: 1199px) {
    .main-people__slider-button--next {
        bottom: 28%;
    }
}

.main-people__slider-button--prev {
    z-index: 10;
    position: absolute;
    bottom: 50%;
    right: 45%;
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}

@media only screen and (max-width: 1799px) {
    .main-people__slider-button--prev {
        right: 42.5%;
    }
}

@media only screen and (max-width: 1199px) {
    .main-people__slider-button--prev {
        left: 0%;
        bottom: 28%;
    }
}

.main-people__slider-button:hover {
    background-color: #242425;
}

.main-people__slider-button:hover path {
    fill: #ffffff;
}

.main-people__video iframe {
    width: 100%;
    height: 100%;
    margin-bottom: 15px;
}
body.page-id-69 .main-people__video iframe {
    min-height: 450px;
}

.main-history {
    padding-top: 150px;
}

@media only screen and (max-width: 991px) {
    .main-history {
        padding-top: 50px;
    }
}

.main-history__text>p {
    color: #1a1a1b;
    display: -ms-flexbox;
    /*display: flex;*/
    flex-direction: column;
    -ms-flex-align: left;
    align-items: left;
    align-self: center;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: 0.3px;
    color: #1a1a1b;
    padding: 10px 100px 0 0;
}

@media only screen and (max-width: 1199px) {
    .main-history__text>p {
        padding-top: 30px;
    }
}

.main-history__video {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    position: relative;
    padding-left: 0;
    padding-right: 22px;
}


.main-history__video iframe {
    /*width: 100%;*/
    height: 557px;
}

.main-history__title>p  {
    position: relative;
    /*white-space: nowrap;*/
    -ms-flex-item-align: flex-start;
    -ms-grid-row-align: flex-start;
    align-self: flex-start;
    text-transform: uppercase;
    font-family: "Muli", sans-serif;
    margin-bottom: 15px;
    font-size: 58px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.21;
    letter-spacing: 0.9px;
    color: #1a1a1b;
    margin-top: -15px;
    margin-bottom: 44px;
}

@media only screen and (max-width: 1799px) {
    .main-history__title>p {
        width: 100%;
        text-align: left;
        margin-left: 0;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .main-history__title>p {
        font-size: 40px;
    }
}

.main-history__title b {
    font-weight: 700;
}

.main-opportunities {
    padding-top: 100px;
}

@media only screen and (max-width: 991px) {
    .main-opportunities {
        padding-top: 50px;
    }
}

.main-opportunities__content .title {
    text-transform: uppercase;
    font-family: "Muli", sans-serif;
    font-size: 58px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.21;
    letter-spacing: 0.9px;
    color: #1a1a1b;
    position: relative;
    left: -4px;
    margin-bottom: 46px;
}
.main-opportunities__content p {
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 0.9px;
    margin-bottom: 27px;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: 0.3px;
    color: #1a1a1b;
}
@media only screen and (max-width: 575px) {
    .main-opportunities__content .title {
        padding-top: 20px;
        font-size: 35px;
    }
}

.main-opportunities__content .title b {
    font-weight: 700;
}

.main-opportunities__content .subtitle {
    font-size: 30px;
    margin-bottom: 25px;
}

.openings {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-left: -30px;
}
.page-employment__right .openings {
    padding-top: 50px;
}
p.openings {
    padding-left: 30px;
}
.openings li {
    position: relative;
}

.openings li + li {
    border-top: 1px solid #eff1f3;
}

.openings li a {
    width: 100%;
    line-height: 70px;
    padding: 0 30px;
    display: inline-block;
    z-index: 0;
    color: #1a1a1b;

    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.9px;
    transition: all 0.3s;
}

.openings li a:hover {
    box-shadow: 0 0 40px rgba(11, 21, 35, 0.22);
    color: #00285d;
    z-index: 10;
    text-decoration: underline;
}
.job-list .parent-info-submit {
    display: inline-block;
    max-width: 200px;
    float: none;
    padding: 15px 10px;
    margin-bottom: 30px;
}
.job-list .panel p {
    margin-top: 0;
}
.job-list .panel *:first-child {
    margin-top: 30px;
}
.main-opportunities__content .description {
    color: #7b7b7b;
    font-family: "Muli", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 2;
    letter-spacing: 0.48px;
    margin-top: 10px;
}

.main-opportunities__content .description a {
    color: #00285d;
    text-decoration: underline;
}

.main-awards {
    padding-top: 145px;
}
.main-awards .slick-track {
    display: flex !important;
}
.main-awards .slick-slide {
    margin: auto !important;
}

@media only screen and (max-width: 991px) {
    .main-awards {
        padding-top: 50px;
    }
}
.main-awards__image {
    padding-left: 22px;
    padding-right: 0;
}
.main-awards__image img {
    display: block;
    width: 100%;
}

.main-awards__content {
    padding-left: 50px;
}

@media only screen and (max-width: 1199px) {
    .main-awards__content {
        padding-left: 15px;
    }
}

.main-awards__content-title {
    color: #1a1a1b;
    font-family: "Muli", sans-serif;
    font-size: 60px;
    font-weight: 400;
    line-height: 1.3;
    text-transform: uppercase;
    text-align: right;
    letter-spacing: 1.8px;
    margin-top: 0;
    margin-bottom: 15px;
    position: relative;
    top: -17px;
    padding-right: 0;
}

@media only screen and (max-width: 1799px) {
    .main-awards__content-title {
        margin-left: -122px;
    }
}

@media only screen and (max-width: 1199px) {
    .main-awards__content-title {
        margin-bottom: 30px;
        text-align: center;
        margin-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .main-awards__content-title {
        font-size: 30px;
    }
}

.main-awards__content-card {
    width: 988px;
    box-shadow: 1px 11px 33px rgba(11, 21, 35, 0.25);
    background-color: #ffffff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 70px 55px;
    margin-left: -352px;
}

@media only screen and (max-width: 1799px) {
    .main-awards__content-card {
        width: 790px;
        padding: 40px 55px;
    }
}

@media only screen and (max-width: 1199px) {
    .main-awards__content-card {
        width: 100%;
        margin-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .main-awards__content-card {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.main-awards__content-card img {
    margin-right: 45px;
    margin-left: 26px;
    width: 185px;
    flex-shrink: 0;
}

@media only screen and (max-width: 767px) {
    .main-awards__content-card img {
        margin-right: 0;
        margin-bottom: 30px;
    }
}
.header-top__link:hover .dropdown-school {
    display: flex;
    z-index: 999999;
}
.dropdown-school {
    position: absolute;
    top: 41px;
    left: 0;
    width: 670px;
    background: #fff;
    display: none;
    z-index: -1;
}
.header-top__link:nth-child(6) .dropdown-school {
    right: 0;
    left: unset;
}
.dropdown-school .column {
    width: 100%;
}
.dropdown-school * {
    pointer-events: none;
    color: #000;
}
.cover-image {
    width: 335px;
    height: 100%;
    min-height: 297px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.dd-scholl-link {
    display: block;
    width: 100%;
    padding: 13px 0;
    margin-top: 18px;
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid #e0e2e4;
    color: #1a1a1b;
    background-color: #fff;
    letter-spacing: 1.4px;
    font-size: 14px;
    transition: all .2s;
    pointer-events: all;
    cursor: pointer;
}
.dd-scholl-link.red:hover {
    background-color: #b41c42;
    color: white;
}
.dd-scholl-link.green:hover {
    background-color: #962e40;
    color: white;
}
.dd-scholl-link.blue:hover {
    background-color: #00265d;
    color: white;
}
.dd-scholl-card {
    padding: 24px 28px;
}
.dd-scholl-card h2 {
    color: #11265b;
    font-size: 13px;
    letter-spacing: 0.6px;
    line-height: 24px;
    margin-bottom: 6px;
}
.dd-scholl-card .text-main {
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 9px;
    letter-spacing: 0.6px;
}
.dd-scholl-card .text-other {

    font-size: 11px;
    line-height: 24px;
}
.main-awards__content-card .text {
    color: #1a1a1b;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.9px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 30px;
    max-width: 600px;
}

.main-awards__content-card .text a {
    font-size: 18px;
    color: #00275d;
    font-family: "Muli", sans-serif;
    font-weight: 400;
    text-decoration: underline;
    margin-top: 25px;
}

.main-awards__content-card .text a:hover {
    transition: all 0.3s;
    color: #b93948;
}

.post img {
  max-width:100%;
}

.fb_post_content img {
  max-height: 500px !important;
}

.news-post {
    display: flex;
}
.post__img {
    margin-bottom: 20px;
    margin-right: 24px;
    height: 400px;
    min-width: 458px;
    max-width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.post__img img {
    display: block;
    width: 100%;
}

.post__info {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    color: #7b7b7b;
    font-family: "Muli", sans-serif;
    font-size: 14px;
}

.post__info-date {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.post__info-date span {
    margin-left: 5px;
}

.post__info-views {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 20px;
}
.post__info-views:before {
    content: ' ';
    display: inline-block;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBjbGFzcz0icy1pb24taWNvbiI+PHBhdGggZD0iTTI1NiAxMDVjLTEwMS44IDAtMTg4LjQgNjIuNC0yMjQgMTUxIDM1LjYgODguNiAxMjIuMiAxNTEgMjI0IDE1MXMxODguNC02Mi40IDIyNC0xNTFjLTM1LjYtODguNi0xMjIuMi0xNTEtMjI0LTE1MXptMCAyNTEuN2MtNTYgMC0xMDEuOC00NS4zLTEwMS44LTEwMC43UzIwMCAxNTUuMyAyNTYgMTU1LjMgMzU3LjggMjAwLjYgMzU3LjggMjU2IDMxMiAzNTYuNyAyNTYgMzU2Ljd6bTAtMTYxLjFjLTMzLjYgMC02MS4xIDI3LjItNjEuMSA2MC40czI3LjUgNjAuNCA2MS4xIDYwLjQgNjEuMS0yNy4yIDYxLjEtNjAuNC0yNy41LTYwLjQtNjEuMS02MC40eiI+PC9wYXRoPjwvc3ZnPg==);
    opacity: .6;
}
.post__info-views span {
    margin-left: 5px;
}

.post__title h2 {
    color: #cc0033;
    font-family: "Muli", sans-serif;
    font-size: 36px;
    letter-spacing: 1.8px;
    margin-bottom: 9px;
    line-height: 1.5 !important;
}
.post__title h2:after {
    display: none !important;
}

.post__desc {
    padding-right: 3%;
}

.post__desc p {
    color: #7b7b7b;

    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.9px;
    margin-bottom: 30px;
}

.post__btn .button {
    color: #a6a6a6;
    font-family: "Muli", sans-serif;
    padding: 20px 32px;
    border: 2px solid #e0e2e4;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.post__btn .button:hover {
    color: #cc0033;
    border: 2px solid #e0e2e4;
    box-shadow: 1px 17px 22px rgba(11, 21, 35, 0.17);
}

nav.paginator {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 1px solid #eff1f3;
    width: 100%;
}

.aside .aside-img {
    display: block;
    width: 100%;
    object-fit: cover;
}

.aside .aside-img img {
    display: block;
    margin: 0 auto 20px;
}

.aside__title {
    color: #00275d;
    font-family: "Muli", sans-serif;
    font-size: 18px;
    line-height: 36px;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 1199px) {
    .aside__title {
        margin-top: 20px;
        text-align: center;
    }
}

.aside__text {
    color: #7b7b7b;

    font-size: 16px;
    line-height: 30px;
    margin-bottom: 1rem;
}

.aside__text._mb0 {
    margin-bottom: 0;
}

.aside__text p {
    color: #7b7b7b;

    font-size: 16px;
    line-height: 30px;
    border-bottom: 1px solid #eff1f3;
    padding-bottom: 10px;
    padding-top: 10px;
}

.aside__text p:last-child {
    border-bottom: 0;
}

.aside__summary {
    color: #00275d;
    font-family: "Muli", sans-serif;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 1.6px;
}

.aside__img {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 1799px) {
    .aside__img {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.aside__img img {
    display: block;
    margin-bottom: 20px;
    height: 100%;
}

.treatment-article {
    max-width: 1200px;
    margin-bottom: 50px;
}

main p {
    color: #1a1a1b;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 26px;
    letter-spacing: 0.9px;
}

.light-gray {
    color: #7b7b7b;
    font-size: 16px;
}

.treatment-article__img {
    position: relative;
}

.treatment-article__img img {
    display: block;
    width: 100%;
}

.treatment-article__img a {
    position: absolute;
    bottom: 7%;
    left: 5%;
    color: #ffffff;
    font-family: "Muli", sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    transition: all 0.3s;
}

@media only screen and (max-width: 991px) {
    .treatment-article__img-title {
        font-size: 20px;
    }
}

.treatment-article__img a:hover {
    color: #ffffff;
    text-decoration: underline;
}

main .card-wrap {
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px;
}
.card-wrap img {
    max-width: 100%;
    height: auto;
}
@media only screen and (max-width: 1199px) {
    main .card-wrap img {
        display: block;
        width: 100%;
    }
}

main .main-card {
    position: relative;
    z-index: 222;
    font-size: 20px;
    line-height: 36px;
}
main .aside .main-card {
    margin-left: 0;
}
@media only screen and (max-width: 1199px) {
    main .main-card {
        margin-left: 0;
        margin-bottom: 50px;
        padding: 30px;
    }
}

.education-quote {
    text-align: center;
    border-top: 3px solid #cc0033;
    padding-top: 50px;
    overflow-x: hidden;
    margin-right: 0;
    margin-left: 0;
}

.education-quote__title {
    color: #cc0033;
    font-family: "Muli", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 72px;
    text-transform: uppercase;
}

@media only screen and (max-width: 575px) {
    .education-quote__title {
        font-size: 25px;
        line-height: 1.4;
        margin-bottom: 20px;
    }
}

.education-quote__text {
    font-size: 24px;
    line-height: 48px;
}

@media only screen and (max-width: 575px) {
    .education-quote__text {
        font-size: 20px;
        line-height: 1.4;
    }
    body.page-id-1086 .page-preview-block {
        top: -540px;
    }
    body.page-id-1086 .page-preview-block p {
        font-size: 21px !important;
    }
}

.galery-tab__links {
    border: 0;
    cursor: pointer;
    font-family: "Muli", sans-serif;
    color: #7b7b7b;
    background-color: #ffffff;
    padding: 0;
    margin: 0;
    padding-right: 20px;
    margin-bottom: 30px;
    display: inline-block;
}

.galery-tab__links:hover {
    color: #cc0033 !important;
}

.galery-tab__links--active {
    color: #cc0033 !important;
}

.galery-tab__content-title {
    width: 100%;
    max-height: auto;
    height: auto !important;
    background-color: #b41c42;
    padding: 60px 40px;
    margin-bottom: 60px !important;
}

@media only screen and (max-width: 1799px) {
    .galery-tab__content-title {
        padding: 12px;
    }
}

.galery-tab__content-title p {
    color: #ffffff;
    font-family: "Muli", sans-serif;
    font-size: 30px;
    line-height: 60px;
    margin-bottom: 0;
}

@media only screen and (max-width: 1799px) {
    .galery-tab__content-title p {
        line-height: 40px;
    }
}

.galery-tab__content-img {
    position: relative;
    margin-bottom: 30px;
    transition: all 0.3s;
    cursor: pointer;
}

.galery-tab__content-img:hover {
    box-shadow: 1px 26px 44px rgba(11, 21, 35, 0.33);
}

.galery-tab__content-img:hover:before {
    position: absolute;
    top: 50%;
    right: 50%;
    width: 82px;
    height: 82px;
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    content: "";
    background-image: url("/wp-content/themes/tas/assets/img/outlook/magnifier.png");
}

.galery-tab__content-img img {
    display: block;
    width: 100%;
}

.page-slider {
    width: 100%;
    overflow: hidden;
}
.page-slider, .main-slider {
    position: relative;
    background: black;
}

@media only screen and (max-width: 1799px) {
    .page-slider {

    }
}

.page-slider--news {
    position: relative;
    height: 300px;
    background-image: url("/wp-content/themes/tas/assets/img/outlook/news-backgraund.png");
}

.page-slider .swiper-page {
    width: 100%;
    margin-bottom: -1px;
    position: relative;
}
.page-slider .swiper-page,
.page-slider .swiper-page>ul {
    height: 100%;
}
.page-slider .swiper-page .swiper-slide {
    height: 100% !important;
    background-size: cover;
}

@media only screen and (max-width: 1799px) {
    .page-slider .swiper-page .swiper-slide {
        height: 497px;
    }
}

.page-slider .swiper-page .swiper-pagination-container {
    /*margin-top: -49px;*/
}

.page-slider .swiper-page .swiper-pagination-container .swiper-pagination span {
    width: 12px;
    height: 12px;
    box-shadow: 0 0 10px rgba(8, 33, 67, 0.66);
    background: url("/wp-content/themes/tas/assets/img/icons/bullet.png") 50% 50% no-repeat;
    background-size: cover;
    opacity: 0.8;
}

.page-slider .swiper-page .swiper-pagination-container .swiper-pagination span + span {
    margin-left: 10px;
}

.page-slider .swiper-page .swiper-pagination-container .swiper-pagination span.swiper-pagination-bullet-active {
    opacity: 1;
}

.page-slider__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    justify-content: flex-end;
    padding-bottom: 60px;
}
body.controls-vertical .page-slider__item {
    padding-bottom: 100px;
}
.page-slider__item-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px;
}

.page-slider__item-content .title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 60px;
}



.page-slider__item-content .title h2 {
    color: #ffffff;
    line-height: 1.5;
    font-family: "Muli", sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 50px;
    letter-spacing: 0.9px;
}

.page-slider__item-content .title span {
    color: #ffffff;
    font-family: "Muli", sans-serif;
    line-height: 1.5;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 50px;
    letter-spacing: 0.9px;
    text-transform: uppercase;
}

.slider-controls {
    margin-right: 0;
    margin-left: 0;
}

.page-squares__row {
    margin-right: 0;
    margin-left: 0;
}

.page-squares__col {
    padding: 0;
}

.page-squares__item {
    cursor: pointer;
}

.page-squares__item .title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    height: 84px;
    color: #ffffff;
    font-family: "Muli", sans-serif;
    font-size: 20px;
    font-weight: 600;
    background-color: #1a1a1b;
    text-align: center;
    transition: all 0.3s;
}

.page-squares__item .title--main-page:before {
    content: url("/wp-content/themes/tas/assets/img/icons/a-gray.png");
    transition: all 0.3s;
    margin-right: 10px;
    width: 43px;
    height: 48px;
}

.page-squares__item .title--main-page:hover {
    background-color: #00275d !important;
}

.page-squares__item .title--main-page:hover:before {
    content: url("/wp-content/themes/tas/assets/img/icons/a-red.png");
}

.page-squares__item .title:hover {
    background-color: #00275d !important;
}

.page-squares__item .image {
    height: 390px;
    background: 50% 50% no-repeat;
    background-size: cover;
    transition: all 0.3s;
}

.page-squares__item:nth-child(odd) .title {
    background-color: #242425;
}

.page-squares__item:hover .image {
    box-shadow: 2px 33px 76px rgba(4, 15, 30, 0.35);
}

.outlook-contacts {
    padding-top: 106px;
}
.outlook-contacts > .container {
    padding: 0 37px;
}
.outlook-contacts__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    padding: 0;
}
.outlook-contacts__card {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.outlook-contacts__card-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 486px;
}
.outlook-contacts__card-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #b41c42;
    padding: 43px 27px 42px 51px;
}

.outlook-contacts__card-footer .title {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 1.39;
    letter-spacing: 2px;
}

.outlook-contacts__card-footer .title b {
    font-weight: 700;
}

.outlook-contacts__card-footer .phones {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.outlook-contacts__card-footer .phones img {
    margin-right: 15px;
}
.outlook-contacts__card-footer .phones .links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.page-slider__image--mobile {
    display: none !important;
}
.outlook-contacts__card-footer .phones .links a {
    color: #ffffff;
    font-family: "Muli", sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 0.9px;
}
.outlook-contacts__content {
    box-shadow: 1px 11px 33px rgba(11, 21, 35, 0.25);
    background-color: #ffffff;
    padding: 63px 37px 48px 51px;
}
.outlook-contacts__content .title {
    color: #cc0033;
    font-size: 24px;
    line-height: 2;
    letter-spacing: 1.88px;
    margin-bottom: 13px;
}
.outlook-contacts__content .text p {
    color: #1a1a1b;
    font-size: 20px;
    line-height: 2;
    letter-spacing: 1.88px;
    margin-bottom: 13px;
}
.page-news {
    position: relative;
    padding-top: 150px;
}
body.page-id-69 .page-news {
    padding-top: 107px;
}
body.page-id-69 .page-news > .container {
    padding: 0 22px 0 4px;
}
.page-news__row {
    display: -ms-flexbox !important;
    display: flex !important;
}
body.page-id-69 .page-news__row {
    margin: 0;
}
.page-news .main-people__slider-button--next {
    bottom: 30.55%;
    right: 47.5%;
}
body.page-id-69 .page-news .main-people__slider-button--next {
    bottom: 200px;
    right: unset;
    left: 902px;
    width: 79px;
    height: 79px;
}
.page-news .main-people__slider-button--prev {
    bottom: 30.55%;
    right: 52.5%;
}
body.page-id-69 .page-news .main-people__slider-button--prev {
    bottom: 200px;
    right: unset;
    left: 820px;
    width: 79px;
    height: 79px;
}
.page-news__content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  margin-top: 20px;
}

.page-news__card {
    width: 880px;
    min-height: 400px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    box-shadow: 1px 11px 33px rgba(11, 21, 35, 0.25);
    background-color: #ffffff;
    z-index: 10;
    position: relative;
    padding: 60px 60px;
  margin-left: 25px;
}
body.page-id-69 .page-news__card {
    width: 962px;
    padding: 113px 104px 100px 53px;
}
.page-news__card-title {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 50px;
}
body.page-id-69 .page-news__card-title {
    margin-bottom: 48px;
}
.page-news__card-title h3 {
    color: #1a1a1b;
    font-family: "Muli", sans-serif;
    font-size: 60px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    margin-bottom: 20px;
}
body.page-id-69 .page-news__card-title h3 {
    font-size: 58px;
}
.page-news__card-title h3 b {
    font-weight: 700;
}
.page-news__card-title .date {
    color: #d0d0d0;
    font-family: "Muli", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.42px;
    margin-bottom: 20px;
}
body.page-id .page-news__card-title .date {
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    position: relative;
    top: -20px;
}
.page-news__card-content .title {
    color: #b41c42;
    font-family: "Muli", sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 1.5px;
    margin-bottom: 35px;
}
body.page-id-69 .page-news__card-content .title {
    font-size: 31px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: .4px;
    margin-bottom: 0;
}
.page-news__card-content .text {
    font-weight: 400;
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0.9px;
}

.page-news__card-content .more {
    color: #00275d;
    font-family: "Muli", sans-serif;
    font-weight: 400;
    letter-spacing: 0.9px;
    text-decoration: underline;
    margin-top: 15px;
    display: inline-block;
    transition: all 0.3s;
}
body.page-id-69 .page-news__card-content .more {
    margin-top: 22px;
    font-size: 16px;
}
.page-news__card-content .more:hover {
    color: #b41c42;
}
body.page-id-69 .page-news__image {
    padding-right: 0;
    padding-left: 11px;
}
.page-news__image .image {
    width: 100%;
    height: 870px;
    position: relative;
    background: 50% 50% no-repeat;
    background-size: cover;
}
body.page-id-69 .page-news__image .image {
    width: calc(100% + 5px);
    height: 876px;
}
.page-news__image .image-text {
    position: absolute;
    color: #ffffff;
    font-family: "Muli", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 0.9px;
    padding: 30px 30px;
    right: 0;
    bottom: 0;
    z-index: 10;
    background-color: #b41c42;
}
body.page-id-69 .page-news__image .image-text {
    line-height: 1.67;
    letter-spacing: 0px;
    padding: 74px 29px;
}

/* news media here */

@media only screen and (max-width: 375px) {
  .page-news {
    padding-top: 50px;
  }
  .page-news__card {
    width: 100%;
    min-height: 240px;
    flex-shrink: 0;
    box-shadow: 1px 11px 33px rgba(11, 21, 35, 0.25);
    background-color: #ffffff;
    z-index: 10;
    position: relative;
    padding: 20px 20px;
    margin-left: 15px;
  }
  .page-news__card-title {
    margin-bottom: 0px;
  }
  .page-news__card-title h3 {
    font-size: 30px;
  }
  .page-news__card-title .date {
    font-size: 14px;
    width: 100%;
  }
  .page-news__card-content .title {
    font-size: 18px;
  }
  .page-news__card-content .text {
    font-size: 16px;
  }
  .page-news__image .image {
    width: 110%;
    height: 350px;
    position: relative;
    background: 50% 50% no-repeat;
    background-size: cover;
  }
  .page-news__image .image-text {
    position: absolute;
    color: #ffffff;
    font-family: "Muli", sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 0.9px;
    padding: 10px 10px;
    right: 0;
    bottom: 0;
    z-index: 10;
    background-color: #b41c42;
  } 
}

@media only screen and (max-width: 768px) and (min-width: 376px) {
  .page-news {
    padding-top: 50px;
  }
  .page-news__card {
    width: 100%;
    min-height: 240px;
    flex-shrink: 0;
    box-shadow: 1px 11px 33px rgba(11, 21, 35, 0.25);
    background-color: #ffffff;
    z-index: 10;
    position: relative;
    padding: 20px 20px;
    margin-left: 15px;
  }
  .page-news__card-title {
    margin-bottom: 5px;
  }
  .page-news__card-title h3 {
    font-size: 40px;
  }
  .page-news__card-title .date {
    font-size: 14px;
    width: 50%;
    text-align: end;
  }
  .page-news__card-content .title {
    font-size: 22px;
  }
  .page-news__card-content .text {
    font-size: 18px;
  }
  .page-news__image .image {
    width: 100%;
    height: 450px;
    position: relative;
    background: 50% 50% no-repeat;
    background-size: cover;
    margin-left: 15px;
  }
  .page-news__image .image-text {
/*    position: absolute;
    color: #ffffff;
    font-family: "Muli", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 0.9px;
    padding: 104px 10px;
    right: -136px;
    bottom: 158px;
    background-color: #b41c42; */
    display: none;
  } 
  .page-news .main-people__slider-button--prev {
    bottom: 5.55%;
    right: 0%;
    left: 4.2%;
  }
  .page-news .main-people__slider-button--next {
    bottom: 5.55%;
      right: 4.1%;
  }
  .main-people__slider-button {
    width: 136px;
  }
}


@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .page-news {
    padding-top: 50px;
  }
  .page-news__card {
    width: 100%;
    min-height: 240px;
    flex-shrink: 0;
    box-shadow: 1px 11px 33px rgba(11, 21, 35, 0.25);
    background-color: #ffffff;
    z-index: 10;
    position: relative;
    padding: 20px 20px;
    margin-left: 15px;
  }
  .page-news__card-title {
    margin-bottom: 5px;
  }
  .page-news__card-title h3 {
    font-size: 40px;
  }
  .page-news__card-title .date {
    font-size: 14px;
    width: 50%;
    text-align: end;
  }
  .page-news__card-content .title {
    font-size: 22px;
  }
  .page-news__card-content .text {
    font-size: 18px;
  }
  .page-news__image .image {
    width: 100%;
    height: 500px;
    position: relative;
    background: 50% 50% no-repeat;
    background-size: cover;
    margin-left: 15px;
  }
  .page-news__image .image-text {
/*    position: absolute;
    color: #ffffff;
    font-family: "Muli", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 0.9px;
    padding: 104px 10px;
    right: -136px;
    bottom: 158px;
    background-color: #b41c42; */
    display: none;
  } 
  .page-news .main-people__slider-button--prev {
    bottom: 5.55%;
    right: 0%;
    left: 4.2%;
  }
  .page-news .main-people__slider-button--next {
    bottom: 5.55%;
      right: 4.1%;
  }
  .main-people__slider-button {
    width: 110px;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .page-news {
    padding-top: 100px;
  }
  .page-news__card {
    width: 100%;
    min-height: 280px;
    flex-shrink: 0;
    box-shadow: 1px 11px 33px rgba(11, 21, 35, 0.25);
    background-color: #ffffff;
    z-index: 10;
    position: relative;
    padding: 20px 20px;
    margin-left: 50px;
  }
  .page-news__card-title {
    margin-bottom: 5px;
  }
  .page-news__card-title h3 {
    font-size: 40px;
  }
  .page-news__card-title .date {
    font-size: 14px;
    width: 50%;
    text-align: end;
  }
  .page-news__card-content .title {
    font-size: 22px;
  }
  .page-news__card-content .text {
    font-size: 18px;
  }
  .page-news__image .image {
    width: 100%;
    height: 450px;
    position: relative;
    background: 50% 50% no-repeat;
    background-size: cover;
    margin-left: -20px;
  }
  .page-news__image .image-text {
/*    position: absolute;
    color: #ffffff;
    font-family: "Muli", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 0.9px;
    padding: 104px 10px;
    right: -136px;
    bottom: 158px;
    background-color: #b41c42; */
    display: none;
  } 
  .page-news .main-people__slider-button--prev {
    bottom: 25.7%;
    right: 0%;
    left: 31.4%;
  }
  .page-news .main-people__slider-button--next {
    bottom: 25.8%;
      right: 48.6%;
  }
  .main-people__slider-button {
    width: 136px;
  }
}

@media only screen and (max-width: 1660px) and (min-width: 1367px) {
  .page-news {
    padding-top: 100px;
  }
  .page-news__card {
    width: 100%;
    min-height: 280px;
    flex-shrink: 0;
    box-shadow: 1px 11px 33px rgba(11, 21, 35, 0.25);
    background-color: #ffffff;
    z-index: 10;
    position: relative;
    padding: 20px 20px;
    margin-left: 50px;
  }
  .page-news__card-title {
    margin-bottom: 5px;
  }
  .page-news__card-title h3 {
    font-size: 40px;
  }
  .page-news__card-title .date {
    font-size: 14px;
    width: 50%;
    text-align: end;
  }
  .page-news__card-content .title {
    font-size: 22px;
  }
  .page-news__card-content .text {
    font-size: 18px;
  }
  .page-news__image .image {
    width: 100%;
    height: 450px;
    position: relative;
    background: 50% 50% no-repeat;
    background-size: cover;
    margin-left: -20px;
  }
  .page-news__image .image-text {
/*    position: absolute;
    color: #ffffff;
    font-family: "Muli", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 0.9px;
    padding: 104px 10px;
    right: -136px;
    bottom: 158px;
    background-color: #b41c42; */
    display: none;
  } 
  .page-news .main-people__slider-button--prev {
    bottom: 25.7%;
    right: 0%;
    left: 4%;
  }
  .page-news .main-people__slider-button--next {
    bottom: 25.8%;
      right: 48.6%;
  }
  .main-people__slider-button {
    width: 136px;
  }
}

/* news media end here */



.page-enroll {
    padding-top: 142px;
}
body.page-id-69 .page-enroll {
    padding-top: 106px;
}
.page-enroll__title {
    color: #1a1a1b;
    font-size: 58px;
    font-weight: 400;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: right;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 28px;
    padding-left: 0;
}
body.page-id-67 .page-enroll__title {
    text-align: left;
}
body.page-id-67 .page-enroll > .container {
    padding: 0 17px 0 37px;
}
.page-enroll__title b {
    font-weight: 700;
}
.page-enroll__right {
    padding-left: 155px;
    padding-right: 22px;
}
body.page-id-67 .page-enroll .page-enroll__right {
    padding-left: 138px;
}
.page-enroll__form {
    width: 100%;
    box-shadow: 1px 11px 33px rgba(11, 21, 35, 0.25);
    background-color: #ffffff;
    padding: 58px 57px 60px 57px;
}
.page-enroll__form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: flex-start;
}
.page-enroll__form-row + .page-enroll__form-row {
    margin-top: 48px;
}
.page-enroll__form-row .form-item:nth-child(2) {
    width: 48%;
    margin-right: 0;
}
.page-enroll__form-row label {
    color: #1a1a1b;
    font-family: "Muli", sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 1px;
    padding: 0 0 0 22px;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.page-enroll__form-row label span {
    color: #b41c42;
}
.page-enroll__form-row input, .page-enroll__form-row textarea {
    height: 50px;
    line-height: 50px;
    border: 1px solid #d0d0d0;
    background-color: #ffffff;
    padding: 0 15px;
    transition: all 0.3s;
    width: 100%;
}
.page-enroll__form-row input:hover, .page-enroll__form-row input:focus, .page-enroll__form-row input:active, .page-enroll__form-row textarea:hover, .page-enroll__form-row textarea:focus, .page-enroll__form-row textarea:active {
    outline: none;
}
.page-enroll__form-row input:focus, .page-enroll__form-row textarea:focus {
    border: 1px solid #1a1a1b;
}
.page-enroll__form-row .form-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 48%;
    margin-right: 82px;
}
.page-enroll__form-row .form-item-full > br,
.page-enroll__form-row .form-item > br {
    display: none;
}
.page-enroll__form-row .form-item-full {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.page-enroll__form-row .form-item-full textarea {
    height: 100px;
    line-height: 1.3;
    padding: 15px;
}

.page-enroll__form-button {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 46px;
}

.page-enroll__form-button input[type="submit"] {
    font-family: 'Muli', sans-serif;
    color: #1a1a1b;
    border: 1px solid #e0e2e4;
    background: transparent;
    transition: all 0.3s;
    padding: 20px 63px;
    cursor: pointer;
    font-size: 20px;
    line-height: normal;
    letter-spacing: 0.7px;
    cursor: pointer;
}
.page-enroll__form-button input[type="submit"]:hover {
    color: #ffffff;
    background: #b41c42;
    box-shadow: 1px 17px 22px rgba(11, 21, 35, 0.17);
}
.outlook-slider {
    padding-top: 98px;
}
.outlook-slider > .container {
    padding: 0 7px;
}
.outlook-slider__row {
    margin: 0;
    padding: 0;
}
.outlook-slider__menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 18px;
    max-width: 100%;
    overflow-x: hidden;
}

.outlook-slider__menu ul {
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
}

.outlook-slider__menu ul::-webkit-scrollbar {
    -ms-overflow-style: none;
    width: 0;
}
.outlook-slider__menu ul li + li {
    margin-left: 37px;
}
.outlook-slider__menu ul li a {
    color: #7b7b7b;
    font-size: 18px;
    line-height: normal;
    letter-spacing: 0.6px;
    cursor: pointer;
    transition: all .2s;
}
.outlook-slider__menu ul li a.active, .outlook-slider__menu ul li a:hover {
    color: #b41c42 !important;
}
.outlook-slider__title {
    color: #1a1a1b;
    font-size: 58px;
    line-height: 1.55;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: right;
}
.outlook-slider__title b {
    font-weight: 700;
}
.outlook-slides {
    position: relative;
    margin-top: 12px;
}
.outlook-slides__img div {
    width: 100%;
    height: 962px;
    background-repeat: no-repeat;
    background-size: cover;
}
.outlook-slides__img {
    display: block;
    width: 100%;
}
.outlook-slides__img img {
    display: block;
    width: 100%;
    height: 100%;
}
.outlook-slides__img img:hover {
    box-shadow: 1px 47px 66px rgba(11, 21, 35, 0.25);
}
.outlook-slides__prev {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 11.8%;
    z-index: 999;
    width: 95px;
    height: 70px;
    background-color: #ffffff;
    cursor: pointer;
}

.outlook-slides__next {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 11.8%;
    z-index: 999;
    width: 95px;
    height: 70px;
    background-color: #ffffff;
    cursor: pointer;
}

.page-employment {
    padding-top: 141px;
}
body.page-id-67 .page-employment {
    padding-top: 74px;
}
body.page-id-69 .page-employment {
    padding-top: 104px;
}
.page-employment > .container {
    padding: 0 22px;
}

.page-employment__left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 0 15px;
}
body.page-id-67 .page-employment__left {
    padding: 0 2px 0 15px;
}
body.page-id-69 .page-employment__left {
    max-width: 44.6%;
    width: 44.6%;
}
.page-employment__left-title {
    width: 100%;
    color: #1a1a1b;
    text-transform: uppercase;
    font-size: 58px;
    line-height: 1.55;
    letter-spacing: 2px;
    margin-bottom: 23px;
}
body.page-id-67 .page-employment__left-title {
    margin-bottom: 18px;
}
body.page-id-69 .page-employment__left-title {
    margin-top: -24px;
    margin-bottom: 20px;
    letter-spacing: 1.6px;
}
.page-employment__left .image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 918px;
    margin-bottom: 20px;
}
body.page-id-67 .page-employment__left .image {
    height: 813px;
    margin-bottom: 0;
}
body.page-id-69 .page-employment__left .image {
    height: 1061px;
    margin-bottom: 0;
}
.page-employment__right {
    padding-top: 250px;
    padding-left: 12px;
    padding-right: 52px;
}
body.page-id-67 .page-employment__right {
    padding-top: 197px;
    padding-left: 60px;
    padding-right: 16px;
}
body.page-id-69 .page-employment__right {
    padding: 0 0 0 95px;
    max-width: 55.4%;
    width: 55.4%;
    flex: 0 0 55.4%;
}
.page-employment__right .content {
    color: #1a1a1b;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.67;
}

.page-employment__right .content h4 {
    font-family: 'Muli', sans-serif;
    color: #cc0033;
    font-size: 23px;
    letter-spacing: 0.9px;
    margin-bottom: 5px;
}
body.page-id-67 .page-employment__right .content h4 {
    padding-right: 170px;
    letter-spacing: 2.4px;
    margin-bottom: 36px;
}
body.page-id-69 .page-employment__right .content h4 {
    letter-spacing: 2.35px;
    line-height: 1.7;
    padding-right: 173px;
    margin-bottom: 21px;
}
.page-employment__right .content p {
    letter-spacing: 0.55px;
    font-size: 18px;
    margin-bottom: 43px;
    line-height: 1.33;
}
body.page-id-67 .page-employment__right .content p {
    letter-spacing: 1.43px;
    font-size: 21px;
    margin-bottom: 27px;
    line-height: 1.9;
}
body.page-id-69 .page-employment__right .content p {
    letter-spacing: .9px;
    font-size: 20px;
    margin-bottom: 24px;
    line-height: 1.5;
}
body.page-id-69 .page-employment__right .content ul {
    list-style: none;
    font-size: 21px;
    margin-top: -17px;
    margin-bottom: 9px;
    line-height: 1.9;
}
.page-employment__right .content p.has-small-font-size {
    font-size: 13px !important;
}

.page-employment__right .content p._light {
    color: #7b7b7b;
    font-size: 16px;
    letter-spacing: 0.8px;
}
.charter-resources {
    padding-top: 57px;
}
.charter-resources > .container {
    padding: 0 23px;
}
.page-employment__right #accordion {
    padding-top: 50px;
}

.page-employment__right #accordion .card {
    border: none;
    margin-left: -30px;
}

.page-employment__right #accordion .card + .card {
    border-top: 1px solid #eff1f3;
}

.page-employment__right #accordion .card-header {
    background: transparent;
    padding: 0;
    border: none;
    outline: none;
    border-radius: 0;
}

.page-employment__right #accordion .card-header:focus, .page-employment__right #accordion .card-header:active, .page-employment__right #accordion .card-header:hover {
    outline: none !important;
}

.page-employment__right #accordion .card-header h5 {
    position: relative;
    outline: none;
}

.page-employment__right #accordion .card-header h5:focus, .page-employment__right #accordion .card-header h5:active, .page-employment__right #accordion .card-header h5:hover {
    outline: none !important;
}

.page-employment__right #accordion .card-header h5 .btn-link {
    width: 100%;
    font-size: 18px;
    color: #1a1a1b;
    font-family: "Muli", sans-serif;
    font-weight: 400;
    min-height: 70px;
    text-align: left;
    padding: 0;
    outline: none;
    transition: all 0.3s;
    cursor: pointer;
    position: relative;
    z-index: 0;
    background: transparent;
    padding-left: 30px;
    transform: translate3d(0, 0, 0);
    white-space: normal;
    line-height: 1.8;
}

.page-employment__right #accordion .card-header h5 .btn-link:focus, .page-employment__right #accordion .card-header h5 .btn-link:active, .page-employment__right #accordion .card-header h5 .btn-link:hover {
    outline: none !important;
}

.page-employment__right #accordion .card-header h5 .btn-link:hover {
    color: #cc0033;
    text-decoration: underline;
    box-shadow: 0 0 40px rgba(11, 21, 35, 0.22);
    z-index: 10;
}

.page-employment__right #accordion .card-header h5 .btn-link[aria-expanded=true] {
    color: #cc0033;
    text-decoration: underline;
    box-shadow: 0 0 40px rgba(11, 21, 35, 0.22);
    z-index: 10;
}

.page-employment__right #accordion .card-body {
    color: #1a1a1b;
    font-family: "Muli", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 2.25;
    padding: 15px 15px 15px 50px;
}

.page-employment__right #accordion .card-body a {
    color: #cc0033;
    text-decoration: underline;
}

.page-contacts {
    padding-top: 147px;
}
body.page-id-69 .page-contacts {
    padding-top: 109px;
}
.page-contacts__slider.slick-dotted.slick-slider {
    margin-bottom: 0;
}
body.page-id-69 .page-contacts__slider .slick-track {
    width: 100% !important;
}
.page-contacts__slide {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 709px;
    margin-bottom: -4px;
}
.page-contacts__left {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 22px;
    padding-right: 13px;
}
.page-contacts__left .slick-dots {
    left: 0;
}
body.page-id-69 .page-contacts__left {
    flex: 0 0 44.55%;
    max-width: 44.55%;
}
.page-contacts__left-image {
    height: 456px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.page-contacts__left-footer {
    background-color: #00275d;
    padding: 70px 100px 91px 100px;
}
.page-contacts__left-footer .text {
    font-size: 18px;
    font-style: italic;
    line-height: 2.22;
    letter-spacing: 1px;
    color: #ffffff;
}
body.page-id-69 .page-contacts__left-footer {
    padding: 53px 100px 45px 100px;
}
.page-contacts__left-footer .phones {
    color: #fff;
    font-size: 21px;
    display: flex;
    flex-direction: row !important;
}
.page-contacts__left-footer img {
    margin: 10px 0;
}

.page-contacts__left-footer .title {
    color: #ffffff;
    font-family: "Muli", sans-serif;
    font-size: 60px;
    font-weight: 400;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    margin-bottom: 30px;
}
body.page-id-69 .page-contacts__left-footer .title {
    font-size: 58px;
    margin-bottom: 19px;
}
.page-contacts__left-footer .text {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 2.22;
    letter-spacing: 1px;
}
body.page-id-69 .page-contacts__left-footer .text {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    padding-right: 160px;
    line-height: 1.3;
    letter-spacing: .6px;
}
.page-contacts__left-footer .phones {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 27px;
    padding-right: 132px;
}


.page-contacts__left-footer .phones a {
    color: #ffffff;
    font-family: "Muli", sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.6;
    text-transform: uppercase;
    letter-spacing: 0.9px;
}

.page-contacts__right {
    padding-right: 21px;
}
body.page-id-69 .page-contacts__right {
    max-width: 55.45%;
}
.page-contacts__right-title {
    padding-left: 27px;
    padding-top: 5px;
    color: #1a1a1b;
    font-family: "Muli", sans-serif;
    font-size: 54px;
    line-height: 1.45;
    letter-spacing: normal;
    text-transform: uppercase;
    font-weight: 400;
}
body.page-id-69 .page-contacts__right-title {
    padding: 0 60px;
    position: relative;
    top: -18px;
    letter-spacing: 1.6px;
}
.page-contacts__right-text {
    box-shadow: 1px 11px 33px rgba(11, 21, 35, 0.25);
    background-color: #ffffff;
    padding: 51px 70px 51px 55px;
    color: #1a1a1b;
    font-size: 20px;
    margin-left: -28px;
    margin-top: 47px;
}
body.page-id-69 .page-contacts__right-text {
    margin-top: 15px;
    padding: 89px 111px 101px 107px;
}
.page-contacts__right-text p {
    font-size: 20px;
    font-weight: normal;
    line-height: 2.5;
    letter-spacing: 2px;
}
body.page-id-69 .page-contacts__right-text p {
    font-size: 20px;
    line-height: 2;
    letter-spacing: 1.93px;
}
body.page-id-69 .page-contacts__right-text p.has-large-font-size {
    font-size: 24px;
    margin-bottom: 12px;
}
.charter-slick {
    position: relative;
}

.charter-slick .slick-slide {
    padding-top: 40px;
    padding-bottom: 125px;
    transition: ease-in-out 0.3s;
}

.charter-slick .slick-center {
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.charter-slick .slick-center img {
    box-shadow: 0 44px 60px rgba(34, 34, 34, 0.25);
}

@media only screen and (max-width: 1199px) {
    .charter-slick .slick-center img {
        box-shadow: 0 14px 40px rgba(34, 34, 34, 0.25);
    }
}

.charter-slick__slider-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 87px;
    height: 81px;
    background-color: #f3f3f3;
    cursor: pointer;
    transition: all 0.3s;
}

.charter-slick__slider-button--next {
    z-index: 10;
    position: absolute;
    top: -100px;
    right: 90%;
}

@media only screen and (max-width: 1799px) {
    .charter-slick__slider-button--next {
        right: 85%;
    }
}

.charter-slick__slider-button--prev {
    z-index: 10;
    position: absolute;
    top: -100px;
    right: 95%;
}

@media only screen and (max-width: 1799px) {
    .charter-slick__slider-button--prev {
        right: 92.5%;
    }
}

.charter-slick__slider-button:hover {
    background-color: #6b6b6b;
}

.charter-slick__slider-button:hover path {
    fill: #ffffff;
}

.charter-slick .outlook-slides {
    position: relative;
}

.charter-slick .outlook-slides__img {
    padding: 0;
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
    .charter-slick .outlook-slides__img {
        padding: 0;
    }
}

.charter-slick .outlook-slides__img img {
    display: block;
    width: 100%;
    height: 100%;
}

.charter-slick .outlook-slides__img img:hover {
    box-shadow: 1px 47px 66px rgba(11, 21, 35, 0.25);
}

.charter-slider {
    padding-top: 81px;
}
.charter-slider > .container {
    padding: 0 25px;
}
.charter-slider__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-bottom: 15px;
}
.charter-slider__wrapper .outlook-slides__img div {
    height: 655px;
    background-position: center center;
}
.charter-slider__title {
    color: #1a1a1b;
    font-size: 58px;
    line-height: 1.67;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1.8px;
    position: relative;
    z-index: 10;
    text-align: right;
}

@media only screen and (max-width: 767px) {
    .charter-slider__title {
        text-align: center;
        font-size: 24px;
    }
}

.summit-news {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding-top: 160px;
}
.summit-news > .container {
    padding: 0 22px;
}
.summit-news__link {
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.summit-news__link:before {
    content: ' ';
    display: block;
    padding-top: 75%;
}
.summit-news .title {
    color: #1a1a1b;
    font-size: 58px;
    font-weight: normal;
    line-height: 1.72;
    letter-spacing: 2px;
    line-height: 1.7;
    text-transform: uppercase;
    position: relative;
    z-index: 10;
    text-align: right;
}

.summit-news__slider {
    width: 100%;
    position: relative;
}

.summit-news__slide-title {
    position: absolute;
    bottom: 17px;
    left: 28px;
    padding-right: 35px;
    color: #ffffff;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: 2px;
    z-index: 999;
}
.summit-news__slide-title h3 {
    font-family: "Muli", sans-serif;
}

.summit-news__slide {
    position: relative;
    cursor: pointer;
    margin-bottom: 50px;
    transition: all 0.3s;
}

.summit-news__slide:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30%;
    z-index: 399;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.99) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}

.summit-news__slide img {
    display: block;
    width: 100%;
}

.summit-news__slide:hover:before {
    position: absolute;
    top: 50%;
    right: 50%;
    width: 82px;
    height: 82px;
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    content: "";
}

.summit-news__slider-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 85px;
    height: 79px;
    background-color: #f3f3f3;
    cursor: pointer;
    transition: all 0.3s;
}
.summit-news__slider-button--prev,
.summit-news__slider-button--next {
    z-index: 10;
    position: absolute;
    top: -97px;
}
.summit-news__slider-button--prev {
    left: 0px;
}
.summit-news__slider-button--next {
    left: 84px;
}

.summit-news__slider-button:hover {
    background-color: #242425;
}

.summit-news__slider-button:hover path {
    fill: #ffffff;
}

.summit-slider {
    padding-top: 146px;
}

.summit-slider__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.summit-slider__title {
    color: #1a1a1b;
    font-size: 58px;
    line-height: 1.69;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1.7px;
    position: relative;
    z-index: 10;
    text-align: right;
}

.summit-slider__slider {
    overflow: hidden;
    width: 100%;
}
.summit-slider__slide {
    position: relative;
    cursor: pointer;
    margin-bottom: 50px;
    transition: all 0.3s;
    padding-left: 15px;
    padding-right: 15px;
    height: 322px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: block;
    width: 100%;
}
.summit-slider__slider .slick-slide {
    margin: 0 13px;
}
.outlook-slides .slick-slide {
    margin: 0 15px;
}
.summit-slider__slider .slick-list {
    margin: 0 -13px;
}
.outlook-slides .slick-list {
    margin: 0 -15px;
}
.summit-slider__slide img {
    display: block;
    width: 100%;
}
.summit-slider > .container {
    padding: 0 22px;
}
.summit-slider__slide:hover img {
    box-shadow: 1px 26px 44px rgba(11, 21, 35, 0.33);
    z-index: 999;
}

.summit-slider__slide:hover:before {
    position: absolute;
    top: 50%;
    right: 50%;
    width: 82px;
    height: 82px;
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    content: "";
    background-image: url("/wp-content/themes/tas/assets/img/outlook/magnifier.png");
}

.summit-slider__slider-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 79px;
    height: 79px;
    background-color: #f3f3f3;
    cursor: pointer;
    transition: all 0.3s;
}

.summit-slider__slider-button--next {
    z-index: 10;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(calc(-50% - 25px));
    transform: translateY(calc(-50% - 25px));
    right: 19px;
}



.summit-slider__slider-button--prev {
    z-index: 10;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(calc(-50% - 25px));
    transform: translateY(calc(-50% - 25px));
    left: 23px;
}



.summit-slider__slider-button:hover {
    background-color: #242425;
}

.summit-slider__slider-button:hover use {
    fill: #ffffff;
}

.summit .galery-tab__links {
    border: 0;
    cursor: pointer;
    font-family: "Muli", sans-serif;
    color: #7b7b7b !important;
    padding: 0;
    margin: 0;
    padding-right: 20px;
    margin-bottom: 30px;
    display: inline-block;
}

.summit .galery-tab__links:hover {
    color: #cc0033 !important;
}

.summit .galery-tab__links--active {
    color: #cc0033 !important;
}

.summit .galery-tab__content-title {
    width: 100%;
    height: 325px;
    background-color: #00275d;
    padding: 40px 30px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 1799px) {
    .summit .galery-tab__content-title {
        padding: 12px;
    }
}

.summit .galery-tab__content-title p {
    color: #ffffff;
    font-family: "Muli", sans-serif;
    font-size: 24px;
    line-height: 48px;
    margin-bottom: 0;
}

@media only screen and (max-width: 1799px) {
    .summit .galery-tab__content-title p {
        line-height: 40px;
    }
}

.galery-tab__content {
    width: 100%;
    text-align: center;
}
.galery-tab__content-img {
    display: block;
    height: 655px;
    position: relative;
    margin-bottom: 30px;
    transition: all 0.3s;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.galery-tab__content-img--half {
    height: 325px;
}
.row.fw {
    width: 100%;
}
.galery-tab__content-img--half img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.galery-tab__content-img:hover {
    box-shadow: 1px 26px 44px rgba(11, 21, 35, 0.33);
}

.galery-tab__content-img:hover:before {
    position: absolute;
    top: 50%;
    right: 50%;
    width: 82px;
    height: 82px;
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    content: "";
    background-image: url("/wp-content/themes/tas/assets/img/summit/magnifier.png");
}

.galery-tab__content-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aside__family-guide {
    text-align: center;
}

.aside__family-guide .aside__img {
    margin: 0 auto;
}

.aside__family-guide .aside__img img {
    display: block;
    width: 100%;
}

.aside__family-guide .button {
    margin-top: 30px;
}

.summit .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    border: none;
    border-radius: 0;
}

.summit .card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: inherit;
    border-bottom: none;
}

.accordion-parent {
    position: relative;
    color: #00275d;
    font-family: "Muli", sans-serif;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 1.2px;
    cursor: pointer;
    padding: 18px 35px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    border-bottom: 1px solid #00275d !important;
    background-color: #ffffff;
}
.accordion-parent:hover {
    border-bottom: 1px solid #00275d;
}
.accordion-parent:after {
    position: absolute;
    left: 10px;
    top: 43%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: url("/wp-content/themes/tas/assets/img/summit/arrow-down.png");
    color: #777;
    font-weight: bold;
    float: left;
    margin-right: 20px;
}

.active-parent:after {
    content: url("/wp-content/themes/tas/assets/img/summit/arrow-top.svg");
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.panel p {
    color: #1a1a1b;

    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.aside .galery-tab__content-title {
    height: 100%;
}

.aside .galery-tab__content-title p + p {
    margin-top: 20px;
}

@media only screen and (max-width: 767px) {
    .contact-table tr {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.contact-table {
    width: auto !important;
}
.contact-table td {
    max-width: 100%;
    min-width: 150px;
    font-size: 18px;
    border: none !important;
    padding: 0 40px 10px 0 !important;
}

.contact-table td:nth-child(2) {
    min-width: 350px;
}

@media only screen and (max-width: 767px) {
    .contact-table td:nth-child(3) {
        margin-bottom: 20px;
    }
}

.contact h3.inner-title {
    margin-bottom: 10px;
    margin-top: 20px;
}






.main-history__video figure {
    width: 100%;
    margin-top: 22px;
}
.main-success__image .slick-list {
    width: 100% !important;
    height: 100%;
}
.main-awards__content .main-awards__content-card {
    margin-left: 0 !important;
    width: 100% !important;
    box-shadow: none !important;
    display: inline-flex !important;
}
.main-awards__content .slider-wrapper {
    margin-left: -325px;
    width: 988px;
    box-shadow: 1px 11px 33px rgba(11, 21, 35, 0.25);
    background-color: #ffffff;
}
.slider-wrapper {
    position: relative;
}
.slider-wrapper .slider-control.hidden {
    display: none;
}
.slider-wrapper .slider-control-left,
.slider-wrapper .slider-control-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    z-index: 999;
    display: block;
    width: 30px;
    height: 30px;
}
.slider-wrapper .slider-control-left {
    left: 0;
    background: url(/wp-content/themes/tas/assets/img/svg/left-arrow.svg) 50% 50% no-repeat;
}
.slider-wrapper .slider-control-right {
    right: 0;
    background: url(/wp-content/themes/tas/assets/img/svg/right-arrow.svg) 50% 50% no-repeat;
}
.main-awards__content .slider-wrapper .slider-control-left {
    left: 7px;
}
.main-awards__content .slider-wrapper .slider-control-right {
    right: 7px;
}
.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    background: #000;
    transition: all .3s;
}
.mfp-bg {
    z-index: 99999 !important;
}
.my-mfp-zoom-in.mfp-bg.mfp-ready {
    opacity: .9;
}
.my-mfp-zoom-in.mfp-bg.mfp-removing {
    opacity: 0;
}
.my-mfp-zoom-in.mfp-wrap .mfp-content {
    opacity: 0;
    transition: all .2s ease-in-out;
}
.mfp-wrap.hidden {
    display: none !important;
}
.mfp-wrap {
    z-index: 99999 !important;
}
.mfp-close {
    display: none !important;
}
.my-mfp-zoom-in.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
.my-mfp-zoom-in.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}
.popup-card-header {
    min-height: 60px;
    background-color: #00275d;
    position: relative;
    padding: 19px 65px 15px 37px;
}
.popup-card-title {
  font-family: 'Muli', sans-serif;
  font-size: 18px;
  line-height: 1.33;
  letter-spacing: 0.9px;
  color: #ffffff;
  transition: all .2s;
}
.popup-card-title.slide-out {
    opacity: 0;
    transform: translateX(-10px) !important;
}
.popup-card-title.hold {
    opacity: 0;
    transform: translateX(10px) !important;
}
.popup-card-title.slide-in {
    opacity: 1;
    transform: translateX(0px) !important;
}
.popup-card {
    background-color: #fff;
    max-width: 554px;
    margin: 0 auto;
    position: relative
}
.close-btn {
    position: absolute;
    z-index: 99999;
    right: 22px;
    top: 20px;
    width: 20px;
    height: 20px;
    background-position: center;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAM1JREFUeNqk1c0NwjAMBeDwxA7cOFO2aNiBQ1eg67AAEt0CukWZIVOALTlSVTl/xtI7ufqU1JayO14fJ+fcnTJQgrPVgfKkjBDMU2ZpWLA35cIW5GQfSmdAI3YWY4BcszegW4yNAGm2oirGDaw+qkWT2BZco0sCzWIaGFGvoEWMa5/4RxGNAKPfEpYDNdSVsNSV/yo0rMZSs1Jo2DNfg6Jhz0INCgWbM9MsolCwrjDNLIpGrIjCgGVRBicDlkInBm8y1d74BET0xdZPgAEAKuxkUxiKVxIAAAAASUVORK5CYII=');
    background-size: cover;
    cursor: pointer;
    background-repeat: no-repeat;
    transition: all .2s ease-in-out;
}
.mfp-overlay-left,
.mfp-overlay-right {
    height: 100%;
    width: 9999px;
    position: absolute;
    z-index: 9999;
    top: 0;
}
.mfp-overlay-left {
    left: 0;
    transform: translateX(-100%);
}
.mfp-overlay-right {
    right: 0;
    transform: translateX(100%);
}
.variants li {
    padding: 24px 0;
    border-bottom: 1px solid #cfcfcf;
}
.variants li:last-child {
    border-bottom: 0;
}
.variants li:first-child {
    border-bottom: 1px solid #cfcfcf;
}
.variants a {
    cursor: pointer;
    text-decoration: none;
    font-family: 'Muli', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.8px;
    color: #1a1a1b;
    position: relative;
}
.variants a:hover {
    text-decoration: none;
    color: #00275d !important;
    background-image: linear-gradient(to right, #a4a9b8 100%, #a4a9b8 0%);
    background-position: bottom;
    padding-bottom: 2px;
    background-size: 1px 2px;
    background-repeat: repeat-x;
}
.popup-card-content {
    padding: 0 42px 34px 36px;
    border-left: 1px solid #cfcfcf;
    border-right: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
}
.popup-card .mailpoet_text_label, .popup-card .wysija-paragraph label {
    display: none !important;
}
.popup-card .wysija-paragraph input[type="email"], .popup-card .wysija-paragraph input[name="wysija[user][email]"] {
    width: 100% !important;
    height: 46px !important;
    text-transform: none;
    padding: 0 60px 0 15px !important;
    font-family: "Muli", sans-serif !important;
    font-size: 12px !important;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.6px;
    color: #1a1a1b;
    border: 1px solid #d0d0d0;
}
.popup-card .wysija-paragraph input[type="email"]::placeholder, .popup-card .wysija-paragraph input[name="wysija[user][email]"]::placeholder {
    color: #d0d0d0;
    text-transform: uppercase;
}
.popup-card .widget_wysija input[type="submit"] {
    font-family: "Muli", sans-serif !important;
    text-transform: uppercase !important;
    height: 46px !important;
    font-size: 14px !important;
    padding: 0 7px !important;
    float: right !important;
    top: -46px !important;
    position: relative !important;
    cursor: pointer;
    margin-top: 0;
    border: 0;
    color: white;
    letter-spacing: 1.4px;
    width: 170px;
    max-width: 100%;
    background-color: #ba3746;
    transition: all .2s;
}
.popup-card .widget_wysija input[type="submit"]:hover {
    background-color: #e2495b;
}
.popup-card .mailpoet_message p {
    margin-top: 14px !important;
    font-size: 19px !important;
}
.slider-controls {
    display: flex;
    width: 100%;
    align-items: stretch;
    -ms-flex-pack: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    position: absolute;
    bottom: 0;
}
.page-slider .slider-controls {
    z-index: 8;
}
.page-slider.theme-color-red .slider-controls li.active,
.page-slider.theme-color-red .slider-controls li:hover {
    background-color: #b41c42 !important;
}
.page-slider.theme-color-green .slider-controls li.active,
.page-slider.theme-color-green .slider-controls li:hover {
    background-color: #962e40 !important;
}
.bottom-text-mobile {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 30px;
    background-color: #00275d;
    text-align: center;
    width: 100%;
    min-height: 75px;
    display: none;
}
.theme-color-green .bottom-text-mobile {
    background-color: #159d9b;
}
.theme-color-red .bottom-text-mobile {
    background-color: #b41c42;
}
.slider-controls li {
    min-height: 100px;
    padding: 29px 0;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    background-color: #242425;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-slider .slider-controls li:nth-child(2n) {
    background-color: #1a1a1c;
}
.slider-controls a {
    color: #ffffff !important;
    font-family: "Muli", sans-serif;
    font-size: 20px;
    font-weight: normal;
    padding: 0 15px;
    position: relative;
}
body.controls-vertical .slider-controls a {
    font-size: 18px;
    line-height: normal;
    letter-spacing: 0.3px;
}
.slider-controls li:hover,
.slider-controls li.active {
    background-color: #00275d !important;
}
.slider-controls.tas-decorations a,
.bottom-text-mobile.decorated span {
    padding-left: 50px;
}
.bottom-text-mobile.decorated span {
    display: inline-block;
    margin: 15px 0;
}
.slider-controls.tas-decorations a:before,
.slider-controls.tas-decorations a:after,
.bottom-text-mobile.decorated span:after {
    content: ' ';
    position: absolute;
    left: 0;
    top: -10px;
    transition: all 0.3s;
    margin-right: 10px;
    opacity: 1;
    width: 43px;
    height: 48px;
}
.bottom-text-mobile.decorated span:after {
    top: 50%;
    transform: translateY(-50%);
}
.slider-controls.tas-decorations a:before{
    content: url(/wp-content/themes/tas/assets/img/icons/a-gray.png);
}
.slider-controls.tas-decorations a:after,
.bottom-text-mobile.decorated span:after {
    content: url(/wp-content/themes/tas/assets/img/icons/a-red.png);
    opacity: 0;
}
.slider-controls.tas-decorations li:hover a:after,
.slider-controls.tas-decorations li.active a:after,
.bottom-text-mobile.decorated span:after {
    opacity: 1;
}
.main-slider .slick-dotted.slick-slider {
    margin-bottom: 0;
}
#parent-questions {
    margin-bottom: 15px;
}
.default-link {
    text-decoration: none;
    cursor: pointer;
}
.default-link:hover {
    text-decoration: underline !important;
}
a.hidden {
    opacity: 0;
    z-index: -1;
}
.community-based-form {
    min-height: 300px;
}
#contact-information .fstResults .fstResultItem:first-child {
    color: #000;
    background-color: #fff !important;
    border: 0 !important;
}
.popup-card-content .fstChoiceItem,
.popup-card-content .fstResultItem,
.popup-card-content .fstMultipleMode .fstQueryInput,
.popup-card-content .fstMultipleMode .fstControls,
#contact-information .fstChoiceItem,
#contact-information .fstResultItem,
#contact-information .fstMultipleMode .fstQueryInput,
#contact-information .fstMultipleMode .fstControls,
#more-information-form .fstChoiceItem,
#more-information-form .fstResultItem,
#more-information-form .fstMultipleMode .fstQueryInput,
#more-information-form .fstMultipleMode .fstControls,
#opportunities-form .fstChoiceItem,
#opportunities-form .fstResultItem,
#opportunities-form .fstMultipleMode .fstQueryInput,
#opportunities-form .fstMultipleMode .fstControls,
.community-based-form .fstChoiceItem,
.community-based-form .fstResultItem,
.community-based-form .fstMultipleMode .fstQueryInput,
.community-based-form .fstMultipleMode .fstControls {
    font-size: 13px;
    font-family: Arial;
    width: 100%;
}
.popup-card-content .fstMultipleMode.fstActive,
.popup-card-content .fstElement,
#contact-information .fstMultipleMode.fstActive,
#contact-information .fstElement,
#more-information-form .fstMultipleMode.fstActive,
#more-information-form .fstElement,
#opportunities-form .fstMultipleMode.fstActive,
#opportunities-form .fstElement,
.community-based-form .fstMultipleMode.fstActive,
.community-based-form  .fstElement {
    width: 100%;
    margin-bottom: 5px;
}
.community-based-form h3 {
    margin-bottom: 10px;
}
#more-information-form textarea {
    resize: none;
    height: 150px;
}
#enroll-now-form input[type="text"],
#callback-popup-1 input[type="text"],
#callback-popup-2 input[type="text"],
#more-information-form textarea,
#more-information-form input[type="text"],
#opportunities-form input[type="date"],
#opportunities-form input[type="text"],
.community-based-form input[type="text"] {
    width: 100%;
    padding: 10px;
    font-family: 'Muli', sans-serif;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1.1px;
    line-height: 1.5;
    color: #232323;
    border: 1px solid #d7d7d7;
    margin-bottom: 5px;
    text-transform: none;
}
#enroll-now-form input[type="text"]::placeholder,
#callback-popup-1 input[type="text"]::placeholder,
#callback-popup-2 input[type="text"]::placeholder,
#more-information-form textarea::placeholder,
#more-information-form input[type="text"]::placeholder,
#opportunities-form input[type="date"]::placeholder,
#opportunities-form input[type="text"]::placeholder,
.community-based-form input[type="text"]::placeholder {
    text-transform: uppercase;
    color: #cfcfcf;
    font-size: 10px;
}
.fstElement {
    min-height: 38px !important;
    margin-bottom: 5px !important;
}
.fstElement.not-valid {
    border-color: #ff0000 !important;
}
.community-based-form input[type="submit"] {
    font-family: Arial;
    font-size: 13px;
    width: 100%;
    padding: 10px;
    background-color: #43a2f3;
    color: #fff;
    text-transform: uppercase;
    border: 0;
    margin-top: 15px;
    cursor: pointer;
    max-width: 119px;
    float: right;
}
.community-based-form input[type="submit"]:hover {
    background-color: #378ad1;
}
.community-based-form input[type="submit"].disabled {
    position: relative;
    z-index: -1;
    pointer-events: none;
    background-color: #6eb6f4;
}
.popup-card-content .fstToggleBtn,
.popup-card-content .fstNoResults,
.popup-card-content .fstSingleMode .fstQueryInput,
#contact-information .fstToggleBtn,
#contact-information .fstNoResults,
#contact-information .fstSingleMode .fstQueryInput,
#more-information-form .fstToggleBtn,
#more-information-form .fstNoResults,
#more-information-form .fstSingleMode .fstQueryInput,
#opportunities-form .fstToggleBtn,
#opportunities-form .fstNoResults,
#opportunities-form .fstSingleMode .fstQueryInput,
.community-based-form .fstToggleBtn,
.community-based-form .fstNoResults,
.community-based-form .fstSingleMode .fstQueryInput {
    min-width: 100%;
    font-size: 13px;
    font-family: Arial;
}
.popup-card-content .fstSingleMode.fstActive .fstResults,
#contact-information .fstSingleMode.fstActive .fstResults,
#more-information-form .fstSingleMode.fstActive .fstResults,
#opportunities-form .fstSingleMode.fstActive .fstResults,
.community-based-form .fstSingleMode.fstActive .fstResults {
    height: 161px;
}
#referral .popup-card-content,
#contact-information .popup-card-content {
    padding: 31px 42px 42px 36px;
}
#referral .popup-card-content {
    min-height: 343px;
}
.vacancy-salary {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 42px;
}
.vacancy-salary div {
  margin: 10px;
}
.main-news-gallery {
    position: relative;
    align-items: flex-start !important;
    padding-top: 151px;
}
.main-news-gallery.in-proccess:before {
    content: ' ';
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.main-news-gallery.in-proccess:after {
    content: ' ';
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 32px;
    height: 32px;
    background-color: white;
    background-image: url(/wp-content/themes/tas/assets/img/giphy.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.main-news-gallery .slick-track {
    display: flex;
    align-items: center;
    height: 100%;
}
.main-news-filter {
    position: absolute;
    right: 9%;
    top: 12px;
    width: 263px;
}
.main-news-filter .fstElement {
    height: 69px;
}
.main-news-filter .fstToggleBtn,
.main-news-filter .fstElement {
    width: 263px;
    min-width: unset;
}
.main-news-filter .fstToggleBtn,
.main-news-filter .fstResultItem {
    text-transform: capitalize;
}
.header-menu__list>li>.sub-menu {
    position: absolute;
    opacity: 0;
    z-index: -1;
    background-color: white;
    padding: 15px 15px 10px 0;
    transition: opacity .2s;
}
.header-menu__list>li>.sub-menu>li {
    position: relative;
    padding-left: 15px;
}
.header-menu__list>li>.sub-menu>li>.sub-menu {
    position: absolute;
    top: 0;
    min-width: 200px;
    left: 0;
    padding: 15px;
    transform: translateX(-100%);
    background-color: #fff;
    display: none;
}
.header-menu__list>li>.sub-menu>li>.sub-menu:after {
    content: ' ';
    position: absolute;
    right: -28px;
    top: 0;
    width: 30px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
}
.header-menu__list>li>.sub-menu>li:hover>.sub-menu {
    display: block;
    z-index: 7;
}
.sub-menu > li {
    margin-left: 0 !important;
    margin-bottom: 5px;
}
.header-menu__list>li:hover .sub-menu {
    opacity: 1;
    z-index: 1;
}
input.wpcf7-not-valid {
    border-color: red !important;
}
.page-enroll__form-row textarea,
.page-enroll__form-row input[type="text"] {
    width: 100%;
}
.column-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 58px;
    grid-column-gap: 26px;
    grid-row-gap: 26px;
}
main ul {
    list-style: none;
    padding-left: 23px;
}
main ul>li {
    margin-right: 5px;
    font-size: 19px;
    letter-spacing: 0.5px;
    margin-bottom: 28px;
}
.column-list > li  {
    letter-spacing: 0.5px;
}
.column-list > li:nth-child(2n+2) {
    padding: 0 37px;
}
main ul>li:before {
    content: ' ';
    display: inline-block;
    width: 1em;
    height: 1em;
    contain: strict;
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
    margin-right: 5px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBjbGFzcz0ic2MtaW9uLWljb24iPjxwYXRoIGQ9Ik04NSAyNzcuMzc1aDI1OS43MDRMMjI1LjAwMiAzOTcuMDc3IDI1NiA0MjdsMTcxLTE3MUwyNTYgODVsLTI5LjkyMiAyOS45MjQgMTE4LjYyNiAxMTkuNzAxSDg1djQyLjc1eiI+PC9wYXRoPjwvc3ZnPg==');
}
main h2 {
    font-family: "Muli", sans-serif;
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 48px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #202021;
    font-weight: 600;
}
body.theme-blue main h2 {
    color: #00275d;
}
main a {
    color: #c03;
}
main a:hover {
    color: #014c8c;
}
main h3 {
    font-family: 'Muli', sans-serif;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 1.8px;
    margin-bottom: 28px;
    line-height: 30px;
    color: #202021;
}
main h4 {
    font-family: 'Muli', sans-serif;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 1.4px;
    margin-bottom: 5px;
    line-height: 1.67;
    color: #202021;
}
main h5 {
    font-family: 'Muli', sans-serif;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1.2px;
    margin-bottom: 5px;
    line-height: 1.88;
    color: #202021;
}
@media (width: 1280px) {
    .main-news-filter {
        position: absolute;
        right: -27px;
        top: 9px;
    }
}
.article-section {
    margin-bottom: 13px;
}
.article-section-anchors {
    display: flex;
    margin-bottom: 53px;
    padding: 0;
}
.article-section-anchors.col-num-1 li {
    width: 100%;
}
.article-section-anchors.col-num-2 li {
    width: 50%;
}
.article-section-anchors.col-num-3 li {
    width: 33.33333%;
}
.article-section-anchors.col-num-4 li {
    width: 25%;
}
.article-section-anchors.col-num-5 li {
    width: 100%;
}
.article-section-anchors.col-num-6 li {
    width: 16.66666%;
}
.article-section-anchors li:before {
    display: none;
}
.article-section-anchors li a:after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background-image: none;
    background-color: #11255bdd;
}
@media (max-width: 767px) {
    body.page-id-71 .article-section-anchors {
        margin-bottom: 25px;
        flex-direction: column;
    }

    body.page-id-71 .article-section-anchors.col-num-3 li {
        margin-bottom: 10px;
        width: 100%;
    }
}
.theme-red .article-section-anchors li a:after {
    background-color: #b41c42dd;
}
.theme-green .article-section-anchors li a:after {
    background-color: #962e40e6;
}
.theme-red .article-section h2 {
    color: #b41c42;
}
.theme-red .article-section h3 {
    color: #b41c42;
}
.theme-green .article-section h3 {
    color: #962e40;
}
.theme-green .article-section h2 {
    color: #962e40;
}
.article-section-anchors li {
    margin: 0 30px 0 0;
    height: 272px;
    overflow: hidden;
    position: relative;
}
.article-section-anchors li:last-child {
    margin: 0;
}
.article-section-anchors li:hover a>div {
    transform: scale(1.15);
}
.article-section-anchors li a {
    background-color: #ccc;
    text-align: center;
    width: 100%;
    height: 100% !important;
    min-height: 100% !important;
    cursor: pointer;
    display: flex;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column;
}
.article-section-anchors li a>div {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    transition: .5s transform;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
}
.article-section-anchors li a span {
    z-index: 4;
    position: relative;
    color: #fff;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 1.2px;
    font-family: "Muli", sans-serif;
}
.article-section-anchors li a p {
    z-index: 77;
    color: white !important;
    position: relative;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 1.2px;
    font-family: "Muli", sans-serif;
}
.article-section h2 {
    font-family: Muli;
    font-size: 30px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: 2.3px;
    text-align: left;
    color: #00275d;
    text-transform: uppercase;
    overflow: hidden;
    margin-bottom: 6px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
}
.article-section h2 br:last-child {
    display: none;
}
.article-section h2:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    width: 100%;
    height: 3px;
    background: #d73647;
}
.article-section h2:after {
    margin-right: -100%;
    left: 45px;
    top: -1px;
    position: relative;
}
@media (max-width: 1199px) {
    .article-section h2 {
        line-height: 1.3;
    }
}
.article-section h3 {
    font-family: 'Muli', sans-serif;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 1.2px;
    color: #00275d;
}
.article-section h4 {
    color: #00275d;
}

main p.has-normal-font-size {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.8px;
}
.article-aside h3 {
    font-family: 'Muli', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.24;
    letter-spacing: 1.8px;
    color: #00275d;
    margin-bottom: 10px;
}
ul.is-links {
    padding-left: 0;
}
ul.is-links ul {
    padding-left: 20px;
}
ul.is-links a {
    font-family: 'Muli', sans-serif;
    color: #1a1a1b;
    text-decoration: none;
    letter-spacing: 0.2px;
    font-size: 18px;
    line-height: 1;
    padding: 27px 23px;
    width: 100%;
    transition: transform .2s;
}
ul.is-links li {
    border-bottom: 1px solid #eff1f3;
    padding: 0 20px;
    position: relative;
    margin-bottom: 0;
    display: flex;
}
ul.is-links li:last-child {
    border: 0;
}
ul.is-links li:before {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translate(0, -50%) scale(-1);
    opacity: 0;
    transition: all .2s;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48IURPQ1RZUEUgc3ZnICBQVUJMSUMgJy0vL1czQy8vRFREIFNWRyAxLjEvL0VOJyAgJ2h0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCc+PHN2ZyBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA0NTkgNDU5IiBmaWxsPSIjMDAyNzVkIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA0NTkgNDU5IiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwb2x5Z29uIHBvaW50cz0iNDU5IDIwNCA5Ni45IDIwNCAxODguNyAxMTIuMiAxNTMgNzYuNSAwIDIyOS41IDE1MyAzODIuNSAxODguNyAzNDYuOCA5Ni45IDI1NSA0NTkgMjU1Ii8+PC9zdmc+);
}
ul.is-links li:hover a {
    transform: translateX(23px);
    color: #00275d;
    font-weight: 600;
    letter-spacing: -0.2px;
}
ul.is-links li:hover:before {
    width: 16px;
    height: 13px;
    transform: translate(23px, -50%) scale(-1);
    opacity: 1;
}
.article-aside iframe,
.article-aside figure {
    width: 100%;
    margin-bottom: 17px;
}
.article-aside iframe {
    height: 267px;
}
.article-aside figure iframe {
    margin-bottom: 0;
}
.article-aside img {
    max-width: 100%;
}
.article-aside h2 {
    font-family: Muli;
    font-size: 24px;
    line-height: 1.25;
    font-weight: normal;
    letter-spacing: 1.8px;
    color: #00275d;
    margin-bottom: 24px;
}
.article-aside h2:after {
    display: none;
}
.search-container {
    position: relative;
}
.search-container:before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 62px;
    opacity: 0.05;
    background: linear-gradient(rgba(26,26,27,1), rgba(26,26,27,0));
    z-index: -1;
}
.search-container section#primary {
    padding-top: 74px;
    padding-left: 8px;
    padding-right: 8px;
}
.search-page-form input[name="s"] {
    width: 846px;
    max-width: 100%;
    padding: 1px 21px;
    font-family: Muli;
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.67;
    letter-spacing: 0.9px;
    border: 1px solid #d0d0d0;
}
.search-page-form input[type="submit"] {
    border: 0;
    background: #b41c42;
    color: white;
    text-transform: uppercase;
    font-family: Muli;
    font-size: 22px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.7px;
    max-width: 100%;
    width: 263px;
    padding: 11px 5px;
    position: relative;
    top: 2px;
    left: 25px;
    cursor: pointer;
    transition: background .2s;
}
.search-page-form input[type="submit"]:hover {
    background: #e63762;
}
.search-page-form {
    margin-bottom: 48px;
}
.search-container h1 {
    font-family: 'Muli', sans-serif;
    font-size: 30px;
    line-height: 1.5;
    letter-spacing: 0.9px;
    color: #1a1a1b;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.search-results-count {
    font-family: DavidLibre;
    font-size: 24px;
    line-height: 2;
    letter-spacing: 1.2px;
    color: #1a1a1b;
    margin-bottom: 29px;
}
.search-result-item {
    padding: 30px 0 25px 0;
    border-top: 1px solid #d0d0d0;
}
.search-result-item:last-child {
    border-bottom: 1px solid #d0d0d0;
}
.search-results {
    margin-bottom: 60px;
}
.search-result-item-title {
    display: block;
    font-family: 'Muli', sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0.5px;
    text-align: left;
    color: #003f95;
    margin-bottom: 8px;
}
.search-result-item-link {
    display: block;
    font-family: 'Muli', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.5px;
    color: #b41c42;
    margin-bottom: 27px;
}
.search-result-item p {
    font-family: Muli;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.5px;
    text-align: left;
    color: #1a1a1b;
    margin-bottom: 10px;
}
@media (max-width: 1799px) {
    .search-page-form input[type="submit"] {
        left: 0;
        top: 10px;
    }
}
.search-pagination a,
.search-pagination span {
    display: inline-block;
    border: 0;
    font-family: 'Muli', sans-serif;
    line-height: 1.5;
    letter-spacing: 0.5px;
    color: #00275d !important;
    padding-left: 5px;
    padding-right: 5px;
}
.search-pagination .current {
    color: #00275d !important;
    background-color: white !important;
    font-weight: normal !important;
    text-decoration: underline;
}
.search-pagination {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
span.arrow {
    display: block;
    width: 11px;
    height: 20px;
}
span.arrow:before {
    content: ''
}
.search-prev a,
.search-next a {
    position: relative;
    width: 58px;
    height: 54px;
    background-color: #f3f3f3;
}
.search-prev a:before,
.search-next a:before,
.search-prev a:after,
.search-next a:after {
    content: ' ';
    display: block;
    background-image: url(/wp-content/themes/tas/assets/img/search-arrow.png);
    width: 10px;
    height: 19px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}
.search-prev a:before {
    background-position: 0 0;
    opacity: 1;
}
.search-prev a:after {
    background-position: -10px 0;
}
.search-next a:before {
    background-position: 0 0;
    opacity: 1;
    transform: translate(-50%, -50%) scale(-1);
}
.search-next a:after {
    background-position: -10px 0;
    transform: translate(-50%, -50%) scale(-1);
}
.search-prev a:hover,
.search-next a:hover {
    background-color: #242425;
}
.search-prev a:hover:before,
.search-next a:hover:before {
    opacity: 0;
}
.search-prev a:hover:after,
.search-next a:hover:after {
    opacity: 1;
}
.search-prev-next {
    margin-left: 44px;
    display: flex;
}
.page-numbers.dots:hover {
    background: #fff !important;
    cursor: default;
}
.summit-slider__videos {
    margin-top: 30px;
}
.summit-slider__videos iframe {
    height: 448px;
}
.summit-slider__videos .main-people__video:nth-child(1) {
    padding: 0 14px 0 16px;
}
.summit-slider__videos .main-people__video:nth-child(2) {
    padding: 0 17px 0 12px;
}
.not-found-page {
    padding: 260px 0 300px 0;
    background-image: url(/wp-content/themes/tas/assets/img/img-404-bg.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}
body.error404 .footer {
    margin-top: 0;
}
.not-found-page h1 {
    font-family: Muli;
    font-size: 60px;
    font-weight: bold;
    line-height: 1.67;
    letter-spacing: 3px;
    color: #00275d;
    text-transform: uppercase;
    margin-bottom: 23px;
}
.not-found-page p {
    max-width: 870px;
    font-family: DavidLibre;
    font-size: 24px;
    line-height: 2;
    letter-spacing: 1.2px;
    color: #1a1a1b;
}
.not-found-page p a {
    text-decoration: none;
    border-bottom: 2px solid #00275d;
    color: #00275d;
}
.not-found-page p a:hover {
    text-decoration: none;
    border: 0;
    color: #00275d;
}
.website-link {
    font-family: Muli;
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.7px;
    text-transform: uppercase;
    color: #fff !important;
    background: #b41c42;
    width: 264px;
    padding: 13px 0;
    max-width: 100%;
    display: inline-block;
    text-align: center;
    transition: all .2s;
    cursor: pointer;
    margin-top: 56px;
}
.website-link:hover {
    background: #bf2c51;
}
.slider-controls.not-found {
    position: static;
}
#enroll-now-form input[type="submit"],
#callback-popup-1 input[type="submit"],
#callback-popup-2 input[type="submit"],
#more-information-form input[type="submit"],
#opportunities-form input[type="submit"],
.back-link,
.parent-info-submit {
    display: inline-block;
    min-width: 190px;
    max-width: 100%;
    padding: 15px 47px 12px 62px;
    border: 2px solid #e0e2e4;
    font-family: 'Muli', sans-serif;
    font-size: 14px;
    letter-spacing: 1.4px;
    color: #1a1a1b;
    background-color: white;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .2s;
}
#referral .parent-info-submit {
    float: none;
}
#enroll-now-form input[type="submit"]:focus,
#callback-popup-1 input[type="submit"]:focus,
#callback-popup-2 input[type="submit"]:focus,
#more-information-form input[type="submit"]:focus,
#opportunities-form input[type="submit"]:focus,
.back-link:focus,
.parent-info-submit:focus {
    border: 2px solid #e0e2e4;
}
.back-link:before,
.back-link:after {
    content: ' ';
    position: absolute;
    left: 38px;
    top: 50%;
    width: 27px;
    height: 17px;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(-50%);
    opacity: 0;
    transition: all .2s;
}
.back-link:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAARCAYAAAAsT9czAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAL1JREFUeNq01TsOgkAUheErUFvaGcMyfBS6DqOBFbgXF2DjQrTTDWgJSCw0rIGEM8mdZEIQCuec5K+/QGZgVJRv6dkMndAWfeTPBQPQBX1RJR4WDEB3tEM1C6NAXRgNamMWujEgF3OhPQMyixzogQ5oLKRFeo9irRLiDJaiK3qihPUKLVaijYJH1uFwD8hLwTk6o5CJmRUKLlhg+1JbcMkAuz5XOVozwF8f4lyfcOUT7PvFZPqEUzTxgTUCDABqBCz2KdZobgAAAABJRU5ErkJggg==);
    opacity: 1;
}
.back-link:after {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAARCAYAAAAsT9czAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAKhJREFUeNq81UEKgkAUgOGX3SHamOVJopPY4fIWUpeopZm76Awy/Q8URGxsMW8efAgq/AyOKs458chQYbtw318S+T0ZrnjjIyHGs6IaJdYhVqWiheZiZqFpbAhdLELjmHlIrTTU77o7zujEaDRWcTxJhNHYjuMNDxSWKxs/s6fVLpzbjXvr4PSEBpsY79nggFeML4hp0HcxRxsy6PvF1DgixSbEzv8KMADDnu+vzyagMQAAAABJRU5ErkJggg==);
}
.back-link:hover,
.parent-info-submit {
    background-color: #d73647;
    border: 2px solid #d73647;
    color: white !important;
    box-shadow: 0.6px 17px 22px 0 rgba(11, 21, 35, 0.17);
}
#enroll-now-form input[type="submit"],
#callback-popup-1 input[type="submit"],
#callback-popup-2 input[type="submit"],
#more-information-form input[type="submit"],
#opportunities-form input[type="submit"],
.parent-info-submit {
    padding-left: 5px;
    padding-right: 5px;
    float: right;
    transition: all .2s;
    opacity: 0;
    z-index: -1;
    pointer-events: none;
    position: relative;
}
#enroll-now-form input[type="submit"],
#more-information-form input[type="submit"],
#opportunities-form input[type="submit"],
.parent-info-submit.visible {
    opacity: 1;
    z-index: 1;
    pointer-events: all;
}
body.single-vacancy .parent-info-submit {
    float: none !important;
    width: 237px;
}
#callback-popup-1 input[type="submit"],
#callback-popup-2 input[type="submit"] {
    opacity: 1;
    display: block;
    pointer-events: all;
    z-index: 77;
    background-color: #e44858;
    border: 2px solid #d73647;
    color: white !important;
    box-shadow: 0.6px 17px 22px 0 rgba(11, 21, 35, 0.17);
}
#enroll-now-form  input[type="submit"],
#more-information-form input[type="submit"],
#opportunities-form input[type="submit"],
.parent-info-submit:hover {
    background-color: #e44858;
    border: 2px solid #d73647;
    color: white !important;
    box-shadow: 0.6px 17px 22px 0 rgba(11, 21, 35, 0.17);
}
.back-link:hover:before {
    opacity: 0;
}
.back-link:hover:after {
    opacity: 1;
}
.back-link.unvisible {
    opacity: 0;
    z-index: -1;
    pointer-events: none;
}
.wpcf7-form-control-wrap.your-resume {
    display: block;
    margin-top: 5px;
}
.wpcf7-form-control.no-ui {
    opacity: .25;
    pointer-events: none;
}
#callback-popup-1 .popup-card-content,
#callback-popup-2 .popup-card-content,
#more-information-form .popup-card-content,
#opportunities-form .popup-card-content {
    padding: 31px 42px 80px 36px;
}
.popup-card-content.dynamic-message {
    padding: 31px 42px 25px 36px;
}
.dynamic-message p {
    font-family: 'Muli', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.8px;
    text-align: left;
    color: #1a1a1b;
    margin-bottom: 25px;
}
#summit-academy-subscribe .popup-card-content,
#outlook-academy-subscribe .popup-card-content,
#charter-school-subscribe .popup-card-content {
    padding-top: 31px;
}
#summit-academy-subscribe .popup-card-content > p,
#outlook-academy-subscribe .popup-card-content > p,
#charter-school-subscribe .popup-card-content > p {
    font-family: 'Muli', sans-serif;
    font-size: 16px;
    line-height: 1.88;
    letter-spacing: 0.8px;
    color: #1a1a1b;
    margin-bottom: 31px;
}
.acc-logo {
    max-height: 200px;
    margin-bottom: 30px;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}
@media (max-width: 991px) {
    .mobile-reorder > .col-lg-9 {
        order: 2;
    }
    .mobile-reorder > .col-lg-3 {
        order: 1;
    }
}
#parent-questions .slide > p {
    font-family: 'Muli', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.8px;
    text-align: left;
    color: #1a1a1b;
    margin-bottom: 25px;
}
#parent-questions .slide.last {
    padding-top: 30px;
}
.parent-info-label {
    font-family: 'Muli', sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.6px;
    color: #adadad;
    text-transform: uppercase;
    margin-bottom: 1px;
}
.flex-valign-bottom {
    display: flex;
    align-items: flex-end;
    margin-bottom: 15px;
}
.flex-valign-bottom > div {
    width: 100%;
}
.wp-block-image {
    margin-top: 1em;
    margin-bottom: 1em;
}
em {
    font-style: italic;
}
.wp-block-quote {
    border-left: 0 !important;
    padding-left: 0 !important;
    font-style: italic;
}
.callback-button a {
    border-radius: 0 !important;
    background-color: #d73647 !important;
    text-transform: uppercase;
    font-family: 'Muli', sans-serif !important;
    box-shadow: 0.6px 17px 22px 0 rgba(11, 21, 35, 0.17) !important;
    transition: all .2s;
}
.callback-button a:hover {
    background-color: #e44858 !important;
}
body.controls-vertical .slider-controls {
    flex-direction: column;
    height: 100%;
    right: 0;
    width: 346px;
    max-width: 100%;
}
body.controls-vertical .page-slider, .main-slider {
    padding-bottom: 0 !important;
}
body.controls-vertical .page-slider .slick-dots,
body.controls-vertical .main-slider .slick-dots {
    display: block;
    text-align: left;
    right: 0;
    left: 5%;
}
body.controls-vertical .slider-controls li {
    width: 100% !important;
    padding: 5px 0;
    flex-grow: 1;
}
.footer .wp-block-columns {
    display: flex;
}
.footer .wp-block-columns .wp-block-column:nth-child(1) {
    max-width: 10%;
}
.footer .wp-block-columns .wp-block-column:nth-child(2) {
    max-width: 39%;
    padding-left: 0;
}
.footer .wp-block-columns .wp-block-column:nth-child(3) {
    max-width: 26%;
    padding-top: 16px;
}
.footer .wp-block-columns .wp-block-column:nth-child(4) {
    max-width: 24.6%;
    padding-top: 18px;
}
.footer h2 {
    color: #ffffff;
    font-family: "Muli", sans-serif;
    text-transform: uppercase;
    position: relative;
    top: 9px;
    font-size: 58px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: 1px;
    margin-bottom: -3px;
}
.footer {
    color: #ffffff;
}
body.page-id-67 .footer {
    margin-top: 109px;
}
body.page-id-69 .footer {
    margin-top: 106px;
}
.footer p {
    font-family: "Muli", sans-serif;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: normal;
    color: #ffffff;
  margin-top: 10px;
}
.footer p.has-medium-font-size {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.8px;
    margin-bottom: -6px;
}
.footer p.has-small-font-size {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.6px;
}
.footer a {
    color: #d73647;
}
.footer .wysija-paragraph label {
    display: none;
}
.footer .shortcode_wysija {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-top: 5px;
}
.footer .shortcode_wysija>p:first-child {
    flex-grow: 1;
  margin-top: 0px;
}
.footer .shortcode_wysija>p:first-child input {
    height: 50px;
    line-height: 50px;
    color: #abbcd2;
    border: 1px solid #ffffff;
    background: transparent;
    padding: 0 18px;
    width: 100%;
}
.footer .shortcode_wysija input[type="submit"] {
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 50px;
    background-color: #ffffff;
    color: #1a1a1b;
    font-family: "Muli", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    outline: none;
    border: none;
    cursor: pointer;
    margin: 0;
}
.button--facebook {
    width: 100%;
}
.button--facebook a {
    border-radius: 0 !important;
    width: 100%;
    color: #1a1a1b !important;
    font-family: "Muli", sans-serif;
    font-size: 16px;
    font-weight: 700;
    background-color: #ffffff !important;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    text-align: center;
    position: relative;
    padding-left: 45px !important;
}
.button--facebook a:hover {
    background-color: white !important;
}
.button--facebook a:before {
    content: '';
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    display: block;
    position: absolute;
    width: 26px;
    height: 25px;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAZCAYAAAAv3j5gAAAAhklEQVR4AWNg0Ig9AMT/aYtjHEaERaMWxTWADVJIEGCAApAYdS1SjTJgQAI0sQhsGBDQwaIEBWSzQUEHFLeH4vnUswgJgC1Vj32PLE8ji2IcQGJD0qIDoIgGYfSgA4nBMEgdRRahW0BCqhu1KPY+EO8HYyQAKiHAYgh8fzR5U9+iUYtGLQIAdm4p8s5Iv+wAAAAASUVORK5CYII=);
}
.page--title-level-2 {
    color: #1a1a1b;
    font-family: "Muli", sans-serif;
    font-size: 58px;
    line-height: 1.67;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1.5px;
    padding-top: 20px;
}
.page-slider, .main-slider {
    overflow: hidden;
}
.swiper-wrapper {
    height: 100%;
}
.swiper-wrapper > .swiper-slide {
    display: none !important;
}
.swiper-wrapper > .swiper-slide:first-child {
    display: block !important;
}
.contact-us__columns {
    display: flex !important;
    flex-wrap: wrap !important;
}
.contact-us__columns .wp-block-column {
    max-width: 25%;
    text-align: center;
    padding: 30px !important;
    border-left: 1px solid #e0e0e0;
}
@media (max-width: 1199px) {
    .contact-us__columns .wp-block-column {
        max-width: 50%;
    }
    .contact-us__columns .wp-block-column:nth-child(2) {
        border-right: 1px solid #e0e0e0;
    }
}
@media (max-width: 767px) {
    .contact-us__columns .wp-block-column {
        max-width: 100%;
        border-left: 0 !important;
        border-right: 0 !important;
        border-top: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0;
    }
}
.contact-us__columns .wp-block-column:last-child {
    border-right: 1px solid #e0e0e0;
}
.wp-block-button__link {
    border-radius: 0 !important;
    background-color: #d73647 !important;
    color: white;
    text-transform: uppercase;
    font-family: 'Muli', sans-serif;
    font-size: 14px;
    letter-spacing: 1.4px !important;
    cursor: pointer;
    transition: all .2s;
    word-break: inherit !important;
}
.wp-block-button__link:hover {
    box-shadow: 0.6px 17px 22px 0 rgba(11, 21, 35, 0.17)  !important;
    background-color: #e44858 !important;
}
.ci-total_empty-block,
.ci-total-block,
.counties-block {
    display: none;
}
.ci-total_empty-block.visible,
.ci-total-block.visible,
.counties-block.visible {
    display: block;
}
.total-text {
    font-family: 'Muli', sans-serif;
    font-size: 14px;
    margin-bottom: 15px;
}
.total-phone,
.total-email,
.total-name {
    font-family: 'Muli', sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}
.ci-total {
    padding-left: 10px;
}
.gallery__title {
    width: 100%;
}
.school-links {
    margin-bottom: 30px;
}
.contact-us__form {
    padding: 40px 30px;
}
.contact-us__form .form-item {
    width: 100% !important;
}
.contact-us__form .page-enroll__form-row + .page-enroll__form-row {
    margin-top: 25px;
}
.contact-us__form .page-enroll__form-row .form-item {
    margin-right: 0;
}
.contact-us__form  .page-enroll__form-row input, .page-enroll__form-row textarea {
    margin-top: 5px;
}
.article-section.vacancy-section .wp-block-table td:first-child {
    /* width: 200px; */

    font-weight: bold;
    padding: 10px;
}
.article-section.vacancy-section .wp-block-table td {
    border: 0;
}
.article-section.vacancy-section  .wp-block-table td,
.article-section.vacancy-section  .wp-block-table th {
    word-break: normal !important;
}
body.single-vacancy {
    font-size: 18px;
}
.wp-block-columns {
    display: flex !important;
}
.wp-block-columns.has-2-columns .wp-block-column {
    width: 50%;
}
.wp-block-columns.has-3-columns .wp-block-column {
    width: 33.33333%;
}
.wp-block-columns.has-4-columns .wp-block-column {
    width: 25%;
}
.wp-block-columns.has-5-columns .wp-block-column {
    width: 20%;
}
.wp-block-columns.has-6-columns .wp-block-column {
    width: 16.66666%;
}
.contact-us__columns .wp-block-column {
    margin: 0 !important;
    flex: 30%;
    width: 30%;
}
main ol {
    list-style: decimal;
    padding-left: 42px;
    color: #1a1a1b;

    font-size: 18px;
    line-height: 30px;
    margin-bottom: 26px;
    letter-spacing: 0.9px;
}
.wp-block-file {
    margin-top: 15px;
}
.has-text-color a {
    text-decoration: none;
    color: #d73647 !important;

}
.has-text-color a:hover {
    text-decoration: underline;
}
div.wpcf7 input[type="file"] {
    font-size: 12px;
    font-family: 'Muli';
    overflow: hidden;
    width: 100%;
    margin-bottom: 2px;
}
.main-news__content-text .text-content {
    padding-top: 7px;
}
.main-news__content-text .text-content .title {
    font-size: 30px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #00275d;
}
.main-news-gallery__image {
    height: 661px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.main-news__content-slider {
    padding-left: 88px;
    padding-right: 72px;
}
.main-opportunities__image {
    padding-left: 23px;
    padding-right: 104px;
}
.main-opportunities__content {
    padding-left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 102px;
}
.main-opportunities__content .wp-block-button__link {
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.7px;
    width: 346px;
    max-width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
}
.footer p.has-small-font-size {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.56;
    letter-spacing: normal;
    color: #abb8c3;
    margin-bottom: 11px;
}
.footer p[style="font-size:12px"] {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.83;
    letter-spacing: 0.2px;
    color: #abb8c3;
    margin-top: 5px;
}

/* perks styles start */
.perks-wrapper {
    display: flex;
    padding-bottom: 30px
}

.perks-column__left {
    width: 30%
}

.perks-column-title {
    padding: 10px;
    font-weight: bold;
    color: black !important;
}

.perks-column__right {

}

.perks-icons-wrapper {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
}

.single-perk {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 30px;
}

.perk-icon {

}

img.perk-icon {
    width: 120px;
    height: auto;
    /* padding: 10px; */
}

.perk-title {
    word-wrap: break-word;
    text-align: center;
    color: #00275d;
    padding: 0 20px;
}

@media (max-width: 1240px) {
    .single-perk {
        width: 50%;
  }
}

@media (max-width: 800px) {
    .perks-wrapper {
        flex-wrap: wrap;
    }

    .perks-column__left {
        width: 100%;
        text-align: center;
    }

    .perks-column-title {
        font-size: 22px;
    }

    .single-perk {
            /* width: 50%; */
    }

    img.perk-icon {
        width: 100px;
        height: auto;
    }

    .perk-title {
        font-size: 16px;
    }
}

@media (max-width: 414px) {
    .perks-wrapper {
        padding-bottom: 30px;
    }
    
    .perks-column__left {
        /* width: 100% */
    }

    .perk-title {
        padding: 0;
    }
}

@media (max-width: 360px) {
    .perk-title {
        font-size: 14px;
    }

    img.perk-icon {
        width: 80px;
        height: auto;
    }
}

/* perks styles end */


@media (max-width: 768px) {
    /* .col-md-9 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    } */

    .position-info-row {
        display: flex; 
        flex-wrap: wrap;
        flex-direction: column;
    }

    .position-info__left {
        width: 100%;
        text-align: center;
        font-size: 22px;
    }
}

/* vacancy styles start */

.vacancy-header_container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    height: 300px;
    background-color: #00285d;
    flex-wrap: wrap;
}

.compensation-container {
    width: 50%;
    margin-bottom: 20px;
}

.compensation-columns {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}

.compensation-single {
    margin: 15px 15px 0 0;
    color: #fff;
}

.compensation-title-container {
    margin-bottom: 20px;
}

.compensation-title {
    color: #ffffff;
    font-family: "Muli", sans-serif;
    letter-spacing: 1.5px;
}

h1.compensation-title {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

h2.compensation-title {
    font-size: 30px;
    font-weight: 700;
    display: flex;
    width: 100%;
    flex-direction: row;
}

.school-name {
    font-size: 28px;
    font-weight: 700;
    padding-bottom: 10px;
}

.school-compensation {
    font-size: 28px;
    font-weight: 300;
}

.compensation-container .compensation-title-container h2::after {
    content: '';
    display: flex;
    align-self: center;
    flex-grow: 2;
    background-color: red;
    height: 2px;
    margin-left: 10px;
  }

  @media (max-width: 1516px) {
    h1.compensation-title {
        font-size: 28px;
    }

    h2.compensation-title {
        font-size: 24px;
    }
    
    .school-name {
        font-size: 20px;
        /* padding-bottom: 10px; */
    }
    
    .school-compensation {
        font-size: 20px;
    }
  }

  @media (max-width: 1240px) {
    h1.compensation-title {
        font-size: 28px;
    }

    h2.compensation-title {
        font-size: 24px;
    }
    
    .school-name {
        font-size: 18px;
        /* padding-bottom: 10px; */
    }
    
    .school-compensation {
        font-size: 18px;
    }
  }

  @media (max-width: 1136px) {

    .compensation-container {
        width: 100%;
    }
  }

  @media (max-width: 620px) {
    h1.compensation-title {
        font-size: 24px;
    }

    h2.compensation-title {
        font-size: 20px;
    }
    
    .school-name {
        font-size: 14px;
        /* padding-bottom: 10px; */
    }
    
    .school-compensation {
        font-size: 14px;
    }

    .compensation-title-container {
        margin-bottom: 0px;
    }
  }

  @media (max-width: 490px) {
    h1.compensation-title {
        font-size: 20px;
    }

    h2.compensation-title {
        font-size: 18px;
    }
    
    .school-compensation {
        font-size: 16px;
    }

    .vacancy-header_container {
        justify-content: space-around;
        height: auto;
        padding-top: 10px;
    }
  }

/* vacancy styles end */

@media (min-width: 1920px) {
    .header-menu > .container-fluid {
        padding-right: 90px;
        padding-left: 90px;
    }
    body.page-id-69 .header-menu > .container-fluid {
        padding-right: 75px;
        padding-left: 100px;
    }
}
@media (min-width: 1366px) and (max-width: 1919px) {
    .header-top {
        height: 41px;
    }
    .header-top__link a span {
        font-size: 10px;
        letter-spacing: 0.6px;
    }
    .header-top__link:nth-child(1) a img {
        left: 10px;
        top: 7px;
    }
    .header-top__contacts-button {
        font-size: 9px;
        font-weight: 600;
        letter-spacing: 0.8px;
        background-color: #d73647;
        line-height: normal;
        padding: 6px 3px !important;
        width: 128px;
        text-align: center;
        max-width: 100%;
        height: unset;
    }
    .page-slider__item-content .title h2,
    .page-slider__item-content .title span,
    .main-slider__item-content .title h2,
    .main-slider__item-content .title span {
        font-size: 44px;
        line-height: 1.82;
        letter-spacing: 1.5px;
    }
    .page-slider__item-content .title span,
    .main-slider__item-content .title span {
        margin-top: 0;
    }
    .main-slider__item-button span {
        font-size: 16px;
        letter-spacing: 1.3px;
    }
    .main-slider .container {
        padding: 0 62px;
    }
    .main-slider__item-button {
        margin-top: 30px;
    }
    .main-success {
        padding-top: 110px;
    }
    .main-success__content .title {
        font-size: 44px;
        line-height: 1.59;
        letter-spacing: normal;
        color: #1a1a1b;
        top: -78px;
        left: -2px;
        margin-bottom: -45px;
    }
    .main-success .container {
        padding: 0 57px;
    }
    .main-success__image {
        padding-right: 0 !important;
        width: 19%;
        /*max-width: unset !important;*/
    }
    .main-success__slde-image {
        height: 370px;
    }
    .main-success .slick-dots li button {
        width: 10px;
        height: 10px;
    }
    .main-success .slick-dots {
        bottom: 24px;
        right: 19px;
    }
    .main-success__content .text {
        font-size: 16px;
        line-height: 1.56;
        letter-spacing: normal;
    }
    .main-awards {
        padding-top: 75px;
    }
    .main-awards .container {
        padding: 0 58px;
    }
    .main-awards__image {
        padding-right: 12px;
    }
    .main-awards__content-title {
        font-size: 44px;
        line-height: 2.05;
        letter-spacing: 0.7px;
        top: -24px;
        right: 9px;
        margin-bottom: -18px;
    }
    .main-awards__content .slider-wrapper {
        width: 589px !important;
        margin-left: -0;
        float: right;
        right: 8px;
    }
    .main-awards__content-card {
        padding: 17px 26px;
    }
    .main-awards__content-card .text {
        font-size: 16px;
        line-height: 1.38;
        letter-spacing: normal;
    }
    .main-awards__content-card .text a {
        font-size: 14px;
        letter-spacing: 0.2px;
    }
    .main-awards__content-card img {
        margin-right: 33px;
        padding: 17px 26px;
        width: 145px;
    }
    .main-news__content-title {
        font-size: 44px;
        line-height: 2.05;
        letter-spacing: normal;
        margin-bottom: 20px;
    }
    .main-news__content-text .text-date {
        font-size: 30px;
        line-height: normal;
        letter-spacing: 0.8px;
        width: 146px;
        position: relative;
        left: 0;
    }
    .main-news__content-text .text-content {
        padding-right: 155px;
    }
    .main-news__content-text .text-content .title {
        font-size: 24px;
        line-height: 1.67;
        letter-spacing: normal;
    }
    .main-news-filter .fstToggleBtn, .main-news-filter .fstElement,
    .main-news-filter,
    .main-news-filter .fstSingleMode .fstQueryInput,
    .main-news-filter .fstToggleBtn,
    .main-news-filter .fstResultItem {
        font-size: 14px;
        line-height: normal;
        letter-spacing: 0.5px;
        width: 201px;
        max-width: 100%;
    }
    .content-slider__slide-date {
        font-size: 18px;
        line-height: normal;
        letter-spacing: normal;
    }
    .content-slider__slide-title h3 {
        font-size: 12px;
        line-height: 1.25;
        letter-spacing: normal;
    }
    .main-news-filter {
        right: 6.7%;
        top: 18px;
    }
    .main-news-filter .fstElement {
        height: 60px;
    }
    .main-news-filter .fstToggleBtn {
        padding: 23px 17px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .main-news .container {
        padding: 0 62px;
    }
    .main-news .main-success__image {
        padding-top: 118px;
        padding-left: 14px;
    }
    .main-news-gallery__image {
        width: 371px !important;
        height: 456px;
    }
    .main-success__image .slick-list {
        position: relative;
        left: 21px;
        width: calc(100% - 40px);
    }
    .main-news__content-text .text-content .text {
        min-height: unset;
    }
    .main-news__content-text {
        margin-bottom: 47px;
    }
    .content-slider__slide-img {
        height: 229px;
        margin-bottom: 12px;
    }
    .main-news__content-slider {
        padding-left: 67px;
        padding-right: 37px;
    }
    .main-news__content .slick-prev {
        top: 43%;
        left: -8px;
    }
    .content-slider__slide-date {
        margin-bottom: 11px;
    }
    .content-slider .slick-next {
        top: 43%;
        right: -41px;
    }
    .main-news__content-slider .slick-list {
        margin: 0 -30px;
    }
    .main-news__content-slider .slick-slide {
        margin: 0 30px;
    }
    .main-news,
    .main-history {
        padding-top: 95px;
    }
    .main-history__title>p {
        font-size: 44px;
        line-height: 1.36;
        letter-spacing: normal;
        margin-bottom: 24px;
    }
    .main-history__text>p {
        font-size: 16px;
        line-height: 1.38;
        letter-spacing: normal;
        padding-right: 73px;
    }
    .main-history .container {
        padding: 0 58px;
    }
    .main-history__video {
        padding-left: 28px;
    }
    .main-history__video iframe {
        height: 388px;
    }
    .main-opportunities .container {
        padding: 0 58px;
    }
    .main-opportunities {
        padding-top: 133px;
    }
    .main-opportunities__image {
        padding-right: 40px;
    }
    .main-opportunities__content {
        padding-right: 15px;
        padding-left: 30px;
    }
    .main-opportunities__content .title {
        font-size: 44px;
        line-height: 1.36;
        letter-spacing: normal;
        color: #1a1a1b;
    }
    .main-opportunities__content p {
        font-size: 16px;
        line-height: 1.56;
        letter-spacing: normal;
    }
    .main-opportunities__content .wp-block-button__link {
        font-size: 14px !important;
        line-height: normal !important;
        letter-spacing: 1.2px !important;
        width: 262px;
    }
    .main-awards__content .slider-wrapper .slider-control-left {
        left: 0;
    }
    .main-awards__content .slider-wrapper .slider-control-right {
        right: 0;
    }
    .main-news-gallery__image {
        width: calc(100% - 41px) !important;
    }
    .footer {
        padding: 38px 0;
    }
    .footer .container {
        padding: 0 61px 0 67px;
    }
    .footer .wp-block-columns .wp-block-column:nth-child(1) {
        max-width: 11.2%;
    }
    .footer .wp-block-columns .wp-block-column:nth-child(2) {
        padding-left: 27px;
    }
    .footer h2 {
        font-size: 44px;
        line-height: 1.36;
        letter-spacing: normal;
        padding-top: 15px;
        margin-bottom: 12px;
    }
    .footer p {
        font-size: 14px;
        line-height: 1.4;
        letter-spacing: normal;
    }
    .footer p.has-small-font-size {
        font-size: 12px;
        line-height: 1.25;
        letter-spacing: normal;
        margin-bottom: 7px;
    }
    .footer p.has-small-font-size br {
        display: none;
     }
     .footer .wp-block-columns .wp-block-column:nth-child(3) {
        max-width: 21%;
        padding-top: 31px;
        padding-left: 22px;
     }
     .footer p[style="font-size:12px"] {
        font-size: 9px !important;
        line-height: normal;
        letter-spacing: 0.2px;
     }
     .footer .wp-block-columns .wp-block-column:nth-child(4) {
        max-width: 28.5%;
        padding-top: 31px;
     }
     .button--facebook a {
        font-size: 14px !important;
        line-height: normal;
        letter-spacing: 1.6px;
     }
     .footer p.has-medium-font-size {
        font-size: 12px !important;
        line-height: normal;
        letter-spacing: 0.2px;
        margin-bottom: 5px;
     }
     .header-top .header-top__link:nth-child(1) {
        padding: 0 0 0 32px;
     }
     .header-top .header-top__link:nth-child(1) a {
        width: 163px;
     }
     .header-top .header-top__link:nth-child(2) {
        padding: 0 10px 0 6px;
     }
     .header-top .header-top__link:nth-child(2) a {
        width: 187px;
     }
     .header-top .header-top__link:nth-child(3) {
        padding: 0 10px 0 13px;
     }
     .header-top .header-top__link:nth-child(3) a {
        width: 178px;
     }
     .header-top .header-top__link:nth-child(4) a {
        width: 180px;
     }
     .header-top .header-top__link:nth-child(5) {
        padding: 0 10px 0 14px;
     }
     .header-top .header-top__link:nth-child(5) a {
        width: 176px;
     }
     .header-top .header-top__link:nth-child(6) {
        padding: 0 10px 0 16px;
     }
     .header-top .header-top__link:nth-child(6) a {
        width: 167px;
     }
     .header-top__contacts {
        justify-content: flex-end;
        padding-right: 20px;
        min-width: auto !important;
        width: 100%;
     }
     .header-top__contacts-button:first-child {
        margin: 0;
     }
     .header-top__contacts-button {
        font-size: 8px;
        letter-spacing: 0.6px;
        line-height: 1.3;
        width: 115px;
     }
     .header-menu__wrapper {
        padding: 0 30px 0 45px;
     }
     body.page-id-67 .header-menu__wrapper {
        padding: 0 0 0 45px;
     }
     body.page-id-67 .header-menu__wrapper img {
        max-width: 257px;
     }
     .header-menu__list li + li {
        margin-left: 50px;
     }
     body.page-id-67 .header-menu__list li + li {
        margin-left: 51px;
     }
     .header-menu__list li .link {
        letter-spacing: 1.6px;
     }
     .header-menu__list {
        padding-left: 0;
     }
     .slider-controls li {
        padding: 16px 0;
        min-height: 74px;
     }
     .slider-controls a {
        font-size: 16px;
     }
     .page-slider__item {
        padding-bottom: 51px;
     }
     .page-slider__item-content {
        padding: 0 53px;
     }
     .slick-dots {
        bottom: 19px;
        right: 62px;
     }
     .slick-dots li {
        transform: scale(.7);
        margin: 0 2px;
     }
     .page-contacts {
        padding-top: 51px;
     }
     .page-contacts__left {
        padding: 0 0 0 67px;
     }
     .page-contacts__left-image {
        height: 341px;
        width: calc(100% + 17px);
     }
     .page-contacts__left-footer .text {
        font-size: 16px;
        font-style: italic;
        line-height: 1.88;
        letter-spacing: 0.9px;
     }
     .page-contacts__right-title {
        font-size: 42px;
        line-height: 1.55;
        letter-spacing: normal;
        padding-left: 50px;
        padding-top: 48px;
     }
     .page-contacts__right-text p {
        font-size: 16px;
        line-height: 2.19;
        letter-spacing: 1px;
     }
     .page-contacts__left-footer {
        padding: 51px 39px 66px 39px;
        width: calc(100% + 17px);
     }
     .page-contacts__right-text {
        padding: 48px 32px 44px 48px;
        margin: 52px 47px 0 3px;
     }
     .summit-news {
        padding-top: 82px;
     }
     .summit-news .title {
        font-size: 44px;
        line-height: 1.5;
        letter-spacing: normal;
        margin-bottom: 23px;
     }
     .summit-news > .container {
        padding: 0 67px;
     }
     .summit-news__slider-button--prev,
     .summit-news__slider-button--next {
        top: -71px;
        width: 61px;
        height: 58px;
     }
     .summit-news__slider-button--next {
        left: 61px;
     }
     .summit-news__slider-button > svg {
        transform: scale(.8);
     }
     .summit-news__slide-title {
        bottom: 28px;
        left: 21px;
        font-size: 14px;
        line-height: 1.79;
        letter-spacing: 1px;
     }
     .page-enroll {
        padding-top: 47px;
     }
     .page-enroll__right {
        padding-left: 134px;
        padding-right: 68px;
     }
     .page-enroll__form-row label {
        font-size: 11px;
        line-height: normal;
        letter-spacing: 0.4px;
        padding: 0 0 0 10px;
        margin-bottom: 2px;
     }
     .page-enroll__form {
        padding: 41px 39px 47px 43px;
     }
     .page-enroll__form-row input,
     .page-enroll__form-row textarea {
        margin-top: 0;
        height: 36px;
        line-height: 36px;
     }
     .page-enroll__form-row + .page-enroll__form-row {
        margin-top: 35px;
     }
     .page-enroll__form-row .form-item {
        width: 48%;
        margin-right: 58px;
     }
     .page-enroll__form-row .form-item {
        width: 48%;
        margin-right: 58px;
     }
     .page-enroll__form-row .form-item-full textarea {
        height: 72px;
     }
     .page-enroll__form-button {
        margin-top: 24px;
     }
     .page-enroll__form-button input[type="submit"] {
        padding: 13px 32px;
        font-size: 19px;
     }
     .page-enroll__title {
        font-size: 43px;
        line-height: 1.9;
        letter-spacing: 0.7px;
     }
     .page-enroll__title > span {
        margin-right: -99px;
        margin-top: -35px;
     }
     .summit-slider {
        padding-top: 102px;
     }
     .summit-slider > .container {
        padding: 0 66px;
     }
     .summit-slider__title {
        font-size: 42px;
        letter-spacing: 1.3px;
        margin-bottom: 15px;
     }
     .summit-slider__slide {
        height: 225px;
     }
     .summit-slider__slider-button {
        width: 58px;
        height: 58px;
     }
     .summit-slider__slider-button--prev {
        left: 17px;
     }
     .summit-slider__slider-button--next {
        right: 14px;
     }
     .summit-slider__slider-button > svg {
        transform: scale(.8);
     }
     .summit-slider__slider .slick-slide,
     .outlook-slides .slick-slide {
        margin: 0 16px;
     }
     .summit-slider__slider .slick-list,
     .outlook-slides .slick-list {
        margin: 0 -16px;
     }
     .summit-slider__videos {
        margin-top: -27px;
     }
     .summit-slider__videos .main-people__video {
        padding: 0 16px !important;
     }
     .summit-slider__videos iframe {
        height: 323px;
     }
     .page-employment__left-title {
        font-size: 44px;
        line-height: 1.82;
        letter-spacing: normal;
        margin-bottom: 12px;
     }
     .page-employment__right {
        padding-top: 198px;
        padding-left: 16px;
        padding-right: 16px;
     }
     .page-employment__right .content h4 {
        font-size: 17px;
        line-height: 1.57;
        letter-spacing: .5px;
        margin-bottom: 0;
     }
     .page-employment__right .content p {
        font-size: 14px;
        line-height: 1.57;
        letter-spacing: 0;
        margin-bottom: 25px;
     }
     .page-employment > .container {
        padding: 0 67px;
     }
     .page-employment {
        padding-top: 88px;
     }
     .page-employment__left .image {
        height: 678px;
     }
     .footer {
        margin-top: 80px;
     }
     .outlook-contacts {
        padding-top: 49px;
     }
     .outlook-contacts > .container {
        padding: 0 81px;
     }
     .outlook-contacts .outlook-contacts__wrapper:first-child {
        width: 33.2%;
        flex: 0 0 33.2%;
     }
     .outlook-contacts__card-image {
        height: 352px;
     }
     .outlook-contacts__card-footer .title {
        font-size: 30px;
        line-height: 1.67;
        letter-spacing: normal;
     }
     .outlook-contacts__card-footer {
        padding: 43px 5px 53px 26px;
     }
     .outlook-contacts .outlook-contacts__wrapper:last-child {
        width: 66.8%;
        flex: 0 0 66.8%;
        max-width: 66.8%;
     }
     .outlook-contacts__content {
        padding: 39px 27px 31px 40px;
     }
     .outlook-contacts__content .title {
        font-size: 18px;
        line-height: 2.19;
        letter-spacing: 1px;
     }
     .outlook-contacts__content .text p {
        font-size: 16px;
        line-height: 2.19;
        letter-spacing: 1px;
        margin-bottom: 12px;
     }
     body.page-id-67 .page-enroll > .container {
        padding: 0 13px 0 79px;
    }
     body.page-id-67 .page-enroll .page-enroll__right {
        padding-left: 86px;
     }
     body.page-id-67 .page-enroll__title > span {
        margin-right: 0;
        margin-top: 2px;
     }
     .outlook-slider {
        padding-top: 44px;
     }
     .outlook-slider > .container {
        padding: 0 53px;
     }
     .outlook-slider__title {
        font-size: 44px;
        line-height: 1.82;
        letter-spacing: normal;
     }
     .outlook-slides {
        margin-top: 2px;
        overflow-x: hidden;
     }
     .outlook-slider__menu ul li a {
        font-size: 14px;
        line-height: normal;
        letter-spacing: 0.5px;
     }
     .outlook-slider__menu {
        padding-bottom: 22px;
        padding-left: 13px;
     }
     .outlook-slider__menu ul li + li {
        margin-left: 29px;
     }
     .outlook-slides__img div {
        height: 690px;
     }
     .outlook-slides .slick-slide {
        margin: 0 13px;
     }
     .outlook-slides .slick-list {
        margin: 0 -13px;
     }
     .outlook-slides__next,
     .outlook-slides__prev {
        width: 68px;
        height: 50px;
     }
     .outlook-slides__next {
        right: 18.8%;
     }
     .outlook-slides__prev {
        left: 18.8%;
     }
     .outlook-slides__next > svg,
     .outlook-slides__prev > svg {
        transform: scale(.75);
     }
     body.page-id-67 .page-employment {
        padding-top: 32px;
     }
     body.page-id-67 .page-employment__left-title {
        margin-bottom: 4px;
     }
     body.page-id-67 .page-employment__right {
        padding-top: 151px;
        padding-left: 43px;
        padding-right: 14px;
     }
     body.page-id-67 .page-employment__right .content h4 {
        font-size: 18px;
        line-height: 2.22;
        letter-spacing: 1.5px;
        padding-right: 60px;
        margin-bottom: 24px;
     }
     body.page-id-67 .page-employment__right .content p {
        margin-bottom: 13px;
        font-size: 16px;
        line-height: 2.19;
        letter-spacing: 1px;
     }
     body.page-id-67 .page-employment__left .image {
        height: 601px;
     }
     body.page-id-67 .footer {
        margin-top: 52px;
     }
     body.two-buttons-header .header-top .header-top__link:nth-child(1) {
          padding: 0 0 0 32px !important;
      }
     body.two-buttons-header .header-top .header-top__link:nth-child(1) a {
        width: 135px !important;
     }
     body.two-buttons-header .header-top .header-top__link:nth-child(2) {
        padding: 0 10px 0 10px !important;
     }
     body.two-buttons-header .header-top .header-top__link:nth-child(2) a {
        width: 152px !important;
     }
     body.two-buttons-header .header-top__link:nth-child(3) {
        padding: 0 10px 0 10px !important;
     }
    body.two-buttons-header .header-top .header-top__link:nth-child(3) a {
        width: 158px !important;
    }
    body.two-buttons-header .header-top .header-top__link:nth-child(4) {
        padding: 0 10px 0 10px !important;
    }
    body.two-buttons-header .header-top .header-top__link:nth-child(4) a {
        width: 180px !important;
    }
    body.two-buttons-header .header-top .header-top__link:nth-child(5) {
        padding: 0 10px 0 10px !important;
    }
    body.two-buttons-header .header-top .header-top__link:nth-child(5) a {
        width: 176px !important;
    }
    body.two-buttons-header .header-top .header-top__link:nth-child(6) {
        padding: 0 10px 0 10px !important;
    }
    body.two-buttons-header .header-top .header-top__link:nth-child(6) a {
        width: 167px !important;
    }
    body.two-buttons-header .header-top__contacts {
        padding: 0 15px !important;
    }
    body.page-id-69.controls-vertical .slider-controls {
        width: 250px;
    }
    body.page-id-69 .page-contacts__left {
        flex: 0 0 35.55%;
        max-width: 33.55%;
    }
    body.page-id-69 .page-contacts__left .page-contacts__slide {
        height: 500px;
    }
    body.page-id-69 .page-contacts__left-footer {
        padding: 30px 25px 30px 45px;
        width: 100%;
    }
    body.page-id-69 .page-contacts__left-footer .title {
        font-size: 30px;
    }
    body.page-id-69 .page-contacts__left-footer .text {
        font-size: 16px;
        padding-right: 0;
    }
    body.page-id-69 .page-contacts__left-footer .phones {
        padding-right: 0;
        font-size: 14px;
    }
    body.page-id-69 .page-contacts__right {
        max-width: 100%;
        flex-grow: 1;
    }
    body.page-id-69 .page-contacts__right-title {
        padding: 0 40px;
    }
    body.page-id-69 .page-contacts__right-text {
        padding: 48px 32px 44px 48px;
    }
    body.page-id-69 .page-contacts__right-text p.has-large-font-size {
        font-size: 18px;
    }
    body.page-id-69 .page-contacts__right-text p {
        font-size: 16px;
    }
    body.page-id-69 .page-news__content {
        padding: 0 0 0 67px;
    }
    body.page-id-69 .page-news__card {
        min-height: 400px;
        padding: 49px 75px 49px 44px;
        width: 695px;
    }
    body.page-id-69 .page-news__card-title h3 {
        font-size: 44px;
    }
    body.page-id-69 .page-news__card-content .title {
        font-size: 24px;
    }
    body.page-id-69 .page-news .main-people__slider-button {
        width: 57px;
        height: 57px;
        bottom: 145px;
    }
    body.page-id-69 .page-news .main-people__slider-button--prev {
        left: 650px;
    }
    body.page-id-69 .page-news .main-people__slider-button--next {
        left: 709px;
    }
    body.page-id-69 .page-news__image {
        padding-right: 40px;
        padding-left: 0;
    }
    body.page-id-69 .page-news__image .image {
        width: 100%;
        height: 632px;
    }
    body.page-id-69 .page-news__image .image-text {
        padding: 65px 38px;
        font-size: 18px;
    }
    body.page-id-69 .page-employment__left .image {
        height: 730px;
    }
    body.page-id-69 .page-employment__right .content {
        padding-right: 40px;
    }
    body.page-id-69 .page-employment__right .content h4 {
        padding-right: 0;
    }
    body.page-id-69 .page-employment__right .content p {
        margin-bottom: 0;
        font-size: 14px;
    }
    body.page-id-69 .page-employment__right .content ul {
        margin-top: 0;
        font-size: 14px;
        line-height: 1.5;
    }
}
@media (min-width: 768px) and (max-width: 1365px) {
    .header-top {
        height: 41px;
    }
    .header-top__link {
        position: static;
        padding: 0 5px;
    }
    .header-top__link a {
        margin-top: -3px;
    }
   .header-top__link a span {
       font-size: 8px;
       line-height: 1;
       letter-spacing: normal;
   }
   .header-top__link:nth-child(n+1) a img {
        transform: scale(.7);
        margin-right: 3px;
        margin-top: 3px;
   }
   .header-top__contacts-button {
        height: 20px;
        line-height: 2.2;
        font-size: 9px;
        letter-spacing: normal;
        background: #d73647;
   }
   .header-menu {
        height: 59px;
        margin-top: 39px;
   }
   .header-menu {
        height: 61px;
        margin-top: 39px;
   }
   .header-menu .container-fluid {
        padding: 0 30px;
   }
   .header-menu__wrapper a img {
        width: 205px;
        padding-left: 9px;
   }
   .header-menu__list li .link {
        font-size: 12px;
        font-weight: 600;
        line-height: normal;
        letter-spacing: 1px;
   }
   .header-menu__list {
        padding-left: 0;
        margin-right: -11px;
        margin-top: -2px;
   }
   .header-menu__list li + li {
        margin-left: 25px;
   }
   .page-slider__item-content .title h2,
   .page-slider__item-content .title span,
   .main-slider__item-content .title h2,
   .main-slider__item-content .title span {
        font-size: 24px;
        line-height: 1.67;
        letter-spacing: normal;
        margin-top: 0;
   }
   .main-slider__item-button {
        line-height: unset;
        height: 35px;
        width: 415px;
        max-width: 100%;
   }
   .main-slider__item-button span {
        font-size: 12px;
        line-height: normal;
        letter-spacing: 1px;
   }
   .main-success .main-success__image {
        width: 50%;
        padding-right: 25px;
   }
   .main-success__content {
        width: 50%;
        padding-left: 0;
   }
   .main-success__content .title {
        font-size: 24px;
        line-height: 1.88;
        letter-spacing: normal;
        margin-bottom: -30px;
        top: -45px;
   }
   .main-success__content .text {
        font-size: 9px;
        line-height: 1.67;
        letter-spacing: normal;
   }
   .main-success .container {
        padding: 0 30px;
   }
   .main-success__slde-image {
        height: 220px;
   }
   .header-top__link:nth-child(1) a {
        width: 52px;
   }
   .header-top__contacts-button:first-child {
        padding: 0 8px;
   }
   .header-top__contacts-button:first-child {
        margin: 0;
   }
   .header-top__contacts {
        display: flex;
        justify-content: flex-end;
        padding-right: 17px;
   }
   .page-slider .swiper-slide > .container,
   .main-slider .swiper-slide > .container {
        padding: 0 40px;
   }
   .main-slider__item-button {
        margin-top: 25px;
   }
   .main-success {
        padding-top: 64px;
   }
   .main-success__image .slick-dots {
        bottom: 18px;
        right: 42px;
   }
   .main-success__image .slick-dots li,
   .main-success__image .slick-dots li button {
        width: 3px;
        height: 3px;
   }
   .main-success__image .slick-dots li button {
        padding: 3px;
   }
   .main-awards .container {
        padding: 0 40px;
   }
   .main-awards__image {
        padding-left: 15px;
        width: 49%;
   }
   .main-awards__image img {
        width: calc(100% + 67px);
        max-width: unset;
   }
   .main-awards__content {
        width: 51%;
   }
   .main-awards__content-title {
        font-size: 24px;
        line-height: 3.75;
        letter-spacing: normal;
        text-align: right;
        top: -35px;
        margin-bottom: -48px;
   }
   .main-awards__content-card .text {
        font-size: 9px;
        line-height: 1.44;
        letter-spacing: normal;
        padding-top: 0;
   }
   .main-awards__content-card img {
        width: 80px;
   }
   .main-awards__content-card .text a {
        font-size: 9px;
        line-height: normal;
        letter-spacing: 0.5px;
        margin-top: 15px;
   }
   .main-awards__content .main-awards__content-card {
        padding: 0 35px 5px 9px;
   }
   .main-news__content-title {
        font-size: 24px;
        line-height: 3.75;
        letter-spacing: normal;
        margin-bottom: 0;
   }
   .main-news-filter {
        font-size: 12px;
        right: 5%;
        left: unset;
        top: 29px;
        position: absolute !important;
        width: auto;
   }
   .main-news__content-text .text-content .title {
        font-size: 12px;
        line-height: 1.5;
        letter-spacing: normal;
   }
   .main-news__content-text .text-date {
        font-size: 14px;
        letter-spacing: 0.4px;
        line-height: normal;
        width: 69px;
   }
   .main-news__content-text .text-content .title {
        font-size: 12px;
        line-height: 1.5;
        letter-spacing: normal;
   }
   .content-slider__slide-img {
        background: #d8d8d8;
   }
   .main-news .container {
        padding: 0 36px;
   }
   .main-news__content {
        width: 100%;
        padding: 0 19px;
   }
   .main-news-filter .fstElement {
        height: 30px;
   }
   .main-news-filter .fstToggleBtn,
   .main-news-filter .fstElement {
        width: 99px;
        min-width: unset;
        font-size: 12px;
   }
   .main-news-filter .fstSingleMode .fstQueryInput,
   .main-news-filter .fstElement .fstResultItem {
        font-size: 12px;
   }
   .main-news__content-text {
        position: relative;
        left: -4px;
        top: -6px;
        margin-bottom: 24px;
   }
   .main-news__content-text .text-content {
        padding-top: 3px;
   }
   .main-news__content-text .text-content .text {
        min-height: auto;
   }
   .main-news__content-slider {
        padding: 0 34px;
   }
   .content-slider__slide-img {
        height: 211px;
        margin-bottom: 7px;
   }
   .content-slider__slide-date {
        font-size: 12px;
   }
   .content-slider__slide-title h3 {
        font-size: 9px;
        line-height: 1.33;
        letter-spacing: normal;
   }
   .main-news__content-slider .slick-list {
        margin: 0 -29px;
   }
   .main-news__content-slider .slick-slide {
        margin: 0 29px;
   }
   .main-news {
        padding-top: 30px;
   }
   .main-news__content .slick-prev {
        min-width: 18px;
        width: 18px;
        height: 18px;
        top: 32%;
        left: 8px;
   }
   .main-news__content .content-slider .slick-next {
        min-width: 18px;
        width: 18px;
        height: 18px;
        top: 32%;
        right: 0;
   }
   .main-news .main-success__image {
        padding: 93px 0 0 40px;
        width: 33.5%;
   }
   .main-news-gallery__image {
        height: 245px;
   }
   .header {
        position: static;
   }
   .slider-wrapper .slider-control-left, .slider-wrapper .slider-control-right {
        z-index: 999;
   }
   .main-history {
        padding-top: 65px;
   }
   .main-history__text>p {
        width: 100%;
        padding: 0 23px 0 0;
        font-size: 16px;
        line-height: 1.44;
        letter-spacing: normal;
   }
   .main-history__video {
        width: 100%;
        padding-right: 0;
   }
   .main-history__title>p {
        font-size: 24px;
        line-height: 1.67;
        letter-spacing: normal;
        margin-bottom: 7px;
   }
   .main-history .container {
        padding: 0 55px;
   }
   .main-history__video iframe {
        height: 402px;
        position: relative;
        top: -5px;
        padding: 12px 13px 0 17px;
   }
   .main-opportunities__image {
        width: 50%;
        padding: 0;
   }
   .main-opportunities__content {
        width: 50%;
        padding: 0 24px;
   }
   .main-opportunities__content p {
        margin-bottom: 9px;
   }
   .main-opportunities .container {
        padding: 0 55px;
   }
   .main-opportunities__content .title {
        font-size: 24px;
        line-height: 1.67;
        letter-spacing: normal;
        margin-bottom: 20px;
   }
   .main-opportunities__content p {
        font-size: 9px;
        line-height: 1.44;
        letter-spacing: normal;
   }
   .main-opportunities__content .wp-block-button__link {
        font-size: 9px;
        letter-spacing: 0.8px;
        width: auto;
        padding: 10px 28px;
   }
   .footer h2 {
        font-size: 24px;
        line-height: 1.67;
        letter-spacing: normal;
        margin-bottom: 6px;
   }
   .footer p {
        font-size: 9px;
        line-height: 1.3;
        letter-spacing: normal;
        margin-bottom: 5px;
      margin-top: 0px;
   }
   .footer p br {
        display: none;
   }
   .footer p.has-small-font-size {
        font-size: 9px;
        line-height: 1.11;
        letter-spacing: normal;
   }
   .footer p[style="font-size:12px"] {
        font-size: 8px !important;
        line-height: normal;
        letter-spacing: 0.1px;
   }
   .button--facebook a {
        font-size: 9px;
        line-height: normal;
        letter-spacing: 1px;
   }
   .button--facebook .wp-block-button__link {
        padding: 10px 4px;
        padding-left: 29px !important;
        letter-spacing: 1px !important;
   }
   .button--facebook a:before {
        transform: translateY(-50%) scale(.8);
        left: 2px;
   }
   .footer {
        margin-top: 60px;
        padding: 20px 0;
   }
   .footer .container {
        padding: 0 39px;
   }
   .footer .wp-block-columns .wp-block-column:nth-child(1) {
        max-width: 9.4%;
        margin-right: 0;
   }
   .footer .wp-block-columns .wp-block-column:nth-child(2) {
        max-width: 39%;
        padding-left: 0;
        margin-left: 11px;
        margin-right: 0;
   }
   .footer .wp-block-columns .wp-block-column:nth-child(3) {
        margin-left: 21px;
        padding-top: 20px;
        max-width: 19%;
        margin-right: 0;
   }
   .footer .wp-block-columns .wp-block-column:nth-child(4) {
        margin-left: 11px;
        max-width: 26%;
   }
   .header-top {
        position: static !important;
   }
   .header-menu {
        margin-top: 0;
   }
   .header {
        margin-top: 0;
   }
   .header-top .header-top__link:nth-child(1) a {
        width: 63px;
   }
   .header-top .header-top__link:nth-child(2) a {
        width: 86px;
   }
   .header-top .header-top__link:nth-child(3) a {
        width: 82px;
   }
   .header-top .header-top__link:nth-child(4) a {
        width: 87px;
   }
   .header-top .header-top__link:nth-child(5) a {
        width: 107px;
   }
   .header-top .header-top__link:nth-child(6) a {
        width: 77px;
   }
   .header-top__link a span {
        font-size: 9px;
        line-height: 1;
        letter-spacing: normal;
   }
   .header-top .header-top__link:nth-child(1) {
        padding: 0 0 0 30px;
   }
   .header-top__link:nth-child(1) a img {
        left: 3px;
        top: 7px
   }
   .header-top__link:nth-child(1) a img {
        transform: scale(.85);
   }
   .header-top .header-top__link:nth-child(2) {
        padding: 0 5px 0 17px;
   }
   .header-top .header-top__link:nth-child(3) {
        padding: 0 10px 0 14px;
   }
   .header-top .header-top__link:nth-child(4) {
        padding: 0 10px 0 8px;
   }
   .header-top .header-top__link:nth-child(5) {
        padding: 0 0 0 7px;
   }
   .header-top .header-top__link:nth-child(5) {
        padding: 0 0 0 10px;
   }
   .header-top__contacts {
        min-width: auto;
        width: 100%;
   }
   .header-top__contacts-button:first-child {
        padding: 0 5px;
   }
   .header-menu__wrapper a img {
        width: 176px;
   }
   .slider-controls a {
        font-size: 10px;
        line-height: 1;
        letter-spacing: normal;
        padding: 0 5px;
   }
   .slider-controls li {
        min-height: 42px;
        padding: 0;
   }
   .page-slider__item {
        padding-bottom: 40px;
        padding-left: 5px;
   }
   .slick-dots {
        bottom: 12px;
        right: 37px;
   }
   .slick-dots li {
        margin: 0 .5px;
        transform: scale(.5);
   }
   .page-contacts__right-title {
        font-size: 22px;
        line-height: 1.67;
        letter-spacing: normal;
        padding-left: 0;
        padding-top: 0;
   }
   .page-contacts__right-text p {
        font-size: 9px;
        line-height: 2.12;
        letter-spacing: normal;
   }
   .page-contacts__left-footer .text {
        font-size: 9px;
        line-height: 2.22;
        letter-spacing: normal;
   }
   .page-contacts__left {
        width: 50%;
        padding-right: 34px;
   }
   .page-contacts__right {
        width: 50%;
        padding-left: 0;
   }
   .page-contacts {
        padding-top: 65px;
   }
   .page-contacts > .container {
        padding: 0 33px;
   }
   .page-contacts__left-footer {
        padding: 39px 10px 46px 24px;
   }
   .page-contacts__right-text {
        margin-left: -34px;
        margin-top: 17px;
        padding: 26px 26px 29px 34px;
   }
   .page-contacts__left-image {
        height: 204px;
   }
   .summit-news .title {
        font-size: 24px;
        line-height: 1.67;
        letter-spacing: normal;
        margin-bottom: 7px;
   }
   .summit-news__slide-title {
        font-size: 9px;
        line-height: 2.11;
        letter-spacing: normal;
        bottom: 9px;
        left: 12px;
        padding-right: 15px;
   }
   .summit-news {
        padding-top: 64px;
   }
   .summit-news > .container {
        padding: 0 40px;
   }
   .summit-news__slider-button > svg {
        transform: scale(.45);
   }
   .summit-news__slider-button {
        width: 34px;
        height: 32px;
        top: -43px;
   }
   .summit-news__slider-button--next {
        left: 34px;
   }
   .page-enroll__title {
        width: 30%;
        flex: 0 0 30%;
        padding-left: 0;
        padding-right: 0;
        font-size: 24px;
        line-height: 1.67;
        letter-spacing: normal;
   }
   .page-enroll__right {
        width: 70%;
        flex: 0 0 70%;
        padding-left: 40px;
        padding-right: 40px;
   }
   .page-enroll__form-row label {
        font-size: 8px;
        line-height: normal;
        letter-spacing: 0.3px;
        padding: 0 0 0 5px;
        margin-bottom: 0;
   }
   .page-enroll__form-button input[type="submit"] {
        font-size: 12px;
        line-height: normal;
        letter-spacing: 0.4px;
        padding: 7px 20px;
   }
   .page-enroll {
        padding-top: 11px;
   }
   .page-enroll__form {
        padding: 20px 22px 23px 23px;
   }
   .page-enroll__form-row input,
   .page-enroll__form-row textarea {
        height: 20px;
        line-height: 20px;
        padding: 0 10px;
   }
   .page-enroll__form-row .form-item {
        width: 48.5%;
        margin-right: 13px;
   }
   .page-enroll__form-row + .page-enroll__form-row {
        margin-top: 20px;
   }
   .page-enroll__form-row .form-item-full textarea {
        height: 40px;
        padding: 10px;
   }
   .page-enroll__form-button {
        margin-top: 13px;
   }
   .page-enroll__title > span {
        margin-right: -10px;
   }
   .summit-slider {
        padding-top: 69px;
   }
   .summit-slider__title {
        font-size: 24px;
        line-height: 1.67;
        letter-spacing: normal;
        margin-bottom: 5px;
   }
   .summit-slider > .container {
        padding: 0 40px;
   }
   .summit-slider__slide {
        height: 127px;
   }
   .summit-slider__slider .slick-slide,
   .outlook-slides .slick-slide {
        margin: 0 9px;
   }
   .summit-slider__slider .slick-list,
   .outlook-slides .slick-list {
        margin: 0 -9px;
   }
   .summit-slider__slider-button {
        width: 32px;
        height: 32px;
   }
   .summit-slider__slider-button > svg {
        transform: scale(.5);
   }
   .summit-slider__slider-button--prev {
        left: 9px;
   }
   .summit-slider__slider-button--next {
        right: 9px;
   }
   .summit-slider__videos {
        margin-top: -40px;
   }
   .main-people__video {
        width: 50%;
   }
   .summit-slider__videos .main-people__video:nth-child(1) {
        padding: 0 8px 0 15px;
   }
   .summit-slider__videos .main-people__video:nth-child(2) {
        padding: 0 15px 0 10px;
   }
   .summit-slider__videos iframe {
        height: 180px;
   }
   .page-employment__left {
        width: 50%;
        padding-right: 9px;
   }
   .page-employment__right {
        width: 50%;
        padding-top: 88px;
        padding-left: 9px;
        padding-right: 16px;
   }
   .page-employment__left-title {
        font-size: 24px;
        line-height: 1.67;
        letter-spacing: normal;
        margin-bottom: 8px;
   }
   .page-employment__right .content h4 {
/*         font-size: 9px; */
        line-height: 1.45;
        letter-spacing: normal;
        margin-bottom: 0;
   }
   .page-employment__right .content p.has-small-font-size,
   .page-employment__right .content p {
/*         font-size: 9px !important; */
        line-height: 1.45;
        letter-spacing: normal;
        margin-bottom: 13px;
   }
   .page-employment {
        padding-top: 33px;
   }
   .page-employment > .container {
        padding: 0 40px;
   }
   .page-employment__left .image {
        height: 430px;
   }
   body.page-id-41 .footer {
        margin-top: 44px;
   }
   body.page-id-67 .header-menu__list {
        padding-left: 0;
        padding-bottom: 5px;
   }
   body.page-id-67 .header-menu__list li .link {
        font-size: 11px;
        line-height: normal;
        letter-spacing: normal;
   }
   body.page-id-67 .header-menu__wrapper a img {
        width: 165px;
   }
   .outlook-contacts {
        padding-top: 31px;
   }
   .outlook-contacts > .container {
        padding: 0 55px 0 56px;
   }
   .outlook-contacts .outlook-contacts__wrapper:nth-child(1) {
        width: 35%;
   }
   .outlook-contacts .outlook-contacts__wrapper:nth-child(2) {
        width: 65%;
   }
   .outlook-contacts__card-image {
        height: 206px;
   }
   .outlook-contacts__card-footer .title {
        font-size: 20px;
        line-height: 1.25;
        letter-spacing: normal;
   }
   .outlook-contacts__card-footer {
        padding: 20px 10px 29px 21px;
   }
   .outlook-contacts__card-footer .title br {
        display: none;
   }
   .outlook-contacts__card-footer .title br:nth-child(2) {
        display: block;
   }
   .outlook-contacts__content {
        padding: 31px 28px 32px 19px;
   }
   .outlook-contacts__content .title {
        font-size: 18px;
        line-height: 2.11;
        letter-spacing: normal;
        margin-bottom: 5px;
   }
   .outlook-contacts__content .text p {
        margin-bottom: 7px;
        font-size: 14px;
        line-height: 2.2;
        letter-spacing: normal;
   }
   body.page-id-67 .page-enroll {
        padding-top: 41px;
   }
   body.page-id-67 .page-enroll > .container {
        padding: 0 16px 0 78px;
   }
   body.page-id-67 .page-enroll .page-enroll__right {
        padding-left: 5px;
   }
   .outlook-slider {
        padding-top: 71px;
   }
   .outlook-slider > .container {
        padding: 0 25px;
   }
   .outlook-slider__title {
        width: 36%;
        font-size: 24px;
        line-height: 1.67;
        letter-spacing: normal;
   }
   .outlook-slider__menu {
        padding-bottom: 0;
        width: 64%;
   }
   .outlook-slider__menu ul li a {
        font-size: 10px;
        line-height: normal;
        letter-spacing: 0.3px;
   }
   .outlook-slider__menu ul {
        margin-bottom: 7px;
   }
   .outlook-slider__menu ul li + li {
        margin-left: 21px;
   }
   .outlook-slides {
        margin-top: 16px;
        overflow-x: hidden;
   }
   .outlook-slides__img div {
        height: 387px;
   }
   .outlook-slides .slick-slide {
        margin: 0 7px;
   }
   .outlook-slides .slick-list {
        margin: 0 -7px;
   }
   .outlook-slides__prev,
   .outlook-slides__next {
        width: 38px;
        height: 27px;
   }
   .outlook-slides__prev {
        left: 11.8%;
   }
   .outlook-slides__next {
        right: 11.8%;
   }
   .outlook-slides__prev > svg,
   .outlook-slides__next > svg {
        transform: scale(.4);
   }
   body.page-id-67 .page-employment {
        padding-top: 27px;
   }
   body.page-id-67 .page-employment__left-title {
        margin-bottom: 10px;
   }
   body.page-id-67 .page-employment__left .image {
        height: 334px;
   }
   body.page-id-67 .page-employment__right {
        padding-top: 90px;
        padding-left: 24px;
        padding-right: 15px;
   }
   body.page-id-67 .page-employment__right .content h4 {
        font-size: 14px;
        line-height: 1.43;
        letter-spacing: normal;
        padding-right: 20px;
        margin-bottom: 14px;
   }
   body.page-id-67 .page-employment__right .content p {
        margin-bottom: 10px;
        font-size: 9px;
        line-height: 2.11;
        letter-spacing: normal;
   }
   body.page-id-67 .footer {
        margin-top: 42px;
   }
    body.two-buttons-header .header-top {
        height: 50px;
    }
    body.two-buttons-header .header-top .header-top__link:nth-child(1) {
        padding: 0 0 0 30px !important;
    }
    body.two-buttons-header .header-top .header-top__link:nth-child(1) a {
        width: 63px !important;
    }
    body.two-buttons-header .header-top .header-top__link:nth-child(2) {
        padding: 0 5px 0 17px !important;
    }
    body.two-buttons-header .header-top .header-top__link:nth-child(2) a {
        width: 86px !important;
    }
    body.two-buttons-header .header-top__link:nth-child(3) {
        padding: 0 10px 0 14px !important;
    }
    body.two-buttons-header .header-top .header-top__link:nth-child(3) a {
        width: 82px !important;
    }
    body.two-buttons-header .header-top .header-top__link:nth-child(4) {
        padding: 0 10px 0 8px !important;
    }
    body.two-buttons-header .header-top .header-top__link:nth-child(4) a {
        width: 87px !important;
    }
    body.two-buttons-header .header-top .header-top__link:nth-child(5) {
        padding: 0 0 0 10px !important;
    }
    body.two-buttons-header .header-top .header-top__link:nth-child(5) a {
        width: 107px !important;
    }
    body.two-buttons-header .header-top .header-top__link:nth-child(6) {
        padding: 0 5px 0 5px !important;
    }
    body.two-buttons-header .header-top .header-top__link:nth-child(6) a {
        width: 77px !important;
    }
    body.two-buttons-header .header-top__contacts {
        flex-wrap: wrap;
        justify-content: space-evenly;
        align-items: center;
        padding: 0 10px !important;
    }
    body.two-buttons-header .header-top__contacts-button:first-child {
        margin-right: 0 !important;
        padding: 0 9px !important;
    }
    body.two-buttons-header .header-menu__list {
        padding-left: 0;
        padding-bottom: 5px;
    }
    body.two-buttons-header .header-menu__list li + li {
        margin-left: 25px;
    }
    body.page-id-69.controls-vertical .slider-controls {
        width: 20%;
    }
    body.page-id-69 .page-contacts {
        padding-top: 30px;
    }
    body.page-id-69 .page-contacts__slide {
        height: 280px;
      background-position: top center;
    }
    body.page-id-69 .page-contacts__left-footer {
        padding: 40px 45px 20px 30px;
    }
    body.page-id-69 .page-contacts__left-footer .title {
        font-size: 20px;
        line-height: 1.25;
    }
    body.page-id-69 .page-contacts__left-footer .text {
        padding-right: 0;
        font-size: 9px;
    }
    body.page-id-69 .page-contacts__left-footer .phones {
        padding-right: 0;
        font-size: 9px;
    }
    body.page-id-69 .page-contacts__left-footer img {
        margin: 0;
        width: 17px;
        height: 17px;
    }
    body.page-id-69 .page-contacts__right {
      flex: 0 0 55%;
      max-width: 100%;
    }
    body.page-id-69 .page-contacts__right-title {
        padding: 0;
        top: -9px;
        letter-spacing: normal
    }
    body.page-id-69 .page-contacts__right-text {
        padding: 30px 30px 25px 45px;
    }
    body.page-id-69 .page-contacts__right-text p.has-large-font-size {
        font-size: 12px;
        letter-spacing: normal
    }
    body.page-id-69 .page-contacts__right-text p {
        font-size: 9px;
        letter-spacing: normal
    }
    body.page-id-69 .page-news {
        padding-top: 40px;
    }
    body.page-id-69 .page-news__card {
        width: 396px;
        padding: 28px 50px 40px 30px;
        min-height: 223px;
    }
    body.page-id-69 .page-news__content {
        padding-left: 35px;
      width: 35%;
    }
    body.page-id-69 .page-news__card-title {
        margin-bottom: 30px;
    }
    body.page-id-69 .page-news__card-title h3 {
        font-size: 24px;
        line-height: 1.67;
    }
    .page-news__card-title .date {
        margin-bottom: 22px;
        font-size: 12px;
    }
    body.page-id-69 .page-news__card-content .title {
        font-size: 18px;
        letter-spacing: 1px;
    }
    body.page-id-69 .page-news__card-content .text {
        margin-top: 20px;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.9;
        letter-spacing: 0.9px;
    }
  body.page-id-69 .page-news__image {
    width: 65%;
  }
    body.page-id-69 .page-news__image .image {
        width: 100%;
        height: 350px;
    }
    body.page-id-69 .page-news__image .image-text {
        font-size: 14px;
        line-height: 1.43;
        padding: 35px 9px;
    }
    body.page-id-69 .page-news .main-people__slider-button {
        bottom: 203px;
        width: 32px;
        height: 32px;
    }
    body.page-id-69 .page-news .main-people__slider-button  svg{
        width: 6px;
        height: 12px;
    }
    body.page-id-69 .page-news .main-people__slider-button--prev {
        left: 370px;
    }
    body.page-id-69 .page-news .main-people__slider-button--next {
        left: 403px;
    }
    body.page-id-69 .charter-slider {
        padding-top: 30px;
    }
    body.page-id-69 .page-employment {
        padding-top: 40px;
    }
    body.page-id-69 .page-employment__left .image {
        height: 465px;
        background-position: top center;
    }
    body.page-id-69 .page-employment__left-title {
        margin-top: -12px;
    }
    body.page-id-69 .page-employment__right .content h4 {
        padding-right: 0;
        font-size: 12px;
        letter-spacing: normal;
        line-height: 1.58;
    }
    body.page-id-69 .page-employment__right .content p {
        margin-bottom: 0;
    }
    body.page-id-69 .page-employment__right .content ul {
        margin: 10px 0;
        font-size: 9px;
        line-height: 1.44;
    }
    h2.page--title-level-2 {
        font-size: 44px;
    }
    .charter-slider__title {
        font-size: 44px;
    }
    .dropdown-school {
        left: 50%;
        transform: translateX(-50%);
    }
    .header-top__link:nth-child(6) .dropdown-school {
        left: 50%;
    }
}
@media (min-width: 1280px) and (max-width: 1365px) {
     .main-success__slde-image {
         height: 300px;
     }
     .main-awards__content .main-awards__content-card {
         padding: 30px 35px 35px 9px;
     }
     .main-awards__content .slider-wrapper {
         width: 603px !important;
         margin-left: -155px;
     }
     .main-history {
         padding-top: 42px;
     }
     .main-history__video iframe {
         height: 300px;
     }
}
body.no-scroll {
    overflow-y: hidden;
    padding-top: 0;
}
body.home .bottom-text-mobile,
body.home .slider-controls {
    display: none !important;
}
.contact-us__columns .wp-block-column {
    max-width: 33.33333%;
}
.contact-us__columns .wp-block-columns.has-3-column .wp-block-column {

}

@media screen and (max-width: 767px) {
    .header-menu__mobile-icon {
        display: block;
        z-index: 99999;
        position: fixed;
    }
    .header-menu__mobile-icon.header-menu__mobile-icon--open {
        position: absolute;
    }
    .header-menu__list,
    .header-top {
        display: none;
    }
    .main-history__title>p {
        font-size: 18px;
        line-height: 1.67;
        letter-spacing: normal;
    }
    .header-menu__wrapper a img {
        width: 171px !important;
        position: relative;
        top: 1px;
        padding-left: 5px;
    }
    .header-menu__mobile-icon span {
        height: 2px;
    }
    .header-menu {
        height: 60px;
    }
    .header-menu__mobile-icon.header-menu__mobile-icon--open span:nth-child(1) {
        top: 5px;
    }
    .header-menu__mobile-icon.header-menu__mobile-icon--open span:nth-child(3) {
        bottom: 6px;
    }
    .page-slider__item-content .title h2,
    .page-slider__item-content .title span,
    .main-slider__item-content .title h2,
    .main-slider__item-content .title span {
        font-size: 18px;
        line-height: 1.67;
        letter-spacing: normal;
        margin-top: 5px;
    }
    .main-slider__item-button {
        margin-top: 14px;
        height: 34px;
        line-height: 24px;
    }
    .main-slider__item-button span {
        font-size: 9px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 0.7px;
    }
    .main-success__slde-image {
        height: 214px;
    }
    .main-success .main-success__image .slick-dots {
        display: block;
        left: 50%;
        width: auto;
        transform: translateX(-50%);
        text-align: center;
    }
    .main-success__content {
        padding: 0;
    }
    .main-success__content .title {
        top: 0;
        font-size: 18px;
        line-height: 1.67;
        letter-spacing: normal;
        margin-bottom: 7px;
    }
    .main-success__content .text {
        font-size: 9px;
        line-height: 1.67;
        letter-spacing: normal;
    }
    .main-success {
        padding-top: 40px;
    }
    .main-success .container {
        padding: 0 35px;
    }
    .main-success .main-success__image {
        padding: 0;
    }
    .main-success .main-success__image .slick-dots {
        bottom: 14px;
    }
    .main-success .slick-dots li {
        transform: scale(.6);
        margin: 0;
    }
    .header-mobile__nav-menu .link {
        font-size: 12px;
        font-weight: 600;
        line-height: normal;
        letter-spacing: 1px;
        color: #4a709e;
    }
    .header-mobile__nav-menu {
        background-color: #00275d;
        padding: 12px 50px 15px 50px;
    }
    .sub-menu {
        display: none;
    }
    .main-awards {
        padding-top: 20px;
    }
    .main-awards__content-title {
        top: 0;
        font-size: 18px;
        letter-spacing: normal;
        text-align: left;
        margin-bottom: 15px;
    }
    .main-awards__image {
        margin-bottom: 22px;
        padding: 0 22px;
    }
    .main-awards__content {
        padding: 0 22px;
    }
    .main-awards__content-card .text {
        font-size: 9px;
        line-height: 1.44;
        letter-spacing: normal;
        color: #1a1a1b;
    }
    .main-awards__content-card .text a {
        font-size: 9px;
        line-height: normal;
        letter-spacing: 0.5px;
    }
    .main-awards__content-card img {
        margin: 0;
        width: 96px;
    }
    .main-awards .slick-slide {
        margin: 0 !important;
    }
    .main-awards__content .slider-wrapper .slider-control-left {
        left: 0;
        transform: scale(.7);
        top: 47px;
    }
    .main-awards__content .slider-wrapper .slider-control-right {
        right: 0;
        transform: scale(.7);
        top: 47px;
    }
    .main-awards__content .main-awards__content-card {
        padding: 30px 18px 25px 18px;
    }
    .main-news__content-title {
        font-size: 18px;
        line-height: 1.67;
        letter-spacing: normal;
    }
    .main-news-filter,
    .main-news-filter * {
        font-size: 5px;
        line-height: normal;
        letter-spacing: 0.3px;
    }
    .main-news__content-text .text-date {
        font-size: 14px;
        line-height: normal;
        letter-spacing: 0.4px;
    }
    .main-news__content-text .text-content .title {
        font-size: 12px;
        line-height: 1.5;
        letter-spacing: normal;
    }
    .main-news .main-success__image {
        display: none;
    }
    .main-news-filter .fstToggleBtn, .main-news-filter .fstElement {
        width: 115px;
        min-width: unset;
    }
    .main-news-filter .fstElement {
        height: 43px;
    }
    .main-news-filter {
        position: absolute !important;
        right: 20px;
        top: 3px;
        width: auto;
    }
    .main-news-filter .fstElement {
        min-height: unset !important;
        height: 30px;
    }
    .main-news-filter .fstToggleBtn {
        padding: 10px;
    }
    .main-news-filter .fstToggleBtn:after {
        right: 10px;
    }
    .main-news__content-title {
        margin-bottom: 0;
    }
    .main-news__content-text .text-date {
        position: static;
        width: 57px;
        padding-top: 21px;
    }
    .main-news__content-text .text-content {
        padding-top: 18px;
        padding-left: 8px;
    }
    .main-news__content-text .text-content .text {
        min-height: unset;
    }
    .main-news__content-slider {
        padding: 0 4px;
    }
    .main-news__content {
        padding: 0 19px;
    }
    .main-news__content-text .text-content .text {
        font-size: 11px;
        line-height: 1.5;
        margin-top: 2px;
    }
    .main-news__content .slick-prev {
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAAXNSR0IArs4c6QAABb1JREFUaAXNWltMHFUYLuiWLi2i26I0VsEKGCC4YJVqVFQIFOXWGBBCeSHhTR54MQ288saDRkMCJIIJD1wTCBRMX8CCmGIbU5QilHtCKasrCBSWcq3ft+2QnWF32dk5rPsnX2fP7Tv/x5z/nH9m6nNMnJ0EVQxwHngJCAL0gB9AewRYADPwNzAJ3AU2AM3mo5GBzsYCRiAMUMu3izETwO9PsYirW6Z2YmkS/sWzgAtShYDrY3D8CnQCqgWpFRKISdKBDwBf4ChsB6R9wI/AmqsTqBHyPkjzgOOukmvsx5iqB35zhecZFzrxL/8FcBlwpb8LlC51eRa9uHR5vXfYiMMc4070JfDOYURH2B4O7leBYYDLzq45E0IRV4FQuyM9W8nNhVv7LcCuGEdCWM87EQJ4iz0HR14GGDPc4WTmSMgV9HpL1tM7Crwz3GxGle7YE5KETp8pO3pR+XX4wnPmvq1PyrPAgMbPbTt46W8eAwG2vimFcIvldifcdDqdT2pq6hleBZCfAAcP5n2zFcIt7uJ+i+AfNTU1cZ2dnVnh4eH+gqgTwMOYsZqtkGypUvS1pKTktcLCwrd7e3snpqamNgTx0/f9MJCC/ZxtpaCJrDTJycmG2traS5OTk+a0tLTetbU1ZryiLBhEN4ENSchHKESIYpd4QkNDT2A5pfrAMjMzr8/MzDB/Em3cwWakpcVnCqHm5+fn29zcnBAcHBxYXFzcOzQ05HImq9KROPankDMAl5ZQq6uruxAfHx9aUVHxS0NDw4JQcjlZGIqnKORNeb32UmlpaVh+fn5cR0fH3bKysgOnsPYZZAzczmMYI4yPV2RNGgrp6elBVVVVKSMjIwsZGRl9W1tbB/IiDfSOhi5SyCXgBUc91NRHRET4t7e3fwrndyDo+vz8/Jaa8Rr6bvAUZ1qi2fz9/RncHxsMhpN5eXnXRkdH+cbEU2ZgjPC412RMO+rr6+ONRuO58vLyn9va2vi6x5Pmx0CpBjTlP1xSuANXxsbGTNHR0dc8qeDpXBYpRqSD0S0fVldXdyBAl5CQELa3t/ewv7+fh5QnzSokETNKbwPdmhzOH+vq6nqAFOTF7OzsaOxY87hD626RuTdohTGy6t5Y+SiLxbKXm5t7Y2lpab26ujopMjJSVJYrn8h+aZVC/rLfpr52fHzcUlRU1BMYGKhvamr6JCAgQNOSVeGBiROdBd5QMchpV4rZ3d19iJPdGBUVdRyC5pwOENM4SCE8tD4Uw/eEZWBgYAk7mW9OTo4RyaOlp6fnH5H8drhaKGQZoBDN54ntBN3d3aaUlBQDxMTgWWRheHj4qLJfJqTdjBHa0JOLuH83NzcZ/P0mk2mlsrIyMTY29pQ4dhmT1fcjE8KpZmdnH+ERt0ev1+saGxsTkb4cxYuNO5yLS4v2LxAP8DWpUJuent5YX19fKSgoMOKu6FtbW+ewGYjKiO/D2U46LAkh8Qog8sMN+a02ODi4HBIS8jgrKyu6paXlntls3pbaNF5/wHgzOZQ51lXUnWeDaGNimZSUdBo72OL29raIO/InfPxW8lMphI+NX0mNXnzlH6IcmJd8lIJdKk/ix02p4MXXn+Dbvgj6KcWIrc8jKEQCQp4abYkF/R4DD2NDtjztCdlDpz8AfqXid3JvMj6wMS42lU7ZE8I+7Mjvdu8CjvqgyaPGR+evAR4VB8yZk0zvKSYGEJq+HPDi8IoldPkOeOCoqzMhHEP1twF+kHwe+D9sApN+AzhNPA8TQsf5vpb/I+E0IPyNJDidWR8avwcOxIRykPIcUbYry7GouAycVTYILs+Brx3gDuqSqRVCUp497wEZgOgtmsunA+Bylm2vKDs1d4RIhDr8uAjwLvHccTez5YMd0407AAW49f1EixDMuW/8ZBwFGAHmakGAo/jbQRsTvSlgCOABpzmJFCUEvsiMy4/Ljgcqt24uE24a/Oy2DPDQFWr/AVeTdDMlCwwcAAAAAElFTkSuQmCC) 50% 50% no-repeat;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        left: 9px;
    }
    .main-news__content .slick-next {
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAwFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAABHcEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFBQX6+voICAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRkYpKSnp6enQ0NAPDw8AAAAAAAAAAAAAAAAAAAAmJib9/f0AAAAAAAAAAABSUlJwcHDu7u7X19cwMDCsrKyenp739/d9fX1MTEy4uLhaWlrk5OSlpaWwsLDJyckgICCGhoZ5eXnV1dX////vbQo0AAAAP3RSTlOZHBKJlnBaAAwChDlpgTJhmvybfRYFIniPVpN0rKTy5J2RUQhDQqP+KUwsr7r056XRy/m/rtey7s7T36HCveYxzuGxAAABpUlEQVRIx52W53aDMAyFhcHGZmUwspvdjO69m/d/q5KGNAnIYPfmF9b5UJBkSWAXNA0YddqW1XYoc3nRDrlnMqcWHKs3i0oRUgNEXiRFeMcCVBbjOBKMQaquiyETKFVH5JGpBxWi/BSZhlApnx8jwgMFUXGETEBJ7IC4oKjZHuFjVcQiGcIKpnq/jjO1HRIVcz5o3En8GL8IEq3m0+ZSErUtQjDL6Pq+L3MD9gy13Fy9fKCGVYr08Lc9L96b2HloA5cF9HPzip4TkKfxbfOFHc+hI0VGw8Yjlhqg8lwPzs7Oi6ct8Evq46IxLIbATH8letjcFipnDO3SOvxeIH9N20v3P9/S041YCEw3L16aTM3sryDSrbEEbF+vks20+Cd694WliKF3K5fbux/q3H1HbJElaHSYYNfHqHofa2WtzwBlJfue3FElan9tXFA1ohUfhgV3VAiTH0+xqF1NdI3TWWmYlT6S/ETmvYrvIMUhLlhprGJ0u1hLx7IfSHcYF42c6YqSTUm4Xjc3Hj03Ll+ubDteMz8bhZZfC+LKfSxzRowkMYhAjT97SSWt2sY51gAAAABJRU5ErkJggg==) 50% 50% no-repeat;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        right: 9px;
    }
    .main-news__content-text {
        margin-bottom: -7px;
    }
    .to-top-btn {
        display: none !important;
    }
    .content-slider__slide-img {
        height: 319px;
        margin-bottom: 14px !important;
    }
    .content-slider__slide-date {
        font-size: 12px;
        line-height: normal;
        letter-spacing: normal;
        margin-bottom: 8px;
    }
    .content-slider__slide-title h3 {
        font-size: 12px;
        line-height: 1.25;
        letter-spacing: normal;
    }
    .content-slider .slick-list {
        margin: 0;
    }
    .content-slider__slide {
        padding-left: 0;
    }
    .main-success__image {
        display: none !important;
    }
    .main-history {
        padding-top: 0;
    }
    .main-history__text>p {
        padding: 5px 9px;
    }
    .main-history__title>p {
        font-size: 18px;
        line-height: 1.67;
        letter-spacing: normal;
        /*width: 182px;*/
        /*white-space: nowrap;*/
        margin: 12px 0;
        padding-left: 5px;
    }
    .main-history__text>p {
        font-size: 12px;
        line-height: 1.44;
        letter-spacing: normal;
    }
    .main-history__video {
        padding: 0 22px;
        margin-top: 22px;
    }
    .main-history__video iframe {
        height: 330px;
        width: 100%;
    }
    .main-news__content-slider {
        margin: 35px 0;
    }
    .content-slider {
        margin-bottom: 35px;
    }
    .main-opportunities__image {
        display: none !important;
    }
    .main-opportunities__content .title {
        font-size: 18px;
        line-height: 1.67;
        letter-spacing: normal;
        margin-bottom: 16px;
    }
    .main-opportunities__content p {
        font-size: 9px;
        line-height: 1.67;
        letter-spacing: normal;
        margin-bottom: 14px;
    }
    .main-opportunities__content .wp-block-button__link {
        font-size: 9px;
        letter-spacing: 0.8px !important;
        padding: 11px 7px;
    }
    .main-opportunities {
        padding-top: 35px;
    }
    .main-opportunities__content {
        padding: 0 24px;
    }
    .footer {
        margin-top: 30px;
        padding: 8px 0;
    }
    .footer h2 {
        font-size: 18px;
        letter-spacing: normal;
        top: 13px;
        margin-bottom: 27px;
    }
    .footer p {
        font-size: 12px;
        line-height: 1.4;
        letter-spacing: normal;
        margin-top: 3px;
    }
    /*.footer p[style="font-size:12px"] {
        font-size: 8px !important;
        letter-spacing: 0.1px;
    }*/
    .button--facebook a {
        font-size: 9px;
        letter-spacing: 1px;
    }
    .footer .wp-block-columns .wp-block-column:nth-child(1) {
        display: none !important;
    }
    .footer .wp-block-columns .wp-block-column:nth-child(2) {
        max-width: 50%;
        padding-left: 5px;
    }
    .footer p.has-small-font-size br {
        display: none;
    }
    .footer p.has-small-font-size {
        font-size: 12px;
        line-height: 1.4;
        letter-spacing: normal;
        margin-bottom: 5px;
    }
    .footer p[style="font-size:12px"] {
        line-height: 1.4;
    }
    .footer .wp-block-columns .wp-block-column:nth-child(3) {
        max-width: 50%;
        padding-top: 50px;
        padding-left: 15px;
    }
    .footer .wp-block-columns .wp-block-column:nth-child(4) {
        max-width: 100%;
    }
    .container {
        width: 100% !important;
    }
    .page-slider__image--mobile {
        display: block !important;
        width: 100%;
        height: auto;
    }
    .page-slider .swiper-page .swiper-slide,
    .main-slider .swiper-main .swiper-slide {
        background-image: none !important;
    }
    body {
        padding-top: 60px;
    }
    .page-slider__item,
    .main-slider__item {
        padding-bottom: 16px;
    }
    .page-slider .swiper-page .swiper-slide > .container,
    .main-slider .swiper-main .swiper-slide > .container {
        position: absolute;
        top: 0;
    }
    .main-slider .swiper-slide:before,
    .page-slider .swiper-slide:before {
        display: none;
    }
    .page-employment__left-title {
        font-size: 18px;
        line-height: 1.67;
        letter-spacing: normal;
        margin-bottom: 8px;
    }
    .summit-slider__title {
        font-size: 18px;
        line-height: 1.67;
        letter-spacing: normal;
        text-align: left;
        margin-bottom: 8px;
    }
    .page-enroll__title {
        font-size: 18px;
        line-height: 1.67;
        letter-spacing: normal;
        text-align: left;
    }
    .summit-news .title {
        font-size: 18px;
        line-height: 1.67;
        letter-spacing: normal;
        text-align: left;
        margin-bottom: 8px;
    }
    .page-contacts__right-title {
        font-size: 18px;
        line-height: 1.55;
        letter-spacing: normal;
        padding-left: 19px;
        padding-top: 19px;
        padding-right: 35px;
    }
    .page-enroll__right {
        padding-left: 0;
        padding-right: 0;
    }
    .slider-controls {
        position: static;
        flex-direction: column;
    }
    .slider-controls li {
        width: 100% !important;
        min-height: auto;
        padding: 10.5px 0;
    }
    .slider-controls a {
        font-size: 12px;
        line-height: 0.83;
        letter-spacing: normal;
    }
    .page-slider .slick-dots {
        display: none !important;
    }
    .page-slider__item {
        padding: 0;
    }
    .page-slider__item-content {
        padding: 0 20px 7px 20px;
    }
    .page-slider__item-content .title h2,
    .page-slider__item-content .title span {
        line-height: 1.4;
        margin-top: 0;
    }
    .main-slider .swiper-slide:before,
    .page-slider .swiper-slide:before {
        height: 100px !important;
    }
    .header-mobile__logo {
        position: relative;
        top: 1px;
        left: 5px;
    }
    .header-mobile__logo img {
        width: 125px;
    }
    .header-top__contacts-button--mobile {
        position: absolute;
        top: 19px;
        right: 56px;
        padding: 0 6px !important;
        letter-spacing: 0;
        font-size: 9px;
        height: 24px;
        line-height: 24px;
    }
    .header-mobile__header {
        padding: 0 15px;
        height: 60px;
    }
    .header-mobile > .container-fluid {
        padding: 0;
    }
    .header-mobile__nav-schools {
        background-color: #00275d;
        padding: 10px 20px 0 20px;
    }
    .header-mobile__nav-school a span {
        font-size: 12px;
        line-height: 0.75;
        letter-spacing: 1px;
        color: #ffffff;
    }
    .header-mobile__nav-school a img {
        margin-right: 9px;
        position: relative;
        left: -2px;
        transform: scale(.8);
    }
    .header-mobile__nav-school:nth-child(1) a img {
        margin-right: 5px;
    }
    .header-mobile__nav-school a {
        padding: 8px 0;
        border-bottom: 2px solid #63809c;
    }
    .header-mobile__nav-school:nth-child(1) a {
        padding-bottom: 12px;
    }
    .header-mobile .site-search {
        display: none;
    }
    .header-mobile__nav-menu li {
        padding: 16px 0;
    }
    .header-mobile__header .header-menu__mobile-icon {
        position: absolute;
        padding-top: 40px;
    }
    .header {
        margin-top: 0;
        position: fixed;
        top: 0;
        z-index: 9999;
        background-color: #ffffff;
    }
    .page-contacts {
        padding-top: 40px;
        padding-bottom: 50px;
    }
    .page-contacts > .container {
        padding: 0;
        overflow-x: hidden;
    }
    .page-contacts__left {
        padding: 0 35px;
    }
    .page-contacts__left-image {
        height: 184px;
    }
    .page-contacts__left-footer {
        padding: 19px 17px 21px 21px;
    }
    .page-contacts__left-footer .text {
        font-size: 10px;
        line-height: 2;
        letter-spacing: normal;
    }
    .page-contacts__right {
        padding-right: 0;
    }
    .page-contacts__right-text {
        margin-left: 0;
        margin-top: 12px;
        padding: 13px 35px 20px 20px;
    }
    .page-contacts__right-text p {
        font-size: 12px;
        line-height: 1.5;
        letter-spacing: normal;
        padding: 5px 0;
    }
    .summit-news {
        padding-top: 39px;
    }
    .summit-news > .container {
        padding: 0 20px;
    }
    .summit-news__slide-title {
        font-size: 10px;
        line-height: 2;
        letter-spacing: normal;
        bottom: 12px;
        left: 15px;
        padding-right: 15px;
    }
    .summit-news__slider-button {
        top: calc(50% - 43px);
        width: 32px;
        height: 32px;
    }
    .summit-news__slider-button > svg {
        transform: scale(.45);
    }
    .summit-news__slider-button--prev {
        left: 10px;
    }
    .summit-news__slider-button--next {
        right: 10px;
        left: unset;
    }
    .page-enroll {
        padding-top: 0;
        margin-top: -20px;
    }
    .page-enroll > .container {
        padding: 0;
        overflow-x: hidden;
    }
    .page-enroll__title {
        padding: 0 35px;
        margin-bottom: 10px;
    }
    .page-enroll__title br {
        display: none;
    }
    .page-enroll__title strong {
        margin-right: 5px;
    }
    .page-enroll__form-row label {
        font-size: 8px;
        line-height: normal;
        letter-spacing: 0.3px;
        padding: 0 0 0 6px;
        margin-bottom: 1px;
    }
    .page-enroll__form-row {
        flex-direction: column;
    }
    .page-enroll__form-row .form-item:nth-child(2),
    .page-enroll__form-row .form-item {
        width: 100%;
        margin: 0;
        flex: 0 0 100%;
        margin-bottom: 19px;
    }
    .page-enroll__form-row input,
    .page-enroll__form-row textarea {
        height: 20px;
        line-height: 20px;
        padding: 0 5px;
    }
    .page-enroll__form-row + .page-enroll__form-row {
        margin-top: 1px;
    }
    .page-enroll__form-row .form-item-full textarea {
        height: 40px;
        padding: 5px;
    }
    .page-enroll__form {
        padding: 30px 35px 21px 35px;
    }
    .form-item-full label {
        margin-bottom: -5px;
    }
    .page-enroll__form-button {
        margin-top: 21px;
    }
    .page-enroll__form-button input[type="submit"] {
        font-size: 12px;
        line-height: normal;
        letter-spacing: 0.4px;
        padding: 7px 5px;
        width: 100%;
    }
    .summit-slider {
        padding-top: 37px;
    }
    .summit-slider__slide {
        height: 221px;
    }
    .summit-slider > .container {
        padding: 0 21px;
    }
    .summit-slider__slider .slick-slide,
    .outlook-slides .slick-slide {
        margin: 0;
    }
    .summit-slider__slider-button {
        width: 32px;
        height: 32px;
    }
    .summit-slider__slider-button > svg {
        transform: scale(.45);
    }
    .summit-slider__slider-button--next {
        right: 9px;
    }
    .summit-slider__videos {
        margin-top: -43px;
    }
    .summit-slider__videos .main-people__video:nth-child(1),
    .summit-slider__videos .main-people__video:nth-child(2),
    .summit-slider__videos .main-people__video {
        padding: 0 14px 0 15px;
    }
    .summit-slider__videos iframe {
        height: 151px;
        margin-bottom: 10px;
    }
    .page-employment {
        padding-top: 28px;
    }
    .page-employment > .container {
        padding: 0 20px 0 21px;
    }
    .page-employment__left-title br {
        display: none;
    }
    .page-employment__left .image {
        height: 359px;
        margin-bottom: 0;
    }
    .page-employment__left {
        margin-bottom: 16px;
    }
    .page-employment__right {
        padding: 0 14px 0 15px;
    }
    .page-employment__right .content h4 {
        font-size: 12px;
        line-height: 1;
        letter-spacing: normal;
        margin-bottom: 10px;
    }
    .page-employment__right .content p {
        font-size: 9px;
        line-height: 1.11;
        letter-spacing: normal;
        margin-bottom: 13px;
    }
    .page-employment__right .content p.has-small-font-size {
        font-size: 9px !important;
    }
    body.page-id-41 .footer {
        margin-top: 15px;
    }
    .page-preview-block p {
        font-size: 11px;
        line-height: 1.5;
    }
    .contact-us__form .page-enroll__form-row + .page-enroll__form-row {
         margin-top: 0;
    }
    .contact-us__form .page-enroll__form-row > p {
         display: none !important;
    }
    .contact-us__form .page-enroll__form-row label {
        margin-bottom: -2px;
    }
    .contact-us__form .page-enroll__form-button {
        margin-top: 6px;
    }
    .outlook-contacts {
        padding-top: 30px;
        overflow-x: hidden;
    }
    .outlook-contacts > .container {
        padding: 0;
    }
    .outlook-contacts .outlook-contacts__wrapper:first-child {
        padding: 0 35px;
    }
    .outlook-contacts__card {
        flex-direction: row;
    }
    .outlook-contacts__card-image {
        width: 50%;
    }
    .outlook-contacts__card-footer .title {
        font-size: 12px;
        line-height: 1.67;
        letter-spacing: normal;
    }
    .outlook-contacts__card-footer .title br:last-child,
    .outlook-contacts__card-footer .title br:first-child {
        display: none;
    }
    .outlook-contacts__card-footer {
        width: 50%;
        justify-content: center;
        padding: 7px 5px 5px 10px;
    }
    .outlook-contacts__card-image {
        height: 148px;
    }
    .outlook-contacts__content {
        padding: 13px 34px 30px 35px;
    }
    .outlook-contacts__content .title {
        font-size: 12px;
        line-height: 1.8;
        letter-spacing: 0.6px;
        padding-right: 100px;
        margin-bottom: 6px;
    }
    .outlook-contacts__content .text p {
        font-size: 10px;
        line-height: 1.5;
        letter-spacing: 0.6px;
        margin-bottom: 7px;
    }
    body.page-id-67 .page-enroll {
        margin-top: 32px;
    }
    body.page-id-67 .page-enroll > .container {
        padding: 0;
    }
    body.page-id-67 .page-enroll .page-enroll__right {
        padding-left: 0;
    }
    body.page-id-67 .page-enroll__title {
        margin-bottom: 14px;
    }
    .outlook-slider__row {
        flex-direction: column-reverse;
    }
    .outlook-slider__title {
        font-size: 18px;
        line-height: 1.67;
        letter-spacing: normal;
        text-align: left;
        margin-bottom: 11px;
    }
    .outlook-slider__title br {
        display: none;
    }
    .outlook-slider__menu {
        padding-bottom: 0;
    }
    .outlook-slider__menu ul {
        overflow: visible;
        flex-wrap: wrap;
        width: 100%;
    }
    .outlook-slider__menu ul li {
        margin-right: 20px;
    }
    .outlook-slider__menu ul li + li {
        margin-left: 0;
    }
    .outlook-slider__menu ul li a {
        font-size: 9px;
        line-height: 2.56;
        letter-spacing: 0.3px;
    }
    .outlook-slider {
        padding-top: 32px;
    }
    .outlook-slider > .container {
        padding: 0 5px;
    }
    .outlook-slides {
        margin-top: 16px;
        overflow-x: hidden;
    }
    .outlook-slides .slick-list {
        margin: 0;
    }
    .outlook-slides__img div {
        height: 221px;
    }
    .outlook-slides__next,
    .outlook-slides__prev {
        width: 38px;
        height: 29px;
    }
    .outlook-slides__prev {
        left: 0;
    }
    .outlook-slides__next {
        right: 0;
    }
    .outlook-slides__next > svg,
    .outlook-slides__prev > svg {
        transform: scale(.45);
    }
    body.page-id-67 .page-employment {
        padding-top: 38px;
    }
    body.page-id-67 .page-employment__left {
        padding: 0 15px;
        margin-bottom: 19px;
    }
    body.page-id-67 .page-employment__left-title {
        margin-bottom: 14px;
    }
    body.page-id-67 .page-employment__left .image {
        height: 359px;
    }
    body.page-id-67 .page-employment__right {
        padding: 0 15px;
    }
    body.page-id-67 .page-employment__right .content h4 {
        font-size: 12px;
        line-height: 1.25;
        letter-spacing: normal;
        padding: 0 35px 0 0;
        margin-bottom: 15px;
    }
    body.page-id-67 .page-employment__right .content p {
        margin-bottom: 14px;
        font-size: 9px;
        line-height: 1.11;
        letter-spacing: normal;
    }
    body.page-id-67 .footer {
        margin-top: 29px;
    }
    .header-mobile__nav {
        height: auto;
    }
    #tas-main-slider .slick-dots {
        display: none !important;
    }
    body.page-id-69.controls-vertical .slider-controls {
        width: 100%;
    }
    body.page-id-69 .page-contacts {
        padding-top: 20px;
    }
    body.page-id-69 .page-contacts__right {
        padding: 0 35px;
        width: 100%;
        max-width: 100%;
    }
    body.page-id-69 .page-contacts__right-title {
        top: 0;
        padding: 0;
        letter-spacing: normal;
    }
    body.page-id-69 .page-contacts__right-text {
        padding: 20px 20px 15px;
    }
    body.page-id-69 .page-contacts__right-text p.has-large-font-size {
        font-size: 12px;
        line-height: 1.6;
        letter-spacing: 0.6px;
    }
    body.page-id-69 .page-contacts__right-text p {
        font-size: 10px;
        line-height: 1.6;
        letter-spacing: 0.6px;
    }
    body.page-id-69 .page-contacts__left {
        margin-top: 40px;
        flex-direction: row;
        order: 1;
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
    }
    body.page-id-69 .page-contacts__slider {
        width: 50%;
    }
    body.page-id-69 .page-contacts__slide {
        height: 200px;
        background-position: top center;
    }
    body.page-id-69 .page-contacts__left-footer {
        padding: 10px 20px;
        width: 50%;
    }
    body.page-id-69 .page-contacts__left-footer .title {
        margin-bottom: 35px;
        font-size: 12px;
        line-height: 1.67;
    }
    body.page-id-69 .page-contacts__left-footer .text {
        padding-right: 0;
        font-size: 9px;
        line-height: normal;
        letter-spacing: normal;
    }
    body.page-id-69 .page-contacts__left-footer .phones {
        position: relative;
        margin-top: 35px;
        padding-left: 20px;
        padding-right: 0;
        flex-wrap: wrap;
        font-size: 9px;
        letter-spacing: 0.3px;
    }
    body.page-id-69 .page-contacts__left-footer .phones img {
        left: 0;
        position: absolute;
        margin: 0;
        width: 17px;
        height: 17px;
        transform: translateY(-50%);
        top: 50%;
    }
    body.page-id-69 .page-news {
        padding-top: 40px;
    }
    body.page-id-69 .page-news > .container {
        padding: 0;
    }
    body.page-id-69 .page-news__content {
        padding: 0;
    }
    body.page-id-69 .page-news__card {
        box-shadow: 5px 7px 23px 0 rgba(0, 0, 0, 0.23);
        margin-top: 40px;
        padding: 40px;
        width: 100%;
        min-height: 190px;
    }
    body.page-id-69 .page-news__card-title {
        margin-bottom: 15px;
    }
    body.page-id-69 .page-news__card-title h3 {
        margin-bottom: 0;
        font-size: 24px;
        line-height: 1.67;
        letter-spacing: normal
    }
    body.page-id-69 .page-news__card-title .date {
        display: none;
    }
    body.page-id-69 .page-news__card-content .title {
        font-size: 14px;
        font-weight: 600;
        line-height: 1.07;
        letter-spacing: normal;
    }
    body.page-id-69 .page-news__card-content .text {
        margin-top: 10px;
        font-size: 12px;
        line-height: 1.1;
    }
    body.page-id-69 .page-news .main-people__slider-button {
        display: none !important;
    }
    body.page-id-69 .page-news__image {
        padding: 0;
    }
    body.page-id-69 .page-news__image .image {
        width: 100%;
        height: 350px;
    }
    body.page-id-69 .page-news__image .image-text {
        padding: 33px 20px;
        font-size: 10px;
        font-weight: bold;
        line-height: 1.8;
        letter-spacing: normal;
    }
    body.page-id-69 .page-employment {
        padding-top: 40px;
    }
    body.page-id-69 .page-employment__left {
        max-width: 100%;
        width: 100%;
    }
    body.page-id-69 .page-employment__left .image {
        height: 350px;
        background-position: top center;
    }
    body.page-id-69 .page-employment__right {
        padding: 0 15px;
        max-width: 100%;
        width: 100%;
        flex: 0 0 100%;
    }
    body.page-id-69 .page-employment__left-title {
        margin: 0 0 20px;
        text-align: center;
    }
    body.page-id-69 .page-employment__right .content h4 {
        padding: 0;
        font-size: 12px;
        line-height: 1.25;
        letter-spacing: normal;
    }
    body.page-id-69 .page-employment__right .content p {
        margin-bottom: 10px;
        font-size: 9px;
        line-height: 1.44;
        letter-spacing: normal;
    }
    body.page-id-69 .page-employment__right .content ul {
        margin: 10px 0;
        font-size: 9px;
        line-height: 1.44;
        letter-spacing: normal;
    }
    body.page-id-69 .column-list {
        margin-top: 25px;
        grid-row-gap: 15px;
    }
    body.page-id-69 .column-list > li:nth-child(2n+2) {
        padding: 0;
    }
    body.page-id-69 .charter-slider {
        padding-top: 35px;
    }
    body.page-id-69 .footer {
        margin-top: 30px;
    }
    .article-section h2 {
        font-size: 24px;
    }
    .article-section h2:after {
        display: none;
    }
    .article-section h3 {
        margin-bottom: 15px;
        font-size: 18px;
    }
    .accordion-parent {
        font-size: 18px;
    }
    main p, .panel p {
        margin-bottom: 18px;
        font-size: 14px;
        line-height: 1.4;
    }
    .wp-block-columns.has-3-columns .wp-block-column {
        width: 100%;
        max-width: 100%;
        flex: 100%;
    }
    body.controls-vertical .page-slider__item {
        padding-bottom: 10px;
    }
}
body.page-id-1938 .article-section-anchors li {
    height: 117px;
}
#article-section-Hi6Wh .wp-block-button {
    margin-bottom: 25px;
}
body.two-buttons-header .header-top .header-top__link:nth-child(1) {
    padding: 0 10px 0 43px;
}
body.two-buttons-header .header-top .header-top__link:nth-child(1) a {
    width: 174px;
}
body.two-buttons-header .header-top .header-top__link:nth-child(2) {
    padding: 0 10px 0 11px;
}
body.two-buttons-header .header-top .header-top__link:nth-child(2) a {
    width: 243px;
}
body.two-buttons-header .header-top .header-top__link:nth-child(3) {
    padding: 0 10px 0 20px;
}
body.two-buttons-header .header-top .header-top__link:nth-child(3) a {
    width: 233px;
}
body.two-buttons-header .header-top .header-top__link:nth-child(4) {
    padding: 0 10px 0 20px;
}
body.two-buttons-header .header-top .header-top__link:nth-child(4) a {
    width: 234px;
}
body.two-buttons-header .header-top .header-top__link:nth-child(5) {
    padding: 0 10px 0 27px;
}
body.two-buttons-header .header-top .header-top__link:nth-child(5) a {
    width: 226px;
}
body.two-buttons-header .header-top .header-top__link:nth-child(6) {
    padding: 0 10px 0 10px;
}
body.two-buttons-header .header-top .header-top__link:nth-child(6) a {
    width: 241px;
}
body.two-buttons-header .header-top__contacts {
    padding: 0 25px;
}
body.two-buttons-header .header-top__contacts-button:first-child {
    padding: 0 14px;
    margin-right: 15px;
}
body.two-buttons-header .header-top__contacts-button:last-child {
    padding: 0 5px;
    min-width: 110px;
    text-align: center;
}
.main-slider .swiper-slide:before,
.page-slider .swiper-slide:before {
    content: ' ';
    width: 100%;
    height: 488px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 7;
    opacity: .6;
    display: none;
}
.page-slider__item,
.main-slider__item {
    z-index: 8;
}
#enroll-now-form .popup-card-content {
    padding-top: 25px;
    padding-bottom: 80px;
}
#enroll-now-form .popup-card-content > p {
    font-size: 15px;
    margin-bottom: 10px;
}
#wpadminbar {
    top: unset !important;
    bottom: 0 !important;
}
.main-slider .swiper-main .swiper-slide[data-overlay="visible"]:before,
.page-slider .swiper-slide[data-overlay="visible"]:before {
    display: block;
}
.page-preview-block {
    position: absolute;
    top: -363px;
    left: 0;
    width: 100%;
}
.page-preview-block p {
    color: #fff;
}
.page-preview-block a {
    color: #fff;
    font-weight: 600;
    text-decoration: underline;
}
.page-preview-block a:hover {
    text-decoration: none;
    color: #fff;
}
@media (max-width: 1199px) {
    .page-preview-block {
        top: -477px;
    }
}
.expo-invite {
    width: 356px;
    max-width: 100%;
    margin: 0 auto;
    border-top: 12px solid #b73834;
    border-bottom: 12px solid #b73834;
}
.expo-invite p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
}
.expo-invite .has-medium-font-size {
    font-size: 30px;
    line-height: 1.1;
}
.expo-invite .has-normal-font-size {
    line-height: 1.2;
}
.emblemed {
    position: relative;
}
.emblemed:before,
.emblemed:after {
    content: ' ';
    background-image: url(/wp-content/uploads/2019/02/emblem.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 71px;
    position: absolute;
    top: -13px;
}
.emblemed:before {
    left: 2px;
}
.emblemed:after {
    right: 2px;
}

.header-top__contacts {
	margin-left: auto;
}