/**************************************************/


/*** LAYOUT & STRUCTURE ***************************/


/**************************************************/

@font-face {
    font-family: 'kicon';
    font-style: normal;
    font-weight: normal;
    src: url("https://www.maidmentjudd.com/themes/maidment_judd_foundation/fonts/kicon.eot?#iefix") format("embedded-opentype"), url("https://www.maidmentjudd.com/themes/maidment_judd_foundation/fonts/kicon.woff") format("woff"), url("https://www.maidmentjudd.com/themes/maidment_judd_foundation/fonts/kicon.ttf") format("truetype"), url("https://www.maidmentjudd.com/themes/maidment_judd_foundation/fonts/kicon.svg#kicon") format("svg");
}

html,
body {
    height: 100%;
    margin: 0;
}

.container {
    max-width: 1000px;
}

.page-wrap {
    min-height: 100%;
    margin-bottom: -138px;
    /* equal to footer height */
}

.site-footer,
.page-wrap:after {
    height: 138px;
}

.page-wrap:after {
    content: "";
    display: block;
}

article {
    padding: 40px 0 20px;
}

.scrollup {
    text-align: center;
    display: block;
    padding: 11px 10px 20px;
    position: fixed;
    top: auto;
    left: auto;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    z-index: 1000;
    border-radius: 3px;
    font-size: 16px;
    cursor: pointer;
}


/**************************************************/


/*** PAGE STYLING *********************************/


/**************************************************/

.main {
    background: white;
}

header {
    background: #164299;
    color: #e7ebf5;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    text-align: right;
    padding-top: 5px;
    z-index: 1000 !important;
}

.logo {
    width: 303px;
    margin: 10px 0 25px;
}

header img:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.site-nav {
    height: 45px;
    /*    background: #FFF;*/
}

.home a {
    float: left;
    height: 45px;
    width: 45px;
    padding: 0;
    background: #FFF;
    background-image: url(../images/home.svg);
    background-size: cover;
}

.services a,
.about a,
.contact a {
    float: left;
    width: 226px;
    padding: 0 35px 0 10px;
    font-size: 14px;
    line-height: 64px;
    font-weight: 400;
    background: #e7ebf5;
    color: #626262;
    height: 45px;
    text-align: right;
    border-right: #bac7e1 solid 1px;
}

.services a,
.services a:hover {
    background: #0f9dee;
    color: #FFF;
    text-decoration: none;
}

.home a:hover {
    background-image: url(../images/home-hover.svg);
    background-size: cover;
}

.about a:hover,
.contact a:hover {
    color: #FFF;
    background: #6f83aa;
    text-decoration: none;
}

.search a {
    float: left;
    background: #FFF;
    width: 245px;
    height: 45px;
}

.glass {
    width: 45px;
}

.taxapp {
    background: #0f9dee;
    /*    margin-bottom: 40px;*/
}

.app {
    width: 293px;
    margin: 0 auto;
}

.side {
    background-color: #164299;
    padding: 40px 20px 20px;
}

.site-footer {
    background: none;
    color: #FFF;
}

.footer {
    background: #0f2e6b;
    margin-top: 36px;
    padding-top: 8px;
}

.footer h3 {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 100;
    font-style: normal;
    font-size-adjust: 0.47;
    color: #e7ebf5;
    margin: 8px 0 18px;
    font-size: 22px;
}

.footer p {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 11px;
    margin: 0 0 0.2rem;
    color: #e7ebf5;
}

.footer p a {
    margin-right: 10px;
    color: #6f83aa;
    text-decoration: none;
}

.footer p a:hover {
    text-decoration: underline;
}

a.button {
    display: block;
    background: #0f9dee;
    text-transform: uppercase;
    color: #FFF;
    text-align: right;
    padding: 12px 8px 3px 60px;
    font-size: 13px;
}

a:hover.button {
    color: #FFF;
    text-decoration: none;
    background: #095e8e;
}

.footer img:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.apple,
.android {
    width: 114px;
    margin-right: 0.2rem;
}

.fb,
.tw,
.ld {
    width: 37px;
    margin-right: 4px;
}

.bottom-row {
    margin-top: 18px;
    margin-bottom: 4px;
}


/**************************************************/


/*** TYPE STYLING *********************************/


/**************************************************/

* {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin: 0;
    letter-spacing: 0.6px;
}

p,
li,
ol {
    font-size: 13px;
    line-height: 22px;
    margin: 0 0 14px;
}

a {
    color: #164299;
}

a:hover {
    color: #0f9dee;
    text-decoration: underline;
}

article a {
    font-weight: bold;
}

h2 {
    font-size: 22px;
    line-height: 23px;
    font-weight: 700;
    margin: 16px 0 8px;
    color: #4a4a4a;
}

h3 {
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    margin: 16px 0 8px;
    color: #0f9dee;
}

h4 {
    font-weight: bold;
    font-size: 13px;
    line-height: 22px;
    margin: 0 0 14px;
}

article ul {
    padding-left: 0px;
    margin: 3px 0 14px;
    list-style: none;
}

article li {
    margin: 4px 0;
    padding: 0 0 0 20px;
}

article li::before {
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    margin: -1px 6px 0 -20px;
    font-size: 12px;
    width: 12px;
    height: 12px;
    background-image: url(../images/bullet.svg);
    color: #164299;
    content: "\e607";
}


/**************************************************/


/*** TABLE STYLING ********************************/


/**************************************************/

article table {
    border: solid 1px #164299;
    margin-top: 25px;
    margin-bottom: 25px;
    width: 100%;
}

article table th,
article table td {
    border: solid 1px #164299;
}

article table th {
    background: #164299;
    color: white;
    padding: 10px 20px;
}

article table th * {
    margin: 0;
    color: #FFF;
}

article table td {
    padding: 12px 20px 5px;
    font-size: 13px;
}

article table th p {
    margin: 0;
}


/**************************************************/


/*** MENU STYLING *********************************/


/**************************************************/

nav ul {
    margin-top: 0;
    padding: 0;
}

nav ul li {
    display: block;
    margin-bottom: 16px;
}

nav ul li:last-child,
nav ul {
    margin-bottom: 20px;
}

nav ul li a,
.slicknav_nav li a {
    display: block;
    color: #e7ebf5;
    font-weight: 600;
    text-decoration: none;
    font-size: 13px;
    text-align: center;
}

nav ul li a:hover,
.slicknav_nav li a:hover,
.active {
    text-decoration: none;
    color: #6f83aa;
    cursor: pointer;
}


/**************************************************/


/*** MOBILE-MENU SPECIFIC STYLING *****************/


/**************************************************/

#mobile-menu {
    z-index: 1500;
    padding: 13px 10px 5px;
    display: none;
    width: 75px;
    height: 45px;
    background: none;
    position: relative;
    color: #6f83aa;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    cursor: pointer;
}

#mobile-menu:hover {
    background: #6f83aa;
    color: #FFF;
}

#mobile-menu:active {
    background: #164299;
}

.slicknav_menu {
    color: white;
    text-align: left;
    width: 290px;
    top: 45px;
    left: 0px;
    position: absolute;
    background: #e7ebf5;
}

.slicknav_menu a {
    color: white;
}

.slicknav_nav {
    padding: 0px;
    margin-bottom: 0;
}

.slicknav_nav li {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0px;
}

.slicknav_nav li:last-child {
    margin-bottom: 0;
}

.slicknav_nav li a {
    display: block;
    color: #4a4a4a;
    font-weight: 100;
    text-decoration: none;
    font-size: 13px;
    text-align: left;
    padding: 10px 15px;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
}

.slicknav_nav li a:hover {
    background: #0f9dee;
}


/**************************************************/


/*** HERO BANNER **********************************/


/**************************************************/

.hero {
    background: #164299 !important;
    position: relative;
    z-index: 100;
}

.hero h1 {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 34px;
    font-weight: 100 !important;
    color: #FFF;
    letter-spacing: 0.6px;
    margin: 42px 0 16px;
}


/**************************************************/


/*** TAB CONTROL **********************************/


/**************************************************/

.tabControl {
    margin-bottom: 25px;
    color: #FFF;
}

.tabControl > div {
    background: #164299;
    border-bottom-color: rgba(255, 255, 255, 0.3);
}

.tabControl > div:hover {
    cursor: pointer;
}

.tabControl > div.selected {
    background: #6f83aa !important;
    border-bottom-color: rgba(255, 255, 255, 0.3);
}

.popup {
    background: white;
}

.popup h1 {
    color: #164299;
    font-size: 28px;
}

.featherlight-content {
    border-radius: 8px;
}

.featherlight .featherlight-close-icon {
    font-size: 18px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-weight: bold;
}


/**************************************************/


/*** MEDIA QUERIES ********************************/


/**************************************************/


/*==========  Mobile First Method  ==========*/


/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) {}


/* Extra Small Devices, Phones */

@media only screen and (min-width: 480px) {}


/* Small Devices, Tablets */

@media only screen and (min-width: 768px) {}


/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {}


/* Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {}


/*==========  Non-Mobile First Method  ==========*/


/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {}


/* Medium Devices, Desktops */

@media only screen and (max-width: 991px) {
    /* custom breakpoint */
    #mobile-menu {
        display: none;
    }
    .slicknav_menu {}
}

@media only screen and (max-width: 992px) {
    .hero .overlay {
        height: 300px;
    }
}


/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }
    .page-wrap {
        padding-bottom: 0;
        margin-bottom: 0;
        /* equal to footer height */
    }
    .site-footer {
        height: auto;
    }
    .page-wrap:after {
        height: 0;
    }
    .services a,
    .about a,
    .contact a,
    .search a {
        width: 174px;
        padding: 0 25px 0 0px;
    }
    .home a,
    .home a:hover {
        width: 34px;
        background-position: center;
    }
    .app {
        width: 223px;
        margin: 0 auto;
    }
    a.button {
        padding: 12px 8px 3px 20px;
    }
    .footer h3 {
        font-size: 19px;
    }
}


/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    #mobile-menu {
        display: block;
    }
    .logo {
        width: 290px;
        text-align: center;
    }
    .services a,
    .about a,
    .contact a,
    .search a,
    .home a {
        display: none;
    }
    .site-nav {
        background: #e7ebf5;
        margin: 0 15px;
        padding: 0;
    }
    .app {
        width: 290px;
        margin: 0 auto;
    }
}


/* Custom, iPhone Retina */

@media only screen and (max-width: 320px) {}