@font-face {
    font-family: "Didot";
    font-style: normal;
    font-weight: 100;
    src: url('/fonts/didot-bold.ttf') format('truetype');
}

@font-face {
    font-family: "BodoniStd";
    src: url('/fonts/Bodoni Std Book.woff') format("woff");
}

@font-face {
    font-family: "BodoniStd";
    src: url('/fonts/BodoniStd-BookItalic.woff') format("woff");
    font-style: italic;
}

@font-face {
    font-family: 'cady-studios-icons';
    src: url("/fonts/cady-studios-icons.eot?wk9phf");
    src: url("/fonts/cady-studios-icons.eot?wk9phf#iefix") format("embedded-opentype"), url("/fonts/cady-studios-icons.ttf?wk9phf") format("truetype"), url("/fonts/cady-studios-icons.woff?wk9phf") format("woff"), url("/fonts/cady-studios-icons.svg?wk9phf#cady-studios-icons") format("svg");
    font-weight: normal;
    font-style: normal;
}

.card-body {
  font-size: 12px;
}

.cady-icon {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'cady-studios-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: inherit;
    color: inherit;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.cady-iconCalendar:before {
    content: "\e900";
}

.cady-iconCamera:before {
    content: "\e901";
}

.cady-iconDestination:before {
    content: "\e902";
}

.cady-iconHairStyling:before {
    content: "\e903";
}

.cady-iconMakeup:before {
    content: "\e904";
}

.cady-iconOutdoor:before {
    content: "\e905";
}

.cady-iconPersonalPhotographer:before {
    content: "\e906";
}

.cady-iconPhotographer:before {
    content: "\e907";
}

.cady-iconStudio:before {
    content: "\e908";
}

.cady-iconYearbook:before {
    content: "\e909";
}

.login-img {
    height: 20px;
    width: 20px;
    margin-left: 1rem;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html,
body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    color: #414145;
    font-size: 16px;
}

#spinner {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}

    #spinner .alert {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translatey(-50%);
        font-size: 1.5rem;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

p {
    font-weight: 400;
}

a[disabled] {
    pointer-events: none;
}

h1 svg {
    display: none;
    height: 1.9rem;
    padding-top: 4px;
    vertical-align: top;
    margin-right: .75rem;
}

/* BOOSTRAP OVERRIDES */

label {
    font-weight: 500;
    margin-bottom: 1.5rem;
}

a {
    color: #0180c5;
}

input[type='text'].form-control,
input[type='text'].form-control:focus,
input[type='email'].form-control,
input[type='email'].form-control:focus,
input[type='tel'].form-control,
input[type='tel'].form-control:focus,
input[type='password'].form-control,
input[type='password'].form-control:focus,
select.form-control,
select.form-control:focus,
textarea.form-control,
textarea.form-control:focus {
    padding: 3px;
    border-radius: 0;
    border-width: 1px;
    border-top: hidden;
    border-right: hidden;
    border-left: hidden;
    box-shadow: none;
}

    input[type='text'].form-control:focus,
    input[type='email'].form-control:focus,
    input[type='tel'].form-control:focus,
    input[type='password'].form-control:focus,
    select.form-control:focus,
    textarea.form-control:focus {
        border-color: #0180c5;
    }

hr {
    border-width: 0;
    border-bottom: 1px solid #979797;
}

.form-group {
    margin-bottom: 1.25rem;
    margin-top: 2.5rem;
}

    .form-group label {
        margin-bottom: 1.1rem;
    }

    .form-group select {
        margin-top: -5px;
    }

.text-primary {
    color: #0180c5 !important;
}

.lead {
    font-weight: 700;
    font-size: 1.1rem;
}

.bg-primary {
    background-color: #0180c5 !important;
}

.btn:focus {
    box-shadow: none;
}

.btn {
    border-radius: 0;
}

.btn-primary {
    background-color: #0180c5;
    border-color: #0180c5;
    cursor: pointer;
}

.btn-outline-primary,
.btn-outline-dark,
.btn-outline-white {
    border-width: 3px;
    cursor: pointer;
    background-color: transparent;
}

.btn-outline-primary {
    color: #0180c5;
    border-color: #0180c5;
}

.btn-outline-white {
    color: #fff;
    border-color: #fff;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #0180c5;
    border-color: #0180c5;
}

.btn-outline-white:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0180c5;
    border-color: #0180c5;
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #DADADA;
    border-color: #DADADA;
    background-color: transparent;
}

.btn-lg {
    padding: 0.7rem 3rem 0.5rem;
}

.card {
    border-radius: 0;
}

.modal.scene-details .modal-dialog {
    max-width: fit-content;
}

.carousel-item img.img-fluid {
    max-height: 75vh;
}

/* END BOOTSTRAP OVERRIDES */

/* FORM CONTROLS */

label[for] {
    cursor: pointer;
    display: flex;
}

input.d-none ~ .fa-circle[data-fa-i2svg],
input.d-none ~ .fa-square[data-fa-i2svg],
input ~ .fa-check-circle[data-fa-i2svg],
input ~ .fa-check-square[data-fa-i2svg] {
    margin-right: 1rem;
}

input.d-none ~ .fa-circle[data-fa-i2svg],
input.d-none ~ .fa-square[data-fa-i2svg] {
    display: inline-block;
}

input.d-none ~ .fa-check-circle[data-fa-i2svg],
input.d-none ~ .fa-check-square[data-fa-i2svg] {
    display: none;
}

input:checked.d-none ~ .fa-circle[data-fa-i2svg],
input:checked.d-none ~ .fa-square[data-fa-i2svg] {
    display: none;
}

input:checked.d-none ~ .fa-check-circle[data-fa-i2svg],
input:checked.d-none ~ .fa-check-square[data-fa-i2svg]{
    display: inline-block;
}

/* END FORM CONTROLS */

h1.header-text {
    font-weight: 600;
    text-align: center;
    font-size: 2rem;
    margin-top: 2rem;
    text-transform: uppercase;
    line-height: 2rem;
}
.header-text i {
    font-size: inherit;
    color: inherit;
}

h2.header-text {
    font-weight: 600;
    font-size: 2rem;
}

p.sub-heading {
    font-size: 0.75rem;
}


/* Added 2/9/18 */

.icon-box {
    text-align: center;
}

.icon-circle {
    width: 50px;
    height: 50px;
    font-size: 24px;
    border-radius: 50px;
    border: #fff 3px solid;
    position: relative;
    padding: 10px;
    color: #fff;
}

    /* .icon-circle:hover {
background-color: #fff;
color: #000;
}
*/

    .icon-circle.white {
        color: #fff;
        border-color: #fff;
    }

        .icon-circle.white:hover {
            background-color: #fff;
            color: #353838;
        }

.icon-default {
    position: absolute;
    margin: 0 auto;
    text-align: center;
    display: block;
    width: 24px;
    font-size: 24px !important;
}
.three-col-content {
}

.session-features > .icon-circle {
    cursor: pointer;
}

p.session-description {
    color: white;
    text-align: left !important;
    margin: 0 auto;
    font-size: 1rem;
    margin-bottom: 1rem;
}

.session-overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
}

.detailLink small {
    font-size: 0.9rem;
}

.detail-image-slides {
    display: inline-flex;
    min-width: 100%;
    width: 100%;
    left: 0;
    justify-content: space-evenly;
}

.detail-slide {
    width: 370px;
    padding: 0.5rem;
}

.detail-description {
    /*max-width: 550px;*/
}

.detail-price {
    font-size: 3rem;
    font-style: italic;
}

.included-description > p {
    max-width: 960px;
    margin: 0 auto;
    margin-bottom: 1rem;
}

/* END 2-9-18  */

/* 2-12-18 */

.elite-comparison {
    display: block;
    height: auto;
    width: 100%;
    text-align: center;
}

    .elite-comparison > .row {
        margin-left: 0;
        margin-right: 0;
    }

.elite-comp.card {
    margin: 1rem;
    padding: 1rem;
}

    .elite-comp.card .card-body {
        padding: 0;
    }

.elite-comparison-cards {
    display: inline-flex;
    height: 100%;
    margin: 0 auto;
    padding-left: 2rem;
    padding-right: 2rem;
    justify-content: center;
}

.elite-comp-name {
    text-align: left;
}

    .elite-comp-name .elite {
        line-height: 1;
        font-size: 5.4rem;
        font-weight: 100;
        text-transform: uppercase;
        letter-spacing: 8px;
    }

    .elite-comp-name .unlimited {
        line-height: 1;
        text-transform: uppercase;
        font-size: 3rem;
        font-weight: 200;
        letter-spacing: 4px;
    }

    .elite-comp-name .plus {
        line-height: 1;
        text-transform: uppercase;
        font-style: italic;
        font-size: 2.8rem;
        font-weight: 700;
    }

.elite-comp-price {
    text-align: left;
    font-style: italic;
    margin-top: 1rem;
    font-size: 3rem;
    font-weight: 700;
}

.elite-comp-options {
    margin-top: 2rem;
    text-align: left;
}

.elite-comp-option {
    display: inline-flex;
    margin-bottom: 1rem;
}

    .elite-comp-option > .icon-circle {
        margin-right: 1rem;
        width: 50px;
        height: 50px;
        color: #000;
    }

    .elite-comp-option.white > .icon-circle {
        margin-right: 1rem;
        width: 50px;
        height: 50px;
        color: #fff;
    }

    .elite-comp-option > p {
        margin-top: 1rem;
        font-size: 1.2rem;
        font-weight: 300;
    }

.additional-packages {
}

    .additional-packages > h2 {
        text-align: center;
        font-size: 3rem;
        margin-bottom: 2rem;
    }

.additional-packages-container {
    background-color: #efefef;
    display: inline-flex;
    justify-content: center;
}

.row.package-row {
    padding: 1rem;
    background-color: #E0E0E0;
}

.elite-package {
    margin: 2rem;
    display: block;
    box-shadow: 0px 10px 30px 10px rgba(0, 0, 0, 0.2);
}

.row > .package-image {
    padding: 0;
}

.elite-content-container {
    padding: 1rem;
}

    .elite-content-container > p {
        font-size: 1rem;
        line-height: 1.5rem;
        width: 100%;
        margin-top: 1.5rem;
    }

    .elite-content-container .elite {
        line-height: 1;
        font-size: 5.4rem;
        font-weight: 100;
        text-transform: uppercase;
        letter-spacing: 8px;
    }

    .elite-content-container .unlimited {
        font-size: 2.1rem;
        letter-spacing: .75rem;
        text-transform: uppercase;
        font-weight: 200;
    }

    .elite-content-container .plus {
        line-height: 1;
        text-transform: uppercase;
        font-style: italic;
        font-size: 2.8rem;
        font-weight: 700;
        letter-spacing: 4px;
    }

.review-card-container {
}

.review-card {
    padding: 1rem;
    margin-top: 2rem;
    box-shadow: 0px 5px 20px 5px rgba(0, 0, 0, 0.2);
}

.review {
    font-style: italic;
    font-size: 0.8rem;
    line-height: 1.6rem;
}

.review-author {
    color: #353838;
}

.review-school {
    color: #808080;
    font-weight: 300;
    font-size: 1rem;
}

/* END 2-12-18 */

#hero-image-overlay {
    background-color: #000;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    position: absolute;
}

#hero-image {
    height: 100%;
    width: 100%;
    margin-bottom: 4rem;
    background-repeat: no-repeat;
    background-position: center;
}

    #hero-image img {
        height: 100%;
        width: 100%;
    }

.image-hp img {
    width: 360px;
    margin-bottom: -3rem;
}

.video-container {
    height: 600px;
}

/* Video Banner */

#video-overlay {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 600px;
    width: 100vw;
    height: 100vh;
    background-color: #353838;
    opacity: 0.5;
    z-index: -10;
}

#video-background {
    /*  making the video fullscreen  */
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 600px;
    width: 100%;
    height: auto;
    z-index: -100;
}

.schedule-directions {
    width: 70%;
    margin-bottom: 16px;
    font-size: 24px;
    overflow: hidden;
    display: inline-flex;
    flex-basis: auto;
    margin-right: 24px;
    padding-right: 24px;
    justify-content: space-around;
    text-align: center;
    margin: 0 auto;
}

    .schedule-directions .schedule-direction {
        float: left;
        padding-top: 16px;
        text-decoration: none;
        list-style: none;
    }

.main-image {
    width: 100%;
    height: auto;
    overflow: visible;
}

.imageGrid {
    display: inline-flex;
    justify-content: space-around;
    flex-direction: row;
    width: 100%;
    overflow: hidden;
}

.grid-image {
    float: left;
    height: 320px;
    width: 320px;
    flex-shrink: 3;
}

.learnMore {
    padding: 0 !important;
}

/* End */

.card-body.no-padding {
    padding: 0;
}

.left-column {
    position: fixed;
    width: 15rem;
    left: 0;
    top: 5rem;
    bottom: 0;
}

div.container-fluid.admin-container {
    padding-left: 15rem !important;
    margin-top: 85px;
}

.admin-container {
    margin-top: 4.5rem;
}

.btn {
    cursor: pointer;
}

    .btn:disabled {
        cursor: not-allowed;
    }

.modal.show {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

    .modal.show .modal-dialog {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

.btn-action {
    padding: 0 !important;
    font-size: 1.75rem !important;
}

.color-picker.dropdown-toggle::after {
    content: none;
}

.calendar-navigation {
    padding-bottom: 0.5rem;
}

table.table-sm.calendar-month td {
    padding-top: .7rem;
    padding-bottom: .7rem;
}

.edit-template-color-picker {
    border-radius: 50%;
    height: 25px;
    width: 25px;
    margin-right: 10px;
}

#editTemplateName {
    width: 325px;
}

.edit-template-is-global {
    margin-left: 10px;
    margin-right: 10px;
}

    .edit-template-is-global .btn-outline-primary {
        background-color: #fff;
    }

#btnSaveEditTemplate {
    margin-left: 10px;
}

tr.calendar-week td {
    cursor: pointer;
}

tr.calendar-days th {
    font-size: .7rem;
}

tr.calendar-week td button {
    padding: 0;
}


#datePanel .card-body {
    height: 350px;
    overflow-y: auto;
}

.template-badge {
    border-radius: 50%;
    height: 25px;
    width: 25px;
    float: left;
    margin-right: 15px;
}

.btn-outline-primary:not([disabled]):not(.disabled).active,
.btn-outline-primary:not([disabled]):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
    box-shadow: none !important;
}

div.select-session-type {
    position: relative;
}

    div.select-session-type div.overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 101;
        width: 420px;
    }

.overlay-container {
    position: relative;
    width: 100%;
    height: 100%;
    margin-top: 0;
}

.overlay-content-bottom {
    margin-bottom: 15px;
}

    .overlay-content-bottom button {
        margin-top: 10px;
    }

.overlay-title {
    text-align: center;
    padding-top: 15px;
}

.photo-collage .row {
    margin: 0;
}

.photo-collage .col-md-1,
.photo-collage .col-md-2,
.photo-collage .col-md-3,
.photo-collage .col-md-4,
.photo-collage .col-md-5,
.photo-collage .col-md-6,
.photo-collage .col-md-7,
.photo-collage .col-md-8,
.photo-collage .col-md-9,
.photo-collage .col-md-10,
.photo-collage .col-md-11,
.photo-collage .col-md-12 {
    padding: 0 !important;
}

.quote {
    border-width: 2px;
    border-color: #000;
    border-style: solid;
    padding: 50px;
    margin: 50px;
    height: 190px;
    text-align: center;
}

    .quote > div {
        width: 100%;
        font-size: 2.0rem;
        font-weight: 700;
    }

    .quote .attribution {
        text-align: right;
        font-size: 0.7rem;
    }

        .quote .attribution .name {
            text-align: right;
            font-style: italic;
        }

    .quote > div {
        width: 100%;
        font-size: 2.0rem;
        font-weight: 700;
    }

.tip {
    border-width: 0;
    padding: 50px;
    margin: 50px;
    height: 190px;
    text-align: center;
    position: relative;
}

.tip-badge {
    color: white;
    text-transform: uppercase;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 15px;
    left: 15px;
}

.tip-content {
    text-align: left;
    margin-top: 20px;
}

/* Confirm Scenes */

h1.session-type,
.card.scene-type {
    display: none;
}

.navigation-row {
    padding-top: 25px;
    padding-bottom: 25px;
}

.col-md-6.left {
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #999;
}

.small-caps {
    font-size: 0.8rem;
    text-transform: uppercase;
}

.areYouASenior {
    padding-top: 2rem;
}

.studentGender {
    padding-top: 2.8rem;
    margin-bottom: 3rem;
}

#cartDisplay {
    margin-top: 40px;
}

.whiteGrad {
    display: block;
    position: absolute;
    width: 110%;
    height: 50px;
    margin: 0px -6rem;
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}

.content-box-left svg {
    font-size: 2rem;
    margin-right: 1rem;
    line-height: 0rem;
    color: #2580C5;
}

.elite {
    font-family: "Didot", courier;
}

.unlimited {
    font-family: "Roboto", sans-serif;
}

.detailLink {
    padding: 0.7rem 3rem 0.5rem;
    display: block;
}

.detail-slide {
    box-shadow: 0px 14px 40px rgba(0, 0, 0, 0.25);
    padding: 0;
    margin: .75rem;
}

    .detail-slide:first-child {
        margin-left: 0;
    }

    .detail-slide:last-child {
        margin-right: 0;
    }

.schedule-session-container {
    margin-bottom: 118px;
}



/*        USE THESE MIN-WIDTH QUERIES FIRST
Extra small devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    h1.header-text svg {
        display: inline;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    h1.header-text {
        text-align: left;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .lead {
        font-size: 1.8rem !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .lead {
        font-size: 2.2rem !important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .lead {
        font-size: 1.8rem !important;
    }
}

.logon-remember-me-checkbox.checkbox {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

    .logon-remember-me-checkbox.checkbox input {
        margin-right: 10px;
    }

    .logon-remember-me-checkbox.checkbox label {
        margin-bottom: 0;
    }

/*h1 {
display: table;
}*/

p.header-text {
    font-size: 1rem;
    font-weight: 300;
}

.header-font {
    font-weight: 400;
    font-size: 14px;
    color: #B2B2B2;
    line-height: 18px;
    text-align: center;
}

.footer-image-spacing {
    padding-left: 16px;
}

a.dashboard-link:hover {
  text-decoration: none;
}


/* The ribbons */

.corner-ribbon{
  width: 200px;
  background: #e43;
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  color: #f0f0f0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  z-index: 1;
}

/* Custom styles */

.corner-ribbon.sticky{
  position: fixed;
}

.corner-ribbon.shadow{
  box-shadow: 0 0 3px rgba(0,0,0,.3);
}

/* Different positions */

.corner-ribbon.top-left{
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.corner-ribbon.top-right{
  top: 25px;
  right: -50px;
  left: auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-left{
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-right{
  top: auto;
  right: -50px;
  bottom: 25px;
  left: auto;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/* Custom Radio */
span.customRadio {
    display: none;
}

input[type="radio"].customRadio {
    position: unset;
    margin: 0;
    cursor: default;
}

input[type="radio"] + span.customRadio {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-color: white;
    margin: 0 0 0 -18px;
    border-radius: 50%;
    box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.8);
    pointer-events: none;
}
input[type="radio"] + span.customRadio::after {
    content: '.';
    color: transparent;
    position: absolute;
    display: block;
    width: 2px;
    height: 2px;
    margin: 7px 0 0 7px;
    opacity: 0.6;
    border-radius: 50%;
    transition: .2s;
}
input[type="radio"]:checked + span.customRadio::after {
    width: 0.6rem;
    height: 0.6rem;
    margin: 3px 0 0 3px;
    opacity: 1;
    background-color: #3388ff;
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
}

/* Colors */

.corner-ribbon.white{background: #f0f0f0; color: #555;}
.corner-ribbon.black{background: #333;}
.corner-ribbon.grey{background: #999;}
.corner-ribbon.blue{background: #39d;}
.corner-ribbon.green{background: #2c7;}
.corner-ribbon.turquoise{background: #1b9;}
.corner-ribbon.purple{background: #95b;}
.corner-ribbon.red{background: #e43;}
.corner-ribbon.orange{background: #e82;}
.corner-ribbon.yellow{background: #ec0;}  

@media (min-width: 992px) {
  .modal-xl {
    max-width: 980px;
  }
}

@keyframes 
borderscale {  
  50% {
    box-shadow: 0 0 0 2px #4f8196;
  }
}