body {
    font-family: Arial;
    font-size: 15px;
    line-height: 19px;
    overflow-x: hidden
}

.shell {
    position:relative;
    width: 100%;
    height: 100%
}

.container {
    max-width: 970px
}

.desktop-only {
    display: block
}

.mobile-only {
    display: none
}

.bg-grey {
    background-color: #f5f5f5
}

.bg-black {
    background-color: #252525
}

.bg-blue {
    background-color: #448edb
}

.bg-darkblue-gradient {
    background-color: #284869;
    background: -webkit-linear-gradient(right,#182d42,#284869)
}

.bg-darkblue-icn {
    background-image: url(/Au-OneUnderwriting/media/oneunderwriting/Icons/bg-header-icn.png);
    background-size: cover;
    background-repeat: no-repeat
}

.bg-blue-icn {
    background: #448edb;
    background-image: url(/Au-OneUnderwriting/media/oneunderwriting/Icons/bg-blue-icn.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right
}

h2 {
    font-weight: bold;
    font-size: 25px;
    padding-bottom: 25px
}

.txt-white {
    color: #fff
}

.dropdown-menu > li > a {
    white-space: normal
}

header {
    padding-top: 15px;
    padding-bottom: 20px;
    vertical-align: middle
}

.logo {
    position: relative;
    z-index: 100
}

.logo_img {
    display: block;
    width: 105px;
    height: 44px;
    background-image: url(/Au-OneUnderwriting/media/oneunderwriting/Icons/logo.png);
    background-size: 105px 88px;
    background-repeat: no-repeat;
    background-position-y: 0
}

.top-navigation {
    position: relative;
    z-index: 100
}

    .top-navigation.desktop-only.initNav {
        display: none
    }

    .top-navigation .contact-btn {
        float: right;
        color: #9c3;
        font-weight: bold;
        font-size: 15px;
        border: 1px solid #9c3;
        border-radius: 20px;
        padding: 10px 20px;
        margin-left: 20px;
        cursor: pointer
    }

        .top-navigation .contact-btn:hover {
            background: #9c3;
            color: #fff
        }

    .top-navigation .search-box {
        float: right
    }

    .top-navigation .nav {
        float: right;
        margin-top: -5px
    }

.dropdown .dropdown-toggle .caret {
    background-image: url(/Au-OneUnderwriting/media/oneunderwriting/Icons/arrow-menu-white.png);
    background-repeat: no-repeat;
    border: none;
    width: 18px;
    height: 9px
}

.dropdown:hover .dropdown-toggle .caret {
    transform: rotate(180deg)
}

.expand-btn .caret {
    background-image: url(/Au-OneUnderwriting/media/oneunderwriting/Icons/arrow-menu-grey.png);
    background-repeat: no-repeat;
    border: none;
    width: 18px;
    height: 9px
}

.top-navigation .nav-secondary li.is-active .expand-btn .caret {
    background-image: url(/Au-OneUnderwriting/media/oneunderwriting/Icons/arrow-menu-green.png)
}

.top-navigation .nav-secondary li.is-active a {
    color: #84c447
}

.top-navigation .nav-secondary li.is-active .nav-tertiary li a {
    color: #4d4d4f
}

.top-navigation .nav li a {
    font-size: 12px;
    color: #fff
}

.top-navigation .nav-secondary li a {
    padding-left: 20px;
    padding-right: 0;
    padding-bottom: 10px;
    display: inline-block;
    max-width: 178px
}

.top-navigation .nav-secondary li:first-child a {
    padding-top: 20px
}

.top-navigation .nav-secondary li:last-child a {
    padding-bottom: 20px
}

.top-navigation .nav-secondary li a {
    color: #696969
}

.top-navigation .nav-secondary li.active a {
    color: #84c447
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background: none;
    text-decoration: underline
}

.dropdown-menu {
    min-width: 210px;
    left: -60px
}

.top-navigation a.expand-btn {
    display: inline-block;
    float: right;
    padding-left: 0 !important;
    padding-right: 10px !important
}

.top-navigation .nav-tertiary {
    background: #e7e7e8;
    padding-left: 0;
    margin-bottom: 10px
}

    .top-navigation .nav-tertiary li {
        list-style: none;
        padding-bottom: 15px;
        padding-right: 20px
    }

        .top-navigation .nav-tertiary li a {
            font-size: 11px;
            line-height: 13px;
            color: #4d4d4f;
            padding: 0;
            padding-left: 20px;
            display: block
        }

        .top-navigation .nav-tertiary li:last-child a {
            padding-bottom: 10px
        }

.dropdown:hover .dropdown-menu {
    display: block
}

.searchbar {
    margin-bottom: auto;
    margin-top: auto;
    height: 40px;
    background-color: none;
    border-radius: 20px;
    padding: 10px
}

.search_input {
    color: #696969;
    border: 0;
    outline: 0;
    background: none;
    width: 0;
    line-height: 18px;
    transition: width .3s linear
}

.searchbar:hover > .search_input {
    padding: 0 10px;
    width: 130px;
    transition: width .3s linear;
    background-color: #ebebeb
}

.searchbar:hover {
    background-color: #ebebeb
}

    .searchbar:hover > .search_icon {
        background: #ebebeb;
        color: #84c447
    }

.search_icon {
    height: 20px;
    width: 20px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #84c447;
    background-color: none
}

.mobile-navigation .search_input {
    padding: 0 10px;
    width: 90%
}

.mobile-navigation .searchbar:hover > .search_input {
    width: 90%
}

.mobile-navigation .searchbar {
    background-color: #ebebeb;
    margin: 10px 30px
}

.mobile-navigation {
}

.navigation-bg-cover {
    display: none;
    position: fixed;
    background: #ebebeb;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 20;
    opacity: 1
}

.call-btn {
    position: relative;
    float: right;
    width: 30px;
    height: 30px;
    border: 2px solid #84c447;
    border-radius: 50%
}

    .call-btn img {
        top: 6px;
        left: 6px;
        position: absolute
    }

.hamburger {
    float: right;
    width: 30px;
    height: 30px;
    margin-left: 30px;
    cursor: pointer
}

    .hamburger .line {
        width: 30px;
        height: 3px;
        background-color: #84c447;
        border-radius: 2px;
        display: block;
        margin: 5px auto;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

    .hamburger:hover {
        cursor: pointer
    }

    .hamburger.is-active .line:nth-child(2) {
        opacity: 0
    }

    .hamburger.is-active .line:nth-child(1) {
        -webkit-transform: translateY(9px) rotate(45deg);
        -ms-transform: translateY(9px) rotate(45deg);
        -o-transform: translateY(9px) rotate(45deg);
        transform: translateY(9px) rotate(45deg)
    }

    .hamburger.is-active .line:nth-child(3) {
        -webkit-transform: translateY(-8px) rotate(-45deg);
        -ms-transform: translateY(-8px) rotate(-45deg);
        -o-transform: translateY(-8px) rotate(-45deg);
        transform: translateY(-8px) rotate(-45deg)
    }

.nav-holder {
    overflow-x: hidden;
    width: 100%;
    display: block;
    position: fixed;
    top: 130px;
    bottom: 0
}

.mobile-navigation {
    position: absolute;
    z-index: 90;
    left: 100%;
    top: -20px;
    width: 100%;
    padding-top: 90px;
    background: #fff
}

.mobile-navigation {
    font-size: 12px
}

    .mobile-navigation ul {
        list-style: none;
        padding-left: 0;
        right: 0;
        position: absolute;
        width: 100%;
        background: #fff
    }

        .mobile-navigation ul li {
            width: 100%;
            text-align: left;
            padding: 10px 0;
            padding-left: 40px
        }

            .mobile-navigation ul li a {
                color: #000
            }

            .mobile-navigation ul li.expand-option {
                background: gray;
                padding-bottom: 0;
                position: relative
            }

                .mobile-navigation ul li.expand-option > a {
                    color: #fff;
                    font-weight: bold;
                    display: block;
                    padding-bottom: 10px
                }

                .mobile-navigation ul li.expand-option a.parent-prod {
                    position: absolute;
                    width: 110px;
                    height: 35px;
                    right: 0;
                    top: 0;
                    text-align: right
                }

                    .mobile-navigation ul li.expand-option a.parent-prod img {
                        width: 65px;
                        height: 35px
                    }

#collapse2 {
    margin-left: -40px
}

.mobile-navigation ul.nav-secondary {
    background: #e7e7e8;
    padding-left: 40px;
    margin-left: 0;
    position: relative;
    width: 100%
}

    .mobile-navigation ul.nav-secondary li {
        padding-left: 0
    }

        .mobile-navigation ul.nav-secondary li a {
            color: #4d4d4f
        }

            .mobile-navigation ul.nav-secondary li a.parent-prod {
                position: absolute;
                width: 110px;
                height: 35px;
                right: 0;
                top: -10px;
                text-align: right
            }

                .mobile-navigation ul.nav-secondary li a.parent-prod img {
                    width: 65px;
                    height: 35px
                }

.mobile-navigation ul.nav-tertiary {
    right: -100%;
    top: -40px;
    padding-left: 0;
    background: #e7e7e8
}

    .mobile-navigation ul.nav-tertiary li {
        padding-left: 40px
    }

        .mobile-navigation ul.nav-tertiary li.back {
            background: gray;
            background-image: url(/Au-OneUnderwriting/media/oneunderwriting/Icons/arrow-white-back.png);
            background-repeat: no-repeat;
            background-position: 15px 0;
            background-size: 22px 38px
        }

            .mobile-navigation ul.nav-tertiary li.back a {
                color: #fff;
                font-weight: bold;
                display: block
            }

        .mobile-navigation ul.nav-tertiary li.title {
        }

            .mobile-navigation ul.nav-tertiary li.title a {
                font-weight: bold;
                display: block;
                position: relative
            }

                .mobile-navigation ul.nav-tertiary li.title a:before {
                    content: '';
                    position: absolute;
                    background: #84c447;
                    width: 4px;
                    height: 40px;
                    top: -10px;
                    left: -40px
                }

.mobile-navigation .panel-collapse {
    margin-left: -40px
}

footer {
    padding-top: 35px;
    padding-bottom: 60px;
    color: #fff
}

    footer .logo {
        padding-bottom: 60px
    }

        footer .logo.mobile-only {
            position: absolute
        }

            footer .logo.mobile-only img {
                width: 23px;
                height: 23px
            }

    footer .terms {
        font-size: 13px;
        font-style: italic
    }

    footer .mobile-only .terms {
        padding-top: 25px
    }

    footer ul li {
        list-style: none;
        font-size: 13px;
        line-height: 19px;
        font-weight: bold
    }

        footer ul li.sub {
            font-weight: normal
        }

            footer ul li.sub:first-child {
            }

        footer ul li a {
            color: #fff
        }

    footer ul ul {
        padding-left: 0
    }

#sect-largecarousel {
    padding-top: 75px;
    padding-bottom: 30px;
    margin-top: -80px
}

    #sect-largecarousel .image {
        display: inline-block
    }

    #sect-largecarousel .content-holder {
        display: inline-block;
        padding-top: 55px;
        padding-left: 25px;
        color: #fff;
        max-width: 420px;
        vertical-align: top
    }

        #sect-largecarousel .content-holder .title {
            font-weight: bold;
            font-size: 45px;
            line-height: 48px; 
            padding-bottom: 5px
        }

        #sect-largecarousel .content-holder .copy {
            font-weight: normal;
            font-size: 15px;
            line-height: 17px;
            padding-bottom: 30px
        }

        #sect-largecarousel .content-holder .button {
            text-decoration: none;
            color: #fff;
            display: inline-block;
            font-weight: bold;
            font-size: 12px;
            text-transform: uppercase;
            background: #9c3;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            padding-top: 22px;
            text-align: center;
            cursor: pointer
        }

        #sect-largecarousel .content-holder .link {
            color: #fff;
            font-weight: bold;
            font-size: 15px;
            border: 1px solid #9c3;
            border-radius: 20px;
            padding: 10px 20px;
            cursor: pointer;
            background: #9c3
        }

        #sect-largecarousel .content-holder .largecarousel-progress {
            position: relative;
            width: 260px;
            height: 2px;
            display: block;
            margin-left: 2px;
            margin-top: 40px;
            vertical-align: bottom
        }

            #sect-largecarousel .content-holder .largecarousel-progress .progress-bottom {
                position: absolute;
                background: #495b6d;
                width: 260px;
                height: 2px
            }

            #sect-largecarousel .content-holder .largecarousel-progress .progress-top {
                position: absolute;
                background: #9c3;
                width: 80px;
                height: 2px
            }

.slick-dots li.slick-active button:before {
    background-color: #fff
}

#sect-smallcarousel {
    padding-top: 40px;
    padding-bottom: 45px
}

.smallcarousel-holder {
    overflow: hidden
}

.smallcarousel-elem {
    text-align: center;
    vertical-align: top;
    font-weight: bold;
    color: #000;
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer
}

    .smallcarousel-elem .icon {
        position: relative;
        width: 100px;
        height: 100px;
        margin: auto
    }

    .smallcarousel-elem:hover .icon {
    }

    .smallcarousel-elem .icon .ring {
        position: absolute;
        width: 100px;
        height: 100px;
        background-image: url(/Au-OneUnderwriting/media/oneunderwriting/Icons/icn-green-ring.png);
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: 0;
        background-size: 100px 100px;
        margin: auto;
        opacity: 0;
        transform: scale(.9);
        z-index: 5;
        -webkit-transition: all .4s ease-in-out .2s;
        -o-transition: all .4s ease-in-out .2s;
        transition: all .4s ease-in-out .2s
    }

    .smallcarousel-elem:hover .icon .ring {
        opacity: 1;
        transform: scale(1)
    }

    .smallcarousel-elem .icon .backing {
        width: 79px;
        height: 79px;
        background: rgba(24,45,66,.2);
        border-radius: 50%;
        position: absolute;
        margin-top: 10px;
        margin-left: -40px;
        left: 50%;
        z-index: 10;
        -webkit-transition: background .4s ease-in-out 0s;
        -o-transition: background .4s ease-in-out 0s;
        transition: background .4s ease-in-out 0s
    }

    .smallcarousel-elem:hover .icon .backing {
        background: rgba(255,255,255,.75)
    }

    .smallcarousel-elem .icon .img {
        width: 100px;
        height: 100px;
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: 0;
        background-size: 100px 200px;
        position: absolute;
        margin: auto;
        z-index: 20
    }

    .smallcarousel-elem:hover .icon .img {
        background-position-y: -100px
    }

    .smallcarousel-elem:hover {
        text-decoration: none
    }

    .smallcarousel-elem .copy {
        padding: 0 10px
    }

    .smallcarousel-elem.slick-slide {
        opacity: 0
    }

    .smallcarousel-elem.slick-active {
        opacity: 1
    }

.arrow-green-prev {
    position: absolute;
    top: 30%;
    left: 10px;
    cursor: pointer
}

.arrow-green-next {
    position: absolute;
    top: 30%;
    right: 10px;
    cursor: pointer
}

#sect-numberblocks {
    padding-top: 50px;
    padding-bottom: 75px
}

    #sect-numberblocks .col-md-3 {
        padding-left: 4px;
        padding-right: 4px
    }

        #sect-numberblocks .col-md-3:first-child {
            padding-left: 15px
        }

        #sect-numberblocks .col-md-3:last-child {
            padding-right: 15px
        }

    #sect-numberblocks .col-md-3 {
        padding-left: 4px;
        padding-right: 4px
    }

.numberblock-holder {
    background: #fff;
    padding: 20px 15px;
    min-height: 225px;
    box-shadow: 0 0 10px 2px rgba(0,0,0,.14)
}

    .numberblock-holder .number {
        padding-bottom: 25px;
        max-width: 60px
    }

#sect-pagelanding {
    padding-top: 75px;
    padding-bottom: 30px;
    margin-top: -80px
}

    #sect-pagelanding .image {
        display: inline-block
    }

    #sect-pagelanding .content-holder {
        display: inline-block;
        padding-left: 25px;
        color: #fff;
        max-width: 420px;
        vertical-align: middle
    }

        #sect-pagelanding .content-holder .title {
            font-weight: bold;
            font-size: 48px;
            line-height: 48px;
            padding-bottom: 15px
        }

        #sect-pagelanding .content-holder .copy {
            font-weight: normal;
            font-size: 15px;
            line-height: 17px;
            padding-bottom: 30px
        }

        #sect-pagelanding .content-holder .link {
            color: #fff;
            font-weight: bold;
            font-size: 15px;
            border: 1px solid #9c3;
            border-radius: 20px;
            padding: 10px 20px;
            cursor: pointer;
            background: #9c3
        }

#sect-pageheader {
    padding-top: 135px;
    padding-bottom: 80px;
    margin-top: -80px
}

.pageheader-holder {
    background-repeat: no-repeat;
    padding-left: 55px
}

    .pageheader-holder .title {
        font-size: 48px;
        line-height: 42px;
        font-weight: bold;
        color: #fff;
        padding-bottom: 15px
    }

    .pageheader-holder .copy {
        color: #fff;
        padding-bottom: 30px
    }

    .pageheader-holder .link, .pagelanding-holder .link {
        color: #fff;
        font-weight: bold;
        font-size: 15px;
        border: 1px solid #9c3;
        border-radius: 20px;
        padding: 10px 20px;
        cursor: pointer;
        background: #9c3;
        display: none
    }

#sect-breadcrumb {
    padding-top: 20px;
    padding-bottom: 20px
}

    #sect-breadcrumb ul {
        padding-left: 0;
        margin-bottom: 0
    }

        #sect-breadcrumb ul li {
            display: inline-block;
            font-size: 10px;
            color: #3f81c6
        }

            #sect-breadcrumb ul li a {
                font-size: 11px;
                color: #3f81c6
            }

#sect-breadcrumb {
    font-size: 11px;
    color: #3f81c6
}

    #sect-breadcrumb a {
        font-size: 11px;
        color: #3f81c6
    }

#sect-intro {
    padding-bottom: 50px
}

    #sect-intro h3 {
        font-weight: bold;
        font-size: 19px;
        line-height: 23px;
        margin-bottom: 0;
        margin-top: 0
    }

    #sect-intro p {
        padding-top: 15px;
        padding-bottom: 15px
    }

    #sect-intro a {
        font-weight: bold;
        color: #86ce42
    }

        #sect-intro a.arrow:after {
            background-image: url(/Au-OneUnderwriting/media/oneunderwriting/Icons/arrow-green-long.png);
            background-size: 41px 11px;
            background-repeat: no-repeat;
            background-position: right;
            content: '';
            width: 0;
            height: 11px;
            display: inline-block;
            margin-left: 20px;
            vertical-align: middle;
            -webkit-transition: width .3s ease-in-out;
            -o-transition: width .3s ease-in-out;
            transition: width .3s ease-in-out
        }

        #sect-intro a:hover:after {
            width: 41px
        }

@keyframes arrowWidth {
    0% {
        width: 0;
        opacity: 1
    }

    80% {
        width: 41px;
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

#sect-twocollist {
    padding-bottom: 50px
}

.list-holder {
    position: relative;
    border-radius: 3px;
    padding: 35px 32px;
    height: 100%
}

    .list-holder.bg-white {
        padding-bottom: 0;
        border: 4px solid #d3d3d3
    }

    .list-holder.bg-whiteKey {
        padding-bottom: 0;
        border: 0 solid #d3d3d3
    }

    .list-holder.icon:before {
        content: '';
        position: absolute;
        width: 96px;
        height: 96px;
        top: -30px;
        left: -30px;
        background-image: url(/Au-OneUnderwriting/media/oneunderwriting/Icons/icn-check.png);
        background-size: 96px 96px;
        background-repeat: no-repeat
    }

    .list-holder.iconplus:before {
        content: '';
        position: absolute;
        width: 96px;
        height: 96px;
        top: -30px;
        left: -30px;
        background-image: url(/Au-OneUnderwriting/media/oneunderwriting/Icons/icn-Plus.png);
        background-size: 96px 96px;
        background-repeat: no-repeat
    }

    .list-holder h2 {
        margin-top: 0;
        margin-bottom: 0;
        padding-bottom: 20px
    }

    .list-holder ul {
        margin-left: 0;
        padding-left: 0;
        list-style: none
    }

        .list-holder ul li {
            position: relative;
            padding-left: 15px;
            padding-bottom: 10px
        }

            .list-holder ul li:before {
                content: '';
                width: 6px;
                height: 6px;
                background: #448edb;
                border-radius: 50%;
                position: absolute;
                top: 6px;
                left: 0
            }

#sect-resources {
    padding-bottom: 50px
}

    #sect-resources .container {
        border-bottom: 1px solid #e0e0e0
    }

.resource-box {
    display: block;
    text-align: center;
    cursor: pointer;
    padding-bottom: 90px
}

    .resource-box:hover {
        text-decoration: none
    }

    .resource-box .icon {
        background-image: url(/Au-OneUnderwriting/media/oneunderwriting/Icons/icn-resource.png);
        background-size: 59px 59px;
        background-repeat: no-repeat;
        display: block;
        margin: auto;
        width: 59px;
        height: 59px
    }

    .resource-box .title {
        font-size: 15px;
        font-weight: bold;
        color: #000;
        min-height: 50px;
        margin-top: 20px;
        text-decoration: none
    }

        .resource-box .title:hover {
            text-decoration: none
        }

    .resource-box .link {
        font-size: 15px;
        font-weight: bold;
        color: #84c447
    }

        .resource-box .link a {
            font-size: 15px;
            font-weight: bold;
            color: #84c447
        }

    .resource-box:hover .link {
        text-decoration: underline
    }

#sect-sixblock {
    padding-bottom: 50px
}

    #sect-sixblock .col-md-4 {
        padding-left: 7px;
        padding-right: 7px
    }

.sixblock-holder {
    display: block;
    position: relative;
    background: #fff;
    border-radius: 3px;
    padding: 20px 40px;
    padding-top: 75px;
    height: 170px;
    margin-bottom: 14px;
    box-shadow: 0 0 15px 2px rgba(24,87,149,.1);
    cursor: pointer
}

    .sixblock-holder:hover {
        background: #86ce42;
        text-decoration: none
    }

    .sixblock-holder .icon {
        position: absolute;
        background-image: url(/Au-OneUnderwriting/media/oneunderwriting/Icons/icn-sixblock.png);
        background-repeat: no-repeat;
        background-size: 33px 66px;
        background-position: 0 0;
        width: 33px;
        height: 33px;
        top: 27px;
        left: 32px
    }

    .sixblock-holder:hover .icon {
        background-position: 0 -33px
    }

    .sixblock-holder .copy {
        font-size: 17px;
        line-height: 21px;
        font-weight: bold;
        color: #86ce42
    }

    .sixblock-holder:hover .copy {
        color: #fff;
        text-decoration: none
    }

    .sixblock-holder .arrow {
        position: absolute;
        top: 38px;
        left: 80px;
        background-image: url(/Au-OneUnderwriting/media/oneunderwriting/Icons/arrow-white-long.png);
        background-repeat: no-repeat;
        background-size: 41px 11px;
        background-position: right;
        width: 0;
        height: 11px;
        -webkit-transition: width .3s ease-in-out;
        -o-transition: width .3s ease-in-out;
        transition: width .3s ease-in-out
    }

    .sixblock-holder:hover .arrow {
        width: 41px
    }

#sect-accordian {
    padding-top: 60px;
    padding-bottom: 50px
}

.accordian-holder {
    background: #fff;
    padding: 20px 30px;
    margin-bottom: 5px;
    border-radius: 3px;
    box-shadow: 0 0 8px 2px rgba(24,87,149,.1)
}

    .accordian-holder .title {
        font-size: 15px;
        font-weight: bold;
        color: #000;
        position: relative;
        cursor: pointer
    }

        .accordian-holder .title .arrow {
            position: absolute;
            top: 5px;
            right: 0;
            background-image: url(/Au-OneUnderwriting/media/oneunderwriting/Icons/arrow-green-accordian.png);
            background-repeat: no-repeat;
            background-size: 19px 10px;
            width: 19px;
            height: 10px
        }

    .accordian-holder .content {
        height: 0;
        overflow: hidden;
        padding-top: 0;
        padding-right: 30px
    }

#sect-accordian a {
    color: #4d4d4f;
    text-decoration: underline
}

    #sect-accordian a:hover {
        color: #9c3;
        text-decoration: none
    }

#sect-gallery {
    padding-top: 50px;
    padding-bottom: 70px
}

.gallery-box {
    text-align: center;
    padding-bottom: 30px
}

    .gallery-box .image {
        padding-bottom: 20px
    }

    .gallery-box .title {
        font-size: 15px;
        font-weight: bold;
        color: #448edb;
        margin-bottom: 10px
    }

    .gallery-box .details {
        font-size: 15px;
        font-weight: normal;
        color: #424b54
    }

        .gallery-box .details a {
            font-size: 15px;
            font-weight: normal;
            color: #424b54
        }

.gallery-box-container {
    min-height: 301px
}

#sect-formtitle {
    padding-top: 0;
    padding-bottom: 20px
}

    #sect-formtitle h2 {
        padding-bottom: 20px
    }

    #sect-formtitle h3 {
        margin-top: 0;
        font-size: 25px;
        line-height: 26px
    }

        #sect-formtitle h3 > a {
            color: #9c3
        }

#sect-form {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 120px
}

.form-holder {
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 0 8px 2px rgba(24,87,149,.1);
    padding: 35px;
    text-align: center
}

    .form-holder input[type="text"] {
        width: 100%;
        background: #ebebeb;
        color: #939598;
        font-size: 12px;
        border: none;
        border-radius: 3px;
        padding: 8px 15px !important;
        width: 100%;
        height: 42px;
        margin: 0 0 10px 0;
        max-width: 100%;
        resize: none;
        box-shadow: none !important
    }

    .form-holder input, button, button, textarea:focus {
        outline: 0
    }

    .form-holder .col-md-6:first-child {
        padding-right: 5px
    }

    .form-holder .col-md-6:last-child {
        padding-left: 5px
    }

    .form-holder textarea {
        height: 100px;
        width: 100%;
        background: #ebebeb;
        color: #939598;
        font-size: 12px;
        border: none;
        border-radius: 3px;
        padding: 8px 15px !important;
        width: 100%;
        margin: 0 0 10px 0;
        max-width: 100%;
        resize: none;
        box-shadow: none !important
    }

    .form-holder .text-small {
        font-size: 12px;
        color: #939598;
        text-align: left
    }

    .form-holder .btn-submit, .form-holder input[type="submit"] {
        color: #fff;
        font-weight: bold;
        font-size: 15px;
        border: 1px solid #9c3;
        border-radius: 20px;
        padding: 10px 30px;
        cursor: pointer;
        background: #9c3;
        margin-top: 20px
    }

::-webkit-input-placeholder {
    color: #939598;
    opacity: 1 !important
}

::-moz-placeholder {
    color: #939598;
    opacity: 1 !important
}

:-ms-input-placeholder {
    color: #939598;
    opacity: 1 !important
}

:-moz-placeholder {
    color: #939598;
    opacity: 1 !important
}

.g-recaptcha > div {
    margin: auto
}

@media(max-width:991px) {
    .sm-padding-0px {
        padding-right: 0;
        padding-left: 0
    }

    #sect-largecarousel .container {
        padding-left: 0;
        padding-right: 0
    }

    #sect-largecarousel .content-holder .button {
        display: block
    }

    #sect-largecarousel .content-holder .largecarousel-progress {
        margin-left: 0;
        vertical-align: bottom;
        bottom: 0
    }

    #sect-numberblocks .col-md-3 {
        padding-left: 15px;
        padding-right: 15px
    }

    .numberblock-holder {
        min-height: 80px;
        margin-bottom: 12px
    }

    #sect-sixblock .col-md-4 {
        padding-left: 15px;
        padding-right: 15px
    }

    .form-holder .col-md-6:first-child {
        padding-right: 15px
    }

    .form-holder .col-md-6:last-child {
        padding-left: 15px
    }

    #Footer2Menu, #Footer3Menu {
        padding-left: 10px
    }
}

@media(max-width:768px) {
    .desktop-only {
        display: none
    }

    .mobile-only {
        display: block
    }

    .shell {
        overflow-x: hidden!important
    }

    .sm-padding-0px {
        padding-right: 15px;
        padding-left: 15px
    }

    .bg-blue-icn {
        background-position: -1500px 250px
    }

    .arrow-green-prev {
        left: auto;
        top: auto;
        bottom: -30px;
        right: 80px
    }

    .arrow-green-next {
        left: auto;
        top: auto;
        bottom: -30px;
        right: 40px
    }

    .slash {
        position: absolute;
        bottom: -30px;
        right: 63px;
        font-size: 12px;
        color: #fff
    }

    #sect-largecarousel .image {
        display: block;
        width: 90%;
        margin: auto;
        padding-bottom: 10px
    }

        #sect-largecarousel .image img {
            width: 100%;
            height: auto
        }

    #sect-largecarousel .content-holder {
        padding-top: 0
    }

        #sect-largecarousel .content-holder .title {
            font-size: 28px;
            line-height: 30px
        }

        #sect-largecarousel .content-holder .copy {
            font-size: 13px;
            line-height: 16px
        }

    #sect-pagelanding .image {
        display: block;
        width: 90%;
        margin: auto;
        padding-bottom: 10px
    }

        #sect-pagelanding .image img {
            width: 100%;
            height: auto
        }

    #sect-pagelanding .content-holder {
        padding-top: 0
    }

        #sect-pagelanding .content-holder .title {
            font-size: 28px;
            line-height: 30px
        }

        #sect-pagelanding .content-holder .copy {
            font-size: 13px;
            line-height: 16px
        }

    .bg-darkblue-icn {
        background-position: -200px
    }

    .pageheader-holder .title {
        font-size: 27px;
        line-height: 21px
    }

    #sect-breadcrumb {
        padding-top: 15px;
        padding-bottom: 10px
    }

    #sect-intro {
        padding-top: 15px
    }

        #sect-intro p {
            padding-bottom: 0;
            margin-bottom: 0
        }

        /*#sect-intro a {
            margin-top: 15px;
            display: block
        }*/
        #sect-intro .btn-greenQuote {
            margin-top: 20px;
            display: block;
            float: none;
            width: max-content;
        }

    .list-holder.icon:before {
        top: -40px;
        left: -15px
    }

    .list-holder {
        padding: 50px 20px;
        padding-bottom: 10px
    }

        .list-holder h2 {
            font-size: 19px
        }

    #sect-smallcarousel {
        padding-bottom: 50px
    }

    #sect-numberblocks {
        padding-top: 20px;
        padding-bottom: 35px
    }

    .numberblock-holder {
        min-height: auto;
        margin-bottom: 12px;
        height: 110px;
        font-size: 13px
    }

    #sect-numberblocks h2 {
        margin-left: 12px
    }

    .numberblock-holder .number {
        padding-left: 0
    }

    #sect-resources {
        padding-top: 20px
    }

    .resource-box {
        padding-bottom: 45px
    }

    #sect-sixblock {
        padding-top: 50px;
        padding-bottom: 40px
    }

    .sixblock-holder {
        padding-top: 34px;
        min-height: 120px;
        padding-left: 80px;
        height: auto
    }

        .sixblock-holder .icon {
            left: 22px
        }

    #sect-accordian {
        padding-top: 35px;
        padding-bottom: 25px
    }

    .accordian-holder {
        padding: 12px 20px
    }

    #sect-gallery {
        padding-top: 25px;
        padding-bottom: 40px
    }

    #sect-formtitle {
        padding-top: 20px;
        padding-bottom: 0
    }

    #sect-form {
        padding-top: 10px;
        padding-bottom: 40px;
        margin-bottom: 15px
    }

    .form-holder {
        padding: 30px 20px
    }

        .form-holder .text-small {
            padding-bottom: 15px
        }

    #sect-breadcrumb .container {
        padding-left: 35px;
        padding-right: 35px
    }

    #sect-intro .container {
        padding-left: 35px;
        padding-right: 35px
    }

    #sect-resources .container {
        padding-left: 35px;
        padding-right: 35px
    }

    #sect-formtitle .container {
        padding-left: 35px;
        padding-right: 35px
    }
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: initial;
    color: #86ce42 !important
}

.disabled {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65
}
