@import url(../css/vendor/bootstrap.min.css);
@import url("https://fonts.googleapis.com/css?family=Merriweather:400,400i,700,700i|Montserrat:300,400,500,600,700");
@import url(../css/vendor/animate.min.css);
@import url("https://fonts.googleapis.com/css?family=Work+Sans:300,400,700");

html {
    font-size: 100% !important;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

@media (max-width: 1199px) {
    .container {
        width: 100%;
    }
}

button:focus,
input:focus,
textarea:focus,
select:focus,
.form-control:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    outline: 0;
    outline: thin dotted \9;
    border-color: #0e3594;
    box-shadow: none !important;
    outline: 0 none;
}

.btn {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .btn:focus,
    .btn:active {
        outline: none !important;
    }

    .btn,
    .btn:link {
        color: #0e3594;
        border: 1px solid #0e3594;
        text-transform: uppercase;
        font-size: 16px;
        line-height: 16px;
        font-size: 1rem;
        line-height: 1rem;
        padding-top: 8px;
        padding-bottom: 8px;
        letter-spacing: 1px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        position: relative;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
    }

        .btn:hover,
        .btn:active,
        .btn:focus {
            color: #103dab;
        }

.btn-arrow,
.btn-arrow:link {
    padding-right: 28px;
}

    .btn-arrow .icon,
    .btn-arrow:link .icon {
        right: 10px;
        position: absolute;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .btn-arrow:hover,
    .btn-arrow:active,
    .btn-arrow:focus {
        color: #103dab;
    }

        .btn-arrow:hover .icon,
        .btn-arrow:active .icon,
        .btn-arrow:focus .icon {
            right: 8px;
        }

.btn-lg,
.btn-lg:link {
    padding: 12px 18px;
    font-size: 17px;
    line-height: 17px;
    min-height: 44px;
}

.btn-sm,
.btn-sm:link {
    font-size: 12px;
    line-height: 12px;
}

.btn-xs,
.btn-xs:link {
    font-size: 12px;
    line-height: 12px;
}

.btn-lg.btn-arrow {
    padding-right: 30px;
}

.btn-primary,
.btn-primary:link,
.btn-primary:visited {
    background: #0e3594;
    border-color: #0e3594;
    color: #fff;
}

    .btn-primary:hover,
    .btn-primary:active,
    .btn-primary:focus {
        background: #103dab;
        border-color: #103dab;
        color: #fff;
    }

.btn-secondary,
.btn-secondary:link,
.btn-secondary:visited {
    background: #e95c3e;
    border-color: #e95c3e;
    color: #fff;
    border-radius: 4px;
}

    .btn-secondary:hover,
    .btn-secondary:active,
    .btn-secondary:focus {
        background: #e64927;
        border-color: #e64927;
        color: #fff;
    }

.btn-tertiary,
.btn-tertiary:link,
.btn-tertiary:visited {
    background: #edf2f8;
    border-color: #edf2f8;
    color: #fff;
}

    .btn-tertiary:hover,
    .btn-tertiary:active,
    .btn-tertiary:focus {
        background: #dbe5f1;
        border-color: #dbe5f1;
        color: #fff;
    }

.btn-ghost,
.btn-ghost:link,
.btn-ghost:visited {
    color: #0e3594;
    border: 2px solid #0e3594;
    letter-spacing: 1px;
    text-transform: uppercase;
}

    .btn-ghost:hover,
    .btn-ghost:active,
    .btn-ghost:focus {
        border-bolor: #0e3594;
        background: #0e3594;
        color: #fff;
    }

    .btn-ghost.btn-lg,
    .btn-ghost.btn-lg:link,
    .btn-ghost.btn-lg:visited {
        border: 3px solid #0e3594;
    }

.btn-ghost-white,
.btn-ghost-white:link,
.btn-ghost-white:visited {
    border: 2px solid #fff;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
}

    .btn-ghost-white:hover,
    .btn-ghost-white:active,
    .btn-ghost-white:focus {
        background: #fff;
        color: #0e3594;
    }

    .btn-ghost-white.btn-lg,
    .btn-ghost-white.btn-lg:link,
    .btn-ghost-white.btn-lg:visited {
        border: 3px solid #fff;
    }

.btn-white,
.btn-white:link,
.btn-white:visited {
    background: #fff;
    border-color: #fff;
    color: #0e3594;
}

    .btn-white:hover,
    .btn-white:active,
    .btn-white:focus {
        background: #0c2d7d;
        border-color: #0c2d7d;
        color: #fff;
    }

.btn-icon > i {
    padding: 0 4px;
}

body {
    font-family: "Work Sans", sans-serif;
    -webkit-overflow-scrolling: touch;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: 24px;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #58595b;
}

a:link,
a:visited {
    color: #0e3594;
}

a:hover,
a:active,
a:focus {
    color: #1e59ea;
}

h1, h2, h3, h4, h5, h6 {
    letter-spacing: -1px;
    color: #000;
}

.heading-primary {
    color: #0e3594;
    text-transform: uppercase;
}

.center {
    text-align: center !important;
}

/*#header-row {
  padding: 4px 0; }*/
#header-row header {
    display: block;
    background: #fff;
    width: 100%;
}

#header-row .header-col-left,
#header-row .header-col-right {
    display: inline-block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

#header-row .header-col-left {
    width: 50%;
}

#header-row .header-col-right {
    width: 50%;
    text-align: right;
}

#header-row .navbar-brand {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#header-row .util-list {
    list-style: none;
    padding: 0;
    margin: 15px 0;
    color: #0e3594;
    float: right;
}

    #header-row .util-list li {
        display: inline-block;
        float: left;
    }

        #header-row .util-list li:after {
            float: left;
            content: "|";
            padding: 0 8px;
        }

        #header-row .util-list li a:link,
        #header-row .util-list li a:visited {
            color: #0e3594;
            font-size: 14px;
            line-height: 24px;
            font-size: 0.875rem;
            /*line-height: 0.875rem;*/
            text-transform: uppercase;
        }

        #header-row .util-list li:first-child:after {
            display: none;
        }

header,
.header-lg {
    position: relative;
    z-index: 99;
}

.header-sml {
    display: block;
    background: #fff;
    width: 100%;
    position: fixed;
    z-index: 1;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.25);
    border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 991px) {
    #header-row {
        display: none;
    }
}

.navbar-default {
    background: none;
    border: none;
    margin-bottom: 0;
    padding: 0;
}

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border: none;
    }

.navbar-nav {
    margin: 0 -15px;
}

@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadtow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

        .navbar-collapse.collapse {
            display: none !important;
        }

    .navbar-nav {
        float: none !important;
        margin: 0 -15px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .navbar-collapse.collapse.in {
        /* NEW */
        display: block !important;
    }
}

#navbar-row {
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #3c3d41;
    height: 65px;
}

@media (max-width: 991px) {
    #navbar-row > .container {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }
}

.nav-toggle-wrap {
    display: none;
    float: right;
    padding: 12px 10px;
    width: 50px;
    height: 50px;
    background: #0e3594;
    cursor: pointer;
}

.nav-toggle {
    display: inline-block;
    position: relative;
    padding: 0;
    margin: 0;
    width: 30px;
    height: 30px;
}

    .nav-toggle span {
        display: block;
        position: absolute;
        width: 30px;
        height: 3px;
        background: #fff;
        opacity: 1;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .nav-toggle span:nth-child(1) {
            top: 11px;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .nav-toggle span:nth-child(2) {
            top: 10px;
            width: 0%;
            left: 50%;
        }

        .nav-toggle span:nth-child(3) {
            top: 11px;
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

    .nav-toggle.collapsed span {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

        .nav-toggle.collapsed span:nth-child(1) {
            top: 0;
        }

        .nav-toggle.collapsed span:nth-child(2) {
            left: 0;
            width: 30px;
            top: 10px;
        }

        .nav-toggle.collapsed span:nth-child(3) {
            top: 20px;
        }

@media (max-width: 991px) {
    .nav-toggle-wrap {
        display: inline-block;
    }
}

.nav-wrap {
    width: 100%;
}

.navbar-header {
    margin: 5px 0;
}

.navbar-default .navbar-brand {
    width: 170px;
    padding: 14px 10px 14px 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: none;
}

.navbar-default .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

.navbar-default .tag {
    display: inline-block;
    float: left;
    padding: 6px 0 0 10px;
    border-left: 1px solid #ccc;
    margin: 10px 0;
    letter-spacing: -.5px;
    display: none;
}

.navbar-nav {
    display: table;
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

    .navbar-nav > li {
        position: static !important;
        display: table-cell;
        float: none;
        text-align: center;
    }

        .navbar-nav > li > a:link,
        .navbar-nav > li > a:visited {
            display: table;
            width: 100%;
            padding: 0;
            padding: 24px 2px;
            font-size: 16px;
            line-height: 17px;
            font-size: 1rem;
            line-height: 1.0625rem;
            font-weight: bold;
            color: #fafafa !important;
            letter-spacing: -.5px;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

            .navbar-nav > li > a:link > span,
            .navbar-nav > li > a:visited > span {
                display: table-cell;
                vertical-align: middle;
            }

                .navbar-nav > li > a:link > span:first-child,
                .navbar-nav > li > a:visited > span:first-child {
                    width: 100%;
                }

            .navbar-nav > li > a:link .tog,
            .navbar-nav > li > a:visited .tog {
                display: none;
            }

        .navbar-nav > li > a:hover,
        .navbar-nav > li > a:active,
        .navbar-nav > li > a:focus {
            background-color: #0e3594 !important;
            color: #fff !important;
            text-decoration: none;
        }

        .navbar-nav > li.mega-dropdown.open > a:link,
        .navbar-nav > li.mega-dropdown.open > a:visited {
            background-color: #0e3594 !important;
            color: #fff !important;
        }

.tog {
    display: table-cell;
    display: none;
    text-align: center;
    vertical-align: middle;
    width: 50px;
    float: right;
    padding: 15px;
    font-size: 24px;
    cursor: pointer;
}

    .tog:after {
        font-family: "Ionicons";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        text-rendering: auto;
        line-height: 20px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f218";
    }

.mega-dropdown.open > .present > .tog:after,
.dropdown-header.present > .tog:after {
    content: "\f209";
}

.navbar-default .navbar-nav > li.open > a {
    color: #000;
}

.navbar-default .navbar-nav > .active > a {
    background-color: #3c3d41;
}

.navbar-nav > li > .dropdown-menu {
    border-top: 2px solid #0e3594;
}

@media screen and (min-width: 992px) {
    .nav-wrap.js-navbar-collapse.collapse {
        display: inline-block;
    }
}

@media screen and (max-width: 991px) {
    #navbar-row {
        background: #fff;
        border-bottom: 1px solid #ccc;
        height: 50px;
    }

        #navbar-row > .container {
            width: 100%;
            max-width: 100%;
        }

            #navbar-row > .container > .row {
                margin-left: 0;
                margin-right: 0;
            }

                #navbar-row > .container > .row > .col {
                    padding-left: 0;
                    padding-right: 0;
                }

    .navbar-default .navbar-brand {
        display: inline-block;
        padding-top: .3125rem;
        padding-bottom: .3125rem;
    }

    .navbar-header {
        width: 100%;
        margin: 0;
        padding-left: 15px;
        height: 50px;
    }

    .navbar-default {
        height: 50px;
    }

        .navbar-default .navbar-nav {
            background: #f2f2f2;
        }

            .navbar-default .navbar-nav > li {
                width: 100%;
                border-bottom: 1px solid rgba(0, 0, 0, 0.1);
            }

                .navbar-default .navbar-nav > li > a {
                    padding: 0;
                    text-align: left;
                    color: #000;
                }

                    .navbar-default .navbar-nav > li > a > span:first-child {
                        padding: 10px 15px;
                    }

                    .navbar-default .navbar-nav > li > a:before {
                        display: none;
                    }

                    .navbar-default .navbar-nav > li > a > .tog {
                        display: table-cell;
                    }
}

@media screen and (max-width: 991px) {
    .navbar-nav {
        display: block;
    }

    .navbar-default .navbar-nav > li {
        display: block;
    }

        .navbar-default .navbar-nav > li > a {
            background: #0e3594 !important;
            color: #fff;
        }

        .navbar-default .navbar-nav > li.open > a {
            background: #0e3594 !important;
            color: #fff;
        }

    .mega-dropdown-menu > li {
        background: #fff;
    }

    .navbar-default .navbar-nav > li > a > span:first-child {
        padding: 15px;
    }

    .mega-dropdown-menu .dropdown-header > span:first-child {
        display: table-cell;
        vertical-align: middle;
        padding: 15px !important;
    }

    .mega-dropdown-menu > li > ul > li > a {
        padding: 15px !important;
    }
}

@media screen and (max-width: 449px) {
    .navbar-default .tag {
        display: none;
    }
}

.mega-dropdown {
    position: static !important;
}

.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    -webkit-box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.2);
    display: none;
}

.mega-dropdown.open .mega-dropdown-menu {
    list-style: none;
    display: flex;
    position: absolute;
    z-index: 99;
    left: 15px;
    background: #0e3594;
    padding: 20px;
}

.mega-dropdown-menu:before {
    content: "";
    border-bottom: 15px solid #fff;
    border-right: 17px solid transparent;
    border-left: 17px solid transparent;
    position: absolute;
    top: -15px;
    left: 285px;
    z-index: 10;
    display: none;
}

.mega-dropdown-menu:after {
    content: "";
    border-bottom: 17px solid #ccc;
    border-right: 19px solid transparent;
    border-left: 19px solid transparent;
    position: absolute;
    top: -17px;
    left: 283px;
    z-index: 8;
    display: none;
}

.mega-dropdown-menu .dropdown-header {
    display: table;
    width: 100%;
    padding: 0 !important;
    font-size: 16px;
    line-height: 22px;
    font-size: 1rem;
    line-height: 1.375rem;
    color: #000;
    font-weight: 300;
    margin: 0 0 10px 0;
    text-align: left;
    color: #fff;
    font-weight: bold;
}

    .mega-dropdown-menu .dropdown-header > a {
        display: table-cell;
        vertical-align: middle;
        width: 90%;
    }

.mega-dropdown-menu > li > ul {
    padding: 0;
    margin: 0;
}

    .mega-dropdown-menu > li > ul > li {
        list-style: none;
    }

        .mega-dropdown-menu > li > ul > li > a {
            display: block;
            text-align: left;
            padding: 12px 0;
            clear: both;
            font-weight: 300;
            color: #fafafa;
            white-space: normal;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
    text-decoration: none;
    color: #fff;
}

@media screen and (max-width: 991px) {
    .navbar-nav > li > .dropdown-menu {
        position: relative;
        width: 100%;
        padding: 0;
    }

    .mega-dropdown.open .mega-dropdown-menu {
        position: relative;
        padding: 0;
        margin: 0;
        left: 0;
    }

    .mega-dropdown-menu .dropdown-header {
        cursor: pointer;
        margin: 0;
        background: #efefef;
        color: #000;
        font-weight: normal;
    }

        .mega-dropdown-menu .dropdown-header > .tog {
            display: table-cell;
        }

    .mega-dropdown-menu > li {
        display: block;
        padding: 0;
        width: 100%;
    }

        .mega-dropdown-menu > li > ul {
            display: none;
        }

        .mega-dropdown-menu > li.list-open > ul {
            display: block;
        }
}

@media screen and (max-width: 991px) {
    .navbar-default .navbar-nav > li.open > a {
        background: #f2f2f2 !important;
    }

    .mega-dropdown-menu > li {
        background: #fff;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .navbar-default .navbar-nav > li > a > span:first-child {
        padding: 15px;
    }

    .mega-dropdown-menu .dropdown-header > span:first-child {
        display: table-cell;
        vertical-align: middle;
        padding: 15px !important;
    }

    .mega-dropdown-menu > li > ul > li > a {
        padding: 15px 15px 15px 30px !important;
        color: #0e3594;
    }

        .mega-dropdown-menu > li > ul > li > a:hover,
        .mega-dropdown-menu > li > ul > li > a:active,
        .mega-dropdown-menu > li > ul > li > a:focus {
            color: #000;
        }

    .mega-dropdown.open .mega-dropdown-menu {
        border: none;
    }

    .mega-dropdown-menu .dropdown-header {
        border-top: 1px solid #ddd;
    }
}

@media screen and (max-width: 449px) {
    .tag {
        display: none;
    }
}

#footer-row {
    margin-top: 30px;
    padding: 60px 0;
    background: #3c3d41;
}

    #footer-row .footer-col {
        display: inline-block;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
        width: 25%;
    }

.footer-nav-row {
    padding: 60px 0;
    margin-top: 60px;
    background: rgba(0, 0, 0, 0.3);
}

.footer-nav ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

    .footer-nav ul li a:link,
    .footer-nav ul li a:visited {
        font-size: 14px;
        line-height: 18px;
        font-size: 0.875rem;
        line-height: 1.125rem;
        display: block;
        padding: 0 0 32px 0;
        color: #efefef;
        text-decoration: none;
        -webkit-transition: all, 0.3s ease;
        -moz-transition: all, 0.3s ease;
        -ms-transition: all, 0.3s ease;
        -o-transition: all, 0.3s ease;
        transition: all, 0.3s ease;
        display: table;
    }

        .footer-nav ul li a:link > span,
        .footer-nav ul li a:visited > span {
            display: table-cell;
        }

            .footer-nav ul li a:link > span:first-child,
            .footer-nav ul li a:visited > span:first-child {
                width: 20px;
            }

            .footer-nav ul li a:link > span:last-child,
            .footer-nav ul li a:visited > span:last-child {
                padding-left: 15px;
                overflow-wrap: break-word;
                word-wrap: break-word;
                -ms-word-break: break-all;
                word-break: break-all;
                word-break: break-word;
                -ms-hyphens: auto;
                -moz-hyphens: auto;
                -webkit-hyphens: auto;
                hyphens: auto;
            }

    .footer-nav ul li a:hover,
    .footer-nav ul li a:active,
    .footer-nav ul li a:focus {
        color: #fff;
        text-decoration: underline;
    }

.footer-nav h3 {
    display: table;
    margin: 0;
    width: 100%;
    font-size: 16px;
    line-height: 16px;
    font-size: 1rem;
    line-height: 1rem;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    margin-bottom: 30px;
}

    .footer-nav h3 > span {
        display: table-cell;
        vertical-align: middle;
    }

    .footer-nav h3 .tog {
        width: 48px;
        display: none;
    }

.footer-nav .tog:after {
    font-family: "Ionicons";
    content: "\f218";
    display: table-cell;
    width: 50px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    font-size: 24px;
    cursor: pointer;
}

.footer-nav.open .tog:after {
    content: "\f209";
}

.footer-nav.open > div {
    display: block;
}

@media (max-width: 991px) {
    #footer-row .footer-col {
        width: 50%;
    }
}

@media (max-width: 767px) {
    #footer-row {
        padding: 0;
    }

        #footer-row .footer-col {
            width: 100%;
        }

    .footer-nav h3 {
        display: table;
    }

        .footer-nav h3 > span {
            display: table-cell;
        }

    .footer-nav h3 {
        margin-bottom: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .footer-nav ul {
        margin: 20px 0;
    }

    .footer-nav h3 .tog {
        width: 48px;
        display: table-cell;
    }

    .footer-nav > div {
        display: none;
    }
}

#copy-row {
    padding: 46px 0;
    background: #2d2d2d;
}

    #copy-row .copy-col {
        display: inline-block;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
        width: 50%;
        color: #efefef;
    }

    #copy-row .footer-logo {
        display: inline-block;
        width: 172px;
        height: auto;
        margin-bottom: 20px;
    }

    #copy-row a:link,
    #copy-row a:visited {
        color: #efefef;
    }

    #copy-row a:hover,
    #copy-row a:active,
    #copy-row a:focus {
        color: #fff;
    }

    #copy-row .social-list {
        display: inline-block;
        float: right;
        list-style: none;
        padding: 0;
        margin: 0;
    }

        #copy-row .social-list li {
            float: left;
            font-size: 24px;
            line-height: 24px;
            font-size: 1.5rem;
            line-height: 1.5rem;
        }

            #copy-row .social-list li a:link,
            #copy-row .social-list li a:visited {
                display: inline-block;
                float: left;
                width: 30px;
                height: 30px;
                text-align: center;
                margin: 0 8px;
                color: #fff;
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

.facebook:hover {
    color: #3b5998 !important;
}

.youtube:hover {
    color: #cd201f !important;
}

.linkedin:hover {
    color: #0077b5 !important;
}

.twitter:hover {
    color: #1da1f2 !important;
}

.instagram:hover {
    color: #f56040 !important;
}

.pinterest:hover {
    color: #bd081c !important;
}

@media (max-width: 767px) {
    #copy-row .copy-col {
        width: 100%;
    }

    #copy-row .social-list {
        float: none;
        margin: 40px 0 0 0;
    }
}

#back-to-top, .touch-device #back-to-top:hover {
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 15px;
    right: 15px;
    height: 46px;
    width: 45px;
    font-size: 24px !important;
    line-height: 12px;
    position: fixed;
    -webkit-transition: all, 0.3s, ease;
    -moz-transition: all, 0.3s, ease;
    -ms-transition: all, 0.3s, ease;
    -o-transition: all, 0.3s, ease;
    transition: all, 0.3s, ease;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 100;
    border: none;
    color: #fff;
    text-align: center;
    padding: 10px;
}

    #back-to-top:hover, .touch-device #back-to-top:active {
        color: #fff;
    }

    #back-to-top.visible {
        display: inline-block;
    }

.slick-slide {
    text-align: center;
    padding: 0;
    margin: 0;
    position: relative;
    outline: 0;
    height: auto!important;
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

    .slick-next:before {
        content: "\f3d3";
    }

    .slick-prev:before {
        content: "\f3d2";
    }

.slick-prev {
    left: -20px;
}

.slick-next {
    right: -20px;
}

    .slick-prev:before,
    .slick-next:before {
        display: inline-block;
        font: normal normal normal 14px/1 Ionicons;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 56px;
        color: #fff;
        opacity: .2;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .slick-prev:hover:before,
    .slick-next:hover:before {
        opacity: 1;
    }

.slick-dots {
    position: absolute;
    bottom: 20px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
    margin: 0;
    z-index: 2;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 16px;
        height: 20px;
        margin: 0 2px;
        padding: 0;
        margin: 0 8px;
    }

        .slick-dots li button {
            font-size: 0;
            line-height: 0;
            display: block;
            width: 15px;
            height: 15px;
            padding: 0;
            cursor: pointer;
            color: transparent;
            border: 0;
            outline: none;
            background: transparent;
        }

.carousel .slick-dots li button,
.carousel .slick-dots li button:before {
    width: 15px;
    height: 15px;
}

.slick-dots li button:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 2px solid #fff;
    opacity: .5;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.slick-dots li button:hover:before,
.slick-dots li button:active:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li.slick-active button:before {
    background: #fff;
    opacity: .5;
}

.hero-slider .hero-content {
    display: inline-block;
    float: left;
    width: 100%;
    height: 415px;
}

.hero-img {
    display: inline-block;
    float: right;
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.hero-txt {
    position: relative;
    display: inline-block;
    float: left;
    width: 50%;
    height: 100%;
    text-align: left;
    padding: 60px 40px;
    background: url("../img/hero-bg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    .hero-txt .hero-txt-inner {
        position: absolute;
        right: 0;
        padding-right: 40px;
        max-width: 536px;
    }

@media (max-width: 1199px) {
    .hero-txt .hero-txt-inner {
        padding: 0 40px;
        max-width: 100%;
    }
}

.hero-txt .hero-txt-inner h1 {
    color: #0e3594;
    font-size: 36px;
    line-height: 36px;
    font-size: 2.25rem;
    line-height: 2.25rem;
    margin-bottom: 0;
}

.hero-txt .hero-txt-inner h2 {
    color: #0e3594;
    font-size: 24px;
    line-height: 24px;
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin-bottom: 30px;
}

.hero-txt .hero-txt-inner p {
    font-size: 16px;
    line-height: 28px;
    font-size: 1rem;
    line-height: 1.75rem;
    color: #000;
    margin-bottom: 40px;
}

.slick-prev,
.slick-next {
    z-index: 2;
}

    .slick-prev:before,
    .slick-next:before {
        opacity: .5;
    }

.slick-prev {
    left: 20px;
}

.slick-next {
    right: 20px;
}

.slick-dots li button:before,
.slick-dots li.slick-active button:before {
    opacity: .8;
}

.hero-txt .icon {
    margin-bottom: 14px;
    width: 45px;
    height: auto;
}

.hero-txt h1 {
    margin: 0 0 12px 0;
    font-size: 36px;
    line-height: 36px;
    font-size: 2.25rem;
    line-height: 2.25rem;
    font-weight: 300;
    color: #000;
}

.hero-txt .lead {
    font-size: 16px;
    line-height: 22px;
    font-size: 1rem;
    line-height: 1.375rem;
    color: #000;
    font-weight: normal;
}

.sitefinity {
    width: 30%;
    height: auto;
    margin: 0 auto 20px auto;
}

@media (max-width: 991px) {
    .hero-slider .hero-content {
        height: auto;
    }

    .hero-img,
    .hero-txt {
        float: left;
        width: 100%;
    }

    .hero-img {
        height: 250px;
    }

    .hero-txt {
        padding: 20px;
        height: 552px;
    }

        .hero-txt .hero-txt-inner h1 {
            font-size: 28px;
            line-height: 32px;
            font-size: 1.5rem;
            line-height: 2rem;
        }

        .hero-txt .hero-txt-inner .lead {
            font-size: 18px;
            line-height: 26px;
            font-size: 1.125rem;
            line-height: 1.625rem;
            margin-bottom: 10px !important;
            margin-top: 10px !important;
        }

        .hero-txt .hero-txt-inner {
            position: relative;
            right: initial;
            margin: auto;
            width: 80%;
            max-width: 80%;
        }

    ul.slick-dots {
        display: none !important;
    }
}

#buttons-row {
    padding: 44px 0;
}

    #buttons-row .buttons-col {
        display: inline-block;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
        width: 25%;
    }

.home-btn,
.home-btn:link,
.home-btn:visited {
    display: table;
    float: left;
    width: 100%;
    width: 262px;
    background: #0e3594;
    color: #fff;
    padding: 0 !important;
    -webkit-transition: all, 0.3s ease;
    -moz-transition: all, 0.3s ease;
    -ms-transition: all, 0.3s ease;
    -o-transition: all, 0.3s ease;
    transition: all, 0.3s ease;
    margin: 0 0 0 0;
    height: 88px;
}

    .home-btn > span,
    .home-btn:link > span,
    .home-btn:visited > span {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        padding: 16px 14px;
        height: 88px;
    }

        .home-btn > span:first-child,
        .home-btn:link > span:first-child,
        .home-btn:visited > span:first-child {
            text-align: right;
        }

        .home-btn > span:last-child,
        .home-btn:link > span:last-child,
        .home-btn:visited > span:last-child {
            padding-left: 0;
            text-align: left;
        }

    .home-btn,
    .home-btn:hover,
    .home-btn:active,
    .home-btn:focus {
        background: #103dab;
        text-decoration: none;
    }

.btn-join > span:first-child {
    width: 40%;
}

.btn-join > span:last-child {
    width: 60%;
}

.btn-physician-opp > span:first-child {
    width: 20%;
}

.btn-physician-opp > span:last-child {
    width: 80%;
}

.btn-news > span:first-child {
    width: 40%;
}

.btn-news > span:last-child {
    width: 60%;
}

.btn-events > span:first-child {
    width: 50%;
}

.btn-events > span:last-child {
    width: 50%;
}

@media (max-width: 1199px) {
    .home-btn,
    .home-btn:link,
    .home-btn:visited {
        width: 100%;
        height: 116px;
    }
}

@media (max-width: 991px) {
    .btn-physician-opp > span:first-child {
        width: 40%;
    }

    .btn-physician-opp > span:last-child {
        width: 60%;
    }

    .btn-events > span:first-child {
        width: 40%;
    }

    .btn-events > span:last-child {
        width: 60%;
    }

    #buttons-row {
        padding: 44px 0 24px 0;
    }

        #buttons-row .buttons-col {
            width: 50%;
        }

    .home-btn,
    .home-btn:link,
    .home-btn:visited {
        margin: 0 0 20px 0;
    }
}

@media (max-width: 559px) {
    #buttons-row .buttons-col {
        width: 100%;
    }
}

#home-feature-row {
    padding: 35px 0;
}

    #home-feature-row .feat-col {
        display: inline-block;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
        width: 50%;
    }

    #home-feature-row .img-col {
        text-align: right;
    }

        #home-feature-row .img-col img {
            float: right;
            margin-bottom: 20px;
        }

@media (max-width: 767px) {
    #home-feature-row .feat-col {
        width: 100%;
    }

    #home-feature-row .img-col img {
        float: none;
    }
}

.icon-circle-title {
    display: table;
    font-size: 32px;
    line-height: 32px;
    font-size: 2rem;
    line-height: 2rem;
    margin: 0 0 30px 0;
    letter-spacing: -1px;
}

    .icon-circle-title > span {
        display: table-cell;
        vertical-align: middle;
    }

        .icon-circle-title > span:first-child {
            padding-right: 10px;
        }

.icon-circle-lead {
    font-size: 24px;
    line-height: 33px;
    font-size: 1.5rem;
    line-height: 2.0625rem;
}

.box {
    border: 1px solid #dce8f1;
    background: #f2f6f9;
    padding: 20px;
    margin: 0 0 30px;
}

.feat-list ul {
    list-style-type: square;
    margin: 0;
    padding: 0 0 0 20px;
    font-size: 18px;
    line-height: 20px;
    font-size: 1.125rem;
    line-height: 1.25rem;
}

    .feat-list ul li {
        padding-bottom: 30px;
    }

.feat-list .btn {
    margin-bottom: 10px;
}

.feat-list.box {
    height: 458px;
}

@media (max-width: 991px) {
    .feat-list.box {
        height: 558px;
    }
}

@media (max-width: 767px) {
    .feat-list.box {
        height: auto;
    }
}

.sub-left-col,
.sub-mid-col,
.sub-right-col,
.sub-mid-full-col {
    display: inline-block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
}

.sub-left-col {
    width: 20%;
}

.sub-mid-col {
    width: 60%;
}

.sub-mid-full-col {
    width: 80%;
}

.sub-right-col {
    width: 20%;
}

.columns-2 .sub-left-col {
    width: 25%;
}

.columns-2 .sub-mid-col {
    width: 75%;
}

.columns-1 .sub-mid-col {
    width: 100%;
}

@media (max-width: 1099px) {
    .sub-mid-col {
        width: 75%;
    }

    .sub-right-col {
        width: 100%;
    }

    .columns-2 .sub-left-col {
        width: 35%;
    }

    .columns-2 .sub-mid-col {
        width: 65%;
    }
}

@media (max-width: 991px) {
    .sub-mid-col {
        width: 100%;
    }

    .sub-left-col {
        width: 100%;
    }

    .columns-2 .sub-left-col {
        width: 100%;
    }

    .columns-2 .sub-mid-col {
        width: 100%;
    }
}

#sub-banner-row {
    padding: 0;
    background: url("../img/subpage-bg.jpg") no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    #sub-banner-row .sub-banner-col {
        display: inline-block;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
    }

    #sub-banner-row .page-title {
        font-size: 36px;
        line-height: 32px;
        font-size: 2.25rem;
        line-height: 2rem;
        margin: 0 0 20px;
        color: #e9eef2;
        font-weight: bold;
        letter-spacing: -1px;
    }

    #sub-banner-row .dropdown {
        display: inline-block;
    }

@media (max-width: 480px) {
    #sub-banner-row .dropdown {
        width: 100%;
    }
}

#trail {
    display: inline-block;
    width: 100%;
    margin-top: 16px;
}

    #trail ul {
        display: inline-block;
        float: left;
        padding: 0;
        margin: 0;
        list-style: none;
    }

        #trail ul li {
            display: inline-block;
            font-size: 14px;
            line-height: 14px;
            font-size: 0.875rem;
            line-height: 0.875rem;
            text-transform: uppercase;
            margin-bottom: 15px;
            color: #95d6ff;
        }

            #trail ul li a:link,
            #trail ul li a:visited {
                color: #e9eef2;
                -webkit-transition: all, 0.3s, ease;
                -moz-transition: all, 0.3s, ease;
                -ms-transition: all, 0.3s, ease;
                -o-transition: all, 0.3s, ease;
                transition: all, 0.3s, ease;
            }

#sub-content-row {
    padding: 50px 0;
}

    #sub-content-row .page-title {
        font-weight: bold;
        letter-spacing: -1px;
        color: #3c3d41;
        font-size: 40px;
        line-height: 40px;
        font-size: 2.5rem;
        line-height: 2.5rem;
        margin: 0;
    }

    #sub-content-row .subhead {
        font-size: 32px;
        line-height: 34px;
        font-size: 2rem;
        line-height: 2.125rem;
        color: #3c3d42;
        margin-bottom: 48px;
    }

    #sub-content-row h3 {
        font-size: 32px;
        line-height: 34px;
        font-size: 2rem;
        line-height: 2.125rem;
        color: #0078bf;
        margin-bottom: 20px;
    }

    #sub-content-row hr {
        margin-top: 30px;
        margin-bottom: 30px;
        border-top: 1px solid #d4e1ee;
    }

    #sub-content-row p {
        margin-bottom: 30px;
    }

.expand-box {
    position: relative;
    float: left;
    width: 100%;
    border: 1px solid #dbe8f1;
    margin-bottom: 20px;
}

.expand-box-header {
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    display: table;
    float: left;
    color: #0e3594;
    width: 100%;
    cursor: pointer !important;
}

.expand-title {
    display: table-cell;
    margin: 0;
    padding: 15px;
    width: 90%;
    text-align: left;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0;
}

.panel-collapse {
    float: left;
    width: 100%;
}

.expand-inner {
    width: 100%;
    padding: 15px;
}

.expand-inner-nav {
    width: 100%;
    padding: 0;
}

.expand-toggle {
    display: none;
    position: relative;
    vertical-align: middle;
    padding: 0 20px;
    width: 1%;
}

    .expand-toggle a:link,
    .expand-toggle a:visited {
        display: inline-block;
        width: 24px;
        height: 24px;
        overflow: hidden;
        position: absolute;
        top: 12px;
        bottom: 0;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        -webkit-transition: all, 0.3s ease;
        -moz-transition: all, 0.3s ease;
        -ms-transition: all, 0.3s ease;
        -o-transition: all, 0.3s ease;
        transition: all, 0.3s ease;
        color: #d5dadd;
        font-size: 42px;
        line-height: 0px;
        font-size: 2.625rem;
        line-height: 0rem;
    }

    .expand-toggle > .icon:before {
        display: inline-block;
        font-family: "Ionicons";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        text-rendering: auto;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f365";
    }

.collapsed .icon:before {
    content: "\f35f";
}

/*.collapse.collapsed .expand-toggle a {
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.collapse .expand-toggle a {
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}*/
.accordion-toggle {
    display: inline-block;
    width: 100%;
    text-align: right;
}

    .accordion-toggle .fa {
        font-size: 24px;
        color: #fff;
        font-weight: bold;
        line-height: 24px;
        display: none;
    }

.subnav-aco .accordion-toggle {
    pointer-events: none;
    cursor: default;
}

@media only screen and (max-width: 991px) {
    .subnav-aco .accordion-toggle {
        pointer-events: initial;
        cursor: pointer;
    }
}

@media only screen and (max-width: 991px) {
    .homequick {
        height: auto;
    }

    .accordion-toggle {
        pointer-events: initial;
        cursor: default;
    }

        .accordion-toggle .fa {
            display: inline-block;
        }

    .expand-toggle {
        display: table-cell;
    }
}

.expand-box-style1 {
    background: #f5f5f5;
    background: -webkit-linear-gradient(top, #fff 1%, #f9f9f9 98%) repeat scroll 0 0 #f5f5f5;
    background: linear-gradient(to bottom, #fff 1%, #f9f9f9 98%) repeat scroll 0 0 #f5f5f5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    border: 1px solid #dfdfdf;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
}

    .expand-box-style1 .expand-toggle {
        padding: 0 15px;
        font-size: 24px;
        color: #343434;
    }

.subnav-theme1 .expand-box-header {
    background: #0078bf;
}

.subnav-theme1 .expand-title {
    color: #fff;
}

.subnav-theme1 .expand-toggle {
    background: #006cac;
    border-left: 1px solid #006cac;
    color: #fff;
}

.subnav-aco {
    border: 1px solid #e8e8e8;
}

    .subnav-aco .expand-box-header {
        background: #999;
    }

        .subnav-aco .expand-box-header .expand-title {
            font-size: 15px;
            line-height: 15px;
            font-size: 0.9375rem;
            line-height: 0.9375rem;
            font-weight: bold;
            color: #fff;
        }

    .subnav-aco i {
        font-style: normal;
    }

    .subnav-aco ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .subnav-aco ul li {
            width: 100%;
        }

            .subnav-aco ul li > span {
                display: table;
                float: left;
                width: 100%;
            }

                .subnav-aco ul li > span > i {
                    display: table-cell;
                    padding: 0;
                    margin: 0;
                    vertical-align: middle;
                }

            .subnav-aco ul li a:link,
            .subnav-aco ul li a:visited {
                display: inline-block;
                padding: 6px 12px 6px 12px!important;
                text-decoration: none;
                color: #0e3594;
                width: 100%;
            }

            .subnav-aco ul li.active {
                position: relative;
                background: #0e3594;
            }

    .subnav-aco .tree-toggle {
        width: 40px;
    }

        .subnav-aco .tree-toggle:after {
            font-family: "Ionicons";
            content: "\f218";
            display: table-cell;
            width: 50px;
            text-align: center;
            vertical-align: middle;
            font-size: 18px;
            cursor: pointer;
            color: #0e3594;
        }

        .subnav-aco .tree-toggle.opened:after {
            content: "\f209";
        }

    .subnav-aco .tree {
        display: none;
    }

.nav-list li.active {
    background-color: #0e3594;
    color: #fff;
    position: relative;
}

    .nav-list li.active a:link,
    .nav-list li.active a:visited {
        color: #fff;
        font-weight: bold;
    }

    .nav-list li.active:before,
    .nav-list li.active:after {
        width: 10px;
        height: 50%;
        position: absolute;
        left: 100%;
        content: "";
    }

    .nav-list li.active:before {
        top: 0px;
        background: -webkit-linear-gradient(left bottom, #0e3594 50%, transparent 50%);
        background: linear-gradient(to right top, #0e3594 50%, transparent 50%);
    }

    .nav-list li.active:after {
        top: 50%;
        background: -webkit-linear-gradient(left top, #0e3594 50%, transparent 50%);
        background: linear-gradient(to right bottom, #0e3594 50%, transparent 50%);
    }

.aside-box {
    position: relative;
    float: left;
    width: 100%;
    border: 1px solid #dbe8f1;
    padding: 20px;
    margin-bottom: 30px;
    height: 260px;
}

    .aside-box h4 {
        color: #0e3594;
    }

    .aside-box .btn {
        position: absolute;
        bottom: 30px;
        left: 0;
        right: 0;
        margin: auto;
        width: 171px;
    }

.icon-circle {
    margin-bottom: 20px;
}

.dropdown {
    margin-bottom: 20px;
}

.dropdown-toggle {
    background: #fff;
    color: #000;
    border: 1px solid #d2d6d9;
    border-radius: 2px;
    width: 100%;
    text-align: left;
    padding: 15px 85px 15px 25px;
}

.dropdown button span {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: .025em;
    display: inline-block;
}

    .dropdown button span.icon {
        position: absolute;
        top: 0;
        right: 0;
        border-left: 1px solid #d2d6d9;
        width: 40px;
        height: 100%;
    }

        .dropdown button span.icon:after {
            content: '';
            border-top: 10px solid;
            border-right: 6px solid transparent;
            border-left: 6px solid transparent;
            position: absolute;
            top: 20px;
            right: 14px;
            left: 14px;
            color: #535559;
        }

.open > .dropdown-menu {
    width: 100%;
    max-height: 300px;
    overflow-y: scroll;
}

.dropdown-menu li a {
    word-wrap: break-word;
    white-space: normal;
}

.dropdown.theme1 .dropdown-toggle {
    background: #0078bf;
    color: #fff;
    border-color: transparent;
    padding: 15px 85px 15px 15px;
}

.dropdown.theme1 .icon-right {
    background: #006cac;
    border-left: 1px solid #006cac;
    -webkit-transition: all, 0.3s, ease;
    -moz-transition: all, 0.3s, ease;
    -ms-transition: all, 0.3s, ease;
    -o-transition: all, 0.3s, ease;
    transition: all, 0.3s, ease;
}

    .dropdown.theme1 .icon-right:after {
        color: #fff;
        border: none;
        display: inline-block;
        font-family: "Ionicons";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        text-rendering: auto;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f3d0";
        font-size: 21px;
        top: 13px;
        left: 13px;
    }

.dropdown.theme1 .dropdown-menu {
    background: #0078bf;
    border-radius: 0;
    margin-top: 1px;
}

    .dropdown.theme1 .dropdown-menu > li > a {
        color: #fff;
    }

        .dropdown.theme1 .dropdown-menu > li > a:hover,
        .dropdown.theme1 .dropdown-menu > li > a:active,
        .dropdown.theme1 .dropdown-menu > li > a:focus {
            background: #006cac;
        }

.dropdown.theme1 .dropdown-toggle:hover {
    background: #0088d9;
    color: #fff;
}

    .dropdown.theme1 .dropdown-toggle:hover .icon-right {
        width: 43px;
    }

.dropdown.theme2 .dropdown-toggle {
    background: #edf2f8;
    color: #333;
    border-color: transparent;
    padding: 15px 85px 15px 15px;
    border-radius: 4px !important;
}

.dropdown.theme2 .icon-right {
    background: rgba(0, 0, 0, 0.08);
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-transition: all, 0.3s, ease;
    -moz-transition: all, 0.3s, ease;
    -ms-transition: all, 0.3s, ease;
    -o-transition: all, 0.3s, ease;
    transition: all, 0.3s, ease;
    border-radius: 0px 4px 4px 0px !important;
    -moz-border-radius: 0px 4px 4px 0px !important;
    -webkit-border-radius: 0px 4px 4px 0px !important;
}

    .dropdown.theme2 .icon-right:after {
        color: #fff;
        content: "\f30f";
        display: inline-block;
        font-family: "Ionicons";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        text-rendering: auto;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        border: none !important;
        font-size: 18px;
        top: 14px;
    }

.dropdown.theme2 .dropdown-menu {
    background: #edf2f8;
    border-radius: 0;
    margin-top: 1px;
}

    .dropdown.theme2 .dropdown-menu > li > a {
        color: #000;
    }

        .dropdown.theme2 .dropdown-menu > li > a:hover,
        .dropdown.theme2 .dropdown-menu > li > a:active,
        .dropdown.theme2 .dropdown-menu > li > a:focus {
            background: rgba(0, 0, 0, 0.08);
        }

.dropdown.theme2 .dropdown-toggle:hover {
    background: #003594;
    color: #fff;
}

    .dropdown.theme2 .dropdown-toggle:hover .icon-right {
        width: 45px;
    }

.dropdown.theme3 .dropdown-toggle {
    background: #dbe8f1;
    color: #333;
    border-color: transparent;
    padding: 15px 85px 15px 15px;
}

.dropdown.theme3 .icon-right {
    background: #c4d7e5;
    border-left: 1px solid #c4d7e5;
    -webkit-transition: all, 0.3s, ease;
    -moz-transition: all, 0.3s, ease;
    -ms-transition: all, 0.3s, ease;
    -o-transition: all, 0.3s, ease;
    transition: all, 0.3s, ease;
}

    .dropdown.theme3 .icon-right:after {
        color: #fff;
        border: none;
        display: inline-block;
        font-family: "Ionicons";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        text-rendering: auto;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f3d0";
        font-size: 21px;
        top: 13px;
        left: 13px;
    }

.dropdown.theme3 .dropdown-menu {
    background: #dbe8f1;
    border-color: #dbe8f1;
    border-radius: 0;
    margin-top: 1px;
}

    .dropdown.theme3 .dropdown-menu > li > a {
        color: #000;
    }

        .dropdown.theme3 .dropdown-menu > li > a:hover,
        .dropdown.theme3 .dropdown-menu > li > a:active,
        .dropdown.theme3 .dropdown-menu > li > a:focus {
            background: #c4d7e5;
        }

.dropdown.theme3 .dropdown-toggle:hover .icon-right {
    width: 43px;
}

.subnav-theme1 .nav-list ul {
    display: none;
}

.subnav-theme1 .nav-list {
    display: block;
}

    .subnav-theme1 .nav-list ul.tree {
        float: left;
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .subnav-theme1 .nav-list li {
        display: inline-block;
        float: left;
        width: 100%;
        -webkit-transition: all, 0.3s, ease;
        -moz-transition: all, 0.3s, ease;
        -ms-transition: all, 0.3s, ease;
        -o-transition: all, 0.3s, ease;
        transition: all, 0.3s, ease;
    }

        .subnav-theme1 .nav-list li > span {
            display: table;
            float: left;
            width: 100%;
            -webkit-transition: all, 0.3s, ease;
            -moz-transition: all, 0.3s, ease;
            -ms-transition: all, 0.3s, ease;
            -o-transition: all, 0.3s, ease;
            transition: all, 0.3s, ease;
            position: relative;
        }

            .subnav-theme1 .nav-list li > span i {
                font-style: normal;
                display: table-cell;
            }

                .subnav-theme1 .nav-list li > span i a:link,
                .subnav-theme1 .nav-list li > span i a:visited {
                    display: inline-block;
                    width: 100%;
                }

                .subnav-theme1 .nav-list li > span i a:hover,
                .subnav-theme1 .nav-list li > span i a:active,
                .subnav-theme1 .nav-list li > span i a:focus {
                    color: initial;
                    text-decoration: none;
                    color: #0088d9;
                }

                .subnav-theme1 .nav-list li > span i:first-child {
                    position: relative;
                    width: auto;
                    vertical-align: middle;
                    padding: 8px 0 8px 15px;
                }

                .subnav-theme1 .nav-list li > span i.tree-toggle {
                    vertical-align: top;
                    position: relative;
                    min-height: 44px;
                    width: 42px;
                    font-size: 21px;
                    text-align: center;
                    cursor: pointer;
                    color: rgba(0, 0, 0, 0.4);
                    font-size: 18px;
                }

                    .subnav-theme1 .nav-list li > span i.tree-toggle:after {
                        display: inline-block;
                        font-family: "Ionicons";
                        speak: none;
                        font-style: normal;
                        font-weight: normal;
                        font-variant: normal;
                        text-transform: none;
                        text-rendering: auto;
                        line-height: 1;
                        -webkit-font-smoothing: antialiased;
                        -moz-osx-font-smoothing: grayscale;
                        content: "\f218";
                        position: absolute;
                        top: 0;
                        bottom: 0;
                        left: 0;
                        right: 0;
                        margin: auto;
                        height: 21px;
                        line-height: 18px;
                    }

                    .subnav-theme1 .nav-list li > span i.tree-toggle.opened:after {
                        content: "\f209";
                    }

            .subnav-theme1 .nav-list li > span:hover {
                background: #fff;
                -webkit-box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.1);
                -moz-box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.1);
                box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.1);
            }

                .subnav-theme1 .nav-list li > span:hover a {
                    color: #0088d9;
                }

                .subnav-theme1 .nav-list li > span:hover:before {
                    content: "";
                    position: absolute;
                    width: 3px;
                    height: 100%;
                    left: 0;
                    background: #0e3594;
                }

    .subnav-theme1 .nav-list > li {
        border-bottom: 1px solid #e8e8e8;
    }

    .subnav-theme1 .nav-list li:last-child {
        border: none;
    }

    .subnav-theme1 .nav-list > li > span > i:first-child {
        padding: 10px 0 10px 15px;
    }

    .subnav-theme1 .nav-list > li li > span > i:first-child {
        padding: 10px 0 10px 20px;
        color: #000;
    }

    .subnav-theme1 .nav-list > li li li > span > i:first-child {
        padding: 10px 0 10px 30px;
    }

    .subnav-theme1 .nav-list > li li li li > span > i:first-child {
        padding: 10px 0 10px 40px;
    }

.subnav-theme1 .panel-collapse,
.expand-box-style1 .panel-collapse {
    padding-top: 0;
}

.subnav-theme1 .expand-box-header {
    background: none;
}

.subnav-theme1 .expand-title {
    color: #000;
}

.subnav-theme1 .expand-toggle {
    background: none;
    border-left: none;
    color: #343434;
}

@media only screen and (max-width: 991px) {
    .subnav-theme1 .expand-box-header {
        display: block;
    }

    .subnav-theme1 .expand-box-header {
        background: #0078bf;
    }

    .subnav-theme1 .expand-title {
        color: #fff;
    }

    .subnav-theme1 .expand-toggle {
        background: #006cac;
        border-left: 1px solid #006cac;
        color: #fff;
    }
}

.expand-box-style2 {
    background: #fcfcfc;
    border: 1px solid #e8e8e8;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}

    .expand-box-style2 .expand-box-header {
        border-bottom: 1px solid #e8e8e8;
    }

    .expand-box-style2 .expand-title {
        text-transform: uppercase;
    }

    .expand-box-style2 .expand-toggle {
        padding: 0 15px;
        font-size: 24px;
        color: #343434;
    }

    .subnav-theme2 .panel-collapse,
    .expand-box-style2 .panel-collapse {
        padding-top: 0;
    }

.subnav-theme2 .nav-list ul {
    display: none;
}

.subnav-theme2 .nav-list {
    display: block;
}

    .subnav-theme2 .nav-list ul.tree {
        float: left;
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .subnav-theme2 .nav-list li {
        display: inline-block;
        float: left;
        width: 100%;
        -webkit-transition: all, 0.3s, ease;
        -moz-transition: all, 0.3s, ease;
        -ms-transition: all, 0.3s, ease;
        -o-transition: all, 0.3s, ease;
        transition: all, 0.3s, ease;
    }

        .subnav-theme2 .nav-list li > span {
            display: table;
            float: left;
            width: 100%;
            -webkit-transition: all, 0.3s, ease;
            -moz-transition: all, 0.3s, ease;
            -ms-transition: all, 0.3s, ease;
            -o-transition: all, 0.3s, ease;
            transition: all, 0.3s, ease;
            position: relative;
        }

            .subnav-theme2 .nav-list li > span i {
                font-style: normal;
                display: table-cell;
            }

                .subnav-theme2 .nav-list li > span i a:link,
                .subnav-theme2 .nav-list li > span i a:visited {
                    display: inline-block;
                    width: 100%;
                }

                .subnav-theme2 .nav-list li > span i a:hover,
                .subnav-theme2 .nav-list li > span i a:active,
                .subnav-theme2 .nav-list li > span i a:focus {
                    color: initial;
                    text-decoration: none;
                }

                .subnav-theme2 .nav-list li > span i:first-child {
                    position: relative;
                    width: auto;
                    vertical-align: middle;
                    padding: 8px 0 8px 15px;
                }

                .subnav-theme2 .nav-list li > span i.tree-toggle {
                    vertical-align: top;
                    position: relative;
                    min-height: 44px;
                    width: 42px;
                    font-size: 21px;
                    text-align: center;
                    cursor: pointer;
                    color: rgba(0, 0, 0, 0.3);
                }

                    .subnav-theme2 .nav-list li > span i.tree-toggle:after {
                        display: inline-block;
                        font-family: "Ionicons";
                        speak: none;
                        font-style: normal;
                        font-weight: normal;
                        font-variant: normal;
                        text-transform: none;
                        text-rendering: auto;
                        line-height: 1;
                        -webkit-font-smoothing: antialiased;
                        -moz-osx-font-smoothing: grayscale;
                        content: "\f30f";
                        position: absolute;
                        top: 0;
                        bottom: 0;
                        left: 0;
                        right: 0;
                        margin: auto;
                        height: 21px;
                        line-height: 18px;
                    }

                    .subnav-theme2 .nav-list li > span i.tree-toggle.opened:after {
                        content: "\f35d";
                    }

            .subnav-theme2 .nav-list li > span:hover {
                background: #0e3594;
            }

                .subnav-theme2 .nav-list li > span:hover i.tree-toggle {
                    color: rgba(255, 255, 255, 0.6);
                }

                .subnav-theme2 .nav-list li > span:hover i a:link,
                .subnav-theme2 .nav-list li > span:hover i a:visited {
                    color: #efefef;
                }

    .subnav-theme2 .nav-list > li {
        border-bottom: 1px solid #e8e8e8;
    }

    .subnav-theme2 .nav-list li:last-child {
        border: none;
    }

    .subnav-theme2 .nav-list > li > span > i:first-child {
        padding: 10px 0 10px 15px;
    }

    .subnav-theme2 .nav-list > li li > span > i:first-child {
        padding: 10px 0 10px 20px;
        color: #000;
    }

    .subnav-theme2 .nav-list > li li li > span > i:first-child {
        padding: 10px 0 10px 30px;
    }

    .subnav-theme2 .nav-list > li li li li > span > i:first-child {
        padding: 10px 0 10px 40px;
    }

@media only screen and (max-width: 991px) {
    .subnav-theme2 .expand-box-header {
        display: block;
    }

    .subnav-theme2 .expand-box-header {
        background: #3c3d41;
    }

    .subnav-theme2 .expand-title {
        color: #fff;
    }

    .subnav-theme2 .expand-toggle {
        background: #2d2d2d;
        border-left: 1px solid #2d2d2d;
        color: #fff;
    }
}

.expand-box-style3 {
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    border: 2px solid #c4d7e5;
}

    .expand-box-style3 .expand-title {
        padding-right: 0;
        color: #000;
        text-transform: uppercase !important;
    }

    .expand-box-style3 .expand-toggle {
        padding: 0 15px;
        font-size: 24px;
        color: #c4d7e5;
    }

    .subnav-theme3 .panel-collapse,
    .expand-box-style3 .panel-collapse {
        padding-top: 0;
    }

.subnav-theme3 .expand-box-header {
    background: #3c3d41;
}

.subnav-theme3 .expand-title {
    color: #fff;
    text-transform: uppercase !important;
}

.subnav-theme3 .expand-toggle {
    border-left: 1px solid #3c3d41;
}

.subnav-theme3 .nav-list ul {
    display: none;
}

.subnav-theme3 .nav-list {
    display: block;
}

    .subnav-theme3 .nav-list ul.tree {
        float: left;
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .subnav-theme3 .nav-list li {
        display: inline-block;
        float: left;
        width: 100%;
        -webkit-transition: all, 0.3s, ease;
        -moz-transition: all, 0.3s, ease;
        -ms-transition: all, 0.3s, ease;
        -o-transition: all, 0.3s, ease;
        transition: all, 0.3s, ease;
    }

        .subnav-theme3 .nav-list li > span {
            display: table;
            float: left;
            width: 100%;
            -webkit-transition: all, 0.3s, ease;
            -moz-transition: all, 0.3s, ease;
            -ms-transition: all, 0.3s, ease;
            -o-transition: all, 0.3s, ease;
            transition: all, 0.3s, ease;
        }

            .subnav-theme3 .nav-list li > span i {
                font-style: normal;
                display: table-cell;
            }

                .subnav-theme3 .nav-list li > span i a:link,
                .subnav-theme3 .nav-list li > span i a:visited {
                    display: inline-block;
                    width: 100%;
                }

                .subnav-theme3 .nav-list li > span i a:hover,
                .subnav-theme3 .nav-list li > span i a:active,
                .subnav-theme3 .nav-list li > span i a:focus {
                    color: initial;
                    text-decoration: none;
                }

                .subnav-theme3 .nav-list li > span i:first-child {
                    width: auto;
                    vertical-align: middle;
                    padding: 8px 0 8px 15px;
                }

                .subnav-theme3 .nav-list li > span i.tree-toggle {
                    vertical-align: top;
                    position: relative;
                    min-height: 44px;
                    width: 42px;
                    font-size: 21px;
                    text-align: center;
                    cursor: pointer;
                    color: #999;
                }

                    .subnav-theme3 .nav-list li > span i.tree-toggle:after {
                        display: inline-block;
                        font-family: "Ionicons";
                        speak: none;
                        font-style: normal;
                        font-weight: normal;
                        font-variant: normal;
                        text-transform: none;
                        text-rendering: auto;
                        line-height: 1;
                        -webkit-font-smoothing: antialiased;
                        -moz-osx-font-smoothing: grayscale;
                        content: "\f48a";
                        position: absolute;
                        top: 0;
                        bottom: 0;
                        left: 0;
                        right: 0;
                        margin: auto;
                        height: 21px;
                        line-height: 18px;
                        top: 4px;
                    }

                    .subnav-theme3 .nav-list li > span i.tree-toggle.opened:after {
                        content: "\f463";
                    }

            .subnav-theme3 .nav-list li > span:hover {
                background: #dbe8f1;
            }

    .subnav-theme3 .nav-list > li {
        border-bottom: 1px solid #e8e8e8;
    }

    .subnav-theme3 .nav-list li:last-child {
        border: none;
    }

    .subnav-theme3 .nav-list > li > span > i:first-child {
        padding: 10px 0 10px 15px;
    }

    .subnav-theme3 .nav-list > li li > span > i:first-child {
        padding: 10px 0 10px 20px;
        color: #000;
    }

    .subnav-theme3 .nav-list > li li li > span > i:first-child {
        padding: 10px 0 10px 30px;
    }

    .subnav-theme3 .nav-list > li li li li > span > i:first-child {
        padding: 10px 0 10px 40px;
    }

@media only screen and (max-width: 991px) {
    .subnav-theme3 .expand-box-header {
        display: block;
        background: #3c3d41;
        border: none;
    }

    .subnav-theme3 .expand-title {
        padding-left: 15px;
        color: #fff;
    }

    .subnav-theme3 .expand-toggle {
        background: #3c3d41;
        color: #fff;
        border-left: none;
    }

    .subnav-theme3 .panel-collapse {
        background: #fafafa;
    }

    .subnav-theme3 .nav-list > li {
        border-bottom: 1px solid white;
    }
}

@media only screen and (max-width: 587px) {
    .dateRangeSeparator {
        display:block;
    }
}

.breakColumn {
    /* These are technically the same, but use both */
    overflow-wrap: break-word !important;
    word-wrap: break-word !important;
    -ms-word-break: break-all !important;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all !important;
    /* Instead use this non-standard one: */
    word-break: break-word !important;
}

/*# sourceMappingURL=style.css.map */
/* Event styles starts*/
Events_Main {
    padding-bottom: 50px;
}

.Events_title {
    color: #000;
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
}

.sub_title {
    color: #000;
    font-size: 33px;
}

.sf-event-title {
    color: #000;
    font-size: 24px;
}

.Event-items {
    color: #e95c3e;
    font-size: 16px;
}
/* Event styles Ends*/

.Utility-Padding {
    padding-bottom: 15px;
}

/*serachbox styles starts*/
.search-wrap .btn {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 42px;
    height: 42px;
    background: none;
    border: 0;
}

.search-wrap .input-group-btn {
    width: 42px;
    height: 42px;
}

.search-wrap .form-control {
    width: 267px;
    height: 42px;
    border: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.search-wrap {
    width: 309px;
    border-radius: 3px;
    border: solid 1px #3b424d;
    float: right;
}

ul.ui-autocomplete {
    list-style-type: none !important;
    background-color: #fff;
    margin-top: 28px;
    width: 305px !important;
    padding-left: 15px;
    border: 1px solid #000;
}

#bs-example-navbar-collapse-1.in {
    position: relative;
    z-index: 500;
}

@media screen and (max-width: 991px) {
    .SearchBox_Area {
        padding-bottom: 55px;
    }

    .SearchBox_Area .search-wrap {
        margin-top: 5px;
        margin-right: 5px;
    }
}

@media (min-width: 769px) {
    .SearchBox_Area .search-wrap {
        display: none;
    }
}
/*Search styles ends*/

/*Form Styles*/
label {
    display: block !important;
}
/*Form Styles ends*/

/*Leadership page starts*/
.header_large {
    font: bold 22px Calibri, Verdana, Arial;
}

.header_medium {
    font: bold 18px Calibri, Verdana, Arial;
}

.images_row {
    padding-bottom: 15px;
}

.Speciality_row {
    margin-bottom: 40px;
}
/*Leadership Page Ends*/

/*Search Auto suggestions*/
.ui-autocomplete:hover {
    display: block !important;
}

.ui-corner-all {
    cursor: pointer;
}
/*Search Auto suggestions Ends*/

.field-validation-error {
    color: #ff0000;
}

.validation-summary-errors {
    color: #ff0000;
}