﻿footer.footer .social li a em {
    color: #233588;
    font-size: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.contact-info a {
    color: white;
}

.account ul li.login a {
    padding: 6px 12px;
    font-size: 14px;
}

#search-box input.form-control {
    font-size: 14px;
    height: 32px;
    padding-right: 26px;
    box-sizing: border-box;
}

.main-menu .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
}


.main-menu ul.dropdown-menu.sub-menu.level-2 {
    top: 0;
    left: 100%;
}

.main-menu ul.dropdown-menu.sub-menu.level-3,
.main-menu ul.dropdown-menu.sub-menu.level-2 {
    -webkit-transition: visibility 0s linear 0.5s,opacity 0.5s linear !important;
    -moz-transition: visibility 0s linear 0.5s,opacity 0.5s linear !important;
    -ms-transition: visibility 0s linear 0.5s,opacity 0.5s linear !important;
    -o-transition: visibility 0s linear 0.5s,opacity 0.5s linear !important;
    transition: visibility 0s linear 0.5s,opacity 0.5s linear !important;
    transition-delay: 0.3s;
    /*opacity: 0;*/
    display: block !important;
    visibility: hidden;
}

.main-menu ul.dropdown-menu.sub-menu a {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.parent:hover > ul.dropdown-menu.sub-menu.level-2,
.parent:hover > ul.dropdown-menu.sub-menu.level-3 {
    /*opacity: 1;*/
    visibility: visible;
}

a.navbar-brand:hover {
    opacity: 1;
}

.slick-slide {
    position: relative;
    max-width: 100%;
}

a.navbar-brand {
    z-index: 1;
}

#header .navbar-brand img {
    width: 251px !important;
}

.header-top {
    padding: 20px 0 10px 0;
}

    .header-top li.logged:hover > ul {
        display: block;
    }

.landing .pages .img h2 a {
    color: #fff;
}

div#menu-mobile {
    display: block !important;
}

.navbarright .dropdown-menu {
    right: 0;
    left: auto;
}

.navbarright .sub-menu .level-2,
.navbarright .sub-menu .level-3 {
    right: 100%;
    border-radius: 0px 0px 0px 8px;
    top: 0px !important;
    left: auto !important;
}

.navbarright.childrenRight .sub-menu .level-2 {
    right: auto;
    left: 100% !important;
}

.main-menu li.navbarright {
    float: left !important;
    margin-right: 0px !important;
}

.hero-slider {
    opacity: 0;
    transition: all linear .5s;
}

    .hero-slider.slick-initialized {
        opacity: 1;
    }

.sfsearchBox {
    display: none;
}

/*comments styling*/
.comment-wrapper {
    margin-top: 20px;
    border-top: 1px solid #bcbcbc;
    padding-top: 10px;
}

textarea#txtComment {
    width: 100% !important;
    background-color: #fff;
    margin-top: 10px;
}

ul.comments-list-root {
    list-style-type: none;
    margin-left: 0px;
    padding: 0px;
}

ul.comments-list-replies {
    list-style-type: none;
    padding: 10px 0px 10px 40px;
    margin: 10px 0px 10px 20px;
    position: relative;
}

    ul.comments-list-replies ul.comments-list-replies {
        padding: 0px;
        margin: 0px;
    }

li.view-all-replies:before,
li.view-all-replies:after {
    display: none;
}


.first-level-comment > .comment-details > .comment-replies > ul.comments-list-replies:before {
    border-left: 1px solid #bcbcbc;
    content: " ";
    position: absolute;
    left: 0px;
    height: 90%;
    top: 0px;
}

.comments-list-replies li:before {
    width: 30px;
    border-bottom: 1px solid #bcbcbc;
    content: " ";
    position: absolute;
    left: -40px;
    top: 15px;
}

.comments-list-replies li:after {
    content: ">";
    position: absolute;
    left: -15px;
    top: 7px;
    color: #bcbcbc
}

.comments-list-root > li {
    border-bottom: 1px solid #bcbcbc;
    padding-bottom: 20px;
}

.user-avatar {
    /*float: left;
    width: 15%;*/
    display: none;
}

.comment-details {
    /*float: left;*/
    /*width: 85%;*/
}

.user-avatar img {
    width: 80px;
}

.comment-wrapper ul:after,
.comment-actions:after,
.comments-summary:after,
.name-row:after {
    clear: both;
    content: " ";
    display: table;
}

.comment-wrapper li {
    margin: 10px 0px 20px;
    position: relative;
}

.comments-replies-summary h3 {
    margin-top: 10px
}

.comment-actions a:nth-child(2):before {
    content: "|";
    display: inline-block;
    margin: 0px 5px 0px 0px;
    top: -1px;
    position: relative;
}

.comment-actions .btn-delete-moderator {
    color: #f00000;
    font-style: italic;
    float: right;
}

.comments-sortby {
    float: right;
}

.comments-summary h2 {
    float: left;
}

.comment-date {
    float: right;
    font-style: italic;
}

.name-row h4 {
    float: left;
}

.comment-form span.btn-submit {
    float: right;
    margin-top: 10px;
}

.deleted-comment,
.moderated-comment {
    display: none;
}

.is-deleted:not(.is-moderated) > .comment-details > .deleted-comment,
.is-moderated > .comment-details > .moderated-comment {
    display: block;
}

.is-deleted .deleted-comment p,
.is-moderated .moderated-comment p {
    color: #999;
    font-style: italic;
    margin-bottom: 5px;
}

.comments-list-wrapper .btn-delete,
.comments-list-wrapper .btn-delete-moderator,
.is-deleted > .comment-details > .comment-actions .btn-reply,
.is-deleted > .comment-details > .comment-actions .btn-reply {
    display: none;
}

.comments-list-wrapper .my-comment:not(.is-deleted) > .comment-details > .comment-actions .btn-delete {
    display: inline-block;
}

.comments-list-wrapper .is-admin .btn-delete-moderator {
    display: block;
}

.comments-list-wrapper {
    padding-top: 20px;
}

.comment-form p {
    padding-top: 10px;
}

.is-deleted > .comment-details > .comment-details-text {
    display: none;
}

.is-deleted > .comment-details > .comment-actions .btn-delete,
.is-moderated > .comment-details > .comment-actions .btn-delete,
.is-moderated > .comment-details > .comment-actions .btn-delete-moderator,
.is-deleted > .comment-details > .comment-actions .btn-delete-moderator {
    display: none;
}

.comment-subscribe {
    margin-top: 30px;
}

    .comment-subscribe label {
        font-weight: normal;
    }

@media only screen and (max-device-width : 767px) {
    .comment-details {
        padding-left: 10px;
    }
}


/*Modal css which seems to be missing from main.css*/
.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        filter: alpha(opacity=50);
        opacity: .5;
    }

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out;
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        -o-transform: translate(0, -25%);
        transform: translate(0, -25%);
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-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;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        filter: alpha(opacity=0);
        opacity: 0;
    }

    .modal-backdrop.in {
        filter: alpha(opacity=50);
        opacity: .5;
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px;
    }

    .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, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
    display: table;
    content: " ";
}

.modal-header:after,
.modal-footer:after {
    clear: both;
}

.modal-open .modal-backdrop.in {
    display: block;
}

.modal-backdrop.in {
    display: none;
}

.reply-to {
    float: left;
    padding: 5px 10px;
    font-size: 12px;
    color: #6c6c6c;
}

.limiterBox {
    border: none;
    border-top: none;
    background-color: none;
    padding: 6px 10px;
    font-size: 12px;
    color: #000;
}

.childrenRight .sub-menu {
    border-radius: 0px 0px 8px 0px !important;
}


.aoa-accordion .panel-default > .panel-heading {
    background: none;
    color: #1c3f94;
    font-size: 30px;
    padding: 5px 0px;
    border: 0px;
    position: relative;
}

.aoa-accordion .panel-title {
    font-size: 22px;
}

.aoa-accordion .panel-default .panel-body {
    background-color: transparent;
    padding: 10px 0px;
    border-width: 0px !important;
}

.aoa-accordion .panel-title > a:after {
    content: '_';
    position: absolute;
    right: 0px;
    font-size: 30px;
    top: -15px;
}

.aoa-accordion .panel-title > a.collapsed:after {
    content: '+';
    position: absolute;
    right: 0px;
    font-size: 30px;
    top: -2px;
}

.aoa-accordion .panel-title > a {
    width: 100%;
    display: block;
    padding-right: 40px;
}

    .aoa-accordion .panel-title > a:hover,
    .aoa-accordion .panel-title > a:active,
    .aoa-accordion .panel-title > a:focus {
        opacity: 1;
    }

.field-validation-error {
    color: #a94442;
}

.field-validation-valid {
    display: none;
}


.loading {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    top: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.3);
}

.spinner {
    margin: 100px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}

    .spinner > div {
        background-color: #333;
        height: 100%;
        width: 6px;
        display: inline-block;
        -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
        animation: sk-stretchdelay 1.2s infinite ease-in-out;
    }

    .spinner .rect2 {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .spinner .rect3 {
        -webkit-animation-delay: -1.0s;
        animation-delay: -1.0s;
    }

    .spinner .rect4 {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

    .spinner .rect5 {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }

    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

.sfPageEditor .hero-slider {
    opacity: 1;
}



.sfPageEditor .member {
    margin-top: 0;
}

.amp-default-skin button.vjs-big-play-button {
    z-index: 1 !important;
}

.amp-default-skin.vjs-user-active .vjs-playing .vjs-control-bar {
    z-index: 1 !important;
}

.form-row label.label-radio {
    width: 100%;
    float: none;
    text-align: left;
}

    .form-row label.label-radio:hover {
        width: 100%;
        float: none;
    }

.radio input[type=radio] {
    margin: 0px
}

.form-links a {
    display: block;
    padding: 5px;
}

.form-links {
    padding-top: 10px;
}

.login-form {
    border-right: 1px solid #ddd;
    padding-bottom: 40px;
}

.create-profile {
    padding: 40px 0px;
    border-top: 1px solid #ddd;
}


@media(min-width: 768px) {
    .create-profile {
        padding: 100px 40px;
        border-top: 0px solid #fff;
    }
}

.avalon-filewrapper {
    display: inline-block;
    width: 20em;
}

.uploaded-files {
    padding-top: 10px;
}

.resend-otp {
    padding: 20px;
    background-color: #e5e5e5;
    margin-top: 12px;
    border-radius: 6px;
    border: 1px solid #c8c8c8;
    color: #444;
}


#wrap-content {
    max-width: 100%;
}

.hdn-field {
    display: none;
}


.form-row > .checker {
    margin-top: 8px;
}

.cc-number-row {
    position: relative;
}

.cc-cards {
    position: absolute;
    top: 4px;
    z-index: 9999;
    width: 37em;
    text-align: right;
    left: 0px;
    height: 30px;
    display: flex;
    justify-content: flex-end;
    -webkit-user-select: none;
    user-select: none;
    pointer-events: none;
    align-items: center;
}

    .cc-cards img {
        transition: all .3s;
        opacity: 0;
        position: absolute;
        width: 30px;
        z-index: 999;
    }

        .cc-cards img.active-card {
            opacity: 1;
        }

.native
div.radio,
.native
div.radio span,
.native div.radio input {
    width: auto;
    height: auto;
    opacity: 1;
    margin-top: 2px;
}

    .native div.radio label {
        padding-left: 30px;
    }

    .native div.radio input[type=radio] {
        margin-left: -20px !important;
    }

.line-item-amount {
    text-align: right;
    display: none;
}

.checked .line-item-amount {
    display: inline-block;
    box-shadow: none;
    padding: 4px;
    width: 120px;
}

.line-item-row td:last-child {
    text-align: right;
}

.val-message {
    display: none;
    color: #ff0000;
}

.invalid .val-message {
    display: block;
}

.billing-confirmation-details {
    padding: 4px 12px 4px 0px;
    font-size: 14px;
}

    .billing-confirmation-details b {
        display: inline-block;
        width: 180px;
    }

    .billing-confirmation-details span {
        text-align: right;
        display: inline-block;
        width: 120px;
    }

.errors-panel .errors-text {
    color: #ff0000;
}

.progress-bar-aoa {
    background-color: #1c3f95;
}

.circle-loader {
    width: 36px;
    height: 36px;
    border: 5px solid #FFF;
    border-bottom-color: #1c3f95;
    border-top-color: #1c3f95;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.ASAction.hide-buttons {
    clear: both;
}

    .ASAction.hide-buttons .submit {
        display: none;
    }

.ASAction .wait-state {
    display: none;
}

.ASAction.hide-buttons .wait-state {
    display: block;
}

.errors-panel {
    padding: 12px 0px 4px;
}

.hidden {
    display: none;
}
.form-row .radio-item label, .wide .form-row .radio-item label {
    width: auto;
}

/*.form-row input {
    border: 1px solid #ccc;
    border-radius: 6px;
    height: 40px;
    width: 20em;
}

    .form-row input:focus, .form-row textarea:focus {
        box-shadow: inset 0px 0px 6px -2px #B89E49;
    }*/

.form-row .radio-item label {
    text-transform: uppercase;
}

.yes-no-radio {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
}

.radio-item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.form-row .radio-item label {
    width: auto;
}

.checker ~ label {
    text-transform: none !important;
}

.data-entry {
    padding: 24px;
    background-color: #fbfbfb;
    border-radius: 8px;
}

.mb-2 {
    margin-bottom: 1rem !important;
}


span.stamp-paid {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border: 4px double #233588;
    display: inline-block;
    padding: 1px 8px;
    text-transform: uppercase;
    border-radius: 2px;
    font-family: 'Courier';
    line-height: 12px;
    background-color: #233588;
    margin-left: 12px;
    top: -1px;
    position: relative;
}

.payment-form 
.form-row {
    display: block;
}

/*.yes-no-radio {
    display: flex;
    width: auto;
}

.radio-item .radio {
    padding: 8px 0px 0px;
}

.radio-item {
    display: inline-flex;
    flex-grow: 0;
    flex-direction: row-reverse;
    flex-basis: 70px;
}

.radio-item label {
    width: auto !important;
}

.radio-item {
    position: relative;
    padding: 0px 12px;
}*/
