body {
    fill: #414e59;
}

#logo img {
    height: 35px;
}

#primary-menu h1 {
    font-weight: 700;
    border: 0;
    margin-bottom: 0;
    line-height: 40px !important;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
}

.show {
    display: block !important;
}
.side-header #header.dark,
.side-header.open-header #header.dark #header-trigger {
	background-color: #444;
}

.toppadding-sm { padding-top: 30px !important; }

.bottompadding-sm { padding-bottom: 30px !important; }

.breadcrumb > li {
    text-transform: capitalize;
}

#phone-button-logo,
#primary-menu ul li.phone-button > a {
    font-family: 'Lato', sans-serif !important;
}

.primary-menu-open {
    overflow: hidden;
}


.wiserview.side-header #primary-menu ul li a {
    height: auto !important;
}

.wiserview.side-header .bgcolor {
    text-align: center !important;
}

.wiserview.side-header #header,
.wiserview.side-header #header #logo {
    height: auto !important;
}

.wiserview.side-header #logo svg {
    height: 45px;
}

.wiserview.side-header #primary-menu {
    position: relative;
}

.wiser-large {
    display: none !important;
}

.wiser-small {
    display: block !important;
}

.wiser-large-flex {
    display: none !important;
}

.wiser-small-flex {
    display: flex !important;
}

.wiser-promo {
    text-align: center !important;
}

.subtitle:first-letter {
    text-transform: uppercase;
}

p:first-letter {
    text-transform: uppercase;
}

a:first-letter {
    text-transform: uppercase;
}

h2:first-letter {
    text-transform: uppercase;
}

h3:first-letter {
    text-transform: uppercase;
}

h4:first-letter {
    text-transform: uppercase;
}

.acctitle span::first-letter{
    text-transform: uppercase;
}

.section + .section {
    margin-top: 0;
    padding-top: 0;
}


body.dark #header .container{
    background-color: #333
}

body.semi-transparent #header.sticky-header{ background-color: transparent; }

.wiserview.side-header #header #header-wrap {
    height: 100vh;
}

.wiser-footer-widgets .col_one_fourth {
    text-align: center;
    margin-bottom: 0 !important;
}

.accordion.accordion-border .acctitle, .accordion.accordion-border .acctitlec {
    line-height: 1.45;
    padding: 10px 15px 10px 36px
}


@media (min-width: 768px) {
	#page-title h1 {
		max-width: 40%;
	}

	#page-title ol {
		max-width: 60%;
		text-align: right;
	}

    .wiser-footer-widgets .col_one_fourth {
        text-align: left;
        margin-bottom: 50px !important;
        width: 50%;
        margin-right:0;
    }

    #copyrights .col_last {
        text-align: right !important;
    }
}

@media (max-width: 991px) {
    .responsive-sticky-header #primary-menu > ul, .responsive-sticky-header #primary-menu > .container > ul {
        max-height: 100vh;
        overflow-y: auto;
    }
}

@media (min-width: 992px) {
    .wiser-large {
        display: block !important;
    }

    .wiser-small {
        display: none !important;
    }

    .wiser-large-flex {
        display: flex !important;
    }

    .wiser-small-flex {
        display: none !important;
    }

    .side-header #primary-menu {
        text-align: center;
    }

    .side-header #logo:not(.nobottomborder):after {
        padding-top: 20px;
    }

    .side-header #logo:not(.nobottomborder):after,
    .side-header #primary-menu:not(.nobottomborder):after {
    	position: absolute;
        width: 50%;
        transform: translateX(50%);
    }

    .wiser-promo {
        text-align: left !important;
    }

    .wiser-promo h3 {
        margin-right: 30px;
    }

    #phone-button-logo {
        display: none !important;
    }

    /*#header.wiser-page-menu #logo-name,*/
    /*#header.wiser-page-menu #logo-img {*/
        /*display: block;*/
    /*}*/

    .wiser-footer-widgets .col_one_fourth {
        margin-bottom: 0 !important;
        width: 24%;
        margin-right: 0;
        padding-right: 10px;
    }
}


