@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Lato:400,300,300italic,400italic,700,900);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Yanone+Kaffeesatz:wght@700&display=swap);

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

.form-horizontal .form-group label.control-label {
    line-height: 2.33rem;
    font-size: 20px
}

.form-group {
    box-sizing: border-box !important;
    margin: 0px !important;
    padding: 0px !important;
}

.form-horizontal .form-group label.control-label {
    top: 2px;
}

.col-md-10.content {
    max-width: 1000px;
}

/* #Declaration_2022 .col-sm-8 col-sm-offset-4 */

.require-label-fix {
    position: relative;
    top: -0.9rem;
}

/* #communication_consent label {
    line-height: 3rem;
} */
/*
#communication_consent label input[type="checkbox"] {
    top: 5px;
} */

/* .container {
    width: 100%;
    max-width: 1550px;
} */

/* #app-container {
    overflow: hidden;
} */

/* BOOTSTRAP ADJUSTMENTS */
@media (min-width: 1200px) {
    .container {
        width: 100%;
        max-width: 1550px;
    }
}


input[type="submit"],
#search,
#reset {
    margin: 5px auto;
}


/* HEADER FIX */
#page-header br {
    display: none;
}

#page-header div.container {
    padding-top: 1.5rem;
    padding-bottom: 1rem;
}


/* SIDEBAR ICON FIX */
.fa.fa-group,
.fa.fa-map-marker {
    margin-top: 11px;
}

a,
body {
    color: #626262;
}

.button i,
a {
    transition: all ease .5s
}

.dropdown-menu>.active>a,
a,
a:hover {
    text-decoration: none
}

body {
    background-color: #fff;
    /* font-family: "Source Sans Pro", sans-serif;
    font-size: 14px; */
    color: #686868;
    font-family: "Poppins", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: -0.04em;
}

@keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-moz-keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-o-keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

html {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important
}

p {
    line-height: 1.9em;
    margin-bottom: 25px
}

a {
    webkit-transition: all ease .5s
}

.full-width {
    width: 100%
}

a:hover {
    color: #27419e
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Raleway, sans-serif;
    color: #333;
    letter-spacing: .03em
}

.no-padding {
    padding: 0 !important
}

.no-padding-left {
    padding-left: 0 !important
}

.no-padding-right {
    padding-right: 0 !important
}

.no-padding-top {
    padding-top: 0 !important
}

.padding-top-xs {
    padding-top: 15px !important
}

.padding-top-sm {
    padding-top: 25px !important
}

.padding-top-md {
    padding-top: 50px !important
}

.padding-top-lg {
    padding-top: 75px !important
}

.padding-top-xl {
    padding-top: 100px !important
}

.no-padding-bottom {
    padding-bottom: 0 !important
}

.padding-bottom-xs {
    padding-bottom: 15px !important
}

.padding-bottom-sm {
    padding-bottom: 25px !important
}

.padding-bottom-md {
    padding-bottom: 50px !important
}

.padding-bottom-lg {
    padding-bottom: 75px !important
}

.padding-bottom-xl {
    padding-bottom: 100px !important
}

#page-wrapper .content .btn.btn-primary,
#page-wrapper .content .button,
.btn.btn-primary,
.button {
    padding: 12px 25px;
    border-radius: 0;
    display: inline-block;
    letter-spacing: .09em;
    font-size: .9em;
    border-color: #1671c4;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    visibility: none
}

.no-margin-top {
    margin-top: 0 !important
}

.margin-top-xs {
    margin-top: 15px !important
}

.margin-top-sm {
    margin-top: 25px !important
}

.margin-top-md {
    margin-top: 50px !important
}

.margin-top-lg {
    margin-top: 75px !important
}

.margin-top-xl {
    margin-top: 100px !important
}

.no-margin-bottom {
    margin-bottom: 0 !important
}

.margin-bottom-xs {
    margin-bottom: 15px !important
}

.margin-bottom-sm {
    margin-bottom: 25px !important
}

.margin-bottom-md {
    margin-bottom: 50px !important
}

.margin-bottom-lg {
    margin-bottom: 75px !important
}

.margin-bottom-xl {
    margin-bottom: 100px !important
}

span.hr-small {
    display: inline-block;
    width: 50px;
    height: 3px;
    background: #27419e
}

.delayOne {
    animation-delay: .3s
}

.delayTwo {
    animation-delay: .6s
}

.delayThree {
    animation-delay: .9s
}

.btn.btn-primary,
.button {
    transition: all ease .4s;
    background-color: #1671c4;
    position: relative;
    z-index: 1
}

.btn.btn-primary::after,
.button::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #27419e;
    transform-origin: left;
    transition: width .3s ease;
    z-index: -1
}

#page-wrapper .content .btn.btn-primary,
#page-wrapper .content .button {
    transition: all ease .4s;
    background-color: #1671c4;
    position: relative;
    z-index: 1
}

#page-wrapper .content .btn.btn-primary::after,
#page-wrapper .content .button::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #27419e;
    transform-origin: left;
    transition: width .3s ease;
    z-index: -1
}

s span.hrp {
    margin-top: 20px
}

.btn.btn-primary:hover,
.button:hover {
    color: #fff;
    border-color: #27419e
}

.btn.btn-primary:hover::after,
.button:hover::after {
    width: 100% !important
}

.button i {
    color: #fff;
    margin-left: 5px;
    -webkit-transition: all ease .5s
}

.button:hover i {
    margin-left: 10px;
    color: #fff
}

section {
    background: #fff;
    padding: 50px 0
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
    filter: none;
    background-repeat: repeat-x
}

.fancy-rule {
    width: 100%;
    height: 14px;
    border-bottom: 1px solid #eee;
    text-align: center;
    margin: 25px 0
}

.fancy-rule span {
    font-size: 18px;
    color: #eee;
    background-color: #fff;
    padding: 0 10px;
    margin-top: 20px
}

blockquote {
    font-size: 1.1em !important;
    border-left: 3px solid rgba(22, 113, 196, .39);
    transition: all ease .5s;
    -webkit-transition: all ease .8s;
    padding: 15px 0 15px 15px;
    margin-bottom: 12px !important
}

blockquote:hover {
    font-size: 1.1em !important;
    border-left: 3px solid #1671c4;
    padding-left: 15px;
    -webkit-box-shadow: inset 700px 0 0 0 #1671c4;
    -moz-box-shadow: inset 700px 0 0 0 #1671c4;
    box-shadow: inset 700px 0 0 0 #1671c4;
    color: #fff;
    margin-bottom: 0
}

p.intro i {
    color: #1671c4;
    margin-right: 12px
}

a.read-more {
    font-size: 14px;
    color: #27419e;
    font-weight: 600;
    display: block;
    text-align: right
}

#calendarpanel button,
#list .expander,
.icon,
.navbar .navbar-collapse,
.top-bar i {
    text-align: center
}

a.read-more i {
    margin-right: 8px;
    transition: all ease .2s;
    -webkit-transition: all ease .2s
}

a.read-more:hover i {
    margin-right: 4px;
    margin-left: 4px
}

.icon {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px solid #eee;
    line-height: 55px;
    font-size: 1.7em;
    color: #fff
}

.form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: Raleway, sans-serif
}

#top .page-head h2,
.top-bar {
    font-family: "Source Sans Pro", sans-serif
}

.logon-password-retrieval-result {
    display: block;
    font-weight: 600;
    color: #333;
    margin-top: 12px
}

.error-label {
    display: block;
    font-weight: 600;
    color: #de1c1c
}

.form-control-error {
    color: #de1c1c;
    float: left
}

.carousel-control.right {
    right: 0;
    left: auto
}

.carousel-control {
    text-shadow: none !important;
    opacity: 1 !important;
    width: 5% !important;
    top: 45% !important
}

#top h1,
#top h2 {
    text-shadow: 1px 1px 22px rgba(0, 0, 0, .25)
}

.carousel-control i {
    background: rgba(0, 0, 0, .54);
    font-size: 1.5em;
    padding: 3px 12px;
    border-radius: 2px
}

#page-content,
header {
    background: #fff
}

.center-container {
    height: 100%;
    width: 100%;
    display: table
}

.center-v {
    width: 100%;
    display: table-cell;
    vertical-align: middle
}

.details {
    margin-bottom: 50px
}

#page-content {
    padding: 50px 0;
    min-height: 100vh
}

#top {
    width: 100%;
    position: relative;
    color: #fff;
    background: #1671c4
}

#top .container {
    z-index: 7
}

#top h1,
#top h2,
#top h3,
#top h4,
#top h5,
#top h6 {
    color: #fff;
    margin: 0;
    padding: 0
}

a.vendors i {
    margin-left: 0
}

a.vendors {
    background: rgba(34, 34, 34, .4);
    padding: 12px 20px;
    border-radius: 3px;
    margin-left: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .03em;
    transition: all ease .3s;
    -webkit-transition: all ease .3s
}

a.vendors:hover {
    background: rgba(34, 34, 34, .25)
}

#top h1 {
    font-weight: 800;
    font-size: 4em;
    margin-bottom: 10px;
    max-width: 75%
}

#top h2 {
    font-style: italic;
    font-weight: 400;
    margin-top: 30px;
    color: #fff
}

#top p {
    max-width: 575px;
    margin-top: 20px;
    color: #27419e
}

#top .item {
    height: 70vh !important;
    color: #fff;
    width: 100%;
    background-size: cover !important;
    background: rgba(0, 0, 0, .22)
}

#top .page-head {
    padding: 40px 0
}

#top .page-head h2 {
    text-transform: capitalize
}

#top .page-head .breadcrumbs {
    font-weight: 800;
    padding-top: 8px;
    letter-spacing: .04em
}

#top .page-head .breadcrumbs a {
    color: #fff;
    font-weight: 400
}

#top .carousel-inner::after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.header-info,
.navbar .navbar-nav,
.top-bar div.dropdown,
.top-bar i,
span.pipe {
    display: inline-block
}

#page-header,
#testimonials {
    position: relative
}

#top .item h1,
#top .item h5 {
    letter-spacing: .04em
}

.top-bar {
    height: 50px;
    background: #293388;
    line-height: 50px;
    color: #fff
}

.top-bar a,
.top-bar a:hover {
    color: #fff
}

span.pipe {
    height: 14px;
    width: 1px;
    background: #fff;
    margin: 0 15px
}

.top-bar i {
    height: 50px;
    line-height: 50px;
    color: #fff;
    transition: all ease .5s;
    vertical-align: top;
    margin-right: 8px
}

.carousel-fade .carousel-inner .item {
    transition-property: opacity
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right,
.carousel-fade .carousel-inner .item {
    opacity: 0
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right,
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev {
    left: 0;
    transform: translate3d(0, 0, 0)
}

.carousel-fade .carousel-control {
    z-index: 2
}

span.dashboard-header {
    border-right: 0 !important;
    padding-right: 0 !important
}

.dropdown-menu>.active>a {
    color: #fff;
    background-color: #1671c4;
    outline: 0
}

.top-bar .login {
    background: #27419e
}

.header-info:first-child {
    border-right: 1px solid rgba(255, 255, 255, .25)
}

.header-info {
    padding: 0 20px;
    height: 100%
}

.navigation {
    min-height: 100px
}

/* Added when scrolled */
#main-nav.navbar-fixed-top {
    -webkit-box-shadow: 0 3px 5px -2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 3px 5px -2px rgba(0, 0, 0, .2);
    box-shadow: 0 3px 5px -2px rgba(0, 0, 0, .2);
    z-index: 255
}

.navbar {
    border: none;
    margin-bottom: 0;
    min-height: 70px
}

.navbar-collapse {
    animation-delay: .8s
}

.nav-small {
    min-height: 80px !important;
    height: 80px !important
}

.nav-small .navbar-brand>img {
    height: 100%;
    padding: 8px 15px;
    width: auto
}

.navbar-header {
    height: 100px
}

.nav-small .navbar-header {
    height: 80px
}

.navbar-brand {
    padding: 0;
    height: 100%
}

.navbar-brand>img {
    height: 100%;
    padding: 15px;
    width: auto
}

#page-header,
#page-header .center-container {
    height: 100px
}

.nav-small .navbar-nav>li>a {
    line-height: 80px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.navbar-default {
    background-color: #fff;
    border: none;
    border-radius: 0;
    clear: both
}

.navbar-default .navbar-nav>li>a {
    color: #626262;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 100px;
    transition: all ease .5s;
    -webkit-transition: all ease .5s
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #626262;
    -webkit-box-shadow: inset 0 -4px 0 0 #27419e;
    -moz-box-shadow: inset 0 -4px 0 0 #27419e;
    box-shadow: none;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>li>a:hover {
    background: 0 0;
    color: #626262;
    -webkit-box-shadow: inset 0 -4px 0 0 #27419e;
    -moz-box-shadow: inset 0 -4px 0 0 #27419e;
    box-shadow: inset 0 -4px 0 0 #27419e;
}

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

.navbar .navbar-nav {
    float: none;
    vertical-align: top
}

.navbar-fixed-top {
    background: #fff;
    transition: all ease .5s
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #626262;
    font-weight: 700;
    -webkit-box-shadow: inset 0 -4px 0 0 #27419e;
    -moz-box-shadow: inset 0 -4px 0 0 #27419e;
    box-shadow: inset 0 -4px 0 0 #27419e;
    background: 0 0
}

#page-header,
#page-header strong,
.bread-crumb a {
    color: #fff
}

.navbar-nav>li>.dropdown-menu {
    min-width: 190px;
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: 0 1px 6px 1px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 6px 1px rgba(0, 0, 0, .1);
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    border-bottom: 2px solid #1671c4
}

ul.dropdown-menu {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    border: 0;
    border-radius: 0;
    top: 48px
}

#page-header {
    background: #1671c4 !important;
    overflow: hidden;
    min-height: 100px;
    display: table;
    width: 100%
}

span.nav-hr,
span.nav-hr-one {
    height: 2px;
    display: inline-block
}

#page-header .center-v {
    background: 0 0
}

#page-header div {
    z-index: 5
}

#page-header h1 {
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
    font-size: 2.3em;
    margin-top: 0;
    margin-bottom: 0px
}

.bread-crumb {
    font-weight: 400
}

.side-nav h1,
.side-nav ul li.active a {
    color: #27419e;
    font-weight: 700
}

.CMSBreadCrumbsCurrentItem {
    font-weight: 700
}

div.side-nav {
    padding-right: 12px
}

.side-nav ul,
ul.side-nav,
ul.sub-menu {
    padding: 0;
    list-style: none
}

ul.side-nav {
    margin: 0 0 0 15px
}

ul.side-nav li a::before {
    content: "\f105";
    font-family: FontAwesome;
    margin-right: 10px;
    transition: all ease .4s;
    margin-left: -15px
}

ul.sub-menu {
    margin: 0;
    margin-top: 0 !important;
    margin-left: 15px !important
}

ul.side-nav li.active a {
    color: #27419e;
    font-weight: 600
}

.side-nav {
    margin-top: 6px
}

.side-nav h1 {
    font-size: 1.1em;
    text-transform: uppercase;
    letter-spacing: .056em;
    margin-bottom: 0;
    margin-top: 0
}

.nav-resize {
    font-size: 1.01em !important;
    margin-right: -5px
}

.side-nav ul {
    margin-top: 15px
}

.side-nav ul li {
    padding-bottom: 3px
}

span.nav-hr {
    width: 15%;
    background: #27419e
}

span.nav-hr-one {
    width: 85%;
    background: #e3e3e3;
    margin-left: -1%
}

.blog-post h2.blog-title {
    margin-top: 0 !important
}

.blog-post div.post-info {
    margin-bottom: 18px !important
}

.ad-listing a.button,
.blog-post a.button {
    width: 25%;
    text-align: center
}

div.post-info i {
    padding-right: 12px;
    color: #1671c4
}

#testimonials #myCarousel .item {
    min-height: 250px;
    padding: 0 3%;
    max-width: 1010px;
    margin: 0 auto
}

#testimonials #myCarousel .item::after {
    display: none
}

#testimonials #myCarousel .item p {
    font-family: Droid Serif, sans-serif;
    font-style: italic;
    font-size: 18px;
    color: #6f6f6e
}

#testimonials #myCarousel .testi-meta {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .07em;
    font-weight: 700;
    color: #626262
}

#testimonials #myCarousel span {
    display: block;
    font-size: 15px;
    text-transform: capitalize;
    color: #626262;
    font-weight: 400;
    margin-top: 5px
}

#testimonials #myCarousel .carousel-indicators {
    bottom: 0
}

#testimonials #myCarousel .carousel-indicators li {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin: 1px;
    text-indent: -999px;
    border-radius: 10px;
    cursor: pointer;
    background: rgba(0, 121, 193, .37)
}

#testimonials #myCarousel .carousel-indicators .active {
    margin: 1px;
    width: 8px;
    height: 8px;
    background-color: #0079C1
}

#testimonials #myCarousel.carousel .active.left,
#testimonials #myCarousel.carousel .active.right {
    left: 0;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0)
}

#testimonials #myCarousel.carousel .next,
.carousel.carousel-fade .prev {
    left: 0;
    z-index: 1
}

#testimonials #myCarousel.carousel .carousel-control {
    z-index: 3
}

.quotes {
    font-family: Droid Serif, sans-serif;
    color: #27419e;
    font-size: 4em;
    position: absolute;
    top: -5%;
    width: 100%
}

.form-horizontal.contact-form {
    margin: 0 auto;
    padding: 25px 10px;
    position: relative;
    z-index: 2
}

.form-horizontal.contact-form input.form-control,
.form-horizontal.contact-form textarea.form-control,
.form-horizontal.newsletter-form input.form-control {
    display: block;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #f7f7f7;
    background-image: none;
    border-radius: 0;
    margin-bottom: 10px;
    width: 100%
}

.form-horizontal.contact-form .form-group,
.form-horizontal.newsletter-form .form-group {
    margin-right: auto;
    margin-left: auto
}

.form-horizontal.contact-form input.form-control,
.form-horizontal.newsletter-form input.form-control {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    height: 45px;
    border: 1px solid #eee
}

.form-horizontal.contact-form input.form-control:focus {
    border-color: #bababa
}

.form-horizontal.contact-form textarea.form-control {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border: 1px solid #DEDEDE
}

.form-horizontal.contact-form textarea.form-control:focus {
    border-color: #bababa
}

.form-horizontal.contact-form .btn {
    margin: 0 15px;
    float: right;
    padding: 12px 30px;
    display: inline-block;
    color: #fff;
    letter-spacing: .09em;
    font-size: .9em;
    transition: all ease 1s;
    text-transform: uppercase;
    border-radius: 0;
    font-weight: 500;
    background: #27419e;
    border-color: #27419e
}

.contact .email-icon input,
.contact .name-icon input {
    background-position: 97% 50%;
    background-repeat: no-repeat
}

.form-horizontal.contact-form input.WatermarkText {
    color: #b4b4b4
}

.form-horizontal.contact-form .ErrorLabel {
    display: block;
    margin-bottom: 20px
}

.date-select input,
.datetime-ui-datepicker select.datetime-ui-datepicker-month,
.datetime-ui-datepicker select.datetime-ui-datepicker-year {
    display: inline-block
}

.contact input,
.contact textarea {
    width: 100%
}

.contact .name-icon input {
    background-image: url(/web/20240626215435im_/https://wm-staging.denturistassociation.ca/images/user-icon.png)
}

.contact .email-icon input {
    background-image: url(/web/20240626215435im_/https://wm-staging.denturistassociation.ca/images/mail-icon.png)
}

.contact .message-icon textarea {
    background-image: url(/web/20240626215435im_/https://wm-staging.denturistassociation.ca/images/pencil.png);
    background-position: 98% 6%;
    background-repeat: no-repeat
}

.date-select .btn,
atetime-ui-state-default.datetime-ui-state-active {
    background: #1671c4
}

.WatermarkText {
    color: #aaa
}

.group-margin .form-group {
    margin-right: 0
}

.date-select .btn {
    width: auto !important;
    min-width: 15px;
    height: 34px;
    color: #fff;
    vertical-align: top;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.date-select input {
    width: 80%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.date-select .calendar-action {
    margin-left: 5px
}

.datetime-ui-datepicker .datetime-ui-datepicker-title {
    margin: 0
}

a.datetime-ui-state-default {
    background: #fff
}

.date-time-picker .icon-only.btn-icon.btn {
    height: 34px;
    line-height: 34px;
    padding-top: 0;
    padding-bottom: 0;
    font-weight: 400;
    background: #999;
    margin-top: 8px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.date-time-picker .icon-only.btn-icon.btn::after {
    content: "\f073";
    display: block;
    font-family: FontAwesome;
    color: #fff
}

.date-time-picker .icon-only.btn-icon.btn i {
    display: none
}

.button-edit {
    color: #2a911d
}

.form-control.EditingFormCalendarTextBox.CalendarTextBox {
    display: inline-block
}

.calendar-action.form-control-text {
    padding: 0 9px;
    border: 1px solid #1671c4;
    font-weight: 600;
    border-left: 0;
    margin-top: 8px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    color: #fff !important;
    background: #1671c4;
    height: 34px;
    display: inline-block;
    vertical-align: top;
    line-height: 34px
}

.datetime-ui-widget button,
.datetime-ui-widget input,
.datetime-ui-widget select,
.datetime-ui-widget textarea {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1em;
    display: block;
    width: 100%;
    height: 34px;
    min-width: 43px
}

.datetime-ui-widget button,
.datetime-ui-widget input,
.datetime-ui-widget textarea {
    font-size: 1em;
    padding: 0 8px
}

.datetime-ui-datepicker .datetime-ui-datepicker-next {
    margin-top: 5px;
    right: 5px
}

.datetime-ui-datepicker .datetime-ui-datepicker-next-hover {
    right: 5px
}

.datetime-ui-datepicker .datetime-ui-datepicker-prev {
    margin-top: 5px;
    left: 5px
}

.datetime-ui-datepicker .datetime-ui-datepicker-prev-hover {
    left: 5px
}

.datetime-ui-datepicker-next.datetime-ui-corner-all.btn-icon i::after {
    content: "\f0da";
    display: block;
    font-family: FontAwesome;
    font-style: initial
}

.datetime-ui-datepicker-prev.datetime-ui-corner-all.btn-icon i::after {
    content: "\f0d9";
    display: block;
    font-family: FontAwesome;
    font-style: initial
}

.HiddenButton {
    display: none
}

.item-contribution #field_DocumentPublishFrom {
    width: 49%;
    display: inline-block;
    margin-right: 1% !important
}

.item-contribution #field_DocumentPublishTo {
    width: 49%;
    display: inline-block
}

.item-contribution #CKToolbarUC {
    margin-top: 15px
}

.content .nav-tabs li a {
    position: relative;
    display: block;
    padding: 0;
    border: 0
}

.content .nav-tabs li a h1 {
    color: #999 !important
}

h1.page-title {
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .056em;
    color: #27419e;
    margin-bottom: 0;
    margin-top: 0
}

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

#quoting-toggle,
#search-close,
#search-toggle,
.add-to-cart-link,
.cart-toggle,
.slick-arrow,
a.button,
a.question {
    cursor: pointer
}

.content .nav-tabs>li.active>a h1 {
    color: #27419e !important
}

.content .nav-tabs {
    border-bottom: 0 solid #ddd
}

.content .nav-tabs li {
    margin-right: 25px
}

.content .nav-tabs>li>a:hover {
    border: 0;
    text-decoration: none;
    background-color: #fff
}

.content .nav-tabs>li>a:hover h1 {
    color: #27419e
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #eee;
    padding: 15px 0
}

.panel-default,
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: 0
}

.tab-content {
    margin-top: 25px
}

.panel-default p {
    margin-top: -15px;
    margin-bottom: 0 !important
}

.expander i {
    margin-top: 18px
}

.panel-default .panel-title {
    margin-top: 3px !important
}

.panel-body {
    padding: 45px 0
}

.panel-heading .date span {
    display: block;
    color: #27419e
}

.panel-heading .date span.day {
    font-size: 3em;
    font-weight: 700;
    margin-top: -10px
}

.panel-heading .date span.month {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .09em;
    margin-top: -10px
}

.panel-body i {
    color: #1671c4;
    margin-right: 12px
}

#list .hours {
    color: #333
}

#list .panel-heading {
    position: relative
}

#list .panel-heading a {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

#list .date,
#list .expander,
#list .title,
.gallery-item {
    display: inline-block
}

#list .expander {
    width: 10%;
    float: left
}

#list .title {
    width: 78%;
    float: left
}

#list .title h4.page-title {
    margin-top: 3px !important
}

#list .date {
    width: 12%;
    float: left
}

#map {
    width: 100%
}

.gallery-item {
    width: 22%;
    margin-right: 5%;
    margin-bottom: 1%
}

.filters-button-group .button {
    background: #1671c4;
    box-shadow: none;
    border-color: #1671c4;
    margin-right: 5px;
    color: #fff !important;
    float: left;
    cursor: pointer
}

.button.button.is-checked {
    background: #27419e !important;
    color: #fff !important;
    border-color: #27419e !important;
    box-shadow: none
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    top: -12px;
    right: -36px
}

.mfp-footer {
    top: 60px;
    color: #fff
}

img.mfp-img {
    padding: 0 !important;
    max-height: 80vh !important
}

.mfp-header {
    top: -20px;
    position: relative
}

#calendarpanel button {
    display: block;
    padding: 5px 11px;
    background: #1671c4;
    text-transform: uppercase;
    letter-spacing: .095em;
    font-weight: 700;
    color: #fff;
    font-size: .86em;
    font-family: Raleway, sans-serif;
    border: 0;
    border-radius: 0;
    margin-right: 2px;
    text-shadow: none;
    height: 3.1em
}

#calendarpanel button:hover {
    background: #135591;
    color: #fff
}

span.fc-title {
    color: #fff !important
}

.fc-state-active {
    background-color: #135591 !important;
    background-image: none;
    box-shadow: none
}

#calendarpanel .fc-head thead {
    background: #1671C4;
    color: #fff;
    line-height: 35px
}

#calendarpanel .fc-head thead .fc-day-header {
    border-right: 1px solid #fff
}

.fc td,
.fc th,
.fc-body .fc-day {
    border-style: solid;
    padding: 0;
    vertical-align: top
}

.fc td,
.fc th {
    border-width: 0
}

.fc-body .fc-day {
    border-width: 1px
}

.fc-body {
    border: 1px solid;
    margin-top: 8px
}

.fc-event {
    position: relative;
    display: block;
    font-size: .85em;
    line-height: 1.5;
    border-radius: 0;
    border: 1px solid #27419e;
    background-color: #27419e;
    font-weight: 400
}

#breadcrumb {
    position: relative;
    z-index: 2
}

.products-list .tab-content {
    margin-top: 0
}

.checkout-section h1,
.checkout-section h2,
.checkout-section h3,
.checkout-section h4,
.checkout-section h5,
.checkout-section h6 {
    font-family: "Source Sans Pro", sans-serif
}

.checkout-section .products-list .clearfix {
    position: relative;
    z-index: 3;
    padding: 30px
}

.checkout-section .products-list .clearfix .clearfix {
    position: relative;
    z-index: auto;
    padding: 0
}

.checkout-section .cart-item-info {
    font-size: 1.2em
}

.DocWizardNav {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .03em
}

.wizard-nav a.active span.step-title,
.wizard-nav span.step-title {
    margin-top: 15px;
    text-transform: uppercase;
    font-size: .95em;
    letter-spacing: .03em;
    display: block;
    text-align: center
}

.wizard-nav {
    position: relative;
    padding-top: 25px !important;
    padding-bottom: 25px !important
}

.wizard-nav span.step-title {
    font-weight: 600;
    color: #919191
}

.wizard-nav a.active span.step-title {
    font-weight: 800;
    color: #555
}

.wizard-nav span.icon {
    height: 60px;
    width: 60px;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    background: #f7f7f7;
    font-size: 2em;
    line-height: 57px;
    border: 1px solid #eee;
    color: #CBCBCB;
    text-align: center;
    position: relative;
    z-index: 2
}

.wizard-nav a.active span.icon {
    background: #27419e;
    color: #fff;
    -webkit-box-shadow: 0 0 0 2px #fff;
    -moz-box-shadow: 0 0 0 2px #fff;
    box-shadow: 0 0 0 2px #fff
}

.wizard-nav .progress {
    height: 8px;
    margin-bottom: 0;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    position: absolute;
    top: 35%;
    width: 97%
}

.wizard-nav .progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #1671c4;
    text-align: center;
    background-color: #1671c4;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.wizard-nav a {
    display: inline-block
}

.no-case {
    text-transform: none
}

.package-price,
.package-title {
    text-transform: uppercase;
    letter-spacing: .03em
}

.registration-info h5 span {
    font-weight: 400
}

.registration-info h5 .required {
    color: #27419e;
    font-weight: 700;
    margin-left: 5px
}

.registration-form .button {
    background: #27419e;
    border: 1px solid #27419e;
    color: #fff
}

.wizard-nav a.complete span.icon {
    background: #6AB8F6;
    color: #fff;
    border: 1px solid #fff;
    -webkit-box-shadow: inset 1px 1px 0 1px rgba(0, 0, 0, .13);
    -moz-box-shadow: inset 1px 1px 0 1px rgba(0, 0, 0, .13);
    box-shadow: inset 1px 1px 0 1px rgba(0, 0, 0, .13)
}

.remove-service {
    margin: 0 !important;
    width: 8%;
    height: 45px;
    padding: 12px 20px !important
}

#Services_TextBoxesGroup input,
.input-with-remove {
    width: 90% !important
}

#Services_AddButton {
    margin-right: 0
}

.no-resize {
    resize: none
}

textarea.form-control {
    line-height: 1.7em !important;
    padding-top: 12px !important
}

#url-check,
#url-x {
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .15);
    color: #fff;
    display: block
}

.panel-material .form-horizontal.contact-form {
    margin: 0 auto;
    padding: 0 10px;
    position: relative
}

#url-check {
    background: #A2D964;
    border: 1px solid #99D05C
}

#url-x {
    background: #27419e;
    border: 1px solid #D42644
}

.input-group-addon.status {
    border: 0;
    padding: 0
}

.package-title {
    display: block;
    padding: 15px 0;
    text-align: center;
    background: #ed2648;
    color: #fff;
    font-weight: 600;
    font-size: 15px
}

.package-price {
    font-family: Raleway, sans-serif;
    font-size: 14px;
    font-weight: 800;
    display: block
}

.package-price:last-child {
    font-weight: 400
}

.pricing-dd {
    display: inline-block;
    background: 0 0;
    border: 0;
    margin-left: 12px;
    font-size: 14px;
    color: #8D8D8D;
    padding: 0
}

.open .pricing-dd:focus,
.open.pricing-dd:active,
.open.pricing-dd:hover,
.pricing-dd:focus,
.pricing-dd:hover {
    display: inline-block;
    background: 0 0;
    border: 0;
    margin-left: 12px;
    font-size: 14px;
    color: #626262;
    padding: 0
}

.registration-info .open>.dropdown-toggle.btn-primary:active,
.registration-info .open>.dropdown-toggle.btn-primary:focus,
.registration-info .open>.dropdown-toggle.btn-primary:hover {
    color: #626262;
    background-color: transparent;
    border-color: transparent
}

.pricing-menu {
    width: 100%;
    border-radius: 0;
    top: 320%;
    background: #f7f7f7;
    border-color: #e5e5e5;
    box-shadow: 0 3px 5px -2px rgba(0, 0, 0, .1) !important;
    -webkit-box-shadow: 0 3px 5px -2px rgba(0, 0, 0, .1) !important;
    -moz-box-shadow: 0 3px 5px -2px rgba(0, 0, 0, .1) !important;
    padding: 0
}

.pricing-menu li a {
    padding: 7px 20px
}

.pricing-menu li a:hover {
    background: #e5e5e5
}

.dz-image-gallery {
    height: 200px;
    overflow: auto;
    padding: 25px 0 !important
}

.registration-widget,
.widget-icon {
    padding-top: 15px;
    padding-bottom: 15px
}

#edit-image-gallery .dz-image-gallery {
    height: auto !important
}

.registration-widget h5 {
    margin-top: 6px
}

.tinyBox h2:after,
.vendor-login h2,
h4.reg-title::after {
    content: " ";
    display: block;
    height: 3px;
    background: #27419e;
    width: 50px;
    margin: 18px 0
}

.tinyBox h2,
.vendor-login h2,
h4.reg-title {
    font-size: 17px;
    display: inline-block;
    margin: 0
}

.tinyBox::after {
    content: " ";
    height: 1px;
    display: block;
    margin: 25px 0 30px;
    background: #eee
}

.cc-info h2,
.grayBox h2 {
    font-family: "Source Sans Pro", sans-serif;
    text-transform: capitalize;
    letter-spacing: .03em;
    font-weight: 600;
    font-size: 15px;
    margin-top: 0
}

#bb-cart-total,
.CartContent .Item,
.PaymentPriceSummary span:last-child,
.PaymentSummary span:last-child {
    font-family: Raleway, sans-serif
}

.registration-widget {
    background: #f7f7f7;
    border: 1px solid #ddd;
    margin-left: 0 !important;
    margin-right: 0 !important
}

.widget-icon {
    background: #fff;
    margin-top: -15px;
    margin-bottom: -15px;
    border-right: 1px solid #ddd
}

#note,
.cart-item-header {
    margin-bottom: 15px
}

span.widget-price {
    font-weight: 400;
    text-transform: lowercase
}

.cart-item-header,
p.firstLine {
    text-transform: uppercase;
    text-align: center
}

span.widget-price::before {
    content: "/";
    display: inline-block;
    padding: 0 8px;
    color: #ccc
}

#image-upgrades,
#note {
    padding: 22px;
    background: #f7f7f7;
    border: 1px solid #ddd;
    display: block
}

.cart-item-header i {
    margin-right: 8px
}

.cart-item-header {
    display: block;
    padding: 15px 0;
    background: #ed2648;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: .03em
}

.cart-item-text {
    color: #27419e;
    font-weight: 600
}

.cart-item-text,
.item-header {
    width: 39%;
    display: inline-block
}

.cart-item-price,
.item-price,
.item-qty {
    width: 29%;
    display: inline-block
}

.cart-item-total-price {
    padding: 8px 0;
    border: 1px solid #eee;
    border-left: 0;
    border-right: 0;
    margin-bottom: 25px;
    margin-top: 15px;
    border-bottom: 2px solid #e5e5e5
}

.cart-item-total-price::before {
    content: "Total:";
    font-weight: 600;
    display: inline-block;
    margin-right: 10px
}

.form-horizontal .checkbox input[type=checkbox],
.form-horizontal .radio input[type=radio] {
    /* margin-left: 10 */
}

.form-horizontal .radio label {
    margin-right: 25px
}

.col1,
.col2,
.col3,
.col4 {
    width: 24%;
    display: inline-block;
    text-align: center
}

.UnitCountControl input {
    width: 100% !important;
    margin: 0 auto
}

p.firstLine {
    font-weight: 700;
    font-size: 13.4px;
    margin-bottom: 12px
}

#bb-cart-total::before,
.DocWizardNav .DocWizardItemCurrent,
.InfoCol .Name,
.PaymentPriceSummary span:first-child,
.PaymentSummary span:first-child,
.discountTitle,
.discountTitle::after,
.logon-password-retrieval-link,
.shoppingCartTotals .Label {
    font-weight: 600
}

p.firstLine .col1,
p.firstLine .col2,
p.firstLine .col3 {
    border-right: 1px solid #fff;
    padding: 12px 0
}

p.firstLine .col4:last-child {
    border: 0
}

.stock {
    display: none
}

.CartContent .Item {
    border-bottom: 1px solid #eee;
    margin-bottom: 13px
}

.CartContent .cart-item-info {
    color: #333
}

.ProductPriceDetailImage {
    max-width: 16px;
    margin-left: 8px
}

.shoppingCartTotals {
    text-align: right;
    padding: 30px 0;
    font-size: 24px
}

.shoppingCartTotals .Label {
    display: inline-block;
    margin-right: 5px
}

.shoppingCartTotals .Value {
    display: inline-block
}

.cart-qty-top {
    background: #1671c4;
    border-radius: 3px;
    font-size: 10px;
    color: #fff;
    text-align: center;
    height: 16px;
    padding: 0 5px;
    display: inline-block;
    line-height: 17px;
    position: relative;
    margin-left: 2px
}

.footerButtons input,
.popover {
    border-radius: 0
}

.CofirmationCheckbox .checkbox {
    text-align: right;
    margin-top: 0 !important;
    margin-bottom: 15px
}

.OrderSummary,
.PaymentPriceSummary,
.PaymentSummary {
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: 600
}

#bb-cart-total {
    padding: 8px;
    text-align: center;
    background: #f7f7f7;
    border-bottom: 2px solid rgba(0, 0, 0, .08);
    border-top: 1px solid rgba(0, 0, 0, .02);
    font-size: 15px
}

#bb-cart-total::before {
    content: "Your Total:";
    display: inline-block;
    margin-right: 8px
}

.vendor-register #field_UserPassword {
    width: 48%;
    margin-right: 4%;
    display: inline-block
}

.vendor-register #field_ConfirmPassword {
    width: 48%;
    margin-right: 0;
    display: inline-block;
    float: right
}

.vendor-login .checkbox input[type=checkbox] {
    margin-left: -15px !important;
    font-size: 13px
}

.vendor-login .btn.btn-primary {
    margin-right: -15px !important
}

.vendor-register .RegisterButton {
    margin-right: 0 !important
}

.become-a-member {
    padding-bottom: 8px;
    display: inline-block
}

.become-a-member::before,
.logon-password-retrieval-link::before {
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 10px
}

.no-float {
    float: none !important;
    width: auto !important
}

.registration-form .editing-form-value-cell br {
    display: none
}

.popover {
    border-color: #ccc
}

.popover-title {
    background-color: #1671c4;
    border-radius: 0 !important;
    color: #fff
}

.info-circle i {
    color: #27419e
}

.DocWizardNav .DocWizardItem,
.DocWizardNav .DocWizardItemCurrent,
.DocWizardNav .DocWizardItemFirst,
.DocWizardNav .DocWizardItemLast {
    margin-right: 2px;
    display: inline-block;
    margin-bottom: -1px;
    background: #eee;
    float: left
}

.DocWizardNav .DocWizardItem a,
.DocWizardNav .DocWizardItem span,
.DocWizardNav .DocWizardItemCurrent a,
.DocWizardNav .DocWizardItemCurrent span,
.DocWizardNav .DocWizardItemFirst a,
.DocWizardNav .DocWizardItemLast a,
.DocWizardNav .DocWizardItemLast span {
    display: block;
    padding: 15px 30px;
    border-radius: 0
}

.checkout-section .DocWizardNav {
    display: inline-block;
    vertical-align: bottom
}

.checkout-section .DocWizardNav .DocWizardItemLast.payment span::before {
    content: "" !important
}

.DocWizardNav div a::before,
.DocWizardNav div span::before {
    display: inline-block;
    margin-right: 5px;
    font-family: FontAwesome
}

.DocWizardNav div:first-child a::before,
.DocWizardNav div:first-child span::before {
    content: "\f290"
}

.DocWizardNav div:nth-child(2) a::before,
.DocWizardNav div:nth-child(2) span::before {
    content: "\f023"
}

.DocWizardNav div:nth-child(3) a::before,
.DocWizardNav div:nth-child(3) span::before {
    content: "\f2b9"
}

.DocWizardNav div:nth-child(4) a::before,
.DocWizardNav div:nth-child(4) span::before {
    content: "\f0d1"
}

.DocWizardNav div:last-child a::before,
.DocWizardNav div:last-child span::before {
    content: "\f022"
}

.DocWizardNav .DocWizardItemCurrent {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
    background: #fff;
    margin-right: 3px
}

.DocWizardNav .DocWizardItemCurrent a::before {
    color: #1671c4
}

.discountCoupon input.form-control {
    width: 200px !important;
    display: inline-block;
    margin-right: 2px;
    margin-top: 10px
}

.Error {
    color: red
}

.discountCoupon .btn {
    float: none;
    height: 44px;
    top: -1px;
    border: 0
}

.footerButtons {
    text-align: right
}

.footerButtons .no-float {
    display: inline-block;
    margin-left: 5px
}

.footerButtons .btn {
    background: #1671c4
}

.footerButtons .btn:hover {
    background: #27419e
}

.discountTitle::after {
    content: ": "
}

.Subtotal,
.Tax {
    font-size: 1.3em
}

.Remove {
    text-align: center
}

.Remove a::after {
    content: "Remove";
    margin-left: 3px;
    color: #e01414
}

#payment-form .form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0
}

h4.payment-header {
    text-transform: uppercase !important;
    font-family: "Source Sans Pro", sans-serif !important;
    display: inline-block !important;
    font-size: 1em !important;
    font-weight: 600 !important
}

#payment-form .control-label {
    font-weight: 600
}

#payment-form .checkbox input[type=checkbox],
#payment-form .checkbox-inline input[type=checkbox],
#payment-form .radio input[type=radio],
#payment-form .radio-inline input[type=radio],
.remember.td .checkbox input[type=checkbox] {
    margin-left: 0
}

#payment-form .checkbox label,
#payment-form .radio label,
.remember.td .checkbox label {
    margin-right: 22px
}

.PanelPayment select {
    width: auto !important
}

.payment-info-wrapper .col-md-6 .no-float {
    display: inline-block;
    width: 48% !important
}

p.firstLine {
    background: #eee !important;
    color: #505050
}

.label {
    padding-left: 0
}

.processing-payment {
    position: absolute;
    top: -50px;
    height: calc(100% + 50px);
    width: 100%;
    background: rgba(255, 255, 255, .85);
    z-index: 2
}

.processing-payment p {
    text-align: center;
    font-size: 1.3em;
    color: #777
}

.cart-toggle.toggled {
    width: 100%;
    text-align: right;
    margin-right: -10px;
    padding: 0 10px 3px 0;
    background: #fff
}

.cart-wrapper.toggled {
    margin-right: -10px;
    padding-right: 10px;
    background: #fff
}

.shoppingCartTotals,
.totals {
    font-family: Raleway, sans-serif
}

.nav-title.cart-top {
    background: #1671c4;
    padding: 8px 10px 7px;
    border-radius: 3px 0 0 3px;
    font-size: 16px;
    color: #fff;
    border-bottom: 3px solid rgba(0, 0, 0, .22);
    position: fixed;
    top: 0;
    right: 0
}

.nav-title.cart-top a {
    color: #fff
}

.nav-title.cart-top span.pipe {
    background: #fff;
    margin: 0 15px
}

.logon-page-background .btn {
    margin-bottom: 25px
}

.logon-remember-me-checkbox .checkbox input[type=checkbox],
.logon-remember-me-checkbox .checkbox-inline input[type=checkbox],
.logon-remember-me-checkbox .radio input[type=radio],
.logon-remember-me-checkbox .radio-inline input[type=radio] {
    margin-left: 0
}

.shoppingCartTotals {
    border-top: 0
}

.cart-item-image img {
    padding: 3px
}

.cart-dropdown hr {
    opacity: .2
}

.cart-dropdown i {
    font-size: 2.2em;
    top: 4px;
    position: relative
}

.cart-dropdown .cart-item-info a {
    vertical-align: top;
    font-weight: 600;
    line-height: normal !important;
    background: 0 0 !important;
    font-size: 15px
}

.cart-dropdown .cart-button {
    background: #fff !important;
    color: #333 !important
}

.cart-dropdown .cart-button:hover {
    background: #fff !important
}

.cart-dropdown .cart-qty-top {
    background: #ee3b2e;
    border-radius: 3px;
    font-size: 10px;
    color: #fff;
    text-align: center;
    height: 16px;
    padding: 0 3px;
    display: inline-block;
    line-height: 17px;
    position: relative;
    left: -5px;
    top: 1px
}

.cart-dropdown ul.dropdown-menu {
    left: auto;
    right: 140px;
    width: 300px;
    height: 200px;
    background: #222;
    color: #fff;
    box-shadow: none
}

.cart-dropdown ul.dropdown-menu a {
    color: #fff
}

.cart-dropdown ul.dropdown-menu li {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 15px
}

.cart-dropdown ul.dropdown-menu li::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #666
}

.cart-dropdown ul.dropdown-menu li::-webkit-scrollbar {
    width: 6px;
    background-color: #666
}

.cart-dropdown ul.dropdown-menu li::-webkit-scrollbar-thumb {
    background-color: #333
}

.cart-dropdown .cart-full {
    position: absolute;
    height: 40px;
    bottom: -40px;
    background: #1671c4;
    width: 100%;
    line-height: 40px;
    left: 0;
    text-align: center;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08)
}

.cart-dropdown .cart-full a {
    color: #fff;
    line-height: 35px !important;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase
}

.cart-dropdown .cart-item-subtotal .btn {
    border: 0;
    padding: 0;
    line-height: normal;
    color: red;
    font-family: FontAwesome
}

.product-info h3,
.total,
h4.pricing-title {
    font-family: "Source Sans Pro", sans-serif
}

.cart-dropdown span.pipe {
    height: 13px;
    width: 1px;
    background: #ccc;
    margin: 0 5px;
    top: 2px;
    position: relative
}

.AddToCartContainer .AddToCartLink,
.AddToCartContainer .AddToCartLink:hover {
    color: #fff !important;
    background: #1671c4
}

.AddToCartContainer .AddToCartLink {
    padding: 12px 40px;
    display: inline-block;
    font-weight: 400;
    border: 0;
    margin: 0 auto;
    letter-spacing: .03em;
    text-align: center;
    text-transform: uppercase
}

.product-info {
    padding: 10px;
    background: #f7f7f7;
    border: 1px solid #ddd
}

.product-info h3 {
    font-weight: 600 !important;
    font-size: 18px;
    margin-bottom: 8px !important
}

.product-info h3 a:hover {
    color: #27419e !important
}

.product-info .summary {
    line-height: 2em
}

.list-view .product-info h3 {
    font-size: 17px
}

.CartContent .cart-item-info a {
    font-weight: 400;
    color: #333
}

.PanelShipping .form-control {
    width: auto !important
}

#field_CustomerPhone #p_lt_ctl02_pageplaceholder_p_lt_ctl01_pageplaceholder_p_lt_ctl00_CustomerDetail_customerForm_CustomerPhone_Label1,
.CartContent:last-of-type hr {
    display: none
}

#field_CustomerPhone .input-width-20 {
    width: 20%;
    display: inline
}

#field_CustomerPhone .input-width-60 {
    width: 76%;
    display: inline;
    margin-left: 3%
}

.addToCartWrapper.artist-pg a {
    width: 100%;
    text-align: center
}

.cart-button {
    border: 0 !important
}

.cart-button:focus,
.cart-button:hover {
    border-bottom: 0;
    line-height: 100px
}

.footer-buttons {
    padding-top: 45px !important;
    margin-top: 45px;
    border-top: 1px solid #eee
}

.footer-buttons .btn.btn-default {
    padding: 8px 20px;
    display: inline-block;
    font-weight: 600;
    transition: all ease .3s;
    border: 0;
    border-radius: 0;
    margin: 0 auto;
    font-size: 14px;
    text-transform: uppercase;
    visibility: none;
    letter-spacing: 1px;
    background: #1671c4;
    color: #fff !important
}

#field_AddressCity,
#field_AddressLine1 {
    margin-right: 1% !important;
    display: inline-block
}

.footer-buttons .btn.btn-default:last-child {
    float: right
}

.footer-buttons .btn.btn-default:hover {
    color: #fff !important;
    background: #27419e
}

.qty-remove .btn,
.qty-update .UnitCountButton .btn {
    border: 0;
    background: 0 0;
    padding: 5px
}

#field_AddressLine1 {
    width: 49%
}

#field_AddressCity input,
#field_AddressCity select,
#field_AddressCountryID input,
#field_AddressCountryID select,
#field_AddressLine1 input,
#field_AddressLine2 input {
    width: 100%
}

#field_AddressLine2 {
    width: 49%;
    display: inline-block
}

#field_AddressCity {
    width: 32%
}

#field_AddressCountryID {
    width: 52%;
    display: inline-block
}

#field_AddressCountryID .FormErrorLabel {
    float: left
}

#field_AddressCountryID .country-selector #p_lt_ctl04_pageplaceholder_p_lt_ctl01_pageplaceholder_p_lt_ctl00_CustomerAddress_addressForm_AddressCountryID_uniSelectorCountry {
    width: 49%;
    margin-right: 1%;
    display: inline-block
}

#field_AddressCountryID .country-selector #p_lt_ctl04_pageplaceholder_p_lt_ctl01_pageplaceholder_p_lt_ctl00_CustomerAddress_addressForm_AddressCountryID_uniSelectorState {
    width: 49%;
    display: inline-block;
    float: right
}

#field_AddressZip {
    width: 12%;
    margin-right: 1% !important;
    display: inline-block
}

#field_AddressZip input,
#field_AddressZip select {
    width: 100%
}

#field_AddressCountryID {
    margin-right: 0 !important
}

.qty-remove {
    display: inline-block
}

.qty-update {
    display: inline-block
}

.qty-update .UnitCountButton .btn {
    margin-left: 25px
}

.green {
    color: #1671c4
}

.red {
    color: #eb3131
}

.bold {
    font-weight: 600
}

#field_CustomerFirstName,
#field_CustomerPhone {
    width: 49%;
    margin-right: 1% !important;
    float: left
}

#field_CustomerFirstName .form-control,
#field_CustomerPhone .form-control {
    width: 100%
}

#field_CustomerLastName {
    width: 50%;
    float: left
}

#field_CustomerLastName .form-control {
    width: 100%
}

#field_CustomerPhone {
    width: 49%;
    margin-right: 1% !important
}

#field_CustomerPhone span {
    width: 3%;
    float: left;
    height: 45px;
    line-height: 45px;
    font-weight: 800
}

#field_CustomerPhone .FormErrorLabel {
    width: 100%
}

#field_CustomerPhone .input-width-20.form-control {
    width: 17%;
    margin-right: 2%;
    float: left
}

#field_CustomerPhone .input-width-60.form-control {
    width: 78%;
    float: left;
    margin-left: 0 !important
}

#field_CustomerEmail {
    width: 50%;
    float: left
}

#field_CustomerEmail .form-control {
    width: 100%
}

.grid-view .editing-form-label-cell label {
    margin-top: 5px;
    margin-bottom: 5px
}

.control-label.editing-form-label {
    font-weight: 600
}

.pricing {
    margin-top: 8px
}

.pricing:last-child {
    padding-left: 0
}

.pricing-header {
    background: #27419e;
    color: #fff
}

.mid-pricing {
    -webkit-box-shadow: 0 0 25px -5px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 25px -5px rgba(0, 0, 0, .2);
    box-shadow: 0 0 25px -5px rgba(0, 0, 0, .2);
    z-index: 1;
    margin-top: 0;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    padding: 0
}

.mid-pricing:hover {
    box-shadow: 0 0 25px -5px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 25px -5px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 25px -5px rgba(0, 0, 0, .5)
}

.mid-pricing .pricing-header {
    background: #1671c4;
    color: #fff
}

.pricing-header {
    padding: 8px 0 10px
}

h4.pricing-title {
    text-transform: uppercase;
    color: #fff;
    font-size: 1em;
    font-weight: 600;
    letter-spacing: .05em;
    padding: 12px;
    background: rgba(0, 0, 0, .05);
    vertical-align: top;
    margin-top: -8px
}

.pricing-body {
    padding: 15px;
    background: #f7f7f7;
    -webkit-box-shadow: 0 -5px 0 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 -5px 0 0 rgba(0, 0, 0, .2);
    box-shadow: 0 -5px 0 0 rgba(0, 0, 0, .2)
}

.mid-pricing .pricing-body,
.pricing-body ul li:hover {
    background: #fff
}

.pricing-body ul,
.pricing-body ul li {
    margin: 0;
    padding: 0;
    list-style: none
}

.pricing-body ul li {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    transition: all ease .3s;
    -webkit-transition: all ease .3s
}

.mid-pricing .pricing-body ul li:hover {
    background: #f7f7f7
}

.pricing-body ul li:last-child {
    border-bottom: none
}

.pricing-footer {
    padding: 10px;
    background: #27419e;
    position: relative
}

.mid-pricing .pricing-footer {
    background: #1671c4
}

.pricing-footer a.button {
    background: #27419e;
    border-color: #27419e;
    color: #fff;
    width: 100%;
    text-align: center
}

.pricing-footer a.button::after {
    display: block;
    height: 100%;
    width: 100%;
    content: " ";
    position: absolute;
    top: 0;
    left: 0
}

.mid-pricing .pricing-footer a.button,
.mid-pricing .pricing-footer a.button:hover {
    width: 100%;
    text-align: center;
    background: #1671c4;
    border-color: #1671c4;
    color: #fff;
    box-shadow: none
}

.pricing-badge {
    text-transform: uppercase;
    letter-spacing: .06em;
    font-weight: 600;
    display: block;
    padding: 12px;
    color: #fff;
    border-top: 1px solid rgba(0, 0, 0, .05);
    width: 55%;
    margin: 0 auto
}

.pricing-badge i {
    margin-right: 10px
}

.header-block p,
h2.intro {
    max-width: 800px;
    margin: 0 auto;
    text-align: center
}

.header-block p {
    font-size: 1.4em
}

.trial-call .button {
    font-size: 1.4em;
    width: 100%;
    text-align: center
}

.trial-call p {
    max-width: 85%;
    font-size: 1.2em;
    margin-bottom: 0
}

.cancel {
    color: #E01414
}

.membership-header {
    background: #293388;
    margin-bottom: 15px
}

.membership-header h4 {
    color: #fff !important
}

.membership-details,
.pricing-details {
    padding: 4px 0;
    border-bottom: 1px solid #eee;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s
}

.membership-details:hover,
.pricing-details:hover {
    background: #f7f7f7
}

.membership-details:hover input,
.pricing-details:hover .ui-spinner-button,
.pricing-details:hover .ui-widget-content,
.pricing-details:hover input {
    background: #fff
}

.membership-details p {
    margin-bottom: 0
}

.login .button-alt {
    background: #27419e;
    border-color: #27419e;
    box-shadow: none
}

.levels strong {
    display: block;
    background: #1A324A;
    color: #fff;
    padding: 8px
}

.pricing-details {
    padding-top: 10px;
    padding-bottom: 10px
}

.ui-spinner {
    border-radius: 0
}

.ui-widget-content {
    border-color: #eee !important;
    display: inline-block;
    height: 33px;
    width: 72px;
    margin-right: 25px
}

.ui-spinner a.ui-spinner-button,
.ui-widget-content input {
    border: 0
}

.UnitsLabel::after {
    content: ": "
}

.product-image {
    border: 1px solid #eee
}

.total {
    color: #626262;
    margin: 0
}

.cart a,
.cart span {
    color: #fff
}

.cart span {
    height: 18px;
    padding: 0 4px;
    border-radius: 2px;
    display: inline-block;
    background: #27419e;
    line-height: 18px;
    text-align: center
}

.cart {
    padding: 10px 12px;
    background: #293388;
    border-radius: 3px;
    color: #fff !important;
    margin-left: 8px
}

.cart-header,
.cart-item {
    margin: 0;
    padding: 8px 0
}

.login::after {
    content: "";
    display: none !important
}

.cart-item {
    border-bottom: 1px solid #eee
}

.button-full {
    width: 100%;
    text-align: center
}

.membership-details:hover .ui-widget-content {
    background: #fff !important
}

#expand-panel .row {
    margin-left: 0 !important
}

.no-margin {
    margin: 0 !important
}

.bundle:first-child {
    margin-top: 0 !important
}

.bundle:hover {
    background: #fefefe !important
}

.add-to-cart-link {
    border: 0 #27419e;
    padding: 10px 12px !important;
    position: relative;
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 0;
    transition: all ease .2s;
    font-size: 13px;
    background: #27419e;
    display: block;
    text-align: center;
    text-transform: uppercase
}

.CntRatingContent,
.UnitCountControl,
.cart-item-amount div:first-child,
.qty div,
.savings-badge {
    display: inline-block
}

.add-to-cart-link sup {
    margin-left: 1px;
    margin-right: 10px
}

.pricing-list:hover {
    background: #fff
}

.pricing-list {
    padding: 6px 0
}

.bundle .add-to-cart-link {
    margin-top: 7px;
    font-size: 1.2em;
    padding: 9px 15px;
    text-transform: none;
    letter-spacing: .06em;
    width: 100%
}

.add-to-cart-link:hover {
    color: #fff
}

.savings-badge {
    color: #C23000;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .03em;
    font-size: 14px
}

.bundle div:nth-child(3) p {
    margin-top: 12px;
    font-weight: 600;
    font-size: 1.2em
}

.membership-details .button:hover i {
    margin-left: 0;
    margin-right: 0;
    color: #fff
}

.membership-details .button i {
    color: #fff;
    margin-right: 0;
    padding-right: 0;
    -webkit-transition: all ease .3s
}

.icon-star-empty::before,
.icon-star-full::before,
.icon-star-half::before {
    color: #1671c4;
    font-family: FontAwesome
}

.panel-mt,
.product-grid .panel-mt {
    transition: all .3s cubic-bezier(.25, .8, .25, 1);
    position: relative;
    overflow: hidden
}

.course-wrapper .add-to-cart-link {
    margin-top: 7px;
    font-size: 1.2em;
    padding: 9px 15px;
    text-transform: none;
    letter-spacing: .06em;
    width: 100%
}

.corner-ribbon,
.products-list h2 {
    letter-spacing: 1px;
    text-transform: uppercase
}

.productTitle {
    min-height: 58px
}

.qty .qty-width div:first-child {
    width: 45%;
    margin-right: 10px
}

.UnitCountControl {
    width: 50px
}

.courseIcon img {
    max-width: 60%;
    margin: 0 auto
}

.product-grid .panel-mt {
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1), 0 3px 6px rgba(0, 0, 0, .1);
    margin-top: 10px !important;
    padding: 12px 15px;
    margin-bottom: 25px !important
}

.product-grid .panel-mt:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, .18), 0 10px 10px rgba(0, 0, 0, .18)
}

.filterWrapper select,
.panel-mt {
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1), 0 3px 6px rgba(0, 0, 0, .1)
}

.product-grid .panel-mt p.productDescription {
    margin-top: 10px;
    font-size: 1.08em
}

.product-grid .panel-mt p.productPrice {
    margin-top: 12px;
    font-size: 1.3em;
    font-weight: 600
}

.product-grid .panel-mt p a strong {
    font-size: 1.5em
}

.panel-top {
    background: #fff;
    padding-top: 50px;
    padding-bottom: 25px;
    border-bottom: 1px solid #eee;
    font-size: 1.2em
}

.filterWrapper select {
    margin-bottom: 25px;
    border: 0;
    margin-top: 12px
}

.panel-mt {
    margin-top: 10px !important;
    padding: 12px 15px;
    margin-bottom: 25px !important
}

p.productDescription {
    min-height: 28px
}

h4.nav-title {
    border-left: 2px solid #c8090b;
    padding-left: 15px;
    font-weight: 600;
    text-transform: uppercase
}

.icon-star-empty::before {
    content: "\f006"
}

.icon-star-half::before {
    content: "\f123"
}

.icon-star-full::before {
    content: "\f005"
}

.CntRatingContent span.rating-star {
    float: none !important
}

.ratings {
    font-size: 13px;
    color: #999
}

.RegisterButton {
    background-color: #2e398b !important;
    border-color: #2e398b !important;
    font-size: 13.3px !important
}

/*

.checkbox input[type=checkbox] {
    margin-left: 0;
    top: 2px
}
*/

.BlockTitle {
    font-weight: 600;
    font-size: 21px;
    margin-top: 25px;
    display: block;
    padding-top: 15px;
    margin-bottom: 25px;
    border-top: 1px solid #eee
}

#p_lt_ctl03_pageplaceholder_p_lt_ctl01_pageplaceholder_p_lt_ctl00_LogonForm_pnlUpdatePasswordRetrievalLink {
    margin-top: 15px
}

.feature-title {
    font-size: 26px;
    font-weight: 600;
    padding: 25px 0;
    border-top: 1px solid #f7f7f7
}

.feature-title i {
    color: #e43;
    margin-right: 15px
}

.feature-title strong {
    font-weight: 300
}

.feature-title strong::before {
    content: "";
    width: 1px;
    background: #eee;
    margin: 0 15px;
    height: 25px;
    display: inline-block;
    bottom: -3px;
    position: relative
}

.product-wrapper {
    position: relative;
    overflow: hidden;
    margin-bottom: 35px !important
}

.product-wrapper .img-responsive {
    min-height: 200px !important
}

.filters {
    padding: 10px 15px;
    background: #222;
    margin-bottom: 25px
}

.filters a {
    color: #fff !important;
    padding: 4px 6px
}

.filters a.active {
    background: #fff;
    color: #222 !important;
    border-radius: 2px
}

.product-item-wrapper {
    margin-bottom: 40px
}

.product-item-wrapper .center-container {
    width: 93%;
    top: 0;
    left: 0;
    display: table;
    position: absolute;
    z-index: 10;
    padding: 0 10px;
    background: rgba(255, 255, 255, .7);
    opacity: 0;
    transition: all ease .3s
}

.product-item-wrapper .center-container .center-v {
    padding-bottom: 65px;
    transition: all ease .3s
}

.product-item-wrapper.col-md-3 .center-container {
    padding: 0 10px
}

.product-item-wrapper:hover .center-container {
    display: table;
    opacity: 1
}

.product-item-wrapper:hover .center-container .center-v {
    padding-bottom: 0
}

.product-item-wrapper.full-product {
    margin-bottom: 0
}

.products-list h2 {
    margin-top: 0;
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 26px
}

.products-list .clearfix {
    padding: 30px 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
    transition: all .3s cubic-bezier(.25, .8, .25, 1);
    background: #fff;
    border-top: 1px solid #f7f7f7
}

.products-list .clearfix .clearfix {
    padding: 0;
    box-shadow: none;
    transition: none;
    background: 0 0
}

.products-list .FormErrorLabel {
    position: absolute
}

.corner-ribbon {
    z-index: 8
}

.product-wrapper h2 {
    font-size: 1.05em;
    font-weight: 600
}

.short-desc {
    font-size: 13px;
    margin-bottom: 10px
}

.product-img {
    position: relative
}

.product-img .one-one {
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    border: 1px solid #eee
}

.product-feature-row {
    background: #f7f7f7;
    margin-left: 0;
    margin-right: 0;
    padding-top: 15px;
    padding-bottom: 15px
}

span.price {
    color: green
}

.cart-item-info a {
    font-weight: 600
}

.inStock {
    color: #2c7
}

.nav-pills>li>a,
.nav-pills>li>a:hover {
    color: #333 !important
}

.full-product .add-to-cart-link {
    padding: 8px 12px !important
}

.full-product .product-info h3 {
    font-size: 24px
}

.nav-pills>li>a {
    padding: 10px 15px;
    background: #f7f7f7;
    border-radius: 0
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #fff !important;
    background-color: #1671c4;
    padding: 10px 15px
}

.review-count {
    display: block;
    color: #888;
    font-size: 14px
}

.slick-dots li {
    margin: 0
}

.spinner-label {
    font-size: 13px
}

.slick-dots li button:before {
    font-size: 20px
}

.more-images {
    margin-bottom: 30px
}

.image-wrapper {
    width: 24%;
    display: inline-block;
    margin-right: .25%
}

.image-wrapper img {
    height: 100%;
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto
}

.product-description {
    padding-left: 18px
}

.product-description span {
    display: inline-block;
    margin-left: 12px
}

.cart-item-subtotal {
    margin-top: 8px;
    font-weight: 600
}

.cart-item-subtotal .pipe {
    margin: 0 15px
}

.cart-item-subtotal .RemoveButton {
    border-radius: 50% !important;
    background: #1671c4;
    padding: 0;
    height: 19px;
    width: 19px;
    text-align: center;
    line-height: 13px;
    display: inline-block;
    color: #fff !important;
    font-size: 10px;
    top: -1px;
    position: relative;
    font-weight: 900;
    border-color: #ab0d0e
}

.nav-title a {
    color: #3c3c3b
}

.cart-item-image img {
    border: 1px solid #ccc;
    border-radius: 0
}

.cart-wrapper {
    height: 75px;
    overflow: hidden;
    position: relative;
    transition: all ease .2s
}

.corner-ribbon,
.corner-ribbon.sticky,
.hidden-cart {
    position: absolute
}

.cart-wrapper.toggled {
    height: 100% !important
}

.cart-wrapper.toggled .hidden-cart {
    opacity: 0;
    display: none !important;
    height: auto !important
}

.hidden-cart {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 3;
    display: block;
    opacity: 1;
    transition: all ease .2s
}

.cart-toggle {
    font-size: 13px;
    float: right;
    color: #27419e !important
}

.cart-toggle::before {
    content: "\f067";
    display: inline-block;
    font-family: FontAwesome;
    margin-right: 8px
}

.cart-toggle span::after {
    content: "Expand";
    display: inline-block
}

.cart-toggle.toggled::before {
    content: "\f068";
    display: inline-block;
    font-family: FontAwesome;
    margin-right: 8px
}

.cart-toggle.toggled span::after {
    content: "Collapse";
    display: inline-block
}

.shopping-cart {
    margin-bottom: 25px;
    text-align: left
}

.addToCartWrapper .btn sup {
    margin-left: 1px;
    margin-right: 10px
}

.addToCartWrapper label {
    color: #555
}

.addToCartWrapper .form-control {
    height: 28px;
    padding: 0 12px
}

.product-full .product-img {
    border: 1px solid #ddd;
    padding-top: 8px
}

.product-full .product-img a.lrg-button {
    display: block;
    text-align: center;
    border-top: 1px solid #ddd;
    padding: 6px;
    margin-top: 8px;
    color: #333;
    font-weight: 600;
    background: #eee
}

.product-full .addToCartWrapper {
    width: 50%;
    float: right
}

.product-full span.price {
    position: absolute;
    bottom: 0;
    left: 15px;
    right: auto;
    background: #1671c4;
    color: #fff;
    padding: 1px 8px;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 2px
}

.product-full h2 {
    margin-top: 0;
    font-size: 1.2em;
    margin-bottom: 15px
}

.table-qty .RemoveButton,
.table-qty .UpdateButton {
    font-family: FontAwesome;
    display: inline-block
}

.UnitCountButton {
    display: inline-block
}

.cart-header {
    font-weight: 600;
    font-size: 1.1em;
    background: #eee;
    margin-bottom: 15px !important;
    border-bottom: 1px solid #ccc
}

.Label,
.Value {
    display: inline
}

.footer-btns .btn:last-child {
    float: right
}

.ShowAddressCheckbox .checkbox input[type=checkbox],
.ShowAddressCheckbox .checkbox-inline input[type=checkbox],
.ShowAddressCheckbox .radio input[type=radio],
.ShowAddressCheckbox .radio-inline input[type=radio] {
    margin-left: 0 !important
}

#p_lt_ctl03_pageplaceholder_p_lt_ctl01_PaymentForm_PaymentDataForm_lblCVV,
#p_lt_ctl03_pageplaceholder_p_lt_ctl01_PaymentForm_PaymentDataForm_lblCardNumber,
#p_lt_ctl03_pageplaceholder_p_lt_ctl01_PaymentForm_PaymentDataForm_lblExpiryMonth,
#p_lt_ctl03_pageplaceholder_p_lt_ctl01_PaymentForm_PaymentDataForm_lblExpiryYear {
    display: block;
    font-weight: 600
}

.form-field {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    border-radius: 0;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-bottom: 15px
}

.product-wrapper select {
    padding: 6px 2px !important;
    font-size: 13px !important
}

.rating {
    color: #1671c4
}

.corner-ribbon {
    width: 200px;
    background: #2c7;
    top: 25px;
    left: -50px;
    text-align: center;
    line-height: 35px;
    color: #fff;
    font-size: 13px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    border-bottom: 1px solid rgba(0, 0, 0, .07);
    border-top: 1px solid rgba(0, 0, 0, .07);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .17)
}

.corner-ribbon.shadow {
    box-shadow: 0 0 3px rgba(0, 0, 0, .3)
}

.corner-ribbon.top-left {
    top: 25px;
    left: -50px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.corner-ribbon.top-right {
    top: 15px;
    right: -68px;
    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)
}

.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.purple {
    background: #95b
}

.corner-ribbon.red {
    background: #1671c4
}

.corner-ribbon.orange {
    background: #EFB919
}

.corner-ribbon.yellow {
    background: #fdd922
}

.CommentDetail {
    padding: 15px;
    border: 1px solid #eee;
    margin-bottom: 25px
}

.padding {
    padding-left: 30px !important;
    padding-right: 30px !important
}

.clear {
    clear: both
}

.CommentUserName {
    font-size: 1.1em;
    font-weight: 600
}

.CommentText {
    line-height: 1.9em
}

.CommentDate {
    font-size: 14px;
    color: #999;
    margin-bottom: 15px
}

.message-board-form .control-label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

.message-board-form .message-board-form-leave-message {
    color: #000;
    letter-spacing: .02em;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 15px;
    display: block
}

.message-board-form .form-group .form-control {
    width: 100% !important
}

.sub-cat-wrapper {
    margin-bottom: 15px
}

.sub-cat-wrapper .sub-cat-name {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    display: block;
    margin-top: 6px
}

.grid-view .list-stock {
    display: none
}

.grid-view .addToCartWrapper .bold.red {
    background: #fff;
    padding: 8px 25px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08)
}

.benefits ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.benefits ul li {
    padding-bottom: 10px;
    display: inline-block;
    margin-right: 40px
}

.benefits ul li::before {
    content: "\f105";
    font-family: FontAwesome;
    margin-right: 8px;
    transition: all ease .4s;
    display: inline-block;
    color: #1671c4;
    height: 100%
}

#field_AccountType {
    display: none
}

.CartItemSelectorContainer .AddToCartTextBox {
    width: 50px;
    display: inline-block;
    height: 34px
}

.CartItemSelectorContainer .ProductOptionSelectorContainer.form-group {
    display: inline-block;
    margin-right: 15px !important;
    width: 100%
}

.CartItemSelectorContainer .ProductOptionSelectorContainer.form-group .ProductOptionSelector,
.CartItemSelectorContainer .ProductOptionSelectorContainer.form-group .editing-form-label-cell {
    display: inline-block
}

.one-one {
    overflow: hidden;
    position: relative
}

.one-one:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 100%
}

.TotalViewer,
.subtotal {
    display: inline-block
}

.one-one>.ratio-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.shipping-total,
.tax {
    color: #d32f2f;
    letter-spacing: .02em;
    font-size: 14px
}

.subtotal {
    margin-bottom: 5px;
    border-bottom: 1px dotted #c2c2c2
}

.payment-page-content .BlockTitle {
    margin-top: 0;
    display: block;
    padding-top: 0;
    border: 0
}

.payment-page-content .BlockContent {
    display: inline-block;
    float: left;
    width: 35%;
    padding: 15px;
    background: #f7f7f7;
    border: 1px solid #eee
}

.payment-page-content .PaymentGatewayDataContainer.tinyBox {
    display: inline-block;
    float: left;
    width: 65%;
    padding-left: 30px
}

.payment-page-content .PaymentGatewayDataContainer.tinyBox .control-label {
    display: block;
    margin-bottom: 8px
}

.cart-item-option,
.payment-page-content .PaymentGatewayDataContainer.tinyBox .col-2 {
    display: inline-block
}

.payment-page-content .PaymentGatewayDataContainer.tinyBox .col-1 {
    display: inline-block;
    margin-right: 15px
}

.payment-page-content .ProcessPaymentButton {
    float: right
}

.productPanel .panel-default>.panel-heading {
    border: 1px solid #ddd;
    padding: 10px;
    background: #f7f7f7
}

.footer,
footer {
    background: #1671c4
}

.productPanel .panel-default>.panel-heading i {
    font-size: 14px;
    position: relative;
    top: 0;
    margin-right: 10px
}

.productPanel .panel-default>.panel-heading h3 {
    font-size: 18px !important;
    margin: 0 !important;
    font-weight: 500 !important
}

.productPanel .panel-default>.panel-heading a {
    color: #333 !important
}

.productPanel .panel-group .panel {
    box-shadow: none
}

.productPanel .panel-body {
    border: 1px solid #ddd !important;
    border-top: 0 !important;
    padding: 10px !important
}

.productPanel .panel-body .form-control {
    height: 28px;
    padding-top: 0;
    padding-bottom: 0
}

.productPanel .panel-body .control-label {
    font-weight: 600;
    color: #333
}

.productPanel .panel-body i {
    color: #333;
    margin: 0
}

.productPanel .panel-body .AddToCartLink.add-to-cart-link i {
    color: #fff
}

.product-category_title span {
    color: #666;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: normal
}

.TotalPriceContainer {
    font-size: 1.1em;
    margin-bottom: 15px;
    padding: 10px 0 0;
    border-top: 1px solid #ddd;
    font-weight: 600
}

.TotalPriceContainer .TotalPriceLabel {
    font-weight: 600;
    color: green
}

.TotalPriceContainer .TotalPrice {
    color: #333
}

.cart-item-option {
    font-size: 14px;
    color: #777
}

footer,
footer a,
footer a:focus,
footer p {
    color: #fff
}

.cart-item-option::after {
    content: " | "
}

.login-left .editing-form-label-cell {
    width: 20% !important
}

.login-left .editing-form-value-cell {
    width: 79% !important
}

.login-left input.form-control {
    width: 80% !important
}

.registration-right label {
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 1.1em;
    text-transform: uppercase;
    letter-spacing: .06em
}

.registration-right .FieldLabel {
    padding-right: 25px
}

.registration-right td.EditingFormValueCell {
    padding-bottom: 10px;
    width: 75%
}

.registration-right .RegisterButton.btn.btn-default {
    padding: 12px 25px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .09em;
    font-weight: 600;
    font-size: .9em;
    transition: all ease .4s;
    visibility: none;
    background-color: #1671c4;
    border-color: #1671c4;
    border-radius: 0;
    margin-top: 15px
}

.registration-right .RegisterButton.btn.btn-default h3 {
    margin-bottom: 30px
}

footer img {
    margin: 0 auto
}

footer {
    position: relative;
    margin-top: 80px;
    font-family: Raleway, sans-serif
}

footer p {
    font-size: .95em;
    margin-top: 15px
}

footer img.logo {
    margin-top: 58px
}

footer a:hover {
    color: #eee
}

.footer {
    padding: 60px 0;
    color: #fff;
    letter-spacing: .03em
}

.social .icon {
    height: 35px !important;
    width: 35px !important;
    display: inline-block;
    line-height: 35px;
    transition: all ease .3s;
    margin: 6px 0 0;
    color: #1d1d1b;
    font-size: 1.1em;
    text-align: center;
    position: relative;
    background: #2D2D2A;
    border-radius: 2px
}

footer .icon,
footer h5 {
    display: inline-block;
    height: 28px
}

footer .icon {
    border-radius: 0;
    border: 0;
    border-bottom: 2px solid rgba(255, 255, 255, .7);
    width: 10%;
    color: #fff;
    line-height: normal;
    font-size: 1.2em
}

footer h5 {
    font-size: 1.35em;
    font-weight: 600;
    padding-left: 5px;
    border-bottom: 2px solid rgba(255, 255, 255, .31);
    color: #fff;
    margin-left: -2px;
    text-transform: none;
    width: 89%;
    padding-right: 0
}

footer .denturist h5 {
    padding-right: 68px
}

footer .space {
    display: block;
    height: 15px
}

footer .find {
    margin-top: 15px
}

footer .find .btn {
    border: 0;
    border-radius: 0;
    background: #27419e;
    color: #fff;
    height: 40px !important;
    width: 40px !important;
    line-height: 40px !important
}

footer .find input {
    border: 0;
    border-radius: 0;
    height: 40px;
    -webkit-box-shadow: none;
    box-shadow: none
}

#footer {
    padding: 60px
}

.social .icon a::after,
footer .icon a::after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute
}

footer ul {
    list-style: none;
    margin: 15px 0 0;
    padding: 0;
    font-size: .98em
}

footer li {
    padding: 1px 0 !important;
    font-weight: 400
}

footer li:hover::before {
    margin-right: 12px
}

footer strong {
    color: #fff !important
}

footer .footer-dark {
    background: #27419e;
    color: #fff;
    font-weight: 400;
    height: 50px;
    line-height: 50px
}

footer .footer-dark ul {
    padding: 0;
    margin: 0
}

footer .icon:hover {
    background: #1671c4
}

footer .icon:hover a {
    color: #fff !important
}

.footer-dark .site-links a:hover {
    color: #fff
}

.footer-dark .site-links a::after {
    content: "/";
    margin: 0 8px
}

.footer-dark .site-links a:last-child::after {
    content: " ";
    margin: 0
}

footer .contact ul li {
    padding-bottom: 2px
}

.footer-nav li {
    padding-bottom: 4px;
    font-weight: 500
}

.ContributionsList .unigrid .unigrid-content table.ContributionsGrid tbody td,
.ContributionsList .unigrid .unigrid-content table.ContributionsGrid thead th {
    padding: 10px 20px 10px 0;
    width: 24%
}

.ContributionsList .unigrid .unigrid-content table.ContributionsGrid tbody td.unigrid-actions button {
    background-color: #1671c4;
    color: #fff;
    margin-right: 8px
}

.ContributionsList .unigrid .unigrid-content table.ContributionsGrid tbody td.unigrid-actions button.js-delete {
    background-color: #ef3232
}

.ContributionsList .unigrid .unigrid-content table.ContributionsGrid tbody td.unigrid-actions .icon-edit {
    font-style: normal
}

.ContributionsList .unigrid .unigrid-content table.ContributionsGrid tbody td.unigrid-actions .icon-edit::before {
    content: "\f040";
    font-family: FontAwesome;
    display: inline-block
}

.ContributionsList .unigrid .unigrid-content table.ContributionsGrid tbody td.unigrid-actions .icon-bin {
    font-style: normal
}

.ContributionsList .unigrid .unigrid-content table.ContributionsGrid tbody td.unigrid-actions .icon-bin::before {
    content: "\f014";
    font-family: FontAwesome;
    display: inline-block
}

.ContributionsEdit .control-label.editing-form-label {
    font-weight: 700;
    color: #333
}

.ContributionsEdit .UserContributionForm .form-group .checkbox input[type=checkbox],
.ContributionsEdit .UserContributionForm .form-group .checkbox-inline input[type=checkbox],
.ContributionsEdit .UserContributionForm .form-group .radio input[type=radio],
.ContributionsEdit .UserContributionForm .form-group .radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px\9;
    margin-left: 0
}

.ContributionsEdit .UserContributionForm .dao_location .form-group .checkbox input[type=checkbox],
.ContributionsEdit .UserContributionForm .dao_location .form-group .checkbox-inline input[type=checkbox],
.ContributionsEdit .UserContributionForm .dao_location .form-group .radio input[type=radio],
.ContributionsEdit .UserContributionForm .dao_location .form-group .radio-inline input[type=radio] {
    position: relative;
    margin-top: 4px\9;
    margin-left: 0
}

.ContributionsEdit .UserContributionForm .dao_location .form-group .checkbox label {
    padding-left: 8px
}

.EventManagerRegistration a.EventManagerOutlookLink {
    display: block;
    font-weight: 600;
    float: right;
    font-size: 1.2em;
    text-align: right;
    margin-right: 48px
}

.EventManagerRegistration a.EventManagerOutlookLink::before {
    content: "\f271";
    display: inline-block;
    margin-right: 8px;
    font-family: FontAwesome;
    font-weight: 400
}

.EventManagerRegistration .EventManagerRegTitle {
    color: #27419e;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 1.5em;
    font-size: 18px;
    font-family: Raleway, sans-serif;
    letter-spacing: .03em
}

.EventManagerRegistration .form-horizontal {
    margin-left: -30px
}

.EventManagerRegistration .form-horizontal .form-group {
    width: 50%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 30px
}

.EventManagerRegistration .form-horizontal .form-group .input-width-20 {
    width: 25%;
    float: left;
    position: relative;
    min-height: 1px;
    margin-right: 15px
}

.EventManagerRegistration .form-horizontal .form-group .input-width-60 {
    width: 63%;
    float: left;
    position: relative;
    min-height: 1px
}

.EventManagerRegistration .form-horizontal .form-group .editing-form-value-cell .control-group-inline .form-control-text {
    display: block;
    width: 3%;
    float: left;
    position: relative;
    min-height: 1px;
    margin-right: 15px;
    line-height: 45px;
    font-weight: 700;
    color: #333
}

.event-nav .nav-pills>li>a {
    background: #eee;
    color: #333 !important;
    border-radius: 0
}

.event-nav .nav-pills>li.active>a,
.event-nav .nav-pills>li.active>a:focus,
.event-nav .nav-pills>li.active>a:hover {
    background: #27419e;
    font-weight: 600;
    color: #fff !important
}

.event-nav-content .tab-content {
    margin-top: 0
}

.side-bar h1,
.side-bar h2,
.side-bar h3,
.side-bar h4,
.side-bar h5,
.side-bar h6 {
    color: #fff
}

.side-bar .widget {
    width: 95%;
    margin-left: 5%;
    background: #eee;
    min-height: 200px;
    position: relative;
    color: #fff;
    padding-bottom: 22px;
    text-align: center
}

.side-bar .space {
    display: block;
    height: 50px
}

.side-bar .widget .icon {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.side-bar .widget p {
    margin: 20px 0;
    font-size: 13px;
    text-align: left;
    padding: 0 20px;
    color: #fff;
    font-family: Raleway, sans-serif
}

.side-bar .widget h3 {
    padding-top: 45px;
    font-weight: 700;
    font-size: 1.5em
}

.side-bar .widget-one,
.side-bar .widget-one .icon {
    background: #27419e
}

.side-bar .widget-one .find {
    padding: 0 20px;
    margin-bottom: 0
}

.side-bar .widget-one .find .btn {
    border: 0;
    border-radius: 0;
    background: #1671c4;
    color: #fff;
    height: 40px;
    width: 40px;
    line-height: 40px !important;
    right: 20px
}

.side-bar .widget-one .find input {
    border: 0;
    border-radius: 0;
    height: 40px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.side-bar .widget-two,
.side-bar .widget-two .icon {
    background: #1671c4
}

.side-bar .widget-one .button {
    width: 85%;
    margin: 0 auto;
    display: block
}

.side-bar .widget-two .button {
    background: #27419e;
    width: 85%;
    margin: 0 auto;
    display: block
}

.side-bar .widget-two .button::after,
.side-bar .widget-one .button::after {
    background: #fff
}

.side-bar .widget-two .button:focus,
.side-bar .widget-two .button:hover,
.side-bar .widget-one .button:focus,
.side-bar .widget-one .button:hover {
    color: #1671c4
}

.side-bar .widget-two p {
    font-size: 15px;
    margin: 25px 0
}

.side-bar .CMSBanner.Banner img {
    width: 95%;
    margin-left: 5%;
    margin-top: 50px
}

#map {
    height: 350px
}

.main-finder {
    margin-bottom: 25px
}

.main-finder .btn {
    border: 0;
    border-radius: 0;
    background: #1671c4;
    color: #fff;
    height: 45px;
    width: 45px;
    font-size: 16px
}

.results i {
    font-size: 2em;
    color: #d3523a;
    margin-top: 8px
}

.results {
    padding-top: 15px;
    padding-bottom: 15px;
    transition: all ease .7s
}

.results h1,
.results h2,
.results h3,
.results h4,
.results h5,
.results h6 {
    margin: 0;
    padding: 0;
    margin-bottom: 6px !important;
    font-family: "Source Sans Pro", sans-serif
}

.results h4 {
    color: #666 !important;
    font-size: 1.2em;
    font-weight: 400 !important
}

.results p {
    margin-bottom: 0 !important
}

.map {
    margin-bottom: 60px
}

span.hr-small {
    margin: 20px 0 !important
}

.page-list,
.page-list-2 {
    list-style: none;
    margin: 0 0 25px;
    padding: 0
}

span.attn {
    font-weight: 600
}

.results p.contact {
    line-height: normal !important;
    margin-bottom: 8px !important
}

.contact strong {
    color: #444
}

.page-list li,
.page-list-2 li {
    padding: 4px 0 4px 15px;
    color: #626262;
    background-image: url(/web/20240626215435im_/https://wm-staging.denturistassociation.ca/images/bullet.png);
    background-position: left center;
    background-repeat: no-repeat
}

.page-list li {
    display: inline-block;
    width: 49%
}

.infowindow-content {
    font-size: 14px
}

.infowindow-content .infowindow-title {
    font-size: 1.3em;
    letter-spacing: .02em;
    font-weight: 600;
    display: block;
    color: #333;
    margin-bottom: 10px
}

.infowindow-content .infowindow-address {
    font-weight: 500;
    color: #333;
    display: block;
    max-width: 200px;
    margin-bottom: 8px
}

.infowindow-content .infowindow-phone {
    display: block;
    margin-bottom: 12px
}

.infowindow-content .infowindow-phone::before {
    content: "\f095";
    color: #1671c4;
    display: inline-block;
    margin-right: 8px;
    font-family: FontAwesome
}

.infowindow-content .infowindow-profile {
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 8px;
    display: block
}

.infowindow-content .infowindow-profile::before {
    content: "\f105";
    color: #1671c4;
    display: inline-block;
    margin-right: 8px;
    font-family: FontAwesome;
    transition: all ease .3s
}

.infowindow-content .infowindow-profile:hover::before {
    margin-right: 5px;
    margin-left: 3px
}

div.find {
    margin-top: 25px;
    position: relative;
    margin-bottom: 25px
}

div.find .btn {
    font-family: FontAwesome;
    position: absolute !important;
    top: -5px;
    right: 0;
    padding: 0 !important;
    height: 45px;
    width: 45px;
    line-height: 45px;
    font-size: 15px !important;
    font-weight: 400 !important
}

div.find .btn:hover {
    box-shadow: none;
    border-color: #1671c4
}

div.find .form-control {
    line-height: 45px;
    padding: 0 48px 0 12px
}

div.find .btn-info {
    color: #fff;
    background-color: #27419e;
    border-color: #27419e;
    border-radius: 0;
    height: 50px;
    width: 100%;
    text-transform: uppercase;
    font-size: .98em;
    letter-spacing: .08em;
    font-weight: 700
}

div.find .btn-info i {
    margin-left: 5px;
    transition: all ease .3s;
    -webkit-transition: all ease .3s
}

div.find .btn-info:hover i {
    margin-left: 10px;
    margin-right: -5px
}

.loc-conatiner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1
}

.location-finder {
    width: 380px;
    background: rgba(0, 0, 0, .75);
    position: relative;
    display: inline-block;
    text-align: center;
    margin-left: left;
    padding: 25px
}

.location-finder p {
    font-size: 1.23em !important
}

.location-finder p.intro {
    font-weight: 600;
    line-height: 1.5em;
    font-size: 1.5em !important
}

.location-finder .finder-footer {
    background: rgba(0, 0, 0, .8);
    padding: 25px 20px 20px;
    text-align: left;
    font-family: Lato, sans-serif;
    position: relative;
    margin: 25px -25px -25px
}

.location-finder .finder-footer .right {
    display: inline-block;
    width: 38%;
    margin-left: 5%
}

.location-finder .finder-footer .left {
    width: 55%;
    display: inline-block;
    text-align: left;
    padding-right: 2%;
    border-right: 1px solid rgba(238, 238, 238, .13)
}

.location-info {
    display: inline-block;
    padding-right: 5%;
    border-right: 1px solid #eee;
    width: 62%;
    float: left
}

.location-contact {
    padding-left: 5%;
    display: inline-block;
    vertical-align: top;
    margin-top: 12px;
    width: 33%;
    float: left;
    text-align: right
}

.location-marker {
    display: inline-block;
    width: 5%;
    float: left;
    vertical-align: top
}

ul.profile-list {
    padding-left: 0
}

ul.profile-list li {
    list-style: none
}

ul.profile-list li::before {
    color: #1671c4;
    display: inline-block;
    content: "\f105";
    margin-right: 10px;
    font-family: FontAwesome
}

span.distance {
    display: inline-block;
    margin-left: 8px;
    color: #999
}

#loadMore {
    text-align: center;
    width: 100%
}

#loadMore:hover {
    box-shadow: none;
    border-color: #1671c4
}

.ribbon-banner {
    display: block;
    position: fixed;
    top: 50px;
    left: -120px;
    width: 400px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    opacity: .7;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background-color: #1671c4;
    border: 1px solid #fff;
    z-index: 1035
}

.button-small {
    display: inline-block
}

.ad-listing .post-info {
    margin-bottom: 20px
}

.ad-listing a h4 {
    color: #1671c4 !important
}

.ad-listing a h4:hover {
    color: #27419e !important
}

#ad-space {
    padding: 60px 0
}

#info a.button {
    background: #135591;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%
}

#info a.button::after {
    background: #fff
}

#info a.button:hover {
    color: #135591;
    box-shadow: none
}

#info a.button:hover::after {
    width: 100%
}

#features .col-md-4 .feature-holder {
    border: 1px solid rgba(22, 113, 196, .27);
    transition: all ease .5s;
    -webkit-transition: all ease .5s
}

#features .col-md-4:hover .feature-holder {
    -webkit-box-shadow: 0 0 15px 0 rgba(62, 158, 245, .21);
    -moz-box-shadow: 0 0 15px 0 rgba(62, 158, 245, .21);
    box-shadow: 0 0 15px 0 rgba(62, 158, 245, .21)
}

#features .col-md-4:hover span.icon {
    color: #1671c4;
    background: #fff;
    border-color: #fff;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2)
}

#features .col-md-4 .feature-holder .feature-img img {
    border-bottom: 1px solid rgba(22, 113, 196, .27)
}

.feature-content {
    position: relative;
    padding: 0 12px
}

.feature-content span.icon {
    position: absolute;
    top: -53px;
    left: 43%;
    background: #1671c4;
    border-color: #1671c4;
    transition: all ease .5s;
    -webkit-transition: all ease .5s
}

.feature-content h3 {
    padding-top: 20px;
    font-weight: 700;
    font-size: 1.5em
}

.feature-content h4 {
    font-size: 1.05em
}

.feature-content p {
    padding-bottom: 30px;
    margin-top: 15px;
    font-family: 'Source Sans Pro';
    margin-bottom: 0;
    font-size: .96em;
    text-align: center
}

#features .button,
#info {
    font-family: Raleway, sans-serif
}

#features .button {
    margin-right: -1px;
    margin-left: -1px;
    display: block;
    text-align: center
}

#features .col-md-4 .feature-holder .post-info {
    color: #333;
    font-size: .9em;
    font-weight: 500;
    border-top: 1px solid rgba(22, 113, 196, .27)
}

#info,
#info p,
.section h4 {
    color: #fff
}

#features .col-md-4 .feature-holder .post-info i {
    margin-right: 8px
}

#features .col-md-4 .feature-holder .post-info .col-md-6 {
    padding-top: 15px;
    padding-bottom: 15px
}

#info {
    background: #27419e;
    min-height: 50px
}

#info h4 {
    font-size: 1.2em;
    font-weight: 500
}

#info .blue {
    background: #1671c4;
    margin: 0 -13px;
    min-height: 361px;
    position: relative
}

.section p,
.section:nth-child(2) p {
    font-size: 13px;
    margin-top: 15px;
    text-align: left
}

#info .mid-section {
    min-height: 50px;
    position: relative
}

#info .blue .icon {
    background: #1671c4;
    position: absolute;
    top: -30px;
    left: 43%
}

#info .mid-section .icon {
    background: #27419e;
    position: absolute;
    top: -30px;
    left: 43%
}

.section p {
    padding: 0 10px
}

.section:nth-child(2) p {
    padding: 0 20px
}

.section h3 {
    margin-top: 55px;
    font-weight: 600;
    font-size: 1.5em;
    color: #fff
}

.section h4 {
    font-size: 1.2em
}

.section .find {
    padding: 0;
    position: relative;
    width: 90%;
    margin: 0 auto;
}

#page-wrapper {
    padding: 60px 0
}

span.relationship {
    margin-left: 5px;
    font-weight: 400;
    color: #000;
    opacity: .6
}

.left .header,
.left .sub-header,
.right .header {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px
}

.left .header,
.right .header {
    font-size: 1.07em;
    color: #fff;
    margin-bottom: 5px
}

.vendor-widget .widget-button h5:first-child,
.widget-body p {
    margin-bottom: 0
}

.right a::before {
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.right a i {
    margin-left: 5px;
    transition: all ease .3s;
    -webkit-transition: all ease .3s
}

.right a:hover i {
    margin-right: -5px;
    margin-left: 10px;
    position: relative
}

.left .sub-header {
    font-size: .9em
}

.right span.pricing {
    font-size: 1.06em;
    letter-spacing: .03em
}

.info-widget {
    margin-top: -8%;
    position: relative
}

.info-widget .infograph {
    height: 175px;
    margin-top: 15px
}

.infograph i {
    display: inline-block;
    height: 26px;
    font-size: 26px;
    color: #1671c4
}

.infograph i.fa-align-right {
    font-size: 14px;
    top: -6px;
    position: relative;
    height: auto
}

.info-widget .infograph .col-md-3 {
    border-right: 1px solid #eee
}

.info-widget .infograph .col-md-3:last-child {
    border-right: 0
}

.info-widget .vendor-widget {
    height: 110px;
    background: #1671c4;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.vendor-widget .fa-group {
    height: 110px;
    display: inline-block;
    width: 110px;
    line-height: 110px;
    text-align: center;
    font-size: 40px;
    color: #fff;
    margin-left: -15px;
    background: rgba(0, 0, 0, .25);
    border-bottom-left-radius: 3px
}

.vendor-widget .widget-button {
    height: 110px;
    background: #27419e;
    border-bottom-right-radius: 3px;
    padding-top: 8px;
    position: relative;
    margin-left: 55px
}

.vendor-widget .widget-button:hover h5 i {
    margin-left: 15px
}

.vendor-widget .widget-button h5,
.vendor-widget .widget-button p {
    color: #fff
}

.vendor-widget .widget-button h5 i {
    font-size: 1.2em;
    margin-left: 10px;
    transition: all ease .5s;
    -webkit-transition: all ease .5s
}

.vendor-widget .widget-button a {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

.bio,
.bio-wrapper {
    position: relative
}

.vendor-widget .widget-button p {
    margin-bottom: 0;
    padding-bottom: 0;
    font-family: Raleway, sans-serif;
    font-size: 1.15em
}

.info-widget .container {
    background: #fff;
    border-top: 3px solid #1671c4;
    -webkit-box-shadow: 0 3px 5px -3px rgba(0, 0, 0, .53);
    -moz-box-shadow: 0 3px 5px -3px rgba(0, 0, 0, .53);
    box-shadow: 0 3px 5px -3px rgba(0, 0, 0, .53)
}

#quoting-toggle,
.bio {
    box-shadow: 0 1px 6px 1px rgba(0, 0, 0, .1)
}

.widget-body {
    padding: 11px 0;
    margin-left: -55px
}

.widget-body p {
    padding-bottom: 0;
    color: #fff
}

.widget-body h3 {
    margin-top: 0;
    padding-top: 0;
    color: #fff
}

div.container-blank {
    display: inline-block;
    margin: 0 auto
}

.bio {
    width: 95%;
    margin: 0 auto;
    background: #fff;
    top: -100px;
    padding: 25px;
    -webkit-box-shadow: 0 1px 6px 1px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 6px 1px rgba(0, 0, 0, .1);
    transition: all ease .5s;
    -webkit-transition: all ease .5s
}

.bio h4,
.bio p {
    margin-bottom: 0
}

.bio h4 {
    font-size: 17px
}

.bio p {
    padding: 15px 0;
    font-size: 1.13em;
    font-weight: 500
}

.bio-footer {
    margin: 0 -25px -25px;
    background: #27419e;
    height: 50px;
    color: #fff
}

.bio-footer h5 i {
    margin-left: 9px;
    transition: all ease .5s;
    -webkit-transition: all ease .5s
}

.bio-footer:hover h5 i {
    margin-left: 12px
}

.bio-footer h5 {
    color: #fff;
    line-height: 50px;
    letter-spacing: .06em;
    font-size: .95em
}

.bio-wrapper .title,
.bio-wrapper .title .icon {
    height: 70px;
    line-height: 70px;
    text-align: center
}

.bio-wrapper .title {
    background: rgba(0, 0, 0, .6);
    width: 100%
}

.bio-wrapper .title h4 {
    display: inline-block;
    color: #fff;
    font-family: "Source Sans Pro", sans-serif;
    text-transform: capitalize;
    -webkit-font-feature-settings: "liga" 0;
    font-feature-settings: "liga" 0;
    margin-left: -35px
}

.title-wrapper {
    padding: 0 15px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.bio-wrapper .title .icon {
    width: 70px;
    background: #1671c4;
    display: inline-block;
    font-size: 30px;
    color: #fff;
    float: left
}

#features {
    background: url(/web/20240626215435im_/https://wm-staging.denturistassociation.ca/images/patterns/black_thread.png)
}

.slick-arrow {
    position: absolute;
    top: 35%;
    height: 35px;
    width: 35px;
    background: rgba(51, 51, 51, .44);
    z-index: 5;
    text-align: center;
    line-height: 35px;
    color: rgba(255, 255, 255, .5);
    border-radius: 2px;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    margin-top: 25px;
    opacity: 0
}

#quoting-toggle,
.quoting-tool,
.quoting-tool a.register {
    border-bottom-left-radius: 3px
}

i.arrow.fa.fa-angle-right.slick-arrow {
    right: 0
}

.slider-container:hover .slick-arrow {
    background: #333 !important;
    color: #fff !important;
    margin-top: 0;
    opacity: 1
}

#quoting-toggle {
    background: #1671c4;
    height: 40px;
    width: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    border-top-left-radius: 3px;
    z-index: 10;
    color: #fff;
    font-size: 1.2em;
    float: left;
    -webkit-box-shadow: 0 1px 6px 1px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 6px 1px rgba(0, 0, 0, .1)
}

.quoting-tool {
    color: #191919;
    float: left;
    width: 0;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    text-align: left;
    background: #fff
}

.tool-header {
    opacity: 0;
    transition: opacity ease .3s;
    -webkit-transition: opacity ease .3s
}

.quoting-expanded .tool-header {
    opacity: 1;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    background: #1671c4;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: .9em;
    letter-spacing: 1px;
    font-weight: 600
}

.quoting-tool a.register,
.quoting-tool a.request {
    padding: 15px;
    font-size: .96em;
    transition: all ease .3s;
    display: block;
    text-align: center;
    text-transform: uppercase
}

.quoting-expanded .tool-header a {
    color: #fff
}

.quoting-expanded {
    width: 250px;
    box-shadow: 0 1px 6px 1px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 1px 6px 1px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 6px 1px rgba(0, 0, 0, .1)
}

.pending {
    color: #FFF;
    opacity: .8
}

.quoting-tool-wrapper {
    position: fixed;
    top: 90px;
    z-index: 10;
    right: 0
}

.quoting-tool a.request {
    font-weight: 700;
    -webkit-transition: all ease .3s
}

.quoting-tool a.request i {
    margin-left: 15px;
    text-transform: uppercase;
    color: #ED2648
}

.quoting-tool a.request:hover {
    background: #f7f7f7
}

.quoting-tool a.register {
    background: #4C5B5C;
    color: #fff;
    font-weight: 600;
    -webkit-transition: all ease .3s
}

.quoting-tool a.register i {
    margin-left: 15px;
    text-transform: uppercase
}

.no-scroll {
    overflow-x: hidden;
    overflow-y: hidden;
    max-height: 100vh
}

.EditingFormErrorLabel,
.ErrorLabel {
    color: red
}

#page-wrapper .content h1,
#page-wrapper .content h2,
#page-wrapper .content h3,
#page-wrapper .content h4,
#page-wrapper .content h5,
#page-wrapper .content h6 {
    color: #27419e;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 1.5em
}

#page-wrapper .content img {
    margin-bottom: 25px
}

#page-wrapper .content a {
    color: #1671c4
}

#page-wrapper .content strong em {
    color: #1671c4;
    font-style: normal
}

#page-wrapper .content em strong {
    font-style: normal;
    color: #1671c4
}

#page-wrapper .content .InfoLabel {
    color: #3c763d
}

#page-wrapper .content p {
    /* line-height: 2em;
    font-size: 15px;
    margin-bottom: 25px */
}

.contact h1 {
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .056em;
    color: #27419e;
    margin-bottom: 0;
    margin-top: 0
}

span.hr {
    display: block;
    height: 1px;
    background: #eee;
    width: 100%;
    margin: 40px 0
}

#page-wrapper .content .Forum .Pager a,
#page-wrapper .content .Forum .Pager span {
    display: inline-block;
    margin-top: 12px;
    padding: 1px 8px;
    background: #666;
    border-radius: 3px;
    color: #fff;
    margin-right: 2px;
    transition: all ease .3s
}

#page-wrapper .content .Forum .Pager a:hover,
#page-wrapper .content .Forum .Pager span {
    background: #27419e
}

#page-wrapper .content .Forum .Info .ForumName {
    font-size: 2em;
    display: block;
    margin-bottom: 20px;
    font-weight: 700;
    color: #222;
    border-bottom: 1px solid #eee;
    padding-bottom: 12px
}

#page-wrapper .content .Forum .Actions .ActionLink {
    padding: 10px 20px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .09em;
    font-weight: 400;
    font-size: .9em;
    transition: all ease 1s;
    visibility: none;
    background-color: #27419e;
    margin-bottom: 15px;
    margin-right: 8px
}

#page-wrapper .content .Forum .Actions .ForumBreadCrumbs {
    font-size: 1.1em
}

#page-wrapper .content .Forum .Actions .ForumBreadCrumbs a {
    display: inline-block;
    margin-right: 8px;
    color: #3c3c3b
}

#page-wrapper .content .Forum .Actions .ForumBreadCrumbs a:hover {
    color: #27419e
}

#page-wrapper .content .Forum .Actions .ForumBreadCrumbs span {
    color: #27419e;
    margin-left: 8px;
    font-weight: 600
}

#page-wrapper .content .Forum .ForumContent .Header {
    margin-bottom: 15px
}

#page-wrapper .content .Forum .ForumContent .Header .Author,
#page-wrapper .content .Forum .ForumContent .Header .LastPost,
#page-wrapper .content .Forum .ForumContent .Header .Posts,
#page-wrapper .content .Forum .ForumContent .Header .ThreadName,
#page-wrapper .content .Forum .ForumContent .Header .Views {
    padding: 10px;
    background: #293388;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: .02em;
    border-right: 1px solid #fff
}

#page-wrapper .content .Forum .ForumContent .Thread {
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee
}

#page-wrapper .content .Forum .ForumContent .Thread .Posts,
#page-wrapper .content .Forum .ForumContent .Thread .Views {
    text-align: center
}

#page-wrapper .content .Forum .ForumContent .Thread .Author {
    color: #3c3c3b
}

#page-wrapper .content .Forum .ForumContent .Thread .LastPost span:first-child {
    color: #27419e
}

#page-wrapper .content .Forum .ForumContent .Thread:nth-child(even) {
    background: #f7f7f7
}

#page-wrapper .content .Forum .ForumContent .Thread .Author,
#page-wrapper .content .Forum .ForumContent .Thread .LastPost,
#page-wrapper .content .Forum .ForumContent .Thread .Posts,
#page-wrapper .content .Forum .ForumContent .Thread .ThreadInfo,
#page-wrapper .content .Forum .ForumContent .Thread .Views {
    padding: 10px
}

#page-wrapper .content .Forum .ForumContent .Thread .ThreadInfo {
    color: #333
}

#page-wrapper .content .Forum .ForumContent .Thread .ThreadInfo .ThreadName {
    font-weight: 600;
    color: #222;
    font-size: 1.08em
}

#page-wrapper .content .Forum .ForumContent .Thread .ThreadInfo .ThreadName:hover {
    color: #1671c4
}

#page-wrapper .content .Forum .ForumContent .Thread .ThreadInfo .ForumManage {
    margin-top: 8px
}

#page-wrapper .content .Forum .ForumContent .Thread .ThreadInfo .ForumManage .ActionLink {
    font-size: 13px
}

#page-wrapper .content .Forum .ForumContent .Thread .ThreadInfo .ForumManage .ActionLink::after {
    content: "";
    display: inline-block;
    height: 13px;
    width: 1px;
    background: #ddd;
    margin: 0 6px 0 10px;
    position: relative;
    top: 2px
}

#page-wrapper .content .Forum .ForumContent .Thread .ThreadInfo .ForumManage .ActionLink:first-child {
    color: #d90000
}

#page-wrapper .content .Forum .ForumContent .Thread .ThreadInfo .ForumManage .ActionLink:last-child {
    color: #33b133
}

#page-wrapper .content .Forum .ForumContent .Thread .ThreadInfo .ForumManage .ActionLink:last-child::after {
    display: none
}

#page-wrapper .content .Forum .ForumFlat .Badge {
    font-weight: 500;
    color: #27419e
}

#page-wrapper .content .Forum .ForumFlat .ForumNewPost {
    width: 75%
}

#page-wrapper .content .Forum .ForumFlat .ForumNewPost span.Title {
    font-weight: 600;
    font-size: 1.4em;
    color: #27419e
}

#page-wrapper .content .Forum .ForumFlat .ForumNewPost .form-horizontal textarea.form-control {
    height: 180px
}

#page-wrapper .content .Forum .ForumFlat .ForumContent .PostsTable,
#page-wrapper .content .Forum .ForumFlat .Table {
    width: 100%
}

#page-wrapper .content .Forum .ForumFlat .ForumContent .ForumPost {
    border: 1px solid #ddd;
    padding: 20px 10px 25px;
    margin-bottom: 15px;
    margin-top: 15px
}

#page-wrapper .content .Forum .ForumFlat .ForumContent .ForumPost td {
    padding: 0 !important
}

#page-wrapper .content .Forum .ForumFlat .ForumContent .ForumPost .UserAvatar {
    width: 13%;
    text-align: center
}

#page-wrapper .content .Forum .ForumFlat .ForumContent .ForumPost .PostUserName {
    font-weight: 600;
    color: #27419e
}

#page-wrapper .content .Forum .ForumFlat .ForumContent .ForumPost .PostSeparator {
    color: #ddd;
    display: inline-block;
    padding: 0 8px
}

#page-wrapper .content .Forum .ForumFlat .ForumContent .ForumPost .PostSubject {
    font-weight: 500;
    font-size: 1.1em;
    color: #333;
    display: block;
    position: relative;
    top: -21px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    margin-bottom: 0;
    text-align: right
}

#page-wrapper .content .Forum .ForumFlat .ForumContent .ForumPost .Content .PostText {
    line-height: 1.9em;
    color: #626262;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px
}

#page-wrapper .content .Forum .ForumFlat .ForumContent .ForumPost .Content .PostAttachments {
    min-height: 20px;
    padding: 10px 15px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    font-weight: 500;
    color: #333;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

#page-wrapper .content .Forum .ForumFlat .ForumContent .ForumPost .Content .PostAttachments .PostAttachmentsHeader {
    margin-bottom: 8px
}

#page-wrapper .content .Forum .ForumFlat .ForumContent .ForumPost .Content .PostActionLink {
    font-weight: 600
}

#page-wrapper .content .Forum .ForumFlat .ForumContent .ForumPost .Content .PostActionSeparator {
    color: #eee
}

#page-wrapper .content .Forum .ForumFlat .ForumContent .ForumPost .Content .ActionLink::after {
    content: "";
    height: 13px;
    width: 1px;
    display: inline-block;
    background: #eee;
    top: 2px;
    position: relative;
    margin: 0 8px
}

#page-wrapper .content .Forum .ForumFlat .ForumContent .ForumPost .ForumManage {
    margin-bottom: 12px;
    text-align: right
}

#page-wrapper .content .Forum .ForumFlat .ForumContent .ForumPost .ForumManage .ActionLink {
    display: inline-block;
    color: #3c3c3b
}

#page-wrapper .content .Forum .ForumFlat .ForumContent .ForumPost .ForumManage .ActionLink:hover {
    color: #1671c4
}

#page-wrapper .content .Forum .ForumFlat .ForumContent .ForumPost .ForumManage .ActionLink::after {
    content: "";
    width: 1px;
    background: #ddd;
    height: 13px;
    position: relative;
    top: 2px;
    margin: 0 8px;
    display: inline-block
}

#page-wrapper .content .Forum .ForumFlat .ForumContent .ForumPost .ForumManage .ActionLink:last-child::after {
    display: none
}

.logon-remember-me-checkbox input {
    margin-left: 0 !important
}

.logon-page-background {
    margin-top: 30px
}

.logon-page-background .btn {
    padding: 12px 25px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .09em;
    font-weight: 600;
    font-size: .9em;
    transition: all ease .4s;
    visibility: none;
    background-color: #1671c4;
    border-color: #1671c4;
    border-radius: 0;
    margin-top: 15px
}

.logon-page-background .btn:hover {
    color: #fff;
    border-color: #27419e;
    -webkit-box-shadow: inset 400px 0 0 0 #27419e;
    -moz-box-shadow: inset 400px 0 0 0 #27419e;
    box-shadow: inset 400px 0 0 0 #27419e
}

.logon-page-background .logon-password-retrieval-link {
    margin-top: 20px;
    display: block;
    font-weight: 600;
    margin-bottom: 25px;
    border-top: 1px solid #eee;
    padding-top: 20px
}

.logon-page-background .form-horizontal .form-group .editing-form-value-cell {
    display: inline-block;
    width: 84%
}

.logon-page-background .form-horizontal .form-group .editing-form-value-cell input {
    width: 50%
}

.logon-page-background .form-horizontal .form-group .editing-form-label-cell {
    display: inline-block;
    width: 15%;
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .056em;
    color: #27419e;
    margin-bottom: 0;
    margin-top: 0
}

a.question {
    display: block;
    margin-bottom: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .07em;
    color: #27419e
}

a.question i {
    display: inline;
    margin-right: 15px;
    color: #1671c4 !important
}

.widget .button {
    width: 100%
}

.side-bar .widget p.member-message {
    padding: 0 13px;
    margin-bottom: 0
}

.side-bar .widget h3.member-title {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1.3em;
    text-align: center
}

.TabControlSelected {
    padding: 7px;
    border: 1px solid #1671c4;
    background: #1671c4
}

.TabControlSelected a {
    color: #fff !important
}

.TabControlRow {
    width: auto;
    display: inline-block;
    margin-bottom: 3px
}

#TabLeft_0,
.TabControlRow .TabControlLeft,
.TabControlRow .TabControlRight,
.TabControlRow .TabControlSelectedRight {
    display: none
}

.TabControlRow .form-group {
    margin-bottom: 10px !important
}

.TabControl {
    padding: 7px 10px;
    border: 1px solid #eee
}

.TabsContent {
    margin-top: 20px
}

.TabsContent .checkbox input[type=checkbox],
.TabsContent .checkbox-inline input[type=checkbox],
.TabsContent .radio input[type=radio],
.TabsContent .radio-inline input[type=radio] {
    margin-left: 5px !important
}

.TabsContent .editing-form-label-cell {
    display: inline-block;
    width: 25%;
    padding-right: 1%;
    vertical-align: top
}

.TabsContent .editing-form-label-cell .control-label {
    text-align: left;
    color: #333;
    font-weight: 600
}

.TabsContent .editing-form-value-cell {
    display: inline-block;
    width: 74%
}

label {
    color: #333
}

#p_lt_ctl03_pageplaceholder_p_lt_ctl02_MyAccount_ucChangePassword_passStrength_pnlPasswIndicator {
    height: 0;
    width: 1%;
    -webkit-transition: width .5s;
    transition: width .5s
}

div.passw-indicator-acceptable,
div.passw-indicator-average,
div.passw-indicator-excellent,
div.passw-indicator-strong,
div.passw-indicator-weak {
    height: 2px !important;
    margin-top: 10px;
    margin-bottom: 10px
}

div.passw-indicator-weak {
    background: #cb0000;
    width: 20% !important
}

div.passw-indicator-acceptable {
    background: #ffe30a;
    width: 40% !important
}

div.passw-indicator-average {
    background: #0076ed;
    width: 60% !important
}

div.passw-indicator-strong {
    background: #ad26e8;
    width: 80% !important
}

div.passw-indicator-excellent {
    background: #50d913;
    width: 100% !important
}

.widget.widget-two.events-side,
.widget.widget-two.events-side p {
    text-align: center !important
}

#field_UserAvatarID .btn.btn-default {
    margin-top: 8px;
    border-radius: 0;
    background: #f7f7f7
}

#field_UserAvatarID .btn.btn-default:hover {
    border-color: #ddd
}

.widget.widget-two.events-side p.event-info {
    font-weight: 500;
    margin-top: -13px;
    text-align: center !important
}

#ad-space .container,
.paging {
    text-align: center
}

.form-group.form-group-submit.FieldPanel {
    margin-top: 15px
}

.side-bar .widget-skyscraper {
    background: #fff;
    margin-top: 40px
}

.content .MyMessages .MyMessagesPlaceholder {
    margin-bottom: 25px
}

.content .MyMessages .nav.nav-tabs {
    border-bottom: 1px solid #eee
}

.content .MyMessages .nav.nav-tabs li {
    margin-right: 0
}

.content .MyMessages .nav.nav-tabs li a {
    padding: 10px;
    background: #eee;
    border-radius: 0;
    color: #444 !important;
    border-bottom: 1px solid #eee
}

.content .MyMessages .nav.nav-tabs li.active a {
    color: #fff !important;
    background: #27419e;
    border-bottom: 1px solid #27419e
}

.content .MyMessages .PageContent {
    margin-top: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #eee
}

.send-message .btn.btn-default {
    margin-top: 3px
}

.blog-title {
    margin-top: 0 !important
}

.paging {
    margin-top: 25px
}

.paging ul li a {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .03em;
    font-weight: 600
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background: #1671c4;
    border-color: #1671c4 !important;
    color: #fff !important
}

.pagination>li>a,
.pagination>li>span {
    color: #626262
}

#page-wrapper .content .gallery-item img {
    margin-bottom: 0
}

.item-contribution .ContributionsEdit .ItemsLink a,
.item-contribution .ContributionsEdit .PageHeader {
    display: none !important
}

.FormErrorLabel {
    color: red
}

.search-wrapper {
    background: #27419e;
    padding: 15px 0
}

.search-wrapper label {
    display: block
}

.search-wrapper input.form-control {
    display: inline-block;
    width: 80%;
    border: 0;
    color: #fff;
    background: #27419e;
    font-size: 1.2em;
    border-bottom: 1px solid rgba(255, 255, 255, .29)
}

.search-wrapper .button {
    background: #1671c4;
    top: -2px;
    border: 1px solid #1671c4;
    position: relative;
    width: 15%
}

.search-wrapper .button:focus,
.search-wrapper .button:hover {
    border-color: #1671c4;
    background: #1671c4
}

.search-wrapper .search-watermark {
    color: rgba(255, 255, 255, .77)
}

.SearchDialog .btn {
    float: none !important
}

.SearchDialog .form-horizontal .form-group {
    width: 49%;
    display: inline-block
}

.SearchDialog .form-horizontal .form-group input.form-control,
.SearchDialog .form-horizontal .form-group select,
.SearchResults div {
    width: 100%
}

.SearchResults {
    margin-top: 25px;
    border-top: 1px solid #eee;
    padding-top: 50px
}

.SearchResults a {
    color: #626262 !important;
    display: block;
    margin-bottom: 12px
}

header .search-group .btn,
header .search-group.focused .btn {
    background: #1671c4;
    color: #fff
}

header .search-group {
    position: relative;
    margin-top: 10px
}

header .search-group .btn {
    height: 50px;
    border-radius: 0;
    border: 0;
    width: 50px;
    position: absolute;
    top: 0;
    right: 0;
    margin-left: -2px !important;
    transition: all ease .2s;
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
    font-family: FontAwesome
}

header .search-group .search {
    width: 100%;
    font-family: Raleway, sans-serif;
    padding-left: 15px;
    border: 0;
    font-size: 1em;
    border-radius: 0;
    transition: all ease .3s;
    height: 50px;
    display: inline-block;
    background: #f7f7f7;
    margin-right: 1px;
    color: #bbb;
    box-shadow: none !important
}

header .search-group .search:focus {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: #f7f7f7;
    color: #626262
}

header .search-group .search:focus::-webkit-input-placeholder {
    color: #626262
}

header .search-group .search:focus::-moz-placeholder {
    color: #626262
}

header .search-group .search:focus:-ms-input-placeholder {
    color: #626262
}

header .search-group .search:focus:-moz-placeholder {
    color: #626262
}

#search-close {
    font-size: 2.4em;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .04em;
    display: block
}

#search-close:hover {
    color: #fff
}

.SearchDialog .form-horizontal {
    width: 100%
}

.SearchDialog .form-horizontal .form-group.form-group-submit .btn.btn-default {
    padding: 12px 25px;
    border-radius: 0;
    display: inline-block;
    letter-spacing: .09em;
    height: 45px;
    font-size: .9em;
    border-color: #1671c4;
    background: #1671c4;
    color: #fff;
    top: -2px;
    position: relative;
    font-weight: 600;
    text-transform: uppercase
}

.UploaderDiv,
.direct-file-uploader {
    height: auto !important;
    position: relative !important
}

.SearchDialog .form-horizontal .form-group.form-group-submit .btn.btn-default:focus,
.SearchDialog .form-horizontal .form-group.form-group-submit .btn.btn-default:hover {
    border-color: #1671c4;
    background: #1671c4
}

.TabsContent .form-group,
.form-horizontal .form-group {
    margin-bottom: 10px !important
}

#field_ClassifiedImage1,
#field_ClassifiedImage2,
#field_ClassifiedImage3 {
    margin-bottom: 0 !important
}

.direct-file-uploader .InnerDiv input {
    margin-top: 35px;
    display: none
}

.icon-edit {
    font-style: normal
}

.icon-edit::before {
    font-family: FontAwesome;
    content: "\f040"
}

.icon-bin {
    font-style: normal
}

.icon-bin::before {
    font-family: FontAwesome;
    content: "\f014"
}

.js-edit.btn-unigrid-action {
    margin-right: 10px
}

#p_lt_ctl04_pageplaceholder_p_lt_ctl02_DAOContributionList_list_editDoc_pnlEdit {
    position: relative;
    padding-bottom: 60px
}

#p_lt_ctl04_pageplaceholder_p_lt_ctl02_DAOContributionList_list_editDoc_pnlEdit .ContentEditMenu.cms-bootstrap-js {
    position: absolute;
    bottom: -10px;
    text-align: right;
    width: 100%
}

#txtCardNumber {
    background-image: url(/web/20240626215435im_/https://wm-staging.denturistassociation.ca/DAO/media/site-images/cc-validate/images.png), url(/web/20240626215435im_/https://wm-staging.denturistassociation.ca/DAO/media/site-images/cc-validate/images.png);
    background-position: 2px -121px, 260px -61px;
    background-size: 120px 361px, 120px 361px;
    background-repeat: no-repeat;
    padding-left: 54px;
    width: 290px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    color: #333;
    display: block;
    font-size: 18px;
    height: 34px;
    padding-right: 5px;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0;
    text-shadow: none
}

#txtCardNumber.valid.discover {
    background-position: 2px -331px, 260px -87px
}

#txtCardNumber.valid.visa {
    background-position: 2px -163px, 260px -87px
}

#txtCardNumber.valid.mastercard {
    background-position: 2px -247px, 260px -87px
}

#txtCardNumber.discover {
    background-position: 2px -331px, 260px -87px
}

#txtCardNumber.visa {
    background-position: 2px -163px, 260px -61px
}

#txtCardNumber.mastercard {
    background-position: 2px -247px, 260px -87px
}

.cc-wrapper {
    width: 320px;
    background: #f7f7f7;
    padding: 15px 0;
    border: 1px solid #ddd;
    border-radius: 5px;
    max-width: 100%
}

@media only screen and (min-width:1920px) {
    #top {
        min-height: 70vh
    }

    .slideOne,
    .slideTwo {
        height: 70vh
    }
}

@media only screen and (max-width:1200px) {

    #login img,
    #top h1 {
        max-width: 700px
    }

    .sign-up-box {
        background: rgba(0, 0, 0, .4);
        border-radius: 3px 3px 0 0;
        position: absolute;
        bottom: 0;
        width: 320px;
        right: 0;
        padding: 0 15px
    }

    #top h1 {
        font-size: 4.3em;
        font-weight: 700
    }
}

@media only screen and (max-width:992px) {
    .nav>li>a {
        padding: 10px
    }

    .sign-up-box {
        display: none
    }

    #close,
    #signUp {
        display: block !important;
        position: absolute
    }

    #signUp {
        right: 0;
        bottom: 0;
        width: 95px;
        text-align: center;
        line-height: 50px;
        margin: 0;
        background: #ffde00;
        color: #fff;
        font-weight: 500;
        border-bottom: 3px solid #125198;
        font-size: 1.1em
    }

    .sign-up-box {
        background: rgba(0, 0, 0, .9) !important;
        z-index: 9999;
        left: 2%
    }

    #close {
        right: 10px;
        top: 0;
        font-size: 1.2em;
        padding: 12px
    }
}

@media only screen and (max-width:768px) {
    .navbar-default .navbar-toggle {
        border-color: transparent;
        margin: 0
    }

    .country-hero .cta-overlay {
        font-size: 25px;
        padding: 0 !important
    }

    .country-hero h1 {
        padding: 25px 45px !important;
        font-size: 45px
    }

    .navbar-toggle {
        position: relative;
        float: right;
        padding: 31px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 0;
        height: 80px;
        transition: all ease .2s;
        -webkit-transition: all ease .2s
    }

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

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

    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: #1671c4 !important
    }

    .navbar-default .navbar-toggle:focus .icon-bar,
    .navbar-default .navbar-toggle:hover .icon-bar {
        background-color: #fff !important
    }

    .navbar-default .navbar-nav>li>a {
        color: #626262;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        font-size: 18px;
        box-shadow: none;
        font-weight: 600;
        line-height: normal !important;
        border-bottom: 0 !important
    }

    .navbar-default .navbar-nav>li.active>a {
        color: #333;
        border-bottom: 0 !important
    }

    li.logo-nav {
        display: none !important
    }

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

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: transparent;
        background: #fff;
        border-top: 2px solid #eee;
        box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
        transition: all .3s cubic-bezier(.25, .8, .25, 1)
    }

    .navbar-collapse {
        padding-right: 15px;
        padding-left: 15px;
        overflow-x: visible;
        -webkit-overflow-scrolling: touch;
        border-top: 0 solid transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        animation-delay: 0s
    }

    .navbar .navbar-nav {
        float: none;
        vertical-align: top;
        text-align: left;
        width: 100%
    }

    .contact div.row,
    .contact h2,
    .elite-badge,
    .footer-dark {
        text-align: center
    }

    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:focus,
    .navbar-default .navbar-nav>.active>a:hover,
    .navbar-default .navbar-nav>li>a:hover {
        color: #fff
    }

    .elite-badge {
        width: 100%;
        float: none;
        margin: 0
    }

    .footer-dark .text-right {
        text-align: center !important
    }

    .post,
    footer {
        text-align: center
    }

    .footer-dark .col-md-4:nth-child(2) {
        padding-top: 15px;
        padding-bottom: 15px
    }

    #features .beer .item-two {
        background: url(/web/20240626215435im_/https://wm-staging.denturistassociation.ca/images/beer-rockwell.jpg) center;
        background-size: cover;
        height: 400px;
        border-left: 0;
        border-right: 0;
        border-top: 3px solid #fff;
        border-bottom: 3px solid #fff
    }

    #features .beer .item-info {
        height: 100%;
        width: 100%;
        transition: all ease .5s;
        -webkit-transition: all ease .5s;
        margin-right: -15px;
        opacity: 1;
        background: rgba(0, 0, 0, .7);
        color: #fff
    }

    span.hr-half {
        display: inline-block;
        width: 15%;
        height: 1px;
        background: #999
    }

    .carousel-control,
    .col-sm-hidden {
        display: none
    }

    #top h1 {
        font-size: 3.3em;
        font-weight: 700
    }

    #top p {
        font-size: 1.1em
    }

    footer {
        margin-top: 25px
    }

    .top .row {
        margin-top: 95px
    }

    .navbar>.container-fluid .navbar-brand {
        margin-left: 15px
    }

    .item-description,
    .side-image {
        height: auto
    }

    .navbar-header {
        height: 80px !important
    }

    .button.pull-right {
        float: none !important;
        width: auto !important
    }
}

@media only screen and (max-width:480px) {
    .country-hero .cta-overlay {
        font-size: 30px;
        padding: 0 !important
    }

    .country-hero h1 {
        padding: 15px !important;
        font-size: 30px
    }

    .panel-group.visible-xs {
        padding: 0 30px
    }

    .panel-group.visible-xs .panel.panel-default {
        border-radius: 0
    }

    .panel-group.visible-xs .panel-heading {
        padding: 15px
    }
}

@media only screen and (max-width:1200px) {
    #info .blue {
        padding-bottom: 25px
    }

    footer h5 {
        padding-right: 76px
    }

    footer .contact h5 {
        padding-right: 18px
    }

    footer .denturist h5 {
        padding-right: 30px
    }

    .navbar-inverse .navbar-nav>li>a {
        padding: 0 12px
    }
}

@media only screen and (max-width:992px) {
    .section h3 {
        margin-top: 0;
        font-weight: 600;
        font-size: 1.5em;
        padding-top: 25px
    }

    #info {
        padding: 15px 0 25px
    }

    #info .blue {
        background: 0 0;
        margin: 0 -13px;
        min-height: 275px;
        position: relative
    }

    #info .blue .icon,
    #info .mid-section .icon {
        background: #27419e;
        position: relative;
        top: auto;
        left: auto;
        margin: 25px auto 0
    }

    #info a.button {
        background: #1671c4;
        margin-top: 15px
    }

    #info .mid-section p {
        text-align: center
    }

    #features .col-md-4 .feature-holder {
        margin-bottom: 35px
    }

    footer img.logo {
        margin: 0 auto
    }

    #footer-dark,
    #footer-dark .text-right {
        text-align: center !important
    }

    .feature-img img {
        width: 100%
    }

    .side-bar .widget {
        width: 100%;
        margin-left: 0
    }

    .side-bar .widget .icon {
        position: absolute;
        top: -30px;
        left: 46%
    }

    #page-header {
        text-align: center
    }

    #page-header .text-right {
        text-align: center !important
    }

    .side-bar {
        margin-top: 70px
    }

    .contact .button {
        width: 100%;
        background: #27419e;
        float: right;
        cursor: pointer
    }

    .widget {
        text-align: center
    }

    .navbar-fixed-top .navbar-collapse {
        max-height: 800px
    }
}

@media only screen and (max-width:770px) {

    .DocWizardItem,
    .DocWizardItemCurrent,
    .DocWizardNav,
    .DocWizardNav .DocWizardItemLast,
    .payment {
        display: block;
        width: 100%;
        margin-bottom: 0
    }

    #page-wrapper .content p,
    .bread-crumb,
    .feature-content p,
    .section p,
    .side-nav ul li,
    footer ul,
    .section.mid-section p {
        font-size: 18px
    }

    nav {
        z-index: 1030
    }

    .navbar-header {
        height: 100px
    }

    .navbar-toggle {
        margin-top: 33px;
        border: 0
    }

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

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

    ul.navbar-right {
        height: auto;
        background: #fff;
        margin-top: 30px
    }

    #navbar {
        background: #fff;
        font-size: 15px
    }

    ul.navbar-right li {
        height: 41px
    }

    .navbar-inverse .navbar-nav>.active>a,
    .navbar-inverse .navbar-nav>.active>a:focus,
    .navbar-inverse .navbar-nav>.active>a:hover {
        color: #293388;
        font-weight: 700;
        background-color: #fff;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }

    .top-bar .dropdown-menu {
        left: -40px
    }

    .navbar-inverse .navbar-nav>li>a {
        line-height: normal !important;
        padding: 0 15px
    }

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

    .navbar-inverse .navbar-collapse {
        border-bottom: 3px solid #1671c4
    }

    #footer {
        padding: 25px 0
    }

    footer .contact {
        padding-top: 25px;
        padding-bottom: 25px
    }

    .contact .button {
        width: 100%;
        background: #27419e;
        float: right;
        cursor: pointer
    }

    .account .control-group {
        height: 75px;
        margin-bottom: 10px
    }

    .account .expiry {
        height: 130px
    }

    .side-bar::before,
    .side-nav::after {
        content: " ";
        background: #eee;
        height: 1px;
        display: block
    }

    .expiry div {
        margin-bottom: 5px
    }

    .side-nav::after {
        margin: 30px 0
    }

    .side-bar::before {
        margin: 30px 0 60px
    }

    .blog-post a.button {
        width: 45%
    }

    .navbar-fixed-top .navbar-collapse {
        max-height: 800px
    }

    .expander {
        display: none
    }

    .fc-toolbar .fc-left {
        margin-bottom: 10px
    }

    .fc-toolbar .fc-center {
        display: block !important;
        margin-top: 10px
    }

    .fc-toolbar .fc-center h2 {
        margin-top: 10px
    }

    .fc-toolbar .fc-right {
        float: none
    }

    footer .footer-dark {
        height: auto !important
    }

    footer .col-xs-12 {
        width: 100%;
        text-align: left;
        padding-top: 0
    }

    .location-contact,
    .location-info {
        text-align: center;
        width: 100%;
        float: none
    }

    footer .col-xs-12.text-center {
        width: 100%
    }

    footer .contact {
        margin-top: 0
    }

    footer img {
        margin-bottom: 50px !important
    }

    #top {
        display: none
    }

    .TabsContent .editing-form-label-cell,
    .TabsContent .editing-form-value-cell,
    .logon-page-background .form-horizontal .form-group .editing-form-label-cell,
    .logon-page-background .form-horizontal .form-group .editing-form-value-cell input {
        display: block;
        width: 100%
    }

    .location-marker,
    .results.js-denturist-result .col-md-1 {
        display: none
    }

    .location-contact {
        padding-left: 0
    }
}

@media only screen and (max-width:480px) {

    #list .title,
    footer .col-xs-12 {
        text-align: center;
        width: 100%
    }

    #list .date,
    #list .expander,
    #list .title,
    .blog-post a.button,
    footer .col-sm-12.text-center {
        width: 100%
    }

    .side-bar .widget .icon {
        position: absolute;
        top: -30px;
        left: 42%
    }

    footer .footer-dark {
        height: auto !important
    }

    footer .col-xs-12 {
        padding-top: 0
    }

    footer .contact {
        margin-top: 0
    }

    footer img {
        margin-bottom: 50px !important
    }

    .top-bar span.header-info {
        display: none
    }

    .top-bar .header-info.login {
        display: inline-block
    }

    .top-bar span.dashboard-header {
        display: block
    }

    #list .title {
        padding: 15px
    }
}

/*****************************************************************************
								DASHBOARD
*****************************************************************************/

/* PALETTE

dark blue: #293388
medium blue: #1671c6


*/

#dashboard {
    color: #293388;
    margin-top: 50px;
}

.content #dashboard p {
    margin-bottom: 5px;
}

.dashboard-row {
    margin-bottom: 30px;
}

.dashboard-block {
    -webkit-box-shadow: 0px 0px 50px -5px rgba(204, 204, 204, 1);
    -moz-box-shadow: 0px 0px 50px -5px rgba(204, 204, 204, 1);
    box-shadow: 0px 0px 50px -5px rgba(0, 0, 0, 0.3);
    background: #fff;
    padding: 30px;
    min-height: 225px;
}

#dashboard-contact-row {
    padding: 0;
}

#dashboard-contact {
    text-align: center;
}

#dashboard-contact,
#dashboard-contact-info {
    padding: 30px;
}

.content #dashboard h3 {
    margin-top: 0;
    margin-bottom: 15px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}

#dashboard-contact,
#dashboard-membership {
    color: #fff;
    background-color: rgb(41, 51, 136);
    /* IE9, iOS 3.2+ */
    /*background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjEwMCUiPjxzdG9wIHN0b3AtY29sb3I9IiM3NjQ1ODAiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzAwMTc0MiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjdnNnZykiIC8+PC9zdmc+);*/
    /*background-image: -webkit-gradient(linear, 0% 0%, 100% 100%,color-stop(0, rgb(41, 51, 136)),color-stop(1, rgb(0, 23, 66)));*/
    /* Android 2.3 */
    /*background-image: -webkit-repeating-linear-gradient(top left,rgb(41, 51, 136) 0%,rgb(0, 23, 66) 100%);*/
    /* IE10+ */
    /*background-image: repeating-linear-gradient(to bottom right,rgb(118, 69, 128) 0%,rgb(0, 23, 66) 100%);*/
    /*background-image: -ms-repeating-linear-gradient(top left,rgb(41, 51, 136) 0%,rgb(0, 23, 66) 100%);*/

}

#dashboard-membership {
    margin-bottom: 0px;
}

#dashboard-contact-container {
    padding-left: 15px;
    padding-right: 15px;
}

.dashboard-active {
    background: #7ed321;
    background: #0074fb;
    color: #fff;
    padding: 2px 8px;
    margin-left: 5px;
    border-radius: 3px;
}

.content #dashboard .dashboard-heading {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    /* margin-bottom: 10px; */
}

#dashboard-renew {
    color: #fff !important;
    border: 2px solid #7ed321;
    border-radius: 15px;
    padding: 5px 15px;
    margin-top: 10px;
    display: inline-block;
}

#dashboard-contact-link {
    color: #fff !important;
    background: #0074fb;
    border-radius: 15px;
    padding: 7px 25px;
    position: relative;
    bottom: -38px;
    font-weight: bold;
}

#dashboard-contact-info i {
    color: #ccc;
    margin-right: 5px;
    width: 15px;
}

#dashboard-contact-info a {
    display: block;
    color: #333;
    margin-bottom: 5px;
}

#dashboard-contact-row .fa-envelope {
    font-size: 12px;
}

#dashboard-contact-row .fa-mobile {
    font-size: 16px;
}

#color1-block {
    background-color: #008bfc;
    /* IE9, iOS 3.2+ */
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjEwMCUiPjxzdG9wIHN0b3AtY29sb3I9IiMwMDY2ZmIiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzAwYWZmYyIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjdnNnZykiIC8+PC9zdmc+);
    background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0, rgb(39, 65, 158)), color-stop(1, rgb(69, 101, 214)));
    /* Android 2.3 */
    background-image: -webkit-repeating-linear-gradient(top left, rgb(39, 65, 158) 0%, rgb(69, 101, 214) 100%);
    /* IE10+ */
    background-image: repeating-linear-gradient(to bottom right, rgb(39, 65, 158) 0%, rgb(69, 101, 214) 100%);
    background-image: -ms-repeating-linear-gradient(top left, rgb(39, 65, 158) 0%, rgb(69, 101, 214) 100%);
    color: #fff;
}

#color2-block {
    background-color: #ddd;
    /* IE9, iOS 3.2+ */
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjEwMCUiPjxzdG9wIHN0b3AtY29sb3I9IiNmZjQ3NWMiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iI2ZmNzU2NyIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjdnNnZykiIC8+PC9zdmc+);
    background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0, rgb(22, 113, 196)), color-stop(1, rgb(79, 159, 233)));
    /* Android 2.3 */
    background-image: -webkit-repeating-linear-gradient(top left, rgb(22, 113, 196) 0%, rgb(79, 159, 233) 100%);
    /* IE10+ */
    background-image: repeating-linear-gradient(to bottom right, rgb(22, 113, 196) 0%, rgb(79, 159, 233) 100%);
    background-image: -ms-repeating-linear-gradient(top left, rgb(22, 113, 196) 0%, rgb(79, 159, 233) 100%);
    color: #fff;
}

/* 1671c6*/

#dashboard-social {
    margin-top: 10px;
    padding-left: 0;
}

#dashboard-social li {
    display: inline-block;
}

#dashboard-social li a {
    padding: 5px;
}

#dashboard-social i {
    color: #fff;
}

#dashboard-profile-img {
    height: 120px;
    width: 120px;
    background-size: cover;
    background-position: center;
    margin: 0 auto -65px;
    position: relative;
    top: -90px;
    border-radius: 100%;
    border: 3px solid #fff;
}

#expiry-heading {
    /* margin-top: 20px; */
}

#dashboard-bottom-right {
    overflow-y: hidden;
    padding-bottom: 20px;
}

#dashboard-bottom-right .dashboard-block {
    -webkit-box-shadow: 0px 0px 35px -5px rgba(204, 204, 204, 1);
    -moz-box-shadow: 0px 0px 35px -5px rgba(204, 204, 204, 1);
    box-shadow: 0px 0px 35px -5px rgba(204, 204, 204, 1);
}

#dashboard .group-list-item {
    padding: 5px 10px;
    margin-bottom: 5px;
    text-align: left;
}

.dashboard-map-link {
    color: #fff !important;
    border: 2px solid #ddd;
    border-radius: 15px;
    padding: 5px 15px;
    margin-top: 15px;
    display: inline-block;
}

#dashboard-group-block {
    padding-left: 20px;
}

#dashboard-invoice-table td,
#dashboard-invoice-table th {
    padding: 10px 20px;
    text-align: left;
}

#dashboard-invoice-table tr td:first-child,
#dashboard-invoice-table tr th:first-child {
    padding-left: 0;
}

#dashboard-invoice-table tr td:last-child,
#dashboard-invoice-table tr th:last-child {
    padding-right: 0;
}

#dashboard-invoice-table .invoice-status.paid {
    /*background: #7ed321;*/
    color: #7ed321;
    /*padding: 2px 8px;*/
    margin-left: 5px;
    /*border-radius: 3px;*/
    font-weight: bold;
}

#dashboard-invoice-table .invoice-status.unpaid {
    /*background: #AE030E;*/
    color: #AE030E;
    /*padding: 2px 8px;*/
    margin-left: 5px;
    /*border-radius: 3px;*/
    font-weight: bold;
}


#page-wrapper .active-form h2,
h3 {
    padding-top: 36px;

}

.section-contents {
    min-height: 210px;
}

#features .feature-holder {
    min-height: 278px !important;
}

#features .widget.widget-skyscraper {
    height: 279px;
}

.section.mid-section .find {
    width: 100%;
    margin-top: 36px;
}

/**home page search widget on firefox**/
@-moz-document url-prefix() {
    .section.mid-section .find {
        width: 100%;
        margin-top: 12px;
    }
}

@media only screen and (min-width: 992px) {
    #info .mid-section {
        margin-left: 13px;
        margin-right: 13px;
    }
}

@media only screen and (max-width: 991px) {
    #info .mid-section {
        margin: 0 -13px;
    }
}

@media only screen and (min-width: 993px) and (max-width: 1199px) {
    #info .section.blue {
        min-height: 423px;
    }

    .section-contents {
        min-height: 245px;
    }
}

.edit-profile {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    z-index: auto;
}

.form-group input {
    top: 0px;
    bottom: 6px;
}

form#clinichours .form-group {
    margin-bottom: 8px;
}

.schedule-height {
    width: 60px !important;
}

.manage-contacts {
    margin-left-left: 25px;
}

layer.ng-scope {
    border: 0;
    background: none;
    box-shadow: none;
}

viewstatearea>bjf-view {
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(255, 255, 255, 0.5);
    overflow-y: auto;
    z-index: 400;
}

.profile-block {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
}

.remove-padding {
    padding: 0px !important;
}

.hr-profile {
    margin-top: 0px !important;
}

hr {
    border-top: 1px solid grey;
}

.text-info {
    color: #31708f;
    font-weight: 700;
}

.profile-button-right-align {
    float: right;
    margin-right: 20px;
}

.edit-right-align {
    float: right;
}

.clinic-address {
    text-align: center;
}

.primary-clinic-label {
    color: #31708f;
    font-weight: 700;
    font-size: 16px;
    text-align: right;
}

@media (min-width: 768px) {
    .renew-contact-heading {
        margin-left: -7px !important;
    }
}


/* New Style of Forms */
.form-horizontal .form-group {
    /* display: flex; */
    display: block;
    align-items: center;
}

label[for="DAC_Certificate"],
label[for="Health-care"],
label[for="Member-Before"],
label[for="DAOWebsitedirectory"],
label[for="Insurance"] {
    line-height: 1.33em !important;
}

label[for="location"] {
    line-height: 1.33em !important;
}

label[for="accept_terms"] {
    position: relative;
    top: -4px;
}

#accept_terms_consent {
    position: relative;
}

label[for="accept_terms"] {
    opacity: 0;
}

label {
    position: relative;
}

#accept_terms_consent::before,
#communication_consent_Consent::before {
    content: "*";
    position: absolute;
    left: -22px;
    top: -4px;
    font-size: 22px;
}

label[for="communication_consent"] {
    opacity: 0;
}

#communication_consent_Consent {
    position: relative;
}

label[for="DAOWebsitedirectory"] span {
    display: none;
}

label[for="DAOWebsitedirectory"]::after {
    position: absolute;
    content: "*";
}


div#password label {
    display: none;
}

div#password .col-md-3 {
    width: 65%;
    position: relative;
    right: -32%;
    margin-bottom: 9px;
}

label:not(input) {
    display: block;
    top: -0.4em;
    position: relative;
}

.form-group label {
    text-align: left !important;
}

.form-horizontal .form-group label.control-label {
    pointer-events: none;
    background-color: transparent;
    padding: 0;
    transition: .2s all linear;
    color: #686868;
    font-size: 20px;
    font-family: Poppins;
    font-weight: 600;
    line-height: 3.33em;
    letter-spacing: -0.96px;
    margin-bottom: 0;
}

.form-horizontal .form-group label.control-label span {
    color: #686868 !important;
}

.form-horizontal .form-group input.form-control,
.form-horizontal .form-group textarea.form-control,
.form-horizontal .form-group select.form-control {
    margin: 0;
    height: 80px;
    padding: 15px 25px;
    overflow: overlay;
    font-size: 18px;
    color: #686868;
    font-family: Poppins;
    font-weight: 400;
    border: 0;
    border-radius: 3px;
    background: #F6F6F9;
}

.form-horizontal .form-group button.btn.btn-default,
html body #page-wrapper .content .form-horizontal .form-group input.btn-primary.btn {
    margin: 0px 0 0;
    padding: 10px 15px 10px;
    background-color: #2F63BC;
    border: 0;
    border-radius: 50px;
    text-transform: capitalize;
    outline: none;
    min-height: 80px;
    transition: 0.3s ease all;
    color: #FFF;
    text-align: center;
    font-size: 22px;
    font-family: Poppins;
    font-weight: 500;
    line-height: 2em;
    letter-spacing: -0.04em;
    position: relative;
    display: inline-block;
    width: 300px;
    max-width: 100%;
}

/* .form-horizontal .form-group button.btn.btn-default:before {
    content: "\f178";
    font-family: FontAwesome;
    left: auto;
    position: absolute;
    top: 20px;
    right: 45px;
} */

.form-horizontal .btn-default {
    margin: 0;
    padding: 10px 15px 10px;
    background-color: #fff;
    border: 1px solid #929292;
    color: #929292;
    border-radius: 50px;
    text-transform: capitalize;
    outline: none;
    min-height: 80px;
    transition: 0.3s ease all;
    text-align: center;
    font-size: 22px;
    font-family: Poppins;
    font-weight: 500;
    line-height: 2em;
    letter-spacing: -0.04em;
    position: relative;
    display: inline-block;
    width: 300px;
    max-width: 100%;
}

.form-horizontal .form-group textarea.form-control {
    height: 160px;
}

.form-horizontal .form-group {
    margin-bottom: 30px !important;
}

.form-horizontal .form-group input[type="radio"] {
    appearance: none;
    width: 24px;
    height: 24px;
    padding: 1px !important;
    background-clip: content-box;
    margin-right: 10px;
    border-radius: 24px;
    border: 2px solid #6C9AE9;
    background: #F5F6F9;
    margin-left: -35px;
}

.form-horizontal .form-group input[type=radio]:checked,
.form-horizontal .form-group input[type=radio]:focus {
    background: #233E99;
    outline: 0;
    box-shadow: none;
    border: 0;
}

.form-horizontal .radio label {
    font-size: 18px;
    line-height: 30px;
    padding-left: 40px;
}

.form-horizontal .form-group input[type="checkbox"],
.form-horizontal .form-group input[type="checkbox"]:visited,
.form-group input[type="checkbox"]:focus {
    position: relative;
    appearance: none;
    width: 25px;
    height: 25px;
    padding: 1px !important;
    background-clip: content-box;
    margin-right: 10px;
    border-radius: 2px;
    border: 2px solid var(--233-e-99, #233E99);
    background: #F5F6F9;
    margin: 0px 0 -8px;
    outline: 0;
}

.form-group input[type="checkbox"]:checked,
.form-group input[type="checkbox"]:focus:checked {
    background: #233E99;
    box-shadow: none;
    border: 0;
    border-radius: 2px;
    border: 2px solid var(--233-e-99, #233E99);
}

[ng-controller="EditContact"] input[type="checkbox"],
[ng-controller="EditContact"] input[type="checkbox"]:focus {
    position: relative;
    margin: 4px 0 0 -20px;
    height: 15px;
    width: 15px;
    appearance: none;
    background-clip: content-box;
    border-radius: 2px;
    border: 2px solid var(--233-e-99, #233E99);
    outline: 0;
}

[ng-controller="EditContact"] input[type="checkbox"]:checked,
[ng-controller="EditContact"] input[type="checkbox"]:focus:checked {
    position: relative;
    background: #233E99;
}

#individualProfile ul {
    padding-left: 1.1rem;
}

#individualProfile ul:has(li:empty) {
    list-style: none;
}

.form-horizontal .form-group input[type=file]::file-selector-button {
    padding: 10px 30px;
    border-radius: .2em;
    background-color: #2F63BC;
    transition: 1s;
    color: white;
    outline: 0;
    border: 0;
    box-shadow: none;
}

.form-horizontal #classifieds_image1 .row,
.form-horizontal #classifieds_image2 .row,
.form-horizontal #classifieds_image3 .row {
    display: flex;
    align-items: end;
}

.form-horizontal .checkbox label {
    padding-left: 40px;
}

.form-horizontal .checkbox label input[type="checkbox"] {
    /* margin: 0px -40px -8px; */
}

.form-horizontal label.required:after {
    color: red;
    content: " *";
    opacity: 0;
}

/* End New Style of Forms */
/* Header Style */
header .top-bar .header-info i {
    color: #6C9AE9;
}

header .top-bar .header-info a,
header .top-bar .header-info,
header .top-bar span,
header .top-bar span a {
    font-family: "Poppins", Sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #6D6E71;
}

header .top-bar .header-info.login {
    background: #2F63BC;
    border-radius: 110px;
    padding: 11px 50px;
    display: revert;
    margin-left: 35px;
}

header .top-bar .header-info.login a {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: normal;
    color: white;
}

header .top-bar .header-info.login i {
    color: white;
    line-height: unset;
    height: auto;
}

header .top-bar .container,
header .navbar.navbar-default .container {
    max-width: 1820px;
    width: 100%;
}

header {
    padding: 25px 35px 25px 45px;
    background: white;
}

footer,
header {
    border-bottom: 9px solid #F3F3F3;
    position: relative;
}

header::before,
footer::before {
    content: "";
    background: #2F63BC;
    max-width: 1038px;
    width: 100%;
    height: 9px;
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    margin: auto;
    bottom: -9px;
}

header::after,
footer::after {
    content: "";
    background: #6C9AE9;
    max-width: 374px;
    width: 100%;
    height: 9px;
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    margin: auto;
    bottom: -9px;
}

header .top-bar {
    background: transparent;
    margin-bottom: 25px;
}

header #main-nav {
    box-shadow: none;
    min-height: auto;
}

header .navbar-default .navbar-nav>li>a {
    font-size: 17px;
    line-height: 26px;
    color: #282C7D;
    position: relative;
    letter-spacing: -0.04em;
    font-family: "Poppins", Sans-serif;
    font-weight: 600;
    padding: 10px 30px;
}

header .navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
header .navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>li>a:hover {
    box-shadow: none !important;
    color: #282C7D;
}

header .navbar-header {
    /* height: auto; */
    margin-top: -75px;
}

header .navbar-fixed-top.nav-small .navbar-header {
    height: auto;
    margin-top: 10px;
}

header.navbar-fixed-top.nav-small {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    height: auto !important;
}

header.navbar-fixed-top.nav-small {
    min-height: unset !important;
    height: unset !important;
    border-width: 0 0 9px;
}

div.navbar.navbar-default.nav-bar-scroll {
    min-height: unset;
}

header.navbar-fixed-top.nav-small .navbar-header {
    height: auto;
}

header.navbar-fixed-top.nav-small .navbar-nav>li>a {
    line-height: 26px !important;
}

/* End Header Style */

/* Footer Style */
footer h5 {
    font-weight: 700;
    font-size: 23px;
    line-height: 34px;
    color: #2F63BC;
    font-family: "Poppins", Sans-serif;
    border: 0;
    padding-left: 0px;
}

footer,
footer a,
footer a:focus,
footer p,
footer .contact ul li,
footer .contact strong {
    font-weight: 500;
    font-size: 17px;
    line-height: 34px;
    color: #969696;
    font-family: "Poppins", Sans-serif;
}

footer a:hover,
footer .footer-dark .container .site-links a:hover {
    color: #2F63BC;
}

footer .contact strong {
    font-weight: 700;
    color: #969696 !important;
}

footer .footer .container,
footer .footer-dark .container {
    max-width: 1560px;
    width: 100%;
}

footer .icon {
    display: none;
}

.contact-info.contact {
    text-align: left;
}

.logo-column {
    border-right: 1px solid #DEDEDE;
}

.logo-column img.img-responsive {
    margin-left: 0px;
}

li.c-title strong {
    font-size: 20px;
    line-height: 30px;
    color: #2F63BC !important;
    letter-spacing: -0.04em;
    font-family: "Poppins", Sans-serif;
    font-weight: 600;
    margin-top: 20px;
    display: block;
}

.footer,
footer {
    background: white;
}

.navigation-menu {
    padding-left: 5%;
}

footer .find input {
    border: 2px solid #27419e;
}

.footer-dark .site-links a::after {
    content: "|";
    font-weight: 200;
    margin: 0 20px;
    font-size: 23px;
}

footer .footer-dark .container {
    max-width: 1844px;
    border-top: 1px solid #DEDEDE;
    padding-top: 50px;
}

footer .footer-dark .container .site-links a,
.copy-wright-text {
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.04em;
    color: #818181 !important;
    font-size: 14px;
}

.footer-bottom-phone,
.copy-wright-text {
    text-align: center;
}

.footer-bottom-phone a,
.footer-bottom-phone a:active,
.footer-bottom-phone a:focus {
    font-weight: 700;
    font-size: 45px;
    line-height: 68px;
    color: #2F63BC;
    letter-spacing: normal;
}

footer .footer-dark {
    background: white;
    height: auto;
}

.footer-bottom-phone,
.copy-wright-text {
    padding-bottom: 50px;
}

.copy-wright-text {
    padding-top: 60px;
    padding-bottom: 35px;
}

footer {
    border-bottom: 0px solid #F3F3F3;
}

#loom-companion-mv3 {
    display: none;
}

#nekoToTop {
    display: block;
}

/* End Footer Style */


@media (max-width: 1600px) {
    .form-horizontal .form-group label.control-label {
        font-size: 22px;
        line-height: 42px;
    }

    .form-horizontal .form-group input.form-control,
    .form-horizontal .form-group textarea.form-control,
    .form-horizontal .form-group select.form-control {
        height: 70px;
        font-size: 17px;
    }

    .form-horizontal .form-group button.btn.btn-default,
    html body #page-wrapper .content .form-horizontal .form-group input.btn-primary.btn,
    .form-horizontal .btn-default {
        font-size: 20px;
        line-height: 42px;
        min-height: 70px;
    }

    .form-horizontal .radio label {
        font-size: 17px;
        line-height: 29px;
    }

    header .navbar-default .navbar-nav>li>a,
    footer,
    footer a:focus,
    footer .contact strong {
        font-size: 16px;
    }

    footer,
    footer a,
    footer a:focus,
    footer p,
    footer .contact ul li,
    footer .contact strong {
        line-height: 33px;
    }

    li.c-title strong {
        font-size: 19px;
    }

    header .navbar-default .navbar-nav>li>a {
        padding: 10px 25px;
    }
}

@media (max-width: 1440px) {
    .form-horizontal .form-group label.control-label {
        font-size: 20px;
        line-height: 40px;
    }

    .form-horizontal .form-group input.form-control,
    .form-horizontal .form-group textarea.form-control,
    .form-horizontal .form-group select.form-control {
        height: 60px;
        font-size: 16px;
    }

    .form-horizontal .form-group button.btn.btn-default,
    html body #page-wrapper .content .form-horizontal .form-group input.btn-primary.btn,
    .form-horizontal .btn-default {
        font-size: 18px;
        line-height: 40px;
        min-height: 60px;
    }

    .form-horizontal .radio label {
        font-size: 16px;
        line-height: 28px;
    }

    header .navbar-default .navbar-nav>li>a,
    footer,
    footer a:focus,
    footer .contact strong {
        font-size: 15px;
    }

    footer,
    footer a,
    footer a:focus,
    footer p,
    footer .contact ul li,
    footer .contact strong {
        line-height: 31px;
    }

    li.c-title strong {
        font-size: 18px;
    }

    header {
        padding: 12px 0px 25px 0px;
    }

    header .navbar-default .navbar-nav>li>a {
        padding: 10px 23px;
    }

    header .top-bar .header-info.login {
        margin-left: 0px;
    }
}

@media (max-width: 1300px) {
    .form-horizontal .form-group label.control-label {
        font-size: 18px;
        line-height: 38px;
    }

    .form-horizontal .form-group input.form-control,
    .form-horizontal .form-group textarea.form-control,
    .form-horizontal .form-group select.form-control {
        height: 50px;
        font-size: 15px;
    }

    .form-horizontal .form-group button.btn.btn-default,
    html body #page-wrapper .content .form-horizontal .form-group input.btn-primary.btn,
    .form-horizontal .btn-default {
        font-size: 16px;
        line-height: 35px;
        min-height: 50px;
    }

    .form-horizontal .radio label {
        font-size: 15px;
        line-height: 28px;
    }

    header .navbar-default .navbar-nav>li>a,
    footer,
    footer a:focus,
    footer .contact strong {
        font-size: 15px;
    }

    footer,
    footer a,
    footer a:focus,
    footer p,
    footer .contact ul li,
    footer .contact strong {
        line-height: 28px;
    }

    li.c-title strong {
        font-size: 17px;
    }

    footer h5 {
        padding-right: 0;
    }

    header .top-bar .header-info.login {
        padding: 8px 15px;
        margin-left: 9px;
    }

    header .navbar-header {
        margin-top: -45px;
    }

    header .navbar-default .navbar-nav>li>a {
        padding: 10px 12px;
    }

    header .navbar.navbar-default .container {
        padding-right: 20px;
    }

    footer .contact h5,
    footer .denturist h5 {
        height: auto;
    }

    footer a {
        word-wrap: break-word;
    }
}

@media (max-width: 1100px) {
    .form-horizontal .form-group label.control-label {
        font-size: 17px;
        line-height: 35px;
    }

    li.c-title strong {
        font-size: 16px;
    }

    header .top-bar .header-info a,
    header .top-bar .header-info,
    header .top-bar span,
    header .top-bar span a {
        font-size: 13px;
    }

    header .navbar-default .navbar-nav>li>a {
        padding: 5px 7px;
        font-size: 14px;
    }

    header .navbar-header {
        margin-top: -35px;
    }


}

@media (max-width: 991px) {
    input[type="text"] {
        margin-bottom: 9px;
    }

    div#password .col-md-3 {
        width: 100%;
        position: relative;
        right: 0px;
        margin-bottom: 9px;
    }

    .form-horizontal .form-group label.control-label {
        font-size: 16px;
        line-height: 32px;
    }

    li.c-title strong {
        font-size: 15px;
    }

    .navigation-menu {
        padding-left: 2%;
    }

    .header-info.mb-hide.email {
        display: none;
    }

    header .navbar-default .navbar-nav>li>a {
        padding: 5px 10px;
    }

    header .navbar-header {
        margin-top: -60px;
    }

    header .navbar.navbar-default .container {
        display: flex;
    }

    .logo-column {
        border-right: 0px;
    }

    footer a {
        font-size: 15px;
    }
}

@media (max-width: 769px) {
    header .navbar.navbar-default .container {
        display: block;
    }

    header .navbar-header {
        margin-top: 0px;
    }

    footer {
        text-align: left;
    }

    .logo-column img.img-responsive {
        margin-bottom: 0px !important;
    }
}

@media (max-width: 767px) {

    .form-horizontal .form-group label.control-label {
        font-size: 15px;
        line-height: 30px;
    }

    .form-horizontal .form-group button.btn.btn-default {
        max-width: 250px;
        min-width: 250px;
    }

    .form-horizontal .form-group button.btn.btn-default:before {
        top: 11px;
    }

    .col-md-7.content {
        overflow: hidden;
    }

    .mb-hide {
        display: none;
    }

    .navbar-fixed-top.nav-small .top-bar {
        opacity: 0;
        height: 10px;
    }

    header .top-bar {
        margin-bottom: 0px;
    }

    header {
        padding: 12px 0px 10px 0px;
    }
}

@media (max-width: 575px) {
    .logo-column img.img-responsive {
        margin-left: auto;
        margin-right: auto;
    }

    footer {
        text-align: center;
    }

    .footer .container .row .col-md-3 {
        width: 100%;
    }

    .contact-info.contact {
        text-align: center;
    }

    .footer-bottom-phone a,
    .footer-bottom-phone a:active,
    .footer-bottom-phone a:focus {
        font-size: 28.503px;
    }
}

@media (max-width: 480px) {
    .contact-info.contact {
        text-align: center;
    }

    .header-info.login {
        display: none !important;
    }

    .top-bar .col-md-12 {
        padding: 0;
    }

    header .top-bar .header-info a,
    header .top-bar .header-info,
    header .top-bar span,
    header .top-bar span a {
        font-size: 11px;
    }
}


/*****************************************************************************
								Header
*****************************************************************************/

.dao-legacy-header {
    display: none !important;
}

.dao-header {
    display: block !important;
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0;
    background-color: white;
    z-index: 255;
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    line-height: 1.45em;
    font-weight: 500;
    color: #6d6e71;
    padding: 0;
    border-width: 0 !important;
    overflow: initial;
    max-height: 100vh;
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
        rgba(0, 0, 0, 0.3) 0px 8px 16px -8px !important; */
}

.dao-header:before,
.dao-header:after {
    display: none;
}

.dao-header .nav-full {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 35px 35px 35px 45px;
}

.dao-header .logo-container {
    padding: 0;
}

.dao-header .logo-container img {
    max-width: 365px;
}

.dao-header .logo-container .full {
    display: block;
}

.dao-header .logo-container .mobile {
    display: none;
}

.dao-header .contact-info i {
    color: #6c9ae9;
    margin-right: 8px;
}

.dao-header .contact-nav {
    display: flex;
    align-items: center;
    gap: 50px;
    justify-content: end;
}

.dao-header .btn-login {
    background: #2f63bc;
    border-radius: 110px;
    padding: 11px 23px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.45em;
    letter-spacing: normal;
    color: #fff;
    min-width: 170px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.dao-header .btn-login i {
    margin-right: 5px;
}

.dao-header .btn-login:before {
    content: "";
    display: block;
    background-image: url(https://denturistassociation.ca/wp-content/uploads/2023/08/icon-user.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 13px;
    height: 14px;
}

.dao-header .header-search input {
    border-radius: 60px;
    border: 0;
    background-color: #82a1d7;
    width: 100%;
    color: #fff;
    padding: 15px 30px 15px 70px;
    font-size: 17px;
    font-weight: 600;
    outline: none;
}

.dao-header .header-search input::placeholder {
    color: #fff;
}

.dao-header .header-search .search-container {
    position: relative;
}

.dao-header .header-search .search-container:before {
    content: "";
    display: block;
    background-image: url(https://denturistassociation.ca/wp-content/uploads/2023/06/Group.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 29px;
    height: 24px;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.dao-header .main-nav {
    margin-top: 30px;
    color: #282c7d;
    font-weight: 600;
    font-size: 17px;
    line-height: 1.5em;
    letter-spacing: -0.04em;
}

.dao-header .main-nav>ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 70px;
}

.dao-header .main-nav .nav-item {
    position: relative;
}

.dao-header .main-nav .nav-item>a {
    display: flex;
    align-items: center;
    color: #282c7d;
}

.dao-header .main-nav .nav-item.has-dropdown:hover .dropdown {
    display: block;
}

.dao-header .main-nav .nav-item.has-dropdown>a:after {
    content: "";
    display: block;
    background-image: url(https://denturistassociation.ca/wp-content/uploads/2023/06/Vector-1-1.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transform: translateX(10px);
    width: 11px;
    height: 9px;
    margin-right: 10px;
}

.dao-header .main-nav .nav-item.nav-highlight>a {
    color: #2f63bc;
}

.dao-header .main-nav .nav-item.nav-highlight>a:after {
    content: "";
    display: block;
    background-image: url(https://denturistassociation.ca/wp-content/uploads/2023/06/Group-182.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 15px;
    height: 10px;
    margin-left: 10px;
}

.dao-header .main-nav .nav-item.nav-gap {
    margin-left: 100px;
}

.dao-header .main-nav .dropdown {
    display: none;
    padding-top: 35px;
    position: absolute;
    z-index: 2;
}

.dao-header .main-nav .dropdown-inner {
    margin: 0;
    list-style: none;
    padding: 15px 21px;
    background: #ffffff;
    box-shadow: 0px 8px 44px rgba(0, 0, 0, 0.05);
    min-width: 300px;
    padding: 15px 21px;
}

.dao-header .main-nav .dropdown-inner .sub-item {
    padding: 10px 0;
    font-weight: 500;
    font-size: 17px;
    line-height: 1.5em;
}

.dao-header .main-nav .dropdown-inner .sub-item a {
    color: #282c7d;
}

.dao-header .mobile-nav-toggle {
    position: relative;
    display: inline-block;
    cursor: pointer;
    padding: 20px 28px;
    vertical-align: middle;
    background: #2f63bc;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
}

.dao-header .mobile-nav-toggle .bar {
    width: 45px;
    height: 6px;
    background-color: #fff;
    margin: 0;
    transition: 0.4s;
}

.dao-header .nav-mobile {
    display: none;
}

.dao-header .nav-mobile>ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.dao-header .nav-mobile .nav-item {
    font-size: 16px;
    border-top: 1px solid #ededed;
    padding: 20px 20px;
}

.dao-header .nav-mobile .nav-item>a {
    color: #282c7d;
    font-weight: 600;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    display: block;
    margin: 0 auto;
    width: max-content;
    position: relative;
}

.dao-header .nav-mobile .nav-item .dropdown {
    display: none;
}

.dao-header .nav-mobile .nav-item.has-dropdown>a:before {
    content: "";
    display: block;
    background-image: url(https://denturistassociation.ca/wp-content/uploads/2023/06/Vector-1-1.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 11px;
    height: 9px;
    margin-right: 10px;
    position: absolute;
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
}

.dao-header .nav-mobile .nav-item.nav-highlight {
    background: #4d7ed2;
    border-top: 1px solid #fff;
    font-size: 17px;
}

.dao-header .nav-mobile .nav-item.nav-highlight>a {
    color: #fff;
    display: flex;
    justify-content: center;
    display: flex;
    align-items: center;
}

.dao-header .nav-mobile .nav-item.nav-highlight>a:after {
    content: "";
    display: block;
    background-image: url(https://denturistassociation.ca/wp-content/uploads/2023/06/Group-182.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 15px;
    height: 10px;
    margin-left: 15px;
    filter: brightness(100);
}

.dao-header .nav-mobile .nav-item.nav-highlight.highlight-alt {
    background: #2f63bc;
}

.dao-header .nav-mobile .nav-item.login-btn {
    background: #233e98;
    border-top: 1px solid #fff;
    font-size: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.dao-header .nav-mobile .nav-item.login-btn:before {
    content: "";
    display: block;
    background-image: url(https://denturistassociation.ca/wp-content/uploads/2023/08/icon-user.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 13px;
    height: 14px;
}

.dao-header .nav-mobile .nav-item.login-btn>a {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.dao-header .nav-mobile .nav-item.login-btn>a span {}

.dao-header .nav-mobile .dropdown {
    text-align: center;
    padding-top: 20px;
}

.dao-header .nav-mobile .dropdown-inner {
    margin: 0;
    padding: 0;
    list-style: none;
}

.dao-header .nav-mobile .dropdown-inner .sub-item {
    padding: 10px 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5em;
}

.dao-header .nav-mobile .dropdown-inner .sub-item a {
    color: #282c7d;
}

.dao-header .border {
    position: relative;
    width: 100%;
    height: 9px;
    display: block;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    background: linear-gradient(to right,
    #f3f3f3,
    #f3f3f3 23%,
    #2f63bc 23%,
    #2f63bc 40%,
    #6c9ae9 40%,
    #6c9ae9 60%,
    #2f63bc 60%,
    #2f63bc 77%,
    #f3f3f3 77%,
    #f3f3f3);
}

@media (max-width: 1800px) {
    .dao-header .main-nav>ul {
        gap: 40px;
    }
}

@media (max-width: 1600px) {
    .dao-header .main-nav>ul {
        gap: 20px;
    }

    .dao-header .main-nav .nav-item.nav-gap {
        margin-left: 0;
    }
}

@media (max-width: 1400px) {
    .dao-header .logo-container {
        max-width: 20%;
    }

    .dao-header .main-nav {
        font-size: 15px;
    }

    .dao-header .main-nav>ul {
        gap: 20px;
    }

    .dao-header .main-nav .nav-item.nav-gap {
        margin-left: 0;
    }
}

@media (max-width: 1200px) {
    #app-container {
        overflow: hidden;
    }

    .dao-header .nav-full {
        padding: 30px 20px;
    }

    .dao-header .btn-login {
        font-size: 12px;
        min-width: 0;
    }

    .dao-header .main-nav {
        font-size: 13px;
    }

    .dao-header .main-nav>ul {
        gap: 20px;
    }
}

@media (max-width: 992px) {
    .dao-header .nav-mobile {
        display: block;
    }

    .dao-header {
        overflow: auto;
    }

    .dao-header .nav-full {
        padding: 0;
        align-items: stretch;
    }

    .dao-header .logo-container {
        padding: 20px;
    }

    .dao-header .logo-container img {
        max-width: 300px;
    }

    .dao-header .contact-nav {
        display: none;
    }

    .dao-header .main-nav {
        display: none;
    }

    .dao-header .mobile-nav-toggle {
        display: flex;
    }

    .dao-header .border {
        display: none;
    }
}

@media(max-width: 768px) {
    .dao-header .logo-container img {
        max-width: 100%;
    }

    .dao-header .logo-container {
        max-width: 75%;
    }

    .dao-header .logo-container .full {
        display: none;
    }

    .dao-header .logo-container .mobile {
        display: block;
    }
}

/*****************************************************************************
								Footer
*****************************************************************************/
html {
    /*scroll-behavior: smooth;*/
}

footer {
    margin-top: 0;
    padding: 100px 20px 0 20px;
}

.dao-legacy-footer {
    display: none !important;
    font-family: "Poppins", Sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 2em;
    color: #969696;
}

.dao-footer {
    display: flex !important;
    padding-bottom: 80px;
}

.dao-footer .container {
    max-width: 1560px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    padding: 0;
}

.dao-footer .contact-container {
    width: 32%;
}

.dao-footer .contact-container .logo img {
    max-width: 373px;
}

.dao-footer .phone {
    display: none;
    font-weight: 700;
    font-size: 28.5px;
    color: #2F63BC;
}

.dao-footer .contact-container p a:not(.phone) {
    display: block;
}

.dao-footer .contact-container p:first-of-type {
    margin-top: 50px;
    margin-bottom: 0;
}

.dao-footer .contact-container p:last-of-type {
    margin-top: 30px;
    margin-bottom: 0;
}

.dao-footer .contact-container b {
    color: #233e99;
    font-weight: 600;
    font-size: 20px;
}

.dao-footer .nav-container {
    width: 68%;
    display: flex;
    justify-content: space-between;
    padding-left: 100px;
    border-left: 1px solid #dedede;
}

.dao-footer .nav-list:not(:first-of-type) {
    margin-top: 20px;
}

.dao-footer .nav-list .heading {
    font-weight: 700;
    font-size: 23px;
    line-height: 1.5em;
    color: #2f63bc;
    font-family: "Poppins", Sans-serif;
}

.dao-footer .nav-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 17px;
    margin-top: 20px;
}

.dao-sub-footer {
    display: flex !important;
    border-top: 1px solid #dedede;
    padding-top: 50px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
}

.dao-sub-footer a {
    font-size: 14px;
    font-weight: 400;
}

.dao-sub-footer .container {
    max-width: 1560px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    padding: 0;
    flex-direction: column;
}

.dao-sub-footer .phone {
    font-weight: 700;
    font-size: 45px;
    line-height: 1.5em;
    color: #2f63bc;
    display: block;
}

.dao-sub-footer .nav-container {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-top: 50px;
}

.dao-sub-footer .copyright {
    letter-spacing: -0.04em;
    margin-top: 60px;
    margin-bottom: 20px;
    color: #818181;
}

@media (max-width: 1200px) {
    .dao-footer .contact-container {
        padding-right: 20px;
    }

    .dao-footer .nav-container {
        padding-left: 20px;
    }
}

@media (max-width: 992px) {
    footer {
        padding: 60px 20px 0 20px;
    }

    .dao-footer {
        padding-bottom: 0px;
    }

    .dao-sub-footer .phone {
        display: none;
    }

    .dao-footer .container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .dao-footer .contact-container {
        padding-right: 0;
        width: 100%;
    }

    .dao-footer .nav-container {
        border-left: 0;
        padding-left: 0;
        width: 100%;
        margin-top: 40px;
    }

    .dao-footer .nav-container .nav-column {
        width: 33%;
    }

    .dao-sub-footer {
        padding-top: 60px;
        border-top: 0;
    }

    .dao-sub-footer .phone {
        font-size: 30px;
    }

    .dao-sub-footer .nav-container {
        margin-top: 0;
    }

    .dao-sub-footer .copyright {
        margin-top: 30px;
    }

    .dao-footer .nav-container {
        display: none;
    }

    .dao-footer .contact-container .logo img {
        max-width: 315px;
        margin: 0 auto;
        margin-bottom: 30px !important;
    }

    .dao-footer .phone {
        display: inline-block;
        margin-bottom: 20px;
    }

    .dao-footer .contact-container p a:not(.phone) {
        font-size: 15px;
        line-height: 1.4em;
    }

    .dao-footer .contact-container p br {
        display: none;
    }

    .dao-sub-footer .copyright {
        font-size: 11px;
        margin-bottom: 5px;
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .dao-footer .contact-container p:first-of-type {
        margin-top: 0px;
        border-top: 1px solid #dedede;
        padding-top: 40px;
    }

    .dao-footer .nav-container {
        flex-direction: column;
        gap: 40px;
    }

    .dao-footer .nav-container .nav-column {
        width: initial;
    }

    .dao-sub-footer .nav-container {
        gap: 15px;
    }

    .dao-sub-footer a {
        font-size: 12px;
        letter-spacing: -0.04em;
    }
}
/*
     FILE ARCHIVED ON 21:54:35 Jun 26, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 15:07:03 May 05, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 7.753
  captures_list: 0.641
  exclusion.robots: 0.075
  exclusion.robots.policy: 0.062
  esindex: 0.008
  cdx.remote: 67.023
  LoadShardBlock: 455.186 (3)
  PetaboxLoader3.resolve: 351.52 (4)
  PetaboxLoader3.datanode: 230.689 (5)
  load_resource: 240.392
  loaddict: 123.023
*/