
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

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

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,`
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

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

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

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

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

small {
    font-size: 80%
}

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

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

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

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

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

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

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

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

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

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 20px;
	font-size: .9em
}


th {
    color: #ffffff;
    font-weight: bold;
    font-style: normal;
    text-align: left;
    background-color: #211551;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
    src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg")
}

 .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
 

.glyphicon-plus:before {
    content: "\2b"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-search:before {
    content: "\f002"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-blackboard:before {
    content: "\e218"
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #333333;
    background-color: #fff
}

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

a {
    color: #337ab7;
    text-decoration: none
}

a:hover,
a:focus {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-float-left {
	float: left;
	margin-bottom: 2rem;
	margin-right: 2rem;
	box-shadow: 0 1rem 1rem -0.6rem rgb(0 0 0 / 25%)
}

.img-float-right {
	float: right;
	margin-bottom: 2rem;
	margin-left: 2rem;
	box-shadow: 0 1rem 1rem -0.6rem rgb(0 0 0 / 25%)
}

.img-responsive_box-shadow {
	display: block;
    max-width: 100%;
    height: auto;
	box-shadow: 0 1rem 1rem -0.6rem rgb(0 0 0 / 25%)
}

.img-rounded {
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    -webkit-border-radius: 50%;
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    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
}

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

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

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #666
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
    font-size: 65%
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
    font-size: 75%
}

h1,
.h1 {
    font-size: 36px
}

h2,
.h2 {
    font-size: 30px
}

h3,
.h3 {
    font-size: 24px
}

h4,
.h4 {
    font-size: 18px
}

h5,
.h5 {
    font-size: 14px
}

h6,
.h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px
    }
}

small,
.small {
    font-size: 85%
}

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

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase,
.initialism {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #666
}

.text-primary {
    color: #337ab7
}

a.text-primary:hover,
a.text-primary:focus {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:hover,
a.text-success:focus {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:hover,
a.text-info:focus {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover,
a.text-warning:focus {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:hover,
a.text-danger:focus {
    color: #843534
}

.bg-primary {
    color: #fff
}

.bg-primary {
    background-color: #337ab7
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eeeeee
}

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

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

.list-unstyled-faculty {
	padding-bottom: 4rem
}

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

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

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dt,
dd {
    line-height: 1.42857
}

dt {
    font-weight: bold
}

dd {
    margin-left: 0
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
    content: " ";
    display: table
}

.dl-horizontal dd:after {
    clear: both
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #666
}

.initialism {
    font-size: 90%
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eeeeee
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0
}

blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #666
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0;
    text-align: right
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
    content: ''
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014'
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857
}

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

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    -webkit-box-shadow: none;
    box-shadow: none
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

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

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

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

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

.container:after {
    clear: both
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}

@media (min-width: 1900px) {
    .container-fluid .feature {
        width: 1900px;
        margin: 0 auto;
		padding-bottom: 20px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
}

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

.container-fluid:after {
    clear: both
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

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

.row:after {
    clear: both
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,

.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;		
	padding-top: 15px
}


.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left
}

.col-xs-1 {
    width: 8.33333%
}

.col-xs-2 {
    width: 16.66667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.33333%
}

.col-xs-5 {
    width: 41.66667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.33333%
}

.col-xs-8 {
    width: 66.66667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.33333%
}

.col-xs-11 {
    width: 91.66667%
}

.col-xs-12 {
    width: 100%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-pull-1 {
    right: 8.33333%
}

.col-xs-pull-2 {
    right: 16.66667%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-4 {
    right: 33.33333%
}

.col-xs-pull-5 {
    right: 41.66667%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-7 {
    right: 58.33333%
}

.col-xs-pull-8 {
    right: 66.66667%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-10 {
    right: 83.33333%
}

.col-xs-pull-11 {
    right: 91.66667%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-push-1 {
    left: 8.33333%
}

.col-xs-push-2 {
    left: 16.66667%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-4 {
    left: 33.33333%
}

.col-xs-push-5 {
    left: 41.66667%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-7 {
    left: 58.33333%
}

.col-xs-push-8 {
    left: 66.66667%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-10 {
    left: 83.33333%
}

.col-xs-push-11 {
    left: 91.66667%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-offset-0 {
    margin-left: 0%
}

.col-xs-offset-1 {
    margin-left: 8.33333%
}

.col-xs-offset-2 {
    margin-left: 16.66667%
}

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

.col-xs-offset-4 {
    margin-left: 33.33333%
}

.col-xs-offset-5 {
    margin-left: 41.66667%
}

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

.col-xs-offset-7 {
    margin-left: 58.33333%
}

.col-xs-offset-8 {
    margin-left: 66.66667%
}

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

.col-xs-offset-10 {
    margin-left: 83.33333%
}

.col-xs-offset-11 {
    margin-left: 91.66667%
}

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

@media (min-width: 768px) {
    .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 {
        float: left
    }
    .col-sm-1 {
        width: 8.33333%
    }
    .col-sm-2 {
        width: 16.66667%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-4 {
        width: 33.33333%
    }
    .col-sm-5 {
        width: 41.66667%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-7 {
        width: 58.33333%
    }
    .col-sm-8 {
        width: 66.66667%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-10 {
        width: 83.33333%
    }
    .col-sm-11 {
        width: 91.66667%
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-pull-1 {
        right: 8.33333%
    }
    .col-sm-pull-2 {
        right: 16.66667%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-4 {
        right: 33.33333%
    }
    .col-sm-pull-5 {
        right: 41.66667%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-7 {
        right: 58.33333%
    }
    .col-sm-pull-8 {
        right: 66.66667%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-10 {
        right: 83.33333%
    }
    .col-sm-pull-11 {
        right: 91.66667%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-push-1 {
        left: 8.33333%
    }
    .col-sm-push-2 {
        left: 16.66667%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-4 {
        left: 33.33333%
    }
    .col-sm-push-5 {
        left: 41.66667%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-7 {
        left: 58.33333%
    }
    .col-sm-push-8 {
        left: 66.66667%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-10 {
        left: 83.33333%
    }
    .col-sm-push-11 {
        left: 91.66667%
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-offset-0 {
        margin-left: 0%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333%
    }
    .col-sm-offset-2 {
        margin-left: 16.66667%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333%
    }
    .col-sm-offset-5 {
        margin-left: 41.66667%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333%
    }
    .col-sm-offset-8 {
        margin-left: 66.66667%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333%
    }
    .col-sm-offset-11 {
        margin-left: 91.66667%
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 992px) {
    .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 {
        float: left
    }
    .col-md-1 {
        width: 8.33333%
    }
    .col-md-2 {
        width: 16.66667%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-4 {
        width: 33.33333%
    }
    .col-md-5 {
        width: 41.66667%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-7 {
        width: 58.33333%
    }
    .col-md-8 {
        width: 66.66667%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-10 {
        width: 83.33333%
    }
    .col-md-11 {
        width: 91.66667%
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-pull-1 {
        right: 8.33333%
    }
    .col-md-pull-2 {
        right: 16.66667%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-4 {
        right: 33.33333%
    }
    .col-md-pull-5 {
        right: 41.66667%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-7 {
        right: 58.33333%
    }
    .col-md-pull-8 {
        right: 66.66667%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-10 {
        right: 83.33333%
    }
    .col-md-pull-11 {
        right: 91.66667%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-push-1 {
        left: 8.33333%
    }
    .col-md-push-2 {
        left: 16.66667%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-4 {
        left: 33.33333%
    }
    .col-md-push-5 {
        left: 41.66667%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-7 {
        left: 58.33333%
    }
    .col-md-push-8 {
        left: 66.66667%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-10 {
        left: 83.33333%
    }
    .col-md-push-11 {
        left: 91.66667%
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-offset-0 {
        margin-left: 0%
    }
    .col-md-offset-1 {
        margin-left: 8.33333%
    }
    .col-md-offset-2 {
        margin-left: 16.66667%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-4 {
        margin-left: 33.33333%
    }
    .col-md-offset-5 {
        margin-left: 41.66667%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-7 {
        margin-left: 58.33333%
    }
    .col-md-offset-8 {
        margin-left: 66.66667%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-10 {
        margin-left: 83.33333%
    }
    .col-md-offset-11 {
        margin-left: 91.66667%
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 1200px) {
    .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 {
        float: left
    }
    .col-lg-1 {
        width: 8.33333%
    }
    .col-lg-2 {
        width: 22%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-4 {
        width: 33.33333%
    }
    .col-lg-5 {
        width: 41.66667%
    }
    .col-lg-6 {
        width: 63%;
		padding: 2rem 2rem
    }
    .col-lg-7 {
        width: 58.33333%
    }
    .col-lg-8 {
        width: 66.66667%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-10 {
        width: 83.33333%
    }
    .col-lg-11 {
        width: 91.66667%
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-pull-0 {
        right: 18%
    }
    .col-lg-pull-1 {
        right: 8.33333%
    }
    .col-lg-pull-2 {
        right: 16.66667%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-4 {
        right: 33.33333%
    }
    .col-lg-pull-5 {
        right: 41.66667%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-7 {
        right: 58.33333%
    }
    .col-lg-pull-8 {
        right: 66.66667%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-10 {
        right: 83.33333%
    }
    .col-lg-pull-11 {
        right: 91.66667%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-push-1 {
        left: 8.33333%
    }
    .col-lg-push-2 {
        left: 16.66667%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-4 {
        left: 33.33333%
    }
    .col-lg-push-5 {
        left: 41.66667%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-7 {
        left: 58.33333%
    }
    .col-lg-push-8 {
        left: 73%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-10 {
        left: 83.33333%
    }
    .col-lg-push-11 {
        left: 91.66667%
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-offset-0 {
        margin-left: 0%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333%
    }
    .col-lg-offset-2 {
        margin-left: 16.66667%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333%
    }
    .col-lg-offset-5 {
        margin-left: 41.66667%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333%
    }
    .col-lg-offset-8 {
        margin-left: 66.66667%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333%
    }
    .col-lg-offset-11 {
        margin-left: 91.66667%
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
}

@media (max-width: 992px) 
	.col-md-6 {
		padding-bottom: 15px 
	}
}


table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #666;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table>thead>tr>th,
.table>thead>tr>td,
.table>tbody>tr>th,
.table>tbody>tr>td,
.table>tfoot>tr>th,
.table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd
}

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

.table>caption+thead>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>th,
.table>thead:first-child>tr:first-child>td {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

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

.table-condensed>thead>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>tfoot>tr>td {
    padding: 5px
}

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

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>tfoot>tr>td {
    border: 1px solid #ddd
}

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

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell
}

.table>thead>tr>td.active,
.table>thead>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th {
    background-color: #f5f5f5
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
    background-color: #e8e8e8
}

.table>thead>tr>td.success,
.table>thead>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th {
    background-color: #dff0d8
}

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

.table>thead>tr>td.info,
.table>thead>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th {
    background-color: #d9edf7
}

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

.table>thead>tr>td.warning,
.table>thead>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th {
    background-color: #fcf8e3
}

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

.table>thead>tr>td.danger,
.table>thead>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th {
    background-color: #f2dede
}

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

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }
    .table-responsive>.table {
        margin-bottom: 0
    }
    .table-responsive>.table>thead>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>tfoot>tr>td {
        white-space: nowrap
    }
    .table-responsive>.table-bordered {
        border: 0
    }
    .table-responsive>.table-bordered>thead>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0
    }
    .table-responsive>.table-bordered>thead>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0
    }
}

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

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type="file"] {
    display: block
}

input[type="range"] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555555
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

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

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

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 34px
    }
    input[type="date"].input-sm,
    .input-group-sm>input[type="date"].form-control,
    .input-group-sm>input[type="date"].input-group-addon,
    .input-group-sm>.input-group-btn>input[type="date"].btn,
    .input-group-sm input[type="date"],
    input[type="time"].input-sm,
    .input-group-sm>input[type="time"].form-control,
    .input-group-sm>input[type="time"].input-group-addon,
    .input-group-sm>.input-group-btn>input[type="time"].btn,
    .input-group-sm input[type="time"],
    input[type="datetime-local"].input-sm,
    .input-group-sm>input[type="datetime-local"].form-control,
    .input-group-sm>input[type="datetime-local"].input-group-addon,
    .input-group-sm>.input-group-btn>input[type="datetime-local"].btn,
    .input-group-sm input[type="datetime-local"],
    input[type="month"].input-sm,
    .input-group-sm>input[type="month"].form-control,
    .input-group-sm>input[type="month"].input-group-addon,
    .input-group-sm>.input-group-btn>input[type="month"].btn,
    .input-group-sm input[type="month"] {
        line-height: 30px
    }
    input[type="date"].input-lg,
    .input-group-lg>input[type="date"].form-control,
    .input-group-lg>input[type="date"].input-group-addon,
    .input-group-lg>.input-group-btn>input[type="date"].btn,
    .input-group-lg input[type="date"],
    input[type="time"].input-lg,
    .input-group-lg>input[type="time"].form-control,
    .input-group-lg>input[type="time"].input-group-addon,
    .input-group-lg>.input-group-btn>input[type="time"].btn,
    .input-group-lg input[type="time"],
    input[type="datetime-local"].input-lg,
    .input-group-lg>input[type="datetime-local"].form-control,
    .input-group-lg>input[type="datetime-local"].input-group-addon,
    .input-group-lg>.input-group-btn>input[type="datetime-local"].btn,
    .input-group-lg input[type="datetime-local"],
    input[type="month"].input-lg,
    .input-group-lg>input[type="month"].form-control,
    .input-group-lg>input[type="month"].input-group-addon,
    .input-group-lg>.input-group-btn>input[type="month"].btn,
    .input-group-lg input[type="month"] {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.radio label,
.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9
}

.radio+.radio,
.checkbox+.checkbox {
    margin-top: -5px
}

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}

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

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px
}

.form-control-static.input-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,
.form-control-static.input-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 {
    padding-left: 0;
    padding-right: 0
}

.input-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

select.input-sm,
.input-group-sm>select.form-control,
.input-group-sm>select.input-group-addon,
.input-group-sm>.input-group-btn>select.btn {
    height: 30px;
    line-height: 30px
}

textarea.input-sm,
.input-group-sm>textarea.form-control,
.input-group-sm>textarea.input-group-addon,
.input-group-sm>.input-group-btn>textarea.btn,
select[multiple].input-sm,
.input-group-sm>select[multiple].form-control,
.input-group-sm>select[multiple].input-group-addon,
.input-group-sm>.input-group-btn>select[multiple].btn {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

select.input-lg,
.input-group-lg>select.form-control,
.input-group-lg>select.input-group-addon,
.input-group-lg>.input-group-btn>select.btn {
    height: 46px;
    line-height: 46px
}

textarea.input-lg,
.input-group-lg>textarea.form-control,
.input-group-lg>textarea.input-group-addon,
.input-group-lg>.input-group-btn>textarea.btn,
select[multiple].input-lg,
.input-group-lg>select[multiple].form-control,
.input-group-lg>select[multiple].input-group-addon,
.input-group-lg>.input-group-btn>select[multiple].btn {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.33333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.input-lg+.form-control-feedback,
.input-group-lg>.form-control+.form-control-feedback,
.input-group-lg>.input-group-addon+.form-control-feedback,
.input-group-lg>.input-group-btn>.btn+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.form-group-lg .form-control+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.input-sm+.form-control-feedback,
.input-group-sm>.form-control+.form-control-feedback,
.input-group-sm>.input-group-addon+.form-control-feedback,
.input-group-sm>.input-group-btn>.btn+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.form-group-sm .form-control+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label ~ .form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-static {
        display: inline-block
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto
    }
    .form-inline .input-group>.form-control {
        width: 100%
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0
    }
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    content: " ";
    display: table
}

.form-horizontal .form-group:after {
    clear: both
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

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

.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

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

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default:focus,
.btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open>.btn-default.dropdown-toggle:hover,
.open>.btn-default.dropdown-toggle:focus,
.open>.btn-default.dropdown-toggle.focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
    background-image: none
}

.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open>.btn-primary.dropdown-toggle:hover,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle.focus {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
    background-image: none
}

.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}

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

.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

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

.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open>.btn-success.dropdown-toggle:hover,
.open>.btn-success.dropdown-toggle:focus,
.open>.btn-success.dropdown-toggle.focus {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
    background-image: none
}

.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c
}

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

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

.btn-info:focus,
.btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

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

.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open>.btn-info.dropdown-toggle:hover,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle.focus {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
    background-image: none
}

.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da
}

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

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

.btn-warning:focus,
.btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

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

.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open>.btn-warning.dropdown-toggle:hover,
.open>.btn-warning.dropdown-toggle:focus,
.open>.btn-warning.dropdown-toggle.focus {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
    background-image: none
}

.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236
}

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

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

.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

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

.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open>.btn-danger.dropdown-toggle:hover,
.open>.btn-danger.dropdown-toggle:focus,
.open>.btn-danger.dropdown-toggle.focus {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
    background-image: none
}

.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a
}

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

.btn-link {
    color: #337ab7;
    font-weight: normal;
    -webkit-border-radius: 0;
    border-radius: 0
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

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

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

.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
    color: #666;
    text-decoration: none
}

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

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

.btn-block+.btn-block {
    margin-top: 5px
}

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

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

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

@media only screen and (max-width: 500px){
		.caret {
			display: none;
			}
		}

.dropup,
.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

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

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    color: #666
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

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

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

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857;
    color: #666;
    white-space: nowrap
}

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

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group .form-control:focus {
    z-index: 3
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell
}

.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) {
    -webkit-border-radius: 0;
    border-radius: 0
}

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

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.input-group-addon.input-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.input-group-addon.input-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

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

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

.input-group-addon:first-child {
    border-right: 0
}

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

.input-group-addon:last-child {
    border-left: 0
}

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

.input-group-btn>.btn {
    position: relative
}

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

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

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

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

.nav:after {
    clear: both
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #eeeeee
}

.nav>li.disabled>a {
    color: #666
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
    color: #666;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #eeeeee;
    border-color: #337ab7
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

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

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857;
    border: 1px solid transparent;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eeeeee #eeeeee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #555555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #337ab7
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified,
.nav-tabs.nav-justified {
    width: 100%
}

.nav-justified>li,
.nav-tabs.nav-justified>li {
    float: none
}

.nav-justified>li>a,
.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-justified>li,
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs.nav-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        -webkit-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs-justified>.active>a,
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a:hover,
    .nav-tabs-justified>.active>a:focus,
    .nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: #fff
    }
}

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

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

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

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

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

.navbar:after {
    clear: both
}

@media (min-width: 768px) {
    .navbar {
        -webkit-border-radius: 4px;
        border-radius: 4px
    }
}

.navbar-header:before,
.navbar-header:after {
    content: " ";
    display: table
}

.navbar-header:after {
    clear: both
}

@media (min-width: 768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse:before,
.navbar-collapse:after {
    content: " ";
    display: table
}

.navbar-collapse:after {
    clear: both
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }
    .navbar-collapse.in {
        overflow-y: visible
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px
    }
}

.container>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-header,
.container-fluid>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 768px) {
    .container>.navbar-header,
    .container>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container-fluid>.navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width: 768px) {
    .navbar-static-top {
        -webkit-border-radius: 0;
        border-radius: 0
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        -webkit-border-radius: 0;
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px
}

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

.navbar-brand>img {
    display: block
}

@media (min-width: 768px) {
    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    -webkit-border-radius: 1px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }
    .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }
    .navbar-nav>li {
        float: left
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 8px;
    margin-bottom: 8px
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .navbar-form .form-control-static {
        display: inline-block
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control {
        width: auto
    }
    .navbar-form .input-group>.form-control {
        width: 100%
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .radio label,
    .navbar-form .checkbox label {
        padding-left: 0
    }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

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

@media (min-width: 768px) {
    .navbar-left {
        float: left !important
    }
    .navbar-right {
        float: right !important;
        margin-right: -15px
    }
    .navbar-right ~ .navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a {
    color: #777
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: #e7e7e7;
    color: #555
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #333;
        background-color: transparent
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #555;
        background-color: #e7e7e7
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #333
}

.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #090909
}

.navbar-inverse .navbar-brand {
    color: #8c8c8c
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #8c8c8c
}

.navbar-inverse .navbar-nav>li>a {
    color: #8c8c8c
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #090909
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #090909;
    color: #fff
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #090909
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #8c8c8c
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
        background-color: transparent
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #fff;
        background-color: #090909
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #8c8c8c
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #8c8c8c
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li+li:before {
    content: "/ ";
    padding: 0 5px;
    color: #ccc
}

.breadcrumb>.active {
    color: #666
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px
}

.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #666;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: bold
}

.alert>p,
.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1)
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease
}

.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: -webkit-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-image: -o-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-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);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px
}

.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-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-image: -o-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-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)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-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-image: -o-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-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)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-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-image: -o-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-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)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-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-image: -o-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-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)
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}

.panel-body {
    padding: 15px
}

.panel-body:before,
.panel-body:after {
    content: " ";
    display: table
}

.panel-body:after {
    clear: both
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title>a,
.panel-title>small,
.panel-title>.small,
.panel-title>small>a,
.panel-title>.small>a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group+.panel-footer {
    border-top-width: 0
}

.panel>.table,
.panel>.table-responsive>.table,
.panel>.panel-collapse>.table {
    margin-bottom: 0
}

.panel>.table caption,
.panel>.table-responsive>.table caption,
.panel>.panel-collapse>.table caption {
    padding-left: 15px;
    padding-right: 15px
}

.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
    border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0
}

.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0
}

.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0
}

.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
    border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0
}

.panel>.table-responsive {
    border: 0;
    margin-bottom: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default>.panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #337ab7
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #337ab7
}

.panel-primary>.panel-heading .badge {
    color: #337ab7;
    background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #337ab7
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20)
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -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;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    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;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50)
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header:before,
.modal-header:after {
    content: " ";
    display: table
}

.modal-header:after {
    clear: both
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1;
	margin-bottom: .83em
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table
}

.modal-footer:after {
    clear: both
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5)
    }
    .modal-sm {
        width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px
    }
}

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

.clearfix:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

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

.visible-xs {
    display: none !important
}

.visible-sm {
    display: none !important
}

.visible-md {
    display: none !important
}

.visible-lg {
    display: none !important
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }
    table.visible-xs {
        display: table !important
    }
    tr.visible-xs {
        display: table-row !important
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important
    }
    table.visible-sm {
        display: table !important
    }
    tr.visible-sm {
        display: table-row !important
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important
    }
    table.visible-md {
        display: table !important
    }
    tr.visible-md {
        display: table-row !important
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }
    table.visible-lg {
        display: table !important
    }
    tr.visible-lg {
        display: table-row !important
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }
    table.visible-print {
        display: table !important
    }
    tr.visible-print {
        display: table-row !important
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !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
    }
}

@font-face {
    font-family: "sf-icon-font";
    src: url("../fonts/sf-icon-font.eot?79e0479e6838c20c17a2dc7707457f47");
    src: url("../fonts/sf-icon-font.eot?#iefix") format("embedded-opentype"), url("../fonts/sf-icon-font.woff?79e0479e6838c20c17a2dc7707457f47") format("woff"), url("../fonts/sf-icon-font.ttf?79e0479e6838c20c17a2dc7707457f47") format("truetype"), url("../fonts/sf-icon-font.svg?79e0479e6838c20c17a2dc7707457f47#sf-icon-font") format("svg");
    font-weight: normal;
    font-style: normal
}

[class="icon- -single"] {
    font-family: "sf-icon-font";
    vertical-align: middle;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

[class*=" icon-"]:before,
[class*=" icon-"]:after {
    font-family: "sf-icon-font";
    vertical-align: middle;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

[class^="icon-"]:before,
[class^="icon-"]:after {
    font-family: "sf-icon-font";
    vertical-align: middle;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-file-single,
.icon-item-file:after {
    content: "\b1"
}

.icon-no-image-single,
.icon-item-no-image:after {
    content: "\b2"
}

.icon-file:before {
    content: "\b1"
}

.icon-no-image:before {
    content: "\b2"
}

.icon--text:before {
    vertical-align: baseline;
    margin-right: 0.3em
}

.icon-align {
    position: relative;
    display: inline-block;
    margin-top: -4px;
    font-size: 19px;
    color: #3390CF
}

.icon-no-image {
    font-size: 70px;
    color: #ddd
}

.icon-txt {
    position: relative;
    display: inline-block;
    line-height: normal
}

.icon-txt.icon-file {
    color: #999
}

.icon-txt [class^="icon-txt-"] {
    position: absolute;
    top: 47%;
    right: -3%;
    padding: 0.2em 0.4em;
    font-size: 0.25em;
    line-height: normal;
    height: auto;
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #333;
    color: #fff
}

.icon-txt .icon-txt-xlsx {
    background-color: #38ab63
}

.icon-txt .icon-txt-doc,
.icon-txt .icon-txt-docx {
    background-color: #1a8cff
}

.icon-txt .icon-txt-ppt,
.icon-txt .icon-txt-pptx {
    background-color: #ed8527
}

.icon-txt .icon-txt-pdf {
    background-color: #ff4848
}

.icon-txt .icon-txt-zip {
    background-color: #596c9b
}

.icon-sm {
    font-size: 22px
}

.icon-sm [class^=icon-txt-] {
    top: 43%;
    right: -20%;
    padding: 0.1em 0.3em;
    font-size: .35em
}

.icon-md {
    font-size: 38px
}

.icon-lg {
    font-size: 48px
}

.u-toe {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.sf-loading {
    height: 30px;
    width: 6px;
    position: relative;
    margin: -5px 0 0 12px
}

.sf-loading:before,
.sf-loading:after,
.sf-loading>span {
    background-color: #9cc5f7;
    height: 30px;
    width: 6px;
    display: inline-block;
    -webkit-animation: stretchdelay 1.1s infinite ease-in-out;
    animation: stretchdelay 1.1s infinite ease-in-out
}

.sf-loading:before,
.sf-loading:after {
    content: " ";
    position: absolute;
    top: 0
}

.sf-loading:before {
    -webkit-animation-delay: -1.2s;
    animation-delay: -1.2s;
    left: -10px
}

.sf-loading:after {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
    right: -10px
}

.sf-loading-wrapper {
    position: absolute;
    z-index: 902;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.sf-loading-wrapper .sf-loading {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -15px
}

@-webkit-keyframes stretchdelay {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1);
        background-color: #105ab5
    }
}

@keyframes stretchdelay {
    0%,
    40%,
    100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4)
    }
    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
        background-color: #105ab5
    }
}

body[contenteditable="true"] {
    padding: 20px
}

.sf-Gallery-thumbs-container {
    overflow: hidden
}

.sf-Gallery-thumbs {
    margin: 0 -5px
}

.sf-Gallery-thumbs a {
    display: inline-block;
    margin: 0 5px 10px;
    border: 5px solid transparent;
    width: 130px;
    height: 130px;
    line-height: 120px;
    overflow: hidden;
    cursor: pointer
}

.sf-Gallery-thumbs a.is-selected {
    border-color: #428BCA
}

.sf-Gallery-thumbs a>img {
    vertical-align: middle
}

.nav-stacked ul {
    margin-left: 15px
}

.sf-list--expandable i {
    margin-right: 5px
}

.sf-list--expandable .sf-list-content {
    margin-left: 20px
}

.sf-list--expandable .sf-list-item>div {
    margin-bottom: 5px
}

.sf-list--expandable .sf-list-item h3:first-child {
    margin-top: 0
}

.sf-lang-selector.list-inline>li {
    padding-right: 0
}

.sf-lang-selector a {
    display: block;
    font-size: 14px;
    padding: 8px 10px;
    -webkit-border-radius: 8px;
    border-radius: 8px
}

.sf-lang-selector a.selected {
    background-color: #f2f2f2;
    color: #333
}

.sf-lang-selector label select {
    display: block;
    font-weight: normal
}

.sf-FileField .sf-icon-remove {
    display: inline-block;
    cursor: pointer
}

input[type=file].sf-FileField-input {
    display: inline-block
}

.sf-FormNav {
    padding: 0
}

.sf-FormNav li {
    display: inline-block;
    margin-right: 20px
}

.sf-FormNav li.active {
    font-weight: bold
}

.sf-FormNav-page {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    color: #999;
    font-size: 18px;
    border: 1px solid #999;
    font-weight: bold;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle
}

.active .sf-FormNav-page {
    color: #333;
    border-color: #333
}

.past .sf-FormNav-page:after {
    content: '\2713';
    position: absolute;
    left: 7px
}

.past .sf-FormNav-page-number {
    display: none
}

html,
body {
    height: 100%
}

body {
    background-color: #ffffff;
    color: #101820;
    font-family: "CeraPRO-Regular", "Lato", sans-serif;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.5;
    padding: 6rem 0 0;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%
}

@media only screen and (min-width: 570px) {
    body {
        font-size: 1.8rem
    }
}

.container-fluid,
.row {
    margin: 0;
}

.container {
    padding: 0
}

.button,
.btn,
.btn-primary,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    background-color: #211551;
    border: none;
    color: #f1f1de;
    cursor: pointer;
    display: inline-block;
    font-family: "CeraPRO-Bold", "Lato", sans-serif;
    font-size: 1.6rem;
    letter-spacing: .1rem;
    margin-bottom: 2rem;
    padding: 1em;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    top: 0;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

.button:hover,
.button:active,
.button:focus,
.btn:hover,
.btn:active,
.btn:focus,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus,
input[type="reset"]:hover,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="button"]:hover,
input[type="button"]:active,
input[type="button"]:focus {
    background: #8252c7;
    color: #f1f1de;
    cursor: pointer;
    outline: 0;
    text-decoration: none
}

.button:visited,
.btn:visited,
.btn-primary:visited,
input[type="submit"]:visited,
input[type="reset"]:visited,
input[type="button"]:visited {
    color: #f1f1de
}

.button:disabled,
.btn:disabled,
.btn-primary:disabled,
input[type="submit"]:disabled,
input[type="reset"]:disabled,
input[type="button"]:disabled {
    cursor: not-allowed;
    opacity: 0.65
}

.button-large {
    font-size: 3rem
}

.button-medium {
    font-size: 2rem
}

.button-small {
    font-size: 1.3rem
}

.button-purple-light {
    background-color: #8252c7
}

.button-purple-light:hover {
    background-color: #211551
}

.button-purple-light,
.button-thistle {
    background-color: #8252c7
}

.button-purple-light:hover,
.button-purple-light:active,
.button-thistle:hover,
.button-thistle:active {
    background-color: #512c87
}

.button-purple-lighter {
    background-color: #ba9fe0
}

.button-purple-lighter:hover,
.button-purple-lighter:active {
    background-color: #d6c6ec
}

.button-purple-lighter:visited {
    color: #ffffff
}

.button-light,
.plate-purple .button,
.plate-grey .button,
.plate-night .button {
    background-color: #b7b9bc;
    color: #211551 !important;
}

.button-light:hover,
.plate-purple .button:hover,
.plate-grey .button:hover,
.plate-night .button:hover,
.button-light:active,
.plate-purple .button:active,
.plate-grey .button:active,
.plate-night .button:active,
.button-light.active,
.plate-purple .active.button,
.plate-grey .active.button,
.plate-night .active.button {
    background-color: #cfd1d2;
    color: #211551
}

.button-light:visited,
.plate-purple .button:visited,
.plate-grey .button:visited,
.plate-night .button:visited {
    color: #211551
}

.button-dark-grey {
	background-color: #40464d;
	color: #f1f1de
}

.button-dark-grey:hover, 
.button-dark-grey:active {
	background-color: #cfd1d2;
	color: #101820
}

.button-grey {
    background-color: #cfd1d2;
    color: #101820;
    position: relative
}

.button-grey:hover,
.button-grey:active {
    background-color: #dcdede;
    color: #101820
}

.button-grey.active {
    background-color: #211551;
    color: #ffffff
}

.button-grey.active:visited {
    color: #ffffff
}

.button-grey:visited {
    color: #101820
}

.button-birch {
    background-color: #f1f1de;
    color: #9d581f
}

.button-birch:hover {
    background-color: #ffffff;
    color: #9d581f
}

.button-cta {
    display: block;
    width: 100%
}

a,
.link {
    color: #8252c7;
    font-weight: normal;
    text-decoration: underline;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    outline: 0
}

a:hover,
a:active,
a:focus,
.link:hover,
.link:active,
.link:focus {
    color: #ba9fe0
}

a:visited,
.link:visited {
    color: #575d62
}

.link-light,
.plate-purple a,
.plate-grey a,
.plate-night a,
.plate-thistle a,
.plate-copper a,
.plate-flint a {
    color: #ffffff
}

.link-light:hover,
.plate-purple a:hover,
.plate-grey a:hover,
.plate-night a:hover,
.plate-thistle a:hover,
.plate-copper a:hover,
.plate-flint a:hover,
.link-light:focus,
.plate-purple a:focus,
.plate-grey a:focus,
.plate-night a:focus,
.plate-thistle a:focus,
.plate-copper a:focus,
.plate-flint a:focus {
    color: #e7e7e8
}

.link-light:visited,
.plate-purple a:visited,
.plate-grey a:visited,
.plate-night a:visited,
.plate-thistle a:visited,
.plate-copper a:visited,
.plate-flint a:visited {
    color: #ffffff
}

::-moz-selection {
    color: #ffffff;
    background: #8252c7
}

::selection {
    color: #ffffff;
    background: #8252c7
}

::-moz-selection {
    color: #ffffff;
    background: #8252c7
}

img::-moz-selection {
    background: transparent
}

img::selection {
    background: transparent
}

img::-moz-selection {
    background: transparent
}

body {
    -webkit-tap-highlight-color: #8252c7
}

.no-select {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #101820;
    font-family: "CeraPRO-Bold", "Lato", sans-serif;
    font-weight: normal;
    line-height: 1;
    margin: 2rem 0 2rem 0;
}

h1,
.gigantic,
.callout,
.stat {
    font-size: 4.4rem
}

.title {
    margin-top: 2rem;
    text-align: center;
	margin-left: 5rem;
	margin-right: 5rem
}

h2,
.huge {
    font-size: 3.6rem
}

h3,
.bigger {
    font-size: 3.2rem
}

h4,
.big {
    font-size: 2.4rem
}

h5,
.regular {
    font-size: 2rem
}

h6,
.medium {
    font-size: 1.6rem
}

small,
.text--small {
    font-size: 1.4rem;
    line-height: 1.2
}

@media only screen and (max-width: 991px) {
    h1,
    .gigantic,
    .callout,
    .stat {
        font-size: 3.6rem
    }
    h2,
    .huge {
        font-size: 3.2rem
    }
    h3,
    .bigger {
        font-size: 2.8rem
    }
}

.huge--at-large {
    font-size: 2.2rem
}

@media only screen and (min-width: 1200px) {
    .huge--at-large {
        font-size: 3.2rem
    }
}

.heading--light {
    font-family: "CeraPRO-Thin", "Lato", sans-serif;
    letter-spacing: normal;
    text-transform: none;
	line-height: 1.35
}

.heading--black {
    font-family: "CeraPRO-Black", "Lato", sans-serif;
    letter-spacing: 0.1rem;
    text-transform: uppercase
}

p {
    margin-bottom: 2rem
}

em,
i,
blockquote {
    font-family: "CeraPRO-RegularItalic", "Lato", sans-serif
}

.purple {
    color: #211551
}

.lavender,
.thistle {
    color: #8252c7
}

.copper {
	color: #9D581F
}

li p,
li h1,
li h2,
li h3,
li h4,
li h5,
li h6 {
    margin-bottom: 0
}

.block {
    display: block
}

.inline,
.inline-list li {
    display: inline
}

.inline-block {
    display: inline-block
}

.inline-list {
    margin: 0;
    padding: 0
}

.inline-list li {
    margin-right: 0.4rem
}

.inline-list li:last-of-type {
    margin-right: 0
}

hr {
    border: solid #e7e7e8;
    border-width: .1rem 0 0;
    clear: both;
    margin: 3rem 0;
    height: 0
}

.half-rule {
	border: solid #e7e7e8;
    border-width: .1rem 0 0;
    clear: both;
    margin: 3rem 0;
    height: 0;
    max-width: 50%;
    margin: 3rem auto 3rem
}

.rule-light {
    border-color: #ffffff
}

pre {
    font-family: "CeraPRO-Regular", "Lato", sans-serif;
    font-size: 1.8rem;
    text-align: justify;
    white-space: pre-wrap;
    word-break: normal
}

.code {
    background-color: #f3f3f4;
    padding: 2rem
}

.w-icon {
    display: inline-block;
    max-width: 5rem
}

.accordion-item {
    background: #ffffff;
    border: 0.1rem solid #e7e7e8;
    margin-bottom: 1rem
}

.accordion-toggle {
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    width: 100%
}

.accordion-toggle:hover {
    background: #f3f3f4
}

.accordion-toggle .chevron,
.accordion-toggle .chevron-up,
.accordion-toggle .accordion-item.is-open .chevron,
.accordion-item.is-open .accordion-toggle .chevron,
.accordion-toggle a.expanded .chevron,
a.expanded .accordion-toggle .chevron {
    position: absolute;
    right: 0;
    -webkit-transform: translate(-3rem, 2rem);
    -ms-transform: translate(-3rem, 2rem);
    transform: translate(-3rem, 2rem)
}

.accordion-item-body {
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0 2rem;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    width: 100%
}

.accordion-item-title {
    padding: 1rem 2rem
}

.accordion-item-title h4 {
    margin: 1rem 0 1.2rem
}

.accordion-item-content {
    -webkit-transform: translate(-25%, 50%);
    -ms-transform: translate(-25%, 50%);
    transform: translate(-25%, 50%);
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

.accordion-item.is-open .accordion-toggle {
    background: #f3f3f4;
    border-bottom: 0.1rem solid #e7e7e8
}

.accordion-item.is-open .accordion-item-body {
    max-height: 100%;
    opacity: 1;
    padding: 2rem
}

.accordion-item.is-open .accordion-item-content {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}


.accordion-content a, .link {
	color: #8252c7
}

.accordion-content h5,
.accordion-content p{
	color: #101820 !important
}

.anchor-links {
    font-size: 1.6rem;
    list-style: none;
    padding: 0;
    margin: 0
}

.anchor-links--container {
    padding: 1rem 0 0
}

.anchor-link {
    display: inline-block;
    padding: 0 2rem
}

@media only screen and (max-width: 430px) {
    .anchor-link {
        display: block;
        margin-bottom: 2rem
    }
    .anchor-link:last-of-type {
        margin-bottom: 0
    }
}

.anchor-link a {
    font-weight: bold
}

blockquote footer {
    font-family: "CeraPRO-Regular", "Lato", sans-serif
}

blockquote footer::before,
blockquote small::before,
blockquote .small::before {
    content: '\2014'
}

.breadcrumb {
    background: none;
    font-size: 1.4rem !important;
    margin-bottom: 0;
    padding-bottom: 3%;
}

.breadcrumb li {
    font-family: "CeraPRO-Regular", "Lato", sans-serif
}

.breadcrumb>.active {
    color: #666
}

.callout {
    margin-bottom: 1rem;
    line-height: 1.1
}

.callout__container {
    text-align: center
}

.callout__support {
    font-size: 2.8rem
}

.card-deck {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    padding: 0;
	padding-bottom: 2rem
}

.card-deck .sf_cols {
    width: auto
}

.card-deck .card {
    vertical-align: top;
	min-inline-size: min-content;	
}

.card {
    background: #ffffff;
    border: 0.1rem solid #e7e7e8;
    display: block;
    margin: 0 1rem 2rem;
    padding-bottom: 0.1rem;
    position: relative;
    width: 30rem
}

.card--fluid {
    width: 115%
}

.card--pull-up {
    margin-top: -8rem
}

.card-link {
    text-decoration: none
}

.card-link:hover,
.card-link:active,
.card-link:focus {
    color: inherit;
    text-decoration: none
}

.card__profile-img {
    -webkit-border-radius: 100%;
    border-radius: 100%;
    display: block;
    margin: 2rem auto 0
}

.card-triple {
	width: 40rem
}

@media only screen and (min-width: 700px) {
    .card-double {
        width: 60rem
    }
}

.card--wide {
    background-color: #f3f3f4;
    border: none;
    font-size: 1.4rem;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

@media only screen and (min-width: 992px) {
    .card--wide {
        height: 45rem;
        width: 90rem
    }
}

.card--wide--hover:hover {
    background-color: #f8f8f9
}

.card--wide--hover:hover .card--wide__icon {
    opacity: 1
}

.card--wide--hover:hover .card--wide__img {
    -webkit-filter: blur(0.4rem);
    filter: blur(0.4rem);
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02)
}

.card--wide__block {
    color: #101820;
    height: 100%;
    margin-bottom: 0;
	padding-left: 2rem
}

.card--wide__icon {
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    z-index: 2
}

.card--wide__img {
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

.card--wide__img--container {
    color: #ffffff;
    font-size: 8rem;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%
}


.card-block {
    color: #101820;
    margin-bottom: 8rem;
    padding: 2rem;
    text-decoration: none
}

.card-block .button {
    margin: 0
}

.card-footer {
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute
}

.card-footer .button {
    margin-bottom: 0;
    width: 100%
}

.card-footer.card-footer-block {
    border-top: none;
    padding: 0
}

.chevron,
.chevron-up,
.accordion-item.is-open .chevron,
a.expanded .chevron {
    position: relative
}

.chevron:before,
.chevron-up:before,
.accordion-item.is-open .chevron:before,
a.expanded .chevron:before,
.chevron:after,
.chevron-up:after,
.accordion-item.is-open .chevron:after,
a.expanded .chevron:after {
    background-color: #40464d;
    content: " ";
    height: 0.9rem;
    position: absolute;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    width: 0.3rem
}

.chevron:before,
.chevron-up:before,
.accordion-item.is-open .chevron:before,
a.expanded .chevron:before {
    -webkit-transform: translate(-0.2rem, 0) rotate(-45deg);
    -ms-transform: translate(-0.2rem, 0) rotate(-45deg);
    transform: translate(-0.2rem, 0) rotate(-45deg)
}

.chevron:after,
.chevron-up:after,
.accordion-item.is-open .chevron:after,
a.expanded .chevron:after {
    -webkit-transform: translate(0.2rem, 0) rotate(45deg);
    -ms-transform: translate(0.2rem, 0) rotate(45deg);
    transform: translate(0.2rem, 0) rotate(45deg)
}

.chevron-up:before,
.accordion-item.is-open .chevron:before,
.accordion-item.is-open .chevron-up:before,
a.expanded .chevron:before,
a.expanded .chevron-up:before {
    -webkit-transform: translate(-0.2rem, 0) rotate(45deg);
    -ms-transform: translate(-0.2rem, 0) rotate(45deg);
    transform: translate(-0.2rem, 0) rotate(45deg)
}

.chevron-up:after,
.accordion-item.is-open .chevron:after,
.accordion-item.is-open .chevron-up:after,
a.expanded .chevron:after,
a.expanded .chevron-up:after {
    -webkit-transform: translate(0.2rem, 0) rotate(-45deg);
    -ms-transform: translate(0.2rem, 0) rotate(-45deg);
    transform: translate(0.2rem, 0) rotate(-45deg)
}

.chevron--button {
    border: 0.1rem solid #e7e7e8;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 4rem;
    position: relative;
    text-align: center;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    width: 4rem
}

.chevron--button:before,
.chevron--button:after {
    top: 1.5rem;
    left: 1.8rem
}

.chevron--button:hover,
.chevron--button:active,
.chevron--button:focus,
.chevron--button.chevron-up,
.accordion-item.is-open .chevron--button.chevron,
.accordion-item.is-open .chevron--button.chevron-up,
a.expanded .chevron--button.chevron,
a.expanded .chevron--button.chevron-up {
    background: #f3f3f4
}

.chevron--light:before,
.chevron--light:after {
    background: #f1f1de
}

.chevron--light:hover,
.chevron--light:active,
.chevron--light:focus,
.chevron--light.chevron-up,
.accordion-item.is-open .chevron--light.chevron,
.accordion-item.is-open .chevron--light.chevron-up,
a.expanded .chevron--light.chevron,
a.expanded .chevron--light.chevron-up {
    background: #575d62
}

a.expanded .chevron-up:before,
a.expanded .accordion-item.is-open .chevron:before,
.accordion-item.is-open a.expanded .chevron:before,
a.expanded .chevron:before,
a.expanded .chevron-up:after,
a.expanded .accordion-item.is-open .chevron:after,
.accordion-item.is-open a.expanded .chevron:after,
a.expanded .chevron:after {
    background: #f1f1de
}

.countdown__wrap {
    margin: 0 auto;
    max-width: 65rem;
    padding: 0 2rem;
    width: 100%
}

.countdown__meter {
    background: #cfd1d2;
    -webkit-border-radius: 1rem;
    border-radius: 1rem;
    float: left;
    height: 2rem;
    overflow: hidden;
    width: 100%
}

.countdown__progress {
    background: #8252c7;
    float: left;
    height: 2rem;
    z-index: 2
}

.countdown__stats {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%
}

.countdown__stat {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    margin: 0;
    padding: 1rem
}

@media only screen and (max-width: 640px) {
    .countdown__stat {
        text-align: center;
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }
}

.countdown__number,
.countdown__label {
    display: block
}

.countdown__number {
    font-weight: bold
}

.directory-sort--toggle,
.directory-profile--toggle {
    position: relative
}

.directory-sort,
.directory-expand {
    position: absolute;
    right: 2rem;
    top: 1rem
}

.directory-profile .profile-img-container {
    height: 20rem;
    margin-top: -10rem;
    width: 20rem
}


#expandToggle {
    display: none;
    visibility: hidden
}

.expand-label {
    cursor: pointer
}

.expand-label:hover {
    color: #422aa2
}

.expand-label::after {
    content: "+";
    display: inline-block;
    height: 1.8rem;
    width: 1.8rem
}

#expandToggle:checked ~ .expand-label::after {
    content: "-"
}

#expand {
    margin-bottom: 2rem;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

#expandToggle:checked ~ #expand {
    max-height: 50rem
}

.expandable-section-checkbox {
    display: none
}

.expandable-section-title-label {
    margin: 10px;
    cursor: pointer;
    display: block;
    width: auto;
    height: auto
}

.expandable-section-title-label:before {
    content: "Read-more"
}

.expandable-section-content {
    padding: 10px;
    width: 100%;
    max-height: 100px;
    line-height: 18px;
    overflow: hidden;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

.expandable-section-content.is-open {
    max-height: 100%
}

.expandable-section-content.is-open ~ .expandable-section-title-label:before {
    content: "Read-less"
}

.feature {
    position: relative
}

@media only screen and (min-width: 640px) {
    .feature-duo__container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-left: 1rem
    }
}

.feature--half-at-small {
    margin-left: 2rem;
    margin-right: 2rem
}

@media only screen and (min-width: 640px) {
    .feature--half-at-small {
        margin-left: 1rem;
        margin-right: 1rem;
        width: -webkit-calc(50% - 2.5rem);
        width: calc(50% - 2.5rem);
    }
}

@media only screen and (min-width: 1900px) {
    .feature--half-at-small {
        width: 950px !important; 
    }
}


.feature__img {
    position: relative
}

.feature__caption {
    bottom: 6.5rem;
    color: #ffffff;
    position: absolute;
    text-align: center;
    text-shadow: 0.1rem 0.1rem 0.4rem #101820;
    width: 100%
}

@media only screen and (min-width: 992px) {
    .feature__caption--right-at-medium {
        bottom: 1rem;
        padding-right: 1rem;
        text-align: right
    }
}

@media only screen and (min-width: 992px) {
    .feature__caption--left-at-medium {
        bottom: 1rem;
        padding-left: 1rem;
        text-align: left
    }
}

.feature__card {
    border: none;
    font-size: 1.4rem;
    margin-top: -6rem;
    margin-left: auto;
    margin-right: auto
}

@media only screen and (min-width: 992px) {
    .feature__card {
        margin: 0;
        position: absolute;
        top: 0
    }
}

@media only screen and (min-width: 992px) {
    .feature__card--left-at-medium {
        left: 15%
    }
}


.feature__card-block {
    color: #101820
}

.feature__content-wrapper {
    background: rgba(255, 255, 255, 0.2);
    height: 100%;
    position: absolute;
    text-align: center;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    top: 0;
    width: 100%
}

.feature__content-wrapper:hover {
    background: rgba(255, 255, 255, 0)
}

.feature__content {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media only screen and (max-width: 375px) {
    .feature__heading {
        font-size: 2.8rem
    }
}

.feature .fa-chevron-circle-right {
    color: #101820;
    font-size: 4rem
}

.flex--space-between {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.flex__child {
    width: 30rem
}

.flex--center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.flex--center__child {
    margin: 0 1rem 2rem
}

.flex--center__child--small-square {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
}

@media only screen and (min-width: 640px) {
    .flex--center__child--small-square {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%
    }
}

.flex--center__child--small-square__img {
    height: auto;
    width: 100%
}

.flexnav {
    background: #ffffff;
    margin: 0 auto;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.flexnav-nav {
    background: #ffffff;
    max-height: -webkit-calc(100% - 6rem);
    max-height: calc(100% - 6rem);
    overflow-y: auto;
    position: fixed;
    top: 6rem;
    right: 0;
    width: 100%;
    z-index: 1000
}

@media only screen and (min-width: 640px) {
    .flexnav-nav {
        width: 50%
    }
}

.flexnav-nav--sidebar {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    z-index: auto
}

.flexnav.opacity {
    opacity: 0
}

.flexnav.flexnav-show {
    background: #ffffff;
    border: 0.1rem solid #e7e7e8;
    max-height: 100%;
    opacity: 1;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

.flexnav .search-mobile {
    height: 6rem;
    padding-left: 2rem
}

@media only screen and (min-width: 992px) {
    .flexnav .search-mobile {
        display: none
    }
}

.flexnav .chevron--button {
    position: absolute;
    right: 2rem;
    top: 1rem;
    z-index: 4
}

.flexnav__link {
    color: #101820;
    position: relative;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 6rem;
    padding: 0 2rem;
    overflow: hidden;
    background: #ffffff;
    text-decoration: none;
    width: -webkit-calc(100% - 8rem);
    width: calc(100% - 8rem);
    z-index: 2
}

.flexnav__link:hover,
.flexnav__link--is-active,
.flexnav__link:active,
.flexnav__link:focus {
    color: #8252c7;
    background: #f3f3f4;
    text-decoration: underline
}

.flexnav__link:visited {
    color: #101820
}

.flexnav__link:visited:hover,
.flexnav__link:visited:active,
.flexnav__link:visited:focus {
    color: #8252c7
}

.flexnav__label {
    cursor: pointer
}

.flexnav__list {
    background: #ffffff;
    list-style: none;
    padding: 0
}

.flexnav__list-item {
    border-bottom: 0.1rem solid #ffffff;
    margin: 0;
    position: relative;
    overflow: hidden;
    width: 100%
}

.flexnav__list-item:last-of-type {
    border: none
}

.flexnav__list-item .flexnav__list {
    width: 100%
}

.flexnav__list-item .flexnav__list .flexnav__list-item {
    position: relative;
    overflow: hidden
}

.flexnav__list-item .flexnav__list.flexnav-show {
    background: #ffffff
}

.flexnav__list-item .flexnav__list.flexnav-show .flexnav__list-item {
    overflow: visible
}

.flexnav-2__link {
    font-weight: normal;
    margin-left: 2rem;
    width: -webkit-calc(100% - 10rem);
    width: calc(100% - 10rem)
}


.flexnav-3__link {
    font-size: 1.3rem;
    font-weight: normal;
    margin-left: 4rem;
    width: -webkit-calc(100% - 12rem);
    width: calc(100% - 12rem)
}

.flexnav-4__link {
    font-weight: normal;
    margin-left: 6rem;
    width: -webkit-calc(100% - 14rem);
    width: calc(100% - 14rem)
}

.flexnav-5__link {
    font-size: 1.3rem;
    font-weight: bold;
    margin-left: 8rem;
    width: -webkit-calc(100% - 16rem);
    width: calc(100% - 16rem)
}

.flexnav-6__link {
    font-weight: normal;
    margin-left: 10rem;
    width: -webkit-calc(100% - 18rem);
    width: calc(100% - 18rem)
}

.flexnav__element {
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1
}

.flexnav__element:hover {
    background: transparent;
    color: inherit;
    text-decoration: none
}

label {
    display: block;
    font-family: "CeraPRO-Bold", "Lato", sans-serif;
    font-weight: normal
}

input,
select {
    margin-bottom: 2rem
}

.input-group .button {
    height: 3.3rem;
    line-height: 0
}

select {
    height: 1.8em
}

.form-control,
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn,
.input-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    -webkit-border-radius: 0;
    border-radius: 0
}

.form-control,
textarea {
    border: 0.1rem solid #cfd1d2;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%
}

.form-control:focus,
textarea:focus {
    border: 0.2rem solid #8252c7;
    -webkit-box-shadow: none;
    box-shadow: none
}

textarea {
    min-height: 12rem
}

.textarea--large {
    min-height: 20rem
}

.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
    position: relative
}

.inline-search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.inline-search__input {
    -webkit-flex-basis: 80%;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    font-size: 1.6rem;
    height: 3.5em;
    vertical-align: inherit !important
}

.desc__collapse {
    display: none
}

.desc__expand {
    display: block;
    margin: 0 0 0 2rem
}

.form-sequence--container {
    margin-bottom: 4rem;
    -webkit-transition: -webkit-transform 300ms ease-in-out;
    transition: -webkit-transform 300ms ease-in-out;
    -o-transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out
}

.form-sequence--header {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #8252c7;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 4.5rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.form-sequence--bodies {
    -webkit-perspective: 100rem;
    perspective: 100rem
}

.form-sequence--body {
    background: #211551;
    -webkit-border-radius: 0 0 0.2rem 0.2rem;
    border-radius: 0 0 0.2rem 0.2rem;
    color: #ffffff;
    padding: 2rem;
    top: 0;
    display: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%
}

.form-sequence--body .button.is-active {
    background: #ffffff;
    color: #211551
}

.form-sequence--body .link-light,
.form-sequence--body .plate-purple a,
.plate-purple .form-sequence--body a,
.form-sequence--body .plate-grey a,
.plate-grey .form-sequence--body a,
.form-sequence--body .plate-night a,
.plate-night .form-sequence--body a,
.form-sequence--body .plate-thistle a,
.plate-thistle .form-sequence--body a,
.form-sequence--body .plate-copper a,
.plate-copper .form-sequence--body a,
.form-sequence--body .plate-flint a,
.plate-flint .form-sequence--body a {
    font-size: 1.4rem;
    text-decoration: none
}

.form-sequence--body label {
    font-weight: 300
}

.form-sequence--body input {
    background: #e7e7e8;
    border: none;
    color: #101820;
    font-size: 1.6rem;
    padding: 0.5rem
}

.form-sequence--body input:focus {
    background: #ffffff
}

.form-sequence--body select {
    color: #101820;
    height: 3.8rem
}

.form-sequence--body-title {
    color: #ffffff;
    font-weight: 300;
    margin: 0 0 2rem
}

.form-sequence--confirmation {
    display: none
}

.status-indicator {
    background: #b7b9bc;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    height: 1.2rem;
    margin: 0.5rem;
    width: 1.2rem
}

.status-indicator.is-active {
    background: #ffffff
}

.animate-out {
    -webkit-animation: out 500ms ease-in-out forwards;
    animation: out 500ms ease-in-out forwards
}

.animate-in {
    -webkit-animation: in 500ms ease-in-out forwards;
    animation: in 500ms ease-in-out forwards;
    display: block
}

@-webkit-keyframes out {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0rem);
        transform: translateX(0rem)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-30rem);
        transform: translateX(-30rem)
    }
}

@keyframes out {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0rem);
        transform: translateX(0rem)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-30rem);
        transform: translateX(-30rem)
    }
}

@-webkit-keyframes in {
    0% {
        opacity: 0;
        -webkit-transform: translateX(30rem);
        transform: translateX(30rem)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0rem);
        transform: translateX(0rem)
    }
}

@keyframes in {
    0% {
        opacity: 0;
        -webkit-transform: translateX(30rem);
        transform: translateX(30rem)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0rem);
        transform: translateX(0rem)
    }
}

.grecaptcha-badge {
    margin: 0 0 2rem auto
}

.footer {
    background: #211551;
    color: #ffffff;
    font-size: 1.4rem !important;
    padding: 8rem 0 2rem;
    position: relative;
    text-align: center
}

.footer__logo {
    position: absolute;
    left: 0;
    top: 25%;
    -webkit-transform: translate(-18%, -50%) rotate(-90deg);
    -ms-transform: translate(-18%, -50%) rotate(-90deg);
    transform: translate(-18%, -50%) rotate(-90deg);
    width: 48rem
}

@media only screen and (min-width: 992px) {
    .footer__logo {
        top: 50%;
        width: 70rem
    }
}

.footer__logo--fill {
    fill: #110837
}

@media only screen and (min-width: 992px) {
    .footer {
        text-align: left
    }
}

.footer__heading {
    color: #f1f1de;
    margin-top: 0
}

.footer__email {
    background: #f1f1de;
    border: none;
    color: #101820;
    height: 5.1rem;
    margin-right: 1rem;
    padding: 0 1rem;
    outline: none;
    width: 20rem
}

.footer__email:focus {
    background: #ffffff
}

.footer__list {
    list-style-type: none;
    padding: 0
}

.footer__list-item {
    margin-bottom: 0.5rem
}

.footer__list-item a {
    color: #9e79d3
}

.footer__list-item a:hover,
.footer__list-item a:focus,
.footer__list-item a:active {
    color: #ba9fe0
}

.footer__list-item a:visited {
    color: #ba9fe0
}

.footer__address {
    font-size: 2rem;
    margin-top: 2rem
}

.footer__social {
    font-size: 4rem
}

.footer__icon {
    margin-right: 1rem
}

.footer__icon--social {
    color: #ffffff;
    margin-right: 2rem;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}


.footer__icon--social:hover,
.footer__icon--social:focus,
.footer__icon--social:active {
  color: #8252c7;
}

.full-width-tabs {
    display: block
}

@media only screen and (min-width: 768px) {
    .full-width-tabs {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
}

.full-width-tab {
    background: #f3f3f4;
    border-left: none;
    border-right: none;
    display: block;
    font-size: 1.4rem;
    font-weight: 400;
    height: 4rem;
    line-height: 4rem;
    margin-bottom: 0;
    padding: 0;
    text-align: center
}

@media only screen and (min-width: 768px) {
    .full-width-tab {
        border-left: 0.1rem solid #ffffff;
        border-right: 0.1rem solid #ffffff;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        height: 6rem;
        line-height: 6rem
    }
}

@media only screen and (min-width: 992px) {
    .full-width-tab {
        font-size: 1.6rem;
        height: 8rem;
        line-height: 8rem
    }
}

@media only screen and (min-width: 1200px) {
    .full-width-tab {
        font-size: 2rem;
        height: 12rem;
        line-height: 12rem
    }
}

.full-width-tab:hover {
    background: #e7e7e8
}

.full-width-tab.active {
    background: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #8252c7
}

.full-width-tab.active:hover {
    background-color: #ffffff;
    cursor: auto
}

.full-width-tab-link {
    outline: 0;
    text-decoration: none
}

.full-width-tab-link:hover,
.full-width-tab-link:focus,
.full-width-tab-link:active {
    outline: 0
}

.donut-chart {
    position: relative;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto 2rem;
    overflow: hidden
}

.donut-chart-slice {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.donut-chart-center {
    position: absolute;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.donut-chart.donut-chart {
    width: 20rem;
    height: 20rem;
    background: #f3f3f4
}

.donut-chart-slice-one {
    clip: rect(0 20rem 10rem 0);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    background: #8252c7
}

.donut-chart-slice-two {
    clip: rect(0 10rem 20rem 0);
    -webkit-transform: rotate(237.6deg);
    -ms-transform: rotate(237.6deg);
    transform: rotate(237.6deg);
    background: #8252c7
}

.donut-chart-center {
    top: 3rem;
    left: 3rem;
    width: 14rem;
    height: 14rem;
    background: #ffffff
}

.circle-graph {
    height: 20rem;
    margin-bottom: 1rem;
    position: relative;
    width: 20rem
}

.circle-graph-svg {
    height: 100%;
    width: 100%
}

.circle-graph-caption {
    color: #5335cb;
    display: inline-block;
    height: 2.5rem;
    left: 0;
    position: absolute;
    text-align: center;
    top: -webkit-calc(50% - 1.25rem);
    top: calc(50% - 1.25rem);
    width: 100%
}

.circle-graph-background {
    fill: none;
    stroke: #e7e7e8;
    stroke-width: 2.5rem
}

.circle-graph-foreground {
    fill: none;
    stroke: #5335cb;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    stroke-width: 2.5rem;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

@-webkit-keyframes offset {
    100% {
        stroke-dashoffset: 0
    }
}

@keyframes offset {
    100% {
        stroke-dashoffset: 0
    }
}

.list-expandable__item {
    margin-bottom: 2rem
}

.list-expandable__item__toggle {
    color: #707479;
    cursor: pointer;
    margin-left: 1rem
}

.list-expandable__item__content {
    color: #707479;
    display: none;
    font-size: 1.4rem;
    line-height: 1.2
}

.list-expandable__item__content--expanded {
    display: block
}

.logo-secondary-small {
    height: 5.5rem;
    padding-top: 0.6rem
}

.logo-secondary-small__fill {
    fill: #211551
}

.logo-secondary-small__fill--flint {
    fill: #101820
}

.w-icon-small--smaller {
    display: block;
    fill: #e7e7e8;
    height: 2rem;
    margin: 0 auto 2rem
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #101820;
    opacity: 0.8;
    filter: alpha(opacity=80)
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #e7e7e8;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #e7e7e8
}

.mfp-preloader a:hover {
    color: #ffffff
}

.mfp-s-ready .mfp-preloader,
.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #ffffff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #101820
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #ffffff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cfd1d2;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 17px solid #ffffff;
    margin-left: 31px
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #272f36
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 17px solid #ffffff;
    margin-left: 39px
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 27px solid #272f36
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #101820
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #272f36
}

.mfp-figure small {
    color: #b7b9bc;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #e7e7e8;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75)
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.mfp-ie7 .mfp-img {
    padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px
}

.mfp-ie7 .mfp-container {
    padding: 0
}

.mfp-ie7 .mfp-content {
    padding-top: 44px
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0
}

.media-object__list {
    list-style: none;
    margin: 0;
    padding: 0
}

.media-object__list-item {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border: 0.1rem solid #e7e7e8;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 2rem;
    padding: 2rem
}

@media only screen and (min-width: 480px) {
    .media-object__list-item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap
    }
}

.media-object__img {
    -webkit-border-radius: 100%;
    border-radius: 100%;
    height: 8rem;
    margin-bottom: 2rem;
    margin-right: 2rem;
    width: 8rem
}

@media only screen and (min-width: 480px) {
    .media-object__img {
        margin-bottom: 0
    }
}

.media-object__title {
    margin-bottom: 0.8rem
}

.modal-dialog {
    margin: 9rem auto
}

@media only screen and (max-width: 768px) {
    .modal-dialog {
        width: 90%
    }
}

@media only screen and (min-width: 1200px) {
    .modal-dialog {
        width: 90rem
    }
}

.modal-content {
    -webkit-border-radius: 0;
    border-radius: 0;
    position: relative
}

.modal-title {
    text-align: center
}

@media only screen and (min-width: 768px) {
    .modal-close {
        display: none
    }
}

.nav-header {
    background: #ffffff;
    height: 6rem;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000
}

.nav-header-strip {
    background-color: #211551;
    position: fixed;
    text-align: center;
    top: 6rem;
    width: 100%;
    z-index: 999
}

.nav-header-strip--padding {
    padding: 9rem 0 0
}


.nav-header-strip-links {
    font-family: "CeraPRO-Bold", "Lato", sans-serif;
    font-size: 1.5rem;
    list-style: none;
    margin: 0;
    padding: 0 1rem;
    text-transform: uppercase
}

.nav-header-strip-links>li+li:before {
    color: #9e79d3;
    content: "/\00a0";
    padding: 0 1rem
}

/* .nav-header-strip-links>li:last-of-type {
    display: none
} */

@media only screen and (min-width: 640px) {

    .nav-header-strip-links>li:last-of-type {
        display: inline-block 
    }
}

@media only screen and (max-width: 500px) {
.nav-header-strip-links>li:nth-last-child(2):before {
    content: ""
}

}


@media only screen and (min-width: 640px) {
    .nav-header-strip-links>li:last-of-type:before {
        content: "/\00a0";
        padding: 0 1rem
    }
}

.nav-header-strip-link {
    color: #9e79d3;
    text-decoration: none
}

.nav-header-strip-link:visited {
    color: #ba9fe0
}

.nav-header-strip-link-item {
    display: inline-block;
    line-height: 3rem
}

.nav-header-strip-link-tail {
    display: none
}

@media only screen and (min-width: 640px) {
    .nav-header-strip-link-tail {
        display: inline
    }
}

	.nav-header-strip-link-item:not(:first-child) .dropdown-menu {
    margin-left:31px;
}

@media only screen and (max-width: 650px) {
.nav-header-strip-link-item .dropdown-menu {
display: none
}
}

@media only screen and (max-width: 650px) {
.nav-header-strip-link-item .caret {
display: none
}
}

@media only screen and (max-width: 650px) {

.nav-cta-link-purple:hover, .nav-cta-link-purple:active, .nav-cta-link-purple:focus, .nav-cta-link-purple[aria-expanded="true"] {
    color: #fff;
    text-decoration: underline !important;
    background-color: transparent !important
}
}

.nav-cta-link-purple {
    padding: 1rem;
}

@media only screen and (max-width: 650px) {


.nav-cta-link-purple {
    padding: 0 !important;
	line-height: 1rem !important;
	color: #fff !important;
	text-decoration: none;
}
}

@media only screen and (max-width: 650px) {
#nav {
    display: none;
}
}

@media only screen and (min-width: 651px) {
#nav2 {
    display: none;
}
}

.nav-cta {
    font-family: "CeraPRO-Bold", "Lato", sans-serif;
    position: absolute;
    left: 20rem;
    list-style: none
}

@media only screen and (max-width: 695px) {

    .nav-cta {
        display: none
    }
}

.nav-cta li {
    float: left
}

.nav-cta-link {
    color: #9d581f !important;
    font-size: 1.4rem;
    line-height: 6rem;
 	padding: 2rem;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

@media only screen and (max-width: 740px) {
    .nav-cta-link {
        font-size: 1rem; 
    }
}

.nav-cta-link:hover,
.nav-cta-link:active,
.nav-cta-link:focus,
.nav-cta-link[aria-expanded="true"] {
    color: #c87027;
    background-color: #f3f3f4;
    text-decoration: none
}

.nav-cta-link:visited:hover,
.nav-cta-link:visited:active,
.nav-cta-link:visited:focus,{
    color: #9d581f
}



@media only screen and (min-width: 650px) {
.nav-cta-link-purple {
    color: #ffffff;
    font-size: 1.5rem;
    line-height: 4.5rem;
    padding: 1.5rem;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}
}
@media only screen and (min-width: 650px) {
.nav-cta-link-purple:hover,
.nav-cta-link-purple:active,
.nav-cta-link-purple:focus,
.nav-cta-link-purple[aria-expanded="true"] {
    color: #000000;
    background-color: #fff;
    text-decoration: none
}
}

.nav-cta-link-purple:visited:hover,
.nav-cta-link-purple:visited:active,
.nav-cta-link-purple:visited:focus,{
    color: #ffffff
}

.navbar-brand {
    height: 6rem;
    padding: 0 0 0 1rem;
    position: relative;
    width: 22rem
}

.navbar-brand:hover .logo-secondary-small__fill {
    fill: #32207a
}

.navbar-text {
    font-size: 1.4rem;
    line-height: 6rem;
    margin-bottom: 0;
    margin-top: 0;
    position: absolute;
    right: 2rem
}

.navbar-form {
    display: none;
    position: absolute;
    right: 6rem
}

@media only screen and (min-width: 992px) {
    .navbar-form {
        display: block
    }
}

.dropdown-menu {
    border: 0.1rem solid #e7e7e8;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0 0 0;
    padding: 0
}


.nav-header-strip-link-item:not(:first-child) .dropdown-menu {
    margin-left: 34.5px;
}

@media only screen and (max-width: 650px) {
.nav-header-strip-link-item .dropdown-menu {
    display: none
}
}

.dropdown-menu .dropdown-toggle {
    display: none
}

.dropdown-menu li {
    display: block;
    width: 100%
}


.dropdown-menu>li>a {
    display: block;
    line-height: 4rem;
    text-decoration: none;
    width: 100%;
	color: #000000 !important;
	text-transform: none 
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:active,

.dropdown-menu>li>a:focus {
    background-color: #f3f3f4 !important;
	color: #000000
}

/*.dropdown-menu>li>a:visited {*/
/*    color: #8252c7*/
/*}*/

.menu-button {
    background: #ffffff;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    display: block;
    height: 5.9rem;
    margin: 0;
    padding: 2rem;
    position: relative;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

.menu-button:focus,
.menu-button:hover,
.menu-button:active,
.menu-button.active {
    background-color: #f3f3f4;
    -webkit-box-shadow: none;
    box-shadow: none
}

.menu-button .icon-bar {
    background-color: #211551;
    -webkit-border-radius: 0;
    border-radius: 0
}

.menu-button .chevron,
.menu-button .chevron-up,
.menu-button .accordion-item.is-open .chevron,
.accordion-item.is-open .menu-button .chevron,
.menu-button a.expanded .chevron,
a.expanded .menu-button .chevron {
    display: none
}

.pagination {
    -webkit-border-radius: 0;
    border-radius: 0
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0
}

.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
    background-color: #211551;
    border-color: #211551
}

.pagination>li>a,
.pagination>li>span {
    color: #211551
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0
}

.panel-group .panel {
    margin-bottom: 1.5rem;
    -webkit-box-shadow: 0 1rem 1rem -0.6rem rgba(0, 0, 0, 0.25);
    box-shadow: 0 1rem 1rem -0.6rem rgba(0, 0, 0, 0.25)
}

.panel-default {
    border-color: #e7e7e8
}

.panel-default .panel-heading {
    background-color: #ffffff;
    border-color: #e7e7e8
}

.panel-title>a {
    color: #32207a
}

.plate {
    padding: 2rem 1rem;
    width: 100%;
}

.plate--small {
    padding: 1rem 0
}

.plate-intro {
    padding-top: 0
}

.plate-grey-light {
    background-color: #f3f3f4
}

.plate-grey {
    background-color: #40464d
}

.plate-grey .button {
    color: #40464d
}

.plate-flint {
    background-color: #101820;
    color: #ffffff
}

.plate-flint h1,
.plate-flint h2,
.plate-flint h3,
.plate-flint h4,
.plate-flint h5,
.plate-flint h6 {
    color: #ffffff
}

.plate-flint .button {
    background-color: #ffffff;
    color: #101820
}

.plate-flint .button:hover,
.plate-flint .button:focus,
.plate-flint .button:visited {
    background-color: #f3f3f4;
    color: #101820
}

.plate-asw-gold {
	background-color: #bc9b6a
}

.plate-asw-gold .button {
	background: rgb(0, 0, 0);
    color: #FFFFFF !important;
}

.plate-asw-gold .button:hover,
.plate-asw-black .button:focus {
	background: #e7e7e8 !important;
	color:	rgb(0, 0, 0) !important
}


.plate-asw-black {
	background-color: rgb(0, 0, 0)
}

.plate-asw-black h1,
.plate-asw-black h2,
.plate-asw-black h3,
.plate-asw-black h4,
.plate-asw-black h5,
.plate-asw-black h6,
.plate-asw-black p,
.plate-asw-black li {
	color: #FFFFFF
}

.plate-asw-black .button {
	background-color: #FFFFFF;
	color: rgb(0, 0, 0) !important
}

.plate-asw-black .button:hover,
.plate-asw-black .button:focus {
	background-color: #e7e7e8 !important
}


.plate-purple {
    background-color: #211551
}

.plate-night {
    background-color: #211551
}

.plate-thistle {
    background-color: #8252c7
}

.plate-thistle .button {
    background-color: #f3f3f4;
    color: #8252c7 !important
}

.plate-thistle .button:hover, 
.plate-thistle .button:active {
    background-color: #ffffff;
	color: #8252c7
}

.plate-snow {
    border-bottom: 0.1rem solid #e7e7e8
}

.plate-birch {
    background-color: #f1f1de
}

.plate-copper {
    background-color: #9d581f;
    color: #f1f1de
}

.plate-copper h1,
.plate-copper h2,
.plate-copper h3,
.plate-copper h4,
.plate-copper h5,
.plate-copper h6 {
    color: #f1f1de
}

.plate-copper .button {
    background-color: #f1f1de; 
    color: #211551 !important
}

.plate-copper .button:hover,
.plate-copper .button:active {
    background-color: #ffffff;
    color: #211551 
}

.plate-sky,
.plate-blue {
    background-color: #00b5e2
}

.plate-sky a,
.plate-blue a {
    color: #211551
}

.plate-sky a:hover,
.plate-sky a:focus,
.plate-sky a:visited,
.plate-blue a:hover,
.plate-blue a:focus,
.plate-blue a:visited {
    color: #5335cb
}

.plate-sky .button,
.plate-blue .button {
    background-color: #ffffff;
    color: #101820
}

.plate-sky .button:hover,
.plate-sky .button:focus,
.plate-sky .button:visited,
.plate-blue .button:hover,
.plate-blue .button:focus,
.plate-blue .button:visited {
    background-color: #e7e7e8;
    color: #101820
}

.plate-purple,
.plate-grey,
.plate-night,
.plate-thistle {
    color: #f1f1de
}

.plate-purple h1,
.plate-purple h2,
.plate-purple h3,
.plate-purple h4,
.plate-purple h5,
.plate-purple h6,
.plate-grey h1,
.plate-grey h2,
.plate-grey h3,
.plate-grey h4,
.plate-grey h5,
.plate-grey h6,
.plate-night h1,
.plate-night h2,
.plate-night h3,
.plate-night h4,
.plate-night h5,
.plate-night h6,
.plate-thistle h1,
.plate-thistle h2,
.plate-thistle h3,
.plate-thistle h4,
.plate-thistle h5,
.plate-thistle h6 {
    color: #f1f1de
}

.plate-purple .accordion-toggle:hover,
.plate-grey .accordion-toggle:hover,
.plate-night .accordion-toggle:hover,
.plate-thistle .accordion-toggle:hover {
    background-color: #f3f3f4
}

body .plate-thistle p.panel-title > a:active,
body .plate-thistle h4.panel-title > a:active,
body .bs4 .plate-thistle p.panel-title > a:active,
body .bs4 .plate-thistle h4.panel-title > a:active {
    color: #FFFFFF;
}

.plate-purple .accordion-item.is-open .accordion-toggle,
.plate-grey .accordion-item.is-open .accordion-toggle,
.plate-night .accordion-item.is-open .accordion-toggle,
.plate-thistle .accordion-item.is-open .accordion-toggle {
    background-color: #f3f3f4
}

.plate-w-icon-tile {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%238857c9' viewBox='0 0 100 100'%3E%3Cpath d='M50.2 52.9l-9.2-16H30l15.1 26.2 5.5-9.4.4-.7h-.8zm13.8 0l-9.2-16h-11l15.1 26.2 5.5-9.4.4-.7H64zm-2.3-16l.5.9v5.1c0 .4.2.8.6 1l3.1 1.7 3.1-1.7c.4-.2.6-.6.6-1v-5.1l.5-.9h-8.4z'/%3E%3C/svg%3E");
    background-repeat: repeat;
    -webkit-background-size: 9rem 9rem;
    background-size: 9rem 9rem
}

.plate-pinstripe {
    background: -webkit-repeating-linear-gradient(30deg, #32207a, #32207a 0.1rem, #211551 0.1rem, #211551 2rem);
    background: -o-repeating-linear-gradient(30deg, #32207a, #32207a 0.1rem, #211551 0.1rem, #211551 2rem);
    background: repeating-linear-gradient(60deg, #32207a, #32207a 0.1rem, #211551 0.1rem, #211551 2rem)
}

.plate-feature {
    margin-top: 5rem
}

.plate-img {
    background-image: url(https://unsplash.it/1920/450/?random);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 40rem;
    overflow: hidden;
    padding: 0
}

.plate-img-container {
    padding: 0
}

.plate-img--parallax {
    background-attachment: fixed
}

.plate-visual-feature {
    -webkit-box-shadow: 0 1rem 1rem -0.6rem rgba(0, 0, 0, 0.25);
    box-shadow: 0 1rem 1rem -0.6rem rgba(0, 0, 0, 0.25);
    margin-top: -10rem
}

.color-block {
    height: 30rem;
    width: 30rem
}

.profile-img {
    height: 100%;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.profile-img-container {
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: 0 1rem 1rem -0.6rem rgba(0, 0, 0, 0.25);
    box-shadow: 0 1rem 1rem -0.6rem rgba(0, 0, 0, 0.25);
    height: 15rem;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 15rem
}

.search-input {
    background: transparent;
    border: none;
    border-bottom: 0.1rem solid #e7e7e8;
    margin-bottom: 0;
    width: 22rem;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

.search-input:hover {
    background: #f3f3f4
}

.search-input:focus {
    background: #f3f3f4;
    border: none;
    border-bottom: 0.1rem solid #e7e7e8;
    -webkit-box-shadow: none;
    box-shadow: none
}

.search-input--mobile {
    display: inline-block
}

.search-button {
    background: transparent;
    border: none;
    color: #211551;
    font-size: 2rem;
    height: 4rem;
    line-height: 1.8rem;
    padding: 0;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    width: 4rem
}

.search-button:hover {
    color: #32207a;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

::-webkit-input-placeholder {
    color: #575d62
}

::-moz-placeholder {
    color: #575d62
}

::-moz-placeholder {
    color: #575d62
}

::-ms-input-placeholder {
    color: #575d62
}

.skip {
    clip: rect(0 0 0 0);
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px
}

.skip:active,
.skip:focus {
    background-color: #8252c7;
    -webkit-box-shadow: 0 1rem 1rem -0.6rem rgba(0, 0, 0, 0.25);
    box-shadow: 0 1rem 1rem -0.6rem rgba(0, 0, 0, 0.25);
    clip: auto !important;
    color: #ffffff;
    display: block;
    height: auto;
    left: 1rem;
    line-height: normal;
    padding: 1.3rem 2rem;
    text-decoration: underline;
    top: 0.6rem;
    width: auto;
    z-index: 100000
}

.skip:hover {
    background: #512c87
}

.sidebar {
    padding-top: 1rem;
}

.sidebar .button {
    margin-right: 1rem
}

.container-fluid>.navbar-header {
    margin-left: 0;
    margin-right: 0
}

.sidebar .navbar-collapse {
    background: #ffffff;
    margin: 0;
    padding: 0;
    width: 100%
}

.sidebar .navbar-collapse .navbar-nav {
    width: 100%
}

.sidebar .navbar-default {
    background: #ffffff;
    border: 0.1rem solid #e7e7e8;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: auto
}

.sidebar .navbar-title {
    display: none
}

.sidebar .navbar-brand {
    display: none
}

.sidebar .navbar-nav {
    float: none;
    height: auto;
    padding: 0
}

.sidebar .navbar-nav .sidebar-nav--parent {
    padding-left: 0
}

.sidebar .navbar-nav .sidebar-nav--child {
    padding-left: 2rem
}

.sidebar .navbar-nav li {
    float: none;
    border-bottom: 0.1rem solid #e7e7e8
}

.sidebar .navbar-nav li a {
    color: #272f36;
    font-size: 1.4rem;
    text-decoration: none
}

.sidebar .navbar-nav li a:hover {
    color: #272f36;
    background: #cfd1d2
}

.sidebar .navbar-nav .active>a,
.sidebar .navbar-nav .active>a:focus,
.sidebar .navbar-nav .active>a:hover {
    color: #422aa2;
    background: #cfd1d2
}

@media only screen and (max-width: 991px) {
    .sidebar .navbar-header {
        float: none
    }
    .sidebar .navbar-label {
        display: none
    }
    .sidebar .navbar-collapse.collapse {
        display: none !important
    }
    .sidebar .navbar-collapse {
        padding-left: 1.5rem
    }
    .sidebar .collapse.in {
        display: block !important
    }
    .sidebar .navbar-nav {
        float: none !important;
        margin: 0
    }
    .sidebar .navbar-nav li {
        float: none
    }
    .sidebar .navbar-toggle {
        border: none;
        -webkit-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        display: block;
        height: 4.8rem;
        margin: 0 1.5rem 0 0;
        padding-left: 1.4rem;
        padding-right: 1.4rem;
        -webkit-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out
    }
    .sidebar .navbar-toggle:hover {
        background: #cfd1d2;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .sidebar .navbar-title {
        display: block;
        font-size: 1.4rem;
        position: absolute;
        left: 2rem;
        top: 1.3rem
    }
}

.sf-FileField-input,
select {
    cursor: pointer
}

.MainContent_C002_eventsFrontendCalendar_ctl00_ctl00_calendarsList {
    display: none
}

.event-register-list--time {
    margin-bottom: 1rem
}

.RadScheduler .rsHeader {
    color: #f1f1de !important;
    z-index: 1 !important
}

.RadScheduler .rsHeader ul a {
    background: #8252c7 !important;
    border: none !important
}

.RadScheduler .rsHeader ul a:hover {
    background: #9e79d3 !important
}

.RadScheduler .rsHeader ul .rsSelected em {
    background: #f1f1de !important;
    border: none !important;
    color: #211551
}

.RadScheduler .rsHeader a,
.RadScheduler .rsHeader a:hover,
.RadScheduler .rsHeader span {
    color: #f1f1de
}

.RadScheduler_Metro .rsHeader {
    background-color: #211551 !important;
    border: none !important
}

.RadScheduler_Metro .rsHeader h2 {
    color: #f1f1de;
    text-transform: none
}

.RadScheduler_Metro .rsMonthView .rsContentTable td {
    cursor: pointer
}

.RadScheduler_Metro .rsApt .rsAptRecurrence {
    display: none
}

.sfcalendarSidebar {
    display: none
}

.sfcalendarEventPreviewWrp {
    z-index: 2 !important
}

.k-window,
.k-window-titlebar {
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important
}

.k-header {
    background-image: none !important
}

.RadScheduler .rsWrap {
    z-index: 1 !important
}

.slant-up-right,
.slant-up-left,
.slant-down-left,
.slant-down-right {
    position: relative;
    z-index: 1
}

.slant-up-right,
.slant-up-left {
    margin-top: 4rem
}

.slant-up-right:before,
.slant-up-left:before {
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1
}

.slant-up-right:before {
    -webkit-transform: skewY(-3deg);
    -ms-transform: skewY(-3deg);
    transform: skewY(-3deg);
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    top: 0
}

.slant-up-left:before {
    -webkit-transform: skewY(3deg);
    -ms-transform: skewY(3deg);
    transform: skewY(3deg);
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    top: 0
}

.slant-down-left,
.slant-down-right {
    margin-bottom: 6rem;
    padding-top: 6rem;
    padding-bottom: 0
}

.slant-down-left:after,
.slant-down-right:after {
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1
}

.slant-down-left:after {
    bottom: 0;
    -webkit-transform: skewY(-3deg);
    -ms-transform: skewY(-3deg);
    transform: skewY(-3deg);
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.slant-down-right:after {
    bottom: 0;
    -webkit-transform: skewY(3deg);
    -ms-transform: skewY(3deg);
    transform: skewY(3deg);
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%
}

.social__list {
    list-style: none;
    padding: 0
}

.social__list__item {
    display: inline-block;
    padding-left: 0.5rem;
    padding-right: 0.5rem
}

.social__link {
    color: #211551;
    font-size: 4rem
}

.social__icon {
    margin-right: 2rem
}

.fb-share-button>span {
    vertial-align: none !important
}

.share__email__icon {
    margin-right: 0.5rem
}

.stat {
    margin-bottom: 1rem;
    line-height: 1.1
}

.stat-container {
    text-align: center
}

.stat__support {
    font-size: 2.8rem
}

tfoot {
    font-weight: bold;
    border-top: 0.2rem solid #ddd
}

.tab__list {
    display: none
}

@media screen and (min-width: 768px) {
    .tab__list {
        background: #211551;
        border: 0.1rem solid #e7e7e8;
        border-bottom: none;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        list-style: none;
        margin-bottom: 0;
        padding: 0;
        width: 100%
    }
}

.tab__item {
    color: #f1f1de;
    cursor: pointer;
    display: inline-block;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 1.6rem;
    line-height: 1.2;
    margin: 0;
    padding: 2rem;
    text-align: center;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

.tab__item:hover {
    color: #ba9fe0
}

.tab--active {
    border-bottom: 0.4rem solid #8252c7;
    display: block
}

.tab--active:hover {
    color: #f1f1de;
    cursor: auto
}

.tab__container {
    background: #ffffff;
    border: 0.1rem solid #e7e7e8;
    margin-bottom: 2rem;
    overflow: auto;
    width: 100%
}

.tab__content {
    display: none;
    padding: 2rem
}

.tab__content--open {
    display: block
}

.tab__title {
    background-color: #ffffff;
    border-top: 0.1rem solid #e7e7e8;
    cursor: pointer;
    display: block;
    margin: 0;
    padding: 1rem 2rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.tab__title:hover {
    background-color: #e7e7e8
}

@media screen and (min-width: 768px) {
    .tab__title {
        display: none
    }
}

.tab--open {
    background-color: #e7e7e8
}

@media screen and (min-width: 768px) {
    .tab--open {
        border-top: 0.1rem solid #e7e7e8;
        border-bottom: 0.1rem solid #e7e7e8
    }
}

.taxonomy {
    font-weight: bold
}

.card .taxonomy {
    font-weight: normal
}

.testimonial {
    padding-top: 4rem;
    position: relative
}

/* .testimonial-container {
    margin-top: 8rem
} */

.testimonial-img {
    left: 50%;
    margin-left: -7.5rem;
    position: absolute;
    top: -11.5rem
}

.testimonial-quote {
    border-left: none;
    font-size: 2rem;
    font-style: italic
}

@media only screen and (max-width: 570px) {
    .testimonial-quote {
        font-size: 1.6rem
    }
}

.testimonial-quote footer {
    font-style: normal;
    font-size: 1.6rem
}

@media only screen and (max-width: 570px) {
    .testimonial-quote footer {
        font-size: 1.2rem
    }
}

.top-banner {
    position: relative
}

.top-banner__img {
    display: block
}

.top-banner__text-content {
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
/*     width: 100% */
}

.top-banner__text-content_left {
     left: 50%;
    position: absolute;
    text-align: center;
    top: 65%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.top-banner__title_white
	 {
    color: #FFFFFF;
	text-transform: uppercase;
}

.top-banner__title_white {
    font-size: 3rem !important
}

@media only screen and (min-width: 992px) {
    .top-banner__title_white {
        font-size: 3.5rem !important
    }
}

@media only screen and (min-width: 1380px) {
    .top-banner__title_white {
        font-size: 4rem !important
    }
}


.top-banner__title,
.top-banner__subtitle {
    color: #f1f1de
}

.top-banner__title {
    font-size: 3.2rem
}

@media only screen and (min-width: 992px) {
    .top-banner__title {
        font-size: 4.4rem
    }
}

@media only screen and (min-width: 1380px) {
    .top-banner__title {
        font-size: 6rem
    }
}

.top-banner__subtitle {
    font-family: "CeraPRO-Bold", "Lato", sans-serif;
    font-size: 1.4rem
}

@media only screen and (min-width: 992px) {
    .top-banner__subtitle {
        font-size: 2rem
    }
}

@media only screen and (min-width: 1380px) {
    .top-banner__subtitle {
        font-size: 2.4rem
    }
}

.special-m__wrapper {
    position: relative
}

.special-m__spacer {
    opacity: 0;
    padding: 0 0.4rem
}

.special-m__replacement {
    left: 9rem;
    position: absolute;
    top: 1.1rem;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media only screen and (min-width: 992px) {
    .special-m__replacement {
        left: 12.1rem;
        top: 1.4rem
    }
}

@media only screen and (min-width: 1380px) {
    .special-m__replacement {
        left: 16.2rem;
        top: 1.8rem
    }
}

#selectedCompany {
    border: 0.1rem solid #e7e7e8;
    margin: 1rem 0;
    padding: 0.5rem
}

.typeahead,
.tt-query,
.tt-hint {
    width: 30rem;
    padding: 1rem;
    font-size: 1.4rem;
    border: 0.1rem solid #e7e7e8;
    -webkit-border-radius: 0;
    border-radius: 0;
    outline: none
}

.typeahead {
    background-color: #ffffff
}

.typeahead:focus {
    border: 2px solid #0097cf
}

.tt-query {
    -webkit-box-shadow: 0 1rem 1rem -0.6rem rgba(0, 0, 0, 0.25);
    box-shadow: 0 1rem 1rem -0.6rem rgba(0, 0, 0, 0.25)
}

.tt-hint {
    color: #707479
}

.tt-dropdown-menu {
    width: 30rem;
    margin-top: 1.2rem;
    padding: 0.8rem 0;
    background-color: #ffffff;
    border: 0.1rem solid #e7e7e8;
    -webkit-box-shadow: 0 1rem 1rem -0.6rem rgba(0, 0, 0, 0.25);
    box-shadow: 0 1rem 1rem -0.6rem rgba(0, 0, 0, 0.25)
}

.tt-suggestion {
    padding: 0.3rem 2rem;
    font-size: 1.8rem
}

.tt-cursor {
    color: #f3f3f4;
    background-color: #579
}

.tt-suggestion p {
    margin: 0
}

.overflow-hidden {
    overflow: hidden
}

.full-height {
    height: 100%
}

.full-width {
    width: 100%
}

.no-padding {
    padding: 0
}

.no-padding--bottom {
    padding-bottom: 0
}

.padding-top {
    padding-top: 2rem
}

.side-margin {
    margin-left: 2rem;
    margin-right: 2rem
}

.no-margin {
    margin: 0
}

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

.margin-top {
    margin-top: 2rem
}

.margin-bottom {
    margin-bottom: 2rem
}

.neg-margin-bottom {
	margin-top: -6rem
}

.small-margin-bottom {
    margin-bottom: 1rem
}

.small-margin-left {
    margin-left: 1rem
}

.medium-margin-bottom {
    margin-bottom: 4rem
}

@media only screen and (min-width: 992px) {
    .large-margin {
        margin-top: 8rem;
        margin-bottom: 8rem
    }
}

@media only screen and (min-width: 992px) {
    .large-margin-top {
        margin-top: 8rem
    }
}

.large-margin-top-mobile {
    margin-top: 8rem
}

.large-margin-bottom {
    margin-bottom: 8rem
}

.visible-small-up {
    display: none
}

@media only screen and (min-width: 640px) {
    .visible-small-up {
        display: block
    }
}

.center {
    margin-left: auto;
    margin-right: auto
}

@media only screen and (min-width: 992px) {
    .center-center {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .center-center h2,
    .center-center h3,
    .center-center h4 {
        margin-top: 0
    }
}

.center-center img {
    margin: 0 auto
}

.pull-up {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.pull-up-quarter {
    margin-top: 2rem
}

@media only screen and (min-width: 1020px) {
    .pull-up-quarter {
        -webkit-transform: translateY(-25%);
        -ms-transform: translateY(-25%);
        transform: translateY(-25%)
    }
}

.border-bottom {
    border-bottom: 0.1rem solid #e7e7e8
}

.box-shadow {
    -webkit-box-shadow: 0 1rem 1rem -0.6rem rgba(0, 0, 0, 0.25);
    box-shadow: 0 1rem 1rem -0.6rem rgba(0, 0, 0, 0.25)
}

.is-required {
    color: #32207a
}

h2.text-center.margin-bottom.featuring {
    font-size: 3.6rem;
}


h3.meet.pok {
    font-size: 3.2rem;
}

h4.world.traveler {
    font-size: 2rem;
}

/*^^^main css*/




/*^^^css-after*/


@charset "UTF-8";
/* This css comes AFTER any stylesheet (or other) links in HEAD tag  */
/* BOOTSTRAP 4 STYLES - USE .bs4 class on a parent to have all of its children use BS4 styles */
/*! Bootstrap Grid v4.3.1 (https://getbootstrap.com/) Copyright 2011-2019 The Bootstrap Authors Copyright 2011-2019 Twitter, Inc. Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */

@import url("//hello.myfonts.net/count/398f3f");
.bs4 html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

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

.bs4 .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

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

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

@media (min-width: 992px) {
    .bs4 .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .bs4 .container {
        max-width: 1140px;
    }
}

.bs4 .container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

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

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

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

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

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

.bs4 .col-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.bs4 .col-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.bs4 .col-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

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

.bs4 .col-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.bs4 .col-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

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

.bs4 .col-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.bs4 .col-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

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

.bs4 .col-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.bs4 .col-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

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

.bs4 .order-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
}

.bs4 .order-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
}

.bs4 .order-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
}

.bs4 .order-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
}

.bs4 .order-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
}

.bs4 .order-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
}

.bs4 .order-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
}

.bs4 .order-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
}

.bs4 .order-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
}

.bs4 .order-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
}

.bs4 .order-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
}

.bs4 .order-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
}

.bs4 .order-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
}

.bs4 .order-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
}

.bs4 .order-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
}

.bs4 .offset-1 {
    margin-left: 8.333333%;
}

.bs4 .offset-2 {
    margin-left: 16.666667%;
}

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

.bs4 .offset-4 {
    margin-left: 33.333333%;
}

.bs4 .offset-5 {
    margin-left: 41.666667%;
}

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

.bs4 .offset-7 {
    margin-left: 58.333333%;
}

.bs4 .offset-8 {
    margin-left: 66.666667%;
}

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

.bs4 .offset-10 {
    margin-left: 83.333333%;
}

.bs4 .offset-11 {
    margin-left: 91.666667%;
}

@media (min-width: 576px) {
    .bs4 .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .bs4 .col-sm-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .bs4 .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .bs4 .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .bs4 .col-sm-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .bs4 .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .bs4 .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .bs4 .col-sm-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .bs4 .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .bs4 .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .bs4 .col-sm-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .bs4 .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .bs4 .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .bs4 .col-sm-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .bs4 .order-sm-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }
    .bs4 .order-sm-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13;
    }
    .bs4 .order-sm-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0;
    }
    .bs4 .order-sm-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
    .bs4 .order-sm-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2;
    }
    .bs4 .order-sm-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3;
    }
    .bs4 .order-sm-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4;
    }
    .bs4 .order-sm-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5;
    }
    .bs4 .order-sm-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6;
    }
    .bs4 .order-sm-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7;
    }
    .bs4 .order-sm-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8;
    }
    .bs4 .order-sm-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9;
    }
    .bs4 .order-sm-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10;
    }
    .bs4 .order-sm-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11;
    }
    .bs4 .order-sm-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12;
    }
    .bs4 .offset-sm-0 {
        margin-left: 0;
    }
    .bs4 .offset-sm-1 {
        margin-left: 8.333333%;
    }
    .bs4 .offset-sm-2 {
        margin-left: 16.666667%;
    }
    .bs4 .offset-sm-3 {
        margin-left: 25%;
    }
    .bs4 .offset-sm-4 {
        margin-left: 33.333333%;
    }
    .bs4 .offset-sm-5 {
        margin-left: 41.666667%;
    }
    .bs4 .offset-sm-6 {
        margin-left: 50%;
    }
    .bs4 .offset-sm-7 {
        margin-left: 58.333333%;
    }
    .bs4 .offset-sm-8 {
        margin-left: 66.666667%;
    }
    .bs4 .offset-sm-9 {
        margin-left: 75%;
    }
    .bs4 .offset-sm-10 {
        margin-left: 83.333333%;
    }
    .bs4 .offset-sm-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 768px) {
    .bs4 .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .bs4 .col-md-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .bs4 .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .bs4 .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .bs4 .col-md-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .bs4 .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .bs4 .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .bs4 .col-md-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .bs4 .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .bs4 .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .bs4 .col-md-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .bs4 .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .bs4 .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .bs4 .col-md-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .bs4 .order-md-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }
    .bs4 .order-md-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13;
    }
    .bs4 .order-md-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0;
    }
    .bs4 .order-md-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
    .bs4 .order-md-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2;
    }
    .bs4 .order-md-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3;
    }
    .bs4 .order-md-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4;
    }
    .bs4 .order-md-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5;
    }
    .bs4 .order-md-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6;
    }
    .bs4 .order-md-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7;
    }
    .bs4 .order-md-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8;
    }
    .bs4 .order-md-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9;
    }
    .bs4 .order-md-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10;
    }
    .bs4 .order-md-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11;
    }
    .bs4 .order-md-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12;
    }
    .bs4 .offset-md-0 {
        margin-left: 0;
    }
    .bs4 .offset-md-1 {
        margin-left: 8.333333%;
    }
    .bs4 .offset-md-2 {
        margin-left: 16.666667%;
    }
    .bs4 .offset-md-3 {
        margin-left: 25%;
    }
    .bs4 .offset-md-4 {
        margin-left: 33.333333%;
    }
    .bs4 .offset-md-5 {
        margin-left: 41.666667%;
    }
    .bs4 .offset-md-6 {
        margin-left: 50%;
    }
    .bs4 .offset-md-7 {
        margin-left: 58.333333%;
    }
    .bs4 .offset-md-8 {
        margin-left: 66.666667%;
    }
    .bs4 .offset-md-9 {
        margin-left: 75%;
    }
    .bs4 .offset-md-10 {
        margin-left: 83.333333%;
    }
    .bs4 .offset-md-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 992px) {
    .bs4 .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .bs4 .col-lg-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .bs4 .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .bs4 .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .bs4 .col-lg-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .bs4 .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .bs4 .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .bs4 .col-lg-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .bs4 .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .bs4 .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .bs4 .col-lg-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .bs4 .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .bs4 .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .bs4 .col-lg-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .bs4 .order-lg-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }
    .bs4 .order-lg-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13;
    }
    .bs4 .order-lg-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0;
    }
    .bs4 .order-lg-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
    .bs4 .order-lg-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2;
    }
    .bs4 .order-lg-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3;
    }
    .bs4 .order-lg-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4;
    }
    .bs4 .order-lg-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5;
    }
    .bs4 .order-lg-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6;
    }
    .bs4 .order-lg-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7;
    }
    .bs4 .order-lg-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8;
    }
    .bs4 .order-lg-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9;
    }
    .bs4 .order-lg-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10;
    }
    .bs4 .order-lg-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11;
    }
    .bs4 .order-lg-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12;
    }
    .bs4 .offset-lg-0 {
        margin-left: 0;
    }
    .bs4 .offset-lg-1 {
        margin-left: 8.333333%;
    }
    .bs4 .offset-lg-2 {
        margin-left: 16.666667%;
    }
    .bs4 .offset-lg-3 {
        margin-left: 25%;
    }
    .bs4 .offset-lg-4 {
        margin-left: 33.333333%;
    }
    .bs4 .offset-lg-5 {
        margin-left: 41.666667%;
    }
    .bs4 .offset-lg-6 {
        margin-left: 50%;
    }
    .bs4 .offset-lg-7 {
        margin-left: 58.333333%;
    }
    .bs4 .offset-lg-8 {
        margin-left: 66.666667%;
    }
    .bs4 .offset-lg-9 {
        margin-left: 75%;
    }
    .bs4 .offset-lg-10 {
        margin-left: 83.333333%;
    }
    .bs4 .offset-lg-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 1200px) {
    .bs4 .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .bs4 .col-xl-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .bs4 .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .bs4 .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .bs4 .col-xl-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .bs4 .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .bs4 .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .bs4 .col-xl-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .bs4 .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .bs4 .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .bs4 .col-xl-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .bs4 .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .bs4 .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .bs4 .col-xl-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .bs4 .order-xl-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }
    .bs4 .order-xl-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13;
    }
    .bs4 .order-xl-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0;
    }
    .bs4 .order-xl-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
    .bs4 .order-xl-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2;
    }
    .bs4 .order-xl-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3;
    }
    .bs4 .order-xl-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4;
    }
    .bs4 .order-xl-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5;
    }
    .bs4 .order-xl-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6;
    }
    .bs4 .order-xl-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7;
    }
    .bs4 .order-xl-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8;
    }
    .bs4 .order-xl-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9;
    }
    .bs4 .order-xl-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10;
    }
    .bs4 .order-xl-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11;
    }
    .bs4 .order-xl-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12;
    }
    .bs4 .offset-xl-0 {
        margin-left: 0;
    }
    .bs4 .offset-xl-1 {
        margin-left: 8.333333%;
    }
    .bs4 .offset-xl-2 {
        margin-left: 16.666667%;
    }
    .bs4 .offset-xl-3 {
        margin-left: 25%;
    }
    .bs4 .offset-xl-4 {
        margin-left: 33.333333%;
    }
    .bs4 .offset-xl-5 {
        margin-left: 41.666667%;
    }
    .bs4 .offset-xl-6 {
        margin-left: 50%;
    }
    .bs4 .offset-xl-7 {
        margin-left: 58.333333%;
    }
    .bs4 .offset-xl-8 {
        margin-left: 66.666667%;
    }
    .bs4 .offset-xl-9 {
        margin-left: 75%;
    }
    .bs4 .offset-xl-10 {
        margin-left: 83.333333%;
    }
    .bs4 .offset-xl-11 {
        margin-left: 91.666667%;
    }
}

.bs4 .d-none {
    display: none !important;
}

.bs4 .d-inline {
    display: inline !important;
}

.bs4 .d-inline-block {
    display: inline-block !important;
}

.bs4 .d-block {
    display: block !important;
}

.bs4 .d-table {
    display: table !important;
}

.bs4 .d-table-row {
    display: table-row !important;
}

.bs4 .d-table-cell {
    display: table-cell !important;
}

.bs4 .d-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
}

.bs4 .d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .bs4 .d-sm-none {
        display: none !important;
    }
    .bs4 .d-sm-inline {
        display: inline !important;
    }
    .bs4 .d-sm-inline-block {
        display: inline-block !important;
    }
    .bs4 .d-sm-block {
        display: block !important;
    }
    .bs4 .d-sm-table {
        display: table !important;
    }
    .bs4 .d-sm-table-row {
        display: table-row !important;
    }
    .bs4 .d-sm-table-cell {
        display: table-cell !important;
    }
    .bs4 .d-sm-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
    }
    .bs4 .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .bs4 .d-md-none {
        display: none !important;
    }
    .bs4 .d-md-inline {
        display: inline !important;
    }
    .bs4 .d-md-inline-block {
        display: inline-block !important;
    }
    .bs4 .d-md-block {
        display: block !important;
    }
    .bs4 .d-md-table {
        display: table !important;
    }
    .bs4 .d-md-table-row {
        display: table-row !important;
    }
    .bs4 .d-md-table-cell {
        display: table-cell !important;
    }
    .bs4 .d-md-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
    }
    .bs4 .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .bs4 .d-lg-none {
        display: none !important;
    }
    .bs4 .d-lg-inline {
        display: inline !important;
    }
    .bs4 .d-lg-inline-block {
        display: inline-block !important;
    }
    .bs4 .d-lg-block {
        display: block !important;
    }
    .bs4 .d-lg-table {
        display: table !important;
    }
    .bs4 .d-lg-table-row {
        display: table-row !important;
    }
    .bs4 .d-lg-table-cell {
        display: table-cell !important;
    }
    .bs4 .d-lg-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
    }
    .bs4 .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .bs4 .d-xl-none {
        display: none !important;
    }
    .bs4 .d-xl-inline {
        display: inline !important;
    }
    .bs4 .d-xl-inline-block {
        display: inline-block !important;
    }
    .bs4 .d-xl-block {
        display: block !important;
    }
    .bs4 .d-xl-table {
        display: table !important;
    }
    .bs4 .d-xl-table-row {
        display: table-row !important;
    }
    .bs4 .d-xl-table-cell {
        display: table-cell !important;
    }
    .bs4 .d-xl-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
    }
    .bs4 .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important;
    }
}

@media print {
    .bs4 .d-print-none {
        display: none !important;
    }
    .bs4 .d-print-inline {
        display: inline !important;
    }
    .bs4 .d-print-inline-block {
        display: inline-block !important;
    }
    .bs4 .d-print-block {
        display: block !important;
    }
    .bs4 .d-print-table {
        display: table !important;
    }
    .bs4 .d-print-table-row {
        display: table-row !important;
    }
    .bs4 .d-print-table-cell {
        display: table-cell !important;
    }
    .bs4 .d-print-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
    }
    .bs4 .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important;
    }
}

.bs4 .flex-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
}

.bs4 .flex-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
}

.bs4 .flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
}

.bs4 .flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important;
}

.bs4 .flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.bs4 .flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.bs4 .flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.bs4 .flex-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important;
}

.bs4 .flex-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
}

.bs4 .flex-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
}

.bs4 .flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.bs4 .flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}

.bs4 .justify-content-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
}

.bs4 .justify-content-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
}

.bs4 .justify-content-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
}

.bs4 .justify-content-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
}

.bs4 .justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.bs4 .align-items-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important;
}

.bs4 .align-items-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important;
}

.bs4 .align-items-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
}

.bs4 .align-items-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
}

.bs4 .align-items-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important;
}

.bs4 .align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.bs4 .align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.bs4 .align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.bs4 .align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.bs4 .align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.bs4 .align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.bs4 .align-self-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
}

.bs4 .align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.bs4 .align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.bs4 .align-self-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
}

.bs4 .align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.bs4 .align-self-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .bs4 .flex-sm-row {
        -ms-flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        flex-direction: row !important;
    }
    .bs4 .flex-sm-column {
        -ms-flex-direction: column !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        flex-direction: column !important;
    }
    .bs4 .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important;
    }
    .bs4 .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important;
    }
    .bs4 .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .bs4 .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .bs4 .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .bs4 .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        -webkit-box-flex: 1 !important;
        flex: 1 1 auto !important;
    }
    .bs4 .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        -webkit-box-flex: 0 !important;
        flex-grow: 0 !important;
    }
    .bs4 .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        -webkit-box-flex: 1 !important;
        flex-grow: 1 !important;
    }
    .bs4 .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .bs4 .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .bs4 .justify-content-sm-start {
        -ms-flex-pack: start !important;
        -webkit-box-pack: start !important;
        justify-content: flex-start !important;
    }
    .bs4 .justify-content-sm-end {
        -ms-flex-pack: end !important;
        -webkit-box-pack: end !important;
        justify-content: flex-end !important;
    }
    .bs4 .justify-content-sm-center {
        -ms-flex-pack: center !important;
        -webkit-box-pack: center !important;
        justify-content: center !important;
    }
    .bs4 .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        -webkit-box-pack: justify !important;
        justify-content: space-between !important;
    }
    .bs4 .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .bs4 .align-items-sm-start {
        -ms-flex-align: start !important;
        -webkit-box-align: start !important;
        align-items: flex-start !important;
    }
    .bs4 .align-items-sm-end {
        -ms-flex-align: end !important;
        -webkit-box-align: end !important;
        align-items: flex-end !important;
    }
    .bs4 .align-items-sm-center {
        -ms-flex-align: center !important;
        -webkit-box-align: center !important;
        align-items: center !important;
    }
    .bs4 .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        -webkit-box-align: baseline !important;
        align-items: baseline !important;
    }
    .bs4 .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        -webkit-box-align: stretch !important;
        align-items: stretch !important;
    }
    .bs4 .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .bs4 .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .bs4 .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .bs4 .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .bs4 .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .bs4 .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .bs4 .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }
    .bs4 .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .bs4 .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .bs4 .align-self-sm-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }
    .bs4 .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .bs4 .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .bs4 .flex-md-row {
        -ms-flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        flex-direction: row !important;
    }
    .bs4 .flex-md-column {
        -ms-flex-direction: column !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        flex-direction: column !important;
    }
    .bs4 .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important;
    }
    .bs4 .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important;
    }
    .bs4 .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .bs4 .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .bs4 .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .bs4 .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        -webkit-box-flex: 1 !important;
        flex: 1 1 auto !important;
    }
    .bs4 .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        -webkit-box-flex: 0 !important;
        flex-grow: 0 !important;
    }
    .bs4 .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        -webkit-box-flex: 1 !important;
        flex-grow: 1 !important;
    }
    .bs4 .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .bs4 .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .bs4 .justify-content-md-start {
        -ms-flex-pack: start !important;
        -webkit-box-pack: start !important;
        justify-content: flex-start !important;
    }
    .bs4 .justify-content-md-end {
        -ms-flex-pack: end !important;
        -webkit-box-pack: end !important;
        justify-content: flex-end !important;
    }
    .bs4 .justify-content-md-center {
        -ms-flex-pack: center !important;
        -webkit-box-pack: center !important;
        justify-content: center !important;
    }
    .bs4 .justify-content-md-between {
        -ms-flex-pack: justify !important;
        -webkit-box-pack: justify !important;
        justify-content: space-between !important;
    }
    .bs4 .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .bs4 .align-items-md-start {
        -ms-flex-align: start !important;
        -webkit-box-align: start !important;
        align-items: flex-start !important;
    }
    .bs4 .align-items-md-end {
        -ms-flex-align: end !important;
        -webkit-box-align: end !important;
        align-items: flex-end !important;
    }
    .bs4 .align-items-md-center {
        -ms-flex-align: center !important;
        -webkit-box-align: center !important;
        align-items: center !important;
    }
    .bs4 .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        -webkit-box-align: baseline !important;
        align-items: baseline !important;
    }
    .bs4 .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        -webkit-box-align: stretch !important;
        align-items: stretch !important;
    }
    .bs4 .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .bs4 .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .bs4 .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .bs4 .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .bs4 .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .bs4 .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .bs4 .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }
    .bs4 .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .bs4 .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .bs4 .align-self-md-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }
    .bs4 .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .bs4 .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .bs4 .flex-lg-row {
        -ms-flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        flex-direction: row !important;
    }
    .bs4 .flex-lg-column {
        -ms-flex-direction: column !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        flex-direction: column !important;
    }
    .bs4 .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important;
    }
    .bs4 .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important;
    }
    .bs4 .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .bs4 .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .bs4 .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .bs4 .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        -webkit-box-flex: 1 !important;
        flex: 1 1 auto !important;
    }
    .bs4 .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        -webkit-box-flex: 0 !important;
        flex-grow: 0 !important;
    }
    .bs4 .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        -webkit-box-flex: 1 !important;
        flex-grow: 1 !important;
    }
    .bs4 .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .bs4 .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .bs4 .justify-content-lg-start {
        -ms-flex-pack: start !important;
        -webkit-box-pack: start !important;
        justify-content: flex-start !important;
    }
    .bs4 .justify-content-lg-end {
        -ms-flex-pack: end !important;
        -webkit-box-pack: end !important;
        justify-content: flex-end !important;
    }
    .bs4 .justify-content-lg-center {
        -ms-flex-pack: center !important;
        -webkit-box-pack: center !important;
        justify-content: center !important;
    }
    .bs4 .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        -webkit-box-pack: justify !important;
        justify-content: space-between !important;
    }
    .bs4 .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .bs4 .align-items-lg-start {
        -ms-flex-align: start !important;
        -webkit-box-align: start !important;
        align-items: flex-start !important;
    }
    .bs4 .align-items-lg-end {
        -ms-flex-align: end !important;
        -webkit-box-align: end !important;
        align-items: flex-end !important;
    }
    .bs4 .align-items-lg-center {
        -ms-flex-align: center !important;
        -webkit-box-align: center !important;
        align-items: center !important;
    }
    .bs4 .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        -webkit-box-align: baseline !important;
        align-items: baseline !important;
    }
    .bs4 .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        -webkit-box-align: stretch !important;
        align-items: stretch !important;
    }
    .bs4 .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .bs4 .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .bs4 .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .bs4 .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .bs4 .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .bs4 .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .bs4 .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }
    .bs4 .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .bs4 .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .bs4 .align-self-lg-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }
    .bs4 .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .bs4 .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .bs4 .flex-xl-row {
        -ms-flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        flex-direction: row !important;
    }
    .bs4 .flex-xl-column {
        -ms-flex-direction: column !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        flex-direction: column !important;
    }
    .bs4 .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important;
    }
    .bs4 .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important;
    }
    .bs4 .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .bs4 .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .bs4 .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .bs4 .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        -webkit-box-flex: 1 !important;
        flex: 1 1 auto !important;
    }
    .bs4 .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        -webkit-box-flex: 0 !important;
        flex-grow: 0 !important;
    }
    .bs4 .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        -webkit-box-flex: 1 !important;
        flex-grow: 1 !important;
    }
    .bs4 .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .bs4 .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .bs4 .justify-content-xl-start {
        -ms-flex-pack: start !important;
        -webkit-box-pack: start !important;
        justify-content: flex-start !important;
    }
    .bs4 .justify-content-xl-end {
        -ms-flex-pack: end !important;
        -webkit-box-pack: end !important;
        justify-content: flex-end !important;
    }
    .bs4 .justify-content-xl-center {
        -ms-flex-pack: center !important;
        -webkit-box-pack: center !important;
        justify-content: center !important;
    }
    .bs4 .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        -webkit-box-pack: justify !important;
        justify-content: space-between !important;
    }
    .bs4 .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .bs4 .align-items-xl-start {
        -ms-flex-align: start !important;
        -webkit-box-align: start !important;
        align-items: flex-start !important;
    }
    .bs4 .align-items-xl-end {
        -ms-flex-align: end !important;
        -webkit-box-align: end !important;
        align-items: flex-end !important;
    }
    .bs4 .align-items-xl-center {
        -ms-flex-align: center !important;
        -webkit-box-align: center !important;
        align-items: center !important;
    }
    .bs4 .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        -webkit-box-align: baseline !important;
        align-items: baseline !important;
    }
    .bs4 .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        -webkit-box-align: stretch !important;
        align-items: stretch !important;
    }
    .bs4 .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .bs4 .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .bs4 .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .bs4 .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .bs4 .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .bs4 .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .bs4 .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }
    .bs4 .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .bs4 .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .bs4 .align-self-xl-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }
    .bs4 .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .bs4 .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

.bs4 .m-0 {
    margin: 0 !important;
}

.bs4 .mt-0,
.bs4 .my-0 {
    margin-top: 0 !important;
}

.bs4 .mr-0,
.bs4 .mx-0 {
    margin-right: 0 !important;
}

.bs4 .mb-0,
.bs4 .my-0 {
    margin-bottom: 0 !important;
}

.bs4 .ml-0,
.bs4 .mx-0 {
    margin-left: 0 !important;
}

.bs4 .m-1 {
    margin: 0.25rem !important;
}

.bs4 .mt-1,
.bs4 .my-1 {
    margin-top: 0.25rem !important;
}

.bs4 .mr-1,
.bs4 .mx-1 {
    margin-right: 0.25rem !important;
}

.bs4 .mb-1,
.bs4 .my-1 {
    margin-bottom: 0.25rem !important;
}

.bs4 .ml-1,
.bs4 .mx-1 {
    margin-left: 0.25rem !important;
}

.bs4 .m-2 {
    margin: 0.5rem !important;
}

.bs4 .mt-2,
.bs4 .my-2 {
    margin-top: 0.5rem !important;
}

.bs4 .mr-2,
.bs4 .mx-2 {
    margin-right: 0.5rem !important;
}

.bs4 .mb-2,
.bs4 .my-2 {
    margin-bottom: 0.5rem !important;
}

.bs4 .ml-2,
.bs4 .mx-2 {
    margin-left: 0.5rem !important;
}

.bs4 .m-3 {
    margin: 1rem !important;
}

.bs4 .mt-3,
.bs4 .my-3 {
    margin-top: 1rem !important;
}

.bs4 .mr-3,
.bs4 .mx-3 {
    margin-right: 1rem !important;
}

.bs4 .mb-3,
.bs4 .my-3 {
    margin-bottom: 1rem !important;
}

.bs4 .ml-3,
.bs4 .mx-3 {
    margin-left: 1rem !important;
}

.bs4 .m-4 {
    margin: 1.5rem !important;
}

.bs4 .mt-4,
.bs4 .my-4 {
    margin-top: 1.5rem !important;
}

.bs4 .mr-4,
.bs4 .mx-4 {
    margin-right: 1.5rem !important;
}

.bs4 .mb-4,
.bs4 .my-4 {
    margin-bottom: 1.5rem !important;
}

.bs4 .ml-4,
.bs4 .mx-4 {
    margin-left: 1.5rem !important;
}

.bs4 .m-5 {
    margin: 3rem !important;
}

.bs4 .mt-5,
.bs4 .my-5 {
    margin-top: 3rem !important;
}

.bs4 .mr-5,
.bs4 .mx-5 {
    margin-right: 3rem !important;
}

.bs4 .mb-5,
.bs4 .my-5 {
    margin-bottom: 3rem !important;
}

.bs4 .ml-5,
.bs4 .mx-5 {
    margin-left: 3rem !important;
}

.bs4 .p-0 {
    padding: 0 !important;
}

.bs4 .pt-0,
.bs4 .py-0 {
    padding-top: 0 !important;
}

.bs4 .pr-0,
.bs4 .px-0 {
    padding-right: 0 !important;
}

.bs4 .pb-0,
.bs4 .py-0 {
    padding-bottom: 0 !important;
}

.bs4 .pl-0,
.bs4 .px-0 {
    padding-left: 0 !important;
}

.bs4 .p-1 {
    padding: 0.25rem !important;
}

.bs4 .pt-1,
.bs4 .py-1 {
    padding-top: 0.25rem !important;
}

.bs4 .pr-1,
.bs4 .px-1 {
    padding-right: 0.25rem !important;
}

.bs4 .pb-1,
.bs4 .py-1 {
    padding-bottom: 0.25rem !important;
}

.bs4 .pl-1,
.bs4 .px-1 {
    padding-left: 0.25rem !important;
}

.bs4 .p-2 {
    padding: 0.5rem !important;
}

.bs4 .pt-2,
.bs4 .py-2 {
    padding-top: 0.5rem !important;
}

.bs4 .pr-2,
.bs4 .px-2 {
    padding-right: 0.5rem !important;
}

.bs4 .pb-2,
.bs4 .py-2 {
    padding-bottom: 0.5rem !important;
}

.bs4 .pl-2,
.bs4 .px-2 {
    padding-left: 0.5rem !important;
}

.bs4 .p-3 {
    padding: 1rem !important;
}

.bs4 .pt-3,
.bs4 .py-3 {
    padding-top: 1rem !important;
}

.bs4 .pr-3,
.bs4 .px-3 {
    padding-right: 1rem !important;
}

.bs4 .pb-3,
.bs4 .py-3 {
    padding-bottom: 1rem !important;
}

.bs4 .pl-3,
.bs4 .px-3 {
    padding-left: 1rem !important;
}

.bs4 .p-4 {
    padding: 1.5rem !important;
}

.bs4 .pt-4,
.bs4 .py-4 {
    padding-top: 1.5rem !important;
}

.bs4 .pr-4,
.bs4 .px-4 {
    padding-right: 1.5rem !important;
}

.bs4 .pb-4,
.bs4 .py-4 {
    padding-bottom: 1.5rem !important;
}

.bs4 .pl-4,
.bs4 .px-4 {
    padding-left: 1.5rem !important;
}

.bs4 .p-5 {
    padding: 3rem !important;
}

.bs4 .pt-5,
.bs4 .py-5 {
    padding-top: 3rem !important;
}

.bs4 .pr-5,
.bs4 .px-5 {
    padding-right: 3rem !important;
}

.bs4 .pb-5,
.bs4 .py-5 {
    padding-bottom: 3rem !important;
}

.bs4 .pl-5,
.bs4 .px-5 {
    padding-left: 3rem !important;
}

.bs4 .m-n1 {
    margin: -0.25rem !important;
}

.bs4 .mt-n1,
.bs4 .my-n1 {
    margin-top: -0.25rem !important;
}

.bs4 .mr-n1,
.bs4 .mx-n1 {
    margin-right: -0.25rem !important;
}

.bs4 .mb-n1,
.bs4 .my-n1 {
    margin-bottom: -0.25rem !important;
}

.bs4 .ml-n1,
.bs4 .mx-n1 {
    margin-left: -0.25rem !important;
}

.bs4 .m-n2 {
    margin: -0.5rem !important;
}

.bs4 .mt-n2,
.bs4 .my-n2 {
    margin-top: -0.5rem !important;
}

.bs4 .mr-n2,
.bs4 .mx-n2 {
    margin-right: -0.5rem !important;
}

.bs4 .mb-n2,
.bs4 .my-n2 {
    margin-bottom: -0.5rem !important;
}

.bs4 .ml-n2,
.bs4 .mx-n2 {
    margin-left: -0.5rem !important;
}

.bs4 .m-n3 {
    margin: -1rem !important;
}

.bs4 .mt-n3,
.bs4 .my-n3 {
    margin-top: -1rem !important;
}

.bs4 .mr-n3,
.bs4 .mx-n3 {
    margin-right: -1rem !important;
}

.bs4 .mb-n3,
.bs4 .my-n3 {
    margin-bottom: -1rem !important;
}

.bs4 .ml-n3,
.bs4 .mx-n3 {
    margin-left: -1rem !important;
}

.bs4 .m-n4 {
    margin: -1.5rem !important;
}

.bs4 .mt-n4,
.bs4 .my-n4 {
    margin-top: -1.5rem !important;
}

.bs4 .mr-n4,
.bs4 .mx-n4 {
    margin-right: -1.5rem !important;
}

.bs4 .mb-n4,
.bs4 .my-n4 {
    margin-bottom: -1.5rem !important;
}

.bs4 .ml-n4,
.bs4 .mx-n4 {
    margin-left: -1.5rem !important;
}

.bs4 .m-n5 {
    margin: -3rem !important;
}

.bs4 .mt-n5,
.bs4 .my-n5 {
    margin-top: -3rem !important;
}

.bs4 .mr-n5,
.bs4 .mx-n5 {
    margin-right: -3rem !important;
}

.bs4 .mb-n5,
.bs4 .my-n5 {
    margin-bottom: -3rem !important;
}

.bs4 .ml-n5,
.bs4 .mx-n5 {
    margin-left: -3rem !important;
}

.bs4 .m-auto {
    margin: auto !important;
}

.bs4 .mt-auto,
.bs4 .my-auto {
    margin-top: auto !important;
}

.bs4 .mr-auto,
.bs4 .mx-auto {
    margin-right: auto !important;
}

.bs4 .mb-auto,
.bs4 .my-auto {
    margin-bottom: auto !important;
}

.bs4 .ml-auto,
.bs4 .mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .bs4 .m-sm-0 {
        margin: 0 !important;
    }
    .bs4 .mt-sm-0,
    .bs4 .my-sm-0 {
        margin-top: 0 !important;
    }
    .bs4 .mr-sm-0,
    .bs4 .mx-sm-0 {
        margin-right: 0 !important;
    }
    .bs4 .mb-sm-0,
    .bs4 .my-sm-0 {
        margin-bottom: 0 !important;
    }
    .bs4 .ml-sm-0,
    .bs4 .mx-sm-0 {
        margin-left: 0 !important;
    }
    .bs4 .m-sm-1 {
        margin: 0.25rem !important;
    }
    .bs4 .mt-sm-1,
    .bs4 .my-sm-1 {
        margin-top: 0.25rem !important;
    }
    .bs4 .mr-sm-1,
    .bs4 .mx-sm-1 {
        margin-right: 0.25rem !important;
    }
    .bs4 .mb-sm-1,
    .bs4 .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .bs4 .ml-sm-1,
    .bs4 .mx-sm-1 {
        margin-left: 0.25rem !important;
    }
    .bs4 .m-sm-2 {
        margin: 0.5rem !important;
    }
    .bs4 .mt-sm-2,
    .bs4 .my-sm-2 {
        margin-top: 0.5rem !important;
    }
    .bs4 .mr-sm-2,
    .bs4 .mx-sm-2 {
        margin-right: 0.5rem !important;
    }
    .bs4 .mb-sm-2,
    .bs4 .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .bs4 .ml-sm-2,
    .bs4 .mx-sm-2 {
        margin-left: 0.5rem !important;
    }
    .bs4 .m-sm-3 {
        margin: 1rem !important;
    }
    .bs4 .mt-sm-3,
    .bs4 .my-sm-3 {
        margin-top: 1rem !important;
    }
    .bs4 .mr-sm-3,
    .bs4 .mx-sm-3 {
        margin-right: 1rem !important;
    }
    .bs4 .mb-sm-3,
    .bs4 .my-sm-3 {
        margin-bottom: 1rem !important;
    }
    .bs4 .ml-sm-3,
    .bs4 .mx-sm-3 {
        margin-left: 1rem !important;
    }
    .bs4 .m-sm-4 {
        margin: 1.5rem !important;
    }
    .bs4 .mt-sm-4,
    .bs4 .my-sm-4 {
        margin-top: 1.5rem !important;
    }
    .bs4 .mr-sm-4,
    .bs4 .mx-sm-4 {
        margin-right: 1.5rem !important;
    }
    .bs4 .mb-sm-4,
    .bs4 .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .bs4 .ml-sm-4,
    .bs4 .mx-sm-4 {
        margin-left: 1.5rem !important;
    }
    .bs4 .m-sm-5 {
        margin: 3rem !important;
    }
    .bs4 .mt-sm-5,
    .bs4 .my-sm-5 {
        margin-top: 3rem !important;
    }
    .bs4 .mr-sm-5,
    .bs4 .mx-sm-5 {
        margin-right: 3rem !important;
    }
    .bs4 .mb-sm-5,
    .bs4 .my-sm-5 {
        margin-bottom: 3rem !important;
    }
    .bs4 .ml-sm-5,
    .bs4 .mx-sm-5 {
        margin-left: 3rem !important;
    }
    .bs4 .p-sm-0 {
        padding: 0 !important;
    }
    .bs4 .pt-sm-0,
    .bs4 .py-sm-0 {
        padding-top: 0 !important;
    }
    .bs4 .pr-sm-0,
    .bs4 .px-sm-0 {
        padding-right: 0 !important;
    }
    .bs4 .pb-sm-0,
    .bs4 .py-sm-0 {
        padding-bottom: 0 !important;
    }
    .bs4 .pl-sm-0,
    .bs4 .px-sm-0 {
        padding-left: 0 !important;
    }
    .bs4 .p-sm-1 {
        padding: 0.25rem !important;
    }
    .bs4 .pt-sm-1,
    .bs4 .py-sm-1 {
        padding-top: 0.25rem !important;
    }
    .bs4 .pr-sm-1,
    .bs4 .px-sm-1 {
        padding-right: 0.25rem !important;
    }
    .bs4 .pb-sm-1,
    .bs4 .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .bs4 .pl-sm-1,
    .bs4 .px-sm-1 {
        padding-left: 0.25rem !important;
    }
    .bs4 .p-sm-2 {
        padding: 0.5rem !important;
    }
    .bs4 .pt-sm-2,
    .bs4 .py-sm-2 {
        padding-top: 0.5rem !important;
    }
    .bs4 .pr-sm-2,
    .bs4 .px-sm-2 {
        padding-right: 0.5rem !important;
    }
    .bs4 .pb-sm-2,
    .bs4 .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .bs4 .pl-sm-2,
    .bs4 .px-sm-2 {
        padding-left: 0.5rem !important;
    }
    .bs4 .p-sm-3 {
        padding: 1rem !important;
    }
    .bs4 .pt-sm-3,
    .bs4 .py-sm-3 {
        padding-top: 1rem !important;
    }
    .bs4 .pr-sm-3,
    .bs4 .px-sm-3 {
        padding-right: 1rem !important;
    }
    .bs4 .pb-sm-3,
    .bs4 .py-sm-3 {
        padding-bottom: 1rem !important;
    }
    .bs4 .pl-sm-3,
    .bs4 .px-sm-3 {
        padding-left: 1rem !important;
    }
    .bs4 .p-sm-4 {
        padding: 1.5rem !important;
    }
    .bs4 .pt-sm-4,
    .bs4 .py-sm-4 {
        padding-top: 1.5rem !important;
    }
    .bs4 .pr-sm-4,
    .bs4 .px-sm-4 {
        padding-right: 1.5rem !important;
    }
    .bs4 .pb-sm-4,
    .bs4 .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .bs4 .pl-sm-4,
    .bs4 .px-sm-4 {
        padding-left: 1.5rem !important;
    }
    .bs4 .p-sm-5 {
        padding: 3rem !important;
    }
    .bs4 .pt-sm-5,
    .bs4 .py-sm-5 {
        padding-top: 3rem !important;
    }
    .bs4 .pr-sm-5,
    .bs4 .px-sm-5 {
        padding-right: 3rem !important;
    }
    .bs4 .pb-sm-5,
    .bs4 .py-sm-5 {
        padding-bottom: 3rem !important;
    }
    .bs4 .pl-sm-5,
    .bs4 .px-sm-5 {
        padding-left: 3rem !important;
    }
    .bs4 .m-sm-n1 {
        margin: -0.25rem !important;
    }
    .bs4 .mt-sm-n1,
    .bs4 .my-sm-n1 {
        margin-top: -0.25rem !important;
    }
    .bs4 .mr-sm-n1,
    .bs4 .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }
    .bs4 .mb-sm-n1,
    .bs4 .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }
    .bs4 .ml-sm-n1,
    .bs4 .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }
    .bs4 .m-sm-n2 {
        margin: -0.5rem !important;
    }
    .bs4 .mt-sm-n2,
    .bs4 .my-sm-n2 {
        margin-top: -0.5rem !important;
    }
    .bs4 .mr-sm-n2,
    .bs4 .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }
    .bs4 .mb-sm-n2,
    .bs4 .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }
    .bs4 .ml-sm-n2,
    .bs4 .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }
    .bs4 .m-sm-n3 {
        margin: -1rem !important;
    }
    .bs4 .mt-sm-n3,
    .bs4 .my-sm-n3 {
        margin-top: -1rem !important;
    }
    .bs4 .mr-sm-n3,
    .bs4 .mx-sm-n3 {
        margin-right: -1rem !important;
    }
    .bs4 .mb-sm-n3,
    .bs4 .my-sm-n3 {
        margin-bottom: -1rem !important;
    }
    .bs4 .ml-sm-n3,
    .bs4 .mx-sm-n3 {
        margin-left: -1rem !important;
    }
    .bs4 .m-sm-n4 {
        margin: -1.5rem !important;
    }
    .bs4 .mt-sm-n4,
    .bs4 .my-sm-n4 {
        margin-top: -1.5rem !important;
    }
    .bs4 .mr-sm-n4,
    .bs4 .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }
    .bs4 .mb-sm-n4,
    .bs4 .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }
    .bs4 .ml-sm-n4,
    .bs4 .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }
    .bs4 .m-sm-n5 {
        margin: -3rem !important;
    }
    .bs4 .mt-sm-n5,
    .bs4 .my-sm-n5 {
        margin-top: -3rem !important;
    }
    .bs4 .mr-sm-n5,
    .bs4 .mx-sm-n5 {
        margin-right: -3rem !important;
    }
    .bs4 .mb-sm-n5,
    .bs4 .my-sm-n5 {
        margin-bottom: -3rem !important;
    }
    .bs4 .ml-sm-n5,
    .bs4 .mx-sm-n5 {
        margin-left: -3rem !important;
    }
    .bs4 .m-sm-auto {
        margin: auto !important;
    }
    .bs4 .mt-sm-auto,
    .bs4 .my-sm-auto {
        margin-top: auto !important;
    }
    .bs4 .mr-sm-auto,
    .bs4 .mx-sm-auto {
        margin-right: auto !important;
    }
    .bs4 .mb-sm-auto,
    .bs4 .my-sm-auto {
        margin-bottom: auto !important;
    }
    .bs4 .ml-sm-auto,
    .bs4 .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .bs4 .m-md-0 {
        margin: 0 !important;
    }
    .bs4 .mt-md-0,
    .bs4 .my-md-0 {
        margin-top: 0 !important;
    }
    .bs4 .mr-md-0,
    .bs4 .mx-md-0 {
        margin-right: 0 !important;
    }
    .bs4 .mb-md-0,
    .bs4 .my-md-0 {
        margin-bottom: 0 !important;
    }
    .bs4 .ml-md-0,
    .bs4 .mx-md-0 {
        margin-left: 0 !important;
    }
    .bs4 .m-md-1 {
        margin: 0.25rem !important;
    }
    .bs4 .mt-md-1,
    .bs4 .my-md-1 {
        margin-top: 0.25rem !important;
    }
    .bs4 .mr-md-1,
    .bs4 .mx-md-1 {
        margin-right: 0.25rem !important;
    }
    .bs4 .mb-md-1,
    .bs4 .my-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .bs4 .ml-md-1,
    .bs4 .mx-md-1 {
        margin-left: 0.25rem !important;
    }
    .bs4 .m-md-2 {
        margin: 0.5rem !important;
    }
    .bs4 .mt-md-2,
    .bs4 .my-md-2 {
        margin-top: 0.5rem !important;
    }
    .bs4 .mr-md-2,
    .bs4 .mx-md-2 {
        margin-right: 0.5rem !important;
    }
    .bs4 .mb-md-2,
    .bs4 .my-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .bs4 .ml-md-2,
    .bs4 .mx-md-2 {
        margin-left: 0.5rem !important;
    }
    .bs4 .m-md-3 {
        margin: 1rem !important;
    }
    .bs4 .mt-md-3,
    .bs4 .my-md-3 {
        margin-top: 1rem !important;
    }
    .bs4 .mr-md-3,
    .bs4 .mx-md-3 {
        margin-right: 1rem !important;
    }
    .bs4 .mb-md-3,
    .bs4 .my-md-3 {
        margin-bottom: 1rem !important;
    }
    .bs4 .ml-md-3,
    .bs4 .mx-md-3 {
        margin-left: 1rem !important;
    }
    .bs4 .m-md-4 {
        margin: 1.5rem !important;
    }
    .bs4 .mt-md-4,
    .bs4 .my-md-4 {
        margin-top: 1.5rem !important;
    }
    .bs4 .mr-md-4,
    .bs4 .mx-md-4 {
        margin-right: 1.5rem !important;
    }
    .bs4 .mb-md-4,
    .bs4 .my-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .bs4 .ml-md-4,
    .bs4 .mx-md-4 {
        margin-left: 1.5rem !important;
    }
    .bs4 .m-md-5 {
        margin: 3rem !important;
    }
    .bs4 .mt-md-5,
    .bs4 .my-md-5 {
        margin-top: 3rem !important;
    }
    .bs4 .mr-md-5,
    .bs4 .mx-md-5 {
        margin-right: 3rem !important;
    }
    .bs4 .mb-md-5,
    .bs4 .my-md-5 {
        margin-bottom: 3rem !important;
    }
    .bs4 .ml-md-5,
    .bs4 .mx-md-5 {
        margin-left: 3rem !important;
    }
    .bs4 .p-md-0 {
        padding: 0 !important;
    }
    .bs4 .pt-md-0,
    .bs4 .py-md-0 {
        padding-top: 0 !important;
    }
    .bs4 .pr-md-0,
    .bs4 .px-md-0 {
        padding-right: 0 !important;
    }
    .bs4 .pb-md-0,
    .bs4 .py-md-0 {
        padding-bottom: 0 !important;
    }
    .bs4 .pl-md-0,
    .bs4 .px-md-0 {
        padding-left: 0 !important;
    }
    .bs4 .p-md-1 {
        padding: 0.25rem !important;
    }
    .bs4 .pt-md-1,
    .bs4 .py-md-1 {
        padding-top: 0.25rem !important;
    }
    .bs4 .pr-md-1,
    .bs4 .px-md-1 {
        padding-right: 0.25rem !important;
    }
    .bs4 .pb-md-1,
    .bs4 .py-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .bs4 .pl-md-1,
    .bs4 .px-md-1 {
        padding-left: 0.25rem !important;
    }
    .bs4 .p-md-2 {
        padding: 0.5rem !important;
    }
    .bs4 .pt-md-2,
    .bs4 .py-md-2 {
        padding-top: 0.5rem !important;
    }
    .bs4 .pr-md-2,
    .bs4 .px-md-2 {
        padding-right: 0.5rem !important;
    }
    .bs4 .pb-md-2,
    .bs4 .py-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .bs4 .pl-md-2,
    .bs4 .px-md-2 {
        padding-left: 0.5rem !important;
    }
    .bs4 .p-md-3 {
        padding: 1rem !important;
    }
    .bs4 .pt-md-3,
    .bs4 .py-md-3 {
        padding-top: 1rem !important;
    }
    .bs4 .pr-md-3,
    .bs4 .px-md-3 {
        padding-right: 1rem !important;
    }
    .bs4 .pb-md-3,
    .bs4 .py-md-3 {
        padding-bottom: 1rem !important;
    }
    .bs4 .pl-md-3,
    .bs4 .px-md-3 {
        padding-left: 1rem !important;
    }
    .bs4 .p-md-4 {
        padding: 1.5rem !important;
    }
    .bs4 .pt-md-4,
    .bs4 .py-md-4 {
        padding-top: 1.5rem !important;
    }
    .bs4 .pr-md-4,
    .bs4 .px-md-4 {
        padding-right: 1.5rem !important;
    }
    .bs4 .pb-md-4,
    .bs4 .py-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .bs4 .pl-md-4,
    .bs4 .px-md-4 {
        padding-left: 1.5rem !important;
    }
    .bs4 .p-md-5 {
        padding: 3rem !important;
    }
    .bs4 .pt-md-5,
    .bs4 .py-md-5 {
        padding-top: 3rem !important;
    }
    .bs4 .pr-md-5,
    .bs4 .px-md-5 {
        padding-right: 3rem !important;
    }
    .bs4 .pb-md-5,
    .bs4 .py-md-5 {
        padding-bottom: 3rem !important;
    }
    .bs4 .pl-md-5,
    .bs4 .px-md-5 {
        padding-left: 3rem !important;
    }
    .bs4 .m-md-n1 {
        margin: -0.25rem !important;
    }
    .bs4 .mt-md-n1,
    .bs4 .my-md-n1 {
        margin-top: -0.25rem !important;
    }
    .bs4 .mr-md-n1,
    .bs4 .mx-md-n1 {
        margin-right: -0.25rem !important;
    }
    .bs4 .mb-md-n1,
    .bs4 .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }
    .bs4 .ml-md-n1,
    .bs4 .mx-md-n1 {
        margin-left: -0.25rem !important;
    }
    .bs4 .m-md-n2 {
        margin: -0.5rem !important;
    }
    .bs4 .mt-md-n2,
    .bs4 .my-md-n2 {
        margin-top: -0.5rem !important;
    }
    .bs4 .mr-md-n2,
    .bs4 .mx-md-n2 {
        margin-right: -0.5rem !important;
    }
    .bs4 .mb-md-n2,
    .bs4 .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }
    .bs4 .ml-md-n2,
    .bs4 .mx-md-n2 {
        margin-left: -0.5rem !important;
    }
    .bs4 .m-md-n3 {
        margin: -1rem !important;
    }
    .bs4 .mt-md-n3,
    .bs4 .my-md-n3 {
        margin-top: -1rem !important;
    }
    .bs4 .mr-md-n3,
    .bs4 .mx-md-n3 {
        margin-right: -1rem !important;
    }
    .bs4 .mb-md-n3,
    .bs4 .my-md-n3 {
        margin-bottom: -1rem !important;
    }
    .bs4 .ml-md-n3,
    .bs4 .mx-md-n3 {
        margin-left: -1rem !important;
    }
    .bs4 .m-md-n4 {
        margin: -1.5rem !important;
    }
    .bs4 .mt-md-n4,
    .bs4 .my-md-n4 {
        margin-top: -1.5rem !important;
    }
    .bs4 .mr-md-n4,
    .bs4 .mx-md-n4 {
        margin-right: -1.5rem !important;
    }
    .bs4 .mb-md-n4,
    .bs4 .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }
    .bs4 .ml-md-n4,
    .bs4 .mx-md-n4 {
        margin-left: -1.5rem !important;
    }
    .bs4 .m-md-n5 {
        margin: -3rem !important;
    }
    .bs4 .mt-md-n5,
    .bs4 .my-md-n5 {
        margin-top: -3rem !important;
    }
    .bs4 .mr-md-n5,
    .bs4 .mx-md-n5 {
        margin-right: -3rem !important;
    }
    .bs4 .mb-md-n5,
    .bs4 .my-md-n5 {
        margin-bottom: -3rem !important;
    }
    .bs4 .ml-md-n5,
    .bs4 .mx-md-n5 {
        margin-left: -3rem !important;
    }
    .bs4 .m-md-auto {
        margin: auto !important;
    }
    .bs4 .mt-md-auto,
    .bs4 .my-md-auto {
        margin-top: auto !important;
    }
    .bs4 .mr-md-auto,
    .bs4 .mx-md-auto {
        margin-right: auto !important;
    }
    .bs4 .mb-md-auto,
    .bs4 .my-md-auto {
        margin-bottom: auto !important;
    }
    .bs4 .ml-md-auto,
    .bs4 .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .bs4 .m-lg-0 {
        margin: 0 !important;
    }
    .bs4 .mt-lg-0,
    .bs4 .my-lg-0 {
        margin-top: 0 !important;
    }
    .bs4 .mr-lg-0,
    .bs4 .mx-lg-0 {
        margin-right: 0 !important;
    }
    .bs4 .mb-lg-0,
    .bs4 .my-lg-0 {
        margin-bottom: 0 !important;
    }
    .bs4 .ml-lg-0,
    .bs4 .mx-lg-0 {
        margin-left: 0 !important;
    }
    .bs4 .m-lg-1 {
        margin: 0.25rem !important;
    }
    .bs4 .mt-lg-1,
    .bs4 .my-lg-1 {
        margin-top: 0.25rem !important;
    }
    .bs4 .mr-lg-1,
    .bs4 .mx-lg-1 {
        margin-right: 0.25rem !important;
    }
    .bs4 .mb-lg-1,
    .bs4 .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .bs4 .ml-lg-1,
    .bs4 .mx-lg-1 {
        margin-left: 0.25rem !important;
    }
    .bs4 .m-lg-2 {
        margin: 0.5rem !important;
    }
    .bs4 .mt-lg-2,
    .bs4 .my-lg-2 {
        margin-top: 0.5rem !important;
    }
    .bs4 .mr-lg-2,
    .bs4 .mx-lg-2 {
        margin-right: 0.5rem !important;
    }
    .bs4 .mb-lg-2,
    .bs4 .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .bs4 .ml-lg-2,
    .bs4 .mx-lg-2 {
        margin-left: 0.5rem !important;
    }
    .bs4 .m-lg-3 {
        margin: 1rem !important;
    }
    .bs4 .mt-lg-3,
    .bs4 .my-lg-3 {
        margin-top: 1rem !important;
    }
    .bs4 .mr-lg-3,
    .bs4 .mx-lg-3 {
        margin-right: 1rem !important;
    }
    .bs4 .mb-lg-3,
    .bs4 .my-lg-3 {
        margin-bottom: 1rem !important;
    }
    .bs4 .ml-lg-3,
    .bs4 .mx-lg-3 {
        margin-left: 1rem !important;
    }
    .bs4 .m-lg-4 {
        margin: 1.5rem !important;
    }
    .bs4 .mt-lg-4,
    .bs4 .my-lg-4 {
        margin-top: 1.5rem !important;
    }
    .bs4 .mr-lg-4,
    .bs4 .mx-lg-4 {
        margin-right: 1.5rem !important;
    }
    .bs4 .mb-lg-4,
    .bs4 .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .bs4 .ml-lg-4,
    .bs4 .mx-lg-4 {
        margin-left: 1.5rem !important;
    }
    .bs4 .m-lg-5 {
        margin: 3rem !important;
    }
    .bs4 .mt-lg-5,
    .bs4 .my-lg-5 {
        margin-top: 3rem !important;
    }
    .bs4 .mr-lg-5,
    .bs4 .mx-lg-5 {
        margin-right: 3rem !important;
    }
    .bs4 .mb-lg-5,
    .bs4 .my-lg-5 {
        margin-bottom: 3rem !important;
    }
    .bs4 .ml-lg-5,
    .bs4 .mx-lg-5 {
        margin-left: 3rem !important;
    }
    .bs4 .p-lg-0 {
        padding: 0 !important;
    }
    .bs4 .pt-lg-0,
    .bs4 .py-lg-0 {
        padding-top: 0 !important;
    }
    .bs4 .pr-lg-0,
    .bs4 .px-lg-0 {
        padding-right: 0 !important;
    }
    .bs4 .pb-lg-0,
    .bs4 .py-lg-0 {
        padding-bottom: 0 !important;
    }
    .bs4 .pl-lg-0,
    .bs4 .px-lg-0 {
        padding-left: 0 !important;
    }
    .bs4 .p-lg-1 {
        padding: 0.25rem !important;
    }
    .bs4 .pt-lg-1,
    .bs4 .py-lg-1 {
        padding-top: 0.25rem !important;
    }
    .bs4 .pr-lg-1,
    .bs4 .px-lg-1 {
        padding-right: 0.25rem !important;
    }
    .bs4 .pb-lg-1,
    .bs4 .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .bs4 .pl-lg-1,
    .bs4 .px-lg-1 {
        padding-left: 0.25rem !important;
    }
    .bs4 .p-lg-2 {
        padding: 0.5rem !important;
    }
    .bs4 .pt-lg-2,
    .bs4 .py-lg-2 {
        padding-top: 0.5rem !important;
    }
    .bs4 .pr-lg-2,
    .bs4 .px-lg-2 {
        padding-right: 0.5rem !important;
    }
    .bs4 .pb-lg-2,
    .bs4 .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .bs4 .pl-lg-2,
    .bs4 .px-lg-2 {
        padding-left: 0.5rem !important;
    }
    .bs4 .p-lg-3 {
        padding: 1rem !important;
    }
    .bs4 .pt-lg-3,
    .bs4 .py-lg-3 {
        padding-top: 1rem !important;
    }
    .bs4 .pr-lg-3,
    .bs4 .px-lg-3 {
        padding-right: 1rem !important;
    }
    .bs4 .pb-lg-3,
    .bs4 .py-lg-3 {
        padding-bottom: 1rem !important;
    }
    .bs4 .pl-lg-3,
    .bs4 .px-lg-3 {
        padding-left: 1rem !important;
    }
    .bs4 .p-lg-4 {
        padding: 1.5rem !important;
    }
    .bs4 .pt-lg-4,
    .bs4 .py-lg-4 {
        padding-top: 1.5rem !important;
    }
    .bs4 .pr-lg-4,
    .bs4 .px-lg-4 {
        padding-right: 1.5rem !important;
    }
    .bs4 .pb-lg-4,
    .bs4 .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .bs4 .pl-lg-4,
    .bs4 .px-lg-4 {
        padding-left: 1.5rem !important;
    }
    .bs4 .p-lg-5 {
        padding: 3rem !important;
    }
    .bs4 .pt-lg-5,
    .bs4 .py-lg-5 {
        padding-top: 3rem !important;
    }
    .bs4 .pr-lg-5,
    .bs4 .px-lg-5 {
        padding-right: 3rem !important;
    }
    .bs4 .pb-lg-5,
    .bs4 .py-lg-5 {
        padding-bottom: 3rem !important;
    }
    .bs4 .pl-lg-5,
    .bs4 .px-lg-5 {
        padding-left: 3rem !important;
    }
    .bs4 .m-lg-n1 {
        margin: -0.25rem !important;
    }
    .bs4 .mt-lg-n1,
    .bs4 .my-lg-n1 {
        margin-top: -0.25rem !important;
    }
    .bs4 .mr-lg-n1,
    .bs4 .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }
    .bs4 .mb-lg-n1,
    .bs4 .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }
    .bs4 .ml-lg-n1,
    .bs4 .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }
    .bs4 .m-lg-n2 {
        margin: -0.5rem !important;
    }
    .bs4 .mt-lg-n2,
    .bs4 .my-lg-n2 {
        margin-top: -0.5rem !important;
    }
    .bs4 .mr-lg-n2,
    .bs4 .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }
    .bs4 .mb-lg-n2,
    .bs4 .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }
    .bs4 .ml-lg-n2,
    .bs4 .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }
    .bs4 .m-lg-n3 {
        margin: -1rem !important;
    }
    .bs4 .mt-lg-n3,
    .bs4 .my-lg-n3 {
        margin-top: -1rem !important;
    }
    .bs4 .mr-lg-n3,
    .bs4 .mx-lg-n3 {
        margin-right: -1rem !important;
    }
    .bs4 .mb-lg-n3,
    .bs4 .my-lg-n3 {
        margin-bottom: -1rem !important;
    }
    .bs4 .ml-lg-n3,
    .bs4 .mx-lg-n3 {
        margin-left: -1rem !important;
    }
    .bs4 .m-lg-n4 {
        margin: -1.5rem !important;
    }
    .bs4 .mt-lg-n4,
    .bs4 .my-lg-n4 {
        margin-top: -1.5rem !important;
    }
    .bs4 .mr-lg-n4,
    .bs4 .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }
    .bs4 .mb-lg-n4,
    .bs4 .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }
    .bs4 .ml-lg-n4,
    .bs4 .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }
    .bs4 .m-lg-n5 {
        margin: -3rem !important;
    }
    .bs4 .mt-lg-n5,
    .bs4 .my-lg-n5 {
        margin-top: -3rem !important;
    }
    .bs4 .mr-lg-n5,
    .bs4 .mx-lg-n5 {
        margin-right: -3rem !important;
    }
    .bs4 .mb-lg-n5,
    .bs4 .my-lg-n5 {
        margin-bottom: -3rem !important;
    }
    .bs4 .ml-lg-n5,
    .bs4 .mx-lg-n5 {
        margin-left: -3rem !important;
    }
    .bs4 .m-lg-auto {
        margin: auto !important;
    }
    .bs4 .mt-lg-auto,
    .bs4 .my-lg-auto {
        margin-top: auto !important;
    }
    .bs4 .mr-lg-auto,
    .bs4 .mx-lg-auto {
        margin-right: auto !important;
    }
    .bs4 .mb-lg-auto,
    .bs4 .my-lg-auto {
        margin-bottom: auto !important;
    }
    .bs4 .ml-lg-auto,
    .bs4 .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .bs4 .m-xl-0 {
        margin: 0 !important;
    }
    .bs4 .mt-xl-0,
    .bs4 .my-xl-0 {
        margin-top: 0 !important;
    }
    .bs4 .mr-xl-0,
    .bs4 .mx-xl-0 {
        margin-right: 0 !important;
    }
    .bs4 .mb-xl-0,
    .bs4 .my-xl-0 {
        margin-bottom: 0 !important;
    }
    .bs4 .ml-xl-0,
    .bs4 .mx-xl-0 {
        margin-left: 0 !important;
    }
    .bs4 .m-xl-1 {
        margin: 0.25rem !important;
    }
    .bs4 .mt-xl-1,
    .bs4 .my-xl-1 {
        margin-top: 0.25rem !important;
    }
    .bs4 .mr-xl-1,
    .bs4 .mx-xl-1 {
        margin-right: 0.25rem !important;
    }
    .bs4 .mb-xl-1,
    .bs4 .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .bs4 .ml-xl-1,
    .bs4 .mx-xl-1 {
        margin-left: 0.25rem !important;
    }
    .bs4 .m-xl-2 {
        margin: 0.5rem !important;
    }
    .bs4 .mt-xl-2,
    .bs4 .my-xl-2 {
        margin-top: 0.5rem !important;
    }
    .bs4 .mr-xl-2,
    .bs4 .mx-xl-2 {
        margin-right: 0.5rem !important;
    }
    .bs4 .mb-xl-2,
    .bs4 .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .bs4 .ml-xl-2,
    .bs4 .mx-xl-2 {
        margin-left: 0.5rem !important;
    }
    .bs4 .m-xl-3 {
        margin: 1rem !important;
    }
    .bs4 .mt-xl-3,
    .bs4 .my-xl-3 {
        margin-top: 1rem !important;
    }
    .bs4 .mr-xl-3,
    .bs4 .mx-xl-3 {
        margin-right: 1rem !important;
    }
    .bs4 .mb-xl-3,
    .bs4 .my-xl-3 {
        margin-bottom: 1rem !important;
    }
    .bs4 .ml-xl-3,
    .bs4 .mx-xl-3 {
        margin-left: 1rem !important;
    }
    .bs4 .m-xl-4 {
        margin: 1.5rem !important;
    }
    .bs4 .mt-xl-4,
    .bs4 .my-xl-4 {
        margin-top: 1.5rem !important;
    }
    .bs4 .mr-xl-4,
    .bs4 .mx-xl-4 {
        margin-right: 1.5rem !important;
    }
    .bs4 .mb-xl-4,
    .bs4 .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .bs4 .ml-xl-4,
    .bs4 .mx-xl-4 {
        margin-left: 1.5rem !important;
    }
    .bs4 .m-xl-5 {
        margin: 3rem !important;
    }
    .bs4 .mt-xl-5,
    .bs4 .my-xl-5 {
        margin-top: 3rem !important;
    }
    .bs4 .mr-xl-5,
    .bs4 .mx-xl-5 {
        margin-right: 3rem !important;
    }
    .bs4 .mb-xl-5,
    .bs4 .my-xl-5 {
        margin-bottom: 3rem !important;
    }
    .bs4 .ml-xl-5,
    .bs4 .mx-xl-5 {
        margin-left: 3rem !important;
    }
    .bs4 .p-xl-0 {
        padding: 0 !important;
    }
    .bs4 .pt-xl-0,
    .bs4 .py-xl-0 {
        padding-top: 0 !important;
    }
    .bs4 .pr-xl-0,
    .bs4 .px-xl-0 {
        padding-right: 0 !important;
    }
    .bs4 .pb-xl-0,
    .bs4 .py-xl-0 {
        padding-bottom: 0 !important;
    }
    .bs4 .pl-xl-0,
    .bs4 .px-xl-0 {
        padding-left: 0 !important;
    }
    .bs4 .p-xl-1 {
        padding: 0.25rem !important;
    }
    .bs4 .pt-xl-1,
    .bs4 .py-xl-1 {
        padding-top: 0.25rem !important;
    }
    .bs4 .pr-xl-1,
    .bs4 .px-xl-1 {
        padding-right: 0.25rem !important;
    }
    .bs4 .pb-xl-1,
    .bs4 .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .bs4 .pl-xl-1,
    .bs4 .px-xl-1 {
        padding-left: 0.25rem !important;
    }
    .bs4 .p-xl-2 {
        padding: 0.5rem !important;
    }
    .bs4 .pt-xl-2,
    .bs4 .py-xl-2 {
        padding-top: 0.5rem !important;
    }
    .bs4 .pr-xl-2,
    .bs4 .px-xl-2 {
        padding-right: 0.5rem !important;
    }
    .bs4 .pb-xl-2,
    .bs4 .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .bs4 .pl-xl-2,
    .bs4 .px-xl-2 {
        padding-left: 0.5rem !important;
    }
    .bs4 .p-xl-3 {
        padding: 1rem !important;
    }
    .bs4 .pt-xl-3,
    .bs4 .py-xl-3 {
        padding-top: 1rem !important;
    }
    .bs4 .pr-xl-3,
    .bs4 .px-xl-3 {
        padding-right: 1rem !important;
    }
    .bs4 .pb-xl-3,
    .bs4 .py-xl-3 {
        padding-bottom: 1rem !important;
    }
    .bs4 .pl-xl-3,
    .bs4 .px-xl-3 {
        padding-left: 1rem !important;
    }
    .bs4 .p-xl-4 {
        padding: 1.5rem !important;
    }
    .bs4 .pt-xl-4,
    .bs4 .py-xl-4 {
        padding-top: 1.5rem !important;
    }
    .bs4 .pr-xl-4,
    .bs4 .px-xl-4 {
        padding-right: 1.5rem !important;
    }
    .bs4 .pb-xl-4,
    .bs4 .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .bs4 .pl-xl-4,
    .bs4 .px-xl-4 {
        padding-left: 1.5rem !important;
    }
    .bs4 .p-xl-5 {
        padding: 3rem !important;
    }
    .bs4 .pt-xl-5,
    .bs4 .py-xl-5 {
        padding-top: 3rem !important;
    }
    .bs4 .pr-xl-5,
    .bs4 .px-xl-5 {
        padding-right: 3rem !important;
    }
    .bs4 .pb-xl-5,
    .bs4 .py-xl-5 {
        padding-bottom: 3rem !important;
    }
    .bs4 .pl-xl-5,
    .bs4 .px-xl-5 {
        padding-left: 3rem !important;
    }
    .bs4 .m-xl-n1 {
        margin: -0.25rem !important;
    }
    .bs4 .mt-xl-n1,
    .bs4 .my-xl-n1 {
        margin-top: -0.25rem !important;
    }
    .bs4 .mr-xl-n1,
    .bs4 .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }
    .bs4 .mb-xl-n1,
    .bs4 .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }
    .bs4 .ml-xl-n1,
    .bs4 .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }
    .bs4 .m-xl-n2 {
        margin: -0.5rem !important;
    }
    .bs4 .mt-xl-n2,
    .bs4 .my-xl-n2 {
        margin-top: -0.5rem !important;
    }
    .bs4 .mr-xl-n2,
    .bs4 .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }
    .bs4 .mb-xl-n2,
    .bs4 .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }
    .bs4 .ml-xl-n2,
    .bs4 .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }
    .bs4 .m-xl-n3 {
        margin: -1rem !important;
    }
    .bs4 .mt-xl-n3,
    .bs4 .my-xl-n3 {
        margin-top: -1rem !important;
    }
    .bs4 .mr-xl-n3,
    .bs4 .mx-xl-n3 {
        margin-right: -1rem !important;
    }
    .bs4 .mb-xl-n3,
    .bs4 .my-xl-n3 {
        margin-bottom: -1rem !important;
    }
    .bs4 .ml-xl-n3,
    .bs4 .mx-xl-n3 {
        margin-left: -1rem !important;
    }
    .bs4 .m-xl-n4 {
        margin: -1.5rem !important;
    }
    .bs4 .mt-xl-n4,
    .bs4 .my-xl-n4 {
        margin-top: -1.5rem !important;
    }
    .bs4 .mr-xl-n4,
    .bs4 .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }
    .bs4 .mb-xl-n4,
    .bs4 .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }
    .bs4 .ml-xl-n4,
    .bs4 .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }
    .bs4 .m-xl-n5 {
        margin: -3rem !important;
    }
    .bs4 .mt-xl-n5,
    .bs4 .my-xl-n5 {
        margin-top: -3rem !important;
    }
    .bs4 .mr-xl-n5,
    .bs4 .mx-xl-n5 {
        margin-right: -3rem !important;
    }
    .bs4 .mb-xl-n5,
    .bs4 .my-xl-n5 {
        margin-bottom: -3rem !important;
    }
    .bs4 .ml-xl-n5,
    .bs4 .mx-xl-n5 {
        margin-left: -3rem !important;
    }
    .bs4 .m-xl-auto {
        margin: auto !important;
    }
    .bs4 .mt-xl-auto,
    .bs4 .my-xl-auto {
        margin-top: auto !important;
    }
    .bs4 .mr-xl-auto,
    .bs4 .mx-xl-auto {
        margin-right: auto !important;
    }
    .bs4 .mb-xl-auto,
    .bs4 .my-xl-auto {
        margin-bottom: auto !important;
    }
    .bs4 .ml-xl-auto,
    .bs4 .mx-xl-auto {
        margin-left: auto !important;
    }
}


/*# sourceMappingURL=bootstrap-grid.css.map */


/* END - BOOTSTRAP 4 STYLES- END */


/* ACCORDION ITEM sitewide adjustments - USE class on a parent to have all of its children use BS4 styles */

body .row .panel,
body .bs4 .row .panel {
    border: 0px solid #e9e8ee;
    background: #fff;
}

body .row .panel .panel-heading,
body .bs4 .row .panel .panel-heading {
    border: none;
    border-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

body .row .panel.panel-default,
body .bs4 .row .panel.panel-default {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
    margin-top: 1em;
    margin-bottom: 1em;
    border: 0px solid #e9e8ee;
}

body .row .panel:hover,
body .row .panel:focus,
body .row .panel:active,
body .bs4 .row .panel:hover,
body .bs4 .row .panel:focus,
body .bs4 .row .panel:active {
    border: 0px solid #8252c7;
}

body .row p,
body .row h4,
body .bs4 .row p,
body .bs4 .row h4 {
    border-radius: 0px;
}

body .row p.panel-title,
body .row h4.panel-title,
body .bs4 .row p.panel-title,
body .bs4 .row h4.panel-title {
    margin-top: 0;
    border-radius: 0px;
}

body .row p.panel-title > a,
body .row h4.panel-title > a,
body .bs4 .row p.panel-title > a,
body .bs4 .row h4.panel-title > a {
    font-size: 1.6rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    width: 100%;
    color: #000;
    padding: 14px 48px 12px 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #e9e8ee;
    border-radius: 0px;
    background: #fff;
    line-height: 1.5;
}

body .row p.panel-title > a:hover,
body .row p.panel-title > a:focus,
body .row p.panel-title > a:active,
body .row h4.panel-title > a:hover,
body .row h4.panel-title > a:focus,
body .row h4.panel-title > a:active,
body .bs4 .row p.panel-title > a:hover,
body .bs4 .row p.panel-title > a:focus,
body .bs4 .row p.panel-title > a:active,
body .bs4 .row h4.panel-title > a:hover,
body .bs4 .row h4.panel-title > a:focus,
body .bs4 .row h4.panel-title > a:active {
    color: #8252c7;
    border: 1px solid #8252c7;
}

body .plate-grey p.panel-title > a:active,
body .plate-grey h4.panel-title > a:active,
body .bs4 .plate-grey p.panel-title > a:active,
body .bs4 .plate-grey h4.panel-title > a:active {
    color: #FFFFFF;
}

body .row p.panel-title > a .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .row h4.panel-title > a .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .bs4 .row p.panel-title > a .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .bs4 .row h4.panel-title > a .accordion-item-widget--arrow-indicator.fas.fa-chevron-down {
    -webkit-transition: .2s all !important;
    -o-transition: .2s all !important;
    transition: .2s all !important;
    position: absolute;
    height: 100%;
    width: 48px;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

body .row p.panel-title > a.collapsed .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .row p.panel-title > a[aria-expanded="false"] .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .row h4.panel-title > a.collapsed .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .row h4.panel-title > a[aria-expanded="false"] .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .bs4 .row p.panel-title > a.collapsed .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .bs4 .row p.panel-title > a[aria-expanded="false"] .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .bs4 .row h4.panel-title > a.collapsed .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .bs4 .row h4.panel-title > a[aria-expanded="false"] .accordion-item-widget--arrow-indicator.fas.fa-chevron-down {
    -webkit-transition: .2s all !important;
    -o-transition: .2s all !important;
    transition: .2s all !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

body .row p.panel-title > a[aria-expanded="true"] .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .row h4.panel-title > a[aria-expanded="true"] .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .bs4 .row p.panel-title > a[aria-expanded="true"] .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .bs4 .row h4.panel-title > a[aria-expanded="true"] .accordion-item-widget--arrow-indicator.fas.fa-chevron-down {
    -webkit-transition: .2s all !important;
    -o-transition: .2s all !important;
    transition: .2s all !important;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

body .row p.panel-title > a .accordion-item-widget--title-text,
body .row h4.panel-title > a .accordion-item-widget--title-text,
body .bs4 .row p.panel-title > a .accordion-item-widget--title-text,
body .bs4 .row h4.panel-title > a .accordion-item-widget--title-text {
    font-family: "CeraPro-Bold", "Lato", sans-serif;
    letter-spacing: .5px;
}

body .row .panel-default .panel-heading,
body .row .bs4 .panel-default .panel-heading,
body .bs4 .row .panel-default .panel-heading,
body .bs4 .row .bs4 .panel-default .panel-heading {
    padding: 0px;
}

body .row .panel-collapse,
body .bs4 .row .panel-collapse {
    border: 1px solid #e9e8ee;
    border-top: 0px solid #e9e8ee !important;
    margin-top: 0px;
    color: #000;
}

body .row .panel-collapse.collapse,
body .bs4 .row .panel-collapse.collapse {
    border-top: 0px solid #e9e8ee !important;
    margin-top: 0px;
}

body .row .panel-collapse.collapse.in,
body .bs4 .row .panel-collapse.collapse.in {
    display: block;
    border-top: 0px solid #e9e8ee !important;
}

body .row .panel-collapse .panel-body,
body .bs4 .row .panel-collapse .panel-body {
    border-top: 0px solid #e9e8ee !important;
}

body .plate-night .panel,
body .bs4 .plate-night .panel {
    border: 0px solid #382D63;
    background: #211551;
}

body .plate-night .panel .panel-heading,
body .bs4 .plate-night .panel .panel-heading {
    border: none;
    border-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

body .plate-night .panel.panel-default,
body .bs4 .plate-night .panel.panel-default {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
    margin-top: 1em;
    margin-bottom: 1em;
    border: 0px solid #382D63;
}

body .plate-night .panel:hover,
body .plate-night .panel:focus,
body .plate-night .panel:active,
body .bs4 .plate-night .panel:hover,
body .bs4 .plate-night .panel:focus,
body .bs4 .plate-night .panel:active {
    border: 0px solid #f1f1de;
}

body .plate-night p,
body .plate-night h4,
body .bs4 .plate-night p,
body .bs4 .plate-night h4 {
    border-radius: 0px;
}

body .plate-night p.panel-title,
body .plate-night h4.panel-title,
body .bs4 .plate-night p.panel-title,
body .bs4 .plate-night h4.panel-title {
    margin-top: 0;
    border-radius: 0px;
}

body .plate-night p.panel-title > a,
body .plate-night h4.panel-title > a,
body .bs4 .plate-night p.panel-title > a,
body .bs4 .plate-night h4.panel-title > a {
    font-size: 1.6rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    width: 100%;
    color: #FFF;
    padding: 14px 48px 12px 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #382D63;
    border-radius: 0px;
    background: #211551;
    line-height: 1.5;
}

body .plate-night p.panel-title > a:hover,
body .plate-night h4.panel-title > a:hover,
body .bs4 .plate-night p.panel-title > a:hover,
body .bs4 .plate-night h4.panel-title > a:hover,
 {
    color: #211551;
	background-color: #cfd1d2;
    border: 1px solid #f1f1de;
}

body .plate-night p.panel-title > a .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .plate-night h4.panel-title > a .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .bs4 .plate-night p.panel-title > a .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .bs4 .plate-night h4.panel-title > a .accordion-item-widget--arrow-indicator.fas.fa-chevron-down {
    -webkit-transition: .2s all !important;
    -o-transition: .2s all !important;
    transition: .2s all !important;
    position: absolute;
    height: 100%;
    width: 48px;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

body .plate-night p.panel-title > a.collapsed .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .plate-night p.panel-title > a[aria-expanded="false"] .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .plate-night h4.panel-title > a.collapsed .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .plate-night h4.panel-title > a[aria-expanded="false"] .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .bs4 .plate-night p.panel-title > a.collapsed .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .bs4 .plate-night p.panel-title > a[aria-expanded="false"] .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .bs4 .plate-night h4.panel-title > a.collapsed .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .bs4 .plate-night h4.panel-title > a[aria-expanded="false"] .accordion-item-widget--arrow-indicator.fas.fa-chevron-down {
    -webkit-transition: .2s all !important;
    -o-transition: .2s all !important;
    transition: .2s all !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

body .plate-night p.panel-title > a[aria-expanded="true"] .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .plate-night h4.panel-title > a[aria-expanded="true"] .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .bs4 .plate-night p.panel-title > a[aria-expanded="true"] .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .bs4 .plate-night h4.panel-title > a[aria-expanded="true"] .accordion-item-widget--arrow-indicator.fas.fa-chevron-down {
    -webkit-transition: .2s all !important;
    -o-transition: .2s all !important;
    transition: .2s all !important;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

body .plate-night p.panel-title > a .accordion-item-widget--title-text,
body .plate-night h4.panel-title > a .accordion-item-widget--title-text,
body .bs4 .plate-night p.panel-title > a .accordion-item-widget--title-text,
body .bs4 .plate-night h4.panel-title > a .accordion-item-widget--title-text {
    font-family: "CeraPro-Bold", "Lato", sans-serif;
    letter-spacing: .5px;
}

body .plate-night .panel-default .panel-heading,
body .plate-night .bs4 .panel-default .panel-heading,
body .bs4 .plate-night .panel-default .panel-heading,
body .bs4 .plate-night .bs4 .panel-default .panel-heading {
    padding: 0px;
}

body .plate-night .panel-collapse,
body .bs4 .plate-night .panel-collapse {
    border: 1px solid #382D63;
    border-top: 0px solid #382D63 !important;
    margin-top: 0px;
    color: #FFF;
}

body .plate-night .panel-collapse.collapse,
body .bs4 .plate-night .panel-collapse.collapse {
    border-top: 0px solid #382D63 !important;
    margin-top: 0px;
}

body .plate-night .panel-collapse.collapse.in,
body .bs4 .plate-night .panel-collapse.collapse.in {
    display: block;
    border-top: 0px solid #382D63 !important;
}

body .plate-night .panel-collapse .panel-body,
body .bs4 .plate-night .panel-collapse .panel-body {
    border-top: 0px solid #382D63 !important;
}

body .plate-thistle .panel,
body .bs4 .plate-thistle .panel {
    border: 0px solid #8f64cd;
    background: #8252c7;
}

body .plate-thistle .panel .panel-heading,
body .bs4 .plate-thistle .panel .panel-heading {
    border: none;
    border-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

body .plate-thistle .panel.panel-default,
body .bs4 .plate-thistle .panel.panel-default {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
    margin-top: 1em;
    margin-bottom: 1em;
    border: 0px solid #8f64cd;
}

body .plate-thistle .panel:hover,
body .plate-thistle .panel:focus,
body .plate-thistle .panel:active,
body .bs4 .plate-thistle .panel:hover,
body .bs4 .plate-thistle .panel:focus,
body .bs4 .plate-thistle .panel:active {
    border: 0px solid #f1f1de;
}

body .plate-thistle p,
body .plate-thistle h4,
body .bs4 .plate-thistle p,
body .bs4 .plate-thistle h4 {
    border-radius: 0px;
}

body .plate-thistle p.panel-title,
body .plate-thistle h4.panel-title,
body .bs4 .plate-thistle p.panel-title,
body .bs4 .plate-thistle h4.panel-title {
    margin-top: 0;
    border-radius: 0px;
}

body .plate-thistle p.panel-title > a,
body .plate-thistle h4.panel-title > a,
body .bs4 .plate-thistle p.panel-title > a,

body .bs4 .plate-thistle h4.panel-title > a {
    font-size: 1.6rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    width: 100%;
    color: #FFF !important;
    padding: 14px 48px 12px 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #8f64cd;
    border-radius: 0px;
    background: #8252c7;
    line-height: 1.5;
}

body .plate-thistle p.panel-title > a:hover,
body .plate-thistle h4.panel-title > a:hover,
body .bs4 .plate-thistle p.panel-title > a:hover,
body .bs4 .plate-thistle h4.panel-title > a:hover,
 {
    color: #8252C7;
    border: 1px solid #8252C7;
}

body .plate-thistle p.panel-title > a .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .plate-thistle h4.panel-title > a .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,

body .bs4 .plate-thistle p.panel-title > a .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .bs4 .plate-thistle h4.panel-title > a .accordion-item-widget--arrow-indicator.fas.fa-chevron-down {
    -webkit-transition: .2s all !important;
    -o-transition: .2s all !important;
    transition: .2s all !important;
    position: absolute;
    height: 100%;
    width: 48px;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

body .plate-thistle p.panel-title > a.collapsed .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .plate-thistle p.panel-title > a[aria-expanded="false"] .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .plate-thistle h4.panel-title > a.collapsed .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .plate-thistle h4.panel-title > a[aria-expanded="false"] .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .bs4 .plate-thistle p.panel-title > a.collapsed .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .bs4 .plate-thistle p.panel-title > a[aria-expanded="false"] .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .bs4 .plate-thistle h4.panel-title > a.collapsed .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .bs4 .plate-thistle h4.panel-title > a[aria-expanded="false"] .accordion-item-widget--arrow-indicator.fas.fa-chevron-down {
    -webkit-transition: .2s all !important;
    -o-transition: .2s all !important;
    transition: .2s all !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

body .plate-thistle p.panel-title > a[aria-expanded="true"] .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .plate-thistle h4.panel-title > a[aria-expanded="true"] .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .bs4 .plate-thistle p.panel-title > a[aria-expanded="true"] .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .bs4 .plate-thistle h4.panel-title > a[aria-expanded="true"] .accordion-item-widget--arrow-indicator.fas.fa-chevron-down {
    -webkit-transition: .2s all !important;
    -o-transition: .2s all !important;
    transition: .2s all !important;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

body .plate-thistle p.panel-title > a .accordion-item-widget--title-text,
body .plate-thistle h4.panel-title > a .accordion-item-widget--title-text,
body .bs4 .plate-thistle p.panel-title > a .accordion-item-widget--title-text,
body .bs4 .plate-thistle h4.panel-title > a .accordion-item-widget--title-text {
    font-family: "CeraPro-Bold", "Lato", sans-serif;
    letter-spacing: .5px;
}

body .plate-thistle .panel-default .panel-heading,
body .plate-thistle .bs4 .panel-default .panel-heading,
body .bs4 .plate-thistle .panel-default .panel-heading,
body .bs4 .plate-thistle .bs4 .panel-default .panel-heading {
    padding: 0px;
}

body .plate-thistle .panel-collapse,
body .bs4 .plate-thistle .panel-collapse {
    border: 1px solid #8f64cd;
    border-top: 0px solid #8f64cd !important;
    margin-top: 0px;
    color: #FFF;
}

body .plate-thistle .panel-collapse.collapse,
body .bs4 .plate-thistle .panel-collapse.collapse {
    border-top: 0px solid #8f64cd !important;
    margin-top: 0px;
}

body .plate-thistle .panel-collapse.collapse.in,
body .bs4 .plate-thistle .panel-collapse.collapse.in {
    display: block;
    border-top: 0px solid #8f64cd !important;
}

body .plate-thistle .panel-collapse .panel-body,
body .bs4 .plate-thistle .panel-collapse .panel-body {
    border-top: 0px solid #8f64cd !important;
}

body .plate-birch .panel,
body .bs4 .plate-birch .panel {
    border: 0px solid #f4f4e5;
    background: #f1f1de;
}

body .plate-birch .panel .panel-heading,
body .bs4 .plate-birch .panel .panel-heading {
    border: none;
    border-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

body .plate-birch .panel.panel-default,
body .bs4 .plate-birch .panel.panel-default {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
    margin-top: 1em;
    margin-bottom: 1em;
    border: 0px solid #f4f4e5;
}

body .plate-birch .panel:hover,
body .plate-birch .panel:focus,
body .plate-birch .panel:active,
body .bs4 .plate-birch .panel:hover,
body .bs4 .plate-birch .panel:focus,
body .bs4 .plate-birch .panel:active {
    border: 0px solid #8252c7;
}

body .plate-birch p,
body .plate-birch h4,
body .bs4 .plate-birch p,
body .bs4 .plate-birch h4 {
    border-radius: 0px;
}

body .plate-birch p.panel-title,
body .plate-birch h4.panel-title,
body .bs4 .plate-birch p.panel-title,
body .bs4 .plate-birch h4.panel-title {
    margin-top: 0;
    border-radius: 0px;
}

body .plate-birch p.panel-title > a,
body .plate-birch h4.panel-title > a,
body .bs4 .plate-birch p.panel-title > a,

body .bs4 .plate-birch h4.panel-title > a {
    font-size: 1.6rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    width: 100%;
    color: #211551;
    padding: 14px 48px 12px 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #211551;
    border-radius: 0px;
    background: #f1f1de;
    line-height: 1.5;
}

body .plate-birch p.panel-title > a:hover,
body .plate-birch h4.panel-title > a:hover,
body .bs4 .plate-birch p.panel-title > a:hover,
body .bs4 .plate-birch h4.panel-title > a:hover,
 {
    color: #8252c7;
    border: 1px solid #8252c7;
}

body .plate-birch p.panel-title > a .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .plate-birch h4.panel-title > a .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,

body .bs4 .plate-birch p.panel-title > a .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .bs4 .plate-birch h4.panel-title > a .accordion-item-widget--arrow-indicator.fas.fa-chevron-down {
    -webkit-transition: .2s all !important;
    -o-transition: .2s all !important;
    transition: .2s all !important;
    position: absolute;
    height: 100%;
    width: 48px;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

body .plate-birch p.panel-title > a.collapsed .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .plate-birch p.panel-title > a[aria-expanded="false"] .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .plate-birch h4.panel-title > a.collapsed .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .plate-birch h4.panel-title > a[aria-expanded="false"] .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .bs4 .plate-birch p.panel-title > a.collapsed .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .bs4 .plate-birch p.panel-title > a[aria-expanded="false"] .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .bs4 .plate-birch h4.panel-title > a.collapsed .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .bs4 .plate-birch h4.panel-title > a[aria-expanded="false"] .accordion-item-widget--arrow-indicator.fas.fa-chevron-down {
    -webkit-transition: .2s all !important;
    -o-transition: .2s all !important;
    transition: .2s all !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

body .plate-birch p.panel-title > a[aria-expanded="true"] .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .plate-birch h4.panel-title > a[aria-expanded="true"] .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .bs4 .plate-birch p.panel-title > a[aria-expanded="true"] .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .bs4 .plate-birch h4.panel-title > a[aria-expanded="true"] .accordion-item-widget--arrow-indicator.fas.fa-chevron-down {
    -webkit-transition: .2s all !important;
    -o-transition: .2s all !important;
    transition: .2s all !important;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

body .plate-birch p.panel-title > a .accordion-item-widget--title-text,
body .plate-birch h4.panel-title > a .accordion-item-widget--title-text,
body .bs4 .plate-birch p.panel-title > a .accordion-item-widget--title-text,
body .bs4 .plate-birch h4.panel-title > a .accordion-item-widget--title-text {
    font-family: "CeraPro-Bold", "Lato", sans-serif;
    letter-spacing: .5px;
}

body .plate-birch .panel-default .panel-heading,
body .plate-birch .bs4 .panel-default .panel-heading,
body .bs4 .plate-birch .panel-default .panel-heading,
body .bs4 .plate-birch .bs4 .panel-default .panel-heading {
    padding: 0px;
}

body .plate-birch .panel-collapse,
body .bs4 .plate-birch .panel-collapse {
    border: 1px solid #f4f4e5;
    border-top: 0px solid #f4f4e5 !important;
    margin-top: 0px;
    color: #000;
}

body .plate-birch .panel-collapse.collapse,
body .bs4 .plate-birch .panel-collapse.collapse {
    border-top: 0px solid #f4f4e5 !important;
    margin-top: 0px;
}

body .plate-birch .panel-collapse.collapse.in,

body .bs4 .plate-birch .panel-collapse.collapse.in {
    display: block;
	border: 1px solid #211551 !important; 
    border-top: 0px solid #f4f4e5 !important;
}

body .plate-birch .panel-collapse .panel-body,
body .bs4 .plate-birch .panel-collapse .panel-body {
    border-top: 0px solid #f4f4e5 !important;
}

body .plate-flint .panel,
body .bs4 .plate-flint .panel {
    border: 0px solid #283037;
    background: #101820;
}

body .plate-flint .panel .panel-heading,
body .bs4 .plate-flint .panel .panel-heading {
    border: none;
    border-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

body .plate-flint .panel.panel-default,
body .bs4 .plate-flint .panel.panel-default {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
    margin-top: 1em;
    margin-bottom: 1em;
    border: 0px solid #283037;
}

body .plate-flint .panel:hover,
body .plate-flint .panel:focus,
body .plate-flint .panel:active,
body .bs4 .plate-flint .panel:hover,
body .bs4 .plate-flint .panel:focus,
body .bs4 .plate-flint .panel:active {
    border: 0px solid #f1f1de;
}

body .plate-flint p,
body .plate-flint h4,
body .bs4 .plate-flint p,
body .bs4 .plate-flint h4 {
    border-radius: 0px;
}

body .plate-flint p.panel-title,
body .plate-flint h4.panel-title,
body .bs4 .plate-flint p.panel-title,
body .bs4 .plate-flint h4.panel-title {
    margin-top: 0;
    border-radius: 0px;
}

body .plate-flint p.panel-title > a,
body .plate-flint h4.panel-title > a,
body .bs4 .plate-flint p.panel-title > a,
body .bs4 .plate-flint h4.panel-title > a {
    font-size: 1.6rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    width: 100%;
    color: #FFF;
    padding: 14px 48px 12px 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #283037;
    border-radius: 0px;
    background: #101820;
    line-height: 1.5;
}

body .plate-flint p.panel-title > a:hover,
body .plate-flint p.panel-title > a:focus,
body .plate-flint p.panel-title > a:active,
body .plate-flint h4.panel-title > a:hover,
body .plate-flint h4.panel-title > a:focus,
body .plate-flint h4.panel-title > a:active,
body .bs4 .plate-flint p.panel-title > a:hover,
body .bs4 .plate-flint p.panel-title > a:focus,
body .bs4 .plate-flint p.panel-title > a:active,
body .bs4 .plate-flint h4.panel-title > a:hover,
body .bs4 .plate-flint h4.panel-title > a:focus,
body .bs4 .plate-flint h4.panel-title > a:active {
    color: #f1f1de;
    border: 1px solid #f1f1de;
}

body .plate-flint p.panel-title > a .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .plate-flint h4.panel-title > a .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .bs4 .plate-flint p.panel-title > a .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .bs4 .plate-flint h4.panel-title > a .accordion-item-widget--arrow-indicator.fas.fa-chevron-down {
    -webkit-transition: .2s all !important;
    -o-transition: .2s all !important;
    transition: .2s all !important;
    position: absolute;
    height: 100%;
    width: 48px;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

body .plate-flint p.panel-title > a.collapsed .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .plate-flint p.panel-title > a[aria-expanded="false"] .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .plate-flint h4.panel-title > a.collapsed .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .plate-flint h4.panel-title > a[aria-expanded="false"] .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .bs4 .plate-flint p.panel-title > a.collapsed .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .bs4 .plate-flint p.panel-title > a[aria-expanded="false"] .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .bs4 .plate-flint h4.panel-title > a.collapsed .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .bs4 .plate-flint h4.panel-title > a[aria-expanded="false"] .accordion-item-widget--arrow-indicator.fas.fa-chevron-down {
    -webkit-transition: .2s all !important;
    -o-transition: .2s all !important;
    transition: .2s all !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

body .plate-flint p.panel-title > a[aria-expanded="true"] .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .plate-flint h4.panel-title > a[aria-expanded="true"] .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .bs4 .plate-flint p.panel-title > a[aria-expanded="true"] .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .bs4 .plate-flint h4.panel-title > a[aria-expanded="true"] .accordion-item-widget--arrow-indicator.fas.fa-chevron-down {
    -webkit-transition: .2s all !important;
    -o-transition: .2s all !important;
    transition: .2s all !important;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

body .plate-flint p.panel-title > a .accordion-item-widget--title-text,
body .plate-flint h4.panel-title > a .accordion-item-widget--title-text,
body .bs4 .plate-flint p.panel-title > a .accordion-item-widget--title-text,
body .bs4 .plate-flint h4.panel-title > a .accordion-item-widget--title-text {
    font-family: "CeraPro-Bold", "Lato", sans-serif;
    letter-spacing: .5px;
}

body .plate-flint .panel-default .panel-heading,
body .plate-flint .bs4 .panel-default .panel-heading,
body .bs4 .plate-flint .panel-default .panel-heading,
body .bs4 .plate-flint .bs4 .panel-default .panel-heading {
    padding: 0px;
}

body .plate-flint .panel-collapse,
body .bs4 .plate-flint .panel-collapse {
    border: 1px solid #283037;
    border-top: 0px solid #283037 !important;
    margin-top: 0px;
    color: #FFF;
}

body .plate-flint .panel-collapse.collapse,
body .bs4 .plate-flint .panel-collapse.collapse {
    border-top: 0px solid #283037 !important;
    margin-top: 0px;
}

body .plate-flint .panel-collapse.collapse.in,
body .bs4 .plate-flint .panel-collapse.collapse.in {
    display: block;
    border-top: 0px solid #283037 !important;
}

body .plate-flint .panel-collapse .panel-body,
body .bs4 .plate-flint .panel-collapse .panel-body {
    border-top: 0px solid #283037 !important;
}

body .plate-grey .panel,
body .bs4 .plate-grey .panel {
    border: 0px solid #585E63;
    background: #40464d;
}

body .plate-grey .panel .panel-heading,
body .bs4 .plate-grey .panel .panel-heading {
    border: none;
    border-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

body .plate-grey .panel.panel-default,
body .bs4 .plate-grey .panel.panel-default {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
    margin-top: 1em;
    margin-bottom: 1em;
    border: 0px solid #585E63;
}

body .plate-grey .panel:hover,
body .plate-grey .panel:focus,
body .plate-grey .panel:active,
body .bs4 .plate-grey .panel:hover,
body .bs4 .plate-grey .panel:focus,
body .bs4 .plate-grey .panel:active {
    border: 0px solid #f1f1de;
}

body .plate-grey p,
body .plate-grey h4,
body .bs4 .plate-grey p,
body .bs4 .plate-grey h4 {
    border-radius: 0px;
}

body .plate-grey p.panel-title,
body .plate-grey h4.panel-title,
body .bs4 .plate-grey p.panel-title,
body .bs4 .plate-grey h4.panel-title {
    margin-top: 0;
    border-radius: 0px;
}

body .plate-grey p.panel-title > a,
body .plate-grey h4.panel-title > a,
body .bs4 .plate-grey p.panel-title > a,
body .bs4 .plate-grey h4.panel-title > a {
    font-size: 1.6rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    width: 100%;
    color: #FFF;
    padding: 14px 48px 12px 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #585E63;
    border-radius: 0px;
    background: #40464d;
    line-height: 1.5;
}

body .plate-grey p.panel-title > a:hover,
body .plate-grey h4.panel-title > a:hover,
body .bs4 .plate-grey p.panel-title > a:hover,
body .bs4 .plate-grey h4.panel-title > a:hover,
{
    color: #211551;
    border: 1px solid #f1f1de;
}

body .plate-grey p.panel-title > a .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .plate-grey h4.panel-title > a .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .bs4 .plate-grey p.panel-title > a .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .bs4 .plate-grey h4.panel-title > a .accordion-item-widget--arrow-indicator.fas.fa-chevron-down {
    -webkit-transition: .2s all !important;
    -o-transition: .2s all !important;
    transition: .2s all !important;
    position: absolute;
    height: 100%;
    width: 48px;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

body .plate-grey p.panel-title > a.collapsed .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .plate-grey p.panel-title > a[aria-expanded="false"] .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .plate-grey h4.panel-title > a.collapsed .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .plate-grey h4.panel-title > a[aria-expanded="false"] .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .bs4 .plate-grey p.panel-title > a.collapsed .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .bs4 .plate-grey p.panel-title > a[aria-expanded="false"] .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .bs4 .plate-grey h4.panel-title > a.collapsed .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .bs4 .plate-grey h4.panel-title > a[aria-expanded="false"] .accordion-item-widget--arrow-indicator.fas.fa-chevron-down {
    -webkit-transition: .2s all !important;
    -o-transition: .2s all !important;
    transition: .2s all !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

body .plate-grey p.panel-title > a[aria-expanded="true"] .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .plate-grey h4.panel-title > a[aria-expanded="true"] .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .bs4 .plate-grey p.panel-title > a[aria-expanded="true"] .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .bs4 .plate-grey h4.panel-title > a[aria-expanded="true"] .accordion-item-widget--arrow-indicator.fas.fa-chevron-down {
    -webkit-transition: .2s all !important;
    -o-transition: .2s all !important;
    transition: .2s all !important;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

body .plate-grey p.panel-title > a .accordion-item-widget--title-text,
body .plate-grey h4.panel-title > a .accordion-item-widget--title-text,
body .bs4 .plate-grey p.panel-title > a .accordion-item-widget--title-text,
body .bs4 .plate-grey h4.panel-title > a .accordion-item-widget--title-text {
    font-family: "CeraPro-Bold", "Lato", sans-serif;
    letter-spacing: .5px;
}

body .plate-grey .panel-default .panel-heading,
body .plate-grey .bs4 .panel-default .panel-heading,
body .bs4 .plate-grey .panel-default .panel-heading,
body .bs4 .plate-grey .bs4 .panel-default .panel-heading {
    padding: 0px;
}

body .plate-grey .panel-collapse,
body .bs4 .plate-grey .panel-collapse {
    border: 1px solid #585E63;
    border-top: 0px solid #585E63 !important;
    margin-top: 0px;
    color: #FFF;
}

body .plate-grey .panel-collapse.collapse,
body .bs4 .plate-grey .panel-collapse.collapse {
    border-top: 0px solid #585E63 !important;
    margin-top: 0px;
}

body .plate-grey .panel-collapse.collapse.in,
body .bs4 .plate-grey .panel-collapse.collapse.in {
    display: block;
    border-top: 0px solid #585E63 !important;
}

body .plate-grey .panel-collapse .panel-body,
body .bs4 .plate-grey .panel-collapse .panel-body {
    border-top: 0px solid #585E63 !important;
}

body .plate-grey-light .panel,
body .bs4 .plate-grey-light .panel {
    border: 0px solid #dcdcdc;
    background: #f3f3f4;
}

body .plate-grey-light .panel .panel-heading,
body .bs4 .plate-grey-light .panel .panel-heading {
    border: none;
    border-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

body .plate-grey-light .panel.panel-default,
body .bs4 .plate-grey-light .panel.panel-default {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
    margin-top: 1em;
    margin-bottom: 1em;
    border: 0px solid #dcdcdc;
}

body .plate-grey-light .panel:hover,
body .plate-grey-light .panel:focus,
body .plate-grey-light .panel:active,
body .bs4 .plate-grey-light .panel:hover,
body .bs4 .plate-grey-light .panel:focus,
body .bs4 .plate-grey-light .panel:active {
    border: 0px solid #8252c7;
}

body .plate-grey-light p,
body .plate-grey-light h4,
body .bs4 .plate-grey-light p,
body .bs4 .plate-grey-light h4 {
    border-radius: 0px;
}

body .plate-grey-light p.panel-title,
body .plate-grey-light h4.panel-title,
body .bs4 .plate-grey-light p.panel-title,
body .bs4 .plate-grey-light h4.panel-title {
    margin-top: 0;
    border-radius: 0px;
}

body .plate-grey-light p.panel-title > a,
body .plate-grey-light h4.panel-title > a,
body .bs4 .plate-grey-light p.panel-title > a,
body .bs4 .plate-grey-light h4.panel-title > a {
    font-size: 1.6rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    width: 100%;
    color: #000;
    padding: 14px 48px 12px 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #dcdcdc;
    border-radius: 0px;
    background: #f3f3f4;
    line-height: 1.5;
}

body .plate-grey-light p.panel-title > a:hover,
body .plate-grey-light h4.panel-title > a:hover,
body .bs4 .plate-grey-light p.panel-title > a:hover,
body .bs4 .plate-grey-light h4.panel-title > a:hover,
 {
    color: #8252c7;
    border: 1px solid #8252c7;
}

body .plate-grey-light p.panel-title > a .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .plate-grey-light h4.panel-title > a .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .bs4 .plate-grey-light p.panel-title > a .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .bs4 .plate-grey-light h4.panel-title > a .accordion-item-widget--arrow-indicator.fas.fa-chevron-down {
    -webkit-transition: .2s all !important;
    -o-transition: .2s all !important;
    transition: .2s all !important;
    position: absolute;
    height: 100%;
    width: 48px;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}

body .plate-grey-light p.panel-title > a.collapsed .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .plate-grey-light p.panel-title > a[aria-expanded="false"] .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .plate-grey-light h4.panel-title > a.collapsed .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .plate-grey-light h4.panel-title > a[aria-expanded="false"] .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .bs4 .plate-grey-light p.panel-title > a.collapsed .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .bs4 .plate-grey-light p.panel-title > a[aria-expanded="false"] .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .bs4 .plate-grey-light h4.panel-title > a.collapsed .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .bs4 .plate-grey-light h4.panel-title > a[aria-expanded="false"] .accordion-item-widget--arrow-indicator.fas.fa-chevron-down {
    -webkit-transition: .2s all !important;
    -o-transition: .2s all !important;
    transition: .2s all !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

body .plate-grey-light p.panel-title > a[aria-expanded="true"] .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .plate-grey-light h4.panel-title > a[aria-expanded="true"] .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .bs4 .plate-grey-light p.panel-title > a[aria-expanded="true"] .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .bs4 .plate-grey-light h4.panel-title > a[aria-expanded="true"] .accordion-item-widget--arrow-indicator.fas.fa-chevron-down {
    -webkit-transition: .2s all !important;
    -o-transition: .2s all !important;
    transition: .2s all !important;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

body .plate-grey-light p.panel-title > a .accordion-item-widget--title-text,
body .plate-grey-light h4.panel-title > a .accordion-item-widget--title-text,
body .bs4 .plate-grey-light p.panel-title > a .accordion-item-widget--title-text,
body .bs4 .plate-grey-light h4.panel-title > a .accordion-item-widget--title-text {
    font-family: "CeraPro-Bold", "Lato", sans-serif;
    letter-spacing: .5px;
}

body .plate-grey-light .panel-default .panel-heading,
body .plate-grey-light .bs4 .panel-default .panel-heading,
body .bs4 .plate-grey-light .panel-default .panel-heading,
body .bs4 .plate-grey-light .bs4 .panel-default .panel-heading {
    padding: 0px;
}

body .plate-grey-light .panel-collapse,
body .bs4 .plate-grey-light .panel-collapse {
    border: 1px solid #dcdcdc;
    border-top: 0px solid #dcdcdc !important;
    margin-top: 0px;
    color: #000;
}

body .plate-grey-light .panel-collapse.collapse,
body .bs4 .plate-grey-light .panel-collapse.collapse {
    border-top: 0px solid #dcdcdc !important;
    margin-top: 0px;
}

body .plate-grey-light .panel-collapse.collapse.in,
body .bs4 .plate-grey-light .panel-collapse.collapse.in {
    display: block;
    border-top: 0px solid #dcdcdc !important;
}

body .plate-grey-light .panel-collapse .panel-body,
body .bs4 .plate-grey-light .panel-collapse .panel-body {
    border-top: 0px solid #dcdcdc !important;
}

body .plate-copper .panel,
body .bs4 .plate-copper .panel {
    border: 0px solid #a76936;
    background: #9d581f;
}

body .plate-copper .panel .panel-heading,
body .bs4 .plate-copper .panel .panel-heading {
    border: none;
    border-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

body .plate-copper .panel.panel-default,
body .bs4 .plate-copper .panel.panel-default {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
    margin-top: 1em;
    margin-bottom: 1em;
    border: 0px solid #a76936;
}

body .plate-copper .panel:hover,
body .plate-copper .panel:focus,
body .plate-copper .panel:active,
body .bs4 .plate-copper .panel:hover,
body .bs4 .plate-copper .panel:focus,
body .bs4 .plate-copper .panel:active {
    border: 0px solid #f1f1de;
}

body .plate-copper p,
body .plate-copper h4,
body .bs4 .plate-copper p,
body .bs4 .plate-copper h4 {
    border-radius: 0px;
}

body .plate-copper p.panel-title,
body .plate-copper h4.panel-title,
body .bs4 .plate-copper p.panel-title,
body .bs4 .plate-copper h4.panel-title {
    margin-top: 0;
    border-radius: 0px;
}

body .plate-copper p.panel-title > a,
body .plate-copper h4.panel-title > a,
body .bs4 .plate-copper p.panel-title > a,
body .bs4 .plate-copper h4.panel-title > a {
    font-size: 1.6rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    width: 100%;
    color: #FFF;
    padding: 14px 48px 12px 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #a76936;
    border-radius: 0px;
    background: #9d581f;
    line-height: 1.5;
}

body .plate-copper p.panel-title > a:hover,
body .plate-copper p.panel-title > a:focus,
body .plate-copper p.panel-title > a:active,
body .plate-copper h4.panel-title > a:hover,
body .plate-copper h4.panel-title > a:focus,
body .plate-copper h4.panel-title > a:active,
body .bs4 .plate-copper p.panel-title > a:hover,
body .bs4 .plate-copper p.panel-title > a:focus,
body .bs4 .plate-copper p.panel-title > a:active,
body .bs4 .plate-copper h4.panel-title > a:hover,
body .bs4 .plate-copper h4.panel-title > a:focus,
body .bs4 .plate-copper h4.panel-title > a:active {
    color: #f1f1de;
    border: 1px solid #f1f1de;
}

body .plate-copper p.panel-title > a .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .plate-copper h4.panel-title > a .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .bs4 .plate-copper p.panel-title > a .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .bs4 .plate-copper h4.panel-title > a .accordion-item-widget--arrow-indicator.fas.fa-chevron-down {
    -webkit-transition: .2s all !important;
    -o-transition: .2s all !important;
    transition: .2s all !important;
    position: absolute;
    height: 100%;
    width: 48px;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

body .plate-copper p.panel-title > a.collapsed .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .plate-copper p.panel-title > a[aria-expanded="false"] .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .plate-copper h4.panel-title > a.collapsed .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .plate-copper h4.panel-title > a[aria-expanded="false"] .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .bs4 .plate-copper p.panel-title > a.collapsed .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .bs4 .plate-copper p.panel-title > a[aria-expanded="false"] .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .bs4 .plate-copper h4.panel-title > a.collapsed .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .bs4 .plate-copper h4.panel-title > a[aria-expanded="false"] .accordion-item-widget--arrow-indicator.fas.fa-chevron-down {
    -webkit-transition: .2s all !important;
    -o-transition: .2s all !important;
    transition: .2s all !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

body .plate-copper p.panel-title > a[aria-expanded="true"] .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .plate-copper h4.panel-title > a[aria-expanded="true"] .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .bs4 .plate-copper p.panel-title > a[aria-expanded="true"] .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .bs4 .plate-copper h4.panel-title > a[aria-expanded="true"] .accordion-item-widget--arrow-indicator.fas.fa-chevron-down {
    -webkit-transition: .2s all !important;
    -o-transition: .2s all !important;
    transition: .2s all !important;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

body .plate-copper p.panel-title > a .accordion-item-widget--title-text,
body .plate-copper h4.panel-title > a .accordion-item-widget--title-text,
body .bs4 .plate-copper p.panel-title > a .accordion-item-widget--title-text,
body .bs4 .plate-copper h4.panel-title > a .accordion-item-widget--title-text {
    font-family: "CeraPro-Bold", "Lato", sans-serif;
    letter-spacing: .5px;
}

body .plate-copper .panel-default .panel-heading,
body .plate-copper .bs4 .panel-default .panel-heading,
body .bs4 .plate-copper .panel-default .panel-heading,
body .bs4 .plate-copper .bs4 .panel-default .panel-heading {
    padding: 0px;
}

body .plate-copper .panel-collapse,
body .bs4 .plate-copper .panel-collapse {
    border: 1px solid #a76936;
    border-top: 0px solid #a76936 !important;
    margin-top: 0px;
    color: #FFF;
}

body .plate-copper .panel-collapse.collapse,
body .bs4 .plate-copper .panel-collapse.collapse {
    border-top: 0px solid #a76936 !important;
    margin-top: 0px;
}

body .plate-copper .panel-collapse.collapse.in,
body .bs4 .plate-copper .panel-collapse.collapse.in {
    display: block;
    border-top: 0px solid #a76936 !important;
}

body .plate-copper .panel-collapse .panel-body,
body .bs4 .plate-copper .panel-collapse .panel-body {
    border-top: 0px solid #a76936 !important;
}

body .plate-sky .panel,
body .bs4 .plate-sky .panel {
    border: 0px solid #33C4E8;
    background: #00b5e2;
}

body .plate-sky .panel .panel-heading,
body .bs4 .plate-sky .panel .panel-heading {
    border: none;
    border-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

body .plate-sky .panel.panel-default,
body .bs4 .plate-sky .panel.panel-default {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
    margin-top: 1em;
    margin-bottom: 1em;
    border: 0px solid #33C4E8;
}

body .plate-sky .panel:hover,
body .plate-sky .panel:focus,
body .plate-sky .panel:active,
body .bs4 .plate-sky .panel:hover,
body .bs4 .plate-sky .panel:focus,
body .bs4 .plate-sky .panel:active {
    border: 0px solid #f1f1de;
}

body .plate-sky p,
body .plate-sky h4,
body .bs4 .plate-sky p,
body .bs4 .plate-sky h4 {
    border-radius: 0px;
}

body .plate-sky p.panel-title,
body .plate-sky h4.panel-title,
body .bs4 .plate-sky p.panel-title,
body .bs4 .plate-sky h4.panel-title {
    margin-top: 0;
    border-radius: 0px;
}

body .plate-sky p.panel-title > a,
body .plate-sky h4.panel-title > a,
body .bs4 .plate-sky p.panel-title > a,
body .bs4 .plate-sky h4.panel-title > a {
    font-size: 1.6rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    width: 100%;
    color: #FFF;
    padding: 14px 48px 12px 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #33C4E8;
    border-radius: 0px;
    background: #00b5e2;
    line-height: 1.5;
}

body .plate-sky p.panel-title > a:hover,
body .plate-sky p.panel-title > a:focus,
body .plate-sky p.panel-title > a:active,
body .plate-sky h4.panel-title > a:hover,
body .plate-sky h4.panel-title > a:focus,
body .plate-sky h4.panel-title > a:active,
body .bs4 .plate-sky p.panel-title > a:hover,
body .bs4 .plate-sky p.panel-title > a:focus,
body .bs4 .plate-sky p.panel-title > a:active,
body .bs4 .plate-sky h4.panel-title > a:hover,
body .bs4 .plate-sky h4.panel-title > a:focus,
body .bs4 .plate-sky h4.panel-title > a:active {
    color: #f1f1de;
    border: 1px solid #f1f1de;
}

body .plate-sky p.panel-title > a .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .plate-sky h4.panel-title > a .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .bs4 .plate-sky p.panel-title > a .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .bs4 .plate-sky h4.panel-title > a .accordion-item-widget--arrow-indicator.fas.fa-chevron-down {
    -webkit-transition: .2s all !important;
    -o-transition: .2s all !important;
    transition: .2s all !important;
    position: absolute;
    height: 100%;
    width: 48px;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

body .plate-sky p.panel-title > a.collapsed .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .plate-sky p.panel-title > a[aria-expanded="false"] .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .plate-sky h4.panel-title > a.collapsed .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .plate-sky h4.panel-title > a[aria-expanded="false"] .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .bs4 .plate-sky p.panel-title > a.collapsed .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .bs4 .plate-sky p.panel-title > a[aria-expanded="false"] .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .bs4 .plate-sky h4.panel-title > a.collapsed .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .bs4 .plate-sky h4.panel-title > a[aria-expanded="false"] .accordion-item-widget--arrow-indicator.fas.fa-chevron-down {
    -webkit-transition: .2s all !important;
    -o-transition: .2s all !important;
    transition: .2s all !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

body .plate-sky p.panel-title > a[aria-expanded="true"] .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .plate-sky h4.panel-title > a[aria-expanded="true"] .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .bs4 .plate-sky p.panel-title > a[aria-expanded="true"] .accordion-item-widget--arrow-indicator.fas.fa-chevron-down,
body .bs4 .plate-sky h4.panel-title > a[aria-expanded="true"] .accordion-item-widget--arrow-indicator.fas.fa-chevron-down {
    -webkit-transition: .2s all !important;
    -o-transition: .2s all !important;
    transition: .2s all !important;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

body .plate-sky p.panel-title > a .accordion-item-widget--title-text,
body .plate-sky h4.panel-title > a .accordion-item-widget--title-text,
body .bs4 .plate-sky p.panel-title > a .accordion-item-widget--title-text,
body .bs4 .plate-sky h4.panel-title > a .accordion-item-widget--title-text {
    font-family: "CeraPro-Bold", "Lato", sans-serif;
    letter-spacing: .5px;
}

body .plate-sky .panel-default .panel-heading,
body .plate-sky .bs4 .panel-default .panel-heading,
body .bs4 .plate-sky .panel-default .panel-heading,
body .bs4 .plate-sky .bs4 .panel-default .panel-heading {
    padding: 0px;
}

body .plate-sky .panel-collapse,
body .bs4 .plate-sky .panel-collapse {
    border: 1px solid #33C4E8;
    border-top: 0px solid #33C4E8 !important;
    margin-top: 0px;
    color: #FFF;
}

body .plate-sky .panel-collapse.collapse,
body .bs4 .plate-sky .panel-collapse.collapse {
    border-top: 0px solid #33C4E8 !important;
    margin-top: 0px;
}

body .plate-sky .panel-collapse.collapse.in,
body .bs4 .plate-sky .panel-collapse.collapse.in {
    display: block;
    border-top: 0px solid #33C4E8 !important;
}

body .plate-sky .panel-collapse .panel-body,
body .bs4 .plate-sky .panel-collapse .panel-body {
    border-top: 0px solid #33C4E8 !important;
}

h4.panel-title > a:after {
    content: "\f078";
    display: block;
    width: 52px;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Font Awesome 5 Free" !important;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: unset;
    line-height: 1;
    font-weight: 900;
}


/* END - Accordion Item sitewide adjustments- END */


/* Images & Media - RESPONSIVE FILL MEDIA - FILLS CONTAINER WHEN USING CLASS - CAN BE USED WITH SPECIFIC RATIO-SIZED IMAGES (I.E. 16:9 ratio for HD widescreen)*/

.ratio_container {
    height: 0px;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-bottom: 100%;
}

.ratio_container.sixteen-nine {
    width: 100%;
    padding-bottom: 56.25%;
}

.ratio_container.nine-sixteen {
    width: 100%;
    padding-bottom: 177.77778%;
}

.ratio_container.four-three {
    width: 100%;
    padding-bottom: 75%;
}

.ratio_container.three-four {
    width: 100%;
    padding-bottom: 133.3333%;
}

.ratio_container.one-one {
    width: 100%;
    padding-bottom: 100%;
}

.ratio_container.wm-banner {
    width: 100%;
    padding-bottom: 23.4375%;
}

.in_ratio_constraint {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: inherit;
    overflow: hidden;
    margin: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.in_ratio_constraint.center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.in_ratio_constraint.center-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.in_ratio_constraint.center-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.in_ratio_constraint.center-top {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.in_ratio_constraint.center-bottom {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.in_ratio_constraint.top-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.in_ratio_constraint.top-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.in_ratio_constraint.bottom-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.in_ratio_constraint.bottom-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.in_ratio_constraint img,
.in_ratio_constraint .ratio-media {
    display: block;
}

.portrait img,
.portrait .ratio-media {
    min-width: 100%;
    width: 100%;
    height: auto;
}

.landscape img,
.landscape .ratio-media {
    min-height: 100%;
    height: 100%;
    width: auto;
}


/* END - RESPONSIVE FILL MEDIA - END */


/* Nav and Footer Link Color Fixes - USE class on a parent to have all of its children use BS4 styles */

/*footer * {*/
/*    color: #fff !important;*/
/*    -webkit-transition: .2s all;*/
/*    -o-transition: .2s all;*/
/*    transition: .2s all;*/
/*}*/

footer a.button:hover {
    color: #fff !important;
}

footer .button {
    width: 90%;
    max-width: 320px;
}

.footer__heading {
    color: #fff;
}

.nav-header-strip-link-item a,

.nav-header-strip-links > li + li::before {
    color: #fff;

}

	
	@media only screen and (max-width: 500px){
		.dropdown-menu {
			display: none;
			}
		}

.footer__list-item a {
    position: relative;
}

/*.footer__list-item a:visited {*/
/*    color: #fff !important;*/
/*}*/

.footer__list-item a span.fa.fa-lock {
    line-height: inherit;
    padding-right: 8px;
    -webkit-text-decoration: !important;
    text-decoration: !important;
    border: none;
}

.footer__list-item a:hover,
.footer__list-item a:focus,
.footer__list-item a:active,
.footer__list-item a:hover span,
.footer__list-item a:focus span,
.footer__list-item a:active span {
    color: #8252c7 !important;
}

footer a:hover,
footer a:focus,
footer a:active {
    color: #8252c7 !important;
}

h3.big.footer__heading {
    margin: 1.75em 0px .25em 0px;
}

footer h3 {
    font-size: 2.4rem;
    margin: .6rem 0 1rem 0;
    font-family: "CeraPRO-Bold", "Lato", sans-serif !important;
    font-weight: normal;
    line-height: 1.2;
}

footer h2 {
    font-family: "CeraPRO-Bold", "Lato", sans-serif !important;
    font-weight: normal;
    line-height: 1.2;
}

.footer__list {
    margin-bottom: 32px;
}

.footer__list.list-inline {
    padding: 15px;
}

.footer__list.list-inline a {
    text-decoration: none;
}


/* END - Nav and Footer Link Color Fixes- END */


/* Sitefinity - Backend PAGE-EDITOR PAGE STYLING */

.bs4 h1,
.bs4 h2,
.bs4 h3,
.bs4 h4,
.bs4 h5,
.bs4 h6,
.bs4 .h1,
.bs4 .h2,
.bs4 .h3,
.bs4 .h4,
.bs4 .h5,
.bs4 .h6,
.bs4 .display-1,
.bs4 .display-2,
.bs4 .display-3,
.bs4 .display-4 {
    line-height: 1.25;
    margin-bottom: .25em;
    margin-top: 1em;
}

.bs4 .heading--black {
    line-height: 1.35;
}

.bs4 p,
.bs4 ul,
.bs4 li {
    line-height: 1.75;
    margin-bottom: 0;
    margin-top: 1.25rem;
    letter-spacing: 0;
    font-size: 1.6rem;
}

.bs4 h5,
.bs4 h6,
.bs4 .h5,
.bs4 .h6 {
    line-height: 1.5;
    letter-spacing: 0.02em;
}

.bs4 .heading--black + p,
.bs4 .heading--black + h5,
.bs4 .heading--black + h6,
.bs4 .heading--black + .h5,
.bs4 .heading--black + .h6,
.bs4 .heading--black + ul {
    margin-top: 1.5em;
}

.bs4 h1 + p,
.bs4 h1 + h5,
.bs4 h1 + h6,
.bs4 h1 + .h5,
.bs4 h1 + .h6,
.bs4 h1 + ul {
    margin-top: 1.5em;
}

.bs4 h1 + p.small {
    margin-top: 2em;
}

.bs4 .heading--black + p.small {
    margin-top: 2em;
}

.bs4 h2 + p,
.bs4 h2 + h5,
.bs4 h2 + h6,
.bs4 h2 + .h5,
.bs4 h2 + .h6,
.bs4 h2 + ul {
    margin-top: 1.5em;
}

.bs4 h2 + p.small {
    margin-top: 2em;
}

.bs4 h3 + p,
.bs4 h3 + h5,
.bs4 h3 + h6,
.bs4 h3 + .h5,
.bs4 h3 + .h6,
.bs4 h3 + ul {
    margin-top: 1.25em;
}

.bs4 h3 + p.small {
    margin-top: 2em;
}

.bs4 p,
.bs4 ul {
    font-size: 1.4rem;
}

.bs4 li {
    font-size: 1.4rem;
    line-height: 1;
}

.bs4 ul {
    margin-bottom: 1.75rem;
    padding-left: 24px;
}

.bs4 h1,
.bs4 .h1 {
    font-size: 3rem;
    margin-top: 2em;
}

.bs4 h2,
.bs4 .h2 {
    line-height: 1.35;
    font-size: 2.8rem;
}

.bs4 h3,
.bs4 .h3 {
    font-size: 2.4rem;
    line-height: 1.4;
}

.bs4 h4,
.bs4 .h4 {
    font-size: 2rem;
    line-height: 1.5;
}

.bs4 h5,
.bs4 .h5 {
    font-size: 1.6rem;
    line-height: 1.5;
}

.bs4 h6,
.bs4 .h6 {
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: .5px;
}

.bs4 .small {
    letter-spacing: .25px;
    font-size: calc(1em * .8) !important;
}

.bs4 b,
.bs4 strong {
    font-family: "CeraPRO-Bold", "Lato", sans-serif;
    font-weight: normal !important;
}

.bs4 em,
.bs4 i,
.bs4 blockquote {
    font-family: "CeraPRO-RegularItalic", "Lato", sans-serif;
    font-style: normal !important;
}

@media only screen and (min-width: 576px) {
    .bs4 li {
        line-height: 1.25;
    }
    .bs4 ul {
        padding-left: 32px;
    }
    .bs4 h1,
    .bs4 .h1 {
        font-size: 3.2rem;
    }
    .bs4 h2,
    .bs4 .h2 {
        font-size: 2.8rem;
    }
    .bs4 h3,
    .bs4 .h3 {
        font-size: 2.4rem;
    }
    .bs4 h4,
    .bs4 .h4 {
        font-size: 2rem;
    }
    .bs4 h5,
    .bs4 .h5 {
        font-size: 1.6rem;
    }
}

@media only screen and (min-width: 992px) {
    .bs4 p,
    .bs4 ul {
        font-size: 1.6rem;
    }
    .bs4 li {
        font-size: 1.6rem;
        line-height: 1.25;
    }
    .bs4 ul {
        padding-left: 32px;
    }
    .bs4 h1,
    .bs4 .h1 {
        font-size: 3.6rem;
    }
    .bs4 h2,
    .bs4 .h2 {
        font-size: 3rem;
    }
}

@media only screen and (min-width: 1200px) {
    .bs4 h1,
    .bs4 .h1 {
        font-size: 4rem;
    }
    .bs4 h2,
    .bs4 .h2 {
        font-size: 3.4rem;
        line-height: 1.35;
    }
    .bs4 h3,
    .bs4 .h3 {
        font-size: 2.8rem;
        line-height: 1.4;
    }
    .bs4 h4,
    .bs4 .h4 {
        font-size: 2.2rem;
        line-height: 1.5;
    }
    .bs4 h5,
    .bs4 h6,
    .bs4 .h5,
    .bs4 .h6 {
        font-size: 1.6rem;
    }
}

a:visited,
.link:visited {
    color: #8252c7;
}


/*END ENHANCEMENTS TO PAGE-EDITOR PAGE STYLING */


/* Sitefinity - Backend PAGE-EDITOR PAGE STYLING */

.plate-night blockquote footer {
    color: #BDB9CB;
}

.plate-birch blockquote footer {
    color: #645C86;
}

.plate-birch blockquote {
    color: #211551 !important;
    border-color: #211551;
}

.plate-copper blockquote footer {
    color: #E2CDBC;
}

.plate-flint blockquote footer {
    color: #B8BABD;
}

.plate-thistle blockquote footer {
    color: #E6DCF4;
}

.plate-grey blockquote footer {
    color: #E8E8E9;
}

.plate-grey-light blockquote footer {
    color: #5f6165;
}


/*END ENHANCEMENTS TO PAGE-EDITOR PAGE STYLING */


/* Sitefinity - Backend PAGE-EDITOR PAGE STYLING */

.sf-backend-wrp pre {
    border: 0 !important;
    background: 0 0 !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 14px !important;
    margin-bottom: 0 !important;
    line-height: 24px !important;
    padding-left: 4px !important;
    border-radius: 0 !important;
    border-left: 2px solid #fff !important;
}

.sf-backend-wrp pre:hover {
    background: #e9e8ee !important;
    border-left: 2px solid #211551 !important;
}


/*END ENHANCEMENTS TO PAGE-EDITOR PAGE STYLING */


/* Campus Alert Styles - Backend PAGE-EDITOR PAGE STYLING */

#message-alert-feedback {
    padding: 2rem 15px 2rem 15px;
    text-align: center;
    font-size: 12px;
    font-family: "CeraPro-RegularItalic";
    opacity: .7;
}

#message-alert-feedback:hover {
    opacity: 1;
}

#message-alert-loaded {
    padding-bottom: 0px;
}


/*END Campus Alert  STYLING */


/* Forms and Formstack Styles*/

.fsBody a,
.fsBody abbr,
.fsBody acronym,
.fsBody address,
.fsBody applet,
.fsBody article,
.fsBody aside,
.fsBody audio,
.fsBody big,
.fsBody blockquote,
.fsBody body,
.fsBody canvas,
.fsBody caption,
.fsBody cite,
.fsBody code,
.fsBody dd,
.fsBody del,
.fsBody details,
.fsBody dfn,
.fsBody embed,
.fsBody fieldset,
.fsBody figcaption,
.fsBody figure,
.fsBody footer,
.fsBody form,
.fsBody h1,
.fsBody h2,
.fsBody h3,
.fsBody h4,
.fsBody h5,
.fsBody h6,
.fsBody header,
.fsBody hgroup,
.fsBody iframe,
.fsBody img,
.fsBody ins,
.fsBody kbd,
.fsBody label,
.fsBody legend,
.fsBody mark,
.fsBody menu,
.fsBody nav,
.fsBody object,
.fsBody output,
.fsBody pre,
.fsBody q,
.fsBody ruby,
.fsBody s,
.fsBody samp,
.fsBody section,
.fsBody small,
.fsBody span,
.fsBody strike,
.fsBody sub,
.fsBody summary,
.fsBody sup,
.fsBody table,
.fsBody tbody,
.fsBody td,
.fsBody tfoot,
.fsBody th,
.fsBody thead,
.fsBody time,
.fsBody tr,
.fsBody tt,
.fsBody var,
.fsBody video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

.fsBody p {
    margin-top: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

.fsBody article,
.fsBody aside,
.fsBody details,
.fsBody figcaption,
.fsBody figure,
.fsBody footer,
.fsBody header,
.fsBody hgroup,
.fsBody menu,
.fsBody nav,
.fsBody section {
    display: block;
}

.fsBody body {
    line-height: 1;
}

.fsBody blockquote,
.fsBody q {
    quotes: none;
}

.fsBody blockquote:after,
.fsBody blockquote:before,
.fsBody q:after,
.fsBody q:before {
    content: '';
    content: none;
}

.fsBody table {
    border-collapse: collapse;
    border-spacing: 0;
}

.fsBody select {
    max-width: 100%;
}

.rtl {
    direction: rtl;
}

.fsSubmit input.fsSubmitButton {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}


/*! jQuery UI CSS Framework 1.8.21 Copyright 2012, AUTHORS.txt (http://jqueryui.com/about) Dual licensed under the MIT or GPL Version 2 licenses. http://jquery.org/license http://docs.jquery.com/UI/Theming/API */

.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

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

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-clearfix {
    zoom: 1;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

.ui-state-disabled {
    cursor: default !important;
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*! jQuery UI CSS Framework 1.8.21 Copyright 2012, AUTHORS.txt (http://jqueryui.com/about) Dual licensed under the MIT or GPL Version 2 licenses. http://jquery.org/license http://docs.jquery.com/UI/Theming/API To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px */

.ui-widget {
    font-size: 1.1em;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
    font-size: 1em;
}

.ui-widget-content {
    border: 1px solid #aaa !important;
    background: #fff url(../../images/3/jqueryui/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
    color: #222;
}

.ui-widget-content a {
    color: #222;
}

.ui-widget-header {
    border: 1px solid #aaa;
    background: #ccc url(../../images/3/jqueryui/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
    color: #222;
    font-weight: 700;
}

.ui-widget-header a {
    color: #222;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3;
    background: #e6e6e6 url(../../images/3/jqueryui/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
    font-weight: 400;
    color: #555;
}

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

.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
    border: 1px solid #999;
    background: #dadada url(../../images/3/jqueryui/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
    font-weight: 400;
    color: #212121;
}

.ui-state-hover a,
.ui-state-hover a:hover {
    color: #212121;
    text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #aaa;
    background: #fff url(../../images/3/jqueryui/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
    font-weight: 400;
    color: #212121;
}

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

.ui-widget:active {
    outline: 0;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #fcefa1;
    background: #fbf9ee url(../../images/3/jqueryui/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
    color: #363636;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #363636;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #fef1ec url(../../images/3/jqueryui/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
    color: #cd0a0a;
}

.ui-state-error a,
.ui-state-error-text,
.ui-widget-content .ui-state-error a,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error a,
.ui-widget-header .ui-state-error-text {
    color: #cd0a0a;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: 700;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: 400;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none;
}

.ui-icon {
    width: 16px;
    height: 16px;
    background-image: url(../../images/3/jqueryui/ui-icons_222222_256x240.png);
}

.ui-widget-content .ui-icon,
.ui-widget-header .ui-icon {
    background-image: url(../../images/3/jqueryui/ui-icons_222222_256x240.png);
}

.ui-state-default .ui-icon {
    background-image: url(../../images/3/jqueryui/ui-icons_888888_256x240.png);
}

.ui-state-active .ui-icon,
.ui-state-focus .ui-icon,
.ui-state-hover .ui-icon {
    background-image: url(../../images/3/jqueryui/ui-icons_454545_256x240.png);
}

.ui-state-highlight .ui-icon {
    background-image: url(../../images/3/jqueryui/ui-icons_2e83ff_256x240.png);
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url(../../images/3/jqueryui/ui-icons_cd0a0a_256x240.png);
}

.ui-icon-carat-1-n {
    background-position: 0 0;
}

.ui-icon-carat-1-ne {
    background-position: -16px 0;
}

.ui-icon-carat-1-e {
    background-position: -32px 0;
}

.ui-icon-carat-1-se {
    background-position: -48px 0;
}

.ui-icon-carat-1-s {
    background-position: -64px 0;
}

.ui-icon-carat-1-sw {
    background-position: -80px 0;
}

.ui-icon-carat-1-w {
    background-position: -96px 0;
}

.ui-icon-carat-1-nw {
    background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-off {
    background-position: -96px -144px;
}

.ui-icon-radio-on {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-first,
.ui-icon-seek-start {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}

.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    -khtml-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    -khtml-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}

.ui-corner-all,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left {
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -khtml-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -khtml-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.ui-widget-overlay {
    background: #aaa url(../../images/3/jqueryui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    background: #aaa url(../../images/3/jqueryui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30);
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}


/*! jQuery UI Resizable 1.8.21 Copyright 2012, AUTHORS.txt (http://jqueryui.com/about) Dual licensed under the MIT or GPL Version 2 licenses. http://jquery.org/license http://docs.jquery.com/UI/Resizable#theming */

.ui-resizable {
    position: relative;
}

.ui-resizable-handle {
    position: absolute;
    font-size: .1px;
    display: block;
}

.ui-resizable-autohide .ui-resizable-handle,
.ui-resizable-disabled .ui-resizable-handle {
    display: none;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}


/*! jQuery UI Selectable 1.8.21 Copyright 2012, AUTHORS.txt (http://jqueryui.com/about) Dual licensed under the MIT or GPL Version 2 licenses. http://jquery.org/license http://docs.jquery.com/UI/Selectable#theming */

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted #000;
}


/*! jQuery UI Accordion 1.8.21 Copyright 2012, AUTHORS.txt (http://jqueryui.com/about) Dual licensed under the MIT or GPL Version 2 licenses. http://jquery.org/license http://docs.jquery.com/UI/Accordion#theming */

.ui-accordion {
    width: 100%;
}

.ui-accordion .ui-accordion-header {
    cursor: pointer;
    position: relative;
    margin-top: 1px;
    zoom: 1;
}

.ui-accordion .ui-accordion-li-fix {
    display: inline;
}

.ui-accordion .ui-accordion-header-active {
    border-bottom: 0 !important;
}

.ui-accordion .ui-accordion-header a {
    display: block;
    font-size: 1em;
    padding: .5em .5em .5em .7em;
}

.ui-accordion-icons .ui-accordion-header a {
    padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    margin-top: -2px;
    position: relative;
    top: 1px;
    margin-bottom: 2px;
    overflow: auto;
    display: none;
    zoom: 1;
}

.ui-accordion .ui-accordion-content-active {
    display: block;
}


/*! jQuery UI Autocomplete 1.8.21 Copyright 2012, AUTHORS.txt (http://jqueryui.com/about) Dual licensed under the MIT or GPL Version 2 licenses. http://jquery.org/license http://docs.jquery.com/UI/Autocomplete#theming */

.ui-autocomplete {
    position: absolute;
    cursor: default;
}

* html .ui-autocomplete {
    width: 1px;
}

.ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    float: left;
}

.ui-menu .ui-menu {
    margin-top: -3px;
}

.ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    zoom: 1;
    float: left;
    clear: left;
    width: 100%;
}

.ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    padding: .2em .4em;
    line-height: 1.5;
    zoom: 1;
}

.ui-menu .ui-menu-item a.ui-state-active,
.ui-menu .ui-menu-item a.ui-state-hover {
    font-weight: 400;
    margin: -1px;
}


/*! jQuery UI Button 1.8.21 Copyright 2012, AUTHORS.txt (http://jqueryui.com/about) Dual licensed under the MIT or GPL Version 2 licenses. http://jquery.org/license http://docs.jquery.com/UI/Button#theming */

.ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    margin-right: .1em;
    text-decoration: none !important;
    cursor: pointer;
    text-align: center;
    zoom: 1;
    overflow: visible;
}

.ui-button-icon-only {
    width: 2.2em;
}

button.ui-button-icon-only {
    width: 2.4em;
}

.ui-button-icons-only {
    width: 3.4em;
}

button.ui-button-icons-only {
    width: 3.7em;
}

.ui-button .ui-button-text {
    display: block;
    line-height: 1.4;
}

.ui-button-text-only .ui-button-text {
    padding: .4em 1em;
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 1em .4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 2.1em .4em 1em;
}

.ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em;
}

input.ui-button {
    padding: .4em 1em;
}

.ui-button-icon-only .ui-icon,
.ui-button-icons-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px;
}

.ui-button-icons-only .ui-button-icon-primary,
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary {
    left: .5em;
}

.ui-button-icons-only .ui-button-icon-secondary,
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary {
    right: .5em;
}

.ui-buttonset {
    margin-right: 7px;
}

.ui-buttonset .ui-button {
    margin-left: 0;
    margin-right: -.3em;
}

button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}


/*! jQuery UI Dialog 1.8.21 Copyright 2012, AUTHORS.txt (http://jqueryui.com/about) Dual licensed under the MIT or GPL Version 2 licenses. http://jquery.org/license http://docs.jquery.com/UI/Dialog#theming */

.ui-dialog {
    position: absolute;
    padding: .2em;
    width: 300px;
    overflow: hidden;
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative;
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 16px .1em 0;
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 19px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 18px;
}

.ui-dialog .ui-dialog-titlebar-close span {
    display: block;
    margin: 1px;
}

.ui-dialog .ui-dialog-titlebar-close:focus,
.ui-dialog .ui-dialog-titlebar-close:hover {
    padding: 0;
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: 0 0;
    overflow: auto;
    zoom: 1;
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0;
    background-image: none;
    margin: .5em 0 0;
    padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer;
}

.ui-dialog .ui-resizable-se {
    width: 14px;
    height: 14px;
    right: 3px;
    bottom: 3px;
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}


/*! jQuery UI Slider 1.8.21 Copyright 2012, AUTHORS.txt (http://jqueryui.com/about) Dual licensed under the MIT or GPL Version 2 licenses. http://jquery.org/license http://docs.jquery.com/UI/Slider#theming */

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

.ui-slider-horizontal {
    height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}


/*! jQuery UI Tabs 1.8.21 Copyright 2012, AUTHORS.txt (http://jqueryui.com/about) Dual licensed under the MIT or GPL Version 2 licenses. http://jquery.org/license http://docs.jquery.com/UI/Tabs#theming */

.ui-tabs {
    position: relative;
    padding: .2em;
    zoom: 1;
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 1px;
    margin: 0 .2em 1px 0;
    border-bottom: 0 !important;
    padding: 0;
    white-space: nowrap;
}

.ui-tabs .ui-tabs-nav li a {
    float: left;
    padding: .5em 1em;
    text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
    margin-bottom: 0;
    padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-state-processing a,
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
    cursor: text;
}

.ui-tabs .ui-tabs-nav li a,
.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
    cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: 0 0;
}

.ui-tabs .ui-tabs-hide {
    display: none !important;
}


/*! jQuery UI Datepicker 1.8.21 Copyright 2012, AUTHORS.txt (http://jqueryui.com/about) Dual licensed under the MIT or GPL Version 2 licenses. http://jquery.org/license http://docs.jquery.com/UI/Datepicker#theming */

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

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

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

.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev-hover {
    top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

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

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

.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}

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

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

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

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

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

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

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

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

.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

.ui-datepicker-rtl {
    direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

.ui-datepicker-cover {
    display: none;
    display: block;
    position: absolute;
    z-index: -1;
    -webkit-filter: mask();
    filter: mask();
    top: -4px;
    left: -4px;
    width: 200px;
    height: 200px;
}


/*! jQuery UI Progressbar 1.8.21 Copyright 2012, AUTHORS.txt (http://jqueryui.com/about) Dual licensed under the MIT or GPL Version 2 licenses. http://jquery.org/license http://docs.jquery.com/UI/Progressbar#theming */

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%;
}

.fsBody #fsTopLogo .reportAbuse {
    text-align: center;
    font-size: 10px;
}

.fsBody #fsTopLogo .reportAbuse a {
    background: 0 0;
    height: 16px;
    color: #666;
}

#fsTopLogo {
    position: absolute;
    top: 0;
    right: 9%;
    margin: 0;
    display: none;
}

#fsTopLogo a {
    width: 150px;
    height: 50px;
    background: url(../../images/3/formstackLogo.png) no-repeat center center;
    display: block;
}

#fsTopLogo a span {
    display: none;
}

.fsBody {
    -webkit-text-size-adjust: 100%;
    margin: 0;
    font-weight: 400;
    font-style: normal;
}

.fsBody .fsForm {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.fsBody .fsPage {
    min-width: 400px;
}

.fsEmbed .fsPage {
    min-width: inherit !important;
}

.fsEmbed .fsForm {
    display: inherit;
}

.fsBody .fsForm .fsTable {
    text-align: left;
    padding: 0 0 4px;
    border: 0;
    margin: 9px auto;
    width: 100%;
}

#fsFooterImage {
    clear: both;
    padding-top: 20px;
}

@media (max-width: 40em) {
    .fsBody {
        background-color: none !important;
    }
}

.fsBody .fsFieldRow,
.fsBody .fsRowBody {
    padding: 0;
}

.fsBody .fsSubField {
    float: left;
}

.fsBody .fsSubField:last-child {
    margin-right: 0;
}

.fsBody .rtl .fsSubField {
    float: right;
    margin: 0 0 0 5px;
}

@media (max-width: 40em) {
    .fsBody {
        padding: 0 !important;
    }
    .fsBody .fsForm {
        margin: 0 !important;
    }
    .fsSubField {
        width: 100% !important;
    }
}

.fsForm .ui-slider-handle,
.fsForm input,
.fsForm select,
.fsForm textarea {
    -moz-transition: box-shadow .2s ease-in-out;
    -o-transition: box-shadow .2s ease-in-out;
    -webkit-transition: box-shadow .2s ease-in-out;
    -webkit-transition: -webkit-box-shadow .2s ease-in-out;
    transition: -webkit-box-shadow .2s ease-in-out;
    transition: box-shadow .2s ease-in-out;
    transition: box-shadow .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
}

.fsForm .ui-slider-handle:focus,
.fsForm input:focus,
.fsForm select:focus,
.fsForm textarea:focus {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0 !important;
}

.fsForm::-moz-focus-inner {
    border: 0 !important;
    outline: 0 !important;
}

.fsForm:not(textarea):-moz-focusring {
    color: transparent;
}

.fsErrorLabel {
    display: none;
}

.fsValidationError .fsLabel,
.fsValidationError .fsRequiredLabel,
.fsValidationError .fsRequiredMarker {
    color: #ce5f6d !important;
}

.fsValidationError .fsErrorLabel {
    display: inline-block;
}

.fsValidationError .fsSignature,
.fsValidationError input[type=email],
.fsValidationError input[type=number],
.fsValidationError input[type=tel],
.fsValidationError input[type=text],
.fsValidationError select,
.fsValidationError textarea {
    border: 1px solid #d0d4d8 !important;
    color: #797d88 !important;
    background-color: #fff !important;
}

.fsValidationError input[type=checkbox]:before,
.fsValidationError input[type=checkbox]:checked:before,
.fsValidationError input[type=radio]:before,
.fsValidationError input[type=radio]:checked:before {
    background-color: #fff !important;
}

.fsValidationError input[type=checkbox]:before,
.fsValidationError input[type=radio]:before {
    border-color: #d0d4d8 !important;
}

.fsValidationError input[type=checkbox]:checked:before,
.fsValidationError input[type=radio]:checked:before {
    border-color: #797d88 !important;
}

.fsValidationError select:not([multiple=multiple]) {
    background-image: url("data:image/svg+xml;utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201000%201805.18%22%3E%3Cpath%20fill%3D%22%23797d88%22%20d%3D%22M461.6%2C643.4L10.9%2C79.9C-14.9%2C47.7%2C8%2C0%2C49.3%2C0h901.5c41.2%2C0%2C64.1%2C47.7%2C38.4%2C79.9L538.4%2C643.4%09C518.7%2C668%2C481.3%2C668%2C461.6%2C643.4z%22%20transform%3D%22rotate%28180%20500%20902.59%29%20translate%280%201143.28%29%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23797d88%22%20d%3D%22M461.6%2C643.4L10.9%2C79.9C-14.9%2C47.7%2C8%2C0%2C49.3%2C0h901.5c41.2%2C0%2C64.1%2C47.7%2C38.4%2C79.9L538.4%2C643.4%09C518.7%2C668%2C481.3%2C668%2C461.6%2C643.4z%22%20transform%3D%22translate%280%201143.28%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") !important;
}

.fsValidationError .fsMatrix td,
.fsValidationError .fsMatrix th,
.fsValidationError .fsMatrix tr {
    border-color: #d0d4d8 !important;
}

.fsValidationError .fsMatrix .fsMatrixCol1 {
    background: #fff !important;
    background: rgba(255, 255, 255, 0.2) !important;
}

.fsValidationError .fsMatrix .fsMatrixCol2 {
    background: #cfd4d8 !important;
    background: rgba(207, 212, 216, 0.2) !important;
}

.fsValidationError .fsMatrix,
.fsValidationError .fsOptionLabel,
.fsValidationError .fsSupporting {
    color: #797d88 !important;
}

@media \0screen {
    .fsValidationError {
        border: 1px solid #ce5f6d;
    }
}

@media \0screen {
    .fsForm input:focus,
    .fsForm select:focus,
    .fsForm textarea:focus {
        position: relative;
        top: -2px !important;
        left: -2px !important;
        zoom: 1;
    }
}

div.fsError {
    text-align: center;
    clear: both;
}

.fsBody .warningNoJS {
    color: #ce5f6d;
    background-color: #fae9e9;
    border: 1px solid #ce5f6d;
    padding: 20px;
}

#fsPasswordError {
    padding: 0;
    font-weight: 700;
    text-align: center;
    color: #ce5f6d;
}

div.fsError {
    border: 1px solid #ce5f6d;
    color: #ce5f6d;
    background-color: #fae9e9;
}

.fsBody .fsHidden,
.fsBody .fsWorkflowHidden {
    display: none;
    padding: 0 !important;
    margin: 0 !important;
}

.fsBody .fsHiddenPage {
    display: none;
    height: 0;
    margin: 0 !important;
    padding: 0 !important;
}

.fsHiddenByFieldSetting {
    display: none;
}

.hidden {
    position: absolute;
    left: -999em;
    width: .1em;
    height: .1em;
    overflow: hidden;
}

.clear,
.fs-clear {
    clear: both;
}

.fsBody .showMobile,
span.fsSlim {
    display: none;
}

span.fsFull {
    display: inherit;
}

.rtl .always-ltr {
    display: inline-block;
    text-align: right;
    direction: ltr;
}

.rtl .always-ltr > * {
    display: inline-block;
    margin-top: 0;
}

@media all and (max-width: 699px),
all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait),
all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
    .fsBody .showMobile {
        display: inherit;
    }
    .fsBody .hideMobile {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
    .fsBody img {
        max-width: 100%;
        height: auto !important;
    }
}

.fsBody .fsLabel,
.fsBody label {
    display: block;
}

.fsForm .fsLabelHorizontal legend.fsLabelHorizontal,
.fsForm .fsLabelHorizontal > label,
.fsForm .fsLabelHorizontal > legend,
.fsForm .fsLabelHorizontal > span.fsLabel {
    float: left;
    width: 20%;
    line-height: normal;
}

.fsForm .fsLabelHorizontal .fieldset-content,
.fsForm .fsLabelHorizontal .fsFieldHorizontal {
    width: 100%;
}

.fsForm .fsLabelHorizontal .fsLabel + .fieldset-content,
.fsForm .fsLabelHorizontal .fsLabel + .fsFieldHorizontal {
    float: right;
    width: 75%;
}

.fsBody .fsLabelHorizontal .fieldset-content label,
.fsBody .fsLabelVertical .fieldset-content label {
    width: auto;
}

.fsBody .fsSupporting {
    margin-top: 2px;
    clear: both;
}

.fsSupporting.fsRequiredLabel span {
    font-size: inherit;
    height: inherit;
}

.fsBody .fieldset-content .fsOptionLabel.horizontal ~ div.horizontal {
    display: inline-block;
    width: 100%;
}

.fsBody .fieldset-content .fsOptionLabel.horizontal ~ div.horizontal .fsOtherField {
    margin-top: 0;
}

.fsOptionLabel.horizontal,
.fsOptionLabel.horizontal + .fsOtherField {
    float: left;
}

.rtl .fsFieldRow .fsRowBody .fieldset-content .fsOptionLabel.vertical {
    margin-right: 0 !important;
}

.rtl .fsFieldRow .fsRowBody .fieldset-content .fsOptionLabel.horizontal {
    float: right;
    margin: 0 0 0 20px;
}

.rtl .fsFieldRow .fsRowBody .fieldset-content .fsOptionLabel.horizontal + .fsOtherField {
    float: right;
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait),
all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
    .fsOptionLabel {
        min-width: 4em;
    }
}

@media (max-width: 40em) {
    label.fsOptionLabel {
        display: block;
        margin: .5em 0;
        padding: .5em 1em;
        cursor: pointer;
    }
    label.fsOptionLabel.horizontal {
        float: none;
        margin: .5em 0;
        margin-right: 0 !important;
    }
    label.fsOptionLabel.horizontal ~ div.horizontal {
        display: block !important;
        margin-top: 0 !important;
    }
    label.fsOptionLabel.vertical ~ div.vertical {
        margin-top: 0 !important;
    }
    .fieldset-content .fsOptionLabel:first-child {
        margin-top: 0;
    }
    .rtl .fsFieldRow .fieldset-content .fsOptionLabel.horizontal {
        float: none !important;
        margin: 0 0 0 20px;
    }
}

.fsBody .fsCallout {
    position: absolute;
    z-index: 5;
    width: 360px;
}

.fsBody .fsCalloutTop {
    position: relative;
    width: 0;
    height: 0;
    margin-top: -20px;
    margin-left: 10px;
    border-width: 0 10px 10px;
    border-style: solid;
}

.fsBody .fsCalloutBody {
    -moz-box-shadow: 3px 3px 7px 0 rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 3px 3px 7px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 3px 3px 7px 0 rgba(0, 0, 0, 0.25);
}

.fsBody .fsCalloutBody a {
    text-decoration: none;
    border-bottom: 1px dotted;
    color: #ddd;
}

.fsBody .fsCalloutBody a:hover {
    color: #aaa;
}

.fsBody .fsCalloutBottom {
    display: none;
}

@media (max-width: 40em) {
    .fsCallout {
        left: inherit !important;
        max-width: 85%;
        max-width: calc(100% - 40px);
    }
}

.fsForm textarea,
.fsRowBody input[type=email],
.fsRowBody input[type=number],
.fsRowBody input[type=tel],
.fsRowBody input[type=text],
.fsSignature {
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
}

.fsForm select,
.fsForm textarea,
.fsRowBody input[type=email],
.fsRowBody input[type=number],
.fsRowBody input[type=tel],
.fsRowBody input[type=text] {
    width: 100%;
    max-width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 400;
}

.fsForm select::-webkit-input-placeholder,
.fsForm textarea::-webkit-input-placeholder,
.fsRowBody input[type=email]::-webkit-input-placeholder,
.fsRowBody input[type=number]::-webkit-input-placeholder,
.fsRowBody input[type=tel]::-webkit-input-placeholder,
.fsRowBody input[type=text]::-webkit-input-placeholder {
    line-height: normal;
}

.fsForm select:-moz-placeholder,
.fsForm textarea:-moz-placeholder,
.fsRowBody input[type=email]:-moz-placeholder,
.fsRowBody input[type=number]:-moz-placeholder,
.fsRowBody input[type=tel]:-moz-placeholder,
.fsRowBody input[type=text]:-moz-placeholder {
    line-height: normal;
}

.fsForm select::-ms-input-placeholder,
.fsForm textarea::-ms-input-placeholder,
.fsRowBody input[type=email]::-ms-input-placeholder,
.fsRowBody input[type=number]::-ms-input-placeholder,
.fsRowBody input[type=tel]::-ms-input-placeholder,
.fsRowBody input[type=text]::-ms-input-placeholder {
    line-height: normal;
}

.fsHiddenFieldData {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 7px;
    border: 1px solid #CFD4D8;
    border-radius: 5px;
    line-height: 1;
}

.fsHiddenFieldData .fsLockIcon {
    width: 13px;
    height: 13px;
    fill: #687680;
    vertical-align: bottom;
    margin-right: 7px;
}

.fsHiddenFieldData p {
    margin-bottom: 0;
    color: #687680;
    font-size: .75rem;
    line-height: 16px;
}

.fsReadOnly input[type=email],
.fsReadOnly input[type=number],
.fsReadOnly input[type=tel],
.fsReadOnly input[type=text],
.fsReadOnly textarea,
.fsWorkflowReadOnly input[type=email],
.fsWorkflowReadOnly input[type=number],
.fsWorkflowReadOnly input[type=tel],
.fsWorkflowReadOnly input[type=text],
.fsWorkflowReadOnly textarea {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -ms-filter: "alpha(Opacity=65)";
    opacity: .65;
}

.fsReadOnly input[type=email],
.fsReadOnly input[type=number],
.fsReadOnly input[type=tel]:not(.fsReactInteractiveInput),
.fsReadOnly input[type=text],
.fsReadOnly textarea,
.fsWorkflowReadOnly input[type=email],
.fsWorkflowReadOnly input[type=number],
.fsWorkflowReadOnly input[type=tel]:not(.fsReactInteractiveInput),
.fsWorkflowReadOnly input[type=text],
.fsWorkflowReadOnly textarea {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.fsReadOnly input[type=number],
.fsWorkflowReadOnly input[type=number] {
    -moz-appearance: textfield;
}

.fsReadOnly .fsDescriptionArea,
.fsReadOnly .fsEmbed,
.fsReadOnly .fsFileValue,
.fsReadOnly .fsLabel,
.fsReadOnly .fsMatrix,
.fsReadOnly .fsOptionLabel,
.fsReadOnly .fsProductField,
.fsReadOnly .fsSignatureValue,
.fsReadOnly .fsSupporting,
.fsReadOnly input[type=file],
.fsReadOnly input[type=radio],
.fsReadOnly select,
.fsReadOnly.fsSectionHeader,
.fsWorkflowReadOnly .fsDescriptionArea,
.fsWorkflowReadOnly .fsEmbed,
.fsWorkflowReadOnly .fsFileValue,
.fsWorkflowReadOnly .fsLabel,
.fsWorkflowReadOnly .fsMatrix,
.fsWorkflowReadOnly .fsOptionLabel,
.fsWorkflowReadOnly .fsProductField,
.fsWorkflowReadOnly .fsSignatureValue,
.fsWorkflowReadOnly .fsSupporting,
.fsWorkflowReadOnly input[type=file],
.fsWorkflowReadOnly input[type=radio],
.fsWorkflowReadOnly select,
.fsWorkflowReadOnly.fsSectionHeader {
    -ms-filter: "alpha(Opacity=65)";
    opacity: .65;
}

.fsReadOnly .fieldset-content select:not([multiple=multiple]),
.fsWorkflowReadOnly .fieldset-content select:not([multiple=multiple]) {
    background-image: none !important;
}

.fsReadOnly .ui-datepicker-trigger,
.fsWorkflowReadOnly .ui-datepicker-trigger {
    display: none;
}

.fsRowBody input[type=checkbox],
.fsRowBody input[type=radio] {
    -webkit-appearance: none;
    position: relative;
    float: left;
    margin: 0 7px 0 0;
    padding: 0;
    border: 0;
    vertical-align: middle;
    overflow: hidden;
}

.fsRowBody input[type=checkbox]:before,
.fsRowBody input[type=checkbox]:checked:before,
.fsRowBody input[type=radio]:before,
.fsRowBody input[type=radio]:checked:before {
    content: '';
    display: inline-block;
    margin-top: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition-property: border, background-color;
    -o-transition-property: border, background-color;
    -webkit-transition-property: border, background-color;
    transition-property: border, background-color;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

.rtl .fsFieldRow input[type=checkbox],
.rtl .fsFieldRow input[type=radio] {
    float: right;
    margin: 0 0 0 7px;
}

.rtl .fsFieldRow input[type=checkbox].vertical,
.rtl .fsFieldRow input[type=radio].vertical {
    clear: right;
    margin-right: 0;
    width: auto;
}

.rtl .fsFieldRow input[type=checkbox]:before,
.rtl .fsFieldRow input[type=checkbox]:checked:before,
.rtl .fsFieldRow input[type=radio]:before,
.rtl .fsFieldRow input[type=radio]:checked:before {
    margin-right: 0;
}

.fsRowBody input[type=radio],
.fsRowBody input[type=radio]:before,
.fsRowBody input[type=radio]:checked:before {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.fsRowBody input[type=checkbox] {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.fsRowBody input[type=checkbox]:checked:before {
    border: 0;
    background-size: 65%;
    background-position: 50%;
    background-repeat: no-repeat;
}

.fsForm select {
    -moz-appearance: none;
    -webkit-appearance: none;
    padding-top: .5em;
    padding-bottom: .5em;
}

.fsForm select:not([multiple=multiple]) {
    -moz-background-size: .5em;
    -o-background-size: .5em;
    -webkit-background-size: .5em;
    background-size: .5em;
    background-repeat: no-repeat;
}

.fsForm select[multiple=multiple] {
    height: auto;
}

.fsForm select[multiple=multiple] option:not(:first-child) {
    padding-top: .2em;
}

.fsForm select[multiple=multiple] option:not(:last-child) {
    padding-bottom: .2em;
}

.rtl .fsFieldRow .fieldset-content select {
    margin-right: 10px;
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait),
all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
    select {
        margin-top: 0;
        margin-bottom: 0;
    }
}

.fsSubFieldGroup .fsNameFirst,
.fsSubFieldGroup .fsNameLast,
.fsSubFieldGroup .fsNameMiddle {
    width: 40%;
}

.fsSubFieldGroup .fsNameInitial,
.fsSubFieldGroup .fsNamePrefix,
.fsSubFieldGroup .fsNameSuffix {
    width: 10%;
}

.fsSubFieldGroup .fsSubField:nth-child(1):nth-last-child(2).fsNameFirst,
.fsSubFieldGroup .fsSubField:nth-child(2):nth-last-child(1).fsNameFirst {
    width: 45%;
}

.fsSubFieldGroup .fsSubField:nth-child(1):nth-last-child(2).fsNameLast,
.fsSubFieldGroup .fsSubField:nth-child(2):nth-last-child(1).fsNameLast {
    width: 50%;
}

.fsSubFieldGroup .fsSubField:nth-child(1):nth-last-child(3).fsNameFirst,
.fsSubFieldGroup .fsSubField:nth-child(2):nth-last-child(2).fsNameFirst,
.fsSubFieldGroup .fsSubField:nth-child(3):nth-last-child(1).fsNameFirst {
    width: 35%;
}

.fsSubFieldGroup .fsSubField:nth-child(1):nth-last-child(3).fsNameInitial,
.fsSubFieldGroup .fsSubField:nth-child(1):nth-last-child(3).fsNameMiddle,
.fsSubFieldGroup .fsSubField:nth-child(1):nth-last-child(3).fsNamePrefix,
.fsSubFieldGroup .fsSubField:nth-child(1):nth-last-child(3).fsNameSuffix,
.fsSubFieldGroup .fsSubField:nth-child(2):nth-last-child(2).fsNameInitial,
.fsSubFieldGroup .fsSubField:nth-child(2):nth-last-child(2).fsNameMiddle,
.fsSubFieldGroup .fsSubField:nth-child(2):nth-last-child(2).fsNamePrefix,
.fsSubFieldGroup .fsSubField:nth-child(2):nth-last-child(2).fsNameSuffix,
.fsSubFieldGroup .fsSubField:nth-child(3):nth-last-child(1).fsNameInitial,
.fsSubFieldGroup .fsSubField:nth-child(3):nth-last-child(1).fsNameMiddle,
.fsSubFieldGroup .fsSubField:nth-child(3):nth-last-child(1).fsNamePrefix,
.fsSubFieldGroup .fsSubField:nth-child(3):nth-last-child(1).fsNameSuffix {
    width: 15%;
}

.fsSubFieldGroup .fsSubField:nth-child(1):nth-last-child(3).fsNameLast,
.fsSubFieldGroup .fsSubField:nth-child(2):nth-last-child(2).fsNameLast,
.fsSubFieldGroup .fsSubField:nth-child(3):nth-last-child(1).fsNameLast {
    width: 40%;
}

.fsSubFieldGroup .fsSubField:nth-child(1):nth-last-child(4).fsNameFirst,
.fsSubFieldGroup .fsSubField:nth-child(2):nth-last-child(3).fsNameFirst,
.fsSubFieldGroup .fsSubField:nth-child(3):nth-last-child(2).fsNameFirst,
.fsSubFieldGroup .fsSubField:nth-child(4):nth-last-child(1).fsNameFirst {
    width: 30%;
}

.fsSubFieldGroup .fsSubField:nth-child(1):nth-last-child(4).fsNameInitial,
.fsSubFieldGroup .fsSubField:nth-child(1):nth-last-child(4).fsNameMiddle,
.fsSubFieldGroup .fsSubField:nth-child(1):nth-last-child(4).fsNamePrefix,
.fsSubFieldGroup .fsSubField:nth-child(1):nth-last-child(4).fsNameSuffix,
.fsSubFieldGroup .fsSubField:nth-child(2):nth-last-child(3).fsNameInitial,
.fsSubFieldGroup .fsSubField:nth-child(2):nth-last-child(3).fsNameMiddle,
.fsSubFieldGroup .fsSubField:nth-child(2):nth-last-child(3).fsNamePrefix,
.fsSubFieldGroup .fsSubField:nth-child(2):nth-last-child(3).fsNameSuffix,
.fsSubFieldGroup .fsSubField:nth-child(3):nth-last-child(2).fsNameInitial,
.fsSubFieldGroup .fsSubField:nth-child(3):nth-last-child(2).fsNameMiddle,
.fsSubFieldGroup .fsSubField:nth-child(3):nth-last-child(2).fsNamePrefix,
.fsSubFieldGroup .fsSubField:nth-child(3):nth-last-child(2).fsNameSuffix,
.fsSubFieldGroup .fsSubField:nth-child(4):nth-last-child(1).fsNameInitial,
.fsSubFieldGroup .fsSubField:nth-child(4):nth-last-child(1).fsNameMiddle,
.fsSubFieldGroup .fsSubField:nth-child(4):nth-last-child(1).fsNamePrefix,
.fsSubFieldGroup .fsSubField:nth-child(4):nth-last-child(1).fsNameSuffix {
    width: 10%;
}

.fsSubFieldGroup .fsSubField:nth-child(1):nth-last-child(4).fsNameLast,
.fsSubFieldGroup .fsSubField:nth-child(2):nth-last-child(3).fsNameLast,
.fsSubFieldGroup .fsSubField:nth-child(3):nth-last-child(2).fsNameLast,
.fsSubFieldGroup .fsSubField:nth-child(4):nth-last-child(1).fsNameLast {
    width: 35%;
}

.fsSubFieldGroup .fsSubField:nth-child(1):nth-last-child(5).fsNameFirst,
.fsSubFieldGroup .fsSubField:nth-child(2):nth-last-child(4).fsNameFirst,
.fsSubFieldGroup .fsSubField:nth-child(3):nth-last-child(3).fsNameFirst,
.fsSubFieldGroup .fsSubField:nth-child(4):nth-last-child(2).fsNameFirst,
.fsSubFieldGroup .fsSubField:nth-child(5):nth-last-child(1).fsNameFirst {
    width: 27%;
}

.fsSubFieldGroup .fsSubField:nth-child(1):nth-last-child(5).fsNameInitial,
.fsSubFieldGroup .fsSubField:nth-child(1):nth-last-child(5).fsNameMiddle,
.fsSubFieldGroup .fsSubField:nth-child(1):nth-last-child(5).fsNamePrefix,
.fsSubFieldGroup .fsSubField:nth-child(1):nth-last-child(5).fsNameSuffix,
.fsSubFieldGroup .fsSubField:nth-child(2):nth-last-child(4).fsNameInitial,
.fsSubFieldGroup .fsSubField:nth-child(2):nth-last-child(4).fsNameMiddle,
.fsSubFieldGroup .fsSubField:nth-child(2):nth-last-child(4).fsNamePrefix,
.fsSubFieldGroup .fsSubField:nth-child(2):nth-last-child(4).fsNameSuffix,
.fsSubFieldGroup .fsSubField:nth-child(3):nth-last-child(3).fsNameInitial,
.fsSubFieldGroup .fsSubField:nth-child(3):nth-last-child(3).fsNameMiddle,
.fsSubFieldGroup .fsSubField:nth-child(3):nth-last-child(3).fsNamePrefix,
.fsSubFieldGroup .fsSubField:nth-child(3):nth-last-child(3).fsNameSuffix,
.fsSubFieldGroup .fsSubField:nth-child(4):nth-last-child(2).fsNameInitial,
.fsSubFieldGroup .fsSubField:nth-child(4):nth-last-child(2).fsNameMiddle,
.fsSubFieldGroup .fsSubField:nth-child(4):nth-last-child(2).fsNamePrefix,
.fsSubFieldGroup .fsSubField:nth-child(4):nth-last-child(2).fsNameSuffix,
.fsSubFieldGroup .fsSubField:nth-child(5):nth-last-child(1).fsNameInitial,
.fsSubFieldGroup .fsSubField:nth-child(5):nth-last-child(1).fsNameMiddle,
.fsSubFieldGroup .fsSubField:nth-child(5):nth-last-child(1).fsNamePrefix,
.fsSubFieldGroup .fsSubField:nth-child(5):nth-last-child(1).fsNameSuffix {
    width: 7%;
}

.fsSubFieldGroup .fsSubField:nth-child(1):nth-last-child(5).fsNameLast,
.fsSubFieldGroup .fsSubField:nth-child(2):nth-last-child(4).fsNameLast,
.fsSubFieldGroup .fsSubField:nth-child(3):nth-last-child(3).fsNameLast,
.fsSubFieldGroup .fsSubField:nth-child(4):nth-last-child(2).fsNameLast,
.fsSubFieldGroup .fsSubField:nth-child(5):nth-last-child(1).fsNameLast {
    width: 32%;
}

.fsSubFieldGroup .fsSubField:nth-child(1):nth-last-child(6).fsNameFirst,
.fsSubFieldGroup .fsSubField:nth-child(2):nth-last-child(5).fsNameFirst,
.fsSubFieldGroup .fsSubField:nth-child(3):nth-last-child(4).fsNameFirst,
.fsSubFieldGroup .fsSubField:nth-child(4):nth-last-child(3).fsNameFirst,
.fsSubFieldGroup .fsSubField:nth-child(5):nth-last-child(2).fsNameFirst,
.fsSubFieldGroup .fsSubField:nth-child(6):nth-last-child(1).fsNameFirst {
    width: 23%;
}

.fsSubFieldGroup .fsSubField:nth-child(1):nth-last-child(6).fsNameInitial,
.fsSubFieldGroup .fsSubField:nth-child(1):nth-last-child(6).fsNameMiddle,
.fsSubFieldGroup .fsSubField:nth-child(1):nth-last-child(6).fsNamePrefix,
.fsSubFieldGroup .fsSubField:nth-child(1):nth-last-child(6).fsNameSuffix,
.fsSubFieldGroup .fsSubField:nth-child(2):nth-last-child(5).fsNameInitial,
.fsSubFieldGroup .fsSubField:nth-child(2):nth-last-child(5).fsNameMiddle,
.fsSubFieldGroup .fsSubField:nth-child(2):nth-last-child(5).fsNamePrefix,
.fsSubFieldGroup .fsSubField:nth-child(2):nth-last-child(5).fsNameSuffix,
.fsSubFieldGroup .fsSubField:nth-child(3):nth-last-child(4).fsNameInitial,
.fsSubFieldGroup .fsSubField:nth-child(3):nth-last-child(4).fsNameMiddle,
.fsSubFieldGroup .fsSubField:nth-child(3):nth-last-child(4).fsNamePrefix,
.fsSubFieldGroup .fsSubField:nth-child(3):nth-last-child(4).fsNameSuffix,
.fsSubFieldGroup .fsSubField:nth-child(4):nth-last-child(3).fsNameInitial,
.fsSubFieldGroup .fsSubField:nth-child(4):nth-last-child(3).fsNameMiddle,
.fsSubFieldGroup .fsSubField:nth-child(4):nth-last-child(3).fsNamePrefix,
.fsSubFieldGroup .fsSubField:nth-child(4):nth-last-child(3).fsNameSuffix,
.fsSubFieldGroup .fsSubField:nth-child(5):nth-last-child(2).fsNameInitial,
.fsSubFieldGroup .fsSubField:nth-child(5):nth-last-child(2).fsNameMiddle,
.fsSubFieldGroup .fsSubField:nth-child(5):nth-last-child(2).fsNamePrefix,
.fsSubFieldGroup .fsSubField:nth-child(5):nth-last-child(2).fsNameSuffix,
.fsSubFieldGroup .fsSubField:nth-child(6):nth-last-child(1).fsNameInitial,
.fsSubFieldGroup .fsSubField:nth-child(6):nth-last-child(1).fsNameMiddle,
.fsSubFieldGroup .fsSubField:nth-child(6):nth-last-child(1).fsNamePrefix,
.fsSubFieldGroup .fsSubField:nth-child(6):nth-last-child(1).fsNameSuffix {
    width: 6%;
}

.fsSubFieldGroup .fsSubField:nth-child(1):nth-last-child(6).fsNameLast,
.fsSubFieldGroup .fsSubField:nth-child(2):nth-last-child(5).fsNameLast,
.fsSubFieldGroup .fsSubField:nth-child(3):nth-last-child(4).fsNameLast,
.fsSubFieldGroup .fsSubField:nth-child(4):nth-last-child(3).fsNameLast,
.fsSubFieldGroup .fsSubField:nth-child(5):nth-last-child(2).fsNameLast,
.fsSubFieldGroup .fsSubField:nth-child(6):nth-last-child(1).fsNameLast {
    width: 28%;
}

.fsBody .fsSubField.fsFieldCity {
    width: 55%;
}

.fsBody .fsSubField.fsFieldState {
    width: 25%;
}

.fsBody .fsSubField.fsFieldZip {
    width: 10%;
}

.fsBody .fsFieldAddress2 {
    margin-top: 0 !important;
}

@media (max-width: 40em) {
    .fsBody .fsSubField.fsFieldZip {
        margin-bottom: 0;
    }
}

@media all and (max-width: 699px),
all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait),
all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
    .fsBody .fsSubField.fsFieldState {
        width: 65%;
    }
}

.fsSliderDiv {
    position: relative;
    float: left;
    width: 80%;
    margin-top: .75em;
    margin-left: .5em;
}

.fsSliderDiv .ui-slider-handle {
    width: 1em;
    height: 1.7em;
    cursor: pointer;
}

.fsSliderDiv .ui-state-default,
.fsSliderDiv .ui-widget-content .ui-state-default {
    border: 0;
    background: 0 0;
}

.fsSliderDiv.ui-slider-horizontal .ui-slider-handle {
    top: -.6em;
}

.fsSliderDiv.ui-slider-horizontal {
    height: .5em;
}

.fsSliderDiv.ui-widget-content {
    background: 0 0;
    background-image: none;
}

.fsSliderDiv .ui-widget-header {
    border: 0;
    background: 0 0;
    background-image: none;
}

div.fsSliderValue {
    float: right;
    max-width: 15%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    white-space: nowrap;
}

.fsNumberCurrencyValue {
    display: none;
}

.fsCurrency {
    float: left;
    display: inline-block;
    width: 4%;
    text-align: right;
}

.fsCurrency.fsCurrencySuffix {
    float: right;
    text-align: left;
}

.fsCurrency ~ input.fsField {
    width: 91% !important;
}

@media (max-width: 40em) {
    .fsSliderDiv {
        width: 75%;
    }
}

@font-face {
    src: url(/forms/fonts/3/password.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}

.fsTextMask {
    font-family: TextMask !important;
}

.fsCounter {
    display: inline-block;
    width: 100% !important;
    text-align: right;
    -webkit-touch-callout: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.fsProductField__image-container {
    float: left;
}

.fsSpan100 .fsProductField__image-container {
    width: 10%;
    margin-right: 2%;
}

.fsSpan50 .fsProductField__image-container {
    width: 25%;
}

.fsProductField__image {
    width: 100%;
}

.fsSpan100 .fsProductField__image,
.fsSpan50 .fsProductField__image {
    width: 90%;
}

.fsProductField__info {
    float: left;
}

.fsSpan100 .fsProductField__info,
.fsSpan50 .fsProductField__info {
    width: 68%;
}

.rtl .fsSpan100 .fsProductField__info,
.rtl .fsSpan50 .fsProductField__info {
    float: right;
}

.fsProductField__info--no-image {
    width: 100%;
}

.fsSpan100 .fsProductField__info--no-image {
    margin-left: 0;
    width: 80%;
}

.fsSpan50 .fsProductField__info--no-image {
    width: 100%;
}

.fsProductField__info__name {
    font-weight: 400;
}

.fsProductField__fields {
    margin-top: 10px;
    text-align: right;
}

.fsSpan100 .fsProductField__fields {
    float: right;
    width: 20%;
    margin: 0;
}

.rtl .fsProductField__fields {
    float: left;
    text-align: left;
}

.fsProductField__fields__fixed-amount {
    font-weight: 700;
}

.fsProductField__fields__quantity {
    margin-top: 5px;
}

.fsProductField__fields__any-amount {
    margin-top: 29px;
}

.fsProductField__fields__no-charge {
    margin-top: 25px;
}

.fsProductField__fields__sold-out {
    margin-top: 4px;
}

.fsProductField__wait-list {
    text-align: right;
}

.fsProductField__wait-list label {
    font-weight: 400;
}

.fsProductField__wait-list input[type=checkbox] {
    float: none;
    vertical-align: top;
}

.fsBody .fieldset-content select,
.fsProductField select {
    width: auto;
}

@media (max-width: 40em) {
    .fsProductField__info {
        float: left;
        width: 63%;
    }
    .fsProductField__info .fsProductField__info--no-image {
        width: 75%;
        margin-left: 0;
    }
    .fsSpan100 .fsProductField__image-container {
        width: 15%;
    }
    .fsProductField__image {
        float: left;
        width: 100%;
        height: 100%;
        margin-right: 0;
    }
    .fsProductField__fields {
        width: 25%;
        text-align: right;
    }
    .fsProductField__fields__fixed-amount,
    .fsProductField__fields__quantity {
        float: right;
    }
}

.fsMatrix {
    width: 100%;
    border-collapse: separate !important;
    border-spacing: 0 !important;
}

.fsMatrix th {
    font-weight: 400;
}

.fsMatrix td {
    padding: 4px 0;
    text-align: center;
}

.fsMatrix td input[type=checkbox],
.fsMatrix td input[type=radio] {
    top: 0 !important;
    margin: 0;
    float: none;
}

.fsMatrix td,
.fsMatrix th {
    border: 0;
    overflow: hidden;
}

.fsMatrix tr:first-child th:first-child {
    border: 0;
}

.fsMatrix .th.fsMatrixLabelColumn,
.fsMatrix .th.fsMatrixLabelRow {
    padding: .25em .5em;
    vertical-align: middle;
}

.rtl .fsFieldRow .fsMatrix td,
.rtl .fsFieldRow .fsMatrix th {
    border-right: 1px solid #acb5bf;
}

.rtl .fsFieldRow .fsMatrix td input[type=checkbox],
.rtl .fsFieldRow .fsMatrix td input[type=radio] {
    float: none;
}

.fsMatrixCol1,
.fsMatrixCol2 {
    width: 15%;
    font-weight: 400;
}

.fsMatrixColCount1 {
    width: 100%;
}

.fsMatrixColCount2 {
    width: 50%;
}

.fsMatrixColCount3 {
    width: 33%;
}

.fsMatrixColCount4 {
    width: 25%;
}

.fsMatrixColCount5 {
    width: 20%;
}

.fsMatrixColCount6 {
    width: 16%;
}

.fsMatrixColCount7 {
    width: 14%;
}

.fsMatrixColCount8 {
    width: 12.5%;
}

.fsMatrixColCount9 {
    width: 11%;
}

.fsMatrixColCount10 {
    width: 10%;
}

.fsMatrixColCount11 {
    width: 9%;
}

.fsMatrixColCount12 {
    width: 8%;
}

.fsMatrixColCount13 {
    width: 7.5%;
}

.fsMatrixColCount14 {
    width: 7%;
}

.fsMatrixColCount15 {
    width: 6.5%;
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait),
all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
    .fsMatrixLabel {
        padding: .25em .5em;
    }
}

div.fsFileUploadContainer {
    background-color: #EFEFEF;
    padding: 6px;
    width: 180px;
    text-align: center;
}

a.fsFileValue {
    display: block;
    margin-bottom: .5em;
}

input.fsFilePreview {
    max-height: 170px;
    max-width: 170px;
}

.fsForm .fsFileUploadButton,
.fsForm input[type=file]::-webkit-file-upload-button {
    display: inline-block;
    padding: 0 .5em;
    border: 0;
}

.fsBody .fieldset-content .ui-datepicker-trigger,
.fsBody .fieldset-content select {
    float: left;
}

.fsBody .fieldset-content .always-ltr {
    display: inline-block;
    width: 100%;
}

.fsBody .fieldset-content .always-ltr > *,
.fsBody .fieldset-content select > * {
    float: left;
}

.fsBody .fieldset-content .always-ltr span,
.fsBody .fieldset-content select span {
    position: relative;
}

.fsBody .fieldset-content select:last-of-type {
    margin-right: 0;
}

.fsBody .fieldset-content .always-ltr-align-right {
    direction: ltr;
    text-align: right;
    margin: 10px 0 0 7px;
    display: inline-block;
    width: 100%;
}

.fsBody .fieldset-content .always-ltr-align-right span {
    margin: 0 3px 0 -5px;
}

.fsBody .fieldset-content .always-ltr-align-right > * {
    float: none;
}

.fsBody .ui-datepicker-trigger {
    position: relative;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.fsSignature {
    -ms-touch-action: none;
}

.fsSignature + div {
    float: right;
    display: inline-block;
    margin-top: 2px;
}

.wf-active .fsSignature {
    font-family: Arial, Tahoma, sans-serif;
}

img.fsCreditCardLogo {
    border: 0;
    vertical-align: middle;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.fsBlankSection {
    display: none;
}

.fsborderradius .fsBody .fsSectionHeader {
    margin: 0;
}

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

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

.fsForm.fsMaxCol1 {
    width: 700px;
}

.fsForm.fsMaxCol2 {
    width: 800px;
}

.fsForm.fsMaxCol3 {
    width: 900px;
}

.fsForm.fsMaxCol4 {
    width: 1100px;
}

.fs2Col .fsFieldCell,
.fs3Col .fsFieldCell,
.fs4Col .fsFieldCell {
    float: left;
}

.fsFieldRow .fsFieldCell {
    margin: 0 2%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.fsFieldRow .fsFieldCell:nth-child(1) {
    margin-left: 0;
}

.fsFieldRow .fsFieldCell:nth-last-child(2) {
    margin-right: 0;
}

.fsFieldRow .fsFieldCell.fsSpan100 {
    margin: 0;
}

.fsFieldRow .fsFieldCell.fsSpan75 {
    width: 71%;
    width: calc(73%);
}

.fsFieldRow .fsFieldCell.fsSpan66 {
    width: 63%;
    width: calc(96% / 3 * 2);
}

.fsFieldRow .fsFieldCell.fsSpan50 {
    width: 46%;
    width: calc(48%);
}

.fsFieldRow .fsFieldCell.fsSpan33 {
    width: 29.33%;
    width: calc(92% / 3);
}

.fsFieldRow .fsFieldCell.fsSpan25 {
    width: 21%;
    width: calc(22%);
}

.fsFieldRow .fsFieldCell.fsSpan25 div.fsSliderValue,
.fsFieldRow .fsFieldCell.fsSpan33 div.fsSliderValue,
.fsFieldRow .fsFieldCell.fsSpan50 div.fsSliderValue,
.fsFieldRow .fsFieldCell.fsSpan66 div.fsSliderValue,
.fsFieldRow .fsFieldCell.fsSpan75 div.fsSliderValue {
    max-width: 25%;
}

.fsFieldRow .fsFieldCell.fsSpan25 .fsSliderDiv,
.fsFieldRow .fsFieldCell.fsSpan33 .fsSliderDiv,
.fsFieldRow .fsFieldCell.fsSpan50 .fsSliderDiv,
.fsFieldRow .fsFieldCell.fsSpan66 .fsSliderDiv,
.fsFieldRow .fsFieldCell.fsSpan75 .fsSliderDiv {
    width: 70%;
}

.fsFirst.fsLast.fsFieldCell {
    float: none;
}

@media all and (max-width: 699px),
all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait),
all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
    .fsBody .fs3Col .fsFieldCell,
    .fsBody .fs4Col .fsFieldCell {
        width: 100%;
        margin: 0;
    }
    .fsBody .fs2Col,
    .fsBody .fs3Col,
    .fsBody .fs4Col {
        min-width: inherit;
    }
}

@media (max-width: 480px) {
    .fsBody .fs2Col .fsFieldCell,
    .fsBody .fs3Col .fsFieldCell,
    .fsBody .fs4Col .fsFieldCell {
        width: 100%;
        margin: 0;
    }
}

.fsForm select[multiple=multiple]::-webkit-scrollbar,
.fsForm textarea::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.fsForm select[multiple=multiple]::-webkit-scrollbar-track-piece,
.fsForm textarea::-webkit-scrollbar-track-piece {
    background-color: transparent;
}

.fsForm select[multiple=multiple]::-webkit-scrollbar-thumb,
.fsForm textarea::-webkit-scrollbar-thumb {
    border: 2px solid transparent;
    -webkit-border-radius: 5px;
    background-clip: padding-box;
}

.fsForm select[multiple=multiple]::-webkit-scrollbar-button,
.fsForm textarea::-webkit-scrollbar-button {
    display: none;
    width: 0;
    height: 0;
}

.fsForm select[multiple=multiple]::-webkit-scrollbar-corner,
.fsForm textarea::-webkit-scrollbar-corner {
    background-color: transparent;
}

.fsForm .fsSubmit {
    clear: left;
    background-color: transparent;
}

.fsSubmitButton {
    margin: 0 auto;
    clear: both;
}

.fsSubmit input.fsSubmitButton.nice:hover {
    zoom: 1;
    filter: alpha(opacity=87);
    opacity: .87;
}

.fsSubmit input.fsSubmitMultipage {
    float: right;
    clear: none;
}

.rtl .fsSubmit input.fsSubmitMultipage {
    float: left;
    clear: none;
}

.fsPagination {
    text-align: center;
}

.fsPagination .fsNextButton {
    float: right;
}

.fsPagination .fsPreviousButton {
    float: left;
}

.fsPagination .fsNextButton,
.fsPagination .fsPreviousButton,
.fsPagination .fsSubmitButton {
    cursor: pointer;
}

.rtl .fsPagination .fsNextButton {
    float: left;
}

.rtl .fsPagination .fsPreviousButton {
    float: right;
}

div.fsProgress {
    display: inline-block;
    width: 100%;
    clear: both;
}

div.fsProgressBarContainer {
    position: relative;
    width: 100%;
}

div.fsProgressBar {
    width: 0;
    height: inherit;
}

div.fsProgressText {
    z-index: 10;
    width: 100%;
    text-align: center;
}

div.fsSaveIncomplete {
    text-align: center;
    clear: left;
}

.fsResumeLink {
    font-weight: 700;
    font-size: 14px;
}

@media all and (max-width: 699px),
all and (device-height: 1024px) and (device-width: 768px) and (orientation: portrait),
all and (device-height: 1024px) and (device-width: 768px) and (orientation: landscape) {
    span.fsFull {
        display: none;
    }
    .fsBody .fsForm,
    .fsBody .fsPage {
        min-width: inherit;
        width: 100%;
    }
    .fsPagination .fsSubmitButton {
        display: inline-block;
        width: 100%;
    }
    .fsPagination .fsNextButton,
    .fsPagination .fsPreviousButton {
        width: 50px;
        height: 50px;
        padding: 0;
        -moz-border-radius: 50% !important;
        -webkit-border-radius: 50%;
        border-radius: 50% !important;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .fsPagination .fsSlim {
        display: none;
    }
    .fsPagination .fsNextButton:before,
    .fsPagination .fsPreviousButton:before {
        display: block;
        text-indent: 0;
        font-size: 1.5em;
        line-height: 0;
    }
    .fsPagination .fsNextButton:before {
        content: '\21E8';
    }
    .fsPagination .fsPreviousButton:before,
    .rtl .fsPagination .fsNextButton:before {
        content: '\21E6';
    }
    .rtl .fsPagination .fsPreviousButton:before {
        content: '\21E8';
    }
}

#fsConfirmAd table {
    width: 100%;
    margin: 36px auto;
}

#fsConfirmAd h2 {
    margin: 0;
    padding: 18px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    text-shadow: 0 1px 0 #000;
    background: #42BD21;
    color: #fff;
}

#fsConfirmAd li {
    margin-bottom: 18px;
}

#fsConfirmAd img {
    min-width: 151px;
}

#fsConfirmAd img,
#fsConfirmAd ul {
    margin: 18px;
}

#fsSubmissionCheckmark {
    float: left;
    width: 100%;
    height: 68px;
    background-size: 58px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../images/3/confirmationCheckmark-new.png);
}

#fsSubmissionCheckmark ~ .fsSectionText {
    display: inline-block;
    width: 90%;
    margin-left: 5%;
    padding-left: 0 !important;
}

.fsBody .fsPasswordForm {
    width: 400px;
    padding-bottom: 15px;
}

.fsPasswordForm label {
    display: block;
    font-size: 13px;
    color: #656565;
}

.fsPasswordForm .fsRowBody input {
    padding: 5px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}

.fsPasswordForm td.fsRowBody {
    padding: 18px 0 24px;
}

.fsSSOForm label {
    display: inline;
}

#fsLearnMore {
    display: block;
    height: 25px;
    width: 155px;
    margin: 18px auto;
    font-size: 16px;
    line-height: 25px;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    color: #333;
    background: url(../../images/3/buttonBG.png);
}

.discountcodeMsg {
    display: block;
    font-style: italic;
    font-size: x-small;
}

#recaptcha_area {
    margin-left: auto;
    margin-right: auto;
}

#mobile-alert p {
    width: 100%;
    text-align: center !important;
}

#mobile-alert input[type=submit] {
    border: 0;
    text-decoration: underline;
    color: red;
    background: 0 0;
    cursor: pointer;
}

@media all and (max-width: 699px),
all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait),
all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
    .fsBody .fsPasswordForm {
        width: 100%;
    }
    .stacklock {
        clear: both;
        margin-top: 70px !important;
    }
    .stacklock * {
        float: none;
    }
}

.fsSocialAutofill {
    margin: 15px 15px 0;
}

.fsSocialAutofill .fsLabel {
    width: auto;
    margin-bottom: 5px;
    font-size: 1em;
    line-height: 2em;
}

.fsSocialAutofill--icons {
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    line-height: 36px;
}

.fsSocialAutofill--icons a {
    font-size: 42px;
    text-decoration: none;
    opacity: .8;
}

.fsSocialAutofill--icons a:hover {
    opacity: 1;
}

.fsSocialAutofill--buttons a {
    display: inline-block;
    margin: .5em 0;
    padding: .4em 1em;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #D1D1D1;
    text-decoration: none;
    font-weight: 500;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
    color: #333;
    background-size: 100%;
    background-image: -moz-linear-gradient(269deg, #fff 0, #efefef 100%);
    background-image: -webkit-linear-gradient(269deg, #fff 0, #efefef 100%);
    background-image: -o-linear-gradient(269deg, #fff 0, #efefef 100%);
    background-image: linear-gradient(-179deg, #fff 0, #efefef 100%);
}

.fsSocialAutofill--buttons a span {
    display: block;
    padding-left: 2em;
    background-repeat: no-repeat;
    background-position: 0;
    font-size: .75em;
    line-height: 1.6;
}

.fsSocialAutofill--buttons a:hover {
    border: 1px solid #afafaf;
    background-size: 100%;
    background-image: -moz-linear-gradient(269deg, #fff 0, #e0e0e0 100%);
    background-image: -webkit-linear-gradient(269deg, #fff 0, #e0e0e0 100%);
    background-image: -o-linear-gradient(269deg, #fff 0, #e0e0e0 100%);
    background-image: linear-gradient(-179deg, #fff 0, #e0e0e0 100%);
}

.fsSocialAutofill--buttons .facebook_autofill span {
    background-image: url(../../images/icon-facebook.png);
}

.fsSocialAutofill--buttons .twitter_autofill span {
    background-image: url(../../images/icon-twitter.png);
}

.fsForm .fsWorkflowSendBack {
    margin-top: 14px;
    font-size: 16px;
}

.fsForm .fsWorkflowSendBack a {
    text-decoration: underline;
    cursor: pointer;
}

.fsForm .fsWorkflowSendBack svg {
    margin-bottom: -2px;
    width: 14px;
    height: 14px;
}

.fs-btn2 {
    display: inline-block;
    border: 0;
    font-weight: 700 !important;
    cursor: pointer;
    text-decoration: none;
    letter-spacing: 0.2px;
    outline: none;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    vertical-align: bottom;
    -webkit-font-smoothing: antialiased;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -moz-transition: background .3s ease-in-out, color .3s ease-in-out;
    -o-transition: background .3s ease-in-out, color .3s ease-in-out;
    -webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
    transition: background .3s ease-in-out, color .3s ease-in-out;
}

.fs-btn2 .fs-btn2__content {
    margin: 0 auto;
    display: inline-block;
}

.fs-btn2 .fs-btn2__text {
    float: left;
    display: block;
    position: relative;
    z-index: 4;
    margin: 0;
}

.fs-btn2[disabled] {
    pointer-events: none;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: .8;
}

.fs-btn2[disabled] .fs-btn2__text {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: .5;
}

.fs-btn2 *,
.fs-btn2 *:before,
.fs-btn2 *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.fs-btn2:focus {
    outline: none;
}

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

.fs-btn2.ng-hide,
.fs-btn2.ng-leave {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.fs-btn2.fs-btn2--style_create {
    background: #227A90;
    color: #fff;
}

.fs-btn2.fs-btn2--style_create:hover {
    background: #1d697b;
}

.fs-btn2.fs-btn2--style_edit-light {
    background: #fff;
    color: #455560;
}

.fs-btn2.fs-btn2--style_edit-light:hover {
    background: #fafafa;
}

.fs-btn2.fs-btn2--style_edit-dark {
    background: #EDEFF0;
    color: #455560;
}

.fs-btn2.fs-btn2--style_edit-dark:hover {
    background: #dfe3e4;
}

.fs-btn2.fs-btn2--style_delete {
    background: #E83030;
    color: #fff;
}

.fs-btn2.fs-btn2--style_delete:hover {
    background: #dc1818;
}

.fs-btn2.fs-btn2--style_link {
    background: #0197EC;
    color: #fff;
}

.fs-btn2.fs-btn2--style_link:hover {
    background: #0187d3;
}

.fs-btn2.fs-btn2--size_small {
    font-size: 11px;
    height: 22px;
    line-height: 22px;
    padding: 0 14px;
}

.fs-btn2.fs-btn2--size_small .fs-btn2__text {
    height: 22px;
}

.fs-btn2.fs-btn2--size_medium {
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    padding: 0 18px;
}

.fs-btn2.fs-btn2--size_medium .fs-btn2__text {
    height: 30px;
}

.fs-btn2.fs-btn2--size_large {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 0 18px;
}

.fs-btn2.fs-btn2--size_large .fs-btn2__text {
    height: 40px;
}

.fs-btn2.fs-btn2--style_no-bg {
    background: rgba(255, 255, 255, 0);
}

.fs-btn2.fs-btn2--style_no-bg:hover {
    background: rgba(255, 255, 255, 0);
}

.fs-btn2.fs-btn2--style_no-bg.fs-btn2--style_create {
    color: #227A90;
}

.fs-btn2.fs-btn2--style_no-bg.fs-btn2--style_create:hover {
    color: #185767;
}

.fs-btn2.fs-btn2--style_no-bg.fs-btn2--style_edit-light {
    color: #455560;
}

.fs-btn2.fs-btn2--style_no-bg.fs-btn2--style_edit-light:hover {
    color: #303b42;
}

.fs-btn2.fs-btn2--style_no-bg.fs-btn2--style_edit-dark {
    color: #455560;
}

.fs-btn2.fs-btn2--style_no-bg.fs-btn2--style_edit-dark:hover {
    color: #303b42;
}

.fs-btn2.fs-btn2--style_no-bg.fs-btn2--style_delete {
    color: #E83030;
}

.fs-btn2.fs-btn2--style_no-bg.fs-btn2--style_delete:hover {
    color: #ce1717;
}

.fs-btn2.fs-btn2--style_no-bg.fs-btn2--style_link {
    color: #0197EC;
}

.fs-btn2.fs-btn2--style_no-bg.fs-btn2--style_link:hover {
    color: #0177b9;
}

input.fs-btn2 {
    -webkit-appearance: none;
}

input.fs-btn2.fs-btn2--state_active.fs-btn2--style_create {
    background: #237d94;
}

input.fs-btn2.fs-btn2--state_active.fs-btn2--style_edit-light {
    background: #fff;
}

input.fs-btn2.fs-btn2--state_active.fs-btn2--style_edit-dark {
    background: #f0f1f2;
}

input.fs-btn2.fs-btn2--state_active.fs-btn2--style_delete {
    background: #e93535;
}

input.fs-btn2.fs-btn2--state_active.fs-btn2--style_link {
    background: #019af1;
}

@-moz-keyframes fs-ngdialog-flyin {
    0% {
        -moz-transform: scale(0.7);
        transform: scale(0.7);
        -moz-transition: all .3s;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        opacity: 0;
    }
    100% {
        -moz-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes fs-ngdialog-flyin {
    0% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes fs-ngdialog-flyin {
    0% {
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        -moz-transition: all .3s;
        -o-transition: all .3s;
        -webkit-transition: all .3s;
        transition: all .3s;
        opacity: 0;
    }
    100% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@-moz-keyframes fs-ngdialog-flyout {
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    100% {
        -moz-transform: scale(0.7);
        transform: scale(0.7);
        -moz-transition: all .3s;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        opacity: 0;
    }
}

@-webkit-keyframes fs-ngdialog-flyout {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        opacity: 0;
    }
}

@keyframes fs-ngdialog-flyout {
    0% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    100% {
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        -moz-transition: all .3s;
        -o-transition: all .3s;
        -webkit-transition: all .3s;
        transition: all .3s;
        opacity: 0;
    }
}

@-moz-keyframes fs-ngdialog-fadeout {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes fs-ngdialog-fadeout {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fs-ngdialog-fadeout {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes fs-ngdialog-fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fs-ngdialog-fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fs-ngdialog-fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

body.fs-ngdialog-open {
    overflow: hidden;
}

.fs-ngdialog {
    position: fixed;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 256;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.fs-ngdialog .fs-ngdialog-overlay {
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#40000000, endColorstr=#40000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#40000000, endColorstr=#40000000)";
    position: fixed;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-animation: fs-ngdialog-fadein 0.5s;
    -webkit-animation: fs-ngdialog-fadein 0.5s;
    animation: fs-ngdialog-fadein 0.5s;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.fs-ngdialog .fs-ngdialog-content {
    background: white;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-animation: fs-ngdialog-fadein 0.5s;
    -webkit-animation: fs-ngdialog-fadein 0.5s;
    animation: fs-ngdialog-fadein 0.5s;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -moz-transition: height .4s;
    -o-transition: height .4s;
    -webkit-transition: height .4s;
    transition: height .4s;
}

.fs-ngdialog .fs-ngdialog-content > * {
    -webkit-transform: translateZ(0);
    -moz-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
}

.fs-ngdialog.fs-ngdialog-closing .fs-ngdialog-overlay {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-animation: fs-ngdialog-fadeout 0.5s;
    -webkit-animation: fs-ngdialog-fadeout 0.5s;
    animation: fs-ngdialog-fadeout 0.5s;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.fs-ngdialog.fs-ngdialog-closing .fs-ngdialog-content {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-animation: fs-ngdialog-fadeout 0.5s;
    -webkit-animation: fs-ngdialog-fadeout 0.5s;
    animation: fs-ngdialog-fadeout 0.5s;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.fs-modal-small.fs-ngdialog-closing .fs-ngdialog-content,
.fs-modal-medium.fs-ngdialog-closing .fs-ngdialog-content {
    -moz-animation: fs-ngdialog-flyout 0.5s;
    -webkit-animation: fs-ngdialog-flyout 0.5s;
    animation: fs-ngdialog-flyout 0.5s;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.fs-modal-small .fs-ngdialog-content,
.fs-modal-medium .fs-ngdialog-content {
    -moz-animation: fs-ngdialog-flyin 0.5s;
    -webkit-animation: fs-ngdialog-flyin 0.5s;
    animation: fs-ngdialog-flyin 0.5s;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    -moz-box-shadow: 0px 15px 13px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 15px 13px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 15px 13px 0px rgba(0, 0, 0, 0.15);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.fs-modal-small .fs-ngdialog-content .fs-modal__top,
.fs-modal-medium .fs-ngdialog-content .fs-modal__top {
    font-size: 14px;
    padding: 13px;
    color: #6C7A85;
    letter-spacing: 0.4px;
}

.fs-modal-small .fs-ngdialog-content .fs-modal__middle,
.fs-modal-medium .fs-ngdialog-content .fs-modal__middle {
    overflow-x: auto;
    position: relative;
    border-top: 1px solid #CFD4D8;
    border-bottom: 1px solid #CFD4D8;
}

.fs-modal-small .fs-ngdialog-content .fs-modal__bottom,
.fs-modal-medium .fs-ngdialog-content .fs-modal__bottom {
    padding: 7px;
}

.fs-modal-small .fs-ngdialog-content .fs-modal__bottom.fs-modal--style_center,
.fs-modal-medium .fs-ngdialog-content .fs-modal__bottom.fs-modal--style_center {
    text-align: center;
}

.fs-modal-small .fs-ngdialog-content .fs-modal__bottom.fs-modal--style_right,
.fs-modal-medium .fs-ngdialog-content .fs-modal__bottom.fs-modal--style_right {
    text-align: right;
}

.fs-modal-small .fs-ngdialog-content {
    width: 325px;
    background: #fff;
}

.fs-modal-small .fs-ngdialog-content .fs-modal__middle {
    background: #EDEFF0;
}

.fs-modal-small .fs-ngdialog-content .fs-modal__middle {
    max-height: 400px;
}

.fs-modal-medium .fs-ngdialog-content {
    width: 685px;
    background: #fff;
}

.fs-modal-medium .fs-ngdialog-content .fs-modal__middle {
    background: #EDEFF0;
}

.fs-modal-medium .fs-ngdialog-content .fs-modal__middle {
    max-height: 550px;
}

.fs-modal-large.fs-ngdialog-closing .fs-ngdialog-content {
    -moz-animation: fs-ngdialog-flyout 0.5s;
    -webkit-animation: fs-ngdialog-flyout 0.5s;
    animation: fs-ngdialog-flyout 0.5s;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.fs-modal-large .fs-ngdialog-content {
    -moz-animation: fs-ngdialog-flyin 0.5s;
    -webkit-animation: fs-ngdialog-flyin 0.5s;
    animation: fs-ngdialog-flyin 0.5s;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    width: 100%;
    height: 100vh;
    background: #EDEFF0;
    position: relative;
}

.fs-modal-large .fs-ngdialog-content .fs-modal__content {
    width: 100%;
    height: 100vh;
    position: relative;
}

.fs-modal-large .fs-ngdialog-content .fs-modal__content .fs-modal__top {
    color: #6C7A85;
    background: #fff;
    height: 57px;
}

.fs-modal-large .fs-ngdialog-content .fs-modal__content .fs-modal__top span {
    font-size: 14px;
    margin: 0 auto;
    display: block;
    letter-spacing: 0.4px;
    line-height: 57px;
    max-width: 930px;
}

.fs-modal-large .fs-ngdialog-content .fs-modal__content .fs-modal__middle {
    max-width: 930px;
    margin: 0 auto;
    overflow-y: auto;
    height: -webkit-calc(100vh - 157px);
    height: -moz-calc(100vh - 157px);
    height: calc(100vh - 157px);
}

.fs-modal-large .fs-ngdialog-content .fs-modal__content .fs-modal__bottom {
    padding: 25px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #fff;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.fs-modal-large .fs-ngdialog-content .fs-modal__content .fs-modal__bottom.fs-modal--style_right {
    text-align: right;
}

@media (max-width: 568px) {
    .fs-modal-small,
    .fs-modal-medium,
    .fs-modal-large {
        -moz-animation: none;
        -webkit-animation: none;
        animation: none;
    }
}

@media (max-height: 800px) {
    .fs-modal-small {
        padding-bottom: 50px;
        padding-top: 50px;
    }
    .fs-modal-medium {
        padding-bottom: 20px;
        padding-top: 20px;
    }
}

@media (min-height: 800px) {
    .fs-modal-small {
        padding-bottom: 150px;
        padding-top: 150px;
    }
    .fs-modal-medium {
        padding-bottom: 100px;
        padding-top: 100px;
    }
}

.fs-form-input {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #CFD4D8;
    color: #455560;
    font-size: 12px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    letter-spacing: 0.1px;
    outline: 0;
    max-width: 100%;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    padding: 0 13px;
    width: 100%;
}

.fs-form-input[disabled] {
    pointer-events: none;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: .6;
}

.fs-form-input:focus {
    border-color: #6C7A85;
}

.fs-form-textarea {
    font-size: 12px;
    line-height: 16px;
    padding: 6px 13px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #CFD4D8;
    color: #455560;
    outline: 0;
    letter-spacing: 0.1px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
}

.fs-form-textarea:focus {
    border-color: #6C7A85;
}

.fs-form-select {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #CFD4D8;
    font-size: 12px;
    height: 30px;
    line-height: 28px;
    display: inline-table;
    position: relative;
    cursor: pointer;
}

.fs-form-select select {
    border: none;
    outline: none;
    cursor: pointer;
    background: transparent;
    padding: 0 30px 0 13px;
    -moz-appearance: none;
    -webkit-appearance: none;
    height: 28px;
    line-height: 28px;
}

.fs-form-select select::-ms-expand {
    display: none;
}

.fs-form-select.fs-form--state_active {
    border-color: #6C7A85;
}

.fs-form-select.fs-form--state_disabled {
    pointer-events: none;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: .6;
}

.fs-form-select:after {
    color: #6C7A85;
    font-family: "FontAwesome";
    content: '\f0d9\00a0\f0da';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 9px;
    top: 0;
    font-size: 13px;
    position: absolute;
    pointer-events: none;
}

.fs-form-select.fs-form-select--style_no-after select {
    padding: 0 0 0 13px;
}

.fs-form-select.fs-form-select--style_no-after:after {
    content: none;
}

.fs-form-toggle {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 30px;
    display: inline-table;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #CFD4D8;
}

.fs-form-toggle .fs-form-toggle__on,
.fs-form-toggle .fs-form-toggle__off {
    background: transparent;
    color: #fff;
    text-align: center;
    width: 45px;
    height: 28px;
    float: left;
    position: relative;
    z-index: 4;
    line-height: 28px;
    font-size: 12px;
    font-weight: 400;
    overflow: hidden;
    letter-spacing: 0.4px;
}

.fs-form-toggle:after {
    content: ' ';
    width: 45px;
    height: 28px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    z-index: 2;
    top: 0;
    -moz-transition: left .3s ease-in-out;
    -o-transition: left .3s ease-in-out;
    -webkit-transition: left .3s ease-in-out;
    transition: left .3s ease-in-out;
}

.fs-form-toggle.fs-form--state_off:after {
    left: 45px;
    background: #E83030;
}

.fs-form-toggle.fs-form--state_on:after {
    left: 0px;
    background: #21b573;
}

.fs-form-toggle:hover {
    border-color: #c1c7cd;
}

.fs-form-toggle:active {
    border-color: #b3bbc1;
}

.fs-form-radio {
    height: 30px;
    display: inline-block;
}

.fs-form-radio input {
    display: none;
}

.fs-form-radio label {
    cursor: pointer;
    font-size: 12px;
    display: inline-block;
    line-height: 30px;
    margin-right: 10px;
}

.fs-form-radio label:hover span:after {
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    background: #EDEFF0;
}

.fs-form-radio label span {
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    display: inline-block;
    width: 13px;
    height: 13px;
    cursor: pointer;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #CFD4D8;
    position: relative;
    top: 3px;
    margin-right: 10px;
}

.fs-form-radio label span:after {
    content: "";
    width: 5px;
    height: 5px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: 4px;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
}

.fs-form-radio input:checked + label span,
.fs-form-radio.fs-form--state_active label span {
    background: #21b573;
    border: 1px solid #1d9f65;
}

.fs-form-radio input:checked + label span:after,
.fs-form-radio.fs-form--state_active label span:after {
    background: #fff;
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}

.fs-form-checkbox:not(.fs-form-checkbox--style_nice) {
    height: 30px;
    display: inline-block;
}

.fs-form-checkbox:not(.fs-form-checkbox--style_nice) input {
    display: none;
}

.fs-form-checkbox:not(.fs-form-checkbox--style_nice) label {
    cursor: pointer;
    font-size: 12px;
    display: inline-block;
    line-height: 30px;
    margin-right: 10px;
}

.fs-form-checkbox:not(.fs-form-checkbox--style_nice) label:hover span:after {
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    border-color: #CFD4D8;
}

.fs-form-checkbox:not(.fs-form-checkbox--style_nice) label span {
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    display: inline-block;
    width: 13px;
    height: 13px;
    cursor: pointer;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    border: 1px solid #CFD4D8;
    position: relative;
    top: 3px;
    margin-right: 10px;
}

.fs-form-checkbox:not(.fs-form-checkbox--style_nice) label span:after {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    content: "";
    position: absolute;
    width: 6px;
    height: 3px;
    background: transparent;
    top: 3px;
    left: 2px;
    border: 3px solid #fff;
    border-top: none;
    border-right: none;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.fs-form-checkbox:not(.fs-form-checkbox--style_nice) input:checked + label span {
    background: #21b573;
    border: 1px solid #1d9f65;
}

.fs-form-checkbox:not(.fs-form-checkbox--style_nice) input:checked + label span:after {
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    border-color: #fff;
}

.fs-form-checkbox.fs-form-checkbox--style_nice {
    height: 30px;
    display: inline-block;
}

.fs-form-checkbox.fs-form-checkbox--style_nice input {
    display: none;
}

.fs-form-checkbox.fs-form-checkbox--style_nice label {
    position: relative;
    cursor: pointer;
    display: inline-table;
    height: 26px;
    line-height: 26px;
    padding: 0 13px 0 33px;
    font-weight: 400;
    font-size: 12px;
    color: #455560;
    border: 2px solid rgba(207, 212, 216, 0.3);
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-transition: opacity .3s ease-in-out, border .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out, border .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out, border .3s ease-in-out;
    transition: opacity .3s ease-in-out, border .3s ease-in-out;
}

.fs-form-checkbox.fs-form-checkbox--style_nice label:before {
    position: absolute;
    left: 7px;
    content: '\f1db';
    width: 17px;
    font-family: 'FontAwesome';
    font-size: 18px;
    color: #CFD4D8;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=30);
    opacity: .3;
    -moz-transition: opacity .3s ease-in-out, color .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out, color .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out, color .3s ease-in-out;
    transition: opacity .3s ease-in-out, color .3s ease-in-out;
}

.fs-form-checkbox.fs-form-checkbox--style_nice label:hover {
    border: 2px solid #CFD4D8;
}

.fs-form-checkbox.fs-form-checkbox--style_nice label:hover:before {
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    content: '\f058';
}

.fs-form-checkbox.fs-form-checkbox--style_nice input:checked + label {
    border: 2px solid #21b573;
}

.fs-form-checkbox.fs-form-checkbox--style_nice input:checked + label:before {
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    content: '\f058';
    color: #21b573;
}

.fs-form-help {
    letter-spacing: 0.3px;
    font-size: 11px;
    margin-top: 4px;
    display: block;
}

.fs-form-help a {
    font-size: 11px !important;
}

.fs-form-elem {
    border-bottom: 1px solid #CFD4D8;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.fs-form-elem:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.fs-form-label {
    line-height: 20px;
    margin-top: 4px;
    padding-right: 20px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.3px;
}

.fs-form-label span.fs-form-label__required {
    color: #E83030;
}

.fs-form-addon {
    overflow: hidden;
}

.fs-form-addon .fs-form-input,
.fs-form-addon .fs-form-select {
    display: table-cell;
    float: left;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    width: auto;
}

.fs-form-addon .fs-form-input:focus {
    border-color: #CFD4D8;
}

.fs-form-addon .fs-form-addon__text {
    display: table-cell;
    float: left;
    box-sizing: border-box;
    background: #f5f6f7;
    border: 1px solid #CFD4D8;
    color: #6C7A85;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    padding: 0 13px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.fs-form-addon .fs-form-addon__text button {
    cursor: pointer;
}

.fs-form-addon .fs-form-addon__text a.fs-btn--style_icon {
    display: inline;
}

.fs-form-addon .fs-form-addon__text .fs-btn--style_no-bg {
    padding: 0;
    line-height: 30px;
    height: 30px;
}

.fs-form-addon .fs-btn2.fs-btn2--style_only-icon .fs-btn2__icon.fs-icon-refresh {
    margin: 0 5px;
    width: 11px;
    height: 11px;
    top: 9px;
}

.fs-form-addon .fs--nth-0 {
    border-right: 1px solid #CFD4D8;
    border-left: 0;
}

.fs-form-addon .fs--nth-0.fs-btn2 {
    border: 0;
}

.fs-form-addon .fs--nth-1 {
    border-right: 1px solid #CFD4D8;
    border-left: 0;
}

.fs-form-addon .fs--nth-1.fs-btn2 {
    border: 0;
}

.fs-form-addon .fs--nth-2 {
    border-right: 1px solid #CFD4D8;
    border-left: 0;
}

.fs-form-addon .fs--nth-2.fs-btn2 {
    border: 0;
}

.fs-form-addon .fs--nth-3 {
    border-right: 1px solid #CFD4D8;
    border-left: 0;
}

.fs-form-addon .fs--nth-3.fs-btn2 {
    border: 0;
}

.fs-form-addon .fs--nth-4 {
    border-right: 1px solid #CFD4D8;
    border-left: 0;
}

.fs-form-addon .fs--nth-4.fs-btn2 {
    border: 0;
}

.fs-form-addon .fs--nth-5 {
    border-right: 1px solid #CFD4D8;
    border-left: 0;
}

.fs-form-addon .fs--nth-5.fs-btn2 {
    border: 0;
}

.fs-form-addon .fs--nth-6 {
    border-right: 1px solid #CFD4D8;
    border-left: 0;
}

.fs-form-addon .fs--nth-6.fs-btn2 {
    border: 0;
}

.fs-form-addon .fs--nth-7 {
    border-right: 1px solid #CFD4D8;
    border-left: 0;
}

.fs-form-addon .fs--nth-7.fs-btn2 {
    border: 0;
}

.fs-form-addon .fs--nth-8 {
    border-right: 1px solid #CFD4D8;
    border-left: 0;
}

.fs-form-addon .fs--nth-8.fs-btn2 {
    border: 0;
}

.fs-form-addon .fs--nth-9 {
    border-right: 1px solid #CFD4D8;
    border-left: 0;
}

.fs-form-addon .fs--nth-9.fs-btn2 {
    border: 0;
}

.fs-form-addon .fs--nth-10 {
    border-right: 1px solid #CFD4D8;
    border-left: 0;
}

.fs-form-addon .fs--nth-10.fs-btn2 {
    border: 0;
}

.fs-form-addon .fs--nth-11 {
    border-right: 1px solid #CFD4D8;
    border-left: 0;
}

.fs-form-addon .fs--nth-11.fs-btn2 {
    border: 0;
}

.fs-form-addon .fs--nth-12 {
    border-right: 1px solid #CFD4D8;
    border-left: 0;
}

.fs-form-addon .fs--nth-12.fs-btn2 {
    border: 0;
}

.fs-form-addon .fs--nth-13 {
    border-right: 1px solid #CFD4D8;
    border-left: 0;
}

.fs-form-addon .fs--nth-13.fs-btn2 {
    border: 0;
}

.fs-form-addon .fs--nth-14 {
    border-right: 1px solid #CFD4D8;
    border-left: 0;
}

.fs-form-addon .fs--nth-14.fs-btn2 {
    border: 0;
}

.fs-form-addon .fs--nth-15 {
    border-right: 1px solid #CFD4D8;
    border-left: 0;
}

.fs-form-addon .fs--nth-15.fs-btn2 {
    border: 0;
}

.fs-form-addon .fs--nth-16 {
    border-right: 1px solid #CFD4D8;
    border-left: 0;
}

.fs-form-addon .fs--nth-16.fs-btn2 {
    border: 0;
}

.fs-form-addon .fs--nth-17 {
    border-right: 1px solid #CFD4D8;
    border-left: 0;
}

.fs-form-addon .fs--nth-17.fs-btn2 {
    border: 0;
}

.fs-form-addon .fs--nth-18 {
    border-right: 1px solid #CFD4D8;
    border-left: 0;
}

.fs-form-addon .fs--nth-18.fs-btn2 {
    border: 0;
}

.fs-form-addon .fs--nth-19 {
    border-right: 1px solid #CFD4D8;
    border-left: 0;
}

.fs-form-addon .fs--nth-19.fs-btn2 {
    border: 0;
}

.fs-form-addon .fs--nth-20 {
    border-right: 1px solid #CFD4D8;
    border-left: 0;
}

.fs-form-addon .fs--nth-20.fs-btn2 {
    border: 0;
}

.fs-form-addon .fs--nth-first {
    border-left: 1px solid #CFD4D8;
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px 0 0 3px;
}

.fs-form-addon .fs--nth-last {
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0;
    border-radius: 0 3px 3px 0;
}

.fs-form-addon.fs-form--state_active .fs--nth-0 {
    border-color: #6C7A85;
}

.fs-form-addon.fs-form--state_active .fs--nth-1 {
    border-color: #6C7A85;
}

.fs-form-addon.fs-form--state_active .fs--nth-2 {
    border-color: #6C7A85;
}

.fs-form-addon.fs-form--state_active .fs--nth-3 {
    border-color: #6C7A85;
}

.fs-form-addon.fs-form--state_active .fs--nth-4 {
    border-color: #6C7A85;
}

.fs-form-addon.fs-form--state_active .fs--nth-5 {
    border-color: #6C7A85;
}

.fs-form-addon.fs-form--state_active .fs--nth-6 {
    border-color: #6C7A85;
}

.fs-form-addon.fs-form--state_active .fs--nth-7 {
    border-color: #6C7A85;
}

.fs-form-addon.fs-form--state_active .fs--nth-8 {
    border-color: #6C7A85;
}

.fs-form-addon.fs-form--state_active .fs--nth-9 {
    border-color: #6C7A85;
}

.fs-form-addon.fs-form--state_active .fs--nth-10 {
    border-color: #6C7A85;
}

.fs-form-addon.fs-form--state_active .fs--nth-11 {
    border-color: #6C7A85;
}

.fs-form-addon.fs-form--state_active .fs--nth-12 {
    border-color: #6C7A85;
}

.fs-form-addon.fs-form--state_active .fs--nth-13 {
    border-color: #6C7A85;
}

.fs-form-addon.fs-form--state_active .fs--nth-14 {
    border-color: #6C7A85;
}

.fs-form-addon.fs-form--state_active .fs--nth-15 {
    border-color: #6C7A85;
}

.fs-form-addon.fs-form--state_active .fs--nth-16 {
    border-color: #6C7A85;
}

.fs-form-addon.fs-form--state_active .fs--nth-17 {
    border-color: #6C7A85;
}

.fs-form-addon.fs-form--state_active .fs--nth-18 {
    border-color: #6C7A85;
}

.fs-form-addon.fs-form--state_active .fs--nth-19 {
    border-color: #6C7A85;
}

.fs-form-addon.fs-form--state_active .fs--nth-20 {
    border-color: #6C7A85;
}

.fs-form-addon.fs-form-addon--style_inline .fs-form-select,
.fs-form-addon.fs-form-addon--style_inline .fs-form-addon__text {
    border: 0;
    background: transparent;
}

.fs-form-addon.fs-form-addon--style_inline .fs-form-select select,
.fs-form-addon.fs-form-addon--style_inline .fs-form-select::after {
    color: #1C2F3A;
}

.fs-form-addon.fs-form-addon--style_inline .fs-form-input {
    margin-left: 8px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 1px solid #CFD4D8;
}

.fs-form-addon.fs-form-addon--style_inline .fs-form-input:focus {
    border-color: #6C7A85;
}

.fs-form-addon.fs-form-addon--style_inline div {
    padding: 0;
}

.fs-thin-indicators {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #EDEFF0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    border-left-width: 3px;
    background: #fff;
}

.fs-thin-indicators .fs-thin-indicators__head {
    padding: 10px 10px 0 10px;
    position: relative;
    min-height: 14px;
}

.fs-thin-indicators .fs-thin-indicators__head .fs-thin-indicators__head-title {
    font-size: 14px;
    color: #1C2F3A;
    font-weight: 500;
    max-width: -webkit-calc(100% - 100px);
    max-width: -moz-calc(100% - 100px);
    max-width: calc(100% - 100px);
}

.fs-thin-indicators .fs-thin-indicators__head .fs-thin-indicators__head-title.fs-thin-indicators__head-title--style_link {
    cursor: pointer;
}

.fs-thin-indicators .fs-thin-indicators__head .fs-thin-indicators__head-title.fs-thin-indicators__head-title--style_link:hover {
    text-decoration: underline;
}

.fs-thin-indicators .fs-thin-indicators__head .fs-thin-indicators__head-time {
    font-size: 12px;
    color: #CFD4D8;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 100px;
    text-align: right;
}

.fs-thin-indicators .fs-thin-indicators__head .fs-thin-indicators__head-svg {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 9px;
}

.fs-thin-indicators .fs-thin-indicators__head .fs-thin-indicators__head-svg path {
    fill: #455560;
}

.fs-thin-indicators .fs-thin-indicators__head .fs-thin-indicators__head-svg:hover path {
    fill: #1C2F3A;
}

.fs-thin-indicators .fs-thin-indicators__content {
    font-size: 13px;
    color: #455560;
    line-height: 16px;
    letter-spacing: 0.2px;
    padding: 10px;
    font-weight: 400;
}

.fs-thin-indicators.fs-thin-indicators--style_success {
    border-left-color: #21b573;
}

.fs-thin-indicators.fs-thin-indicators--style_information {
    border-left-color: #0197EC;
}

.fs-thin-indicators.fs-thin-indicators--style_warning {
    border-left-color: #EA9E0A;
}

.fs-thin-indicators.fs-thin-indicators--style_error {
    border-left-color: #E83030;
}

.fs-thick-indicators {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border-style: solid;
    border-width: 1px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    opacity: 1;
}

.fs-thick-indicators .fs-thick-indicators__icon {
    width: 50px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
}

.fs-thick-indicators .fs-thick-indicators__icon .fs-thick-indicators__icon-svg {
    width: 18px;
    height: 18px;
    margin: -9px 0 0 -9px;
    position: absolute;
    top: 50%;
    left: 50%;
}

.fs-thick-indicators .fs-thick-indicators__content {
    width: -webkit-calc(100% - 65px);
    width: -moz-calc(100% - 65px);
    width: calc(100% - 65px);
    position: relative;
    left: 50px;
    top: 0;
    font-size: 13px;
    color: #455560;
    padding: 15px 15px 15px 0;
    line-height: 16px;
    letter-spacing: 0.2px;
}

.fs-thick-indicators .fs-thick-indicators__content span:not(.fs-btn2 *) {
    font-weight: 400;
}

.fs-thick-indicators .fs-thick-indicators__content a:not(.fs-btn2 *) {
    font-size: 13px;
}

.fs-thick-indicators.fs-thick-indicators--style_success {
    border-color: #21b573;
    background: #F3FCF8;
}

.fs-thick-indicators.fs-thick-indicators--style_success .fs-thick-indicators__icon .fs-thick-indicators__icon-svg path {
    fill: #21b573;
}

.fs-thick-indicators.fs-thick-indicators--style_information {
    border-color: #61CAE2;
    background: #EFF9FC;
}

.fs-thick-indicators.fs-thick-indicators--style_information .fs-thick-indicators__icon .fs-thick-indicators__icon-svg path {
    fill: #61CAE2;
}

.fs-thick-indicators.fs-thick-indicators--style_warning {
    border-color: #EA9E0A;
    background: #FCF5E9;
}

.fs-thick-indicators.fs-thick-indicators--style_warning .fs-thick-indicators__icon .fs-thick-indicators__icon-svg path,
.fs-thick-indicators.fs-thick-indicators--style_warning .fs-thick-indicators__icon .fs-thick-indicators__icon-svg circle {
    fill: #EA9E0A;
}

.fs-thick-indicators.fs-thick-indicators--style_error {
    border-color: #E83030;
    background: #FAE9E9;
}

.fs-thick-indicators.fs-thick-indicators--style_error .fs-thick-indicators__icon .fs-thick-indicators__icon-svg path {
    fill: #E83030;
}

.fs--h1,
.fs--h2,
.fs--h3,
.fs--h4,
.fs--h5,
.fs--h6 {
    margin: 0;
    padding: 0;
}

.fs--h1 {
    font-size: 42px;
    line-height: 42px;
    font-weight: 300;
    color: #6C7A85;
}

.fs--h2 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
    color: #455560;
}

.fs--h3 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
    color: #455560;
}

.fs--h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #6C7A85;
}

.fs--h5 {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    color: #455560;
}

.fs--h6 {
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    color: #455560;
}

.fs-text-left {
    text-align: left;
}

.fs-text-center {
    text-align: center;
}

.fs-text-right {
    text-align: right;
}

.fs-text-justify {
    text-align: justify;
}

.fs-text-nowrap {
    white-space: nowrap;
}

.fs-text-lowercase {
    text-transform: lowercase;
}

.fs-text-uppercase {
    text-transform: uppercase;
}

.fs-text-capitalize {
    text-transform: capitalize;
}

.fs-blockquote {
    margin: 0;
    font-size: 18px;
    padding: 25px 35px;
}

.fs-blockquote p {
    background-color: #21b573;
    border: 1px solid #21b573;
    display: block;
    padding: 15px 20px;
    position: relative;
    border-radius: 5px;
    color: #fff;
    line-height: 1.4;
}

.fs-blockquote p:before,
.fs-blockquote p:after {
    content: "";
    border-bottom: 0;
    border-color: transparent;
    border-style: solid solid none;
    height: 0;
    position: absolute;
    width: 0;
}

.fs-blockquote p:before {
    border-top-color: #21b573;
    border-width: 16px;
    bottom: -16px;
    left: 21px;
}

.fs-blockquote p:after {
    border-top-color: #21b573;
    border-width: 15px;
    bottom: -15px;
    left: 22px;
}

hr.fs-hr {
    border: 0;
    height: 0;
    border-bottom: 1px solid #EDEFF0;
}

hr.fs-hr-fancy {
    border: 0;
    height: 1px;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2NmZDRkOCIgc3RvcC1vcGFjaXR5PSIwLjc1Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(207, 212, 216, 0.75)), color-stop(100%, rgba(0, 0, 0, 0)));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(207, 212, 216, 0.75), rgba(0, 0, 0, 0));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(207, 212, 216, 0.75), rgba(0, 0, 0, 0));
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(rgba(207, 212, 216, 0.75)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(207, 212, 216, 0.75), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(207, 212, 216, 0.75), rgba(0, 0, 0, 0));
}

.fs-icon {
    width: 14px;
    height: 14px;
    display: inline-block;
    background-position: 50%;
}

.fs--line-height-0 {
    line-height: 0px !important;
}

.fs--line-height-1 {
    line-height: 1px !important;
}

.fs--line-height-2 {
    line-height: 2px !important;
}

.fs--line-height-3 {
    line-height: 3px !important;
}

.fs--line-height-4 {
    line-height: 4px !important;
}

.fs--line-height-5 {
    line-height: 5px !important;
}

.fs--line-height-6 {
    line-height: 6px !important;
}

.fs--line-height-7 {
    line-height: 7px !important;
}

.fs--line-height-8 {
    line-height: 8px !important;
}

.fs--line-height-9 {
    line-height: 9px !important;
}

.fs--line-height-10 {
    line-height: 10px !important;
}

.fs--line-height-11 {
    line-height: 11px !important;
}

.fs--line-height-12 {
    line-height: 12px !important;
}

.fs--line-height-13 {
    line-height: 13px !important;
}

.fs--line-height-14 {
    line-height: 14px !important;
}

.fs--line-height-15 {
    line-height: 15px !important;
}

.fs--line-height-16 {
    line-height: 16px !important;
}

.fs--line-height-17 {
    line-height: 17px !important;
}

.fs--line-height-18 {
    line-height: 18px !important;
}

.fs--line-height-19 {
    line-height: 19px !important;
}

.fs--line-height-20 {
    line-height: 20px !important;
}

.fs--line-height-21 {
    line-height: 21px !important;
}

.fs--line-height-22 {
    line-height: 22px !important;
}

.fs--line-height-23 {
    line-height: 23px !important;
}

.fs--line-height-24 {
    line-height: 24px !important;
}

.fs--line-height-25 {
    line-height: 25px !important;
}

.fs--line-height-26 {
    line-height: 26px !important;
}

.fs--line-height-27 {
    line-height: 27px !important;
}

.fs--line-height-28 {
    line-height: 28px !important;
}

.fs--line-height-29 {
    line-height: 29px !important;
}

.fs--line-height-30 {
    line-height: 30px !important;
}

.fs--line-height-31 {
    line-height: 31px !important;
}

.fs--line-height-32 {
    line-height: 32px !important;
}

.fs--line-height-33 {
    line-height: 33px !important;
}

.fs--line-height-34 {
    line-height: 34px !important;
}

.fs--line-height-35 {
    line-height: 35px !important;
}

.fs--line-height-36 {
    line-height: 36px !important;
}

.fs--line-height-37 {
    line-height: 37px !important;
}

.fs--line-height-38 {
    line-height: 38px !important;
}

.fs--line-height-39 {
    line-height: 39px !important;
}

.fs--line-height-40 {
    line-height: 40px !important;
}

.fs--line-height-41 {
    line-height: 41px !important;
}

.fs--line-height-42 {
    line-height: 42px !important;
}

.fs--line-height-43 {
    line-height: 43px !important;
}

.fs--line-height-44 {
    line-height: 44px !important;
}

.fs--line-height-45 {
    line-height: 45px !important;
}

.fs--line-height-46 {
    line-height: 46px !important;
}

.fs--line-height-47 {
    line-height: 47px !important;
}

.fs--line-height-48 {
    line-height: 48px !important;
}

.fs--line-height-49 {
    line-height: 49px !important;
}

.fs--line-height-50 {
    line-height: 50px !important;
}

.fs--line-height-51 {
    line-height: 51px !important;
}

.fs--line-height-52 {
    line-height: 52px !important;
}

.fs--line-height-53 {
    line-height: 53px !important;
}

.fs--line-height-54 {
    line-height: 54px !important;
}

.fs--line-height-55 {
    line-height: 55px !important;
}

.fs--line-height-56 {
    line-height: 56px !important;
}

.fs--line-height-57 {
    line-height: 57px !important;
}

.fs--line-height-58 {
    line-height: 58px !important;
}

.fs--line-height-59 {
    line-height: 59px !important;
}

.fs--line-height-60 {
    line-height: 60px !important;
}

.fs--line-height-61 {
    line-height: 61px !important;
}

.fs--line-height-62 {
    line-height: 62px !important;
}

.fs--line-height-63 {
    line-height: 63px !important;
}

.fs--line-height-64 {
    line-height: 64px !important;
}

.fs--line-height-65 {
    line-height: 65px !important;
}

.fs--line-height-66 {
    line-height: 66px !important;
}

.fs--line-height-67 {
    line-height: 67px !important;
}

.fs--line-height-68 {
    line-height: 68px !important;
}

.fs--line-height-69 {
    line-height: 69px !important;
}

.fs--line-height-70 {
    line-height: 70px !important;
}

.fs--line-height-71 {
    line-height: 71px !important;
}

.fs--line-height-72 {
    line-height: 72px !important;
}

.fs--line-height-73 {
    line-height: 73px !important;
}

.fs--line-height-74 {
    line-height: 74px !important;
}

.fs--line-height-75 {
    line-height: 75px !important;
}

.fs--line-height-76 {
    line-height: 76px !important;
}

.fs--line-height-77 {
    line-height: 77px !important;
}

.fs--line-height-78 {
    line-height: 78px !important;
}

.fs--line-height-79 {
    line-height: 79px !important;
}

.fs--line-height-80 {
    line-height: 80px !important;
}

.fs--line-height-81 {
    line-height: 81px !important;
}

.fs--line-height-82 {
    line-height: 82px !important;
}

.fs--line-height-83 {
    line-height: 83px !important;
}

.fs--line-height-84 {
    line-height: 84px !important;
}

.fs--line-height-85 {
    line-height: 85px !important;
}

.fs--line-height-86 {
    line-height: 86px !important;
}

.fs--line-height-87 {
    line-height: 87px !important;
}

.fs--line-height-88 {
    line-height: 88px !important;
}

.fs--line-height-89 {
    line-height: 89px !important;
}

.fs--line-height-90 {
    line-height: 90px !important;
}

.fs--line-height-91 {
    line-height: 91px !important;
}

.fs--line-height-92 {
    line-height: 92px !important;
}

.fs--line-height-93 {
    line-height: 93px !important;
}

.fs--line-height-94 {
    line-height: 94px !important;
}

.fs--line-height-95 {
    line-height: 95px !important;
}

.fs--line-height-96 {
    line-height: 96px !important;
}

.fs--line-height-97 {
    line-height: 97px !important;
}

.fs--line-height-98 {
    line-height: 98px !important;
}

.fs--line-height-99 {
    line-height: 99px !important;
}

.fs--line-height-100 {
    line-height: 100px !important;
}

.fs--m0 {
    margin: 0px !important;
}

.fs--mt0 {
    margin-top: 0px !important;
}

.fs--mr0 {
    margin-right: 0px !important;
}

.fs--mb0 {
    margin-bottom: 0px !important;
}

.fs--ml0 {
    margin-left: 0px !important;
}

.fs--m5 {
    margin: 5px !important;
}

.fs--mt5 {
    margin-top: 5px !important;
}

.fs--mr5 {
    margin-right: 5px !important;
}

.fs--mb5 {
    margin-bottom: 5px !important;
}

.fs--ml5 {
    margin-left: 5px !important;
}

.fs--m10 {
    margin: 10px !important;
}

.fs--mt10 {
    margin-top: 10px !important;
}

.fs--mr10 {
    margin-right: 10px !important;
}

.fs--mb10 {
    margin-bottom: 10px !important;
}

.fs--ml10 {
    margin-left: 10px !important;
}

.fs--m15 {
    margin: 15px !important;
}

.fs--mt15 {
    margin-top: 15px !important;
}

.fs--mr15 {
    margin-right: 15px !important;
}

.fs--mb15 {
    margin-bottom: 15px !important;
}

.fs--ml15 {
    margin-left: 15px !important;
}

.fs--m20 {
    margin: 20px !important;
}

.fs--mt20 {
    margin-top: 20px !important;
}

.fs--mr20 {
    margin-right: 20px !important;
}

.fs--mb20 {
    margin-bottom: 20px !important;
}

.fs--ml20 {
    margin-left: 20px !important;
}

.fs--m25 {
    margin: 25px !important;
}

.fs--mt25 {
    margin-top: 25px !important;
}

.fs--mr25 {
    margin-right: 25px !important;
}

.fs--mb25 {
    margin-bottom: 25px !important;
}

.fs--ml25 {
    margin-left: 25px !important;
}

.fs--m30 {
    margin: 30px !important;
}

.fs--mt30 {
    margin-top: 30px !important;
}

.fs--mr30 {
    margin-right: 30px !important;
}

.fs--mb30 {
    margin-bottom: 30px !important;
}

.fs--ml30 {
    margin-left: 30px !important;
}

.fs--m35 {
    margin: 35px !important;
}

.fs--mt35 {
    margin-top: 35px !important;
}

.fs--mr35 {
    margin-right: 35px !important;
}

.fs--mb35 {
    margin-bottom: 35px !important;
}

.fs--ml35 {
    margin-left: 35px !important;
}

.fs--m40 {
    margin: 40px !important;
}

.fs--mt40 {
    margin-top: 40px !important;
}

.fs--mr40 {
    margin-right: 40px !important;
}

.fs--mb40 {
    margin-bottom: 40px !important;
}

.fs--ml40 {
    margin-left: 40px !important;
}

.fs--m45 {
    margin: 45px !important;
}

.fs--mt45 {
    margin-top: 45px !important;
}

.fs--mr45 {
    margin-right: 45px !important;
}

.fs--mb45 {
    margin-bottom: 45px !important;
}

.fs--ml45 {
    margin-left: 45px !important;
}

.fs--m50 {
    margin: 50px !important;
}

.fs--mt50 {
    margin-top: 50px !important;
}

.fs--mr50 {
    margin-right: 50px !important;
}

.fs--mb50 {
    margin-bottom: 50px !important;
}

.fs--ml50 {
    margin-left: 50px !important;
}

.fs--m55 {
    margin: 55px !important;
}

.fs--mt55 {
    margin-top: 55px !important;
}

.fs--mr55 {
    margin-right: 55px !important;
}

.fs--mb55 {
    margin-bottom: 55px !important;
}

.fs--ml55 {
    margin-left: 55px !important;
}

.fs--m60 {
    margin: 60px !important;
}

.fs--mt60 {
    margin-top: 60px !important;
}

.fs--mr60 {
    margin-right: 60px !important;
}

.fs--mb60 {
    margin-bottom: 60px !important;
}

.fs--ml60 {
    margin-left: 60px !important;
}

.fs--m65 {
    margin: 65px !important;
}

.fs--mt65 {
    margin-top: 65px !important;
}

.fs--mr65 {
    margin-right: 65px !important;
}

.fs--mb65 {
    margin-bottom: 65px !important;
}

.fs--ml65 {
    margin-left: 65px !important;
}

.fs--m70 {
    margin: 70px !important;
}

.fs--mt70 {
    margin-top: 70px !important;
}

.fs--mr70 {
    margin-right: 70px !important;
}

.fs--mb70 {
    margin-bottom: 70px !important;
}

.fs--ml70 {
    margin-left: 70px !important;
}

.fs--m75 {
    margin: 75px !important;
}

.fs--mt75 {
    margin-top: 75px !important;
}

.fs--mr75 {
    margin-right: 75px !important;
}

.fs--mb75 {
    margin-bottom: 75px !important;
}

.fs--ml75 {
    margin-left: 75px !important;
}

.fs--m80 {
    margin: 80px !important;
}

.fs--mt80 {
    margin-top: 80px !important;
}

.fs--mr80 {
    margin-right: 80px !important;
}

.fs--mb80 {
    margin-bottom: 80px !important;
}

.fs--ml80 {
    margin-left: 80px !important;
}

.fs--m85 {
    margin: 85px !important;
}

.fs--mt85 {
    margin-top: 85px !important;
}

.fs--mr85 {
    margin-right: 85px !important;
}

.fs--mb85 {
    margin-bottom: 85px !important;
}

.fs--ml85 {
    margin-left: 85px !important;
}

.fs--m90 {
    margin: 90px !important;
}

.fs--mt90 {
    margin-top: 90px !important;
}

.fs--mr90 {
    margin-right: 90px !important;
}

.fs--mb90 {
    margin-bottom: 90px !important;
}

.fs--ml90 {
    margin-left: 90px !important;
}

.fs--m95 {
    margin: 95px !important;
}

.fs--mt95 {
    margin-top: 95px !important;
}

.fs--mr95 {
    margin-right: 95px !important;
}

.fs--mb95 {
    margin-bottom: 95px !important;
}

.fs--ml95 {
    margin-left: 95px !important;
}

.fs--m100 {
    margin: 100px !important;
}

.fs--mt100 {
    margin-top: 100px !important;
}

.fs--mr100 {
    margin-right: 100px !important;
}

.fs--mb100 {
    margin-bottom: 100px !important;
}

.fs--ml100 {
    margin-left: 100px !important;
}

.fs--p0 {
    padding: 0px !important;
}

.fs--pt0 {
    padding-top: 0px !important;
}

.fs--pr0 {
    padding-right: 0px !important;
}

.fs--pb0 {
    padding-bottom: 0px !important;
}

.fs--pl0 {
    padding-left: 0px !important;
}

.fs--p5 {
    padding: 5px !important;
}

.fs--pt5 {
    padding-top: 5px !important;
}

.fs--pr5 {
    padding-right: 5px !important;
}

.fs--pb5 {
    padding-bottom: 5px !important;
}

.fs--pl5 {
    padding-left: 5px !important;
}

.fs--p10 {
    padding: 10px !important;
}

.fs--pt10 {
    padding-top: 10px !important;
}

.fs--pr10 {
    padding-right: 10px !important;
}

.fs--pb10 {
    padding-bottom: 10px !important;
}

.fs--pl10 {
    padding-left: 10px !important;
}

.fs--p15 {
    padding: 15px !important;
}

.fs--pt15 {
    padding-top: 15px !important;
}

.fs--pr15 {
    padding-right: 15px !important;
}

.fs--pb15 {
    padding-bottom: 15px !important;
}

.fs--pl15 {
    padding-left: 15px !important;
}

.fs--p20 {
    padding: 20px !important;
}

.fs--pt20 {
    padding-top: 20px !important;
}

.fs--pr20 {
    padding-right: 20px !important;
}

.fs--pb20 {
    padding-bottom: 20px !important;
}

.fs--pl20 {
    padding-left: 20px !important;
}

.fs--p25 {
    padding: 25px !important;
}

.fs--pt25 {
    padding-top: 25px !important;
}

.fs--pr25 {
    padding-right: 25px !important;
}

.fs--pb25 {
    padding-bottom: 25px !important;
}

.fs--pl25 {
    padding-left: 25px !important;
}

.fs--p30 {
    padding: 30px !important;
}

.fs--pt30 {
    padding-top: 30px !important;
}

.fs--pr30 {
    padding-right: 30px !important;
}

.fs--pb30 {
    padding-bottom: 30px !important;
}

.fs--pl30 {
    padding-left: 30px !important;
}

.fs--p35 {
    padding: 35px !important;
}

.fs--pt35 {
    padding-top: 35px !important;
}

.fs--pr35 {
    padding-right: 35px !important;
}

.fs--pb35 {
    padding-bottom: 35px !important;
}

.fs--pl35 {
    padding-left: 35px !important;
}

.fs--p40 {
    padding: 40px !important;
}

.fs--pt40 {
    padding-top: 40px !important;
}

.fs--pr40 {
    padding-right: 40px !important;
}

.fs--pb40 {
    padding-bottom: 40px !important;
}

.fs--pl40 {
    padding-left: 40px !important;
}

.fs--p45 {
    padding: 45px !important;
}

.fs--pt45 {
    padding-top: 45px !important;
}

.fs--pr45 {
    padding-right: 45px !important;
}

.fs--pb45 {
    padding-bottom: 45px !important;
}

.fs--pl45 {
    padding-left: 45px !important;
}

.fs--p50 {
    padding: 50px !important;
}

.fs--pt50 {
    padding-top: 50px !important;
}

.fs--pr50 {
    padding-right: 50px !important;
}

.fs--pb50 {
    padding-bottom: 50px !important;
}

.fs--pl50 {
    padding-left: 50px !important;
}

.fs--p55 {
    padding: 55px !important;
}

.fs--pt55 {
    padding-top: 55px !important;
}

.fs--pr55 {
    padding-right: 55px !important;
}

.fs--pb55 {
    padding-bottom: 55px !important;
}

.fs--pl55 {
    padding-left: 55px !important;
}

.fs--p60 {
    padding: 60px !important;
}

.fs--pt60 {
    padding-top: 60px !important;
}

.fs--pr60 {
    padding-right: 60px !important;
}

.fs--pb60 {
    padding-bottom: 60px !important;
}

.fs--pl60 {
    padding-left: 60px !important;
}

.fs--p65 {
    padding: 65px !important;
}

.fs--pt65 {
    padding-top: 65px !important;
}

.fs--pr65 {
    padding-right: 65px !important;
}

.fs--pb65 {
    padding-bottom: 65px !important;
}

.fs--pl65 {
    padding-left: 65px !important;
}

.fs--p70 {
    padding: 70px !important;
}

.fs--pt70 {
    padding-top: 70px !important;
}

.fs--pr70 {
    padding-right: 70px !important;
}

.fs--pb70 {
    padding-bottom: 70px !important;
}

.fs--pl70 {
    padding-left: 70px !important;
}

.fs--p75 {
    padding: 75px !important;
}

.fs--pt75 {
    padding-top: 75px !important;
}

.fs--pr75 {
    padding-right: 75px !important;
}

.fs--pb75 {
    padding-bottom: 75px !important;
}

.fs--pl75 {
    padding-left: 75px !important;
}

.fs--p80 {
    padding: 80px !important;
}

.fs--pt80 {
    padding-top: 80px !important;
}

.fs--pr80 {
    padding-right: 80px !important;
}

.fs--pb80 {
    padding-bottom: 80px !important;
}

.fs--pl80 {
    padding-left: 80px !important;
}

.fs--p85 {
    padding: 85px !important;
}

.fs--pt85 {
    padding-top: 85px !important;
}

.fs--pr85 {
    padding-right: 85px !important;
}

.fs--pb85 {
    padding-bottom: 85px !important;
}

.fs--pl85 {
    padding-left: 85px !important;
}

.fs--p90 {
    padding: 90px !important;
}

.fs--pt90 {
    padding-top: 90px !important;
}

.fs--pr90 {
    padding-right: 90px !important;
}

.fs--pb90 {
    padding-bottom: 90px !important;
}

.fs--pl90 {
    padding-left: 90px !important;
}

.fs--p95 {
    padding: 95px !important;
}

.fs--pt95 {
    padding-top: 95px !important;
}

.fs--pr95 {
    padding-right: 95px !important;
}

.fs--pb95 {
    padding-bottom: 95px !important;
}

.fs--pl95 {
    padding-left: 95px !important;
}

.fs--p100 {
    padding: 100px !important;
}

.fs--pt100 {
    padding-top: 100px !important;
}

.fs--pr100 {
    padding-right: 100px !important;
}

.fs--pb100 {
    padding-bottom: 100px !important;
}

.fs--pl100 {
    padding-left: 100px !important;
}

.fs--display-block {
    display: block;
}

.fs--display-inline {
    display: inline;
}

.fs--display-inline-block {
    display: inline-block;
}

.fs--display-inline-flex {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: -webkit-inline-box;
    display: inline-flex;
}

.fs--display-table {
    display: table;
}

.fs--display-table-cell {
    display: table-cell;
}

.fs--float-left {
    float: left;
}

.fs--float-right {
    float: right;
}

.fs--clear-left {
    clear: left;
}

.fs--clear-right {
    clear: right;
}

.fs--clear-both {
    clear: both;
}

.fs--style_left {
    text-align: left !important;
}

.fs--style_right {
    text-align: right !important;
}

.fs--style_center {
    text-align: center !important;
}

.fs--grid {
    overflow: hidden;
}

.fs--grid [class*='fs--grid-']:not(td):not(th) {
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.fs--grid-1-1 {
    width: 100%;
}

.fs--grid-1-2 {
    width: 50%;
}

.fs--grid-2-2 {
    width: 100%;
}

.fs--grid-1-3 {
    width: 33.33333%;
}

.fs--grid-2-3 {
    width: 66.66667%;
}

.fs--grid-3-3 {
    width: 100%;
}

.fs--grid-1-4 {
    width: 25%;
}

.fs--grid-2-4 {
    width: 50%;
}

.fs--grid-3-4 {
    width: 75%;
}

.fs--grid-4-4 {
    width: 100%;
}

.fs--grid-1-5 {
    width: 20%;
}

.fs--grid-2-5 {
    width: 40%;
}

.fs--grid-3-5 {
    width: 60%;
}

.fs--grid-4-5 {
    width: 80%;
}

.fs--grid-5-5 {
    width: 100%;
}

.fs--grid-1-6 {
    width: 16.66667%;
}

.fs--grid-2-6 {
    width: 33.33333%;
}

.fs--grid-3-6 {
    width: 50%;
}

.fs--grid-4-6 {
    width: 66.66667%;
}

.fs--grid-5-6 {
    width: 83.33333%;
}

.fs--grid-6-6 {
    width: 100%;
}

.fs--grid-1-7 {
    width: 14.28571%;
}

.fs--grid-2-7 {
    width: 28.57143%;
}

.fs--grid-3-7 {
    width: 42.85714%;
}

.fs--grid-4-7 {
    width: 57.14286%;
}

.fs--grid-5-7 {
    width: 71.42857%;
}

.fs--grid-6-7 {
    width: 85.71429%;
}

.fs--grid-7-7 {
    width: 100%;
}

.fs--grid-1-8 {
    width: 12.5%;
}

.fs--grid-2-8 {
    width: 25%;
}

.fs--grid-3-8 {
    width: 37.5%;
}

.fs--grid-4-8 {
    width: 50%;
}

.fs--grid-5-8 {
    width: 62.5%;
}

.fs--grid-6-8 {
    width: 75%;
}

.fs--grid-7-8 {
    width: 87.5%;
}

.fs--grid-8-8 {
    width: 100%;
}

.fs--grid-1-9 {
    width: 11.11111%;
}

.fs--grid-2-9 {
    width: 22.22222%;
}

.fs--grid-3-9 {
    width: 33.33333%;
}

.fs--grid-4-9 {
    width: 44.44444%;
}

.fs--grid-5-9 {
    width: 55.55556%;
}

.fs--grid-6-9 {
    width: 66.66667%;
}

.fs--grid-7-9 {
    width: 77.77778%;
}

.fs--grid-8-9 {
    width: 88.88889%;
}

.fs--grid-9-9 {
    width: 100%;
}

.fs--grid-1-10 {
    width: 10%;
}

.fs--grid-2-10 {
    width: 20%;
}

.fs--grid-3-10 {
    width: 30%;
}

.fs--grid-4-10 {
    width: 40%;
}

.fs--grid-5-10 {
    width: 50%;
}

.fs--grid-6-10 {
    width: 60%;
}

.fs--grid-7-10 {
    width: 70%;
}

.fs--grid-8-10 {
    width: 80%;
}

.fs--grid-9-10 {
    width: 90%;
}

.fs--grid-10-10 {
    width: 100%;
}

.fs--grid-1-11 {
    width: 9.09091%;
}

.fs--grid-2-11 {
    width: 18.18182%;
}

.fs--grid-3-11 {
    width: 27.27273%;
}

.fs--grid-4-11 {
    width: 36.36364%;
}

.fs--grid-5-11 {
    width: 45.45455%;
}

.fs--grid-6-11 {
    width: 54.54545%;
}

.fs--grid-7-11 {
    width: 63.63636%;
}

.fs--grid-8-11 {
    width: 72.72727%;
}

.fs--grid-9-11 {
    width: 81.81818%;
}

.fs--grid-10-11 {
    width: 90.90909%;
}

.fs--grid-11-11 {
    width: 100%;
}

.fs--grid-1-12 {
    width: 8.33333%;
}

.fs--grid-2-12 {
    width: 16.66667%;
}

.fs--grid-3-12 {
    width: 25%;
}

.fs--grid-4-12 {
    width: 33.33333%;
}

.fs--grid-5-12 {
    width: 41.66667%;
}

.fs--grid-6-12 {
    width: 50%;
}

.fs--grid-7-12 {
    width: 58.33333%;
}

.fs--grid-8-12 {
    width: 66.66667%;
}

.fs--grid-9-12 {
    width: 75%;
}

.fs--grid-10-12 {
    width: 83.33333%;
}

.fs--grid-11-12 {
    width: 91.66667%;
}

.fs--grid-12-12 {
    width: 100%;
}

.fs-form-dialog .fs-modal__middle {
    padding: 20px;
    color: #595D64;
}

.fs-form-dialog .fs-modal__bottom {
    padding: 10px 20px !important;
}

.fs-form-dialog--hidden {
    display: none;
    opacity: 0;
}

.phx-Icon {
    width: 1em;
    height: 1em;
    fill: currentColor;
    vertical-align: bottom;
}

@media (min-width: 40em) {
    .fsCreditcardExpirationDateField input[type=tel].fsCreditcardExpirationDateField-input {
        border-right: 0 !important;
        border-left: 0 !important;
        border-radius: 0 !important;
    }
    .fsCreditcardExpirationDateField input[type=tel].fsCreditcardExpirationDateField-input:focus {
        -webkit-box-shadow: unset;
        box-shadow: unset;
    }
}

@media (max-width: 40em) {
    .fsCreditcardExpirationDateField {
        -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
    }
}

@-webkit-keyframes fsCreditcard {
    0% {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
        opacity: 0;
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes fsCreditcard {
    0% {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
        opacity: 0;
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@media (min-width: 40em) {
    .fsCreditcardNumberField input[type=tel].fsCreditcardNumberField-input {
        border-top-right-radius: 0 !important;
        border-right: 0 !important;
        border-bottom-right-radius: 0 !important;
    }
    .fsCreditcardNumberField input[type=tel].fsCreditcardNumberField-input:focus {
        -webkit-box-shadow: unset;
        box-shadow: unset;
    }
}

@media (max-width: 40em) {
    .fsCreditcardNumberField {
        margin-bottom: .5em;
    }
}

.fsCreditcardNumberField {
    position: relative;
    -ms-flex-align: baseline;
    -webkit-box-align: baseline;
    align-items: baseline;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}

.fsCreditcardNumberField .fsCreditcardNumberField-input {
    padding-left: 39px !important;
}

.fsCreditcardNumberField .fsCreditcardNumberField-iconFadeIn {
    -webkit-animation: fsCreditcard .3s;
    animation: fsCreditcard .3s;
}

.fsCreditcardNumberField .fsCreditcardNumberField-icon {
    position: absolute;
    top: calc(50% - 8px);
    left: 7px;
    width: 25px;
    height: 15px;
}

@media (min-width: 40em) {
    .fsCreditcardSecurityCodeField input[type=tel].fsCreditcardSecurityCodeField-input {
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
        border-left: 0 !important;
    }
    .fsCreditcardSecurityCodeField input[type=tel].fsCreditcardSecurityCodeField-input:focus {
        -webkit-box-shadow: unset;
        box-shadow: unset;
    }
}

@media (max-width: 40em) {
    .fsCreditcardSecurityCodeField {
        -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
    }
}

.fsCreditcardFieldContainer {
    position: relative;
    -ms-flex-align: baseline;
    -webkit-box-align: baseline;
    align-items: baseline;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}

.fsCreditcardFieldContainer .fsCreditCardNumber {
    padding-left: 39px !important;
}

.fsCreditcardFieldContainer .fsCreditcardVendorIcon {
    position: absolute;
    top: calc(50% - 8px);
    left: 7px;
    width: 25px;
    height: 15px;
}

@media (max-width: 40em) {
    .fsCreditcardFieldContainer {
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.fsRatingPipButton {
    margin-right: 5px;
    padding: 0;
    border: none;
    background-color: transparent;
}

.fsRatingPipButton:focus {
    outline: none;
    opacity: .5;
}

.fsRatingPipButton:last-of-type {
    margin-right: 12px;
}

.fsRatingFieldContainer {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: baseline;
    -webkit-box-align: baseline;
    align-items: baseline;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    margin-bottom: 12px;
}

.fsRatingFieldContainer.fsReadOnlyRating .fsRatingNaOption,
.fsRatingFieldContainer.fsReadOnlyRating .fsRatingShape {
    opacity: .45;
}

.fsImageOptionButton {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-item-align: start;
    align-self: flex-start;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    margin-right: 12px;
    margin-bottom: 12px;
    padding: 0;
    border: none;
    border-radius: 4px;
    background-color: transparent;
    -webkit-transition: -webkit-box-shadow .2s ease-in-out, -webkit-transform .2s ease-in-out;
    transition: -webkit-box-shadow .2s ease-in-out, -webkit-transform .2s ease-in-out;
    -o-transition: box-shadow .2s ease-in-out, transform .2s ease-in-out;
    transition: box-shadow .2s ease-in-out, transform .2s ease-in-out;
    transition: box-shadow .2s ease-in-out, transform .2s ease-in-out, -webkit-box-shadow .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

.fsImageOptionButton:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-box-shadow: 0 0 5px rgba(89, 93, 100, 0.75);
    box-shadow: 0 0 5px rgba(89, 93, 100, 0.75);
}

.fsImageOptionButton:focus {
    -webkit-box-shadow: 0 0 5px rgba(89, 93, 100, 0.75);
    box-shadow: 0 0 5px rgba(89, 93, 100, 0.75);
    outline: 0;
}

.fsImageOptionButton .fsOptionLabel {
    margin: 5px;
}

.fsImageOptionImageSelected {
    -webkit-box-shadow: 0 0 0 2px #21b573;
    box-shadow: 0 0 0 2px #21b573;
}

.fsImageOptionImage,
.fsImageOptionImageSelected {
    position: relative;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    min-width: 1px;
    min-height: 1px;
    border-radius: 4px;
    background-color: transparent;
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-transition: border .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
    transition: border .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
    -o-transition: box-shadow .2s ease-in-out, border .2s ease-in-out;
    transition: box-shadow .2s ease-in-out, border .2s ease-in-out;
    transition: box-shadow .2s ease-in-out, border .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
}

.fsImageIconSelected {
    position: absolute;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.75);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.75);
    border-radius: 25px;
    background: #fff;
}

.fsImageIcon {
    position: absolute;
}

.fsImageOptionFieldContainer {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    margin-bottom: 12px;
}

body {
    background-color: transparent;
}

.fsBody {
    font-family: global_font_string;
    color: #211551;
}

.fsBody input,
.fsBody select,
.fsBody textarea {
    font-family: global_font_string;
}

.wf-active .fsBody,
.wf-active .fsBody input,
.wf-active .fsBody select,
.wf-active .fsBody textarea {
    font-family: 'Lato', global_font_string;
}

.fsBody .fsForm {
    float: center;
    border: 1px solid transparent;
    background-color: #ffffff;
    background-color: white;
}

.fsborderradius .fsBody .fsForm {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.fsBody {
    padding: 20px;
}

.fsBody .fsForm {
    margin: 20px auto;
    padding: 20px;
}

.fsBody .fsFieldRow {
    margin-bottom: 20px !important;
}

.fsBody .fsRowBody {
    margin-bottom: 20px !important;
}

.fsBody .fsSubField {
    margin-right: 10px;
}

@media (max-width: 40em) {
    .fsRow.fsFieldRow.fsLastRow {
        margin-bottom: 20px;
    }
    .fsSubFieldGroup .fsSubField:not(:last-child) {
        margin-bottom: 10px;
    }
}

.fsFieldFocused:not(.fsValidationError) {
    background-color: #8252c7;
    background-color: rgba(130, 82, 199, 0.01);
}

.fsFieldFocused:not(.fsValidationError).fsSpan100 {
    padding: 10px !important;
    margin: -10px -10px !important;
}

.fsFieldFocused:not(.fsValidationError).fsSpan75,
.fsFieldFocused:not(.fsValidationError).fsSpan66,
.fsFieldFocused:not(.fsValidationError).fsSpan50,
.fsFieldFocused:not(.fsValidationError).fsSpan33,
.fsFieldFocused:not(.fsValidationError).fsSpan25 {
    -moz-box-shadow: 0 0 0 10px #8252c7;
    -webkit-box-shadow: 0 0 0 10px #8252c7;
    box-shadow: 0 0 0 10px #8252c7;
    -moz-box-shadow: 0 0 0 10px rgba(130, 82, 199, 0.01);
    -webkit-box-shadow: 0 0 0 10px rgba(130, 82, 199, 0.01);
    box-shadow: 0 0 0 10px rgba(130, 82, 199, 0.01);
}

.fsRequiredMarker {
    margin-left: 2.5px !important;
    font-size: 16px;
    color: #9d581f;
}

.fsValidationError {
    background-color: #fae9e9;
    -moz-box-shadow: 0 0 0 calc(5px - 1px) #fae9e9, 0 0 0 5px #ce5f6d;
    -webkit-box-shadow: 0 0 0 calc(5px - 1px) #fae9e9, 0 0 0 5px #ce5f6d;
    box-shadow: 0 0 0 calc(5px - 1px) #fae9e9, 0 0 0 5px #ce5f6d;
}

.fsForm input:focus,
.fsForm select:focus,
.fsForm textarea:focus,
.fsForm .ui-slider-handle:focus {
    border-color: #211551;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
}

.fsForm:-moz-focusring {
    text-shadow: 0 0 0 #211551;
}

@media \0screen {
    .fsForm input:focus,
    .fsForm select:focus,
    .fsForm textarea:focus {
        filter: progid: DXImageTransform.Microsoft.Shadow(Color=#211551, Strength=2, Direction=0) progid: DXImageTransform.Microsoft.Shadow(Color=#211551, Strength=2, Direction=90) progid: DXImageTransform.Microsoft.Shadow(Color=#211551, Strength=2, Direction=180) progid: DXImageTransform.Microsoft.Shadow(Color=#211551, Strength=2, Direction=270);
    }
}

div.fsError {
    margin: 0 0 20px 0;
    padding: 10px;
    font-size: 14px;
}

.fsBody .showMobile {
    margin-top: 10px;
    font-size: 13px;
}

.fsBody .fsLabel,
.fsBody label {
    font-size: 16px;
    color: #211551;
}

.fsLabelVertical .fsLabel {
    margin-bottom: 10px;
}

.fsBody .fsSupporting {
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    line-height: 13px;
    color: #595d64;
}

.fsFieldFocused div.fsSupporting {
    color: #595d64;
}

.fsBody .fsCounter {
    font-size: 13px;
    color: #595d64;
}

.fsForm .fsLabelHorizontal > label,
.fsForm .fsLabelHorizontal > legend,
.fsForm .fsLabelHorizontal > span.fsLabel,
.fsForm .fsLabelHorizontal legend.fsLabelHorizontal {
    width: calc(25% - 10px);
    margin-right: 10px;
}

label.fsOptionLabel {
    font-size: 14px;
    line-height: 28px;
}

.fsBody .fieldset-content .fsOptionLabel.horizontal {
    margin-right: 20px;
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait),
all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
    .fsOptionLabel {
        line-height: 32px !important;
    }
}

@media (max-width: 40em) {
    label.fsOptionLabel {
        border: 1px solid #211551;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        background-color: transparent;
        color: #211551;
    }
}

.fsBody .fsCalloutTop {
    border-color: transparent transparent #211551 transparent;
}

.fsBody .fsCalloutBody {
    padding: 13px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    font-size: 13px;
    line-height: 26px;
    color: #ffffff;
    background-color: #211551;
}

.fsRowBody input[type="text"],
.fsRowBody input[type="email"],
.fsRowBody input[type="number"],
.fsRowBody input[type="tel"],
.fsForm textarea,
.fsSignature {
    border: 1px solid #211551;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color: #ffffff;
    -moz-transition-property: color, background-color, border, border-color, box-shadow;
    -o-transition-property: color, background-color, border, border-color, box-shadow;
    -webkit-transition-property: color, background-color, border, border-color, box-shadow;
    -webkit-transition-property: color, background-color, border, border-color, -webkit-box-shadow;
    transition-property: color, background-color, border, border-color, -webkit-box-shadow;
    transition-property: color, background-color, border, border-color, box-shadow;
    transition-property: color, background-color, border, border-color, box-shadow, -webkit-box-shadow;
    -moz-transition-duration: 0s;
    -o-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

.fsRowBody input[type="text"],
.fsRowBody input[type="email"],
.fsRowBody input[type="number"],
.fsRowBody input[type="tel"],
.fsForm select {
    height: 42px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.fsRowBody input[type="text"],
.fsRowBody input[type="email"],
.fsRowBody input[type="number"],
.fsRowBody input[type="tel"],
.fsForm select,
.fsForm textarea {
    padding: 7px;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 14px;
    color: #211551;
}

.fsRowBody input[type="text"].fsRequired,
.fsRowBody input[type="email"].fsRequired,
.fsRowBody input[type="number"].fsRequired,
.fsRowBody input[type="tel"].fsRequired,
.fsForm select.fsRequired,
.fsForm textarea.fsRequired {
    border: 1px solid #211551;
    background-color: #ffffff;
}

.fsCell {
    -moz-transition-property: padding, box-shadow, background-color, margin-left, margin-right;
    -o-transition-property: padding, box-shadow, background-color, margin-left, margin-right;
    -webkit-transition-property: padding, box-shadow, background-color, margin-left, margin-right;
    -webkit-transition-property: padding, background-color, margin-left, margin-right, -webkit-box-shadow;
    transition-property: padding, background-color, margin-left, margin-right, -webkit-box-shadow;
    transition-property: padding, box-shadow, background-color, margin-left, margin-right;
    transition-property: padding, box-shadow, background-color, margin-left, margin-right, -webkit-box-shadow;
    -moz-transition-duration: 0s;
    -o-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

.fsRowBody input[type="radio"],
.fsRowBody input[type="checkbox"] {
    top: 7px;
    width: 14px;
    height: 14px;
}

.fsRowBody input[type="radio"]:before,
.fsRowBody input[type="radio"]:checked:before,
.fsRowBody input[type="checkbox"]:before,
.fsRowBody input[type="checkbox"]:checked:before {
    width: 14px;
    height: 14px;
    margin-right: 7px;
    border: 1px solid #211551;
    background-color: #ffffff;
}

.fsRowBody input[type="radio"]:checked:before {
    border: 4px solid #211551;
}

.fsRatingShape .phx-Icon {
    fill: #211551;
    height: 25px;
    width: 25px;
}

.fsRowBody input[type="checkbox"]:checked:before {
    border-color: #211551;
    background-color: #211551;
    background-image: url("data:image/svg+xml;utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201000%20765.2%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M960%2C233.4L468.2%2C725.1c-53.4%2C53.4-140%2C53.4-193.3%2C0L40%2C490.3c-53.4-53.4-53.4-140%2C0-193.3c53.4-53.4%2C140-53.4%2C193.3%2C0%09l138.2%2C138.2L766.6%2C40c53.4-53.4%2C140-53.4%2C193.3%2C0C1013.3%2C93.4%2C1013.3%2C180%2C960%2C233.4z%22%2F%3E%3C%2Fsvg%3E");
}

.fsForm select {
    padding-right: calc(14px);
    padding-left: calc(7px);
    border: 1px solid #211551;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    color: #211551;
    background-color: #ffffff;
    -moz-transition-property: color, background-color, border, border-color;
    -o-transition-property: color, background-color, border, border-color;
    -webkit-transition-property: color, background-color, border, border-color;
    transition-property: color, background-color, border, border-color;
    -moz-transition-duration: 0s;
    -o-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

.fsForm select:not([multiple="multiple"]) {
    padding-right: calc(28px);
    background-image: url("data:image/svg+xml;utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201000%201805.18%22%3E%3Cpath%20fill%3D%22%23211551%22%20d%3D%22M461.6%2C643.4L10.9%2C79.9C-14.9%2C47.7%2C8%2C0%2C49.3%2C0h901.5c41.2%2C0%2C64.1%2C47.7%2C38.4%2C79.9L538.4%2C643.4%09C518.7%2C668%2C481.3%2C668%2C461.6%2C643.4z%22%20transform%3D%22rotate%28180%20500%20902.59%29%20translate%280%201143.28%29%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23211551%22%20d%3D%22M461.6%2C643.4L10.9%2C79.9C-14.9%2C47.7%2C8%2C0%2C49.3%2C0h901.5c41.2%2C0%2C64.1%2C47.7%2C38.4%2C79.9L538.4%2C643.4%09C518.7%2C668%2C481.3%2C668%2C461.6%2C643.4z%22%20transform%3D%22translate%280%201143.28%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    background-position: right 7px top 50%;
}

@media screen\0 {
    .fsForm select {
        padding-right: calc(14px) !important;
    }
}

.fsSubFieldGroup .fsSubField:nth-child(1):nth-last-child(2).fsNameFirst,
.fsSubFieldGroup .fsSubField:nth-child(2):nth-last-child(1).fsNameFirst {
    width: calc(50% - 10px);
}

.fsSubFieldGroup .fsSubField:nth-child(1):nth-last-child(3).fsNameFirst,
.fsSubFieldGroup .fsSubField:nth-child(2):nth-last-child(2).fsNameFirst,
.fsSubFieldGroup .fsSubField:nth-child(3):nth-last-child(1).fsNameFirst {
    width: calc(40% - 10px);
}

.fsSubFieldGroup .fsSubField:nth-child(1):nth-last-child(3).fsNamePrefix,
.fsSubFieldGroup .fsSubField:nth-child(1):nth-last-child(3).fsNameInitial,
.fsSubFieldGroup .fsSubField:nth-child(1):nth-last-child(3).fsNameMiddle,
.fsSubFieldGroup .fsSubField:nth-child(1):nth-last-child(3).fsNameSuffix,
.fsSubFieldGroup .fsSubField:nth-child(2):nth-last-child(2).fsNamePrefix,
.fsSubFieldGroup .fsSubField:nth-child(2):nth-last-child(2).fsNameInitial,
.fsSubFieldGroup .fsSubField:nth-child(2):nth-last-child(2).fsNameMiddle,
.fsSubFieldGroup .fsSubField:nth-child(2):nth-last-child(2).fsNameSuffix,
.fsSubFieldGroup .fsSubField:nth-child(3):nth-last-child(1).fsNamePrefix,
.fsSubFieldGroup .fsSubField:nth-child(3):nth-last-child(1).fsNameInitial,
.fsSubFieldGroup .fsSubField:nth-child(3):nth-last-child(1).fsNameMiddle,
.fsSubFieldGroup .fsSubField:nth-child(3):nth-last-child(1).fsNameSuffix {
    width: calc(20% - 10px);
}

.fsSubFieldGroup .fsSubField:nth-child(1):nth-last-child(4).fsNameFirst,
.fsSubFieldGroup .fsSubField:nth-child(2):nth-last-child(3).fsNameFirst,
.fsSubFieldGroup .fsSubField:nth-child(3):nth-last-child(2).fsNameFirst,
.fsSubFieldGroup .fsSubField:nth-child(4):nth-last-child(1).fsNameFirst {
    width: calc(35% - 10px);
}

.fsSubFieldGroup .fsSubField:nth-child(1):nth-last-child(4).fsNamePrefix,
.fsSubFieldGroup .fsSubField:nth-child(1):nth-last-child(4).fsNameInitial,
.fsSubFieldGroup .fsSubField:nth-child(1):nth-last-child(4).fsNameMiddle,
.fsSubFieldGroup .fsSubField:nth-child(1):nth-last-child(4).fsNameSuffix,
.fsSubFieldGroup .fsSubField:nth-child(2):nth-last-child(3).fsNamePrefix,
.fsSubFieldGroup .fsSubField:nth-child(2):nth-last-child(3).fsNameInitial,
.fsSubFieldGroup .fsSubField:nth-child(2):nth-last-child(3).fsNameMiddle,
.fsSubFieldGroup .fsSubField:nth-child(2):nth-last-child(3).fsNameSuffix,
.fsSubFieldGroup .fsSubField:nth-child(3):nth-last-child(2).fsNamePrefix,
.fsSubFieldGroup .fsSubField:nth-child(3):nth-last-child(2).fsNameInitial,
.fsSubFieldGroup .fsSubField:nth-child(3):nth-last-child(2).fsNameMiddle,
.fsSubFieldGroup .fsSubField:nth-child(3):nth-last-child(2).fsNameSuffix,
.fsSubFieldGroup .fsSubField:nth-child(4):nth-last-child(1).fsNamePrefix,
.fsSubFieldGroup .fsSubField:nth-child(4):nth-last-child(1).fsNameInitial,
.fsSubFieldGroup .fsSubField:nth-child(4):nth-last-child(1).fsNameMiddle,
.fsSubFieldGroup .fsSubField:nth-child(4):nth-last-child(1).fsNameSuffix {
    width: calc(15% - 10px);
}

.fsSubFieldGroup .fsSubField:nth-child(1):nth-last-child(5).fsNameFirst,
.fsSubFieldGroup .fsSubField:nth-child(2):nth-last-child(4).fsNameFirst,
.fsSubFieldGroup .fsSubField:nth-child(3):nth-last-child(3).fsNameFirst,
.fsSubFieldGroup .fsSubField:nth-child(4):nth-last-child(2).fsNameFirst,
.fsSubFieldGroup .fsSubField:nth-child(5):nth-last-child(1).fsNameFirst {
    width: calc(32% - 10px);
}

.fsSubFieldGroup .fsSubField:nth-child(1):nth-last-child(5).fsNamePrefix,
.fsSubFieldGroup .fsSubField:nth-child(1):nth-last-child(5).fsNameInitial,
.fsSubFieldGroup .fsSubField:nth-child(1):nth-last-child(5).fsNameMiddle,
.fsSubFieldGroup .fsSubField:nth-child(1):nth-last-child(5).fsNameSuffix,
.fsSubFieldGroup .fsSubField:nth-child(2):nth-last-child(4).fsNamePrefix,
.fsSubFieldGroup .fsSubField:nth-child(2):nth-last-child(4).fsNameInitial,
.fsSubFieldGroup .fsSubField:nth-child(2):nth-last-child(4).fsNameMiddle,
.fsSubFieldGroup .fsSubField:nth-child(2):nth-last-child(4).fsNameSuffix,
.fsSubFieldGroup .fsSubField:nth-child(3):nth-last-child(3).fsNamePrefix,
.fsSubFieldGroup .fsSubField:nth-child(3):nth-last-child(3).fsNameInitial,
.fsSubFieldGroup .fsSubField:nth-child(3):nth-last-child(3).fsNameMiddle,
.fsSubFieldGroup .fsSubField:nth-child(3):nth-last-child(3).fsNameSuffix,
.fsSubFieldGroup .fsSubField:nth-child(4):nth-last-child(2).fsNamePrefix,
.fsSubFieldGroup .fsSubField:nth-child(4):nth-last-child(2).fsNameInitial,
.fsSubFieldGroup .fsSubField:nth-child(4):nth-last-child(2).fsNameMiddle,
.fsSubFieldGroup .fsSubField:nth-child(4):nth-last-child(2).fsNameSuffix,
.fsSubFieldGroup .fsSubField:nth-child(5):nth-last-child(1).fsNamePrefix,
.fsSubFieldGroup .fsSubField:nth-child(5):nth-last-child(1).fsNameInitial,
.fsSubFieldGroup .fsSubField:nth-child(5):nth-last-child(1).fsNameMiddle,
.fsSubFieldGroup .fsSubField:nth-child(5):nth-last-child(1).fsNameSuffix {
    width: calc(12% - 10px);
}

.fsSubFieldGroup .fsSubField:nth-child(1):nth-last-child(6).fsNameFirst,
.fsSubFieldGroup .fsSubField:nth-child(2):nth-last-child(5).fsNameFirst,
.fsSubFieldGroup .fsSubField:nth-child(3):nth-last-child(4).fsNameFirst,
.fsSubFieldGroup .fsSubField:nth-child(4):nth-last-child(3).fsNameFirst,
.fsSubFieldGroup .fsSubField:nth-child(5):nth-last-child(2).fsNameFirst,
.fsSubFieldGroup .fsSubField:nth-child(6):nth-last-child(1).fsNameFirst {
    width: calc(28% - 10px);
}

.fsSubFieldGroup .fsSubField:nth-child(1):nth-last-child(6).fsNamePrefix,
.fsSubFieldGroup .fsSubField:nth-child(1):nth-last-child(6).fsNameInitial,
.fsSubFieldGroup .fsSubField:nth-child(1):nth-last-child(6).fsNameMiddle,
.fsSubFieldGroup .fsSubField:nth-child(1):nth-last-child(6).fsNameSuffix,
.fsSubFieldGroup .fsSubField:nth-child(2):nth-last-child(5).fsNamePrefix,
.fsSubFieldGroup .fsSubField:nth-child(2):nth-last-child(5).fsNameInitial,
.fsSubFieldGroup .fsSubField:nth-child(2):nth-last-child(5).fsNameMiddle,
.fsSubFieldGroup .fsSubField:nth-child(2):nth-last-child(5).fsNameSuffix,
.fsSubFieldGroup .fsSubField:nth-child(3):nth-last-child(4).fsNamePrefix,
.fsSubFieldGroup .fsSubField:nth-child(3):nth-last-child(4).fsNameInitial,
.fsSubFieldGroup .fsSubField:nth-child(3):nth-last-child(4).fsNameMiddle,
.fsSubFieldGroup .fsSubField:nth-child(3):nth-last-child(4).fsNameSuffix,
.fsSubFieldGroup .fsSubField:nth-child(4):nth-last-child(3).fsNamePrefix,
.fsSubFieldGroup .fsSubField:nth-child(4):nth-last-child(3).fsNameInitial,
.fsSubFieldGroup .fsSubField:nth-child(4):nth-last-child(3).fsNameMiddle,
.fsSubFieldGroup .fsSubField:nth-child(4):nth-last-child(3).fsNameSuffix,
.fsSubFieldGroup .fsSubField:nth-child(5):nth-last-child(2).fsNamePrefix,
.fsSubFieldGroup .fsSubField:nth-child(5):nth-last-child(2).fsNameInitial,
.fsSubFieldGroup .fsSubField:nth-child(5):nth-last-child(2).fsNameMiddle,
.fsSubFieldGroup .fsSubField:nth-child(5):nth-last-child(2).fsNameSuffix,
.fsSubFieldGroup .fsSubField:nth-child(6):nth-last-child(1).fsNamePrefix,
.fsSubFieldGroup .fsSubField:nth-child(6):nth-last-child(1).fsNameInitial,
.fsSubFieldGroup .fsSubField:nth-child(6):nth-last-child(1).fsNameMiddle,
.fsSubFieldGroup .fsSubField:nth-child(6):nth-last-child(1).fsNameSuffix {
    width: calc(11% - 10px);
}

.fsBody .fsSubField.fsFieldCity {
    width: calc(60% - 10px);
}

.fsBody .fsSubField.fsFieldState {
    width: calc(30% - 10px);
}

.fsBody .fsSubFieldGroup ~ select[name*='-country'] {
    margin-top: 10px !important;
}

.fsBody .fsFieldAddress,
.fsBody .fsFieldAddress2 {
    margin-bottom: 10px;
}

@media all and (max-width: 699px),
all and (device-height: 1024px) and (device-width: 768px) and (orientation: portrait),
all and (device-height: 1024px) and (device-width: 768px) and (orientation: landscape) {
    .fsBody .fsSubField.fsFieldCity {
        margin-bottom: 10px;
    }
    .fsBody .fsSubField.fsFieldState {
        width: calc(70% - 10px);
    }
}

@media (max-width: 40em) {
    div.fsSubField.fsFieldState {
        margin-right: 10px;
    }
}

div.fsSliderValue {
    padding: 7px 14px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    font-size: 14px;
    line-height: 16px;
    color: #ffffff;
    background-color: #211551;
}

.fsSliderDiv {
    font-size: 14px;
    background-color: #211551;
}

.fsSliderDiv .ui-state-default,
.fsSliderDiv .ui-widget-content .ui-state-default {
    background-color: #211551;
}

.fsSliderDiv .ui-state-active,
.fsSliderDiv .ui-widget-content .ui-state-active {
    background-color: #211551;
}

.fsSliderDiv .ui-corner-all,
.fsSliderDiv.ui-corner-all {
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.fsSliderDiv.ui-widget-content {
    border: 1px solid #d4d4d4 !important;
}

.fsSliderDiv .ui-widget-header {
    background-color: #d4d4d4;
}

.fsCurrency {
    margin-right: 5px !important;
    font-size: 14px;
    line-height: 32px;
    color: #211551;
}

.fsCurrency.fsCurrencySuffix {
    margin-right: 0 !important;
    margin-left: 5px !important;
}

.fsCurrency ~ input.fsField {
    width: calc(96% - 5px) !important;
}

.fsRowBody input[type="email"] ~ p {
    margin-top: 10px;
}

@font-face {
    font-family: 'TextMask';
    src: url("/forms/fonts/3/password.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

.fsTextMask {
    font-family: 'TextMask' !important;
}

.fsRowBody input[type="text"] ~ p {
    margin-top: 10px;
}

.fsProductField__fields__quantity {
    color: #211551;
}

.fsProductField__fields__fixed-amount,
.fsProductField__fields__no-charge {
    font-size: 14px;
    color: #211551;
}

.fsProductField__info__name {
    font-size: 16px;
    color: #211551;
}

.fsProductField__info__description {
    margin-top: 5px;
    font-size: 13px;
    line-height: 13px;
    color: #211551;
}

.fsProductField__fields__sold-out {
    font-size: 14px;
    color: #9d581f;
}

.fsProductField__wait-list {
    margin-top: 10px;
}

@media (max-width: 40em) {
    .fsProductField__image {
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
    }
    .fsProductField__fields__fixed-amount,
    .fsProductField__fields__quantity {
        font-size: 14px;
    }
}

.fsMatrix {
    font-size: 13px;
    color: #211551;
}

.fsMatrix th,
.fsMatrix td {
    border-top: 1px solid #211551;
    border-left: 1px solid #211551;
}

.fsMatrix th:nth-child(2) {
    -moz-border-radius: 0px 0 0 0;
    -webkit-border-radius: 0px;
    border-radius: 0px 0 0 0;
}

.fsMatrix tr:first-child th:last-child {
    -moz-border-radius: 0 0px 0 0;
    -webkit-border-radius: 0;
    border-radius: 0 0px 0 0;
}

.fsMatrix tr:last-child td:last-child {
    -moz-border-radius: 0 0 0px 0;
    -webkit-border-radius: 0;
    border-radius: 0 0 0px 0;
}

.fsMatrix tr:last-child th {
    -moz-border-radius: 0 0 0 0px;
    -webkit-border-radius: 0;
    border-radius: 0 0 0 0px;
}

.fsMatrix tr:last-child th,
.fsMatrix tr:last-child td {
    border-bottom: 1px solid #211551;
}

.fsMatrix tr th:last-child,
.fsMatrix tr td:last-child {
    border-right: 1px solid #211551;
}

.fsMatrix th.fsMatrixLabelColumn {
    text-align: center;
}

.fsMatrix th.fsMatrixLabelRow {
    text-align: right;
}

.fsMatrix th.fsMatrixLabelColumn,
.fsMatrix th.fsMatrixLabelRow {
    padding: 6.5px;
}

.fsMatrixCol1 {
    background: #eaeaea;
    background: rgba(234, 234, 234, 0.2);
}

.fsMatrixCol2 {
    background: #d4d4d4;
    background: rgba(212, 212, 212, 0.2);
}

.rtl .fsMatrix th,
.rtl .fsMatrix td {
    border-right: 1px solid #211551;
}

.fsForm input[type="file"]::-webkit-file-upload-button,
.fsForm .fsFileUploadButton {
    height: 32px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    font-size: 14px;
    color: #ffffff;
    background-color: #211551;
}

.fsFileUploadName {
    font-size: 14px;
}

.fsBody .fieldset-content .always-ltr {
    margin-top: 10px;
}

.fsBody .fieldset-content select span,
.fsBody .fieldset-content .always-ltr span,
.fsBody .fieldset-content .always-ltr-align-right span {
    top: 8px;
}

.fsBody .fieldset-content select {
    margin-right: 10px;
}

.fsBody .fieldset-content span {
    right: 5px;
}

.fsBody .ui-datepicker-trigger {
    top: 8px;
    margin-left: 10px;
}

.fsSignatureClear {
    font-size: 13px;
    color: #595d64;
}

.fsSignature + div {
    margin-left: 10px;
    line-height: 13px;
}

.wf-active .fsSignature {
    font-family: Arial, Tahoma, sans-serif;
}

img.fsCreditCardLogo {
    margin-top: 5px;
}

.fsBody .fsSectionHeader {
    background-color: transparent;
}

.fsBody .fsForm .fsSectionHeading {
    margin-bottom: 10px;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    line-height: 24px;
    color: #211551;
}

.fsborderradius .fsBody .fsSectionHeader {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.fsborderradius .fsBody .fsSectionHeader {
    margin-bottom: 40px;
}

.fsBody .fsSectionHeader {
    padding: 20px;
}

.fsForm select[multiple="multiple"]::-webkit-scrollbar-thumb,
.fsForm textarea::-webkit-scrollbar-thumb {
    background-color: #211551;
}

.fsForm .fsSubmit {
    margin-top: 40px;
    padding: 20px 0;
}

.fsPreviousButton,
.fsSubmitButton,
.fsNextButton {
    padding: 16px 24px;
    border: 1px solid transparent;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px;
    border-radius: 0px !important;
    font-size: 16px !important;
    font-weight: 400;
    font-style: normal;
    line-height: 16px;
    color: #ffffff !important;
    background-color: #211551 !important;
}

div.fsProgress {
    margin-top: 20px;
}

div.fsProgressBarContainer {
    height: 16px;
    background-color: #eaeaea;
}

div.fsProgressText {
    margin-top: -16px;
    font-size: 8px;
    line-height: 16px;
    color: #211551;
}

div.fsProgressBar {
    background-color: #d4d4d4;
}

div.fsSaveIncomplete {
    margin-bottom: 20px;
    padding: 10px 0;
    background-color: #eaeaea;
}

div.fsSaveIncomplete a {
    font-size: 14px;
    color: #211551;
}

div.fsSaveIncomplete a:visited {
    color: #211551;
}

@media all and (max-width: 699px),
all and (device-height: 1024px) and (device-width: 768px) and (orientation: portrait),
all and (device-height: 1024px) and (device-width: 768px) and (orientation: landscape) {
    .fsPagination .fsNextButton,
    .fsPagination .fsPreviousButton {
        background-color: #211551;
    }
    .fsPagination .fsSubmitMultipage {
        margin-top: 20px !important;
    }
}

#fsSubmissionCheckmark {
    margin: 10px 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))), url("data:image/svg+xml;utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201000%201000%22%3E%3Cpath%20fill%3D%22%23211551%22%20d%3D%22M500%2C0C223.9%2C0%2C0%2C223.9%2C0%2C500c0%2C276.1%2C223.9%2C500%2C500%2C500s500-223.9%2C500-500C1000%2C223.9%2C776.1%2C0%2C500%2C0z%20M749.4%2C423%09L495.6%2C676.8c-27.6%2C27.6-72.2%2C27.6-99.8%2C0L274.7%2C555.6c-27.6-27.6-27.6-72.2%2C0-99.8c27.6-27.6%2C72.2-27.6%2C99.8%2C0l71.3%2C71.3%09l203.9-203.9c27.6-27.6%2C72.2-27.6%2C99.8%2C0C777%2C350.8%2C777%2C395.5%2C749.4%2C423z%22%2F%3E%3C%2Fsvg%3E");
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("data:image/svg+xml;utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201000%201000%22%3E%3Cpath%20fill%3D%22%23211551%22%20d%3D%22M500%2C0C223.9%2C0%2C0%2C223.9%2C0%2C500c0%2C276.1%2C223.9%2C500%2C500%2C500s500-223.9%2C500-500C1000%2C223.9%2C776.1%2C0%2C500%2C0z%20M749.4%2C423%09L495.6%2C676.8c-27.6%2C27.6-72.2%2C27.6-99.8%2C0L274.7%2C555.6c-27.6-27.6-27.6-72.2%2C0-99.8c27.6-27.6%2C72.2-27.6%2C99.8%2C0l71.3%2C71.3%09l203.9-203.9c27.6-27.6%2C72.2-27.6%2C99.8%2C0C777%2C350.8%2C777%2C395.5%2C749.4%2C423z%22%2F%3E%3C%2Fsvg%3E");
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("data:image/svg+xml;utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201000%201000%22%3E%3Cpath%20fill%3D%22%23211551%22%20d%3D%22M500%2C0C223.9%2C0%2C0%2C223.9%2C0%2C500c0%2C276.1%2C223.9%2C500%2C500%2C500s500-223.9%2C500-500C1000%2C223.9%2C776.1%2C0%2C500%2C0z%20M749.4%2C423%09L495.6%2C676.8c-27.6%2C27.6-72.2%2C27.6-99.8%2C0L274.7%2C555.6c-27.6-27.6-27.6-72.2%2C0-99.8c27.6-27.6%2C72.2-27.6%2C99.8%2C0l71.3%2C71.3%09l203.9-203.9c27.6-27.6%2C72.2-27.6%2C99.8%2C0C777%2C350.8%2C777%2C395.5%2C749.4%2C423z%22%2F%3E%3C%2Fsvg%3E");
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("data:image/svg+xml;utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201000%201000%22%3E%3Cpath%20fill%3D%22%23211551%22%20d%3D%22M500%2C0C223.9%2C0%2C0%2C223.9%2C0%2C500c0%2C276.1%2C223.9%2C500%2C500%2C500s500-223.9%2C500-500C1000%2C223.9%2C776.1%2C0%2C500%2C0z%20M749.4%2C423%09L495.6%2C676.8c-27.6%2C27.6-72.2%2C27.6-99.8%2C0L274.7%2C555.6c-27.6-27.6-27.6-72.2%2C0-99.8c27.6-27.6%2C72.2-27.6%2C99.8%2C0l71.3%2C71.3%09l203.9-203.9c27.6-27.6%2C72.2-27.6%2C99.8%2C0C777%2C350.8%2C777%2C395.5%2C749.4%2C423z%22%2F%3E%3C%2Fsvg%3E");
}

#fsSubmissionCheckmark ~ .fsSectionHeading {
    margin-bottom: 10px;
}

#fsSubmissionCheckmark ~ .fsSectionText {
    text-align: center;
}

#recaptcha_area {
    margin-bottom: 20px;
}

.recaptchatable img:hover {
    -moz-box-shadow: 0px 0px 0px 1px #9d581f;
    -webkit-box-shadow: 0px 0px 0px 1px #9d581f;
    box-shadow: 0px 0px 0px 1px #9d581f;
}

.fsForm .fsWorkflowSendBack {
    margin-top: 20px;
    font-size: 16px;
}

.fsForm .fsWorkflowSendBack a {
    text-decoration: underline;
    cursor: pointer;
}

.fsForm .fsWorkflowSendBack svg {
    margin-bottom: -2px;
    width: 14px;
    height: 14px;
    fill: #211551;
}

html:not([data-scroll='0']) .survey-mode.fsBody .fsForm .survey-header {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
}

.survey-mode.fsBody #fsHeaderImage {
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    position: fixed;
    width: 180px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    height: 82px;
    z-index: 10;
    margin: 2px 0 0 19px;
    top: 0;
    left: 0;
}

.survey-mode.fsBody #fsHeaderImage.fsHeaderImage--relative {
    display: none;
}

.survey-mode.fsBody .fsHeaderImage--sticky {
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    position: absolute;
    width: 180px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    height: 82px;
    z-index: 10;
    margin-left: 19px;
    bottom: 2px;
    left: 0;
}

.survey-mode.fsBody .payment-warning {
    margin-top: 61px;
    margin-left: 7px;
    margin-right: 7px;
}

.survey-mode.fsBody .fsSignatureClear {
    text-decoration: none;
    background: #FFF;
    color: #000;
    padding: 7px 12px;
    border-radius: 3px;
    text-transform: capitalize;
}

.survey-mode.fsBody [fs-field-type="signature"] .fsSupporting {
    clear: left;
    margin-left: 12px;
    margin-top: 9px;
    line-height: 1.5;
}

.survey-mode.fsBody .fsForm {
    margin-top: 140px !important;
    min-width: inherit;
    width: 100%;
    background-color: transparent;
    border: none;
    max-width: 1024px;
}

.survey-mode.fsBody .fsForm .g-recaptcha .grecaptcha-badge {
    z-index: 9;
}

.survey-mode.fsBody .fsForm.with-ads:not(.fsgo-form) .g-recaptcha .grecaptcha-badge {
    bottom: 54px !important;
}

.survey-mode.fsBody .fsForm.with-ads:not(.fsgo-form) .fsProgress {
    bottom: 40px;
}

.survey-mode.fsBody .fsForm .fsSignature + div {
    margin-top: 7px;
    line-height: 1.5;
}

.survey-mode.fsBody .fsForm .fsProgress {
    position: fixed;
    border: 0;
    bottom: 0;
    left: 0;
    z-index: 11;
}

.survey-mode.fsBody .fsForm .fsProgress div.fsProgressText {
    display: none;
}

.survey-mode.fsBody .fsForm .fsProgress div.fsProgressBar {
    -webkit-transition: width 1s;
    -o-transition: width 1s;
    transition: width 1s;
}

.survey-mode.fsBody .fsForm .survey-header {
    background-color: transparent;
    z-index: 9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    width: 100%;
    top: -1px;
    left: 0;
    height: 88px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 19px;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.survey-mode.fsBody .fsForm .survey-header.with-progressbar div.shareLinksWrapper {
    margin-bottom: 11px;
}

.survey-mode.fsBody .fsForm .survey-header .fsSubmit.fsPagination {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0;
    margin: 0 0 7px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.survey-mode.fsBody .fsForm .survey-header .fsSubmit.fsPagination span.fsFull {
    display: none;
}

.survey-mode.fsBody .fsForm .survey-header .fsSubmit.fsPagination .fsSubmitButton {
    display: inline-block;
    width: auto;
    margin: 0 !important;
    height: 44px;
    padding: 0 30px;
}

.survey-mode.fsBody .fsForm .survey-header .fsSubmit.fsPagination .fsNextButton,
.survey-mode.fsBody .fsForm .survey-header .fsSubmit.fsPagination .fsPreviousButton,
.survey-mode.fsBody .fsForm .survey-header .fsSubmit.fsPagination .fsSubmitButton {
    margin-right: 29px;
}

.survey-mode.fsBody .fsForm .survey-header .fsSubmit.fsPagination .fsNextButton,
.survey-mode.fsBody .fsForm .survey-header .fsSubmit.fsPagination .fsPreviousButton {
    width: 41px;
    height: 41px;
    padding: 0;
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50%;
    border-radius: 50% !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.survey-mode.fsBody .fsForm .survey-header .fsSubmit.fsPagination .fsSlim {
    display: none;
}

.survey-mode.fsBody .fsForm .survey-header .fsSubmit.fsPagination .fsNextButton:before,
.survey-mode.fsBody .fsForm .survey-header .fsSubmit.fsPagination .fsPreviousButton:before {
    display: block;
    text-indent: 0;
    font-size: 1.5em;
    line-height: 0;
    font-family: 'Zapf Dingbats';
}

.survey-mode.fsBody .fsForm .survey-header .fsSubmit.fsPagination .fsNextButton:before {
    content: '\27A4';
    margin-left: 3px;
    margin-top: 3px;
}

.survey-mode.fsBody .fsForm .survey-header .fsSubmit.fsPagination .fsPreviousButton:before {
    content: '\27A4';
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-left: -3px;
}

.rtl .survey-mode.fsBody .fsForm .survey-header .fsSubmit.fsPagination .fsNextButton:before {
    content: '\27A4';
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.rtl .survey-mode.fsBody .fsForm .survey-header .fsSubmit.fsPagination .fsPreviousButton:before {
    content: '\27A4';
}

@media all and (max-width: 1024px) {
    .survey-mode.fsBody .fsHeaderImage.fsHeaderImage--relative {
        display: none;
    }
    .survey-mode.fsBody .payment-warning {
        margin-top: 91px;
    }
    .survey-mode.fsBody #fsFooterImage {
        margin-bottom: 61px;
    }
    .survey-mode.fsBody .fsForm label.fsOptionLabel {
        color: #211551;
    }
    .survey-mode.fsBody .fsForm .survey-header .fsSubmit.fsPagination {
        margin-top: 0 !important;
    }
    .survey-mode.fsBody .fsForm .survey-header .fsSubmit.fsPagination .fsProgress {
        margin-top: 0;
        position: fixed;
    }
    .survey-mode.fsBody .fsForm .survey-header .fsSubmit.fsPagination div.shareLinksWrapper {
        margin-bottom: 12px;
    }
    .survey-mode.fsBody .fsForm .fsFieldHighlight.fsSubFieldGroup {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .survey-mode.fsBody .fsForm [fs-field-type="address"] .fsSubFieldGroup .fsSubField {
        width: 100%;
        margin-bottom: 15px;
    }
    .survey-mode.fsBody .fsForm [fs-field-type="address"] .fsFieldHighlight > select {
        margin-top: 0 !important;
    }
    .survey-mode.fsBody .fsForm [fs-field-type="address"] .fsFieldHighlight > label {
        margin-top: 7px;
    }
    .survey-mode.fsBody .fsForm [fs-field-type="name"] .fsSubField {
        width: 100%;
    }
    .survey-mode.fsBody .fsForm [fs-field-type="name"] .fsSubField:not(:last-child) {
        margin-bottom: 10px;
    }
}

@media all and (max-width: 480px) {
    .survey-mode.fsBody #fsHeaderImage {
        position: relative;
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
        height: 51px;
    }
    .survey-mode.fsBody #fsHeaderImage.fsHeaderImage--relative {
        display: block;
    }
    .survey-mode.fsBody .fsHeaderImage--sticky {
        display: none;
    }
    .survey-mode.fsBody .payment-warning {
        margin-top: 11px;
    }
    .survey-mode.fsBody #fsFooterImage {
        margin-bottom: 121px;
    }
    .survey-mode.fsBody .fsForm {
        position: relative;
        margin-top: 0 !important;
        padding: 30px 19px;
        margin-bottom: 20px !important;
        overflow: hidden;
    }
    .survey-mode.fsBody .fsForm .reportAbuse {
        margin-bottom: 51px !important;
    }
    .survey-mode.fsBody .fsForm .g-recaptcha .grecaptcha-badge {
        bottom: 64px !important;
    }
    .survey-mode.fsBody .fsForm.with-ads:not(.fsgo-form) .g-recaptcha .grecaptcha-badge {
        bottom: 104px !important;
    }
    .survey-mode.fsBody .fsForm.with-ads:not(.fsgo-form) .survey-header {
        bottom: 40px;
    }
    .survey-mode.fsBody .fsForm .fsRatingFieldContainer svg.phx-Icon {
        max-height: 60px;
    }
    .survey-mode.fsBody .fsForm .fsRatingFieldContainer .fsRatingPipButton {
        margin: 0 2px;
    }
    .survey-mode.fsBody .fsForm .fsSignature {
        margin: 0 -12px;
    }
    .survey-mode.fsBody .fsForm .survey-header {
        padding: 12px;
        height: 51px;
        margin: 0;
        position: fixed;
        bottom: 0;
        left: 0;
        top: unset;
        -webkit-box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.25);
        box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.25);
    }
    .survey-mode.fsBody .fsForm .survey-header .fsHeaderImage.fsHeaderImage--sticky {
        display: none;
    }
    .survey-mode.fsBody .fsForm .survey-header.with-progressbar {
        padding: 12px 12px 22px;
        height: 61px;
    }
    .survey-mode.fsBody .fsForm .survey-header .fsSubmit.fsPagination {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 0;
    }
    .survey-mode.fsBody .fsForm .survey-header .fsSubmit.fsPagination div.shareLinksWrapper {
        margin-bottom: 59px;
    }
    .survey-mode.fsBody .fsForm .survey-header .fsSubmit.fsPagination .fsProgress {
        position: fixed;
        margin-top: 0;
    }
    .survey-mode.fsBody .fsForm .survey-header .fsSubmit.fsPagination .fsProgress .fsProgressBarContainer {
        height: 12px;
    }
    .survey-mode.fsBody .fsForm .survey-header .fsSubmit.fsPagination .fsSubmitButton {
        height: 31px;
        padding: 7px;
        margin-left: auto !important;
    }
    .survey-mode.fsBody .fsForm .survey-header .fsSubmit.fsPagination .fsNextButton {
        margin-left: auto;
    }
    .survey-mode.fsBody .fsForm .survey-header .fsSubmit.fsPagination .fsNextButton,
    .survey-mode.fsBody .fsForm .survey-header .fsSubmit.fsPagination .fsPreviousButton,
    .survey-mode.fsBody .fsForm .survey-header .fsSubmit.fsPagination .fsSubmitButton {
        margin-right: 12px;
    }
    .survey-mode.fsBody .fsForm .survey-header .fsSubmit.fsPagination .fsNextButton,
    .survey-mode.fsBody .fsForm .survey-header .fsSubmit.fsPagination .fsPreviousButton {
        width: 31px;
        height: 31px;
    }
    .survey-mode.fsBody .fsForm .survey-header .fsSubmit.fsPagination .fsNextButton:before,
    .survey-mode.fsBody .fsForm .survey-header .fsSubmit.fsPagination .fsPreviousButton:before {
        font-size: 1.3em;
    }
}

.survey-mode .fsForm .fsFieldFocused:not(.fsValidationError) {
    background-color: transparent;
}

.survey-mode .fsForm .fsFieldFocused:not(.fsValidationError).fsSpan100 {
    margin: 0 !important;
    padding: 0 !important;
}

.survey-mode .fsForm .fsFieldFocused:not(.fsValidationError).fsSpan100.fsRowBody {
    margin-bottom: 20px !important;
}

.survey-mode .fsForm .fsFieldFocused:not(.fsValidationError) .fsFieldHighlight {
    background-color: rgba(130, 82, 199, 0.01);
}

.survey-mode .fsForm .fsFieldFocused:not(.fsValidationError) .fsFieldHighlight::after {
    background-color: rgba(130, 82, 199, 0.01);
}

.survey-mode .fsForm .fsFieldFocused:not(.fsValidationError) .fsOptionLabel:focus,
.survey-mode .fsForm .fsFieldFocused:not(.fsValidationError) .fsOptionLabel:active {
    background-color: rgba(130, 82, 199, 0.01);
}

.survey-mode .fsForm .fsFieldFocused:not(.fsValidationError) .fsOptionLabel {
    -webkit-tap-highlight-color: rgba(130, 82, 199, 0.3);
}

.survey-mode .fsForm .fieldset-content label.fsOptionLabel {
    background-color: #ffffff;
}

.survey-mode .fsForm .fsSubField label.fsSupporting {
    margin-top: 7px;
}

.survey-mode .fsForm .fsSubField.fsFieldCity {
    padding: 0;
}

.survey-mode .fsForm .fsSubField.fsSubField.fsFieldState {
    padding: 0;
}

.survey-mode .fsForm .fsSubField.fsFieldZip {
    padding: 0;
}

.survey-mode .fsForm .fsRatingFieldContainer {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.survey-mode .fsForm .fsRatingFieldContainer svg.phx-Icon {
    max-height: 100px;
    max-width: 100px;
    height: auto;
    width: 100%;
}

.survey-mode .fsForm .fsRatingFieldContainer .fsRatingPipButton {
    margin: 25px 5px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 133px;
}

.survey-mode .fsForm .fsRatingFieldContainer .fsRatingPipButton:focus {
    opacity: 1;
}

.survey-mode .fsForm .fsFieldHighlight {
    background-color: #ffffff;
    padding: 19px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0px;
    z-index: 5;
    position: relative;
}

.survey-mode .fsForm .fsFieldHighlight::before {
    background-color: #ffffff;
    border-radius: 0px;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    z-index: -1;
    left: 0;
    top: 0;
}

.survey-mode .fsForm .fsFieldHighlight::after {
    -webkit-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s;
    background-color: #ffffff;
    border-radius: 0px;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    z-index: -1;
    left: 0;
    top: 0;
}

.survey-mode .fsForm .fsFieldHighlight.fsSubFieldGroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.survey-mode .fsForm [fs-field-type="address"] .fsFieldHighlight {
    margin-bottom: 20px;
}

.survey-mode .fsForm [fs-field-type="address"] .fsFieldHighlight > label {
    margin-top: 7px;
}

.survey-mode .fsForm [fs-field-type="datetime"] .fsFieldHighlight::after {
    clear: both;
    content: '';
    display: table;
}

.survey-mode .fsForm table.fsMatrix td {
    padding: 19px 0;
}

.survey-mode .fsForm table.fsMatrix th {
    padding: 19px 6.5px;
}

.survey-mode .fsForm label.fsOptionLabel {
    display: block;
    margin: .5em 0;
    padding: .5em 1em;
    line-height: 28px !important;
    cursor: pointer;
}

.survey-mode .fsForm label.fsOptionLabel.horizontal {
    float: none;
    margin: .5em 0;
    margin-right: 0 !important;
}

.survey-mode .fsForm label.fsOptionLabel.horizontal ~ div.horizontal {
    display: block !important;
    margin-top: 0 !important;
}

.survey-mode .fsForm label.fsOptionLabel.vertical ~ div.vertical {
    margin-top: 0 !important;
}

.survey-mode .fsForm .fieldset-content .fsOptionLabel:first-child {
    margin-top: 0;
}

.survey-mode .fsForm .rtl .fsFieldRow .fieldset-content .fsOptionLabel.horizontal {
    float: none !important;
    margin: 0 0 0 20px;
}

.fsBody,
.fsBody * {
    font-family: CeraPRO-Regular, 'CeraPro', "Lato", sans-serif;
}

.fsBody,
.fsBody * {
    -webkit-transition: .2s all !important;
    -o-transition: .2s all !important;
    transition: .2s all !important;
}

.fsSectionHeader {
    padding-top: 0;
    padding-bottom: 0;
}

.fsBody,
.fsForm,
.fs-container {
    padding-left: 0;
    padding-right: 0;
}

.fsForm select,
.fsForm textarea,
.fsForm input:not([type="checkbox"]),
.fsForm input:not([type="radio"]),
.fsRowBody input[type="email"],
.fsRowBody input[type="number"],
.fsRowBody input[type="tel"],
.fsRowBody input[type="text"] {
    margin-bottom: 4px !important;
    margin-top: 8px !important;
    /*background-color: #f4f3f6;*/
    /*background-color: #f4f3f6;*/
    border: none;
    border: 1px solid #908AA8 !important;
    padding: 12px 15px;
    font-size: 16px !important;
    min-height: 52px;
    color: #40464d;
    font-family: CeraPro-Medium, 'CeraPro-Medium', 'Lato', sans-serif !important;
}

.fsForm select:hover,
.fsForm .fsForm textarea:hover,
.fsForm .fsRowBody input[type="email"]:hover,
.fsForm .fsRowBody input[type="number"]:hover,
.fsForm .fsRowBody input[type="tel"]:hover,
.fsForm .fsRowBody input[type="text"]:hover {
    border: none;
    border-color: #8252c7 !important;
}

.fsForm select:focus,
.fsForm textarea:focus,
.fsForm .fsRowBody input[type="email"]:focus,
.fsForm .fsRowBody input[type="number"]:focus,
.fsForm .fsRowBody input[type="tel"]:focus,
.fsForm .fsRowBody input[type="text"]:focus {
    border: none;
    border-color: #211551 !important;
    background-color: inherit !important;
}

.fsLabelVertical .fsLabel {
    margin-bottom: 0;
}

.fsBody .fsSubField.fsFieldZip {
    width: 80px;
}

.fsBody .fsSubField.fsFieldState {
    width: 150px;
}

.fsBody .fsSubField.fsFieldCity {
    width: calc(100% - 250px);
}

.fsBody .fsRowBody,
.fsFieldFocused:not(.fsValidationError).fsSpan100 {
    margin: 0 !important;
    padding: 0 !important;
    margin-bottom: 20px !important;
}

.fsBody button {
    text-transform: uppercase;
}

.fsBody button,
.fsBody button *,
.fsForm .fsSubmit .fsSubmitButton,
.fsForm .fsSubmit input.fsSubmitMultipage {
    text-transform: uppercase !important;
    font-family: CeraPRO-Bold, "CeraPRO-Bold", "Lato", sans-serif !important;
    font-weight: normal !important;
    font-style: unset !important;
    font-size: 16px !important;
    letter-spacing: 1px;
}

.fsBody button,
.fsFileUploadButton,
.fsForm .fsSubmit.fsNextButton,
.fsForm .fsSubmit .fsSubmitButton,
.fsForm .fsSubmit.fsPreviousButton,
.fsForm .fsSubmit .fsSubmitButton,
.fsForm .fsSubmit input.fsSubmitMultipage {
    padding: 17px 28px 15px !important;
}

.fsForm .fsSubmit .fsSubmitButton,
.fsForm .fsSubmit input.fsSubmitMultipage {
    padding: 20px 28px 19px !important;
    max-height: unset;
    margin: 0 0 0 auto !important;
    float: none;
    clear: none;
}

.fsBody button:hover,
.fsBody button:focus,
.fsBody button.fsNextButton:hover,
.fsBody button.fsNextButton:focus,
.fsBody button.fsSubmitButton:hover,
.fsBody button.fsSubmitButton:focus {
    background-color: #8252c7 !important;
}

.fsBody h1,
.fsBody h2,
.fsBody h3,
.fsBody h4,
.fsBody h5,
.fsBody h6 {
    font-family: CeraPro-Bold, "CeraPRO-Bold", "Lato", sans-serif !important;
}

.fsBody label,
.fsBody .fsLabel,
.fsBody legend,
.fsBody legend span {
    font-family: CeraPro-Medium, "CeraPRO-Medium", "Lato", sans-serif !important;
}

.fsBody .fsOptionLabel {
    font-family: CeraPro-Regular, "CeraPRO-Regular", "Lato", sans-serif !important;
}

.fsBody .fsProgressText {
    display: none;
}

.fsBody .fsProgressBarContainer {
    background-color: #f8f7f9;
}

.fsBody .fsProgressBar {
    background: #211551;
}

.fsBody .fsSubmit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.fsBody .fsSubmit button {
    float: none;
    margin: 0 0 0 auto;		
}

.fsBody button.fsPreviousButton,
.fsBody input.fsFileUploadButton {
    border: 2px solid #f8f7f9 !important;
    background-color: #f8f7f9 !important;
    color: #211551 !important;
    margin: 0;
}

.fsBody button.fsPreviousButton:hover,
.fsBody button.fsPreviousButton:focus,
.fsBody input.fsFileUploadButton:hover,
.fsBody input.fsFileUploadButton:focus {
    background-color: inherit !important;
    color: #8252c7 !important;
    border-color: #8252c7 !important;
}

.fsFileUploadName {
    margin-left: 0 !important;
}

button,
.fsFileUploadButton {
    cursor: pointer !important;
}

.fsFileUploadButton {
    font-size: 14px;
}

.fsFileUploadButton + span {
    margin-left: 28px;
    font-size: 14px;
}

[fs-field-type="file"] label {
    margin-bottom: 15px !important;
}

.fsBody .fsForm .fsRowBody .fsRatingPipButton,
.fsBody .fsForm .fsRowBody .fsRatingPipButton:hover,
.fsBody .fsForm .fsRowBody .fsRatingPipButton:focus {
    background: none !important;
    cursor: pointer;
    padding: 0 8.5px;
    height: 40px;
}

.fsRatingFieldContainer button * {
    fill: #211551;
}

.fsRatingFieldContainer button[aria-checked="true"] ~ button[aria-checked="false"] * {
    fill: #908AA8;
}

.fsRatingFieldContainer:hover button * {
    fill: #211551 !important;
}

.fsRatingFieldContainer button:hover ~ button * {
    fill: #908AA8 !important;
}

.fsRatingFieldContainer .fsRatingPipButton:first-child {
    margin-left: -8.5px !important;
}

.fsReadOnly input[type="email"],
.fsReadOnly input[type="number"],
.fsReadOnly input[type="tel"],
.fsReadOnly input[type="text"],
.fsReadOnly textarea,
.fsWorkflowReadOnly input[type="email"],
.fsWorkflowReadOnly input[type="number"],
.fsWorkflowReadOnly input[type="tel"],
.fsWorkflowReadOnly input[type="text"],
.fsWorkflowReadOnly textarea {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -ms-filter: "alpha(Opacity=65)";
    opacity: .65;
    border: none !important;
    background-color: inherit !important;
}

.fsSliderDiv {
    margin-left: 0;
    margin-right: 0;
}

.fsPagination .fsNextButton,
.fsPagination .fsPreviousButton {
    border-radius: 0 !important;
    width: auto !important;
}

.fsPagination .fsNextButton:before,
.fsPagination .fsPreviousButton:before {
    display: none !important;
}

.fsPagination .fsNextButton .fsFull,
.fsPagination .fsPreviousButton .fsFull {
    display: inline !important;
}

label.fsOptionLabel {
    border: none !important;
}

legend {
    margin-bottom: 8px !important;
}

label.fsOptionLabel {
    border: none !important;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 36px;
}

.fsForm .fsRowBody input[type="radio"],
.fsForm .fsRowBody input[type="checkbox"],
.fsBody .fsRowBody input[type="radio"],
.fsBody .fsRowBody input[type="checkbox"] {
    top: 0;
    width: 16px !important;
    height: 16px !important;
    line-height: 16px !important;
    padding: 0 !important;
    border: none !important;
    min-height: unset !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 12px 0 0 !important;
}

.fsRowBody input[type="radio"]::before,
.fsRowBody input[type="checkbox"]::before {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    max-height: 100% !important;
}

.fsBody .fsRow .fsMatrixFieldset {
    position: relative;
    width: 100%;
    height: auto;
    max-width: 100%;
    min-width: 100%;
    overflow: scroll !important;
}

.fsBody .fsRow .fsMatrix th,
.fsBody .fsRow .fsMatrix td {
    min-width: 120px;
}

.fsBody .fsRow .fsMatrix th,
.fsBody .fsRow .fsMatrix td {
    border: none !important;
    padding: 16px;
    text-align: center;
}

.fsBody .fsRow .fsMatrix th,
.fsMatrixLabel.fsMatrixLabelRow {
    font-family: CeraPRO-Medium, "CeraPro-Medium", "Lato", sans-serif;
}

.fsMatrixLabel.fsMatrixLabelRow {
    text-align: left !important;
    width: auto !important;
    padding-left: 0 !important;
}

.fsBody .fsRow .fsMatrix td input {
    margin: 0 auto !important;
    background: inherit;
    background-color: inherit;
}

.fsMatrix td input:before {
    background: inherit;
    background-color: inherit;
}


/* .fsSignature { height: 200px !important; min-height: 200px !important; max-height: 200px !important; margin-top: 12px !important; } .fsSignature div { position: absolute; height: 100% !important; width:  100% !important; top: 0; left: 0; right: 0; background: white !important; } .fsSignature > canvas.jSignature { height: 200px !important; min-height: 200px !important; max-height: 200px !important; } */


/*.fsBody .fsRowBody[fs-field-type="signature"] {*/


/*    position: relative;*/


/*    height: 0 !important;*/


/*    box-sizing: border-box !important;*/


/*    min-height: unset !important;*/


/*    max-height: unset !important;*/


/*    overflow: hidden;*/


/*    padding-top: 60% !important;*/


/*}*/


/*.fsBody .fsRowBody[fs-field-type="signature"] label {*/


/*    position: absolute;*/


/*    top: 0;*/


/*}*/


/*.fsSignature {*/


/*    position: absolute;*/


/*    top: 28px;*/


/*    left: 0;*/


/*    right: 0;*/


/*    bottom: 0;*/


/*    height: calc(100% - 72px) !important;*/


/*}*/

label + .fsSignature {
    margin-top: 8px;
}

.fsSignature {
    display: none;
}

@media only screen and (min-width: 480px) {
    .fs2Col .fsFieldRow {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: end;
    }
}

@media only screen and (min-width: 700px) {
    .fs2Col .fsFieldRow,
    .fs3Col .fsFieldRow,
    .fs4Col .fsFieldRow {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: end;
        width: 100%;
        max-width: 100%;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

.fsForm .fsCurrency {
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 52px;
    max-height: 52px;
    height: 0;
    position: relative;
    padding: 0;
    margin: 0 0 -61px 0;
    float: none;
    z-index: 1000;
    padding: 9px 0 0 0;
    font-family: 'CeraPro-Medium';
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
}

.fsForm .fsReadOnly .fsCurrency {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

.fsCurrency.fsCurrencySuffix {
    display: none;
}

.fsForm .fsCurrency + input.fsField {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    z-index: -1;
    padding-left: 36px;
}

.fsForm .fsReadOnly .fsCurrency + input.fsField {
    padding-left: 20px !important;
}

.fsBody .fsRowBody.fsLabelVertical .fsRadio-buttons-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.fsBody .fsRowBody.fsLabelVertical .fsRadio-buttons-content .fsRadio-buttons-option {
    position: relative;
    width: 100%;
    height: 48px;
    text-align: center;
    margin-bottom: 15px;
    border: 2px solid #f4f3f6;
    color: #211551;
    background-color: #f4f3f6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    overflow: hidden;
    -webkit-transition: .2s all !important;
    -o-transition: .2s all !important;
    transition: .2s all !important;
}

@media only screen and (min-width: 768px) {
    .fsBody .fsRowBody.fsLabelVertical .fsRadio-buttons-content .fsRadio-buttons-option {
        width: 100%;
    }
}

.fsBody .fsRowBody.fsLabelVertical .fsRadio-buttons-content .fsRadio-buttons-option * {
    -webkit-transition: .2s all !important;
    -o-transition: .2s all !important;
    transition: .2s all !important;
}

.fsBody .fsRowBody.fsLabelVertical .fsRadio-buttons-content .fsRadio-buttons-option input[type="radio"] {
    position: absolute;
    top: -2000px;
}

.fsBody .fsRowBody.fsLabelVertical .fsRadio-buttons-content .fsRadio-buttons-option.fsRadio-buttons-option-other {
    border: none;
    background: none;
    height: 63px;
    width: 100%;
}

.fsBody .fsRowBody.fsLabelVertical .fsRadio-buttons-content .fsRadio-buttons-option.fsRadio-buttons-option-other.checked,
.fsBody .fsRowBody.fsLabelVertical .fsRadio-buttons-content .fsRadio-buttons-option.fsRadio-buttons-option-other:focus-within {
    height: 114.75px;
    background: none !important;
}

.fsBody .fsRowBody.fsLabelVertical .fsRadio-buttons-content .fsRadio-buttons-option.fsRadio-buttons-option-other.checked .fsRadio-buttons-option,
.fsBody .fsRowBody.fsLabelVertical .fsRadio-buttons-content .fsRadio-buttons-option.fsRadio-buttons-option-other:focus-within .fsRadio-buttons-option {
    margin-bottom: 11.25px;
}

.fsBody .fsRowBody.fsLabelVertical .fsRadio-buttons-content .fsRadio-buttons-option.fsRadio-buttons-option-other.checked .fsOtherField,
.fsBody .fsRowBody.fsLabelVertical .fsRadio-buttons-content .fsRadio-buttons-option.fsRadio-buttons-option-other:focus-within .fsOtherField {
    border-color: #211551;
}

.fsBody .fsRowBody.fsLabelVertical .fsRadio-buttons-content .fsRadio-buttons-option.fsRadio-buttons-option-other .fsRadio-buttons-option {
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .fsBody .fsRowBody.fsLabelVertical .fsRadio-buttons-content .fsRadio-buttons-option.fsRadio-buttons-option-other .fsRadio-buttons-option {
        width: 100%;
    }
}

.fsBody .fsRowBody.fsLabelVertical .fsRadio-buttons-content .fsRadio-buttons-option.fsRadio-buttons-option-other > input {
    height: 48px;
    margin-bottom: 15px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.fsBody .fsRowBody.fsLabelVertical .fsRadio-buttons-content .fsRadio-buttons-option:hover,
.fsBody .fsRowBody.fsLabelVertical .fsRadio-buttons-content .fsRadio-buttons-option:focus {
    background: #dedce5;
    border-color: #dedce5;
    color: #211551;
}

.fsBody .fsRowBody.fsLabelVertical .fsRadio-buttons-content .fsRadio-buttons-option:hover.fsRadio-buttons-option-other,
.fsBody .fsRowBody.fsLabelVertical .fsRadio-buttons-content .fsRadio-buttons-option:focus.fsRadio-buttons-option-other {
    background: none;
    border: none;
}

.fsBody .fsRowBody.fsLabelVertical .fsRadio-buttons-content .fsRadio-buttons-option.checked {
    background: #211551;
    border-color: #211551;
    color: #f1f1de;
}

.fsBody .fsRowBody.fsLabelVertical .fsRadio-buttons-content .fsRadio-buttons-option.fsRadio-buttons-option-other {
    background: none;
    border: none;
}


/* latin-ext */

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: local("Lato Regular"), local("Lato-Regular"), url(https://fonts.gstatic.com/s/lato/v16/S6uyw4BMUTPHjxAwXiWtFCfQ7A.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}


/* latin */

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: local("Lato Regular"), local("Lato-Regular"), url(https://fonts.gstatic.com/s/lato/v16/S6uyw4BMUTPHjx4wXiWtFCc.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* latin-ext */

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: local("Lato Bold"), local("Lato-Bold"), url(https://fonts.gstatic.com/s/lato/v16/S6u9w4BMUTPHh6UVSwaPGQ3q5d0N7w.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}


/* latin */

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: local("Lato Bold"), local("Lato-Bold"), url(https://fonts.gstatic.com/s/lato/v16/S6u9w4BMUTPHh6UVSwiPGQ3q5d0.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/** @license MyFonts Webfont Build ID 3772223, 2019-06-11T18:03:56-0400 The fonts listed in this notice are subject to the End User License Agreement(s) entered into by the website owner. All other parties are  explicitly restricted from using the Licensed Webfonts(s). You may obtain a valid license at the URLs below. Webfont: CeraPRO-BlackItalic by TypeMates URL: https://www.myfonts.com/fonts/typemates/cera/pro-black-italic/ Webfont: CeraPRO-BoldItalic by TypeMates URL: https://www.myfonts.com/fonts/typemates/cera/pro-bold-italic/ Webfont: CeraPRO-LightItalic by TypeMates URL: https://www.myfonts.com/fonts/typemates/cera/pro-light-italic/ Webfont: CeraPRO-Black by TypeMates URL: https://www.myfonts.com/fonts/typemates/cera/pro-black/ Webfont: CeraPRO-Light by TypeMates URL: https://www.myfonts.com/fonts/typemates/cera/pro-light/ Webfont: CeraPRO-Bold by TypeMates URL: https://www.myfonts.com/fonts/typemates/cera/pro-bold/ Webfont: CeraPRO-Medium by TypeMates URL: https://www.myfonts.com/fonts/typemates/cera/pro-medium/ Webfont: CeraPRO-MediumItalic by TypeMates URL: https://www.myfonts.com/fonts/typemates/cera/pro-medium-italic/ Webfont: CeraPRO-RegularItalic by TypeMates URL: https://www.myfonts.com/fonts/typemates/cera/pro-italic/ Webfont: CeraPRO-Regular by TypeMates URL: https://www.myfonts.com/fonts/typemates/cera/pro-regular/ Webfont: CeraPRO-Thin by TypeMates URL: https://www.myfonts.com/fonts/typemates/cera/pro-thin/ Webfont: CeraPRO-ThinItalic by TypeMates URL: https://www.myfonts.com/fonts/typemates/cera/pro-thin-italic/ License: https://www.myfonts.com/viewlicense?type=web&buildid=3772223 Licensed pageviews: 1,000,000 Webfonts copyright: Copyright (c) 2015 by Jakob Runge, under exclusive license to TypeMates, Runge Thomsen GbR. All rights reserved. © 2019 MyFonts Inc */


/* @import must be at top of file, otherwise CSS will not work */

@font-face {
    font-family: 'CeraPRO-BlackItalic';
    src: url("https://res.cloudinary.com/westminster-college/raw/upload/v1560290826/fs-branding/webfonts/398F3F_0_0.eot");
    src: url("https://res.cloudinary.com/westminster-college/raw/upload/v1560290826/fs-branding/webfonts/398F3F_0_0.eot?#iefix") format("embedded-opentype"), url("https://res.cloudinary.com/westminster-college/raw/upload/v1560290826/fs-branding/webfonts/398F3F_0_0.woff2") format("woff2"), url("https://res.cloudinary.com/westminster-college/raw/upload/v1560290826/fs-branding/webfonts/398F3F_0_0.woff") format("woff"), url("https://res.cloudinary.com/westminster-college/raw/upload/v1560290826/fs-branding/webfonts/398F3F_0_0.ttf") format("truetype");
}

@font-face {
    font-family: 'CeraPRO-BoldItalic';
    src: url("https://res.cloudinary.com/westminster-college/raw/upload/v1560290826/fs-branding/webfonts/398F3F_1_0.eot");
    src: url("https://res.cloudinary.com/westminster-college/raw/upload/v1560290826/fs-branding/webfonts/398F3F_1_0.eot?#iefix") format("embedded-opentype"), url("https://res.cloudinary.com/westminster-college/raw/upload/v1560290826/fs-branding/webfonts/398F3F_1_0.woff2") format("woff2"), url("https://res.cloudinary.com/westminster-college/raw/upload/v1560290826/fs-branding/webfonts/398F3F_1_0.woff") format("woff"), url("https://res.cloudinary.com/westminster-college/raw/upload/v1560290826/fs-branding/webfonts/398F3F_1_0.ttf") format("truetype");
}

@font-face {
    font-family: 'CeraPRO-LightItalic';
    src: url("https://res.cloudinary.com/westminster-college/raw/upload/v1560290826/fs-branding/webfonts/398F3F_2_0.eot");
    src: url("https://res.cloudinary.com/westminster-college/raw/upload/v1560290826/fs-branding/webfonts/398F3F_2_0.eot?#iefix") format("embedded-opentype"), url("https://res.cloudinary.com/westminster-college/raw/upload/v1560290826/fs-branding/webfonts/398F3F_2_0.woff2") format("woff2"), url("https://res.cloudinary.com/westminster-college/raw/upload/v1560290826/fs-branding/webfonts/398F3F_2_0.woff") format("woff"), url("https://res.cloudinary.com/westminster-college/raw/upload/v1560290826/fs-branding/webfonts/398F3F_2_0.ttf") format("truetype");
}

@font-face {
    font-family: 'CeraPRO-Black';
    src: url("https://res.cloudinary.com/westminster-college/raw/upload/v1560290826/fs-branding/webfonts/398F3F_3_0.eot");
    src: url("https://res.cloudinary.com/westminster-college/raw/upload/v1560290826/fs-branding/webfonts/398F3F_3_0.eot?#iefix") format("embedded-opentype"), url("https://res.cloudinary.com/westminster-college/raw/upload/v1560290826/fs-branding/webfonts/398F3F_3_0.woff2") format("woff2"), url("https://res.cloudinary.com/westminster-college/raw/upload/v1560290826/fs-branding/webfonts/398F3F_3_0.woff") format("woff"), url("https://res.cloudinary.com/westminster-college/raw/upload/v1560290826/fs-branding/webfonts/398F3F_3_0.ttf") format("truetype");
}

@font-face {
    font-family: 'CeraPRO-Light';
    src: url("https://res.cloudinary.com/westminster-college/raw/upload/v1560290826/fs-branding/webfonts/398F3F_4_0.eot");
    src: url("https://res.cloudinary.com/westminster-college/raw/upload/v1560290826/fs-branding/webfonts/398F3F_4_0.eot?#iefix") format("embedded-opentype"), url("https://res.cloudinary.com/westminster-college/raw/upload/v1560290826/fs-branding/webfonts/398F3F_4_0.woff2") format("woff2"), url("https://res.cloudinary.com/westminster-college/raw/upload/v1560290826/fs-branding/webfonts/398F3F_4_0.woff") format("woff"), url("https://res.cloudinary.com/westminster-college/raw/upload/v1560290826/fs-branding/webfonts/398F3F_4_0.ttf") format("truetype");
}

@font-face {
    font-family: 'CeraPRO-Bold';
    src: url("https://res.cloudinary.com/westminster-college/raw/upload/v1560290826/fs-branding/webfonts/398F3F_5_0.eot");
    src: url("https://res.cloudinary.com/westminster-college/raw/upload/v1560290826/fs-branding/webfonts/398F3F_5_0.eot?#iefix") format("embedded-opentype"), url("https://res.cloudinary.com/westminster-college/raw/upload/v1560290826/fs-branding/webfonts/398F3F_5_0.woff2") format("woff2"), url("https://res.cloudinary.com/westminster-college/raw/upload/v1560290826/fs-branding/webfonts/398F3F_5_0.woff") format("woff"), url("https://res.cloudinary.com/westminster-college/raw/upload/v1560290826/fs-branding/webfonts/398F3F_5_0.ttf") format("truetype");
}

@font-face {
    font-family: 'CeraPRO-Medium';
    src: url("https://res.cloudinary.com/westminster-college/raw/upload/v1560290826/fs-branding/webfonts/398F3F_6_0.eot");
    src: url("https://res.cloudinary.com/westminster-college/raw/upload/v1560290826/fs-branding/webfonts/398F3F_6_0.eot?#iefix") format("embedded-opentype"), url("https://res.cloudinary.com/westminster-college/raw/upload/v1560290826/fs-branding/webfonts/398F3F_6_0.woff2") format("woff2"), url("https://res.cloudinary.com/westminster-college/raw/upload/v1560290826/fs-branding/webfonts/398F3F_6_0.woff") format("woff"), url("https://res.cloudinary.com/westminster-college/raw/upload/v1560290826/fs-branding/webfonts/398F3F_6_0.ttf") format("truetype");
}

@font-face {
    font-family: 'CeraPRO-MediumItalic';
    src: url("https://res.cloudinary.com/westminster-college/raw/upload/v1560290826/fs-branding/webfonts/398F3F_7_0.eot");
    src: url("https://res.cloudinary.com/westminster-college/raw/upload/v1560290826/fs-branding/webfonts/398F3F_7_0.eot?#iefix") format("embedded-opentype"), url("https://res.cloudinary.com/westminster-college/raw/upload/v1560290826/fs-branding/webfonts/398F3F_7_0.woff2") format("woff2"), url("https://res.cloudinary.com/westminster-college/raw/upload/v1560290826/fs-branding/webfonts/398F3F_7_0.woff") format("woff"), url("https://res.cloudinary.com/westminster-college/raw/upload/v1560290826/fs-branding/webfonts/398F3F_7_0.ttf") format("truetype");
}

@font-face {
    font-family: 'CeraPRO-RegularItalic';
    src: url("https://res.cloudinary.com/westminster-college/raw/upload/v1560290826/fs-branding/webfonts/398F3F_8_0.eot");
    src: url("https://res.cloudinary.com/westminster-college/raw/upload/v1560290826/fs-branding/webfonts/398F3F_8_0.eot?#iefix") format("embedded-opentype"), url("https://res.cloudinary.com/westminster-college/raw/upload/v1560290826/fs-branding/webfonts/398F3F_8_0.woff2") format("woff2"), url("https://res.cloudinary.com/westminster-college/raw/upload/v1560290826/fs-branding/webfonts/398F3F_8_0.woff") format("woff"), url("https://res.cloudinary.com/westminster-college/raw/upload/v1560290826/fs-branding/webfonts/398F3F_8_0.ttf") format("truetype");
}

@font-face {
    font-family: 'CeraPRO-Regular';
    src: url("https://res.cloudinary.com/westminster-college/raw/upload/v1560290826/fs-branding/webfonts/398F3F_9_0.eot");
    src: url("https://res.cloudinary.com/westminster-college/raw/upload/v1560290826/fs-branding/webfonts/398F3F_9_0.eot?#iefix") format("embedded-opentype"), url("https://res.cloudinary.com/westminster-college/raw/upload/v1560290826/fs-branding/webfonts/398F3F_9_0.woff2") format("woff2"), url("https://res.cloudinary.com/westminster-college/raw/upload/v1560290826/fs-branding/webfonts/398F3F_9_0.woff") format("woff"), url("https://res.cloudinary.com/westminster-college/raw/upload/v1560290826/fs-branding/webfonts/398F3F_9_0.ttf") format("truetype");
}

@font-face {
    font-family: 'CeraPRO-Thin';
    src: url("https://res.cloudinary.com/westminster-college/raw/upload/v1560290826/fs-branding/webfonts/398F3F_A_0.eot");
    src: url("https://res.cloudinary.com/westminster-college/raw/upload/v1560290826/fs-branding/webfonts/398F3F_A_0.eot?#iefix") format("embedded-opentype"), url("https://res.cloudinary.com/westminster-college/raw/upload/v1560290826/fs-branding/webfonts/398F3F_A_0.woff2") format("woff2"), url("https://res.cloudinary.com/westminster-college/raw/upload/v1560290826/fs-branding/webfonts/398F3F_A_0.woff") format("woff"), url("https://res.cloudinary.com/westminster-college/raw/upload/v1560290826/fs-branding/webfonts/398F3F_A_0.ttf") format("truetype");
}

@font-face {
    font-family: 'CeraPRO-ThinItalic';
    src: url("https://res.cloudinary.com/westminster-college/raw/upload/v1560290826/fs-branding/webfonts/398F3F_B_0.eot");
    src: url("https://res.cloudinary.com/westminster-college/raw/upload/v1560290826/fs-branding/webfonts/398F3F_B_0.eot?#iefix") format("embedded-opentype"), url("https://res.cloudinary.com/westminster-college/raw/upload/v1560290826/fs-branding/webfonts/398F3F_B_0.woff2") format("woff2"), url("https://res.cloudinary.com/westminster-college/raw/upload/v1560290826/fs-branding/webfonts/398F3F_B_0.woff") format("woff"), url("https://res.cloudinary.com/westminster-college/raw/upload/v1560290826/fs-branding/webfonts/398F3F_B_0.ttf") format("truetype");
}

.fsBody * {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.fsBody *:focus,
.fsBody *:hover,
.fsBody *:active {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.fsForm .fsProgress {
    width: 100% !important;
    margin: 32px 0 0 0 !important;
}

.fsForm .fsProgress div.fsProgressBarContainer {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

.fsFull {
    display: block !important;
}

.fsFull::after,
.fsFull::before {
    display: none;
}

.fsSlim {
    display: none !important;
}

.fsBody .fsRowBody.fsLabelVertical .fsRadio-buttons-content .fsRadio-buttons-option.fsRadio-buttons-option-other > input {
    height: 48px !important;
    max-height: 48px !important;
    min-height: 48px !important;
    margin-top: 0 !important;
}


/*END Forms and Formstack Styles */


/* Temporary changes*/

.button.button-form-group {
    all: unset;
}


/*END Temporary changes */

/*^^^css-after*/



html {
    scroll-behavior: smooth;
}

body {
    padding-top: 90px;
}

.clickToPause-container {
    z-index: 200;
    position: absolute;
    bottom: 0;
    left: 0;
}
.clickToPause-container .fa-play {
    display: none;
}

.clickToPause {
    opacity: 0;
    pointer-events: none;
    margin: 0;
    padding: 16px 20px;
}
.clickToPause:focus {
    opacity: 1;
    pointer-events: all;
}

#top-banner-with-video {
    width: 100%;
    position: relative;
}
#top_banner-media {
    padding-bottom: 31.25%;
}

.top-banner__text-content * {
    color: white;
    width: 100%;
    text-shadow: none;
    text-shadow: 0px 0px 12px rgba(33,21,81, .35);
}

#top-banner-with-video h1, #top-banner-with-video h2 {
    margin: 0;
}

#top-banner-with-video h1 {
    font-size: 6rem;
}

#top-banner-with-video h2 {
    font-size: 2.4rem;
}

.top-banner__text-content {
    background: rgba(33,21,81, .3);
    left: 0%;
    position: absolute;
    text-align: center;
    top: 0%;
    padding: 15px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.second-test .top-banner__text-content {
    background: none;
}

.banner-media-container {
    background: url('https://res.cloudinary.com/westminster-college/image/upload/v1548717492/content-library/All%20Pages/Content/Videos/converse-hall-bg-captures/converse-hall-twinkling--desktop-larger_Moment.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 1379px) {
    .banner-media-container {
        background: url('https://res.cloudinary.com/westminster-college/image/upload/v1548717492/content-library/All%20Pages/Content/Videos/converse-hall-bg-captures/converse-hall-twinkling--desktop_Moment.jpg');
        background-size: cover;
        background-repeat: no-repeat;
    }

    #top_banner-media {
        padding-bottom: 23.4375%;
    }

}

@media only screen and (max-width: 991px) {
    .banner-media-container {
        background: url('/images/default-source/home-page-images/top-banner/converse-and-mountains--small.jpg');
        background-size: cover;
        background-repeat: no-repeat;
    }
    #top-banner-with-video h1 {
        font-size: 4.4rem;
    }
    #top-banner-with-video h2 {
        font-size: 2rem;
    }


    #top_banner-media {
        padding-bottom: 40%;
    }

    #top-banner-with-video video, #top-banner-with-video img {
        width: auto;
        height: 100%;
        opacity: 0;
        pointer-events: none;
    }
}

@media only screen and (max-width: 639px) {
    .banner-media-container {
        background: url('"https://westminstercollege.edu/_resources/images/default-source/home-page-images/top-banner/converse-and-mountains--smaller-hi-dpi.jpg');
        background-size: cover;
        background-repeat: no-repeat;
    }
    #top-banner-with-video h1 {
        font-size: 3.2rem;
    }
    #top-banner-with-video h2 {
        font-size: 1.4rem;
    }

    #top_banner-media {
        padding-bottom: 62.65%;
    }
}

#top_banner-media .banner-media {
    width: 100%;
}

@media only screen and (max-width: 992px){
    section .feature__card {
        margin-top: -4rem;
    }

    .feature__caption {
        bottom: 4.5rem;
    }
}

#life_after-heading_text {
    margin: 12px auto 48px auto;
    float: none;
    max-width: 60rem;
}

@media only screen and (max-width: 699px) {
    #life_after-heading_text {
        text-align: center !important;
    }

    .card-deck .card.card-double {
        width: 100%;
    }
}


@media only screen and (max-width: 1340px) {
    .feature__card--right-at-medium {
        margin-top: -2%; 
    }
}

@media only screen and (min-width: 992px) {
    .feature__card--right-at-medium {
        right: 25%;
    }
}

#instafeed-row {
    max-width: 100% !important;
	padding-right: 15px
}

#instafeed-row .col-6.col-lg-3 {
    padding: 7.5px;
    max-width: 50% !important;
}

.variable-page-data {
    display: none;
}

.sfPageEditor .variable-page-data {
    display: unset;
}

.igPhotoLink .caption-link-wrapper {
    opacity: 0;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    color: white;
    background: rgba(33,21,81, .9);
}

.igPhotoLink:hover .caption-link-wrapper {
    opacity: 1;
}

.caption-link-wrapper {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 32px;
    background: #211551;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}

.igViewMore {
    text-align: center;
    margin: 0px;
}

.igCapLoadHere {
    text-align: left;
    height: 100px;
    width: 100%;
    white-space: pre-line;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.igPhotoLink {
    height: 0px;
    overflow: hidden;
    display: block;
    padding-bottom: 100%;
    background: #211551;
}

.small.igViewMore.btn.btn-primary {
    color: #211551;
    background: white;
    border-radius: 0px;
    width: 100%;
    border: 0px;
    padding: 4px 16px 6px 16px;
}
.small.igViewMore.btn.btn-primary:active {
    background: #8252c7;
}

/* Ratio Img CSS */

.ratio_container {
    height: 0px;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-bottom: 100%; }
.ratio_container.sixteen-nine {
    width: 100%;
    padding-bottom: 56.25%; }
.ratio_container.nine-sixteen {
    width: 100%;
    padding-bottom: 177.77778%; }
.ratio_container.four-three {
    width: 100%;
    padding-bottom: 75%; }
.ratio_container.three-four {
    width: 100%;
    padding-bottom: 133.3333%; }
.ratio_container.one-one {
    width: 100%;
    padding-bottom: 100%; }
.ratio_container.wm-banner {
    width: 100%;
    padding-bottom: 23.4375%; }

.in_ratio_constraint {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: inherit;
    overflow: hidden;
    margin: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.in_ratio_constraint.center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.in_ratio_constraint.center-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.in_ratio_constraint.center-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.in_ratio_constraint.center-top {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
.in_ratio_constraint.center-bottom {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
.in_ratio_constraint.top-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
.in_ratio_constraint.top-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
.in_ratio_constraint.bottom-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
.in_ratio_constraint.bottom-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }

.in_ratio_constraint img, .in_ratio_constraint .ratio-media {
    display: block; }

.portrait img, .portrait .ratio-media {
    min-width: 100%;
    width: 100%;
    height: auto; }

.landscape img, .landscape .ratio-media {
    min-height: 100%;
    height: auto;
    width: 100%;
}

/*business-research page*/
.books-row img {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
	max-width: 100%;
}

.books-row h4 {
    padding-right: 15px;  
	max-width: 100%;
}

/*programs page*/

.text-muted {
    color: #666;
}

/*a:visited {*/
/*    color: #8252c7;*/
/*}*/

/*a:hover, a:focus, a:active {*/
/*    color: #ba9fe0;*/
/*}*/


#content div div h2.text-center.margin-top {
    margin-top: 36px;
    margin-bottom: 0;
    padding: 15px;
    line-height: 1.35;
}
#programSearchForm {
    margin-top: 45px;
    margin-bottom: 45px;
    max-width: 968px;
    margin: 45px auto;
}


#programSearchForm hr {
    margin-top: 45px;
}

#programSearchForm #programSearch {
    height: 48px;
    display: block;
    width: 100%;
    border: 1px solid #f3f4f4;
    font-size: 16px !important;
    margin-bottom: 0px !important;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    padding-right: 72px;
    background: #f3f4f4;
}



#programSearchForm #programSearch::-webkit-input-placeholder {
    color: #505050;
}



#programSearchForm #programSearch:-ms-input-placeholder {
    color: #505050;
}



#programSearchForm #programSearch::-ms-input-placeholder {
    color: #505050;
}



#programSearchForm #programSearch::placeholder {
    color: #505050;
}

#programSearchForm .form-group.form-inline.text-center.ng-scope, #programSearchForm .button.inline-search--button, #programSearchForm .button.inline-clear--button {
    height: 48px;
    line-height: 1;
    width: auto;
    display: block;
}

#programSearchForm .form-group.form-inline.text-center.ng-scope .inline-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0px 15px;
    position: relative;
    max-width: 768px;
    margin: 0px auto;
}

#programSearchForm .button.inline-clear--button {
    white-space: nowrap;
    display: none;
}

#programSearchForm .button.inline-search--button, #programSearchForm .button.inline-clear--button {
    width:52px;
    text-align: center;
    color: #fff !important;
}


#programSearchStartOver {
    width: 30rem;
    margin: 64px auto;
    display: block;
    background: none;
    color: #211551;
    border: 2px solid #211551;
    height: 48px;
    line-height: 44px;
    padding: 0em 1em 0em 1em;
}


#programSearchStartOver:hover {
    color: #fff;
    background: #211551;
    border: 2px solid #211551;
}


#results {
    margin-bottom: 45px;
    font-family: "CeraPRO-Medium", "Lato", sans-serif;

}

#results span.text-muted {
    color: #000;
}

#programSearchForm .inline-list.ng-scope li button {
    border: 2px solid #f3f4f4;
    background: #f3f4f4;
    color: #211551;
    -webkit-transition: .15s all;
    -o-transition: .15s all;
    transition: .15s all;
}

#programSearchForm .inline-list.ng-scope li, #programSearchForm .inline-list.ng-scope li button {
    -webkit-transition: .15s all !important;
    -o-transition: .15s all !important;
    transition: .15s all !important;;
    margin-bottom: 8px;
}

#programSearchForm button:focus,
#programSearchForm button:active,
#programSearchForm .button:focus,
#programSearchForm .button:active,
#programSearchForm input:focus,
#programSearchForm input:active,
#programSearchForm .inline-list.ng-scope li button:focus,
#programSearchForm .inline-list.ng-scope li button:active  {
    -webkit-box-shadow: 0 0 0 .2rem rgba(130,82,199,.65);
    box-shadow: 0 0 0 .2rem rgba(130,82,199,.65);

}


#programSearchForm input:focus,
#programSearchForm input:active {
    color: black;
}
#programSearchForm input:focus ~ .button.inline-search--button,
#programSearchForm input:active ~ .button.inline-search--button,
#programSearchForm input:focus ~ .button.inline-clear--button,
#programSearchForm input:active ~ .button.inline-clear--button,
#programSearchForm .button.inline-search--button:hover,
#programSearchForm .button.inline-search--button:focus,
#programSearchForm .button.inline-search--button:active,
#programSearchForm .button.inline-clear--button:hover,
#programSearchForm .button.inline-clear--button:focus,
#programSearchForm .button.inline-clear--button:active {
    color: #fff;

}




#programSearchForm .inline-list.ng-scope li button:hover, #programSearchForm .inline-list.ng-scope li button:hover, #programSearchForm .inline-list.ng-scope li button:hover {
    border-color: #e7e7e8 !important;
    background: #e7e7e8 !important;

}



#programSearchForm .inline-list.ng-scope li button.active  {

    background: #211551 !important;
    color: #fff !important;
}

#programSearchForm .inline-list.ng-scope li button {
    padding: 10px 15px;
}

@media only screen and (max-width: 767px) {
    #programSearchForm .inline-list.ng-scope {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 15px;

    }


    #programSearchForm .inline-list.ng-scope li {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin: 0px;
        padding: 4px;
    }

    #programSearchForm .inline-list.ng-scope li button {
        width: 100%;
        margin-bottom: 0;

    }

}
@media only screen and (max-width: 479px) {
    #programSearchForm .inline-list.ng-scope li button {
        font-size: 14px !important;
        letter-spacing: 0.5px;
        padding: 10px 12px;
    }

    #programSearchForm .inline-list.ng-scope li {
        min-width: 45%;
    }

}

@media only screen and (max-width: 359px) {
    #programSearchForm .inline-list.ng-scope li button {
        font-size: 13px !important;
        letter-spacing: 0.25px;
        padding: 8px 12px;
    }

}

#programSearchForm p {

    margin: 32px auto 32px 0px !important;
}

#programSearchForm * {
    -webkit-transition: .15s all !important;
    -o-transition: .15s all !important;
    transition: .15s all !important;
}

.inline-search #programSearch {
    margin-bottom: 0px !important;
    position: relative;
}

.inline-search #programSearch ~ a.button {
    position: absolute;
    margin: 0;
    right: 15px;
    top: 0;
    bottom: 0;
    background: #211551;
}

#programSearchForm .fas {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 48px;
}

.form-group.form-inline.text-center.ng-scope {
    margin-bottom: 32px !important;
}


.programs_filter-avia {
    display: none;
}


#programSearchForm .button.inline-clear--button.active {
    display: block;
    right: 66px;
    background: none;
    color: #575d62 !important;
}
@media only screen and (max-width: 992px) {
    .large-margin-top {
        margin-top: 4rem;
    }

}
.programs_filter-avia {
    display: none !important;
}

.interest-dropdown-button {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: -35px;
}


#programSearchForm .interest-dropdown-button span.fas.fa-chevron-down{
    position: relative;
    width: auto;
    height: auto;
    min-height: unset;
    min-width: unset;
    line-height: unset;
    padding-left: 15px;
}

a.big {
    color: white;
}

ul.footer__list li.footer-list-item a {
    color: white;
}


.st0{fill:#645C86;stroke:#FFFFFF;stroke-width:0.5;stroke-linejoin:round;}
.st1{enable-background:new ;}
.st2{fill:#D5DDEC;}

/*^^index-css*/
html {
    scroll-behavior: smooth;
}

body {
    padding-top: 90px;
}

.clickToPause-container {
    z-index: 200;
    position: absolute;
    bottom: 0;
    left: 0;
}
.clickToPause-container .fa-play {
    display: none;
}

.clickToPause {
    opacity: 0;
    pointer-events: none;
    margin: 0;
    padding: 16px 20px;
}
.clickToPause:focus {
    opacity: 1;
    pointer-events: all;
}

#top-banner-with-video {
    width: 100%;
    position: relative;
}
#top_banner-media {
    padding-bottom: 31.25%;
}

.top-banner__text-content * {
    color: white;
    width: 100%;
    text-shadow: none;
    text-shadow: 0px 0px 12px rgba(33,21,81, .35);
}

#top-banner-with-video h1, #top-banner-with-video h2 {
    margin: 0;
}

#top-banner-with-video h1 {
    font-size: 6rem;
}

#top-banner-with-video h2 {
    font-size: 2.4rem;
}

.top-banner__text-content {
    background: rgba(33,21,81, .3);
    left: 0%;
    position: absolute;
    text-align: center;
    top: 0%;
    padding: 15px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.second-test .top-banner__text-content {
    background: none;
}



.banner-media-container {
    background: url('https://res.cloudinary.com/westminster-college/image/upload/v1548717492/content-library/All%20Pages/Content/Videos/converse-hall-bg-captures/converse-hall-twinkling--desktop-larger_Moment.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 1379px) {
    .banner-media-container {
        background: url('https://res.cloudinary.com/westminster-college/image/upload/v1548717492/content-library/All%20Pages/Content/Videos/converse-hall-bg-captures/converse-hall-twinkling--desktop_Moment.jpg');
        background-size: cover;
        background-repeat: no-repeat;
    }

    #top_banner-media {
        padding-bottom: 23.4375%;
    }

}

@media only screen and (max-width: 991px) {
    .banner-media-container {
        background: url('/images/default-source/home-page-images/top-banner/converse-and-mountains--small.jpg');
        background-size: cover;
        background-repeat: no-repeat;
    }
    #top-banner-with-video h1 {
        font-size: 4.4rem;
    }
    #top-banner-with-video h2 {
        font-size: 2rem;
    }


    #top_banner-media {
        padding-bottom: 40%;
    }

    #top-banner-with-video video, #top-banner-with-video img {
        width: auto;
        height: 100%;
        opacity: 0;
        pointer-events: none;
    }
}

@media only screen and (max-width: 639px) {
    .banner-media-container {
        background: url('/images/default-source/home-page-images/top-banner/converse-and-mountains--smaller-hi-dpi.jpg');
        background-size: cover;
        background-repeat: no-repeat;
    }
    #top-banner-with-video h1 {
        font-size: 3.2rem;
    }
    #top-banner-with-video h2 {
        font-size: 1.4rem;
    }

    #top_banner-media {
        padding-bottom: 62.65%;
    }
}

#top_banner-media .banner-media {
    width: 100%;
}

@media only screen and (max-width: 992px){
    section .feature__card {
        margin-top: -4rem;
    }

    .feature__caption {
        bottom: 4.5rem;
    }
}

#life_after-heading_text {
    margin: 12px auto 48px auto;
    float: none;
    max-width: 60rem;
}

@media only screen and (max-width: 699px) {
    #life_after-heading_text {
        text-align: center !important;
    }

    .card-deck .card.card-double {
        width: 100%;
    }
}


#instafeed-row {
    max-width: 100% !important;;
}

#instafeed-row .col-6.col-lg-3 {
    padding: 7.5px;
    max-width: 50% !important;
}

.variable-page-data {
    display: none;
}

.sfPageEditor .variable-page-data {
    display: unset;
}

.igPhotoLink .caption-link-wrapper {
    opacity: 0;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    color: white;
    background: rgba(33,21,81, .9);
}

.igPhotoLink:hover .caption-link-wrapper {
    opacity: 1;
}

.caption-link-wrapper {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 32px;
    background: #211551;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}

.igViewMore {
    text-align: center;
    margin: 0px;
}

.igCapLoadHere {
    text-align: left;
    height: 100px;
    width: 100%;
    white-space: pre-line;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.igPhotoLink {
    height: 0px;
    overflow: hidden;
    display: block;
    padding-bottom: 100%;
    background: #211551;
}

.small.igViewMore.btn.btn-primary {
    color: #211551;
    background: white;
    border-radius: 0px;
    width: 100%;
    border: 0px;
    padding: 4px 16px 6px 16px;
}
.small.igViewMore.btn.btn-primary:active {
    background: #8252c7;
}

/* Ratio Img CSS */

.ratio_container {
    height: 0px;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-bottom: 100%; }
.ratio_container.sixteen-nine {
    width: 100%;
    padding-bottom: 56.25%; }
.ratio_container.nine-sixteen {
    width: 100%;
    padding-bottom: 177.77778%; }
.ratio_container.four-three {
    width: 100%;
    padding-bottom: 75%; }
.ratio_container.three-four {
    width: 100%;
    padding-bottom: 133.3333%; }
.ratio_container.one-one {
    width: 100%;
    padding-bottom: 100%; }
.ratio_container.wm-banner {
    width: 100%;
    padding-bottom: 23.4375%; }

.in_ratio_constraint {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: inherit;
    overflow: hidden;
    margin: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.in_ratio_constraint.center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.in_ratio_constraint.center-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.in_ratio_constraint.center-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.in_ratio_constraint.center-top {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
.in_ratio_constraint.center-bottom {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
.in_ratio_constraint.top-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
.in_ratio_constraint.top-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
.in_ratio_constraint.bottom-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
.in_ratio_constraint.bottom-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }

.in_ratio_constraint img, .in_ratio_constraint .ratio-media {
    display: block; }

.portrait img, .portrait .ratio-media {
    min-width: 100%;
    width: 100%;
    height: auto; }

.landscape img, .landscape .ratio-media {
    min-height: 100%;
    height: 100%;
    width: auto;
}

/*business-research page*/
.books-row img {
    max-width: 240px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;


}
.books-row h4 {
    padding-right: 15px;
    max-width: 240px;
}

/*programs page*/

.text-muted {
    color: #666;
}

/*a:visited {*/
/*    color: #8252c7;*/
/*}*/

/*a:hover, a:focus, a:active {*/
/*    color: #ba9fe0;*/
/*}*/


#content div div h2.text-center.margin-top {
    margin-top: 36px;
    margin-bottom: 0;
    padding: 15px;
    line-height: 1.35;
}


#programSearchForm hr {
    margin-top: 45px;
}

#programSearchForm #programSearch {
    height: 48px;
    display: block;
    width: 100%;
    border: 1px solid #f3f4f4;
    font-size: 16px !important;
    margin-bottom: 0px !important;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    padding-right: 72px;
    background: #f3f4f4;
}



#programSearchForm #programSearch::-webkit-input-placeholder {
    color: #505050;
}



#programSearchForm #programSearch:-ms-input-placeholder {
    color: #505050;
}



#programSearchForm #programSearch::-ms-input-placeholder {
    color: #505050;
}



#programSearchForm #programSearch::placeholder {
    color: #505050;
}

#programSearchForm .form-group.form-inline.text-center.ng-scope, #programSearchForm .button.inline-search--button, #programSearchForm .button.inline-clear--button {
    height: 48px;
    line-height: 1;
    width: auto;
    display: block;
}

#programSearchForm .form-group.form-inline.text-center.ng-scope .inline-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0px 15px;
    position: relative;
    max-width: 768px;
    margin: 0px auto;
}

#programSearchForm .button.inline-clear--button {
    white-space: nowrap;
    display: none;
}

#programSearchForm .button.inline-search--button, #programSearchForm .button.inline-clear--button {
    width:52px;
    text-align: center;
    color: #fff !important;
}


#programSearchStartOver {
    width: 30rem;
    margin: 64px auto;
    display: block;
    background: none;
    color: #211551;
    border: 2px solid #211551;
    height: 48px;
    line-height: 44px;
    padding: 0em 1em 0em 1em;
}


#programSearchStartOver:hover {
    color: #fff;
    background: #211551;
    border: 2px solid #211551;
}


#results {
    margin-bottom: 45px;
    font-family: "CeraPRO-Medium", "Lato", sans-serif;

}

#results span.text-muted {
    color: #000;
}

#programSearchForm .inline-list.ng-scope li button {
    border: 2px solid #f3f4f4;
    background: #f3f4f4;
    color: #211551;
    -webkit-transition: .15s all;
    -o-transition: .15s all;
    transition: .15s all;
}

#programSearchForm .inline-list.ng-scope li, #programSearchForm .inline-list.ng-scope li button {
    -webkit-transition: .15s all !important;
    -o-transition: .15s all !important;
    transition: .15s all !important;;
    margin-bottom: 8px;
}

#programSearchForm button:focus,
#programSearchForm button:active,
#programSearchForm .button:focus,
#programSearchForm .button:active,
#programSearchForm input:focus,
#programSearchForm input:active,
#programSearchForm .inline-list.ng-scope li button:focus,
#programSearchForm .inline-list.ng-scope li button:active  {
    -webkit-box-shadow: 0 0 0 .2rem rgba(130,82,199,.65);
    box-shadow: 0 0 0 .2rem rgba(130,82,199,.65);

}


#programSearchForm input:focus,
#programSearchForm input:active {
    color: black;
}
#programSearchForm input:focus ~ .button.inline-search--button,
#programSearchForm input:active ~ .button.inline-search--button,
#programSearchForm input:focus ~ .button.inline-clear--button,
#programSearchForm input:active ~ .button.inline-clear--button,
#programSearchForm .button.inline-search--button:hover,
#programSearchForm .button.inline-search--button:focus,
#programSearchForm .button.inline-search--button:active,
#programSearchForm .button.inline-clear--button:hover,
#programSearchForm .button.inline-clear--button:focus,
#programSearchForm .button.inline-clear--button:active {
    color: #fff;

}




#programSearchForm .inline-list.ng-scope li button:hover, #programSearchForm .inline-list.ng-scope li button:hover, #programSearchForm .inline-list.ng-scope li button:hover {
    border-color: #e7e7e8 !important;
    background: #e7e7e8 !important;

}



#programSearchForm .inline-list.ng-scope li button.active  {

    background: #211551 !important;
    color: #fff !important;
}

#programSearchForm .inline-list.ng-scope li button {
    padding: 10px 15px;
}

@media only screen and (max-width: 767px) {
    #programSearchForm .inline-list.ng-scope {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 15px;

    }


    #programSearchForm .inline-list.ng-scope li {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin: 0px;
        padding: 4px;
    }

    #programSearchForm .inline-list.ng-scope li button {
        width: 100%;
        margin-bottom: 0;

    }

}
@media only screen and (max-width: 479px) {
    #programSearchForm .inline-list.ng-scope li button {
        font-size: 14px !important;
        letter-spacing: 0.5px;
        padding: 10px 12px;
    }

    #programSearchForm .inline-list.ng-scope li {
        min-width: 45%;
    }

}

@media only screen and (max-width: 359px) {
    #programSearchForm .inline-list.ng-scope li button {
        font-size: 13px !important;
        letter-spacing: 0.25px;
        padding: 8px 12px;
    }

}

#programSearchForm p {

    margin: 32px auto 32px 0px !important;
}

#programSearchForm * {
    -webkit-transition: .15s all !important;
    -o-transition: .15s all !important;
    transition: .15s all !important;
}

.inline-search #programSearch {
    margin-bottom: 0px !important;
    position: relative;
}

.inline-search #programSearch ~ a.button {
    position: absolute;
    margin: 0;
    right: 15px;
    top: 0;
    bottom: 0;
    background: #211551;
}

#programSearchForm .fas {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 48px;
}

.form-group.form-inline.text-center.ng-scope {
    margin-bottom: 32px !important;
}


.programs_filter-avia {
    display: none;
}


#programSearchForm .button.inline-clear--button.active {
    display: block;
    right: 66px;
    background: none;
    color: #575d62 !important;
}
@media only screen and (max-width: 992px) {
    .large-margin-top {
        margin-top: 4rem;
    }

}
.programs_filter-avia {
    display: none !important;
}

.interest-dropdown-button {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: -35px;
}


#programSearchForm .interest-dropdown-button span.fas.fa-chevron-down{
    position: relative;
    width: auto;
    height: auto;
    min-height: unset;
    min-width: unset;
    line-height: unset;
    padding-left: 15px;
}

a.big {
    color: white;
}


ul.footer__list li.footer__list-item a {
    color: white;
}

.st0{fill:#645C86;stroke:#FFFFFF;stroke-width:0.5;stroke-linejoin:round;}
.st1{enable-background:new ;}
.st2{fill:#D5DDEC;}

/*^^index-css*/

h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small, .h1 small, .h1 .small, .h2 small, .h2 .small, .h3 small, .h3 .small, .h4 small, .h4 .small, .h5 small, .h5 .small, .h6 small, .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: black;
    font-family: "CeraPro-Bold", "Lato", sans-serif !important;
}

.bs4 h2, .bs4 h3 {
    letter-spacing: -.75px;
    line-height: 1.5;
}

#MainContent_C054_Col00 h2 {
    color: #211551;
}

.plate-purple h1, .plate-purple h2, .plate-purple h3, .plate-purple h4, .plate-purple h5, .plate-purple h6, .plate-purple p {
    color: white !important;
}

.text-regular {
    font-family: "CeraPro-Regular","Lato",sans-serif;
}


.background-image-container .ratio_container {
    height: 100%;
    padding-bottom: 0;
}

h1 small, h1 .small {
    font-weight: normal;
    line-height: 1;
    color: black;
    font-family: "CeraPro-Bold", "Lato", sans-serif !important;
}
h2 small, h2 .small {
    font-weight: normal;
    line-height: 1;
    color: black;
    font-family: "CeraPro-Bold", "Lato", sans-serif !important;
}
h3 small, h3 .small {
    font-weight: normal;
    line-height: 1;
    color: black;
    font-family: "CeraPro-Bold", "Lato", sans-serif !important;
}
h4 small, h4 .small {
    font-weight: normal;
    line-height: 1;
    color: black;
    font-family: "CeraPro-Bold", "Lato", sans-serif !important;
}
h5 small, h5 .small {
    font-weight: normal;
    line-height: 1;
    color: black;
    font-family: "CeraPro-Bold", "Lato", sans-serif !important;
}
h6 small, h6 .small {
    font-weight: normal;
    line-height: 1;
    color: black;
    font-family: "CeraPro-Bold", "Lato", sans-serif !important;
}
.h1 small, .h1 .small {
    font-weight: normal;
    line-height: 1;
    color: black;
    font-family: "CeraPro-Bold", "Lato", sans-serif !important;
}
.h2 small, .h2 .small {
    font-weight: normal;
    line-height: 1;
    color: black;
    font-family: "CeraPro-Bold", "Lato", sans-serif !important;
}
.h3 small, .h3 .small {
    font-weight: normal;
    line-height: 1;
    color: black;
    font-family: "CeraPro-Bold", "Lato", sans-serif !important;
}
.h4 small, .h4 .small {
    font-weight: normal;
    line-height: 1;
    color: black;
    font-family: "CeraPro-Bold", "Lato", sans-serif !important;
}
.h5 small, .h5 .small {
    font-weight: normal;
    line-height: 1;
    color: black;
    font-family: "CeraPro-Bold", "Lato", sans-serif !important;
}
.h6 small, .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: black;
    font-family: "CeraPro-Bold", "Lato", sans-serif !important;
}

@media only screen and (min-width: 992px) {
    .feature__card--left-at-medium {
        left: 3%;
    }
}


/*calendar css*/
@charset "UTF-8";

@media (max-width: 1000px) {

    #wrap {
        width: auto !important;
        margin: 0 auto;
    }

    #calendar {
        width: auto !important;
    }
}

.fc {
    direction: ltr;
    text-align: left;
}

.fc-rtl {
    text-align: right;
}

body .fc {
    /* extra precedence to overcome jqui */
    font-size: 1em;
}

/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-highlight {
    /* when user is selecting cells */
    background: #bce8f1;
    opacity: 0.3;
}

.fc-bgevent {
    /* default look for background events */
    background: #8fdf82;
    opacity: 0.3;
}

.fc-nonbusiness {
    /* default look for non-business-hours areas */
    /* will inherit .fc-bgevent's styles */
    background: #d7d7d7;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover {
    position: absolute;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.fc-popover .fc-header {
    /* TODO: be more consistent with fc-head/fc-body */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 2px 4px;
}

.fc-rtl .fc-popover .fc-header {
    flex-direction: row-reverse;
}

.fc-popover .fc-header .fc-title {
    margin: 0 2px;
}

.fc-popover .fc-header .fc-close {
    cursor: pointer;
    opacity: 0.65;
    font-size: 1.1em;
}

/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
.fc-divider {
    border-style: solid;
    border-width: 1px;
}

hr.fc-divider {
    height: 0;
    margin: 0;
    padding: 0 0 2px;
    /* height is unreliable across browsers, so use padding */
    border-width: 1px 0;
}

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-mirror-skeleton {
    /* these element should always cling to top-left/right corners */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.fc-bg {
    bottom: 0;
    /* strech bg to bottom edge */
}

.fc-bg table {
    height: 100%;
    /* strech bg to bottom edge */
}

/* Tables
--------------------------------------------------------------------------------------------------*/
.fc table {
    width: 100%;
    box-sizing: border-box;
    /* fix scrollbar issue in firefox */
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1em;
    /* normalize cross-browser */
}

.fc th {
    text-align: center;
}

.fc th,
.fc td {
    border-style: solid;
    border-width: 1px;
    padding: 0;
    vertical-align: top;
}

.fc td.fc-today {
    border-style: double;
    /* overcome neighboring borders */
}

/* Internal Nav Links
--------------------------------------------------------------------------------------------------*/
a[data-goto] {
    cursor: pointer;
}

a[data-goto]:hover {
    text-decoration: underline;
}

/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
.fc .fc-row {
    /* extra precedence to overcome themes forcing a 1px border */
    /* no visible border by default. but make available if need be (scrollbar width compensation) */
    border-style: solid;
    border-width: 0;
}

.fc-row table {
    /* don't put left/right border on anything within a fake row.
       the outer tbody will worry about this */
    border-left: 0 hidden transparent;
    border-right: 0 hidden transparent;
    /* no bottom borders on rows */
    border-bottom: 0 hidden transparent;
}

.fc-row:first-child table {
    border-top: 0 hidden transparent;
    /* no top border on first row */
}

/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
.fc-row {
    position: relative;
}

.fc-row .fc-bg {
    z-index: 1;
}

/* highlighting cells & background event skeleton */
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
    bottom: 0;
    /* stretch skeleton to bottom of row */
}

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
    height: 100%;
    /* stretch skeleton to bottom of row */
}

.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
    border-color: transparent;
}

.fc-row .fc-bgevent-skeleton {
    z-index: 2;
}

.fc-row .fc-highlight-skeleton {
    z-index: 3;
}

/*
row content (which contains day/week numbers and events) as well as "mirror" (which contains
temporary rendered events).
*/
.fc-row .fc-content-skeleton {
    position: relative;
    z-index: 4;
    padding-bottom: 2px;
    /* matches the space above the events */
}

.fc-row .fc-mirror-skeleton {
    z-index: 5;
}

.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-mirror-skeleton td {
    /* see-through to the background below */
    /* extra precedence to prevent theme-provided backgrounds */
    background: none;
    /* in case <td>s are globally styled */
    border-color: transparent;
}

.fc-row .fc-content-skeleton td,
.fc-row .fc-mirror-skeleton td {
    /* don't put a border between events and/or the day number */
    border-bottom: 0;
}

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-mirror-skeleton tbody td {
    /* don't put a border between event cells */
    border-top: 0;
}

/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
.fc-scroller {
    -webkit-overflow-scrolling: touch;
}

/* TODO: move to timegrid/daygrid */
.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
    position: relative;
    /* re-scope all positions */
    width: 100%;
    /* hack to force re-sizing this inner element when scrollbars appear/disappear */
}

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.fc-event {
    position: relative;
    /* for resize handle and other inner positioning */
    display: block;
    /* make the <a> tag block */
    font-size: 0.85em;
    line-height: 1.4;
    border-radius: 3px;
    border: 1px solid #3788d8;
}

.fc-event,
.fc-event-dot {
    background-color: #3788d8;
    /* default BACKGROUND color */
}

.fc-event,
.fc-event:hover {
    color: #fff !important;
    /* default TEXT color */
    text-decoration: none;
    /* if <a> has an href */
}

.fc-event[href],
.fc-event.fc-draggable {
    cursor: pointer;
    /* give events with links and draggable events a hand mouse pointer */
}

.fc-not-allowed,
.fc-not-allowed .fc-event {
    /* to override an event's custom cursor */
    cursor: not-allowed;
}

.fc-event .fc-content {
    position: relative;
    z-index: 2;
}

/* resizer (cursor AND touch devices) */
.fc-event .fc-resizer {
    position: absolute;
    z-index: 4;
}

/* resizer (touch devices) */
.fc-event .fc-resizer {
    display: none;
}

.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
    /* only show when hovering or selected (with touch) */
    display: block;
}

/* hit area */
.fc-event.fc-selected .fc-resizer:before {
    /* 40x40 touch area */
    content: "";
    position: absolute;
    z-index: 9999;
    /* user of this util can scope within a lower z-index */
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px;
}

/* Event Selection (only for touch devices)
--------------------------------------------------------------------------------------------------*/
.fc-event.fc-selected {
    z-index: 9999 !important;
    /* overcomes inline z-index */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.fc-event.fc-selected:after {
    content: "";
    position: absolute;
    z-index: 1;
    /* same z-index as fc-bg, behind text */
    /* overcome the borders */
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    /* darkening effect */
    background: #000;
    opacity: 0.25;
}

/* Event Dragging
--------------------------------------------------------------------------------------------------*/
.fc-event.fc-dragging.fc-selected {
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}

.fc-event.fc-dragging:not(.fc-selected) {
    opacity: 0.75;
}

/* Horizontal Events
--------------------------------------------------------------------------------------------------*/
/* bigger touch area when selected */
.fc-h-event.fc-selected:before {
    content: "";
    position: absolute;
    z-index: 3;
    /* below resizers */
    top: -10px;
    bottom: -10px;
    left: 0;
    right: 0;
}

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
    margin-left: 0;
    border-left-width: 0;
    padding-left: 1px;
    /* replace the border with padding */
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
    margin-right: 0;
    border-right-width: 0;
    padding-right: 1px;
    /* replace the border with padding */
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

/* resizer (cursor AND touch devices) */
/* left resizer  */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
    cursor: w-resize;
    left: -1px;
    /* overcome border */
}

/* right resizer */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
    cursor: e-resize;
    right: -1px;
    /* overcome border */
}

/* resizer (mouse devices) */
.fc-h-event.fc-allow-mouse-resize .fc-resizer {
    width: 7px;
    top: -1px;
    /* overcome top border */
    bottom: -1px;
    /* overcome bottom border */
}

/* resizer (touch devices) */
.fc-h-event.fc-selected .fc-resizer {
    /* 8x8 little dot */
    border-radius: 4px;
    border-width: 1px;
    width: 6px;
    height: 6px;
    border-style: solid;
    border-color: inherit;
    background: #fff;
    /* vertically center */
    top: 50%;
    margin-top: -4px;
}

/* left resizer  */
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
    margin-left: -4px;
    /* centers the 8x8 dot on the left edge */
}

/* right resizer */
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
    margin-right: -4px;
    /* centers the 8x8 dot on the right edge */
}

/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-day-grid-event {
    margin: 1px 2px 0;
    /* spacing between events and edges */
    padding: 0 1px;
}

tr:first-child > td > .fc-day-grid-event {
    margin-top: 2px;
    /* a little bit more space before the first event */
}

.fc-mirror-skeleton tr:first-child > td > .fc-day-grid-event {
    margin-top: 0;
    /* except for mirror skeleton */
}

.fc-day-grid-event .fc-content {
    /* force events to be one-line tall */
    white-space: nowrap;
    overflow: hidden;
}

.fc-day-grid-event .fc-time {
    font-weight: bold;
}

/* resizer (cursor devices) */
/* left resizer  */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
    margin-left: -2px;
    /* to the day cell's edge */
}

/* right resizer */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
    margin-right: -2px;
    /* to the day cell's edge */
}

/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
a.fc-more {
    margin: 1px 3px;
    font-size: 0.85em;
    cursor: pointer;
    text-decoration: none;
}

a.fc-more:hover {
    text-decoration: underline;
}

.fc-limited {
    /* rows and cells that are hidden because of a "more" link */
    display: none;
}

/* popover that appears when "more" link is clicked */
.fc-day-grid .fc-row {
    z-index: 1;
    /* make the "more" popover one higher than this */
}

.fc-more-popover {
    z-index: 2;
    width: 220px;
}

.fc-more-popover .fc-event-container {
    padding: 10px;
}

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-now-indicator {
    position: absolute;
    border: 0 solid red;
}

/* Utilities
--------------------------------------------------------------------------------------------------*/
.fc-unselectable {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*
TODO: more distinction between this file and common.css
*/
/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-list-heading td {
    border-color: #ddd;
}

.fc-unthemed .fc-popover {
    background-color: #fff;
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header,
.fc-unthemed .fc-list-heading td {
    background: #eee;
}

.fc-unthemed td.fc-today {
    background: #fcf8e3;
}

.fc-unthemed .fc-disabled-day {
    background: #d7d7d7;
    opacity: 0.3;
}

/* Icons
--------------------------------------------------------------------------------------------------
from https://feathericons.com/ and built with IcoMoon
*/
@font-face {
    font-family: "fcicons";
    src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBfAAAAC8AAAAYGNtYXAXVtKNAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZgYydxIAAAF4AAAFNGhlYWQUJ7cIAAAGrAAAADZoaGVhB20DzAAABuQAAAAkaG10eCIABhQAAAcIAAAALGxvY2ED4AU6AAAHNAAAABhtYXhwAA8AjAAAB0wAAAAgbmFtZXsr690AAAdsAAABhnBvc3QAAwAAAAAI9AAAACAAAwPAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpBgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6Qb//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAWIAjQKeAskAEwAAJSc3NjQnJiIHAQYUFwEWMjc2NCcCnuLiDQ0MJAz/AA0NAQAMJAwNDcni4gwjDQwM/wANIwz/AA0NDCMNAAAAAQFiAI0CngLJABMAACUBNjQnASYiBwYUHwEHBhQXFjI3AZ4BAA0N/wAMJAwNDeLiDQ0MJAyNAQAMIw0BAAwMDSMM4uINIwwNDQAAAAIA4gC3Ax4CngATACcAACUnNzY0JyYiDwEGFB8BFjI3NjQnISc3NjQnJiIPAQYUHwEWMjc2NCcB87e3DQ0MIw3VDQ3VDSMMDQ0BK7e3DQ0MJAzVDQ3VDCQMDQ3zuLcMJAwNDdUNIwzWDAwNIwy4twwkDA0N1Q0jDNYMDA0jDAAAAgDiALcDHgKeABMAJwAAJTc2NC8BJiIHBhQfAQcGFBcWMjchNzY0LwEmIgcGFB8BBwYUFxYyNwJJ1Q0N1Q0jDA0Nt7cNDQwjDf7V1Q0N1QwkDA0Nt7cNDQwkDLfWDCMN1Q0NDCQMt7gMIw0MDNYMIw3VDQ0MJAy3uAwjDQwMAAADAFUAAAOrA1UAMwBoAHcAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMhMjY1NCYjISIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAAVYRGRkR/qoRGRkRA1UFBAUOCQkVDAsZDf2rDRkLDBUJCA4FBQUFBQUOCQgVDAsZDQJVDRkLDBUJCQ4FBAVVAgECBQMCBwQECAX9qwQJAwQHAwMFAQICAgIBBQMDBwQDCQQCVQUIBAQHAgMFAgEC/oAZEhEZGRESGQAAAAADAFUAAAOrA1UAMwBoAIkAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMzFRQWMzI2PQEzMjY1NCYrATU0JiMiBh0BIyIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAgBkSEhmAERkZEYAZEhIZgBEZGREDVQUEBQ4JCRUMCxkN/asNGQsMFQkIDgUFBQUFBQ4JCBUMCxkNAlUNGQsMFQkJDgUEBVUCAQIFAwIHBAQIBf2rBAkDBAcDAwUBAgICAgEFAwMHBAMJBAJVBQgEBAcCAwUCAQL+gIASGRkSgBkSERmAEhkZEoAZERIZAAABAOIAjQMeAskAIAAAExcHBhQXFjI/ARcWMjc2NC8BNzY0JyYiDwEnJiIHBhQX4uLiDQ0MJAzi4gwkDA0N4uINDQwkDOLiDCQMDQ0CjeLiDSMMDQ3h4Q0NDCMN4uIMIw0MDOLiDAwNIwwAAAABAAAAAQAAa5n0y18PPPUACwQAAAAAANivOVsAAAAA2K85WwAAAAADqwNVAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAOrAAEAAAAAAAAAAAAAAAAAAAALBAAAAAAAAAAAAAAAAgAAAAQAAWIEAAFiBAAA4gQAAOIEAABVBAAAVQQAAOIAAAAAAAoAFAAeAEQAagCqAOoBngJkApoAAQAAAAsAigADAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAcAAAABAAAAAAACAAcAYAABAAAAAAADAAcANgABAAAAAAAEAAcAdQABAAAAAAAFAAsAFQABAAAAAAAGAAcASwABAAAAAAAKABoAigADAAEECQABAA4ABwADAAEECQACAA4AZwADAAEECQADAA4APQADAAEECQAEAA4AfAADAAEECQAFABYAIAADAAEECQAGAA4AUgADAAEECQAKADQApGZjaWNvbnMAZgBjAGkAYwBvAG4Ac1ZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGZjaWNvbnMAZgBjAGkAYwBvAG4Ac2ZjaWNvbnMAZgBjAGkAYwBvAG4Ac1JlZ3VsYXIAUgBlAGcAdQBsAGEAcmZjaWNvbnMAZgBjAGkAYwBvAG4Ac0ZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=") format("truetype");
    font-weight: normal;
    font-style: normal;
}
.fc-icon {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "fcicons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fc-icon-chevron-left:before {
    content: "";
}

.fc-icon-chevron-right:before {
    content: "";
}

.fc-icon-chevrons-left:before {
    content: "";
}

.fc-icon-chevrons-right:before {
    content: "";
}

.fc-icon-minus-square:before {
    content: "";
}

.fc-icon-plus-square:before {
    content: "";
}

.fc-icon-x:before {
    content: "";
}

.fc-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    text-align: center;
}

/* Buttons
--------------------------------------------------------------------------------------------------
Lots taken from Flatly (MIT): https://bootswatch.com/4/flatly/bootstrap.css
*/
/* reset */
.fc-button {
    border-radius: 0;
    overflow: visible;
    text-transform: none;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

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

.fc-button {
    -webkit-appearance: button;
}

.fc-button:not(:disabled) {
    cursor: pointer;
}

.fc-button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

/* theme */
.fc-button {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.4em 0.65em;
    font-size: 1em;
    line-height: 1.5;
    border-radius: 0.25em;
}

.fc-button:hover {
    color: #212529;
    text-decoration: none;
}

.fc-button:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(44, 62, 80, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(44, 62, 80, 0.25);
}

.fc-button:disabled {
    opacity: 0.65;
}

/* "primary" coloring */
.fc-button-primary {
    color: #fff;
    background-color: #2C3E50;
    border-color: #2C3E50;
}

.fc-button-primary:hover {
    color: #fff;
    background-color: #1e2b37;
    border-color: #1a252f;
}

.fc-button-primary:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
}

.fc-button-primary:disabled {
    color: #fff;
    background-color: #2C3E50;
    border-color: #2C3E50;
}

.fc-button-primary:not(:disabled):active,
.fc-button-primary:not(:disabled).fc-button-active {
    color: #fff;
    background-color: #1a252f;
    border-color: #151e27;
}

.fc-button-primary:not(:disabled):active:focus,
.fc-button-primary:not(:disabled).fc-button-active:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
}

/* icons within buttons */
.fc-button .fc-icon {
    vertical-align: middle;
    font-size: 1.5em;
}

/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
.fc-button-group {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}

.fc-button-group > .fc-button {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.fc-button-group > .fc-button:hover {
    z-index: 1;
}

.fc-button-group > .fc-button:focus,
.fc-button-group > .fc-button:active,
.fc-button-group > .fc-button.fc-button-active {
    z-index: 1;
}

.fc-button-group > .fc-button:not(:first-child) {
    margin-left: -1px;
}

.fc-button-group > .fc-button:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

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

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-popover {
    border-width: 1px;
    border-style: solid;
}

/* List View
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-list-item:hover td {
    background-color: #f5f5f5;
}

/* Toolbar
--------------------------------------------------------------------------------------------------*/
.fc-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fc-toolbar.fc-header-toolbar {
    margin-bottom: 1.5em;
}

.fc-toolbar.fc-footer-toolbar {
    margin-top: 1.5em;
}

/* inner content */
.fc-toolbar > * > :not(:first-child) {
    margin-left: 0.75em;
}

.fc-toolbar h2 {
    font-size: 1.75em;
    margin: 0;
}

/* View Structure
--------------------------------------------------------------------------------------------------*/
.fc-view-container {
    position: relative;
}

/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.fc-view,
.fc-view > table {
    /* so dragged elements can be above the view's main element */
    position: relative;
    z-index: 1;
}

@media print {
    .fc {
        max-width: 100% !important;
    }

    /* Global Event Restyling
    --------------------------------------------------------------------------------------------------*/
    .fc-event {
        background: #fff !important;
        color: #000 !important;
        page-break-inside: avoid;
    }

    .fc-event .fc-resizer {
        display: none;
    }

    /* Table & Day-Row Restyling
    --------------------------------------------------------------------------------------------------*/
    .fc th,
    .fc td,
    .fc hr,
    .fc thead,
    .fc tbody,
    .fc-row {
        border-color: #ccc !important;
        background: #fff !important;
    }

    /* kill the overlaid, absolutely-positioned components */
    /* common... */
    .fc-bg,
    .fc-bgevent-skeleton,
    .fc-highlight-skeleton,
    .fc-mirror-skeleton,
    .fc-bgevent-container,
    .fc-business-container,
    .fc-highlight-container,
    .fc-mirror-container {
        display: none;
    }

    /* don't force a min-height on rows (for DayGrid) */
    .fc tbody .fc-row {
        height: auto !important;
        /* undo height that JS set in distributeHeight */
        min-height: 0 !important;
        /* undo the min-height from each view's specific stylesheet */
    }

    .fc tbody .fc-row .fc-content-skeleton {
        position: static;
        /* undo .fc-rigid */
        padding-bottom: 0 !important;
        /* use a more border-friendly method for this... */
    }

    .fc tbody .fc-row .fc-content-skeleton tbody tr:last-child td {
        /* only works in newer browsers */
        padding-bottom: 1em;
        /* ...gives space within the skeleton. also ensures min height in a way */
    }

    .fc tbody .fc-row .fc-content-skeleton table {
        /* provides a min-height for the row, but only effective for IE, which exaggerates this value,
           making it look more like 3em. for other browers, it will already be this tall */
        height: 1em;
    }

    /* Undo month-view event limiting. Display all events and hide the "more" links
    --------------------------------------------------------------------------------------------------*/
    .fc-more-cell,
    .fc-more {
        display: none !important;
    }

    .fc tr.fc-limited {
        display: table-row !important;
    }

    .fc td.fc-limited {
        display: table-cell !important;
    }

    .fc-popover {
        display: none;
        /* never display the "more.." popover in print mode */
    }

    /* TimeGrid Restyling
    --------------------------------------------------------------------------------------------------*/
    /* undo the min-height 100% trick used to fill the container's height */
    .fc-time-grid {
        min-height: 0 !important;
    }

    /* don't display the side axis at all ("all-day" and time cells) */
    .fc-timeGrid-view .fc-axis {
        display: none;
    }

    /* don't display the horizontal lines */
    .fc-slats,
    .fc-time-grid hr {
        /* this hr is used when height is underused and needs to be filled */
        display: none !important;
        /* important overrides inline declaration */
    }

    /* let the container that holds the events be naturally positioned and create real height */
    .fc-time-grid .fc-content-skeleton {
        position: static;
    }

    /* in case there are no events, we still want some height */
    .fc-time-grid .fc-content-skeleton table {
        height: 4em;
    }

    /* kill the horizontal spacing made by the event container. event margins will be done below */
    .fc-time-grid .fc-event-container {
        margin: 0 !important;
    }

    /* TimeGrid *Event* Restyling
    --------------------------------------------------------------------------------------------------*/
    /* naturally position events, vertically stacking them */
    .fc-time-grid .fc-event {
        position: static !important;
        margin: 3px 2px !important;
    }

    /* for events that continue to a future day, give the bottom border back */
    .fc-time-grid .fc-event.fc-not-end {
        border-bottom-width: 1px !important;
    }

    /* indicate the event continues via "..." text */
    .fc-time-grid .fc-event.fc-not-end:after {
        content: "...";
    }

    /* for events that are continuations from previous days, give the top border back */
    .fc-time-grid .fc-event.fc-not-start {
        border-top-width: 1px !important;
    }

    /* indicate the event is a continuation via "..." text */
    .fc-time-grid .fc-event.fc-not-start:before {
        content: "...";
    }

    /* time */
    /* undo a previous declaration and let the time text span to a second line */
    .fc-time-grid .fc-event .fc-time {
        white-space: normal !important;
    }

    /* hide the the time that is normally displayed... */
    .fc-time-grid .fc-event .fc-time span {
        display: none;
    }

    /* ...replace it with a more verbose version (includes AM/PM) stored in an html attribute */
    .fc-time-grid .fc-event .fc-time:after {
        content: attr(data-full);
    }

    /* Vertical Scroller & Containers
    --------------------------------------------------------------------------------------------------*/
    /* kill the scrollbars and allow natural height */
    .fc-scroller,
    .fc-day-grid-container,
    .fc-time-grid-container {
        /* */
        overflow: visible !important;
        height: auto !important;
    }

    /* kill the horizontal border/padding used to compensate for scrollbars */
    .fc-row {
        border: 0 !important;
        margin: 0 !important;
    }

    /* Button Controls
    --------------------------------------------------------------------------------------------------*/
    .fc-button-group,
    .fc button {
        display: none;
        /* don't display any button-related controls */
    }
}


#wrap {
    width: 1100px;
    margin:0 11px;
}

#calendar {
    float: right;
    width: 900px;
}

/*Day grid*/

/* DayGridView
--------------------------------------------------------------------------------------------------*/
/* day row structure */
.fc-dayGridWeek-view .fc-content-skeleton,
.fc-dayGridDay-view .fc-content-skeleton {
    /* there may be week numbers in these views, so no padding-top */
    padding-bottom: 1em;
    /* ensure a space at bottom of cell for user selecting/clicking */
}

.fc-dayGrid-view .fc-body .fc-row {
    min-height: 4em;
    /* ensure that all rows are at least this tall */
}

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
.fc-row.fc-rigid {
    overflow: hidden;
}

.fc-row.fc-rigid .fc-content-skeleton {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

/* week and day number styling */
.fc-day-top.fc-other-month {
    opacity: 0.3;
}

.fc-dayGrid-view .fc-week-number,
.fc-dayGrid-view .fc-day-number {
    padding: 2px;
}

.fc-dayGrid-view th.fc-week-number,
.fc-dayGrid-view th.fc-day-number {
    padding: 0 2px;
    /* column headers can't have as much v space */
}

.fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number {
    float: right;
}

.fc-rtl .fc-dayGrid-view .fc-day-top .fc-day-number {
    float: left;
}

.fc-ltr .fc-dayGrid-view .fc-day-top .fc-week-number {
    float: left;
    border-radius: 0 0 3px 0;
}

.fc-rtl .fc-dayGrid-view .fc-day-top .fc-week-number {
    float: right;
    border-radius: 0 0 0 3px;
}

.fc-dayGrid-view .fc-day-top .fc-week-number {
    min-width: 1.5em;
    text-align: center;
    background-color: #f2f2f2;
    color: #808080;
}

/* when week/day number have own column */
.fc-dayGrid-view td.fc-week-number {
    text-align: center;
}

.fc-dayGrid-view td.fc-week-number > * {
    /* work around the way we do column resizing and ensure a minimum width */
    display: inline-block;
    min-width: 1.25em;
}

/*Day grid*/


/*List grid*/
/* List View
--------------------------------------------------------------------------------------------------*/
/* possibly reusable */
.fc-event-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
}

/* view wrapper */
.fc-rtl .fc-list-view {
    direction: rtl;
    /* unlike core views, leverage browser RTL */
}

.fc-list-view {
    border-width: 1px;
    border-style: solid;
}

/* table resets */
.fc .fc-list-table {
    table-layout: auto;
    /* for shrinkwrapping cell content */
}

.fc-list-table td {
    border-width: 1px 0 0;
    padding: 8px 14px;
}

.fc-list-table tr:first-child td {
    border-top-width: 0;
}

/* day headings with the list */
.fc-list-heading {
    border-bottom-width: 1px;
}

.fc-list-heading td {
    font-weight: bold;
}

.fc-ltr .fc-list-heading-main {
    float: left;
}

.fc-ltr .fc-list-heading-alt {
    float: right;
}

.fc-rtl .fc-list-heading-main {
    float: right;
}

.fc-rtl .fc-list-heading-alt {
    float: left;
}

/* event list items */
.fc-list-item.fc-has-url {
    cursor: pointer;
    /* whole row will be clickable */
}

.fc-list-item-marker,
.fc-list-item-time {
    white-space: nowrap;
    width: 1px;
}

/* make the dot closer to the event title */
.fc-ltr .fc-list-item-marker {
    padding-right: 0;
}

.fc-rtl .fc-list-item-marker {
    padding-left: 0;
}

.fc-list-item-title a {
    /* every event title cell has an <a> tag */
    text-decoration: none;
    color: inherit;
}

.fc-list-item-title a[href]:hover {
    /* hover effect only on titles with hrefs */
    text-decoration: underline;
}

/* message when no events */
.fc-list-empty-wrap2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.fc-list-empty-wrap1 {
    width: 100%;
    height: 100%;
    display: table;
}

.fc-list-empty {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.fc-unthemed .fc-list-empty {
    /* theme will provide own background */
    background-color: #eee;
}

/*List grid*/


/*Time grid*/
@charset "UTF-8";
/* TimeGridView all-day area
--------------------------------------------------------------------------------------------------*/
.fc-timeGrid-view .fc-day-grid {
    position: relative;
    z-index: 2;
    /* so the "more.." popover will be over the time grid */
}

.fc-timeGrid-view .fc-day-grid .fc-row {
    min-height: 3em;
    /* all-day section will never get shorter than this */
}

.fc-timeGrid-view .fc-day-grid .fc-row .fc-content-skeleton {
    padding-bottom: 1em;
    /* give space underneath events for clicking/selecting days */
}

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.fc .fc-axis {
    /* .fc to overcome default cell styles */
    vertical-align: middle;
    padding: 0 4px;
    white-space: nowrap;
}

.fc-ltr .fc-axis {
    text-align: right;
}

.fc-rtl .fc-axis {
    text-align: left;
}

/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
.fc-time-grid-container,
.fc-time-grid {
    /* so slats/bg/content/etc positions get scoped within here */
    position: relative;
    z-index: 1;
}

.fc-time-grid {
    min-height: 100%;
    /* so if height setting is 'auto', .fc-bg stretches to fill height */
}

.fc-time-grid table {
    /* don't put outer borders on slats/bg/content/etc */
    border: 0 hidden transparent;
}

.fc-time-grid > .fc-bg {
    z-index: 1;
}

.fc-time-grid .fc-slats,
.fc-time-grid > hr {
    /* the <hr> TimeGridView injects when grid is shorter than scroller */
    position: relative;
    z-index: 2;
}

.fc-time-grid .fc-content-col {
    position: relative;
    /* because now-indicator lives directly inside */
}

.fc-time-grid .fc-content-skeleton {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
}

/* divs within a cell within the fc-content-skeleton */
.fc-time-grid .fc-business-container {
    position: relative;
    z-index: 1;
}

.fc-time-grid .fc-bgevent-container {
    position: relative;
    z-index: 2;
}

.fc-time-grid .fc-highlight-container {
    position: relative;
    z-index: 3;
}

.fc-time-grid .fc-event-container {
    position: relative;
    z-index: 4;
}

.fc-time-grid .fc-now-indicator-line {
    z-index: 5;
}

.fc-time-grid .fc-mirror-container {
    /* also is fc-event-container */
    position: relative;
    z-index: 6;
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats td {
    height: 1.5em;
    border-bottom: 0;
    /* each cell is responsible for its top border */
}

.fc-time-grid .fc-slats .fc-minor td {
    border-top-style: dotted;
}

/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-highlight-container {
    /* a div within a cell within the fc-highlight-skeleton */
    position: relative;
    /* scopes the left/right of the fc-highlight to be in the column */
}

.fc-time-grid .fc-highlight {
    position: absolute;
    left: 0;
    right: 0;
    /* top and bottom will be in by JS */
}

/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
.fc-ltr .fc-time-grid .fc-event-container {
    /* space on the sides of events for LTR (default) */
    margin: 0 2.5% 0 2px;
}

.fc-rtl .fc-time-grid .fc-event-container {
    /* space on the sides of events for RTL */
    margin: 0 2px 0 2.5%;
}

.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
    position: absolute;
    z-index: 1;
    /* scope inner z-index's */
}

.fc-time-grid .fc-bgevent {
    /* background events always span full width */
    left: 0;
    right: 0;
}

/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-time-grid-event {
    margin-bottom: 1px;
}

.fc-time-grid-event-inset {
    -webkit-box-shadow: 0px 0px 0px 1px #fff;
    box-shadow: 0px 0px 0px 1px #fff;
}

.fc-time-grid-event.fc-not-start {
    /* events that are continuing from another day */
    /* replace space made by the top border with padding */
    border-top-width: 0;
    padding-top: 1px;
    /* remove top rounded corners */
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.fc-time-grid-event.fc-not-end {
    /* replace space made by the top border with padding */
    border-bottom-width: 0;
    padding-bottom: 1px;
    /* remove bottom rounded corners */
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.fc-time-grid-event .fc-content {
    overflow: hidden;
    max-height: 100%;
}

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
    padding: 0 1px;
}

.fc-time-grid-event .fc-time {
    font-size: 0.85em;
    white-space: nowrap;
}

/* short mode, where time and title are on the same line */
.fc-time-grid-event.fc-short .fc-content {
    /* don't wrap to second line (now that contents will be inline) */
    white-space: nowrap;
}

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
    /* put the time and title on the same line */
    display: inline-block;
    vertical-align: top;
}

.fc-time-grid-event.fc-short .fc-time span {
    display: none;
    /* don't display the full time text... */
}

.fc-time-grid-event.fc-short .fc-time:before {
    content: attr(data-start);
    /* ...instead, display only the start time */
}

.fc-time-grid-event.fc-short .fc-time:after {
    content: " - ";
    /* seperate with a dash, wrapped in nbsp's */
}

.fc-time-grid-event.fc-short .fc-title {
    font-size: 0.85em;
    /* make the title text the same size as the time */
    padding: 0;
    /* undo padding from above */
}

/* resizer (cursor device) */
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
    left: 0;
    right: 0;
    bottom: 0;
    height: 8px;
    overflow: hidden;
    line-height: 8px;
    font-size: 11px;
    font-family: monospace;
    text-align: center;
    cursor: s-resize;
}

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
    content: "=";
}

/* resizer (touch device) */
.fc-time-grid-event.fc-selected .fc-resizer {
    /* 10x10 dot */
    border-radius: 5px;
    border-width: 1px;
    width: 8px;
    height: 8px;
    border-style: solid;
    border-color: inherit;
    background: #fff;
    /* horizontally center */
    left: 50%;
    margin-left: -5px;
    /* center on the bottom edge */
    bottom: -5px;
}

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-now-indicator-line {
    border-top-width: 1px;
    left: 0;
    right: 0;
}

/* arrow on axis */
.fc-time-grid .fc-now-indicator-arrow {
    margin-top: -5px;
    /* vertically center on top coordinate */
}

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
    left: 0;
    /* triangle pointing right... */
    border-width: 5px 0 5px 6px;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
    right: 0;
    /* triangle pointing left... */
    border-width: 5px 6px 5px 0;
    border-top-color: transparent;
    border-bottom-color: transparent;
}
/*Time grid*/

/*calendar css*/


/*first year counselor*/

body.wSvg-MapOpen {
    position: fixed !important;
    overflow: hidden !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: none !important;
    height: 100% !important;
    width: 100% !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    -ms-touch-action: none !important;
    touch-action: none !important;
    pointer-events: none !important;
}

body.wSvg-MapOpen * {

    overflow: hidden !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: none !important;
    -ms-touch-action: none !important;
    touch-action: none !important;
    pointer-events: none !important;
}

body.wSvg-MapOpen #counselor-map-svg-container,
body.wSvg-MapOpen #counselor-map-svg-container * {
    pointer-events: all !important;
    -ms-touch-action: all !important;
    touch-action: all !important;
}

.svg-map-col {
    padding: 0 15px !important;
}

#state-names {
}
#state-names path {
    fill: #FFF;
    pointer-events: none;
}

.state-group, .state-group * {
    cursor: pointer;
    -webkit-transition: .2s linear all !important;
    -o-transition: .2s linear all !important;
    transition: .2s linear all !important;
}

.state-group * {
    fill: #211551 !important;
}


.state-group:hover * {
    fill: #8252C7 !important;
}

#counselor-map-svg-container {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: white;
}

.svg_map-wrapper {
    max-width: 992px;
    margin: 0 auto;
    -webkit-overflow-scrolling: unset;
    padding: 0 0 0 0;
    height: 100%;


    display: -webkit-box;


    display: -ms-flexbox;


    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

svg_map-wrapper::-webkit-scrollbar {
    display: none !important;

}

.svg_map-wrapper svg {
    margin: 96px auto 96px 0;
    height: calc(100% - 192px) !important;
}

.map-controls {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    height: 56px;
    width: 100%;
    background: white;
    z-index: 1000;
    max-width: 992px;
    margin: 0 auto;
}





.map-close {
    height: 100%;
    width: 100%;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    padding: 0;
    text-decoration: none !important;


}

.map-close .fas.fa-times {
    font-size: 20px !important;
}

.map-controls *, .map-controls {
    color: #211551;
    -webkit-transition: .2s all linear !important;
    -o-transition: .2s all linear !important;
    transition: .2s all linear !important
}



.map-controls a.map-close:hover,
.map-controls a.map-close:focus,
.map-controls a.map-close:active,
.map-controls a.map-close:hover *,
.map-controls a.map-close:focus *,
.map-controls a.map-close:active * {
    color: #8252C7;
}

.map-controls a.map-close:hover,
.map-controls a.map-close:focus,
.map-controls a.map-close:active {
    background: #F4F3F6;
}

.map-controls .map-control-title {
    font-family: "CeraPro-Bold";
    color: #211551;
    font-size: 14px !important;
    line-height: 14px;
    padding: 10px 12px;
    width: 100%;

}
.map-controls .map-control-title p {
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.bs4 .map-controls .map-control-title p {
    font-size: 16px;
}
.map-controls .map-control {
    width: 56px;
    height: 56px;
    min-width: 56px;
    min-height: 56px;
    max-width: 56px;
    max-height: 56px;
}

@media only screen and (min-width:768px) {
    .bs4 .map-controls .map-control-title p {
        font-size: 18px !important;
        line-height: 16px;
        padding: 8px 16px;
    }

    .map-controls {
        top: 12px;
    }

    .map-close {
        border-radius: 100%;
    }

    .svg_map-wrapper svg {
        margin: 96px auto;
        width: 100%;
        height: auto;
    }

}

@media only screen and (max-width: 768px) {

    #search {
        margin-bottom: 0;
    }

    .map-button {
        width: 100%;
    }



    .svg_map-wrapper,
    body.wSvg-MapOpen #counselor-map-svg-container .svg_map-wrapper {
        margin-left: -15px;
        margin-right: -15px;
        overflow-x: visible !important;;
        overflow-x: scroll !important;;
        -webkit-overflow-scrolling: touch !important;
        pointer-events: all !important;
        -ms-touch-action: all !important;
        touch-action: all !important;
    }



    .svg_map-wrapper::-webkit-scrollbar {
        width: 0px;  /* remove scrollbar space */
        background: transparent;  /* optional: just make scrollbar invisible */
    }
    /* optional: show position indicator in red */
    .svg_map-wrapper::-webkit-scrollbar-thumb {
        background: #FF0000;
    }
}
@media only screen and (orientation: landscape) and (max-width: 768px){
    #counselor-map-svg {
        width: 150%;
        height: auto;
    }
}

input, select {
    height: 48px !important;
    font-size: 16px !important;
}

#filter-container #search {
    width: 100%;
    height: 48px;
    padding: 0 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}

#filter-container #search .fa-search {
    display: none;
}
#filter-container #search .sr-only {
    position: relative !important;
    height: auto;
    width: 100%;
    /*color: white;*/
    padding: 0;
    overflow: visible;
    clip: none;
    white-space: unset;
    -webkit-clip-path: none;
    clip-path: none;
    border: 0;

}

#counselorList {
    padding: 0 7.5px;

}

#counselorList li.media {
    overflow: hidden;
    padding-left: 7.5px;
    padding-right: 7.5px;
}


.counselorProf {

    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.counselorProf-cardWrapper {

    width: 100%;
    max-width: 100%;
}

.counselorProf-card {
    border: 1px solid #e9e8ee;
    padding: 8px;

}

.counslorProf-imgContainer, .counselorProf-cardWrapper {
    width: 100%;
}

.counselorProf-img {
    display: block;
    width: 50%;
    max-width: 96px;
    margin: 16px auto;
    border-radius: 100%;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}

.counselorProf h3 {
    font-size: 16px;
    margin-top: 0;
}

.counselorProf-contact a {
    display: block;
    margin-top: 12px;
    text-decoration: none;
}

.counselorProf-contact a:hover, .counselorProf-contact a:focus, .counselorProf-contact a:active {
    text-decoration: underline;
}

.counselorProf-contactDispEmail {
    display: none;
}

.counselorProf-More {
    display: none;
    width: 0%;
}

.counselorProf-LearnMore {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 0px 0px 0px;
}

.button.button-thistle.button-outlined {
    background: none;
    border: 1px solid #8252c7;
    color: #8252c7;
}

.button.button-thistle.button-outlined:hover, .button.button-thistle.button-outlined:active, .button.button-thistle.button-outlined:focus {
    background: #8252c7;
    color: white;
}

.counselorProf .counselorProf-LearnMore .button {
    width: 100%;
    margin: 18px auto 0 auto;
    font-size: 12px;
    padding: 7px 12px 8px 12px;

}

.counselorProf-moreSep {
    max-width: 10%;
    border-bottom: 4px solid #211551;
    margin: 24px auto 36px auto;
}

@media only screen and (min-width: 768px) {
    input:focus {
        border-right: 0.2rem solid #8252c7 !important;
    }
}


@media only screen and (min-width: 768px) {
    .counselorProf h3 {
        font-size: 20px;
    }

    .counselorProf-LearnMore {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 8px 16px 8px;
    }
    .counselorProf .counselorProf-LearnMore .button {
        width: auto;
        margin: 20px auto 0 auto;
        font-size: 14px;
        padding: 7px 20px 8px 20px;
    }
}
@media only screen and (min-width: 992px) {
    .counselorProf-img {
        margin: 40px auto !important;
        width: 134px;
        max-width: 100%;

    }

    .counselorProf-LearnMore {
        margin-top: 24px;
        margin-bottom: 12px
    }

    .counselorProf .counselorProf-LearnMore .button {

        padding: 12px 20px 12px 20px;

    }
}


@media only screen and (min-width: 992px) and (max-width: 1199px){
    .counselorProf-LearnMore {

        padding: 0 8px 8px 8px;
    }
    .counselorProf .counselorProf-LearnMore .button {

        padding: 12px 8px 11px 8px;

    }
}


/* active classes */
li.media.active {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 !important;
    margin-bottom: 0px;
    margin-top: 120px;
}

li.media.active .counselorProf-card {
    padding: 0;
    padding-bottom: 16px;
    border: none;

}

li.media.active .counslorProf-imgContainer  {
    padding: 0;
}


li.media.active .counselorProf-img {
    /*   margin: 32px auto; */
    width: 100%;
    max-width: 360px;
    margin: 0 auto 32px auto !important;
    border-radius: 0;
}

li.media.active .counselorProf-contact a {
    display: block !important;
    font-size: 14px;
    margin-top: 12px;

}

li.media.active .counselorProf-name {
    font-size: 20px;
}

li.media.active .counselorProf-name .d-block.d-md-inline-block {
    display: inline-block !important;
}

li.media.active .counselorProf-LearnMore {
    display: none;
}

li.media.active .counselorProf-More {
    display: block;
    width: 100%
}


.counselorProf-territories {
    margin-top: 0;
    padding-top: 1px;
    padding-bottom: 16px;
}

.counselorProf-territories p, .counselorProf-territories h4.small.text-muted {
    font-size: 12px !important;
    color: #777 !important;
}

.counselorProf-territories p {
    margin-top: 0;
    line-height: 16px ;
}

.counselorProf-quote {
    color: #211551;
    font-family: "CeraPro-BoldItalic";
    font-size: 1.3em !important;
    margin: 36px 0  24px 0 !important;
    padding: 15px 20px 20px 20px;

    border: 4px solid #211551;
    position: relative;
}

/* .counselorProf-quote span:first-child {
font-size: 3em;
position: absolute;
top: -9px;
left: 12px;
background: white;
padding: 0 8px 0 4px;
line-height: 28px;
text-shadow: 12px 0px 0px white, -12px 0 0 white;
}

.counselorProf-quote span:last-child {
display: none;
} */


@media only screen and (min-width: 768px) {
    .counselorProf-moreSep {
        display: none;
    }



    li.media.active .counselorProf-cardWrapper {
        padding-bottom: 24px;
        width: 34%;
        max-width: 34%;
    }


    li.media.active .counselorProf-More {
        /*   display: none; */
        width: 66%;
        padding: 0 36px;
    }



    li.media.active .counselorProf-contact a {

        font-size: 16px;


    }
}

a .counselorProf-contact span.counselorProf-contactDispEmail {
    display: none;
}

li.media.active .counselorProf-contact a span {
    display: none;
}
li.media.active .counselorProf-contact a span.counselorProf-contactDispEmail {
    display: block;
}


@media only screen and (min-width: 992px) {


    li.media.active .counselorProf-cardWrapper {
        width: 34%;
        max-width: 34%;
    }


    li.media.active .counselorProf-More {
        /*   display: none; */
        width: 66%;
        padding: 0 36px;
    }
}

@media only screen and (max-width: 360px) {
    .counselorProf-quote {

        font-size: 1.1em !important;

    }
}

.start-over-item {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.start-over-item.active {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}


#counselorProf-utah .counselorProf-LearnMore {
    opacity: 0;
    pointer-events: none !important;
}
/*first year counselor*/


/*databases*/
.text-muted {
    color: #666;
}

a:visited {
    color: #8252c7;
}

/*a:hover, a:focus, a:active {*/
/*    color: #ba9fe0;*/
/*}*/


#content div div h2.text-center.margin-top {
    margin-top: 36px;
    margin-bottom: 0;
    padding: 15px;
    line-height: 1.35;
}


#programSearchForm hr {
    margin-top: 45px;
}

#programSearchForm #programSearch {
    height: 48px;
    display: block;
    width: 100%;
    border: 1px solid #f3f4f4;
    font-size: 16px !important;
    margin-bottom: 0px !important;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    padding-right: 72px;
    background: #f3f4f4;
}

#programSearchForm #programSearch::-webkit-input-placeholder {
    color: #505050;
}

#programSearchForm #programSearch:-ms-input-placeholder {
    color: #505050;
}

#programSearchForm #programSearch::-ms-input-placeholder {
    color: #505050;
}

#programSearchForm #programSearch::placeholder {
    color: #505050;
}

#programSearchForm .form-group.form-inline.text-center.ng-scope, #programSearchForm .button.inline-search--button, #programSearchForm .button.inline-clear--button {
    height: 48px;
    line-height: 1;
    width: auto;
    display: block;
}

#programSearchForm .form-group.form-inline.text-center.ng-scope .inline-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0px 15px;
    position: relative;
    max-width: 768px;
    margin: 0px auto;
}

#programSearchForm .button.inline-clear--button {
    white-space: nowrap;
    display: none;
}

#programSearchForm .button.inline-search--button, #programSearchForm .button.inline-clear--button {
    width: 52px;
    text-align: center;
    color: #fff !important;
}

#name-clear-btn {
    width: 30rem;
    margin: 64px auto;
    display: block;
    background: none;
    color: #211551;
    border: 2px solid #211551;
    height: 48px;
    line-height: 44px;
    padding: 0em 1em 0em 1em;
}

#name-clear-btn:hover {
    color: #fff;
    background: #211551;
    border: 2px solid #211551;
}

#results {
    margin-bottom: 45px;
    font-family: "CeraPRO-Medium", "Lato", sans-serif;
}

#results span.text-muted {
    color: #000;
}

#programSearchForm .inline-list.ng-scope li button {
    border: 2px solid #f3f4f4;
    background: #f3f4f4;
    color: #211551;
    -webkit-transition: .15s all;
    -o-transition: .15s all;
    transition: .15s all;
}

#programSearchForm .inline-list.ng-scope li, #programSearchForm .inline-list.ng-scope li button {
    -webkit-transition: .15s all !important;
    -o-transition: .15s all !important;
    transition: .15s all !important;
;
    margin-bottom: 8px;
}

#programSearchForm button:focus,
#programSearchForm button:active,
#programSearchForm .button:focus,
#programSearchForm .button:active,
#programSearchForm input:focus,
#programSearchForm input:active,
#programSearchForm .inline-list.ng-scope li button:focus,
#programSearchForm .inline-list.ng-scope li button:active {
    -webkit-box-shadow: 0 0 0 .2rem rgba(130, 82, 199, .65);
    box-shadow: 0 0 0 .2rem rgba(130, 82, 199, .65);
}

#programSearchForm input:focus,
#programSearchForm input:active {
    color: black;
}

#programSearchForm input:focus~.button.inline-search--button,
#programSearchForm input:active~.button.inline-search--button,
#programSearchForm input:focus~.button.inline-clear--button,
#programSearchForm input:active~.button.inline-clear--button,
#programSearchForm .button.inline-search--button:hover,
#programSearchForm .button.inline-search--button:focus,
#programSearchForm .button.inline-search--button:active,
#programSearchForm .button.inline-clear--button:hover,
#programSearchForm .button.inline-clear--button:focus,
#programSearchForm .button.inline-clear--button:active {
    color: #fff;
}

#programSearchForm .inline-list.ng-scope li button:hover, #programSearchForm .inline-list.ng-scope li button:hover, #programSearchForm .inline-list.ng-scope li button:hover {
    border-color: #e7e7e8 !important;
    background: #e7e7e8 !important;
}

label.button.button-grey.button-small.programs_filter-all.isSelected {
    background: #211551 !important;
    color: #fff !important;
}

label.button.button-grey.button-small.programs_filter-all input .jplist-selected{
    background: #211551 !important;
    color: #fff !important;
}

#programSearchForm .inline-list.ng-scope li button {
    padding: 10px 15px;
}

@media only screen and (max-width: 767px) {
    #programSearchForm .inline-list.ng-scope {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 15px;
    }

    #programSearchForm .inline-list.ng-scope li {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin: 0px;
        padding: 4px;
    }

    #programSearchForm .inline-list.ng-scope li button {
        width: 100%;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 479px) {
    #programSearchForm .inline-list.ng-scope li button {
        font-size: 14px !important;
        letter-spacing: 0.5px;
        padding: 10px 12px;
    }

    #programSearchForm .inline-list.ng-scope li {
        min-width: 45%;
    }
}

@media only screen and (max-width: 359px) {
    #programSearchForm .inline-list.ng-scope li button {
        font-size: 13px !important;
        letter-spacing: 0.25px;
        padding: 8px 12px;
    }
}

#programSearchForm p {
    margin: 32px auto 32px 0px !important;
}

#programSearchForm * {
    -webkit-transition: .15s all !important;
    -o-transition: .15s all !important;
    transition: .15s all !important;
}

.inline-search #programSearch {
    margin-bottom: 0px !important;
    position: relative;
}

.inline-search #programSearch~a.button {
    position: relative;
    margin: 0;
    right: 15px;
    top: 0;
    bottom: 0;
    background: #211551;
	height: 3.5em!important
}

#programSearchForm .fas {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 48px;
}

.form-group.form-inline.text-center.ng-scope {
    margin-bottom: 32px !important;
}

/*
.programs_filter-avia {
  display: none;
}
*/

#programSearchForm .button.inline-clear--button.active {
    display: block;
    right: 66px;
    background: none;
    color: #575d62 !important;
}

@media only screen and (max-width: 992px) {
    .large-margin-top {
        margin-top: 4rem;
    }
}

.programs_filter-avia {
    display: none !important;
}

.programs_filter-mont {
    display: none !important;
}


.interest-dropdown-button {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: -35px;
}

#programSearchForm .interest-dropdown-button span.fas.fa-chevron-down {
    position: relative;
    width: auto;
    height: auto;
    min-height: unset;
    min-width: unset;
    line-height: unset;
    padding-left: 15px;
}

label.button.button-grey.button-small.programs_filter-all input{
    display: none;
}

.no-double-arrow h4:after {
	display: none !important
}


.accordion-toggle.accordion-item .accordion-item-title h4:after,
.accordion-toggle.accordion-item .accordion-item-title h3:after,
.accordion-toggle.accordion-item .accordion-item-title h2:after {
    font-family:Fontawesome !important;
    content:'\f077';
    float:right;
    font-size:15px;
    transition: all 500ms ease-in-out;
    font-weight: lighter;
    color: black;
}
.accordion-toggle.accordion-item.collapsed .accordion-item-title h4:after,
.accordion-toggle.accordion-item.collapsed .accordion-item-title h3:after,
.accordion-toggle.accordion-item.collapsed .accordion-item-title h2:after{
    font-family: Fontawesome !important;
    content: '\f078';
    font-size: 15px;
    transition: all 500ms ease-in-out;
    font-weight: lighter;
    color: black;
}

.accordion-toggle.accordion-item {
    background: #f3f3f4;
    border-bottom: 0.1rem solid #e7e7e8;
}

.accordion-toggle.accordion-item :hover{
    background: #f3f3f4;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
}

.accordion-toggle.accordion-item.collapsed{
    background: #ffffff;
    border: 0.1rem solid #e7e7e8;

}

directory-profile--accordion-item :hover{
    background: #f3f3f4;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
}

h2.acordi {
    font-size: 16px;
    color: #8252c7;
    font-weight: normal;
    text-decoration: underline;
}

h3.acordi {
    font-size: 16px;
    color: #8252c7;
    font-weight: normal;
    text-decoration: underline;
}

.accordion-item-title h2 {
    margin: 1rem 0 1.2rem;
	color: #101820
}

.accordion-item-title h3 {
    margin: 1rem 0 1.2rem;
	color: #101820
}

/*databases*/


/*research guides*/

.panel-title a {
    display:block;
}

.accordion-item-title h4, .accordion-item-title h5, .accordion-item-title a, .link {
    font-size: 16px;
    line-height: 8px;
    color: #101820;
}

@media only screen and (max-width: 525px) {
    .accordion-item-title h5, .accordion-item-title a, .link  {
        font-size: 14px;
    }
}


.accordion-plate-content h5, .accordion-plate-content p {
    color: #101820;
}

.accordion-footer {
	color: #101820 !important;
}

.accordion-item-subtitle h5 {
	color: #101820
}

.accordion-item-body .accordion-toggle, .accordion-item-body .accordion-item-body {
    display: none;
}

.row.card-deck-row {

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 48px;
	margin-bottom: -5%
}
.card-deck-row.eq-height-row div[class^="col"] {
    display: block;
    float: none;
    margin-bottom: 36px;
    padding: 0px 15px;
    position: relative;
}

.card.new-card {
    border: 1px solid #e7e7e7;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 0px;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    overflow: hidden;
    margin: 0px;
    margin-bottom: 32px;
    padding: 12px;
    padding-bottom: 4.5rem;
    width: 100%;
    height: 100%;
}

.card img{
    border-radius: 0px;
}

.ratio-img-wrapper {
    height: 0px;
    overflow: hidden;
    padding-bottom: 50%;
    position: relative;
    border-radius: 0px;
    margin: -15px -15px 0px -15px;
}

.ratio-absolute-image-constraint {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ratio-img-wrapper img {
    position: relative;
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: 100%;
}

.card.new-card .card-footer {
    padding: 0px;
    z-index: 100;
}

.card.new-card .card-block {
    color: #101820;
    margin-top: 2.4rem;
    margin-bottom: 0;
    padding: 0px;
    text-decoration: none;
}

.card.new-card .big {
    line-height: 3rem
}

.card.new-card .button {
    border-radius: 0px;
    display: inline-block;
}

.card-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
}


.has-cta-overlay:hover .button-cta {
    background: #8252c7;
}

.card-list-wrapper {
    position: relative;
    overflow: hidden;
    height: auto;
    overflow: hidden;
}

.card-list {
    padding: 0px;
    list-style: none;
    position: static;
    overflow-x: hidden;
    overflow-y: auto;
    margin-top: 48px;
    max-height: 288px;
    margin-bottom: 0px;
}

.card-list-title {
    position: absolute;
    background: white;
    width: 100%;
    top: 0px;
    left: 0px;
    font-family: "CeraPRO-Bold", "Lato", sans-serif;
    cursor: pointer;
    border: 1px solid #e7e7e7;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.card-list-title p {
    padding: 0px 0px 0px 16px;
    line-height: 16px;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 0px;
    font-size: 16px;
}


.card-list-title span.fa {
    position: absolute;
    top: 11px;
    left: auto;
    right: 12px;
    height: 24px;
    width: 24px;
    font-size: 1.4rem;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;

}



.card-list .list-item {
    display: none;
}

.card-list.has-drop-down.active .list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.card-list .list-item a {
    display: block;
    font-size: 1.4rem;
    font-size: 14px;
    padding: 0px;
    border-radius: 0px;
    padding: 0 0 0 16px;
    margin: 0 0 0 0;
    color: #8252c7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 36px;
    border-bottom: 1px solid #e7e7e7;

}

.card-list .list-item a:hover {
    background: #e7e7e7;
    color: #8252c7;
}

.card-list.has-drop-down.active span.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media only screen and (max-width: 768px) {
    .card-list .list-item a {
        font-size: 12px;
    }

    .card.new-card .big {
        font-size: 2rem;
        line-height: 2.4rem;
        margin-bottom: 1rem;
    }
}

@media only screen and (max-width: 959px) {
    .card-list {
        padding: 0px;
        list-style: none;
        position: static;
        overflow-x: hidden;
        overflow-y: auto;
        margin-top: 48px;
        max-height: none;
        margin-bottom: 0px;
    }

}


a.big {
    color: white;
}

ul.footer__list li.footer__list-item a {
    color: white;
}

/*research guides*/


/*accouting-services*/


.navbar-label {

    font-weight: bold;
}


.col-md-12.accordions {
    padding-left: 0px;
    padding-right: 0px;
}

.directory-profile--accordion-item {
    border: none !important;
}

.accordion-toggle.accordion-item .accordion-item-title h4:after {
    font-family:Fontawesome !important;
    content:'\f077';
    float:right;
    font-size:15px;
    transition: all 500ms ease-in-out;
    font-weight: lighter;
}
.accordion-toggle.accordion-item.collapsed .accordion-item-title h4:after {
    font-family: Fontawesome !important;
    content: '\f078';
    font-size: 15px;
    transition: all 500ms ease-in-out;
    font-weight: lighter;
}

.accordion-toggle.accordion-item {
    background: #f3f3f4;
    border-bottom: 0.1rem solid #e7e7e8;
}

.accordion-toggle.accordion-item :hover{
    background: #f3f3f4;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
}

.accordion-toggle.accordion-item.collapsed{
    background: #ffffff;
    border: 0.1rem solid #e7e7e8;
    margin-bottom: 1rem;
}

.fa.fa-file-o{
    color: gray;
    font-size: 22px;
    position: relative;
    display: inline-block;
    line-height: normal;
}


.fa.fa-file-o .icon-txt-pdf {
    background-color: #B30000;
    color: #fff;
    line-height: normal;
    height: auto;
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
    top: 53%;
    right: -51%;
    padding: 0.1em 0.3em;
    font-size: .35em;
    position: absolute;
}

.fa.fa-file-o .icon-txt-xlsx {
    background-color: #1F6138;
    color: #fff;
    line-height: normal;
    height: auto;
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
    top: 53%;
    right: -82%;
    padding: 0.1em 0.3em;
    font-size: .35em;
    position: absolute;
}

.fa.fa-file-o .icon-txt-xls {
    background-color: #333;
    color: #fff;
    line-height: normal;
    height: auto;
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
    top: 53%;
    right: -51%;
    padding: 0.1em 0.3em;
    font-size: .35em;
    position: absolute;
}

.fa.fa-file-o .icon-txt-doc {
    background-color: #0054A8;
    color: #fff;
    line-height: normal;
    height: auto;
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
    top: 53%;
    right: -61%;
    padding: 0.1em 0.3em;
    font-size: .35em;
    position: absolute;
}


h4.huge.pb-2 {
    padding-bottom: 10px;
}

.conta{
    font-size: 3.6rem;
}

.accordion-item-title.no-select {
    text-align: left;
}

/*accounting-services*/


/*tuition and aid*/
.plate-bg {
    margin: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: auto;
    /* left: 0; */
    right: 0;
    max-width: unset;
    -ms-grid-column-align: center;
    justify-self: center;
}

.stat {
    font-size: 32px !important;
    font-family: "CeraPro-Bold";
    color: #211551;
}

.stat {
    font-size: 44px !important;
    font-family: "CeraPro-Bold";
    color: #211551;
}

.intro-section-content h1, #invest-heading {
    color: #211551;
    font-family: "CeraPro-Medium";
    font-size: 36px;
    padding: 0 30px;
    text-transform: uppercase
}

#invest-heading {
    margin-top: 0px !important;
}

.ratio-media-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 15px;
    left: -15px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.ratio-media-wrapper img {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    max-width: unset;
    min-width: unset;
    margin-bottom: 0;
    margin-top: 0;
    position: relative;
}

.mh-400 {
    min-height: 400px !important;
}

.ratio-media-wrapper .sf_colsIn.sf_1col_1in_100 {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.w-graphic-container {
    position: relative;
}

.w-graphic-container img {
    position: absolute;
    right: 45px;
    top: -80px;
    max-width: 150px !important;
}

@media only screen and (min-width: 768px) {
    .plate-bg {
        margin: 0;
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: auto;
        top: auto;
    }
    .w-graphic-container img {
        position: absolute;
        right: 45px;
        top: -80px;
        max-width: 240px !important;
    }
}
@media only screen and (max-width: 768px) {

    .button{
        font-size:1.4rem !important;
    }
}

@media only screen and (min-width: 992px) {
    .intro-section-image {
        margin-right: -7%;
    }

    .intro-section-content h1, #invest-heading {
        margin-top: -.8em;
        color: #211551;
        font-size: 4.2vw;
        font-family: "CeraPro-Medium";
        text-transform: uppercase;
    }

    .intro-section-content h2 {
        font-size: 28px
    }

    .stat {
        font-family: "CeraPro-Bold";
        color: #211551;
    }

    .ratio-media-wrapper {
        right: 15px;
    }
}


#MainContent_C075_Col00, #MainContent_C075_Col01, #MainContent_C075_Col02, #MainContent_C075_Col03 {
    flex: 80% !important;
}

.plate-grey-light {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

a.big {
    color: white;
}


ul.footer__list li.footer__list-item a {
    color: white;
}


/*tuition and aid */

/*about the program*/

.card{
    -webkit-box-shadow: 0 0.4rem 0.8rem rgba(0,0,0,0.1);
    box-shadow: 0 0.4rem 0.8rem rgba(0,0,0,0.1)
}
/*
.card:hover{
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}*/

.card-block.music{
    margin-bottom:0;
    padding:0;
}

.directory-profile .profile-img-container{
    margin-top: -15rem;
    margin-bottom: 10px;
}

.large-margin-top-mobile{
    margin-top:120px;
}

/*about the program*/

/*life-at-westminster*/

.plate-bg {
    position: absolute;
    width: 100%;
    min-width: 100%;
    top: 0;
    left: 0;
    overflow: hidden
}

.plate-bg img {
    width: 100%;
    min-width: 100%
}

.plate-bg.plate-bg-offset {
    top: 6rem;
    left: 30%;
    width: 70%;
    min-width: 70%
}

.plate-bg.plate-bg-offset img {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.plate-bg-full {
    position: relative;
    overflow: hidden;
    padding: 6rem 0
}

.plate-bg-wrap {
    overflow: hidden;
    margin-left: 2rem;
    margin-right: 2rem
}

@media only screen and (max-width:992px) {
    .plate-bg-wrap {
        position: relative;
        height: 80vw;
        overflow: hidden
    }
    .plate-bg-wrap img {
        height: 100%;
        width: auto;
        max-width: 1000%;
        margin: 0;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

.plate-life.plate-bg-full {
    padding: 2rem 0 0 0
}

.plate-life .plate-title {
    position: relative;
    z-index: 500;
    color: #211551;
    font-family: CeraPRO-Bold, Lato, sans-serif;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase
}

.plate-life .plate-title span {
    display: block;
    position: relative;
    color: #211551;
    font-size: 3rem;
    text-transform: uppercase;
    font-weight: 300;
    padding: 0 0 .3em 0
}

.plate-life .plate-title h2 {
    position: relative;
    color: #000;
    font-size: 5.5vw;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-weight: 400
}

@media only screen and (max-width:992px) {
    .plate-life .plate-title h2 {
        font-size: 10vw;
        padding: 0 0 0 1em;
        word-spacing: 80vw
    }
}

.plate-life .plate-title.plate-title-offset {
    position: absolute;
    z-index: 500;
    top: -2%;
    left: 10%;
    right: 10%
}

@media only screen and (max-width:992px) {
    .plate-life .plate-title.plate-title-offset {
        left: 5%;
        right: 5%
    }
}

.plate-life .plate-title.plate-title-r {
    text-align: right
}

.plate-life .plate-title.plate-title-l {
    text-align: left
}

.plate-life .plate-bg-wrap {
    margin-left: 0;
    margin-right: 0
}

.plate-life .plate-bg-wrap img {
    width: 100%
}

@media only screen and (max-width:992px) {
    .plate-life .plate-bg-wrap img {
        width: auto
    }
}

@media only screen and (max-width:992px) {
    .plate-life .plate-bg-wrap {
        margin-left: 0;
        margin-right: 0
    }
}

.plate-life .card {
    width: 35rem
}

.plate-life .card .card-block .w-icon-small--smaller {
    height: 2rem
}

@media only screen and (max-width:992px) {
    .plate-life .card .card-block .w-icon-small--smaller {
        height: 5rem
    }
}

@media only screen and (max-width:992px) {
    .plate-life .card .card-block h2 {
        font-size: 3.5rem
    }
}

@media only screen and (max-width:992px) {
    .plate-life .card .card-block p {
        font-size: 1.8rem
    }
}

@media only screen and (max-width:992px) {
    .plate-life .card .card-block {
        padding: 4rem 8vw 4rem 8vw
    }
}

.plate-life .card.feature__card--left-at-medium {
    left: 8%
}

@media only screen and (max-width:992px) {
    .plate-life .card.feature__card--left-at-medium {
        left: 0
    }
}

.plate-life .card.feature__card--right-at-medium {
    right: 8%
}

@media only screen and (max-width:992px) {
    .plate-life .card.feature__card--right-at-medium {
        right: 0
    }
}

@media only screen and (max-width:992px) {
    .plate-life .card {
        width: 80vw
    }
}

#life-residence.plate-bg-full {
    padding: 4vw 0 0 0
}

@media only screen and (max-width:992px) {
    #life-residence.plate-bg-full {
        padding: 18vw 0 0 0
    }
}

#life-slider {
    padding: 4em 0 0 0
}

#life-slider .plate-bg {
    top: 0;
    left: 30%;
    width: 70%;
    min-width: 70%
}

@media only screen and (max-width:992px) {
    #life-slider .plate-bg img {
        width: auto;
        max-width: 1000%;
        height: 100%
    }
}

@media only screen and (max-width:992px) {
    #life-slider .plate-bg {
        left: 25%;
        width: 75%;
        height: 100%
    }
}

#life-slider .container {
    position: relative
}

@media only screen and (min-width:1921px) {
    #life-slider .container {
        width: 70%
    }
}

#life-slider #gallery {
    padding: 2em 0 0 0
}

#life-slider .plate-w {
    display: block;
    position: absolute;
    z-index: 900;
    left: 60%;
    top: 90%;
    width: 80vw;
    margin-bottom: -50%
}

#life-slider .plate-w svg {
    width: 100%
}

@media only screen and (max-width:992px) {
    #life-slider .plate-w {
        display: inline-block;
        left: 15%;
        top: 90%;
        width: 115vw
    }
}

#life-slider #slider-life img {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
}

#life-slider .slider-wrap {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    cursor: move;
    cursor: grab;
    cursor: -webkit-grab;
    overflow: visible;
    padding: 0;
    margin: 0 0 5em 0
}

#life-slider .slider-wrap .count-wrap {
    display: none;
    position: relative;
    padding: 0 0 1em 0
}

#life-slider .slider-wrap .count-wrap:after {
    content: "";
    display: table;
    clear: both
}

#life-slider .slider-wrap .count-wrap .sl-count {
    display: block;
    position: relative;
    z-index: 101;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    text-align: center;
    color: #000;
    font-weight: 800
}

#life-slider .slider-wrap .count-wrap .sl-count span {
    display: inline-block;
    padding: 0 0 .3em 0;
    margin: 0 0 0 1em;
    cursor: pointer;
    width: 4vw;
    height: 4vw;
    background-color: #ba9fe0;
    border-radius: 50%
}

#life-slider .slider-wrap .count-wrap .sl-count span:first-child {
    margin: 0
}

#life-slider .slider-wrap .count-wrap .sl-count span.active {
    background-color: #211551
}

@media only screen and (max-width:992px) {
    #life-slider .slider-wrap .count-wrap .sl-count span {
        font-size: .9em
    }
}

@media only screen and (min-width:1921px) {
    #life-slider .slider-wrap .count-wrap .sl-count span {
        font-size: .8vw
    }
}

@media only screen and (max-width:992px) {
    #life-slider .slider-wrap .count-wrap .sl-count {
        display: inline-block
    }
}

@media only screen and (max-width:992px) {
    #life-slider .slider-wrap .count-wrap {
        display: block;
        margin: 0 0 2em 0;
        padding: 0
    }
}

#life-slider .slider-wrap .slide-nav-wrap {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%
}

#life-slider .slider-wrap .slide-nav-wrap button {
    display: inline-block;
    position: absolute;
    float: none;
    z-index: 102;
    top: 50%;
    background-color: transparent;
    border-width: 0;
    cursor: pointer;
    outline: 0;
    padding: 0;
    margin: 0;
    width: 3em;
    height: 3em;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

#life-slider .slider-wrap .slide-nav-wrap button:before {
    content: "";
    padding: 20%;
    border: solid #000;
    display: inline-block;
    position: absolute;
    margin: 0;
    top: 50%;
    left: 50%;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0
}

#life-slider .slider-wrap .slide-nav-wrap button.prev {
    left: -5em
}

#life-slider .slider-wrap .slide-nav-wrap button.prev:before {
    content: "";
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(135deg) translate(-50%, -50%);
    -ms-transform: rotate(135deg) translate(-50%, -50%);
    transform: rotate(135deg) translate(-50%, -50%)
}

#life-slider .slider-wrap .slide-nav-wrap button.next {
    right: -5em
}

#life-slider .slider-wrap .slide-nav-wrap button.next:before {
    content: "";
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(-45deg) translate(-50%, -50%);
    -ms-transform: rotate(-45deg) translate(-50%, -50%);
    transform: rotate(-45deg) translate(-50%, -50%)
}

#life-slider .slider-wrap .slide-nav-wrap button button:focus {
    outline: 0
}

@media only screen and (max-width:992px) {
    #life-slider .slider-wrap .slide-nav-wrap {
        display: none
    }
}

@media only screen and (max-width:992px) {
    #life-slider .slider-wrap {
        width: calc(100vw - (100vw - 100%));
        padding: 1.5em 0 0 0;
        margin: 0
    }
}

#life-slider .slider-wrap .slide-inner {
    display: block;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: visible;
    height: 30vw;
    min-height: 50vw;
    -webkit-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s
}

#life-slider .slider-wrap .slide-inner div.slide {
    display: block;
    position: absolute;
    z-index: 90;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0
}

#life-slider .slider-wrap .slide-inner div.slide img {
    display: block;
    width: 100%;
    height: auto
}

#life-slider .slider-wrap .slide-inner div.slide .col-left {
    display: block;
    position: relative;
    width: 50%;
    float: left
}

@media only screen and (max-width:992px) {
    #life-slider .slider-wrap .slide-inner div.slide .col-left {
        width: 100%;
        float: none
    }
}

#life-slider .slider-wrap .slide-inner div.slide .col-right {
    display: block;
    position: relative;
    width: 50%;
    float: left
}

@media only screen and (max-width:992px) {
    #life-slider .slider-wrap .slide-inner div.slide .col-right {
        width: 100%;
        float: none
    }
}

#life-slider .slider-wrap .slide-inner div.slide .content-wrap {
    position: relative;
    z-index: 950;
    text-align: left;
    padding: 2em 2em 2em 2em
}

#life-slider .slider-wrap .slide-inner div.slide .content-wrap .quote {
    display: block;
    position: relative;
    width: 160%;
    left: -30%
}

@media only screen and (max-width:992px) {
    #life-slider .slider-wrap .slide-inner div.slide .content-wrap .quote {
        display: none
    }
}

@media only screen and (min-width:1921px) {
    #life-slider .slider-wrap .slide-inner div.slide .content-wrap .quote {
        width: 140%
    }
}

#life-slider .slider-wrap .slide-inner div.slide .content-wrap .title {
    font-family: CeraPRO-Bold, Lato, sans-serif;
    color: #000;
    font-size: 1.7em;
    font-weight: 800;
    line-height: 1.2;
    text-align: left;
    padding: 2em 0 .5em 0
}

@media only screen and (max-width:992px) {
    #life-slider .slider-wrap .slide-inner div.slide .content-wrap .title {
        margin: 0;
        padding: 0 0 .5em 0
    }
}

@media only screen and (min-width:1921px) {
    #life-slider .slider-wrap .slide-inner div.slide .content-wrap .title {
        font-size: 2vw
    }
}

#life-slider .slider-wrap .slide-inner div.slide .content-wrap .name {
    font-family: CeraPRO-Bold, Lato, sans-serif;
    color: #000;
    font-size: 1em;
    font-weight: 800;
    line-height: 1.2;
    text-align: left;
    padding: 0 0 .5em 0
}

@media only screen and (min-width:1921px) {
    #life-slider .slider-wrap .slide-inner div.slide .content-wrap .name {
        font-size: 1.1vw
    }
}

#life-slider .slider-wrap .slide-inner div.slide .content-wrap .content {
    font-family: CeraPRO-light, Lato, sans-serif;
    color: #000;
    font-size: .9em;
    font-weight: 300;
    line-height: 1.5;
    text-align: left;
    padding: 0 0 2em 0
}

@media only screen and (max-width:992px) {
    #life-slider .slider-wrap .slide-inner div.slide .content-wrap .content {
        padding: 0
    }
}

@media only screen and (min-width:1921px) {
    #life-slider .slider-wrap .slide-inner div.slide .content-wrap .content {
        font-size: 1vw
    }
}

#life-slider .slider-wrap .slide-inner div.slide .content-wrap .sl-nav {
    display: inline-block;
    position: relative;
    float: none;
    z-index: 102;
    top: 0;
    width: auto;
    height: auto;
    background-color: transparent;
    border-width: 0;
    cursor: pointer;
    outline: 0;
    font-family: CeraPRO-Medium, Lato, sans-serif;
    color: #000;
    font-size: .8em;
    font-weight: 600;
    line-height: 1.2;
    padding: 0;
    margin: 0 2em 0 0;
    min-width: 3em;
    min-height: 1em
}

#life-slider .slider-wrap .slide-inner div.slide .content-wrap .sl-nav.prev:before {
    content: '';
    display: block;
    position: absolute;
    width: 1.75em;
    height: .18em;
    background-color: #000;
    top: 50%;
    left: .95em;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

#life-slider .slider-wrap .slide-inner div.slide .content-wrap .sl-nav.prev:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: .5em 1em .5em 0;
    border-color: transparent #000 transparent transparent;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

#life-slider .slider-wrap .slide-inner div.slide .content-wrap .sl-nav.next:before {
    content: '';
    display: block;
    position: absolute;
    width: 1.75em;
    height: .18em;
    background-color: #000;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

#life-slider .slider-wrap .slide-inner div.slide .content-wrap .sl-nav.next:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: .5em 0 .5em 1em;
    border-color: transparent transparent transparent #000;
    top: 50%;
    left: 1.7em;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

#life-slider .slider-wrap .slide-inner div.slide .content-wrap .sl-nav button:focus {
    outline: 0
}

#life-slider .slider-wrap .slide-inner div.slide .content-wrap .sl-nav:hover {
    color: #211551
}

@media only screen and (max-width:992px) {
    #life-slider .slider-wrap .slide-inner div.slide .content-wrap .sl-nav {
        display: inline-block
    }
}

@media only screen and (min-width:1921px) {
    #life-slider .slider-wrap .slide-inner div.slide .content-wrap .sl-nav {
        font-size: 1vw
    }
}

@media only screen and (max-width:992px) {
    #life-slider .slider-wrap .slide-inner div.slide .content-wrap {
        padding: 2em 2em 1em 2em
    }
}

#life-slider .slider-wrap .slide-inner div.slide:nth-child(3n+0) {
    clear: left
}

#life-slider .slider-wrap .slide-inner div.slide.fadein {
    opacity: 1;
    z-index: 92;
    -webkit-transition: all .2s ease-in .2s;
    -o-transition: all .2s ease-in .2s;
    transition: all .2s ease-in .2s
}

#life-slider .slider-wrap .slide-inner div.slide.active {
    opacity: 1;
    z-index: 91;
    -webkit-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s
}

#life-slider .slider-wrap .slide-inner div.slide.fadeout {
    opacity: 0;
    -webkit-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s
}

@media only screen and (max-width:992px) {
    #life-slider .slider-wrap .slide-inner {
        clear: both;
        display: block;
        position: relative;
        z-index: 90;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        overflow: visible;
        height: 60vw;
        padding: 0;
        margin: 0
    }
}

@media only screen and (max-width:768px) {
    #life-slider .slider-wrap .slide-inner {
        height: 100vw
    }
}

@media only screen and (max-width:992px) and (orientation:landscape) {
    #life-slider .slider-wrap .slide-inner {
        height: 100vw
    }
}

@media only screen and (min-width:1921px) {
    #life-slider .slider-wrap .slide-inner {
        min-height: 40vw
    }
}

@media only screen and (max-width:992px) {
    #life-slider {
        padding: 0 5vw 0 5vw
    }
}

#life-belong {
    position: relative;
    overflow: visible;
    padding: 0 0 0rem 0;
    margin: 0 0 3em 0;
    height: 40vw;
}

#life-belong-video_container {
    display: block;
    float: none;
    padding: 0px;
    width: 100%;
    height: 100%;
}

#life-belong-video {
    width: 100%;
}

#life-belong .plate-bg {
    display: block;
    position: absolute;
    overflow: visible;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#life-belong .plate-bg-title {
    font-family: CeraPRO-Bold, Lato, sans-serif;
    display: block;
    position: relative;
    color: #110a34;
    font-size: 11vw;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    padding: 0 0 .4em 0;
    top: .4em !important;
    left: .3em !important;
    overflow: hidden;
}

@media only screen and (max-width:992px) {
    #life-belong .plate-bg-title {
        font-size: 16vw
    }
}

#life-belong .img-logo-w {
    display: none;
    position: absolute;
    z-index: 901;
    left: 50%;
    top: 55%;
    width: 45%;
    margin-bottom: 0
}

@media only screen and (max-width:992px) {
    #life-belong .img-logo-w {
        display: inline-block;
        position: relative;
        top: auto;
        width: 70%;
        bottom: 0;
        left: 50%;
        margin-bottom: -17vw;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }
}

@media only screen and (max-width:992px) {
    #life-belong {
        padding: 0
    }
}

#life-belong-content {
    position: relative;
    overflow: visible;

}

#life-belong-content .belong-bg {
    display: block;
    position: absolute;
    z-index: -1;
    left: -8%;
    bottom: 0;
    width: 35%
}

@media only screen and (max-width:992px) {
    #life-belong-content .belong-bg {
        display: none
    }
}

#life-belong-content .belong-content {
    font-family: CeraPRO-Light, Lato, sans-serif;
    font-size: .9em;
    font-weight: 500;
    line-height: 1.5;
    padding: 0
}

#life-belong-content .belong-content h2 {
    font-family: CeraPRO-Bold, Lato, sans-serif;
    font-size: 2.1em
}

@media only screen and (max-width:992px) {
    #life-belong-content .belong-content h2 {
        font-size: 2.5em
    }
}

#life-belong-content .belong-content p {
    padding: 0 0 1.8em 0
}

@media only screen and (max-width:992px) {
    #life-belong-content .belong-content p {
        font-size: 1.3em;
        font-weight: 600;
        line-height: 1.7
    }
}

#life-belong-content .belong-content .button {
    font-size: 1.6rem;
    letter-spacing: .1rem;
    padding: 1em 4em 1em 4em;
    white-space: nowrap
}

@media only screen and (max-width:992px) {
    #life-belong-content .belong-content .button {
        display: block;
        width: 100%;
        font-size: 1.6rem;
        letter-spacing: .1rem;
        padding: 1em
    }
}

@media only screen and (max-width:992px) {
    #life-belong-content .belong-content {
        padding: 2em 7vw 0 7vw
    }
}

@media only screen and (max-width:992px) {
    #life-belong-content {
        padding: 4em 0 8rem 0
    }
}

@media only screen and (max-width:992px) {
    #life-belong {
        min-height: 40vw;
        height: 90vw;
    }
    #life-belong-video_container {
        display: none;
    }
    #life-belong .img-logo-w {
        display: block;
    }
}

#life-explore {
    position: relative;
    overflow: visible;
    padding: 1rem 2rem 10vw 2rem;
    margin: 0 0 10em 0
}

#life-explore .row {
    display: block
}

#life-explore .row.row-pad {
    padding: 0 7vw 0 7vw
}

#life-explore .col {
    display: block;
    position: relative;
    float: left
}

#life-explore .col.col-left {
    width: 66.6666%
}

@media only screen and (max-width:992px) {
    #life-explore .col.col-left {
        width: 100%
    }
}

#life-explore .col.col-right {
    width: 33.3333%
}

@media only screen and (max-width:992px) {
    #life-explore .col.col-right {
        width: 100%
    }
}

#life-explore .col .life-nav-big {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0 2rem 0 0;
    height: 44vw
}

#life-explore .col .life-nav-big img {
    position: absolute;
    z-index: 750;
    min-height: 100%;
    min-width: 100%
}

@media only screen and (max-width:992px) {
    #life-explore .col .life-nav-big img {
        position: absolute;
        min-height: 100%;
        min-width: 100%;
        width: auto
    }
}

#life-explore .col .life-nav-big .inner {
    display: block;
    position: relative;
    z-index: 800;
    padding: 17rem 5rem 17rem 5rem;
    text-align: center;
    top: 50%;
    left: 50%;
    background: linear-gradient( rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) );
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#life-explore .col .life-nav-big .inner .title {
    font-family: CeraPRO-Bold, Lato, sans-serif;
    color: #fff;
    font-size: 5vw;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: .1em;
    text-align: center;
    text-transform: uppercase;
    padding: 0 1em .4em 1em
}

@media only screen and (max-width:992px) {
    #life-explore .col .life-nav-big .inner .title {
        padding: 0 0 .4em 0;
        font-size: 10vw
    }
}

#life-explore .col .life-nav-big .inner .content {
    font-family: CeraPRO-Light, Lato, sans-serif;
    color: #fff;
    font-size: 1.2vw;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    width: 60%;
    margin: 0 auto 0 auto;
    padding: 0 3em 1.5em 3em
}

@media only screen and (max-width:992px) {
    #life-explore .col .life-nav-big .inner .content {
        padding: 0 5vw 2em 5vw;
        width: 100%;
        font-size: 3.5vw
    }
}

#life-explore .col .life-nav-big .inner .button {
    font-size: 1.6rem;
    letter-spacing: .1rem;
    text-align: center;
    padding: 1em 4em 1em 4em;
    background-color: #9063cd;
}

#life-explore .col .life-nav-big .inner .button:hover {
    background-color: #211551
}

@media only screen and (max-width:992px) {
    #life-explore .col .life-nav-big .inner .button {
        display: inline-block;
        width: calc(100% - 14vw);
        margin: 0 7vw 4em 7vw;
        font-size: 1.6rem;
        letter-spacing: .1rem;
        padding: 1em
    }
}

@media only screen and (max-width:992px) {
    #life-explore .col .life-nav-big .inner {
        top: 0;
        left: 0;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        padding: 5em 0 2em 0
    }
}

#life-explore .col .life-nav-big:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 760;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    -webkit-transition: all .4s ease-in-out 0;
    -o-transition: all .4s ease-in-out 0;
    transition: all .4s ease-in-out 0
}

@media only screen and (max-width:992px) {
    #life-explore .col .life-nav-big {
        height: auto;
        margin: 0 0 2rem 0
    }
}

#life-explore .col .life-nav-med {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0 0 2rem 0;
    padding: 0;
    height: calc(22vw - 1rem)
}

#life-explore .col .life-nav-med img {
    position: absolute;
    min-height: 100%;
    min-width: 100%
}

@media only screen and (max-width:992px) {
    #life-explore .col .life-nav-med img {
        width: 100%
    }
}

#life-explore .col .life-nav-med .title {
    font-family: CeraPRO-Bold, Lato, sans-serif;
    position: relative;
    z-index: 500;
    color: #fff;
    font-size: 2.2vw;
    font-weight: 600;
    line-height: 1.1;
    text-transform: uppercase;
    margin: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.title.wor{
    background: linear-gradient( rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) );
    padding: 19rem 8rem 19rem 8rem;
}

@media only screen and (max-width:992px) {
    #life-explore .col .life-nav-med .title {
        display: none
    }
}

#life-explore .col .life-nav-med .inner {
    display: block;
    position: relative;
    z-index: 500;
    background-color: #fff;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s
}

#life-explore .col .life-nav-med .inner .wrap {
    display: block;
    position: absolute;
    width: 75%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#life-explore .col .life-nav-med .inner .wrap .title {
    color: #211551;
    font-size: 2.2vw;
    font-weight: 600;
    line-height: 1.1;
    text-transform: uppercase
}

@media only screen and (max-width:992px) {
    #life-explore .col .life-nav-med .inner .wrap .title {
        display: block;
        font-size: 6vw
    }
}

#life-explore .col .life-nav-med .inner .wrap .content {
    font-family: CeraPRO-Light, Lato, sans-serif;
    color: #211551;
    font-size: 1.2vw;
    font-weight: 400;
    line-height: 1.5;
    padding: 0 0 1em 0
}

@media only screen and (max-width:992px) {
    #life-explore .col .life-nav-med .inner .wrap .content {
        padding: 0 0 2em 0;
        font-size: 1.3em
    }
}

#life-explore .col .life-nav-med .inner .wrap .button {
    font-size: 1.6rem;
    letter-spacing: .1rem;
    text-align: center;
    padding: 1em 4em 1em 4em;
    white-space: nowrap
}

@media only screen and (max-width:992px) {
    #life-explore .col .life-nav-med .inner .wrap .button {
        display: inline-block;
        width: 100%;
        font-size: 1.6rem;
        letter-spacing: .1rem;
        padding: 1em
    }
}

@media only screen and (max-width:992px) {
    #life-explore .col .life-nav-med .inner .wrap {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@media only screen and (max-width:992px) {
    #life-explore .col .life-nav-med .inner {
        display: block;
        position: relative;
        padding: 4em 7vw 2em 7vw;
        visibility: visible;
        opacity: 1
    }
}

#life-explore .col .life-nav-med.nav-light:after {
    content: '';
    display: block;
    z-index: 499;
    /*background-color: rgba(0, 0, 0, .5);*/
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s
}

#life-explore .col .life-nav-med.nav-light .inner {
    background-color: rgba(255, 255, 255, .75)
}

#life-explore .col .life-nav-med.nav-light .inner .wrap .title {
    color: #000
}

#life-explore .col .life-nav-med.nav-light .inner .wrap .content {
    color: #000
}

#life-explore .col .life-nav-med:hover .title {
    display: none
}

@media only screen and (max-width:992px) {
    #life-explore .col .life-nav-med:hover .title {
        display: none
    }
}

#life-explore .col .life-nav-med:hover:after {
    visibility: hidden;
    opacity: 0
}

#life-explore .col .life-nav-med:hover .inner {
    visibility: visible;
    opacity: 1
}

#life-explore .col .life-nav-med:hover .inner .title {
    display: block
}

@media only screen and (max-width:992px) {
    #life-explore .col .life-nav-med {
        width: 100%;
        height: auto
    }
}

#life-explore .life-pic-off {
    display: block;
    position: relative;
    width: 50%;
    float: left;
    z-index: 800;
    display: block
}

#life-explore .life-pic-off img {
    display: block;
    margin: -4vw 0 0 0
}

@media only screen and (max-width:992px) {
    #life-explore .life-pic-off {
        display: none
    }
}

#life-explore .life-stats {
    display: block;
    position: relative;
    width: 50%;
    float: left;
    padding: 1em 0 0 4em
}

#life-explore .life-stats .stats-wrap {
    display: block;
    padding: 0 0 2em 0
}

#life-explore .life-stats .stats-wrap .title {
    font-family: CeraPRO-Medium, Lato, sans-serif;
    color: #000;
    font-size: 1.3vw;
    font-weight: 500;
    line-height: 1.1;
    text-transform: uppercase;
    padding: 1em 0 2em 0;
    margin: 0;
    height: auto;
    text-align: left
}

@media only screen and (max-width:992px) {
    #life-explore .life-stats .stats-wrap .title {
        font-size: 3.5vw
    }
}

#life-explore .life-stats .stats-wrap .row {
    display: block;
    padding: 0 0 1em 0
}

#life-explore .life-stats .stats-wrap .row .stat {
    display: block;
    position: relative;
    width: 33%;
    float: left
}

#life-explore .life-stats .stats-wrap .row .stat .val {
    color: #000;
    font-size: 3.5vw;
    font-weight: 500;
    line-height: 1.1;
    font-variant-numeric: lining-nums
}

@media only screen and (max-width:992px) {
    #life-explore .life-stats .stats-wrap .row .stat .val {
        font-size: 10vw;
        font-weight: 400
    }
}

#life-explore .life-stats .stats-wrap .row .stat .desc {
    color: #000;
    font-size: 1.2vw;
    font-weight: 600;
    line-height: 1.5
}

@media only screen and (max-width:992px) {
    #life-explore .life-stats .stats-wrap .row .stat .desc {
        font-size: 3vw;
        font-weight: 500
    }
}

@media only screen and (max-width:992px) {
    #life-explore .life-stats .button {
        font-size: 1.6rem;
        letter-spacing: .1rem;
        padding: 1em
    }
}

@media only screen and (max-width:992px) {
    #life-explore .life-stats {
        width: 100%;
        float: none;
        padding: 1em 0 6em 0
    }
}

#life-explore .life-bg {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    z-index: -1;
    opacity: .2
}

@media only screen and (max-width:992px) {
    #life-explore .life-bg {
        bottom: 14em
    }
}

#life-explore .life-exp-w {
    display: block;
    position: absolute;
    left: 1em;
    bottom: 5vw;
    width: 15vw;
    height: auto
}

@media only screen and (max-width:992px) {
    #life-explore .life-exp-w {
        display: none
    }
}

#life-explore .life-exp-quote {
    display: block;
    position: absolute;
    left: 10vw;
    bottom: -4em;
    width: 23vw;
    height: auto
}

@media only screen and (max-width:992px) {
    #life-explore .life-exp-quote {
        position: relative;
        width: 80%;
        left: 10%
    }
}

#life-explore .button {
    font-size: 1.6rem;
    letter-spacing: .1rem;
    padding: 1em 4em 1em 4em
}

@media only screen and (max-width:992px) {
    #life-explore .button {
        display: block;
        width: 100%;
        font-size: 1.6rem;
        letter-spacing: .1rem;
        padding: 1em
    }
}

@media only screen and (max-width:992px) {
    #life-explore {
        padding: 1rem 2vw 10em 2vw;
        margin: 0 0 2em 0
    }
}

#life-map {
    position: relative;
    padding: 0;
    overflow: hidden
}

#life-map .map-wrap {
    display: block;
    position: relative;
    width: 100%;
    left: 0
}

#life-map .map-wrap .wrap {
    display: block;
    position: relative;
    width: 100%;
    height: 100%
}

@media only screen and (max-width:992px) {
    #life-map .map-wrap .wrap {
        position: absolute;
        height: 100%;
        width: auto
    }
}

@media only screen and (max-width:992px) and (orientation:landscape) {
    #life-map .map-wrap .wrap {
        position: relative;
        height: auto;
        width: 100%
    }
}

#life-map .map-wrap .map-img {
    display: block;
    position: relative;
    width: 100%
}

@media only screen and (max-width:992px) {
    #life-map .map-wrap .map-img {
        width: auto;
        height: 100%
    }
}

@media only screen and (max-width:992px) and (orientation:landscape) {
    #life-map .map-wrap .map-img {
        height: auto;
        width: 100%
    }
}

#life-map .map-wrap .hotspot {
    display: block;
    position: absolute;
    width: 2em;
    height: 2em;
    background-color: rgb(156, 39, 156);
    border-radius: 50%;
    cursor: pointer
}

#life-map .map-wrap .hotspot:after,
#life-map .map-wrap .hotspot:before {
    content: '';
    position: absolute;
    display: block;
    width: .8em;
    height: 2px;
    opacity: .8;
    background-color: #fff;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    text-align: center;
    top: 50%;
    left: calc(50% - .4em)
}

#life-map .map-wrap .hotspot:before {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center
}

#life-map .map-wrap .hotspot:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center
}

#life-map .map-wrap .hotspot:hover:after,
#life-map .map-wrap .hotspot:hover:before {
    opacity: .5
}

#life-map .map-wrap .hotspot .inner {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 30vw;
    padding: 1em 3em 2em 3em;
    background-color: rgb(156, 39, 156);
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s
}

#life-map .map-wrap .hotspot .inner .title {
    font-family: CeraPRO-Bold, Lato, sans-serif;
    color: #fff;
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.1;
    text-align: left;
    padding: 1em 0 .5em 0;
    margin: 0
}

#life-map .map-wrap .hotspot .inner .content {
    font-family: CeraPRO-light, Lato, sans-serif;
    color: #ffffff;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    padding: 0 0 1em 0
}

#life-map .map-wrap .hotspot .inner:after,
#life-map .map-wrap .hotspot .inner:before {
    content: '';
    position: absolute;
    display: block;
    width: 1em;
    height: 3px;
    opacity: .8;
    background-color: #fff;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    text-align: center;
    top: 1.8em;
    right: 1em
}

#life-map .map-wrap .hotspot .inner:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center
}

#life-map .map-wrap .hotspot .inner:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center
}

@media only screen and (max-width:992px) {
    #life-map .map-wrap .hotspot .inner {
        width: 75vw
    }
}

#life-map .map-wrap .hotspot.anchor-tc .inner {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

#life-map .map-wrap .hotspot.anchor-tr .inner {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0)
}

#life-map .map-wrap .hotspot.anchor-tl .inner {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

#life-map .map-wrap .hotspot.anchor-bl .inner {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%)
}

#life-map .map-wrap .hotspot.anchor-br .inner {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-100%, -100%);
    -ms-transform: translate(-100%, -100%);
    transform: translate(-100%, -100%)
}

#life-map .map-wrap .hotspot.active {
    background-color: rgba(144, 99, 205, 0)
}

#life-map .map-wrap .hotspot.active:after,
#life-map .map-wrap .hotspot.active:before {
    opacity: 0;
    width: 0
}

#life-map .map-wrap .hotspot.active .inner {
    visibility: visible;
    opacity: 1
}

@media only screen and (max-width:992px) {
    #life-map .map-wrap .hotspot.active .inner {
        width: 75vw;
        position: fixed;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

@media only screen and (max-width:992px) {
    #life-map .map-wrap {
        height: 80vh;
        overflow-y: hidden;
        overflow-x: scroll
    }
}

@media only screen and (max-width:992px) and (orientation:landscape) {
    #life-map .map-wrap {
        height: auto
    }
}

@media only screen and (max-width:992px) {
    #life-map {
        -webkit-box-shadow: 0 -.5em 1.5em transparent;
        box-shadow: 0 -.5em 1.5em transparent
    }
}

#life-local {
    position: relative;
    overflow: visible;
    padding: 4vw 9vw 0 9vw;
    margin: 4em 0 3em 0
}

#life-local .plate-title-offset {
    position: absolute;
    z-index: 900;
    right: 11%;
    top: -5%;
}

@media only screen and (max-width:992px) {
	#life-local .plate-title-offset {
		top: 0
	}
}

#life-local .row {
    display: block
}

#life-local .row.row-flat {
    height: 0
}

@media only screen and (max-width:992px) {
    #life-local .row.row-flat {
        height: auto
    }
}

#life-local .col {
    display: block;
    position: relative;
    float: left
}

#life-local .col.col-left {
    width: calc(50% + 2rem)
}

@media only screen and (max-width:992px) {
    #life-local .col.col-left {
        width: calc(100%)
    }
}

#life-local .col.col-right {
    width: calc(50% - 2rem)
}

@media only screen and (max-width:992px) {
    #life-local .col.col-right {
        width: calc(100%)
    }
}

@media only screen and (max-width:992px) {
    #life-local .col.col-hide-mobile {
        display: none
    }
}

@media only screen and (max-width:992px) {
    #life-local .col.col-mobile {
        width: 100%
    }
}

#life-local .col .life-sq {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0 2rem 2rem 0;
    height: auto
}

#life-local .col .life-sq img {
    display: block;
    position: relative;
    height: auto;
    width: 100%
}

@media only screen and (max-width:992px) {
    #life-local .col .life-sq img {
        display: block;
        height: auto;
        width: 100%;
        min-width: 100%
    }
}

#life-local .col .life-sq .inner {
    display: block;
    position: relative;
    padding: 1em 1em 0 1em;
    text-align: center
}

#life-local .col .life-sq .inner .content {
    color: #fff;
    font-size: 1em;
    font-weight: 600;
    line-height: 1.1;
    text-align: center;
    padding: 0 2em 1em 2em
}

#life-local .col .life-sq .inner .button {
    text-align: center
}

@media only screen and (max-width:992px) {
    #life-local .col .life-sq {
        height: auto;
        margin: 0 0 2rem 0
    }
}

#life-local .col .life-sq-img {
    display: none;
    position: relative;
    overflow: hidden;
    margin: 0;
    height: calc(14vw - 1rem);
    width: calc(30% - 0rem);
    float: left
}

#life-local .col .life-sq-img img {
    min-width: 100%;
    min-height: 100%
}

@media only screen and (max-width:992px) {
    #life-local .col .life-sq-img {
        display: none
    }
}

#life-local .col .life-sq-img.ismobile {
    display: none
}

#life-local .col .life-sq-img.ismobile img {
    width: 100%
}

@media only screen and (max-width:992px) {
    #life-local .col .life-sq-img.ismobile {
        display: block;
        width: 100%;
        margin: 0 0 2rem 0;
        height: auto
    }
}

#life-local .col .life-sq-light {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0 2rem 2rem 0;
    height: calc(14vw - 1rem);
    width: 100%;
    float: left
}

#life-local .col .life-sq-light img {
    position: absolute;
    height: auto;
    width: 100%;
    min-height: 100%;
    min-width: 100%;
    max-width: 1000%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

@media only screen and (max-width:992px) {
    #life-local .col .life-sq-light img {
        height: auto;
        width: 100%
    }
}

#life-local .col .life-sq-light .inner {
    display: block;
    position: relative;
    z-index: 500;
    text-align: center;
    padding: 6rem 6.2rem 6.2rem 6rem;
    font-family: CeraPRO-Light, Lato, sans-serif;
    color: #fff;
    font-size: 1.5vw;
    font-weight: 400;
    line-height: 1.5;
    top: 50%;
    left: 50%;
    background: linear-gradient( rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4) );
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media only screen and (max-width:992px) {
    #life-local .col .life-sq-light .inner {
        font-size: 3.5vw;
        padding: 0 5vw 0 5vw
    }
}

@media only screen and (max-width:992px) {
    #life-local .col .life-sq-light {
        width: 100%;
        margin: 0 0 2rem 0;
        height: 35vw
    }
}

#life-local .col .life-sq-purple {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0 2rem 2rem 0;
    height: calc(14vw - 1rem);
    width: calc(77% - 2rem);
    float: left;
    background-color: #211551
}

#life-local .col .life-sq-purple img {
    position: absolute
}

#life-local .col .life-sq-purple .inner {
    display: block;
    position: relative;
    z-index: 500;
    text-align: center;
    padding: 2rem 4rem 0 4rem;
    font-family: CeraPRO-Light, Lato, sans-serif;
    color: #fff;
    font-size: 1.5vw;
    font-weight: 400;
    line-height: 1.5;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media only screen and (max-width:992px) {
    #life-local .col .life-sq-purple .inner {
        font-size: 3.5vw;
        padding: 0 5vw 0 5vw
    }
}

@media only screen and (max-width:992px) {
    #life-local .col .life-sq-purple {
        width: calc(100%);
        margin: 0 0 2rem 0;
        height: 35vw
    }
}

#life-local .life-sq-big {
    display: block;
    position: relative;
    z-index: 500;
    width: 50%;
    margin: 0 0 0 50%;
    text-align: right;
    -webkit-transform: translate(0, -2rem);
    -ms-transform: translate(0, -2rem);
    transform: translate(0, -2rem)
}

#life-local .life-sq-big img {
    display: block;
    position: relative;
    width: 120%;
    margin: 0 0 0 -20%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

@media only screen and (max-width:992px) {
    #life-local .life-sq-big img {
        width: 100%;
        margin: 0 0 2rem 0;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@media only screen and (max-width:992px) {
    #life-local .life-sq-big {
        width: 100%;
        margin: 0;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

#life-local .life-sugar {
    display: block;
    position: relative;
    z-index: 500;
    width: 80%;
    margin: 2rem 0 0 8%
}

#life-local .life-sugar img {
    display: block;
    width: 100%
}

@media only screen and (max-width:992px) {
    #life-local .life-sugar {
        margin: -5rem 0 0 8%
    }
}

#life-local .life-bg {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100vw;
    height: auto;
    z-index: -1
}

#life-local .life-exp-w {
    display: block;
    position: absolute;
    left: 1em;
    bottom: 5vw;
    width: 15vw;
    height: auto
}

#life-local .life-exp-quote {
    display: block;
    position: absolute;
    left: 10vw;
    bottom: -2em;
    width: 23vw;
    height: auto
}

#life-local .btn-wrap .life-btn {
    display: inline-block;
    position: relative;
    float: none;
    z-index: 102;
    top: 0;
    width: auto;
    height: auto;
    background-color: transparent;
    border-width: 0;
    cursor: pointer;
    outline: 0;
    font-family: CeraPRO-Medium, Lato, sans-serif;
    color: #000;
    font-size: .8em;
    font-weight: 600;
    line-height: 1.2;
    padding: 0;
    margin: 0 2em 0 0;
    text-decoration: none
}

#life-local .btn-wrap .life-btn:before {
    content: '';
    display: block;
    position: absolute;
    width: 1em;
    height: .1em;
    background-color: #000;
    top: 50%;
    right: -1.5em;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

#life-local .btn-wrap .life-btn:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: .25em 0 .25em .5em;
    border-color: transparent transparent transparent #000;
    top: 50%;
    right: -2em;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

#life-local .btn-wrap .life-btn:hover {
    color: #211551
}

@media only screen and (max-width:992px) {
    #life-local .btn-wrap {
        padding: 2em 0 0 0;
        text-align: center
    }
}

@media only screen and (max-width:992px) {
    #life-local {
        padding: 18vw 3vw 0 3vw
    }
}

@media only screen and (max-width:992px) {
    #belong-content-w-svg {
        display: none;
    }
}

a.big {
    color: white;
}


/*life at westminster*/

/*app-track*/

body.app-track{
    padding-top: 0;
}
.nav-header.app-track{
    display: none;
}
.nav-cta.app-track, .menu-button.app-track {
    display: none;
}
.footer.app-track{
    display: none;
}

.is-required.app-track {
    display: none;
}
.utm.app-track {display: none;}


/*END CSS ALREADY IN PAGES*/
/* GENERAL FIXES */
.landing-pages-padding-top.app-track{
    padding-top: 5rem;
}

.landing-form-top.app-track{
    padding: 0rem 3rem 1rem 3rem;
    margin: -21rem 0rem 2rem 0rem;
}

.landing-form-button.app-track, .landing-below_form-content.app-track{
    padding: 0rem 3rem;
}

h1.app-track{
    color: #8252C7;
}

.landing-form-top label.app-track {
    position: absolute;
    overflow: hidden;
    height: 0px;
    width: 0px;
}



.landing-below_form-content.app-track {
    text-align: center;
}

.landing-below_form-content p.app-track{
    padding-top: 3rem;
    border-top: 2px solid #211551;
    margin: 1rem auto 2rem auto;
    display: inline-block;
}

.landing-below_form-content.app-track .button{
    width: 100%;
    background: #8252C7;
}



.landing-border-top.app-track {
    margin-top: 2rem;
    padding-top: 4rem;
    border-top: 2px solid #211551;

}

.button.app-track {
    background: #8252C7;
}

/* HEADER IMAGE */
.landing-header-foreground_logo.app-track {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}



.row.landing-header-row.app-track {
    position: relative;
}


.landing-header-background_banner {
    min-height: 245px;
    height: 23vw;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.landing-header-background_banner.app-track .img-responsive.center.margin-bottom {
    height: 100%;
    min-height: 100%;
    max-width: none;
    min-width: 100%;
    margin-bottom: 0px;
    position: absolute;
    right: 0px;
}


/* HEADER LOGOS */
/*.landing-centered-logo.img-responsive.center.margin-bottom {*/
/*    margin: 0px auto;*/
/*    max-height: 100%;*/
/*}*/

.landing-left-logo.img-responsive.center.margin-bottom.app-track {
    margin: 0px auto 0px 24px;
    max-height: 100%;
}

/*.landing-right-logo.img-responsive.center.margin-bottom {*/
/*    margin: 0px 24px 0px auto;*/
/*    max-height: 100%;*/
/*}*/




/* BUTTON ARROWS */
.button.app-track::after {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #f1f1de;
    position: relative;
    display: inline-block;
    margin: 0px 0px -1px 8px;
    line-height: 18px !important;
}

/* content and quote */
.landing-feature-quote.app-track h4 {
    color: #8252c7;
    line-height: 36px;
    font-size: 28px;
    padding: 0px 28px 0px 0px;
    font-family: "CeraPRO-BoldItalic";
}

/*.landing-feature-quote p {*/
/*    color:#8252c7;*/
/*}*/

/*CONVERSE HALL IMAGE*/

.relative-position-div.app-track {
    position: relative;
    padding-bottom: 0px;

}
#landing_pages-image_container-bottom_image {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
#landing_pages-image_container-bottom_image img {
    position: absolute;
    bottom: -30px;
    right: -30px;
    max-width: 720px;
    width: 100%;
}

/* FOOTER */




/*Nurture Pages*/
.feature-right.app-track {
    padding: 4rem 4rem 2rem 4rem;
}

.feature-right.app-track h4 {
    line-height:36px;
    font-size:28px;
    padding:0px 28px 0px 0px;
    font-family: "CeraPRO-BoldItalic";
}

.plate-thistle.feature-right.app-track {
    padding: 24px 24px 4px 24px;
    margin: 8px 15px 0px 15px;
}




@media only screen and (max-width: 992px) {
    h1.app-track {
        text-align: center;
        padding-bottom: 1rem;
    }
    .relative-position-div.app-track {
        position: relative;
        padding-bottom: 96px;

    }
    .landing-form-top.app-track {
        padding: 0rem 3rem 1rem 3rem;
        margin: 0px 0rem 2rem 0rem;
    }
    .landing-pages-padding-top.app-track {
        padding-top: 2rem;
    }

    .plate-thistle.feature-right.app-track {
        padding: 40px 24px 4px 24px;
        margin: 56px 15px 0px 15px;
    }


}



@media only screen and (max-width: 768px) {
    h1.app-track {
        font-size: 3rem;
        color: #8252C7;
        text-align: center;
        padding-bottom: 1rem;
    }

    h2.app-track {
        font-size: 2.5rem;
    }

    .feature-right.app-track {
        margin-top: 0px;
    }

    .landing-centered-logo.img-responsive.center.margin-bottom.app-track{
        margin: 0px auto;
        max-height: 180px;
    }


    .landing-header-background_banner.app-track .img-responsive.center.margin-bottom {
        right: -180px;
    }

    .display-none-mobile {
        display: none;
    }

}
/*app-track*/


p.navbar-label.bastian-foundation{
    font-weight: bold;
    font-size: 2rem;
    color: #101820;
    font-family: "CeraPRO-Bold", "Lato", sans-serif;
    line-height: 1;
    margin: 0 0 2rem 0
}

p.sf-event-title.bastian-foundation, h3.p-arts-events, h4.h-apply-graduate  {
    font-size: 2rem;
    color: #101820;
    font-family: "CeraPRO-Bold", "Lato", sans-serif;
    font-weight: normal;
    line-height: 1;
    margin: 0 0 2rem 0
}


/*hwac*/

body.vid-cs{
    background-image: url("../images/default-source/hwac/westminster-primary-logo-large.svg");
    background-color: black;
    background-size: 15%;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 0px;
}
.reveal .slides section .fragment {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s ease;
    transition: all .2s ease; }
.reveal .slides section .fragment.visible {
    opacity: 1;
    visibility: visible; }

.reveal .slides section .fragment.grow {
    opacity: 1;
    visibility: visible; }
.reveal .slides section .fragment.grow.visible {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }

.reveal .slides section .fragment.shrink {
    opacity: 1;
    visibility: visible; }
.reveal .slides section .fragment.shrink.visible {
    -webkit-transform: scale(0.7);
    transform: scale(0.7); }

.reveal .slides section .fragment.zoom-in {
    -webkit-transform: scale(0.1);
    transform: scale(0.1); }
.reveal .slides section .fragment.zoom-in.visible {
    -webkit-transform: none;
    transform: none; }

.reveal .slides section .fragment.fade-out {
    opacity: 1;
    visibility: visible; }
.reveal .slides section .fragment.fade-out.visible {
    opacity: 0;
    visibility: hidden; }

.reveal .slides section .fragment.semi-fade-out {
    opacity: 1;
    visibility: visible; }
.reveal .slides section .fragment.semi-fade-out.visible {
    opacity: 0.5;
    visibility: visible; }

.reveal .slides section .fragment.strike {
    opacity: 1;
    visibility: visible; }
.reveal .slides section .fragment.strike.visible {
    text-decoration: line-through; }

.reveal .slides section .fragment.fade-up {
    -webkit-transform: translate(0, 20%);
    transform: translate(0, 20%); }
.reveal .slides section .fragment.fade-up.visible {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }

.reveal .slides section .fragment.fade-down {
    -webkit-transform: translate(0, -20%);
    transform: translate(0, -20%); }
.reveal .slides section .fragment.fade-down.visible {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }

.reveal .slides section .fragment.fade-right {
    -webkit-transform: translate(-20%, 0);
    transform: translate(-20%, 0); }
.reveal .slides section .fragment.fade-right.visible {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }

.reveal .slides section .fragment.fade-left {
    -webkit-transform: translate(20%, 0);
    transform: translate(20%, 0); }
.reveal .slides section .fragment.fade-left.visible {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }

.reveal .slides section .fragment.current-visible {
    opacity: 0;
    visibility: hidden; }
.reveal .slides section .fragment.current-visible.current-fragment {
    opacity: 1;
    visibility: visible; }

.reveal .slides section .fragment.highlight-red,
.reveal .slides section .fragment.highlight-current-red,
.reveal .slides section .fragment.highlight-green,
.reveal .slides section .fragment.highlight-current-green,
.reveal .slides section .fragment.highlight-blue,
.reveal .slides section .fragment.highlight-current-blue {
    opacity: 1;
    visibility: visible; }

.reveal .slides section .fragment.highlight-red.visible {
    color: #ff2c2d; }

.reveal .slides section .fragment.highlight-green.visible {
    color: #17ff2e; }

.reveal .slides section .fragment.highlight-blue.visible {
    color: #1b91ff; }

.reveal .slides section .fragment.highlight-current-red.current-fragment {
    color: #ff2c2d; }

.reveal .slides section .fragment.highlight-current-green.current-fragment {
    color: #17ff2e; }

.reveal .slides section .fragment.highlight-current-blue.current-fragment {
    color: #1b91ff; }

/*********************************************
 * DEFAULT ELEMENT STYLES
 *********************************************/
/* Fixes issue in Chrome where italic fonts did not appear when printing to PDF */
.reveal:after {
    content: '';
    font-style: italic; }

.reveal iframe {
    z-index: 1; }

/** Prevents layering issues in certain browser/transition combinations */
.reveal a {
    position: relative; }

.reveal .stretch {
    max-width: none;
    max-height: none; }

.reveal pre.stretch code {
    height: 100%;
    max-height: 100%;
    box-sizing: border-box; }

/*********************************************
 * CONTROLS
 *********************************************/
.reveal .controls {
    display: none;
    position: fixed;
    width: 110px;
    height: 110px;
    z-index: 30;
    right: 10px;
    bottom: 10px;
    -webkit-user-select: none; }

.reveal .controls button {
    padding: 0;
    position: absolute;
    opacity: 0.05;
    width: 0;
    height: 0;
    background-color: transparent;
    border: 12px solid transparent;
    -webkit-transform: scale(0.9999);
    transform: scale(0.9999);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent; }

.reveal .controls .enabled {
    opacity: 0.7;
    cursor: pointer; }

.reveal .controls .enabled:active {
    margin-top: 1px; }

.reveal .controls .navigate-left {
    top: 42px;
    border-right-width: 22px;
    border-right-color: #000; }

.reveal .controls .navigate-left.fragmented {
    opacity: 0.3; }

.reveal .controls .navigate-right {
    left: 74px;
    top: 42px;
    border-left-width: 22px;
    border-left-color: #000; }

.reveal .controls .navigate-right.fragmented {
    opacity: 0.3; }

.reveal .controls .navigate-up {
    left: 42px;
    border-bottom-width: 22px;
    border-bottom-color: #000; }

.reveal .controls .navigate-up.fragmented {
    opacity: 0.3; }

.reveal .controls .navigate-down {
    left: 42px;
    top: 74px;
    border-top-width: 22px;
    border-top-color: #000; }

.reveal .controls .navigate-down.fragmented {
    opacity: 0.3; }

/*********************************************
 * PROGRESS BAR
 *********************************************/
.reveal .progress {
    position: fixed;
    display: none;
    height: 3px;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.2); }

.reveal .progress:after {
    content: '';
    display: block;
    position: absolute;
    height: 20px;
    width: 100%;
    top: -20px; }

.reveal .progress span {
    display: block;
    height: 100%;
    width: 0px;
    background-color: #000;
    -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
    transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }

/*********************************************
 * SLIDE NUMBER
 *********************************************/
.reveal .slide-number {
    position: fixed;
    display: block;
    right: 8px;
    bottom: 8px;
    z-index: 31;
    font-family: Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 5px; }

.reveal .slide-number-delimiter {
    margin: 0 3px; }

/*********************************************
 * SLIDES
 *********************************************/
.reveal {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none; }

.reveal .slides {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    overflow: visible;
    z-index: 1;
    text-align: center;
    -webkit-perspective: 600px;
    perspective: 600px;
    -webkit-perspective-origin: 50% 40%;
    perspective-origin: 50% 40%; }

.reveal .slides > section {
    -ms-perspective: 600px; }

.reveal .slides > section,
.reveal .slides > section > section {
    display: none;
    position: absolute;
    width: 100%;
    padding: 20px 0px;
    z-index: 10;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: -webkit-transform-origin 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985), -webkit-transform 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985), visibility 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985), opacity 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
    transition: transform-origin 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985), transform 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985), visibility 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985), opacity 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }

/* Global transition speed settings */
.reveal[data-transition-speed="fast"] .slides section {
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms; }

.reveal[data-transition-speed="slow"] .slides section {
    -webkit-transition-duration: 1200ms;
    transition-duration: 1200ms; }

/* Slide-specific transition speed overrides */
.reveal .slides section[data-transition-speed="fast"] {
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms; }

.reveal .slides section[data-transition-speed="slow"] {
    -webkit-transition-duration: 1200ms;
    transition-duration: 1200ms; }

.reveal .slides > section.stack {
    padding-top: 0;
    padding-bottom: 0; }

.reveal .slides > section.present,
.reveal .slides > section > section.present {
    display: block;
    z-index: 11;
    opacity: 1; }

.reveal.center,
.reveal.center .slides,
.reveal.center .slides section {
    min-height: 0 !important; }

/* Don't allow interaction with invisible slides */
.reveal .slides > section.future,
.reveal .slides > section > section.future,
.reveal .slides > section.past,
.reveal .slides > section > section.past {
    pointer-events: none; }

.reveal.overview .slides > section,
.reveal.overview .slides > section > section {
    pointer-events: auto; }

.reveal .slides > section.past,
.reveal .slides > section.future,
.reveal .slides > section > section.past,
.reveal .slides > section > section.future {
    opacity: 0; }

/*********************************************
 * Mixins for readability of transitions
 *********************************************/
/*********************************************
 * SLIDE TRANSITION
 * Aliased 'linear' for backwards compatibility
 *********************************************/
.reveal.slide section {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }

.reveal .slides > section[data-transition=slide].past,
.reveal .slides > section[data-transition~=slide-out].past,
.reveal.slide .slides > section:not([data-transition]).past {
    -webkit-transform: translate(-150%, 0);
    transform: translate(-150%, 0); }

.reveal .slides > section[data-transition=slide].future,
.reveal .slides > section[data-transition~=slide-in].future,
.reveal.slide .slides > section:not([data-transition]).future {
    -webkit-transform: translate(150%, 0);
    transform: translate(150%, 0); }

.reveal .slides > section > section[data-transition=slide].past,
.reveal .slides > section > section[data-transition~=slide-out].past,
.reveal.slide .slides > section > section:not([data-transition]).past {
    -webkit-transform: translate(0, -150%);
    transform: translate(0, -150%); }

.reveal .slides > section > section[data-transition=slide].future,
.reveal .slides > section > section[data-transition~=slide-in].future,
.reveal.slide .slides > section > section:not([data-transition]).future {
    -webkit-transform: translate(0, 150%);
    transform: translate(0, 150%); }

.reveal.linear section {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }

.reveal .slides > section[data-transition=linear].past,
.reveal .slides > section[data-transition~=linear-out].past,
.reveal.linear .slides > section:not([data-transition]).past {
    -webkit-transform: translate(-150%, 0);
    transform: translate(-150%, 0); }

.reveal .slides > section[data-transition=linear].future,
.reveal .slides > section[data-transition~=linear-in].future,
.reveal.linear .slides > section:not([data-transition]).future {
    -webkit-transform: translate(150%, 0);
    transform: translate(150%, 0); }

.reveal .slides > section > section[data-transition=linear].past,
.reveal .slides > section > section[data-transition~=linear-out].past,
.reveal.linear .slides > section > section:not([data-transition]).past {
    -webkit-transform: translate(0, -150%);
    transform: translate(0, -150%); }

.reveal .slides > section > section[data-transition=linear].future,
.reveal .slides > section > section[data-transition~=linear-in].future,
.reveal.linear .slides > section > section:not([data-transition]).future {
    -webkit-transform: translate(0, 150%);
    transform: translate(0, 150%); }

/*********************************************
 * CONVEX TRANSITION
 * Aliased 'default' for backwards compatibility
 *********************************************/
.reveal .slides > section[data-transition=default].past,
.reveal .slides > section[data-transition~=default-out].past,
.reveal.default .slides > section:not([data-transition]).past {
    -webkit-transform: translate3d(-100%, 0, 0) rotateY(-90deg) translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0) rotateY(-90deg) translate3d(-100%, 0, 0); }

.reveal .slides > section[data-transition=default].future,
.reveal .slides > section[data-transition~=default-in].future,
.reveal.default .slides > section:not([data-transition]).future {
    -webkit-transform: translate3d(100%, 0, 0) rotateY(90deg) translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0) rotateY(90deg) translate3d(100%, 0, 0); }

.reveal .slides > section > section[data-transition=default].past,
.reveal .slides > section > section[data-transition~=default-out].past,
.reveal.default .slides > section > section:not([data-transition]).past {
    -webkit-transform: translate3d(0, -300px, 0) rotateX(70deg) translate3d(0, -300px, 0);
    transform: translate3d(0, -300px, 0) rotateX(70deg) translate3d(0, -300px, 0); }

.reveal .slides > section > section[data-transition=default].future,
.reveal .slides > section > section[data-transition~=default-in].future,
.reveal.default .slides > section > section:not([data-transition]).future {
    -webkit-transform: translate3d(0, 300px, 0) rotateX(-70deg) translate3d(0, 300px, 0);
    transform: translate3d(0, 300px, 0) rotateX(-70deg) translate3d(0, 300px, 0); }

.reveal .slides > section[data-transition=convex].past,
.reveal .slides > section[data-transition~=convex-out].past,
.reveal.convex .slides > section:not([data-transition]).past {
    -webkit-transform: translate3d(-100%, 0, 0) rotateY(-90deg) translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0) rotateY(-90deg) translate3d(-100%, 0, 0); }

.reveal .slides > section[data-transition=convex].future,
.reveal .slides > section[data-transition~=convex-in].future,
.reveal.convex .slides > section:not([data-transition]).future {
    -webkit-transform: translate3d(100%, 0, 0) rotateY(90deg) translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0) rotateY(90deg) translate3d(100%, 0, 0); }

.reveal .slides > section > section[data-transition=convex].past,
.reveal .slides > section > section[data-transition~=convex-out].past,
.reveal.convex .slides > section > section:not([data-transition]).past {
    -webkit-transform: translate3d(0, -300px, 0) rotateX(70deg) translate3d(0, -300px, 0);
    transform: translate3d(0, -300px, 0) rotateX(70deg) translate3d(0, -300px, 0); }

.reveal .slides > section > section[data-transition=convex].future,
.reveal .slides > section > section[data-transition~=convex-in].future,
.reveal.convex .slides > section > section:not([data-transition]).future {
    -webkit-transform: translate3d(0, 300px, 0) rotateX(-70deg) translate3d(0, 300px, 0);
    transform: translate3d(0, 300px, 0) rotateX(-70deg) translate3d(0, 300px, 0); }

/*********************************************
 * CONCAVE TRANSITION
 *********************************************/
.reveal .slides > section[data-transition=concave].past,
.reveal .slides > section[data-transition~=concave-out].past,
.reveal.concave .slides > section:not([data-transition]).past {
    -webkit-transform: translate3d(-100%, 0, 0) rotateY(90deg) translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0) rotateY(90deg) translate3d(-100%, 0, 0); }

.reveal .slides > section[data-transition=concave].future,
.reveal .slides > section[data-transition~=concave-in].future,
.reveal.concave .slides > section:not([data-transition]).future {
    -webkit-transform: translate3d(100%, 0, 0) rotateY(-90deg) translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0) rotateY(-90deg) translate3d(100%, 0, 0); }

.reveal .slides > section > section[data-transition=concave].past,
.reveal .slides > section > section[data-transition~=concave-out].past,
.reveal.concave .slides > section > section:not([data-transition]).past {
    -webkit-transform: translate3d(0, -80%, 0) rotateX(-70deg) translate3d(0, -80%, 0);
    transform: translate3d(0, -80%, 0) rotateX(-70deg) translate3d(0, -80%, 0); }

.reveal .slides > section > section[data-transition=concave].future,
.reveal .slides > section > section[data-transition~=concave-in].future,
.reveal.concave .slides > section > section:not([data-transition]).future {
    -webkit-transform: translate3d(0, 80%, 0) rotateX(70deg) translate3d(0, 80%, 0);
    transform: translate3d(0, 80%, 0) rotateX(70deg) translate3d(0, 80%, 0); }

/*********************************************
 * ZOOM TRANSITION
 *********************************************/
.reveal .slides section[data-transition=zoom],
.reveal.zoom .slides section:not([data-transition]) {
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease; }

.reveal .slides > section[data-transition=zoom].past,
.reveal .slides > section[data-transition~=zoom-out].past,
.reveal.zoom .slides > section:not([data-transition]).past {
    visibility: hidden;
    -webkit-transform: scale(16);
    transform: scale(16); }

.reveal .slides > section[data-transition=zoom].future,
.reveal .slides > section[data-transition~=zoom-in].future,
.reveal.zoom .slides > section:not([data-transition]).future {
    visibility: hidden;
    -webkit-transform: scale(0.2);
    transform: scale(0.2); }

.reveal .slides > section > section[data-transition=zoom].past,
.reveal .slides > section > section[data-transition~=zoom-out].past,
.reveal.zoom .slides > section > section:not([data-transition]).past {
    -webkit-transform: translate(0, -150%);
    transform: translate(0, -150%); }

.reveal .slides > section > section[data-transition=zoom].future,
.reveal .slides > section > section[data-transition~=zoom-in].future,
.reveal.zoom .slides > section > section:not([data-transition]).future {
    -webkit-transform: translate(0, 150%);
    transform: translate(0, 150%); }

/*********************************************
 * CUBE TRANSITION
 *********************************************/
.reveal.cube .slides {
    -webkit-perspective: 1300px;
    perspective: 1300px; }

.reveal.cube .slides section {
    padding: 30px;
    min-height: 700px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box; }

.reveal.center.cube .slides section {
    min-height: 0; }

.reveal.cube .slides section:not(.stack):before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    -webkit-transform: translateZ(-20px);
    transform: translateZ(-20px); }

.reveal.cube .slides section:not(.stack):after {
    content: '';
    position: absolute;
    display: block;
    width: 90%;
    height: 30px;
    left: 5%;
    bottom: 0;
    background: none;
    z-index: 1;
    border-radius: 4px;
    box-shadow: 0px 95px 25px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateZ(-90px) rotateX(65deg);
    transform: translateZ(-90px) rotateX(65deg); }

.reveal.cube .slides > section.stack {
    padding: 0;
    background: none; }

.reveal.cube .slides > section.past {
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    -webkit-transform: translate3d(-100%, 0, 0) rotateY(-90deg);
    transform: translate3d(-100%, 0, 0) rotateY(-90deg); }

.reveal.cube .slides > section.future {
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: translate3d(100%, 0, 0) rotateY(90deg);
    transform: translate3d(100%, 0, 0) rotateY(90deg); }

.reveal.cube .slides > section > section.past {
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: translate3d(0, -100%, 0) rotateX(90deg);
    transform: translate3d(0, -100%, 0) rotateX(90deg); }

.reveal.cube .slides > section > section.future {
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: translate3d(0, 100%, 0) rotateX(-90deg);
    transform: translate3d(0, 100%, 0) rotateX(-90deg); }

/*********************************************
 * PAGE TRANSITION
 *********************************************/
.reveal.page .slides {
    -webkit-perspective-origin: 0% 50%;
    perspective-origin: 0% 50%;
    -webkit-perspective: 3000px;
    perspective: 3000px; }

.reveal.page .slides section {
    padding: 30px;
    min-height: 700px;
    box-sizing: border-box; }

.reveal.page .slides section.past {
    z-index: 12; }

.reveal.page .slides section:not(.stack):before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.1);
    -webkit-transform: translateZ(-20px);
    transform: translateZ(-20px); }

.reveal.page .slides section:not(.stack):after {
    content: '';
    position: absolute;
    display: block;
    width: 90%;
    height: 30px;
    left: 5%;
    bottom: 0;
    background: none;
    z-index: 1;
    border-radius: 4px;
    box-shadow: 0px 95px 25px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateZ(-90px) rotateX(65deg); }

.reveal.page .slides > section.stack {
    padding: 0;
    background: none; }

.reveal.page .slides > section.past {
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: translate3d(-40%, 0, 0) rotateY(-80deg);
    transform: translate3d(-40%, 0, 0) rotateY(-80deg); }

.reveal.page .slides > section.future {
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

.reveal.page .slides > section > section.past {
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: translate3d(0, -40%, 0) rotateX(80deg);
    transform: translate3d(0, -40%, 0) rotateX(80deg); }

.reveal.page .slides > section > section.future {
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

/*********************************************
 * FADE TRANSITION
 *********************************************/
.reveal .slides section[data-transition=fade],
.reveal.fade .slides section:not([data-transition]),
.reveal.fade .slides > section > section:not([data-transition]) {
    -webkit-transform: none;
    transform: none;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s; }

.reveal.fade.overview .slides section,
.reveal.fade.overview .slides > section > section {
    -webkit-transition: none;
    transition: none; }

/*********************************************
 * NO TRANSITION
 *********************************************/
.reveal .slides section[data-transition=none],
.reveal.none .slides section:not([data-transition]) {
    -webkit-transform: none;
    transform: none;
    -webkit-transition: none;
    transition: none; }

/*********************************************
 * PAUSED MODE
 *********************************************/
.reveal .pause-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    visibility: hidden;
    opacity: 0;
    z-index: 100;
    -webkit-transition: all 1s ease;
    transition: all 1s ease; }

.reveal.paused .pause-overlay {
    visibility: visible;
    opacity: 1; }

/*********************************************
 * FALLBACK
 *********************************************/
.no-transforms {
    overflow-y: auto; }

.no-transforms .reveal .slides {
    position: relative;
    width: 80%;
    height: auto !important;
    top: 0;
    left: 50%;
    margin: 0;
    text-align: center; }

.no-transforms .reveal .controls,
.no-transforms .reveal .progress {
    display: none !important; }

.no-transforms .reveal .slides section {
    display: block !important;
    opacity: 1 !important;
    position: relative !important;
    height: auto;
    min-height: 0;
    top: 0;
    left: -50%;
    margin: 70px 0;
    -webkit-transform: none;
    transform: none; }

.no-transforms .reveal .slides section section {
    left: 0; }

.reveal .no-transition,
.reveal .no-transition * {
    -webkit-transition: none !important;
    transition: none !important; }

/*********************************************
 * PER-SLIDE BACKGROUNDS
 *********************************************/
.reveal .backgrounds {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-perspective: 600px;
    perspective: 600px; }

.reveal .slide-background {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    background-color: transparent;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
    transition: all 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }

.reveal .slide-background.stack {
    display: block; }

.reveal .slide-background.present {
    opacity: 1;
    visibility: visible; }

.print-pdf .reveal .slide-background {
    opacity: 1 !important;
    visibility: visible !important; }

/* Video backgrounds */
.reveal .slide-background video {
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    top: 0;
    left: 0; }

/* Immediate transition style */
.reveal[data-background-transition=none] > .backgrounds .slide-background,
.reveal > .backgrounds .slide-background[data-background-transition=none] {
    -webkit-transition: none;
    transition: none; }

/* Slide */
.reveal[data-background-transition=slide] > .backgrounds .slide-background,
.reveal > .backgrounds .slide-background[data-background-transition=slide] {
    opacity: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }

.reveal[data-background-transition=slide] > .backgrounds .slide-background.past,
.reveal > .backgrounds .slide-background.past[data-background-transition=slide] {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0); }

.reveal[data-background-transition=slide] > .backgrounds .slide-background.future,
.reveal > .backgrounds .slide-background.future[data-background-transition=slide] {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0); }

.reveal[data-background-transition=slide] > .backgrounds .slide-background > .slide-background.past,
.reveal > .backgrounds .slide-background > .slide-background.past[data-background-transition=slide] {
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%); }

.reveal[data-background-transition=slide] > .backgrounds .slide-background > .slide-background.future,
.reveal > .backgrounds .slide-background > .slide-background.future[data-background-transition=slide] {
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%); }

/* Convex */
.reveal[data-background-transition=convex] > .backgrounds .slide-background.past,
.reveal > .backgrounds .slide-background.past[data-background-transition=convex] {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotateY(-90deg) translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0) rotateY(-90deg) translate3d(-100%, 0, 0); }

.reveal[data-background-transition=convex] > .backgrounds .slide-background.future,
.reveal > .backgrounds .slide-background.future[data-background-transition=convex] {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotateY(90deg) translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0) rotateY(90deg) translate3d(100%, 0, 0); }

.reveal[data-background-transition=convex] > .backgrounds .slide-background > .slide-background.past,
.reveal > .backgrounds .slide-background > .slide-background.past[data-background-transition=convex] {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0) rotateX(90deg) translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0) rotateX(90deg) translate3d(0, -100%, 0); }

.reveal[data-background-transition=convex] > .backgrounds .slide-background > .slide-background.future,
.reveal > .backgrounds .slide-background > .slide-background.future[data-background-transition=convex] {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0) rotateX(-90deg) translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0) rotateX(-90deg) translate3d(0, 100%, 0); }

/* Concave */
.reveal[data-background-transition=concave] > .backgrounds .slide-background.past,
.reveal > .backgrounds .slide-background.past[data-background-transition=concave] {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotateY(90deg) translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0) rotateY(90deg) translate3d(-100%, 0, 0); }

.reveal[data-background-transition=concave] > .backgrounds .slide-background.future,
.reveal > .backgrounds .slide-background.future[data-background-transition=concave] {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotateY(-90deg) translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0) rotateY(-90deg) translate3d(100%, 0, 0); }

.reveal[data-background-transition=concave] > .backgrounds .slide-background > .slide-background.past,
.reveal > .backgrounds .slide-background > .slide-background.past[data-background-transition=concave] {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0) rotateX(-90deg) translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0) rotateX(-90deg) translate3d(0, -100%, 0); }

.reveal[data-background-transition=concave] > .backgrounds .slide-background > .slide-background.future,
.reveal > .backgrounds .slide-background > .slide-background.future[data-background-transition=concave] {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0) rotateX(90deg) translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0) rotateX(90deg) translate3d(0, 100%, 0); }

/* Zoom */
.reveal[data-background-transition=zoom] > .backgrounds .slide-background,
.reveal > .backgrounds .slide-background[data-background-transition=zoom] {
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease; }

.reveal[data-background-transition=zoom] > .backgrounds .slide-background.past,
.reveal > .backgrounds .slide-background.past[data-background-transition=zoom] {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(16);
    transform: scale(16); }

.reveal[data-background-transition=zoom] > .backgrounds .slide-background.future,
.reveal > .backgrounds .slide-background.future[data-background-transition=zoom] {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.2);
    transform: scale(0.2); }

.reveal[data-background-transition=zoom] > .backgrounds .slide-background > .slide-background.past,
.reveal > .backgrounds .slide-background > .slide-background.past[data-background-transition=zoom] {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(16);
    transform: scale(16); }

.reveal[data-background-transition=zoom] > .backgrounds .slide-background > .slide-background.future,
.reveal > .backgrounds .slide-background > .slide-background.future[data-background-transition=zoom] {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.2);
    transform: scale(0.2); }

/* Global transition speed settings */
.reveal[data-transition-speed="fast"] > .backgrounds .slide-background {
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms; }

.reveal[data-transition-speed="slow"] > .backgrounds .slide-background {
    -webkit-transition-duration: 1200ms;
    transition-duration: 1200ms; }

/*********************************************
 * OVERVIEW
 *********************************************/
.reveal.overview {
    -webkit-perspective-origin: 50% 50%;
    perspective-origin: 50% 50%;
    -webkit-perspective: 700px;
    perspective: 700px; }
.reveal.overview .slides section {
    height: 100%;
    top: 0 !important;
    opacity: 1 !important;
    overflow: hidden;
    visibility: visible !important;
    cursor: pointer;
    box-sizing: border-box; }
.reveal.overview .slides section:hover,
.reveal.overview .slides section.present {
    outline: 10px solid rgba(150, 150, 150, 0.4);
    outline-offset: 10px; }
.reveal.overview .slides section .fragment {
    opacity: 1;
    -webkit-transition: none;
    transition: none; }
.reveal.overview .slides section:after,
.reveal.overview .slides section:before {
    display: none !important; }
.reveal.overview .slides > section.stack {
    padding: 0;
    top: 0 !important;
    background: none;
    outline: none;
    overflow: visible; }
.reveal.overview .backgrounds {
    -webkit-perspective: inherit;
    perspective: inherit; }
.reveal.overview .backgrounds .slide-background {
    opacity: 1;
    visibility: visible;
    outline: 10px solid rgba(150, 150, 150, 0.1);
    outline-offset: 10px; }

.reveal.overview .slides section,
.reveal.overview-deactivating .slides section {
    -webkit-transition: none;
    transition: none; }

.reveal.overview .backgrounds .slide-background,
.reveal.overview-deactivating .backgrounds .slide-background {
    -webkit-transition: none;
    transition: none; }

.reveal.overview-animated .slides {
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease; }

/*********************************************
 * RTL SUPPORT
 *********************************************/
.reveal.rtl .slides,
.reveal.rtl .slides h1,
.reveal.rtl .slides h2,
.reveal.rtl .slides h3,
.reveal.rtl .slides h4,
.reveal.rtl .slides h5,
.reveal.rtl .slides h6 {
    direction: rtl;
    font-family: sans-serif; }

.reveal.rtl pre,
.reveal.rtl code {
    direction: ltr; }

.reveal.rtl ol,
.reveal.rtl ul {
    text-align: right; }

.reveal.rtl .progress span {
    float: right; }

/*********************************************
 * PARALLAX BACKGROUND
 *********************************************/
.reveal.has-parallax-background .backgrounds {
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease; }

/* Global transition speed settings */
.reveal.has-parallax-background[data-transition-speed="fast"] .backgrounds {
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms; }

.reveal.has-parallax-background[data-transition-speed="slow"] .backgrounds {
    -webkit-transition-duration: 1200ms;
    transition-duration: 1200ms; }

/*********************************************
 * LINK PREVIEW OVERLAY
 *********************************************/
.reveal .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.reveal .overlay.visible {
    opacity: 1;
    visibility: visible; }

.reveal .overlay .spinner {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px;
    z-index: 10;
    background-image: url(data:image/gif;base64,R0lGODlhIAAgAPMAAJmZmf%2F%2F%2F6%2Bvr8nJybW1tcDAwOjo6Nvb26ioqKOjo7Ozs%2FLy8vz8%2FAAAAAAAAAAAACH%2FC05FVFNDQVBFMi4wAwEAAAAh%2FhpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh%2BQQJCgAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ%2FV%2FnmOM82XiHRLYKhKP1oZmADdEAAAh%2BQQJCgAAACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY%2FCZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB%2BA4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6%2BHo7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq%2BB6QDtuetcaBPnW6%2BO7wDHpIiK9SaVK5GgV543tzjgGcghAgAh%2BQQJCgAAACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK%2B%2BG%2Bw48edZPK%2BM6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkECQoAAAAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE%2BG%2BcD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm%2BFNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk%2BaV%2BoJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkECQoAAAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0%2FVNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAkKAAAALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc%2BXiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq%2BE71SRQeyqUToLA7VxF0JDyIQh%2FMVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30%2FiI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE%2FjiuL04RGEBgwWhShRgQExHBAAh%2BQQJCgAAACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR%2BipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAkKAAAALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq%2BE71SRQeyqUToLA7VxF0JDyIQh%2FMVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq%2BE71SRQeyqUToLA7VxF0JDyIQh%2FMVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY%2BYip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd%2BMFCN6HAAIKgNggY0KtEBAAh%2BQQJCgAAACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1%2BvsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d%2BjYUqfAhhykOFwJWiAAAIfkECQoAAAAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg%2BygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0%2Bbm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h%2BKr0SJ8MFihpNbx%2B4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX%2BBP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAAA%3D%3D);
    visibility: visible;
    opacity: 0.6;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.reveal .overlay header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 40px;
    z-index: 2;
    border-bottom: 1px solid #222; }

.reveal .overlay header a {
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 0 10px;
    float: right;
    opacity: 0.6;
    box-sizing: border-box; }

.reveal .overlay header a:hover {
    opacity: 1; }

.reveal .overlay header a .icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-position: 50% 50%;
    background-size: 100%;
    background-repeat: no-repeat; }

.reveal .overlay header a.close .icon {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAABkklEQVRYR8WX4VHDMAxG6wnoJrABZQPYBCaBTWAD2g1gE5gg6OOsXuxIlr40d81dfrSJ9V4c2VLK7spHuTJ/5wpM07QXuXc5X0opX2tEJcadjHuV80li/FgxTIEK/5QBCICBD6xEhSMGHgQPgBgLiYVAB1dpSqKDawxTohFw4JSEA3clzgIBPCURwE2JucBR7rhPJJv5OpJwDX+SfDjgx1wACQeJG1aChP9K/IMmdZ8DtESV1WyP3Bt4MwM6sj4NMxMYiqUWHQu4KYA/SYkIjOsm3BXYWMKFDwU2khjCQ4ELJUJ4SmClRArOCmSXGuKma0fYD5CbzHxFpCSGAhfAVSSUGDUk2BWZaff2g6GE15BsBQ9nwmpIGDiyHQddwNTMKkbZaf9fajXQca1EX44puJZUsnY0ObGmITE3GVLCbEhQUjGVt146j6oasWN+49Vph2w1pZ5EansNZqKBm1txbU57iRRcZ86RWMDdWtBJUHBHwoQPi1GV+JCbntmvok7iTX4/Up9mgyTc/FJYDTcndgH/AA5A/CHsyEkVAAAAAElFTkSuQmCC); }

.reveal .overlay header a.external .icon {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAcElEQVRYR+2WSQoAIQwEzf8f7XiOMkUQxUPlGkM3hVmiQfQR9GYnH1SsAQlI4DiBqkCMoNb9y2e90IAEJPAcgdznU9+engMaeJ7Azh5Y1U67gAho4DqBqmB1buAf0MB1AlVBek83ZPkmJMGc1wAR+AAqod/B97TRpQAAAABJRU5ErkJggg==); }

.reveal .overlay .viewport {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    top: 40px;
    right: 0;
    bottom: 0;
    left: 0; }

.reveal .overlay.overlay-preview .viewport iframe {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    border: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.reveal .overlay.overlay-preview.loaded .viewport iframe {
    opacity: 1;
    visibility: visible; }

.reveal .overlay.overlay-preview.loaded .spinner {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.2);
    transform: scale(0.2); }

.reveal .overlay.overlay-help .viewport {
    overflow: auto;
    color: #fff; }

.reveal .overlay.overlay-help .viewport .viewport-inner {
    width: 600px;
    margin: auto;
    padding: 20px 20px 80px 20px;
    text-align: center;
    letter-spacing: normal; }

.reveal .overlay.overlay-help .viewport .viewport-inner .title {
    font-size: 20px; }

.reveal .overlay.overlay-help .viewport .viewport-inner table {
    border: 1px solid #fff;
    border-collapse: collapse;
    font-size: 16px; }

.reveal .overlay.overlay-help .viewport .viewport-inner table th,
.reveal .overlay.overlay-help .viewport .viewport-inner table td {
    width: 200px;
    padding: 14px;
    border: 1px solid #fff;
    vertical-align: middle; }

.reveal .overlay.overlay-help .viewport .viewport-inner table th {
    padding-top: 20px;
    padding-bottom: 20px; }

/*********************************************
 * PLAYBACK COMPONENT
 *********************************************/
.reveal .playback {
    position: fixed;
    left: 15px;
    bottom: 20px;
    z-index: 30;
    cursor: pointer;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease; }

.reveal.overview .playback {
    opacity: 0;
    visibility: hidden; }

/*********************************************
 * ROLLING LINKS
 *********************************************/
.reveal .roll {
    display: inline-block;
    line-height: 1.2;
    overflow: hidden;
    vertical-align: top;
    -webkit-perspective: 400px;
    perspective: 400px;
    -webkit-perspective-origin: 50% 50%;
    perspective-origin: 50% 50%; }

.reveal .roll:hover {
    background: none;
    text-shadow: none; }

.reveal .roll span {
    display: block;
    position: relative;
    padding: 0 2px;
    pointer-events: none;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }

.reveal .roll:hover span {
    background: rgba(0, 0, 0, 0.5);
    -webkit-transform: translate3d(0px, 0px, -45px) rotateX(90deg);
    transform: translate3d(0px, 0px, -45px) rotateX(90deg); }

.reveal .roll span:after {
    content: attr(data-title);
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 2px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transform: translate3d(0px, 110%, 0px) rotateX(-90deg);
    transform: translate3d(0px, 110%, 0px) rotateX(-90deg); }

/*********************************************
 * SPEAKER NOTES
 *********************************************/
.reveal aside.notes {
    display: none; }

.reveal .speaker-notes {
    display: none;
    position: absolute;
    width: 70%;
    max-height: 15%;
    left: 15%;
    bottom: 26px;
    padding: 10px;
    z-index: 1;
    font-size: 18px;
    line-height: 1.4;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: auto;
    box-sizing: border-box;
    text-align: left;
    font-family: Helvetica, sans-serif;
    -webkit-overflow-scrolling: touch; }

.reveal .speaker-notes.visible:not(:empty) {
    display: block; }

@media screen and (max-width: 1024px) {
    .reveal .speaker-notes {
        font-size: 14px; } }

@media screen and (max-width: 600px) {
    .reveal .speaker-notes {
        width: 90%;
        left: 5%; } }

@media (max-width: 992px) {
    #MainContent_C067_Col00 {
        position: relative !important;
        top: 0% !important;
    } }

/*hwac*/

.muted {
	color: #666;
}

.small {
	font-size: .7em
}

h1.title {
 padding: 50px;
}

.stat {
    color: #000;
    font-size: 3.5vw;
    font-weight: 500;
    line-height: 1.1;
    font-variant-numeric: lining-nums;
}




.homepage-mobile-banner {
			background-image: url("https://westminstercollege.edu/_resources/images/default-source/residence-life/banner-images/resident-life-xl-retina-videobg.jpg");
			}

.image.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.fa-check-circle {
	color: green 
}

.fa-times-circle {
	color: red
}

.wcore-requirements{
  color:#211551 !important;
}
.wcore-stat-large{
  font-size: 14rem;
  }
.wcore-stat-description{
  font-size: 3rem;
  padding: 60px 0;
}
.wcore-description-container{
  position: relative;
  bottom:30px;
}
.wcore-quote{
  font-style: italic;
  font-size: 1.8rem;
  color:#211551 !important;
}
.wcore-quote-by{
  color:#211551 !important;
  font-size: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .wcore-stat-description{
    padding:0px;
  }
  .wcore-stat-large{
    height:150px;
  }
  .wcore-description-container{
    position: relative;
    bottom:0px;
    text-align:center;
  }
	.wcore-description-container ul {
		display: inline-block;
        text-align:center;
	}
	.wcore-description-container ul li {
		text-align:center;
	}
	
  .wcore-stat-container{
    text-align:center;
  }
}

#de {
	color:white;
	padding-right: 0.5rem;
}

	@media only screen and (max-width: 850px) {
    .sideways-logo-img {
        display: none;
    }
}

.card.feature__card.feature__card--right-at-medium {
z-index: 1;
}


.card.feature__card.feature__card--left-at-medium {
z-index: 1;
}
.statsDisplay {
  width: 100%;
  padding: 12px 15px;
}
.bs4 .name {
  /*! margin: 0 0 2px 0px !important; */
  text-align: left;
  font-size: 18px;
  font-family: "CeraPro-Bold";
  min-height: 16px;
  display: block;
  
}
.statsDisplay-outer {
	background: #e9e8ee;
	height: auto;
	border-radius: 0;
	padding: 0px 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
	position: relative;
	/* background: none; */
}
.statsText-p {
  margin: 0px !important;
  line-height: 12px;
  font-family: "CeraPro-Bold";
  letter-spacing: .5px !important;
  color: #777;
  width: 100% !important;
}

.bs4 p.statsText-p {
  font-size: 14px !important;
}

.statsDisplay-inner {

  position: relative;
  top: 0px;
  left: 0px;
  padding: 0;
  overflow: hidden;
  color: white;
  background: #8252c7;
  border-radius: 0px;
  min-width: 8px;
  height: 24px;
  /*! padding: 4px 20px; */
}

.stat {
  font-size: inherit;
}

.text-in {

  padding: 4px 20px;
}

.card{
  -webkit-box-shadow: 0 0.4rem 0.8rem rgba(0,0,0,0.12);
          box-shadow: 0 0.4rem 1.2rem rgba(0,0,0,0.12);
  border: none;
}

.image-box-shadow {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.directory-grey-plate {
	height: 70%
}

.fa-arrow-right {
	color: #F1F1DE
}
h5.get-involved.section {
    color: #101820 !important;
}

h4.get-involved.section {
    color: #101820 !important;
}

h3.get-involved.section {
    color: #101820 !important;
}

h2.get-involved.section {
	color: #101820 !important;
}

h1.get-involved.section {
	color: #101820 !important;
}

p.get-involved.section {
	color: #101820 !important;
}

li.get-involved.section {
	color: #101820 !important;
}

a.get-involved.section {
	color: #101820 !important;
}

/*css for Image Fade in Text Component*/

.image-overlay-container-featured {
  position: relative;
  width: 33.3%;
  height: 440px;
}

.image-overlay-container {
  position: relative;
  width: 100%;
}

.image-overlay {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #9D581F;
}

.overlay-instagram {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #F1F1DE;
}

.overlay-asw {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #bc9b6a;
}


.image-overlay-container-featured:hover .overlay {
  opacity: .9;
}

.image-overlay-container:hover .overlay {
  opacity: .9;
}

.image-overlay-container-featured:hover .overlay-asw {
  opacity: 1;
}

.image-overlay-container:hover .overlay-asw {
  opacity: 1;
}

.image-overlay-container:hover .overlay-instagram {
  opacity: .9;
}

.image-overlay-text {
  color: #FFFFFF;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: 500;	
  font-size: 2.1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  text-transform: uppercase
}

.image-overlay-text-asw {
  color: #000000;
  text-transform: uppercase;
  font-weight: 500;	
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.image-overlay-text-instagram {
  color: #000000;
  font-weight: bold;	
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 70%;
  font-size: .85em
}

@media only screen and (max-width: 1200px) { 
	.image-overlay-text-instagram{ 
		font-size: .75em 
	}
	
@media only screen and (max-width: 990px) { 
	.image-overlay-text-instagram{ 
		font-size: 1em 
	}


/*end Image Fade in Text Component css ^^^*/

.profile-card-title h4, .profile-card-title h5, .profile-card-title li {
    color: #101820;
}

.profile-card-title a, .link {
	color: #8252c7;
	line-height: 1.5
}

.plate-thistle .profile-card-footer .button {
	background-color: #211551 !important;
    color: #f1f1de !important
}

.plate-thistle .profile-card-footer .button:hover,
.plate-thistle .profile-card-footer .button:focus {
    background-color: #f3f3f4 !important;
    color: #8252c7 !important;
}

/*css for image fade component for new story hub page */
.image-container {
  position: relative;
  text-align: center;
}

.opacity-fade {
opacity: .6
}

.opacity-fade:hover {
  opacity: 1.0;
}


.image-text-centered {
  position: absolute;
  color: #ffffff;
  font-weight: bold;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/*end image fade css */

.full-box-shadow {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.bottom-box-shadow {
	box-shadow: 0 1rem 1rem -0.6rem rgb(0 0 0 / 25%);
}

.bold-italic {
	font-family: "CeraPRO-Bold", "Lato", sans-serif;
	font-style: italic;
}

.hidden-copyright {
	display: none
}

		.bs4 h2, .bs4 h3 {
	letter-spacing: -.75px;
	line-height: 1.5;
}



.pillar-content-inner h3, .pillar-content-inner p {
  text-shadow: 0px 0px 8px #0e072a;
}


.honorsCol .pillar-content-inner h3, .honorsCol .pillar-content-inner p,
.scholarshipsCol .pillar-content-inner h3, .scholarshipsCol .pillar-content-inner p,
.perfArtsCol .pillar-content-inner h3, .perfArtsCol .pillar-content-inner p {
  text-shadow: 0px 0px 8px #fff;
  color: #211551;
}

#MainContent_C054_Col00 h2 {
  color: #211551;
}

.plate-purple h1, .plate-purple h2, .plate-purple h3, .plate-purple h4, .plate-purple h5, .plate-purple h6, .plate-purple p {
	color: white !important;
}

.text-regular {
	font-family: "CeraPro-Regular","Lato",sans-serif;
}

#givingHome-pillarSection .giving-pillar-content .pillar-content-inner {
	z-index: 100 !important;
	position: relative;
}
#givingHome-pillarSection .giving-pillar-col {
	padding: 15px 15px 0px 15px;
	position: relative;
}
#givingHome-pillarSection .giving-pillar-content {
	padding: 45px 65px;
	width: 100%;
	height: 100%;
	background: #211551;
	position: relative;
}

#givingHome-pillarSection .honorsCol .giving-pillar-content {
	background: none;
}
#givingHome-pillarSection .giving-pillar-content * {
	color: white;
}
#givingHome-pillarSection .honorsCol .giving-pillar-content * {
	color: #211551;
}
#givingHome-pillarSection .honorsCol .giving-pillar-content .button {
	color: white;
}
#givingHome-pillarSection .honorsCol .giving-pillar-content .button * {
	color: white;
}
#givingHome-pillarSection .background-image-container {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	overflow: hidden;
	z-index: 0;
	opacity: 0.6;
}
.background-image-container .ratio_container {
	height: 100%;
	padding-bottom: 0;
}
/* #givingHome-pillarSection #westminsterFundCol .background-image-container .portrait img {
	width: auto !important;
	min-width: unset !important;
	height: 100%;
}
*/
.giving-pillar-content * {
	text-align: center;
}
.giving-pillar-content p {
	font-size: 16px;
}
.giving-pillar-content h3 {
	font-size: 40px;
}
.infoCol-show.button {
	color: white;
	background: #8252c7;
	margin-top: 36px;
	width: auto;
	font-size: 14px;
}
.infoCol-show.button:hover {
	color: white;
	background: #221551;
	margin-top: 36px;
}
.large-giving-pillar-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
	min-height: 100vh;
}
.negMarginImage {
	background: none;
	height: 0;
	padding-bottom: 115%;
	width: 100%;
	margin-top: -9vw;
	overflow: hidden;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.negMarginImage img {
	height: 100%;
	width: auto;
	position: absolute;
	z-index: 100;
}
.scholarshipsCol {
	padding: 0px !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.pillar-content-inner {
	max-width: 810px;
}
#westminsterFundCol h3 {
	font-size: 3.6vw;
}
#westminsterFundCol p {
	font-size: 20px;
}
#westminsterFundCol .infoCol-show.button {
	font-size: 16px;
	margin-top: 40px;
}
@media only screen and (max-width: 1199px) {
	.negMarginImage {
		margin-top: 15px;
	}
	.p-0.pr-md-15 {
		padding-right: 7.5px !important;
	}
	.scholarshipsCol {
		padding: 45px !important;
	}
	.accessSuccessCol {
		padding-right: 7.5px !important;
		min-height: 50vh;
	}
	.honorsCol {
		padding-left: 7.5px !important;
		min-height: 50vh;
	}
	#westminsterFundCol h3 {
		font-size: 5vw;
	}
	#westminsterFundCol p {
		font-size: 20px;
	}
	#westminsterFundCol .infoCol-show.button {
		font-size: 16px;
		margin-top: 40px;
	}
}
@media only screen and (max-width: 992px) {
	.negMarginImage {
		margin-top: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.p-0.pr-md-15 {
		padding-right: 0px !important;
	}
	.accessSuccessCol {
		padding-right: 15px !important;
	}
	.honorsCol {
		padding-left: 15px !important;
	}
	.giving-pillar-content {
		min-height: 50vw;
	}
}
@media only screen and (max-width: 992px) {
	.giving-pillar-content, .large-giving-pillar-content {
		min-height: 60vw;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.scholarshipsCol {
		min-height: 0;
		height: auto;
	}
	.scholarshipsCol .giving-pillar-content {
		min-height: 0;
		height: auto;
	}
	.negMarginImage {
		padding-bottom: 50%;
	}
}
@media only screen and (max-width: 767px) {
	#westminsterFundCol .infoCol-show.button {
		font-size: 14px;
		margin-top: 40px;
	}
	#westminsterFundCol p {
		font-size: 16px;
	}
	.giving-pillar-content p {
		font-size: 16px;
	}
	#westminsterFundCol h3, .giving-pillar-content h3 {
		font-size: 32px;
		margin-bottom: 32px;
	}
}
@media only screen and (max-width: 600px) {
	.giving-pillar-content * {
		text-align: left;
	}
	.giving-pillar-content p {
		font-size: 14px;
	}
	.giving-pillar-content h3 {
		text-align: center;
	}
	.negMarginImage {
		padding-bottom: 100%;
	}
	.infoCol-show.button {
		width: 100%;
		text-align: center;
	}
}
@media only screen and (max-width: 480px) {
	#givingHome-pillarSection .giving-pillar-content, .scholarshipsCol {
		padding: 28px !important;
	}
	#westminsterFundCol, .accessSuccessCol, .honorsCol, .scholarshipsCol .pillar-content-inner {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	#westminsterFundCol .infoCol-show.button {
		font-size: 14px;
		margin-top: 40px;
	}
	#westminsterFundCol p {
		font-size: 14px;
	}
	.giving-pillar-content p {
		font-size: 14px;
	}
	#westminsterFundCol h3, .giving-pillar-content h3 {
		font-size: 28px;
	}
}
@media only screen and (max-width: 400px) {
	#westminsterFundCol .infoCol-show.button {
		font-size: 14px;
		margin-top: 40px;
	}
	#westminsterFundCol p {
		font-size: 14px;
	}
	.giving-pillar-content p {
		font-size: 14px;
	}
	#westminsterFundCol h3, .giving-pillar-content h3 {
		font-size: 24px;
	}
	.xs-sr-only {
		position: absolute;
		height: 1px;
		width: 1px;
		overflow: hidden !important;
	}
}
#givingHome-pillarSection .giving-pillar-content .pillar-content-inner {
	z-index: 100 !important;
	position: relative;
}
#givingHome-pillarSection .giving-pillar-col {
	padding: 15px 15px 0px 15px;
	position: relative;
}
#givingHome-pillarSection .giving-pillar-content {
	padding: 45px 65px;
	width: 100%;
	height: 100%;
	background: #211551;
	position: relative;
}
#givingHome-pillarSection .honorsCol .giving-pillar-content {
	background: none;
}
#givingHome-pillarSection .giving-pillar-content * {
	color: white;
}
#givingHome-pillarSection .honorsCol .giving-pillar-content * {
	color: #211551;
}
#givingHome-pillarSection .honorsCol .giving-pillar-content .button {
	color: white;
}
#givingHome-pillarSection .honorsCol .giving-pillar-content .button * {
	color: white;
}
#givingHome-pillarSection .background-image-container {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	overflow: hidden;
	z-index: 0;
	opacity: 0.55;
}
.background-image-container .ratio_container {
	height: 100%;
	padding-bottom: 0;
}
/* #givingHome-pillarSection #westminsterFundCol .background-image-container .portrait img {
	width: auto !important;
	min-width: unset !important;
	height: 100%;
}
*/
.giving-pillar-content * {
	text-align: center;
}
.giving-pillar-content p {
	font-size: 16px;
}
.giving-pillar-content h3 {
	font-size: 40px;
}
.infoCol-show.button {
	color: white;
	background: #8252c7;
	margin-top: 36px;
	width: auto;
	font-size: 14px;
}
.infoCol-show.button:hover {
	color: white;
	background: #221551;
	margin-top: 36px;
}
.large-giving-pillar-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
	height: 100%;
	min-height: 100vh;
}
.negMarginImage {
	background: none;
	height: 0;
	padding-bottom: 110%;
	width: 100%;
	margin-top: -9vw;
	overflow: hidden;
	position: relative;
}
.negMarginImage img {
	height: auto;
	width: 100%;
	position: absolute;
	z-index: 100;
}
.scholarshipsCol {
	padding: 0px !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.pillar-content-inner {
	max-width: 810px;
}
#westminsterFundCol h3 {
	font-size: 3.6vw;
}
#westminsterFundCol p {
	font-size: 20px;
}
#westminsterFundCol .infoCol-show.button {
	font-size: 16px;
	margin-top: 40px;
}
@media only screen and (max-width: 1199px) {
	.negMarginImage {
		margin-top: 15px;
	}
	.p-0.pr-md-15 {
		padding-right: 7.5px !important;
	}
	.scholarshipsCol {
		padding: 45px !important;
	}
	.accessSuccessCol {
		padding-right: 7.5px !important;
		min-height: 50vh;
	}
	.honorsCol {
		padding-left: 7.5px !important;
		min-height: 50vh;
	}
	#westminsterFundCol h3 {
		font-size: 5vw;
	}
	#westminsterFundCol p {
		font-size: 20px;
	}
	#westminsterFundCol .infoCol-show.button {
		font-size: 16px;
		margin-top: 40px;
	}
}
@media only screen and (max-width: 992px) {
	.negMarginImage {
		margin-top: 0;
		-webkit-box-shadow: none;
		        box-shadow: none;
	}
	.p-0.pr-md-15 {
		padding-right: 0px !important;
	}
	.accessSuccessCol {
		padding-right: 15px !important;
	}
	.honorsCol {
		padding-left: 15px !important;
	}
	.giving-pillar-content {
		min-height: 50vw;
	}
}
@media only screen and (max-width: 992px) {
	.giving-pillar-content, .large-giving-pillar-content {
		min-height: 60vw;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.scholarshipsCol {
		min-height: 0;
		height: auto;
	}
	.scholarshipsCol .giving-pillar-content {
		min-height: 0;
		height: auto;
	}
	.negMarginImage {
		padding-bottom: 50%;
	}
}
@media only screen and (max-width: 767px) {
	#westminsterFundCol .infoCol-show.button {
		font-size: 14px;
		margin-top: 40px;
	}
	#westminsterFundCol p {
		font-size: 16px;
	}
	.giving-pillar-content p {
		font-size: 16px;
	}
	#westminsterFundCol h3, .giving-pillar-content h3 {
		font-size: 32px;
		margin-bottom: 32px;
	}
}
@media only screen and (max-width: 600px) {
	.giving-pillar-content * {
		text-align: left;
	}
	.giving-pillar-content p {
		font-size: 14px;
	}
	.giving-pillar-content h3 {
		text-align: center;
	}
	.negMarginImage {
		padding-bottom: 100%;
	}
	.infoCol-show.button {
		width: 100%;
		text-align: center;
	}
}
@media only screen and (max-width: 480px) {
	#givingHome-pillarSection .giving-pillar-content, .scholarshipsCol {
		padding: 28px !important;
	}
	#westminsterFundCol, .accessSuccessCol, .honorsCol, .scholarshipsCol .pillar-content-inner {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	#westminsterFundCol .infoCol-show.button {
		font-size: 14px;
		margin-top: 40px;
	}
	#westminsterFundCol p {
		font-size: 14px;
	}
	.giving-pillar-content p {
		font-size: 14px;
	}
	#westminsterFundCol h3, .giving-pillar-content h3 {
		font-size: 28px;
	}
}
@media only screen and (max-width: 400px) {
	#westminsterFundCol .infoCol-show.button {
		font-size: 14px;
		margin-top: 40px;
	}
	#westminsterFundCol p {
		font-size: 14px;
	}
	.giving-pillar-content p {
		font-size: 14px;
	}
	#westminsterFundCol h3, .giving-pillar-content h3 {
		font-size: 24px;
	}
	.xs-sr-only {
		position: absolute;
		height: 1px;
		width: 1px;
		overflow: hidden !important;
	}
}
#givingHome-pillarSection .giving-pillar-content .pillar-content-inner {
	z-index: 100 !important;
	position: relative;
}
#givingHome-pillarSection .giving-pillar-col {
	padding: 15px 15px 0px 15px;
	position: relative;
}
#givingHome-pillarSection .giving-pillar-content {
	padding: 45px 65px;
	width: 100%;
	height: 100%;
	background: #211551;
	position: relative;
}
#givingHome-pillarSection .honorsCol .giving-pillar-content {
	background: none;
}
#givingHome-pillarSection .giving-pillar-content * {
	color: white;
}
#givingHome-pillarSection .honorsCol .giving-pillar-content * {
	color: #211551;
}
#givingHome-pillarSection .honorsCol .giving-pillar-content .button {
	color: white;
}
#givingHome-pillarSection .honorsCol .giving-pillar-content .button * {
	color: white;
}
#givingHome-pillarSection .background-image-container {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	overflow: hidden;
	z-index: 0;
	opacity: 0.55;
}
.background-image-container .ratio_container {
	height: 100%;
	padding-bottom: 0;
}
/* #givingHome-pillarSection #westminsterFundCol .background-image-container .portrait img {
	width: auto !important;
	min-width: unset !important;
	height: 100%;
}
*/
.giving-pillar-content * {
	text-align: center;
}
.giving-pillar-content p {
	font-size: 16px;
}
.giving-pillar-content h3 {
	font-size: 40px;
}
.infoCol-show.button {
	color: white;
	background: #8252c7;
	margin-top: 36px;
	width: auto;
	font-size: 14px;
}
.infoCol-show.button:hover {
	color: white;
	background: #221551;
	margin-top: 36px;
}
.large-giving-pillar-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
	height: 100%;
	min-height: 100vh;
}
.negMarginImage {
	background: none;
	height: 0;
	padding-bottom: 110%;
	width: 100%;
	margin-top: -9vw;
	overflow: hidden;
	position: relative;
}
.negMarginImage img {
	height: auto;
	width: 100%;
	position: absolute;
	z-index: 100;
}
.scholarshipsCol {
	padding: 0px !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.pillar-content-inner {
	max-width: 810px;
}
#westminsterFundCol h3 {
	font-size: 3.6vw;
}
#westminsterFundCol p {
	font-size: 20px;
}
#westminsterFundCol .infoCol-show.button {
	font-size: 16px;
	margin-top: 40px;
}
@media only screen and (max-width: 1199px) {
	.negMarginImage {
		margin-top: 15px;
	}
	.p-0.pr-md-15 {
		padding-right: 7.5px !important;
	}
	.scholarshipsCol {
		padding: 45px !important;
	}
	.accessSuccessCol {
		padding-right: 7.5px !important;
		min-height: 50vh;
	}
	.honorsCol {
		padding-left: 7.5px !important;
		min-height: 50vh;
	}
	#westminsterFundCol h3 {
		font-size: 5vw;
	}
	#westminsterFundCol p {
		font-size: 20px;
	}
	#westminsterFundCol .infoCol-show.button {
		font-size: 16px;
		margin-top: 40px;
	}
}
@media only screen and (max-width: 992px) {
	.negMarginImage {
		margin-top: 0;
		-webkit-box-shadow: none;
		        box-shadow: none;
	}
	.p-0.pr-md-15 {
		padding-right: 0px !important;
	}
	.accessSuccessCol {
		padding-right: 15px !important;
	}
	.honorsCol {
		padding-left: 15px !important;
	}
	.giving-pillar-content {
		min-height: 50vw;
	}
}
@media only screen and (max-width: 992px) {
	.giving-pillar-content, .large-giving-pillar-content {
		min-height: 60vw;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.scholarshipsCol {
		min-height: 0;
		height: auto;
	}
	.scholarshipsCol .giving-pillar-content {
		min-height: 0;
		height: auto;
	}
	.negMarginImage {
		padding-bottom: 50%;
	}
}
@media only screen and (max-width: 767px) {
	#westminsterFundCol .infoCol-show.button {
		font-size: 14px;
		margin-top: 40px;
	}
	#westminsterFundCol p {
		font-size: 16px;
	}
	.giving-pillar-content p {
		font-size: 16px;
	}
	#westminsterFundCol h3, .giving-pillar-content h3 {
		font-size: 32px;
		margin-bottom: 32px;
	}
}
@media only screen and (max-width: 600px) {
	.giving-pillar-content * {
		text-align: left;
	}
	.giving-pillar-content p {
		font-size: 14px;
	}
	.giving-pillar-content h3 {
		text-align: center;
	}
	.negMarginImage {
		padding-bottom: 100%;
	}
	.infoCol-show.button {
		width: 100%;
		text-align: center;
	}
}
@media only screen and (max-width: 480px) {
	#givingHome-pillarSection .giving-pillar-content, .scholarshipsCol {
		padding: 28px !important;
	}
	#westminsterFundCol, .accessSuccessCol, .honorsCol, .scholarshipsCol .pillar-content-inner {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	#westminsterFundCol .infoCol-show.button {
		font-size: 14px;
		margin-top: 40px;
	}
	#westminsterFundCol p {
		font-size: 14px;
	}
	.giving-pillar-content p {
		font-size: 14px;
	}
	#westminsterFundCol h3, .giving-pillar-content h3 {
		font-size: 28px;
	}
}
@media only screen and (max-width: 400px) {
	#westminsterFundCol .infoCol-show.button {
		font-size: 14px;
		margin-top: 40px;
	}
	#westminsterFundCol p {
		font-size: 14px;
	}
	.giving-pillar-content p {
		font-size: 14px;
	}
	#westminsterFundCol h3, .giving-pillar-content h3 {
		font-size: 24px;
	}
	.xs-sr-only {
		position: absolute;
		height: 1px;
		width: 1px;
		overflow: hidden !important;
	}
}
h1 small, h1 .small {
	font-weight: normal;
	line-height: 1;
	color: black;
	font-family: "CeraPro-Bold", "Lato", sans-serif !important;
}
h2 small, h2 .small {
	font-weight: normal;
	line-height: 1;
	color: black;
	font-family: "CeraPro-Bold", "Lato", sans-serif !important;
}
h3 small, h3 .small {
	font-weight: normal;
	line-height: 1;
	color: black;
	font-family: "CeraPro-Bold", "Lato", sans-serif !important;
}
h4 small, h4 .small {
	font-weight: normal;
	line-height: 1;
	color: black;
	font-family: "CeraPro-Bold", "Lato", sans-serif !important;
}
h5 small, h5 .small {
	font-weight: normal;
	line-height: 1;
	color: black;
	font-family: "CeraPro-Bold", "Lato", sans-serif !important;
}
h6 small, h6 .small {
	font-weight: normal;
	line-height: 1;
	color: black;
	font-family: "CeraPro-Bold", "Lato", sans-serif !important;
}
.h1 small, .h1 .small {
	font-weight: normal;
	line-height: 1;
	color: black;
	font-family: "CeraPro-Bold", "Lato", sans-serif !important;
}
.h2 small, .h2 .small {
	font-weight: normal;
	line-height: 1;
	color: black;
	font-family: "CeraPro-Bold", "Lato", sans-serif !important;
}
.h3 small, .h3 .small {
	font-weight: normal;
	line-height: 1;
	color: black;
	font-family: "CeraPro-Bold", "Lato", sans-serif !important;
}
.h4 small, .h4 .small {
	font-weight: normal;
	line-height: 1;
	color: black;
	font-family: "CeraPro-Bold", "Lato", sans-serif !important;
}
.h5 small, .h5 .small {
	font-weight: normal;
	line-height: 1;
	color: black;
	font-family: "CeraPro-Bold", "Lato", sans-serif !important;
}
.h6 small, .h6 .small {
	font-weight: normal;
	line-height: 1;
	color: black;
	font-family: "CeraPro-Bold", "Lato", sans-serif !important;
}

@media only screen and (min-width: 992px) {
	.feature__card--left-at-medium {
	left: 3%;
}
}

.centered-list {
  text-align: center;
}
.centered-list > ul {
  display: inline-block;
}

.fa {
	padding: .25em
}

/* customizing photo carousel */
.ldp .slick-dots li.slick-active button:before {
    color: #8252C7 !important;
}

.ldp .slick-prev:before, .ldp .slick-next:before {
    text-shadow: none !important;
    color: #8252C7 !important;
}

/* CSS to add responsiveness to Youtube embed videos */
.iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}

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

.plate-graph-paper {
	background-image: url("../images/default-source/background/Graph%20Paper.jpg")
}

.fsSupporting {
    max-width: 90% !important;
}
	
	@media (max-width: 500px) {
    .nav-header-strip-link-item {
    line-height: 2rem;
}
}
	
	
/*CSS for new testimonial style */
	
.text-box-container {
  position: relative;
  text-align: left;
  color: #000000;
}

.top-right {
    position: absolute;
    top: 5%;
    bottom: 5%;
    right: 10%;
    padding: 2%;
    width: 80%;
    padding-left: 40%;
}
		
.top-left {
    position: absolute;
    top: 5%;
    bottom: 5%;
    padding: 2%;
    width: 80%;
    padding-right: 38%;
    left: 6%;
}
	
.cta-button {
			width: 100%;
			text-align: left
			}
			
		.home-cta-three a::after {
    float: right;
    font-family: FontAwesome;
    content: "\f054";
}
			@media only screen and (max-width: 990px){
		.cta-button {
    font-size: initial !important;
	margin-bottom: 0px !important
	}
			}
	
@media (max-width: 675px) {
    .top-banner {
        margin-top: 30px
    }
}
	
@media (max-width: 500px) {
    .top-banner {
        margin-top: 15px
    }
}

	