﻿.container:after,
.header-b:after,
.nav:after,
.template-page .nav .slide .slide-holder:after,
#main:after,
.detail-holder:after,
.detail-section:after,
.detail-section ul:after,
.detail-section ul li:after,
.detail-section .col:after,
.aside-nav:after,
.info-slider:after,
.columns-holder .column .column-holder:after,
.two-col:after {
    /*content: " ";*/
    display: block;
    clear: both;
}

.header-t .top-nav,
.nav ul,
.nav .dropdown ul,
.info-col ul,
.detail-section ul,
.breadcrumbs,
.aside-nav,
.info-block .holder .text ul,
.info-block .list,
.info-block .links,
.columns-block ul,
.two-col ul,
#footer .col-holder ul,
.contact-wrap .social-box ul,
.twocolumn .event ul,
.section .pagination-gallery ul,
.section .pagination ul,
.widget-list > ul,
.widget-list > ul > li ul,
.accordion,
.tab-content ul,
.accordion .slide ul,
.tabset,
.section-table ul,
.widget-contact .contact-list,
.personsGrid ul,
.event .post-content ul,
.event.list ul,
.widget-contact ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    margin: 0;
    color: #1a1a1a;
    background: #fff;
    font: 18px/30px "Open Sans", sans-serif;
    min-width: 320px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: none;
}

* {
    max-height: 1000000px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
    display: block;
}

img {
    border-style: none;
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    color: #011F5B;
    font-weight:550;
}

    a:hover {
        text-decoration: underline;
        color: #1f80aa;
    }

input,
textarea,
select {
    font: 100% "Open Sans", sans-serif;
    color: #000;
    vertical-align: middle;
}

form,
fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    cursor: pointer;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    margin: 0;
    padding: 4px 7px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border: 1px solid #999;
}

    input[type="text"]:focus,
    input[type="tel"]:focus,
    input[type="email"]:focus,
    input[type="url"]:focus,
    input[type="password"]:focus,
    input[type="search"]:focus,
    textarea:focus {
        border-color: #4d4d4d;
    }

textarea {
    overflow: auto;
    resize: vertical;
    vertical-align: top;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    line-height: 1.2em;
    margin: 0 0 1.2em;
}

p {
    margin: 0 0 1.2em;
}

q {
    quotes: none;
}

    q:before,
    q:after {
        content: "";
        content: none;
    }

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.gm-style img {
    max-width: none;
}

@font-face {
    font-family: 'fontello';
    src: url('../fonts/fontello.eot?62320392');
    src: url('../fonts/fontello.eot?62320392#iefix') format('embedded-opentype'), url('../fonts/fontello.woff2?62320392') format('woff2'), url('../fonts/fontello.woff?62320392') format('woff'), url('../fonts/fontello.ttf?62320392') format('truetype'), url('../fonts/fontello.svg?62320392#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?62320392#fontello') format('svg');
  }
}
*/

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-search:before {
    content: '\e800';
}
/* '' */
.icon-right-open:before {
    content: '\e801';
}
/* '' */
.icon-left-open:before {
    content: '\e802';
}
/* '' */
.icon-left-open-1:before {
    content: '\e803';
}
/* '' */
.icon-right-open-1:before {
    content: '\e804';
}
/* '' */
.icon-down-dir-1:before {
    content: '\e805';
}
/* '' */
.icon-plus-circled:before {
    content: '\e806';
}
/* '' */
.icon-angle-double-right:before {
    content: '\e807';
}
/* '' */
.icon-angle-double-left:before {
    content: '\e808';
}
/* '' */
.icon-play-circled:before {
    content: '\e809';
}
/* '' */
.icon-plus:before {
    content: '\e80a';
}
/* '' */
.icon-right-circle:before {
    content: '\e80b';
}
/* '' */
.icon-clock:before {
    content: '\e80c';
}
/* '' */
.icon-phone:before {
    content: '\e80d';
}
/* '' */
.icon-cancel-circled:before {
    content: '\e80e';
}
/* '' */
.icon-home:before {
    content: '\e80f';
}
/* '' */
.icon-location:before {
    content: '\f031';
}
/* '' */
.icon-phone-squared:before {
    content: '\f098';
}
/* '' */
.icon-mail-alt:before {
    content: '\f0e0';
}
/* '' */
.icon-mobile:before {
    content: '\f10b';
}
/* '' */
.icon-calendar-empty:before {
    content: '\f133';
}
/* '' */
.icon-compass:before {
    content: '\f14e';
}
/* '' */
.icon-fax:before {
    content: '\f1ac';
}
/* '' */
.icon-cab:before {
    content: '\f1b9';
}
/* '' */

h1 {
    font-size: 26px;
    font-weight: 700;
}

h2,
h3 {
    font-size: 18px;
    font-weight: 700;
}

.education .aside-nav {
    border-left-color: #011F5B;
}

    .education .aside-nav > li a:hover {
        background: #011F5B;
    }

    .education .aside-nav > li.active a {
        background: #011F5B;
    }

.education .columns-holder .img-holder {
    border-color: #011F5B;
}

.education .columns-holder h3 {
    margin: 0;
}

.education .info-slider .caption .caption-holder {
    border-color: #011F5B;
}

.education .info-slider .caption .icon-play-circled {
    color: #011F5B;
}

.education .link-holder {
    font-weight: 400;
}

    .education .link-holder:after {
        color: #011F5B;
    }

.research .aside-nav {
    border-left-color: #011F5B;
}

    .research .aside-nav > li a:hover {
        background: #011F5B;
    }

    .research .aside-nav > li.active a {
        background: #011F5B;
    }

.research .columns-holder .img-holder {
    border-color: #011F5B;
}

.research .columns-holder h3 {
    margin: 0 0 8px;
}

.research .info-slider .caption .caption-holder {
    border-color: #011F5B;
}

.research .info-slider .caption .icon-play-circled {
    color: #011F5B;
}

.research .link-holder:after {
    color: #011F5B;
}

.people .aside-nav {
    border-left-color: #011F5B;
}

    .people .aside-nav > li a:hover {
        background: #011F5B;
    }

    .people .aside-nav > li.active a {
        background: #011F5B;
    }

.people .columns-holder .img-holder {
    border-color: #011F5B;
}

.people .columns-holder h3 {
    margin: 0 0 8px;
}

.people .info-slider .caption .caption-holder {
    border-color: #011F5B;
}

.people .info-slider .caption .icon-play-circled {
    color: #011F5B;
}

.people .link-holder:after {
    color: #011F5B;
}

.people .info-block .list li:after {
    color: #011F5B;
}

.giving .aside-nav {
    border-left-color: #011F5B;
}

    .giving .aside-nav > li a:hover {
        background: #011F5B;
    }

    .giving .aside-nav > li.active a {
        background: #011F5B;
    }

.giving .columns-holder .img-holder {
    border-color: #011F5B;
}

.giving .columns-holder h3 {
    margin: 0 0 8px;
}

.giving .info-slider .caption .caption-holder {
    border-color: #011F5B;
}

.giving .info-slider .caption .icon-play-circled {
    color: #011F5B;
}

.giving .link-holder:after {
    color: #011F5B;
}

.giving .info-block .box {
    padding: 5px 10px 10px;
}

.giving .info-block .list li:after {
    color: #011F5B;
}

.hospitals .aside-nav {
    border-left-color: #951b1f;
}

    .hospitals .aside-nav > li a:hover {
        background: #951b1f;
    }

    .hospitals .aside-nav > li.active a {
        background: #951b1f;
    }

.hospitals .columns-holder .img-holder {
    border-color: #951b1f;
}

.hospitals .columns-holder h3 {
    margin: 0 0 8px;
}

.hospitals .info-slider .caption .caption-holder {
    border-color: #951b1f;
}

.hospitals .info-slider .caption .icon-play-circled {
    color: #951b1f;
}

.hospitals .link-holder:after {
    color: #951b1f;
}

.hospitals .info-block .list li:after {
    color: #951b1f;
}

#wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.container {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 10px;
}

/*#header {
    width: 100%;
    position: relative;
    z-index: 10;
}

    #header .container {
        max-width: 990px;
        padding: 0 10px;
    }

.header-t {
    display: none;
}*/

/*.logo {
    display: block;
    margin: 0 auto 15px;
    width: 180px;
    height: 34px;
}

    .logo a {
        display: block;
    }

    .logo img {
        display: inline-block;
        vertical-align: top;
        max-width: 100%;
        height: auto;
        max-width: none;
        width: 100%;
    }*/

.form-holder {
    margin: 0 auto 15px;
    width: 300px;
    /*margin: 7px 0 2px;*/
    /*float: left;*/
}

    .form-holder .search-form {
        width: 184px;
    }

.search-form {
    position: relative;
    background: #fff;
    width: 100%;
    height: 28px;
    border: 1px solid #ccc;
    padding: 0 35px 0 0;
    border-radius: 5px 7px 7px 5px;
}

    .search-form .btn-search {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
    }

.btn-search {
    display: inline-block;
    vertical-align: top;
    background: #d20c2f;
    background: -webkit-linear-gradient(left, #d20c2f 0%, #c70a2b 16%, #a2021e 52%, #920019 72%, #8c0019 80%, #870119 100%);
    background: linear-gradient(to right, #d20c2f 0%, #c70a2b 16%, #a2021e 52%, #920019 72%, #8c0019 80%, #870119 100%);
    border-radius: 0 5px 5px 0;
    width: 33px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    border: 0;
    font-size: 18px;
    line-height: 19px;
    height: 26px;
    padding: 3px 3px 4px;
}

    .btn-search:hover {
        background: #f32e50;
        background: -webkit-linear-gradient(left, #f32e50 0%, #e22344 20%, #ba0a29 52%, #ae0321 64%, #9f001a 80%, #95001a 100%);
        background: linear-gradient(to right, #f32e50 0%, #e22344 20%, #ba0a29 52%, #ae0321 64%, #9f001a 80%, #95001a 100%);
    }

#wrapper .form-input {
    background: none;
    border: 0;
    outline: none;
    width: 100%;
    padding: 5px 10px;
    height: 26px;
    color: #000;
    font: 12px/16px "Arial", serif;
}

    #wrapper .form-input::-webkit-input-placeholder {
        color: #000;
    }

    #wrapper .form-input::-moz-placeholder {
        opacity: 1;
        color: #000;
    }

    #wrapper .form-input:-moz-placeholder {
        color: #000;
    }

    #wrapper .form-input:-ms-input-placeholder {
        color: #000;
    }

    #wrapper .form-input.placeholder {
        color: #000;
    }

.header-b {
    padding: 15px 0 0;
    background: #E8E8E8;
}

    .header-b .container {
        position: relative;
    }

.nav {
    position: relative;
    padding-bottom: 10px;
}

    .nav .slide {
        position: absolute;
        left: -10px;
        right: -10px;
        top: 100%;
        overflow: hidden;
        max-height: 0;
        -webkit-transition: all .3s linear;
        transition: all .3s linear;
    }

        .nav .slide .slide-holder {
            border-top: 1px solid #d9d9d9;
            background: #fff;
            -webkit-transition: all .3s linear;
            transition: all .3s linear;
            -webkit-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
            transform: translateY(-100%);
        }

    .nav.active .slide,
    .add-nav.add-nav-active .slide {
        -webkit-transition: all .3s linear;
        transition: all .3s linear;
        max-height: 4000px;
        z-index: 9;
    }

        .nav.active .slide .slide-holder,
        .add-nav.add-nav-active .slide .slide-holder {
            -webkit-transition: all .3s linear;
            transition: all .3s linear;
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
        }

    .nav .slide-holder > ul {
        text-align: center;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 600;
        line-height: 26px;
    }

        .nav .slide-holder > ul > li {
            border-bottom: 1px solid #d9d9d9;
            position: relative;
        }

            .nav .slide-holder > ul > li > a {
                display: block;
                position: relative;
                padding: 13px 18px 23px;
                border-bottom: 3px solid transparent;
            }

                .nav .slide-holder > ul > li > a:hover,
                .nav .slide-holder > ul > li > a:active,
                .nav .slide-holder > ul > li > a:focus {
                    text-decoration: none;
                }

            .nav .slide-holder > ul > li.grey.hover > a {
                background: #011F5B;
                border-color: #011F5B;
            }

            .nav .slide-holder > ul > li.grey.active > a {
                background: #011F5B;
                border-color: #011F5B;
            }

            .nav .slide-holder > ul > li.grey.active > a {
                border-color: #011F5B;
            }

            .nav .slide-holder > ul > li.grey .dropdown {
                border-top-color: #011F5B;
            }

                .nav .slide-holder > ul > li.grey .dropdown li.hover a,
                .nav .slide-holder > ul > li.grey .dropdown li:hover a {
                    background: #011F5B;
                }

                .nav .slide-holder > ul > li.grey .dropdown .active a {
                    background: #011F5B;
                }

            .nav .slide-holder > ul > li.yellow.hover > a {
                background: #011F5B;
                border-color: #011F5B;
            }

            .nav .slide-holder > ul > li.yellow.active > a {
                background: #011F5B;
                border-color: #011F5B;
            }

            .nav .slide-holder > ul > li.yellow.active > a {
                border-color: #011F5B;
            }

            .nav .slide-holder > ul > li.yellow .dropdown {
                border-top-color: #011F5B;
            }

                .nav .slide-holder > ul > li.yellow .dropdown li.hover a,
                .nav .slide-holder > ul > li.yellow .dropdown li:hover a {
                    background: #011F5B;
                }

                .nav .slide-holder > ul > li.yellow .dropdown .active a {
                    background: #011F5B;
                }

            .nav .slide-holder > ul > li.blue.hover > a {
                background: #FFFFFF;
                color: #011F5B;
                border-color: #011F5B;
            }

            .nav .slide-holder > ul > li.blue.active > a {
                background: #FFFFFF;
                color: #011F5B;
                border-color: #011F5B;
            }

            .nav .slide-holder > ul > li.blue.active > a {
                border-color: #011F5B;
            }

            .nav .slide-holder > ul > li.blue .dropdown {
                border-top-color: #011F5B;
            }

                .nav .slide-holder > ul > li.blue .dropdown li.hover a,
                .nav .slide-holder > ul > li.blue .dropdown li:hover a {
                    background: #011F5B;
                }

                .nav .slide-holder > ul > li.blue .dropdown .active a {
                    background: #011F5B;
                }

            .nav .slide-holder > ul > li.purple.hover > a {
                background: #011F5B;
                border-color: #011F5B;
            }

            .nav .slide-holder > ul > li.purple.active > a {
                background: #011F5B;
                border-color: #011F5B;
            }

            .nav .slide-holder > ul > li.purple.active > a {
                border-color: #011F5B;
            }

            .nav .slide-holder > ul > li.purple .dropdown {
                border-top-color: #011F5B;
            }

                .nav .slide-holder > ul > li.purple .dropdown li.hover a,
                .nav .slide-holder > ul > li.purple .dropdown li:hover a {
                    background: #011F5B;
                }

                .nav .slide-holder > ul > li.purple .dropdown .active a {
                    background: #011F5B;
                }

            .nav .slide-holder > ul > li.green.hover > a {
                background: #011F5B;
                border-color: #011F5B;
            }

            .nav .slide-holder > ul > li.green.active > a {
                background: #011F5B;
                border-color: #011F5B;
            }

            .nav .slide-holder > ul > li.green.active > a {
                border-color: #011F5B;
            }

            .nav .slide-holder > ul > li.green .dropdown {
                border-top-color: #011F5B;
            }

                .nav .slide-holder > ul > li.green .dropdown li.hover a,
                .nav .slide-holder > ul > li.green .dropdown li:hover a {
                    background: #011F5B;
                }

                .nav .slide-holder > ul > li.green .dropdown .active a {
                    background: #011F5B;
                }

            .nav .slide-holder > ul > li.red > a {
                color: #951b1f;
            }

            .nav .slide-holder > ul > li.red.hover > a {
                color: #fff;
                background: #951b1f;
                border-color: #951b1f;
            }

            .nav .slide-holder > ul > li.red.active > a {
                color: #fff;
                background: #951b1f;
                border-color: #951b1f;
            }

            .nav .slide-holder > ul > li.red.active > a {
                border-color: #951b1f;
            }

            .nav .slide-holder > ul > li.red .dropdown {
                left: auto;
                right: 0;
                width: 100%;
                padding: 15px;
                border-top-color: #951b1f;
            }

                .nav .slide-holder > ul > li.red .dropdown li.hover a,
                .nav .slide-holder > ul > li.red .dropdown li:hover a {
                    background: #951b1f;
                }

                    .nav .slide-holder > ul > li.red .dropdown li.hover a span,
                    .nav .slide-holder > ul > li.red .dropdown li:hover a span {
                        color: #fff;
                    }

                .nav .slide-holder > ul > li.red .dropdown .active a {
                    background: #951b1f;
                }

                    .nav .slide-holder > ul > li.red .dropdown .active a span {
                        color: #fff;
                    }

                .nav .slide-holder > ul > li.red .dropdown a span {
                    color: #951b1f;
                }

            .nav .slide-holder > ul > li.active .dropdown,
            .nav .slide-holder > ul > li.hover .dropdown {
                display: block;
            }

            .nav .slide-holder > ul > li.active > a,
            .nav .slide-holder > ul > li.hover > a {
                text-decoration: none;
                color: #fff;
                background: #1a1a1a;
                border-color: #1a1a1a;
            }

            .nav .slide-holder > ul > li.has-drop-down.active > a:after,
            .nav .slide-holder > ul > li.has-drop-down.hover > a:after {
                position: absolute;
                left: 50%;
                margin-left: -5px;
                bottom: 5px;
                font: 16px/16px "fontello";
                content: "\e805";
            }

    .nav a {
        color: #1a1a1a;
    }

    .nav .dropdown {
        display: none;
        border-style: solid;
        border-width: 5px 1px 1px;
        border-color: #ccc;
        width: 100%;
        background: #fff;
        font-size: 15px;
        text-transform: capitalize;
        font-weight: 400;
    }

        .nav .dropdown a {
            display: block;
            padding: 3px 5px 3px 15px;
        }

            .nav .dropdown a:hover,
            .nav .dropdown a:active,
            .nav .dropdown a:focus {
                text-decoration: none;
            }

        .nav .dropdown ul {
            overflow: hidden;
        }

        .nav .dropdown li {
            border-top: 1px dashed #ccc;
        }

            .nav .dropdown li:first-child {
                border: 0;
            }

            .nav .dropdown li a span {
                display: inline-block;
                vertical-align: top;
                margin: 0 0 0 16px;
                font-size: 15px;
            }

            .nav .dropdown li.hover a {
                text-decoration: none;
                color: #fff;
                background: #1a1a1a;
            }

        .nav .dropdown .col {
            width: 100%;
            margin: 0 0 15px;
            overflow: hidden;
            border-bottom: 1px dashed #ccc;
        }

            .nav .dropdown .col ul li a {
                padding: 1px 5px 1px 15px;
            }

            .nav .dropdown .col ul li:first-child a {
                color: #951b1f;
                font-weight: 600;
                padding: 1px 5px 1px 15px;
            }

                .nav .dropdown .col ul li:first-child a:hover {
                    color: #fff;
                }

            .nav .dropdown .col ul li:first-child.active a {
                color: #fff;
            }

        .nav .dropdown .text {
            overflow: hidden;
            line-height: 26px;
            padding: 0 0 0 15px;
            font-size: 12px;
            text-transform: none;
        }

            .nav .dropdown .text .title {
                display: block;
                text-transform: capitalize;
                font-size: 18px;
                font-weight: 600;
                margin: 0 0 3px -15px;
            }

                .nav .dropdown .text .title a {
                    display: block;
                    padding: 5px 20px 5px 15px;
                }

                    .nav .dropdown .text .title a:hover {
                        color: #fff;
                        text-decoration: none;
                        background: #951b1f;
                    }

            .nav .dropdown .text p {
                margin: 0 0 9px;
            }

                .nav .dropdown .text p em {
                    display: block;
                    margin: 0 0 10px;
                }

#main {
    width: 100%;
    padding: 15px 0 55px;
}

.home #main {
    box-shadow: none;
    padding: 2px 0 55px;
}

.container-slider {
    max-width: 100% !important;
}

.slider {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0 0 19px;
}

    .slider .mask {
        width: 960px;
        margin: 0 auto;
        overflow: visible;
        position: relative;
    }

        .slider .mask:after {
            content: "";
            clear: both;
            display: block;
        }

    .slider .slideset {
        width: 100% !important;
        white-space: nowrap;
        letter-spacing: -3px;
        float: left;
        position: relative;
    }

    .slider .slide {
        width: 100% !important;
        display: inline-block;
        vertical-align: top;
        letter-spacing: 0;
        white-space: normal;
        position: relative;
        overflow: hidden;
    }

    .slider .btn-prev,
    .slider .btn-next {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        background: rgba(255, 255, 255, .8);
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .8) 100%);
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .8) 100%);
        text-align: right;
        width: 25px;
        z-index: 3;
        color: #ccc;
        white-space: nowrap;
        font-size: 35px;
        line-height: 35px;
    }

        .slider .btn-prev:after,
        .slider .btn-next:after {
            display: inline-block;
            vertical-align: middle;
            margin: 0 0 0 -5px;
            min-height: 100%;
            overflow: hidden;
            width: 1px;
            content: "";
        }

        .slider .btn-prev span,
        .slider .btn-next span {
            display: inline-block;
            vertical-align: middle;
            white-space: normal;
            margin: 0 11px 0 0;
        }

    .slider .btn-next {
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, .8) 0%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(to right, rgba(255, 255, 255, .8) 0%, rgba(255, 255, 255, 0) 100%);
        left: auto;
        right: 0;
        text-align: left;
    }

        .slider .btn-next span {
            margin: 0 0 0 8px;
        }

    .slider .btn-more {
        display: inline-block;
        vertical-align: top;
        color: #1a1a1a;
        font-weight: 700;
        font-family: "Georgia", serif;
    }

        .slider .btn-more:hover {
            color: #1f80aa;
        }

    .slider .red .caption {
        border-left: 5px solid #951b1f;
    }

        .slider .red .caption .icon-play-circled {
            color: #951b1f;
            font-size: 23px;
            margin: 0 0 0 2px;
        }

    .slider .red.small .caption .icon-play-circled {
        font-size: 18px;
        margin: 0 0 0 10px;
    }

    .slider .blue .caption {
        border-left: 5px solid #011F5B;
    }

        .slider .blue .caption .icon-play-circled {
            color: #011F5B;
            font-size: 23px;
            margin: 0 0 0 2px;
        }

    .slider .img-holder {
        width: 100%;
        min-width: 700px;
        position: relative;
        left: 50%;
    }

        .slider .img-holder img {
            display: block;
            width: 100%;
            position: relative;
            left: -50%;
            min-width: 700px;
        }

    .slider .caption {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 11px;
        background: rgba(255, 255, 255, .8);
        padding: 10px 15px 10px 20px;
        font-size: 12px;
        line-height: 18px;
    }

    .slider .icon-play-circled {
        display: inline-block;
        vertical-align: top;
    }

    .slider p {
        margin: 0 0 7px;
    }

    .slider h1 {
        font-size: 20px;
        line-height: 26px;
        margin: 0 0 10px;
    }

.info-col {
    margin: 0 0 19px;
}

    .info-col .text {
        background: #fff;
        font-size: 13px;
        border-left: 5px solid #011F5B;
        padding: 10px;
        box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    }

        .info-col .text p {
            margin: 0 0 15px;
        }

    .info-col ul li {
        overflow: hidden;
        padding: 0 0 8px 12px;
        position: relative;
    }

        .info-col ul li:after {
            position: absolute;
            left: 0;
            top: 4px;
            font: 12px/12px "fontello";
            content: "\e807";
        }

    .info-col .title {
        display: inline-block;
        vertical-align: top;
    }

    .info-col .info-text {
        display: block;
        overflow: hidden;
        margin: 0 0 4px;
        margin: 0 0 4px;
        color: #4d4d4d;
    }

    .info-col .tel-holder {
        display: inline-block;
        vertical-align: top;
        border-radius: 10px;
        border: 1px solid #89041e;
        line-height: 26px;
        padding: 0 10px 0 0;
        overflow: hidden;
    }

        .info-col .tel-holder span {
            display: inline-block;
            vertical-align: top;
            padding: 0 10px 0 25px;
            margin: 0 5px 0 0;
            overflow: hidden;
            position: relative;
            background: #89041e;
            color: #fff;
        }

            .info-col .tel-holder span:after {
                position: absolute;
                left: 7px;
                top: 4px;
                font: 16px/16px "fontello";
                content: "\e80a";
            }

    .info-col .tel {
        display: inline-block;
        vertical-align: top;
        color: #89041e;
        font-size: 15px;
        font-weight: 700;
    }

        .info-col .tel:hover {
            text-decoration: none;
            color: #570313;
        }

    .info-col:first-child .text {
        border-color: #011F5B;
    }

    .info-col:first-child ul li:after {
        color: #011F5B;
    }

    .info-col.wide .text {
        border-color: #951b1f;
    }

    .info-col.wide ul li:after {
        color: #011F5B;
    }

    .info-col h2 {
        font-size: 18px;
        line-height: 26px;
        margin: 0 0 10px;
    }

.detail-holder .title-text {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #ccc;
    padding: 0 2px;
}

.detail-section {
    border-left: 5px solid #011F5B;
    background: #f2f2f2;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, .1), 0 0 0 1px #ccc;
    position: relative;
}

    .detail-section .holder {
        overflow: hidden;
        padding: 12px;
    }

    .detail-section .header {
        overflow: hidden;
        margin: 0 0 11px;
        border-bottom: 1px dashed #ccc;
    }

        .detail-section .header .link {
            float: right;
            font-size: 11px;
            line-height: 26px;
            text-decoration: underline;
        }

            .detail-section .header .link:hover {
                text-decoration: none;
            }

        .detail-section .header h2 {
            margin: 0 5px 7px 0;
            font-size: 18px;
        }

    .detail-section ul {
        font-size: 13px;
        line-height: 18px;
    }

        .detail-section ul li {
            position: relative;
            padding: 11px 0 8px 12px;
            border-top: 1px dashed #ccc;
        }

            .detail-section ul li:first-child {
                border: 0;
                padding: 0 0 8px 12px;
            }

                .detail-section ul li:first-child:after {
                    top: 4px;
                }

            .detail-section ul li:after {
                position: absolute;
                left: 0;
                top: 13px;
                color: #011F5B;
                font: 11px/11px "fontello";
                content: "\e807";
            }

        .detail-section ul a {
            display: inline-block;
            vertical-align: top;
            margin: 0 0 1px;
        }

    .detail-section time {
        display: block;
        font-size: 10px;
        line-height: 18px;
        color: #4d4d4d;
    }

    .detail-section .col {
        padding: 0 0 25px;
    }

.link-holder {
    display: block;
    position: relative;
    padding: 0 0 0 18px;
}

    .link-holder:after {
        position: absolute;
        left: 0;
        top: 4px;
        font: 12px/12px "fontello";
        content: "\e807";
        color: #011F5B;
    }

.btn-orange {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 10px;
    background: #ee690a;
    background: -webkit-linear-gradient(left, #ee690a 0%, #ff8116 19%, #ff8918 30%, #ff8818 40%, #ff8016 57%, #f4720e 83%, #ee6a0d 100%);
    background: linear-gradient(to right, #ee690a 0%, #ff8116 19%, #ff8918 30%, #ff8818 40%, #ff8016 57%, #f4720e 83%, #ee6a0d 100%);
    cursor: pointer;
    border: 0;
    line-height: 19px;
    position: relative;
    padding: 10px 25px 10px 16px;
    color: #fff;
    min-width: 218px;
    line-height: 28px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .4);
    font-size: 23px;
    font-family: "Arial", serif;
    font-weight: bold;
}

    .btn-orange:after {
        position: absolute;
        right: 7px;
        top: 50%;
        margin: -12px 0 0;
        font: 24px/24px "fontello";
        content: "\e801";
        color: #fff;
    }

    .btn-orange:hover {
        color: #fff;
        text-decoration: none;
        background: #ff781c;
        background: -webkit-linear-gradient(left, #ff781c 0%, #ff7e29 6%, #ff984f 23%, #ff9c54 30%, #ff9c54 34%, #ff984f 47%, #ff9247 57%, #ff7921 94%, #ff771c 100%);
        background: linear-gradient(to right, #ff781c 0%, #ff7e29 6%, #ff984f 23%, #ff9c54 30%, #ff9c54 34%, #ff984f 47%, #ff9247 57%, #ff7921 94%, #ff771c 100%);
    }

.breadcrumb-holder {
    display: none;
}

.breadcrumbs {
    overflow: hidden;
    margin: 0 0 13px;
    letter-spacing: -6px;
    color: #999;
    text-transform: capitalize;
}

    .breadcrumbs li {
        display: inline-block;
        vertical-align: top;
        letter-spacing: 0;
    }

        .breadcrumbs li + li:before {
            display: inline-block;
            vertical-align: top;
            content: ">";
            margin: 0 7px;
        }

    .breadcrumbs a {
        color: #999;
    }

        .breadcrumbs a:hover {
            color: #01256e;
        }

    .breadcrumbs li.sfNoBreadcrumbNavigation a {
        cursor: default;
    }

        .breadcrumbs li.sfNoBreadcrumbNavigation a:hover {
            text-decoration: none;
            color: #999;
        }


#sidebar {
    display: none;
}

.aside-nav {
    border-left: 5px solid #011F5B;
    font-size: 15px;
    line-height: 26px;
}

    .aside-nav > li {
        overflow: hidden;
    }

        .aside-nav > li > a {
            display: block;
            border-top: 1px dashed #ccc;
            color: #1a1a1a;
            padding: 8px 12px 8px 10px;
        }

            .aside-nav > li > a:hover {
                color: #fff;
                background: #011F5B;
                text-decoration: none;
            }

        .aside-nav > li:first-child a {
            border: 0;
        }

        .aside-nav > li.active > a {
            color: #fff;
            background: #011F5B;
            text-decoration: none;
        }

.info-slider {
    box-shadow: 0 0 4px rgba(0, 0, 0, .1);
    position: relative;
    margin: 0 0 20px;
}

    .info-slider.not-enough-slides .btn-prev,
    .info-slider.not-enough-slides .btn-next {
        display: none;
    }

    .info-slider .btn-prev,
    .info-slider .btn-next {
        position: absolute;
        left: 0;
        top: 50%;
        width: 24px;
        height: 42px;
        margin: -21px 0 0;
        background: rgba(255, 255, 255, .6);
        text-align: center;
        z-index: 3;
        font-size: 25px;
        line-height: 25px;
        color: #4d4d4d;
        white-space: nowrap;
    }

        .info-slider .btn-prev:after,
        .info-slider .btn-next:after {
            display: inline-block;
            vertical-align: middle;
            margin: 0 0 0 -5px;
            min-height: 100%;
            overflow: hidden;
            width: 1px;
            content: "";
        }

        .info-slider .btn-prev span,
        .info-slider .btn-next span {
            display: inline-block;
            vertical-align: middle;
            margin: 0 5px 0 0;
        }

        .info-slider .btn-prev:hover,
        .info-slider .btn-next:hover {
            opacity: .8;
        }

    .info-slider .btn-next {
        left: auto;
        right: 0;
    }

        .info-slider .btn-next span {
            margin: 0 2px 0 0;
        }

    .info-slider .img-holder {
        position: relative;
        left: 50%;
        width: 100%;
        min-width: 600px;
    }

        .info-slider .img-holder img {
            display: block;
            width: 100%;
            height: auto;
            min-width: 600px;
            position: relative;
            left: -50%;
        }

    .info-slider .mask {
        width: 100%;
        overflow: hidden;
    }

    .info-slider .slideset {
        float: left;
        width: 9999px;
    }

    .info-slider .slide {
        float: left;
        width: 100%;
        position: relative;
        overflow: hidden;
    }

        .info-slider .slide.active {
            z-index: 2;
        }

        .info-slider .slide.red .icon-play-circled {
            color: #951b1f;
        }

    .info-slider .caption {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        text-align: right;
        white-space: nowrap;
    }

        .info-slider .caption:after {
            display: inline-block;
            vertical-align: middle;
            margin: 0 0 0 -5px;
            min-height: 100%;
            overflow: hidden;
            width: 1px;
            content: "";
        }

        .info-slider .caption .caption-holder {
            white-space: normal;
            padding: 10px 30px 10px 10px;
            display: inline-block;
            vertical-align: middle;
            background: rgba(255, 255, 255, .8);
            width: 250px;
            font-size: 13px;
            line-height: 18px;
            text-align: left;
            border-left: 5px solid #011F5B;
        }

        .info-slider .caption .title {
            display: block;
            margin: 0 0 8px;
            font-size: 18px;
            font-family: "Georgia", serif;
            line-height: 18px;
        }

        .info-slider .caption .link {
            display: inline-block;
            vertical-align: top;
            position: relative;
            padding: 0 20px 0 0;
            font-size: 12px;
            font-family: "Georgia", serif;
            line-height: 26px;
            color: #1a1a1a;
        }

            .info-slider .caption .link:hover {
                color: #1f80aa;
            }

        .info-slider .caption .icon-play-circled {
            position: absolute;
            right: 0;
            top: 50%;
            font-size: 18px;
            line-height: 18px;
            margin: -8px 0 0;
            color: #011F5B;
        }

.info-block {
    overflow: hidden;
}

    .info-block .header {
        overflow: hidden;
        margin: 0 0 20px;
    }

        .info-block .header .social-block {
            float: right;
        }

            .info-block .header .social-block img {
                display: block;
            }

        .info-block .header h1 {
            overflow: hidden;
            font-size: 26px;
            line-height: 30px;
            margin: 0;
        }

    .info-block .holder {
        overflow: hidden;
        position: relative;
        margin: 0 0 9px;
    }

        .info-block .holder .column {
            float: left;
            width: 100%;
            margin: 0 0 10px;
        }

        .info-block .holder .text {
            overflow: hidden;
            font-size: 13px;
            line-height: 18px;
        }

            .info-block .holder .text span.sub-head {
                display: block;
                margin: 0 0 11px;
            }

            .info-block .holder .text ul {
                overflow: hidden;
                padding: 0 0 0 4px;
                font-size: 13px;
            }

                .info-block .holder .text ul li {
                    overflow: hidden;
                    padding: 0 0 10px 12px;
                    position: relative;
                }

                    .info-block .holder .text ul li:after {
                        position: absolute;
                        left: 0;
                        top: 3px;
                        font: 12px/12px "fontello";
                        content: "\e807";
                        color: #011F5B;
                    }

            .info-block .holder .text p {
                margin: 0 0 12px;
            }

    .info-block .box {
        overflow: hidden;
        background: #f0f0f0;
        border-top: 3px solid #b20738;
        margin: 0 0 10px;
        padding: 30px 9px 20px;
        font-size: 18px;
        line-height: 26px;
    }

        .info-block .box address {
            font-style: normal;
            margin: 0 0 3px;
        }

            .info-block .box address span {
                display: block;
            }

        .info-block .box h2 {
            font-size: 18px;
            font-family: "Open Sans", sans-serif;
            line-height: 18px;
            margin: 0 0 19px;
        }

        .info-block .box p {
            margin: 0 0 12px;
        }

        .info-block .box.add {
            padding: 30px 11px 11px;
        }

            .info-block .box.add h2 {
                font-size: 18px;
                font-family: "Georgia", serif;
                line-height: 18px;
                margin: 0 0 13px;
            }

        .info-block .box.add2 {
            padding: 0 11px;
            font-size: 13px;
            line-height: 18px;
        }

            .info-block .box.add2 h2 {
                font-size: 13px;
                margin: 0 0 18px;
            }

    .info-block .text-area {
        overflow: hidden;
    }

        .info-block .text-area h2 {
            margin: 0 0 12px;
        }

    .info-block .list {
        overflow: hidden;
        margin: 0 0 18px;
        font-size: 18px;
    }

        .info-block .list li {
            overflow: hidden;
            padding: 0 0 9px 18px;
            position: relative;
        }

            .info-block .list li:after {
                position: absolute;
                left: 0;
                top: 4px;
                font: 12px/12px "fontello";
                content: "\e807";
                color: #011F5B;
            }

    .info-block .info-box {
        overflow: hidden;
        font-size: 18px;
        line-height: 26px;
    }

        .info-block .info-box h2 {
            margin: 0 0 12px;
        }

    .info-block .links {
        overflow: hidden;
        font-size: 13px;
    }

        .info-block .links li {
            overflow: hidden;
            padding: 0 0 8px 18px;
            position: relative;
        }

            .info-block .links li:after {
                position: absolute;
                left: 0;
                top: 4px;
                font: 12px/12px "fontello";
                content: "\e807";
                color: #011F5B;
            }

    .info-block br {
        display: none;
    }

.columns-holder {
    overflow: hidden;
}

    .columns-holder .column {
        width: 100%;
        padding: 5px 5px 13px;
        font-size: 13px;
    }

        .columns-holder .column .column-holder {
            background: #fff;
            box-shadow: 0 0 6px rgba(0, 0, 0, .2);
        }

    .columns-holder .text {
        overflow: hidden;
        padding: 10px;
    }

    .columns-holder h3 {
        font-size: 18px;
        margin: 0 0 15px;
    }

    .columns-holder .img-holder {
        overflow: hidden;
        margin: 0 0 5px;
        border-left: 5px solid #011F5B;
    }

    .columns-holder img {
        display: inline-block;
        vertical-align: top;
        max-width: 100%;
        height: auto;
        width: 100%;
    }

    .columns-holder .link-holder {
        padding: 0 0 0 11px;
    }

.columns-block {
    overflow: hidden;
}

    .columns-block .col {
        overflow: hidden;
        padding: 0 0 10px;
    }

    .columns-block .img-holder {
        overflow: hidden;
    }

    .columns-block img {
        display: inline-block;
        vertical-align: top;
        max-width: 100%;
        height: auto;
        width: 100%;
    }

    .columns-block h3 {
        color: #fff;
        background: #000;
        border-top: 3px solid #b20738;
        text-transform: uppercase;
        line-height: 26px;
        font-size: 15px;
        font-family: "Open Sans", sans-serif;
        padding: 7px 10px;
        text-align: center;
        margin: 0 0 20px;
    }

    .columns-block .text {
        overflow: hidden;
        background: #f0f0f0;
    }

    .columns-block ul {
        overflow: hidden;
        font-size: 13px;
        line-height: 18px;
        padding: 0 8px 9px 13px;
    }

        .columns-block ul li {
            overflow: hidden;
            padding: 0 0 0 12px;
            position: relative;
        }

            .columns-block ul li:after {
                position: absolute;
                left: 0;
                top: 4px;
                font: 12px/12px "fontello";
                content: "\e807";
                color: #011F5B;
            }

.text-block {
    overflow: hidden;
    margin: 0 0 18px;
    font-size: 13px;
    line-height: 18px;
}

    .text-block h1 {
        margin: 0 0 30px;
        line-height: 28px;
    }

    .text-block p {
        margin: 0 0 12px;
    }

.map-holder {
    overflow: hidden;
    margin: 0 0 24px;
}

    .map-holder img {
        display: inline-block;
        vertical-align: top;
        max-width: 100%;
        height: auto;
        width: 100%;
    }

.two-col .col {
    border-left: 5px solid #951b1f;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    padding: 20px 10px;
    font-size: 13px;
    line-height: 26px;
    margin: 0 0 20px;
}

.two-col .img-holder {
    overflow: hidden;
    margin: 0 0 5px;
}

    .two-col .img-holder img {
        display: inline-block;
        vertical-align: top;
        max-width: 100%;
        height: auto;
    }

.two-col h2 {
    margin: 0 0 12px;
}

.two-col address {
    font-style: normal;
    margin: 0 0 16px;
}

    .two-col address span {
        display: block;
    }

.two-col .tel-holder {
    display: inline-block;
    vertical-align: top;
    border-radius: 10px;
    border: 1px solid #89041e;
    line-height: 26px;
    padding: 0 10px 0 0;
    overflow: hidden;
}

    .two-col .tel-holder span {
        display: inline-block;
        vertical-align: top;
        padding: 0 5px 0 20px;
        margin: 0 5px 0 0;
        overflow: hidden;
        position: relative;
        background: #89041e;
        color: #fff;
    }

        .two-col .tel-holder span:after {
            position: absolute;
            left: 4px;
            top: 4px;
            font: 16px/16px "fontello";
            content: "\e80a";
        }

.two-col .tel {
    display: inline-block;
    vertical-align: top;
    color: #89041e;
    font-size: 13px;
    font-weight: 700;
}

    .two-col .tel:hover {
        text-decoration: none;
        color: #570313;
    }

.two-col ul {
    overflow: hidden;
    margin: 0 0 5px;
}

    .two-col ul li {
        overflow: hidden;
        padding: 0 0 5px 12px;
        position: relative;
    }

        .two-col ul li:after {
            position: absolute;
            left: 0;
            top: 4px;
            font: 12px/12px "fontello";
            content: "\e807";
            color: #951b1f;
        }

#footer {
    overflow: hidden;
    background: #E8E8E8;
    position: relative;
    padding: 18px 0 30px;
    text-align: center;
    font-size:14px;
    font-family:sans-serif;
}

    #footer .col-holder {
        display: none;
    }

    #footer .container {
        overflow: hidden;
    }

    #footer .logo {
        display: block;
        width: 126px;
        height: 26px;
        margin: 0 auto 10px;
    }

    #footer .footer-content {
        display: inline-block;
        vertical-align: top;
        line-height: 26px;
        font-family: "Georgia", serif;
        color: #333;
    }

        #footer .footer-content .copyright {
            display: block;
        }

        #footer .footer-content address {
            font-style: normal;
            margin: 0;
        }

            #footer .footer-content address span {
                display: block;
                color: #666;
            }

.nav .btn-opener {
    margin: 0 0 5px;
    float: left;
    font-size: 18px;
    font-weight: 700;
    line-height: 37px;
    color: #2f2f2f;
}

    .nav .btn-opener:hover {
        color: black;
        text-decoration: none;
    }

.nav.active .btn-opener,
.add-nav.add-nav-active .btn-opener {
    color: black;
    text-decoration: none;
}

.opener {
    float: right;
    width: 40px;
    height: 40px;
    margin: 0 0 0 18px;
    background: #b9b9b9;
    position: relative;
    border-radius: 3px;
}

    .opener:before,
    .opener:after,
    .opener span {
        background: #fff;
        border-radius: 0;
        position: absolute;
        top: 50%;
        left: 25%;
        right: 25%;
        height: 4px;
        margin-top: -2px;
        -webkit-transition: all .2s linear;
        transition: all .2s linear;
    }

    .opener:before,
    .opener:after {
        content: "";
        top: 30%;
    }

    .opener:after {
        top: 70%;
    }

.active .opener span {
    opacity: 0;
}

.opener:hover {
    opacity: .9;
}

.active .opener:after,
.active .opener:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    left: 15%;
    right: 15%;
}

.active .opener:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.resize-active .nav .slide,
.resize-active .nav .slide .slide-holder {
    -webkit-transition: none !important;
    transition: none !important;
}

.e-inner .container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}

    .e-inner .container > .row {
        margin: 0 -15px;
        overflow: hidden;
    }

.e-inner #main {
    padding: 0;
}

.e-inner img {
    vertical-align: top;
}


.contact-wrap {
    position: fixed;
    top: 119px;
    width: 191px;
    right: 0;
    z-index: 10;
}

    .contact-wrap.active .slide {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .contact-wrap .slide {
        z-index: 2;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: -webkit-transform ease .3s;
        transition: transform ease .3s;
        left: 0 !important;
        position: absolute !important;
        top: 0 !important;
        display: block !important;
    }

        .contact-wrap .slide.js-slide-hidden {
            display: block !important;
            left: 0 !important;
            position: absolute !important;
            top: 0 !important;
        }

        .contact-wrap .slide .box-address {
            background: rgba(91, 82, 73, .6);
            display: block;
            font-style: normal;
            color: #fff;
            text-shadow: -2px 2px rgba(0, 0, 0, .23);
            padding: 18px 10px 16px 20px;
            font-size: 18px;
            line-height: 17px;
        }

            .contact-wrap .slide .box-address a:hover {
                text-decoration: none;
                opacity: .8;
            }

        .contact-wrap .slide .direction {
            color: #fff;
            display: inline-block;
            vertical-align: top;
            position: relative;
            padding: 0 0 0 12px;
        }

            .contact-wrap .slide .direction:before {
                position: absolute;
                top: 0;
                left: 0;
                content: "\f031";
                clear: both;
                font-family: "fontello";
                font-style: normal;
                font-weight: normal;
                speak: none;
                display: inline-block;
                text-decoration: inherit;
                text-align: center;
                font-variant: normal;
                text-transform: none;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

        .contact-wrap .slide dl {
            margin: 0;
            padding: 0;
        }

            .contact-wrap .slide dl dt {
                margin: 0 0 8px;
            }

            .contact-wrap .slide dl dd {
                padding: 0 0 0 18px;
                margin: 0 0 9px;
                font-weight: bold;
            }

            .contact-wrap .slide dl .tel {
                color: #fff;
                display: inline-block;
                vertical-align: top;
                position: relative;
                padding: 0 0 0 12px;
            }

                .contact-wrap .slide dl .tel:before {
                    position: absolute;
                    top: 0;
                    left: 0;
                    content: "\f10b";
                    clear: both;
                    font-family: "fontello";
                    font-style: normal;
                    font-weight: normal;
                    speak: none;
                    display: inline-block;
                    text-decoration: inherit;
                    text-align: center;
                    font-variant: normal;
                    text-transform: none;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                }

        .contact-wrap .slide .title {
            font-size: 18px;
            display: block;
            line-height: 26px;
            margin: 0;
        }

        .contact-wrap .slide .place {
            display: block;
            font-size: 18px;
            font-style: italic;
            line-height: 26px;
            margin: 0 0 10px;
        }

    .contact-wrap .heading {
        background: rgba(91, 82, 73, .8);
        padding: 5px 10px 7px;
    }

        .contact-wrap .heading + .box-address {
            background: rgba(126, 116, 107, .6);
        }

    .contact-wrap .opener-openclose span {
        color: #d1cbc3;
        display: inline-block;
        vertical-align: top;
        font-size: 18px;
    }

    .contact-wrap .social-box {
        background: rgba(26, 23, 18, .8);
        text-align: center;
        padding: 10px 0 5px;
    }

        .contact-wrap .social-box ul {
            display: inline-block;
            vertical-align: top;
        }

            .contact-wrap .social-box ul li {
                float: left;
                margin: 0 5px 5px 4px;
            }

            .contact-wrap .social-box ul a {
                width: 27px;
                height: 27px;
                display: block;
                text-indent: -9999px;
                overflow: hidden;
                background: url(../images/sprite-v2.png) no-repeat;
            }

                .contact-wrap .social-box ul a:hover {
                    opacity: .6;
                }

            .contact-wrap .social-box ul .facebook {
                background-position: 0 -22px;
            }

            .contact-wrap .social-box ul .twitter {
                background-position: -36px -22px;
            }

            .contact-wrap .social-box ul .instagramm {
                background-position: -72px -22px;
            }

            .contact-wrap .social-box ul .flickr {
                background-position: -108px -22px;
            }

            .contact-wrap .social-box ul .youtube {
                background-position: -181px -22px;
            }

.opener-wrap {
    position: absolute;
    top: 30px;
    right: -30px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

    .opener-wrap .opener-openclose {
        width: 90px;
        height: 30px;
        display: block;
        font-weight: 300;
        color: #3c3022;
        background: #dfdad5;
        text-align: center;
        text-transform: uppercase;
        font-size: 18px;
        line-height: 30px;
        opacity: 1;
        -webkit-transition: opacity .3s ease;
        transition: opacity .3s ease;
    }

        .opener-wrap .opener-openclose:hover {
            text-decoration: none;
            opacity: .8;
        }

.active .opener-wrap .opener-openclose {
    opacity: 0;
}

.intro-gallery {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .intro-gallery .mask {
        position: relative;
        width: 100%;
        overflow: hidden;
    }

    .intro-gallery.not-enough-slides .btn-prev,
    .intro-gallery.not-enough-slides .btn-next {
        display: none;
    }

    .intro-gallery .btn-next-gallery,
    .intro-gallery .btn-prev-gallery,
    .intro-gallery .btn-prev,
    .intro-gallery .btn-next {
        position: absolute;
        left: 18px;
        top: 50%;
        width: 40px;
        height: 60px;
        margin: -33px 0 0;
        text-align: center;
        z-index: 3;
        color: #fff;
        opacity: .5;
        display: none;
    }


.col-x9 .intro-gallery {
    padding-bottom: 25px;
}

.intro-gallery .btn-next-gallery:after,
.intro-gallery .btn-prev-gallery:after,
.intro-gallery .btn-prev:after,
.intro-gallery .btn-next:after {
    content: "";
    clear: both;
    display: block;
    width: 36px;
    height: 36px;
    border: 6px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-width: 0 0 6px 6px;
    margin: 18px 0 0 10px;
}

.intro-gallery .btn-next-gallery:hover,
.intro-gallery .btn-prev-gallery:hover,
.intro-gallery .btn-prev:hover,
.intro-gallery .btn-next:hover {
    opacity: .8;
}

.intro-gallery .btn-next-gallery,
.intro-gallery .btn-next {
    left: auto;
    right: 16px;
}

    .intro-gallery .btn-next-gallery:after,
    .intro-gallery .btn-next:after {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        border-width: 6px 6px 0 0;
        margin: 18px 0 0 -10px;
    }

.intro-gallery .slideset {
    width: 99999px;
    float: left;
}

.intro-gallery .slide {
    position: relative;
    z-index: 0;
    float: left;
}

    .intro-gallery .slide.active {
        z-index: 2;
    }

    .intro-gallery .slide:after {
        height: 33%;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        content: "";
        clear: both;
        background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, .07) 13%, rgba(0, 0, 0, .19) 28%, rgba(0, 0, 0, .54) 63%, rgba(0, 0, 0, .7) 83%, rgba(0, 0, 0, .8) 99%, rgba(0, 0, 0, .73) 100%);
        background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, .07) 13%, rgba(0, 0, 0, .19) 28%, rgba(0, 0, 0, .54) 63%, rgba(0, 0, 0, .7) 83%, rgba(0, 0, 0, .8) 99%, rgba(0, 0, 0, .73) 100%);
    }

    .no-caption .intro-gallery .slide:after {
        background: none;
    }

    .no-title .intro-gallery .slide:after {
        background: none;
    }

    .intro-gallery .slide h1 {
        position: absolute;
        bottom: 10px;
        left: 0;
        right: 0;
        margin: 0;
        font-size: 18px;
        line-height: 1.2;
        text-align: center;
        font-weight: 300;
        color: #fff;
        width: 100%;
        font-family: "Open Sans", sans-serif;
        z-index: 2;
        border: none;
        padding: 0;
        letter-spacing: 0;
    }

    .no-title .intro-gallery .slide h1 {
        display: none;
    }

    .intro-gallery .slide img {
        max-width: none;
        width: 100%;
    }

    .intro-gallery .slide iframe {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: auto !important;
        height: 100% !important;
        z-index: 1;
    }

.content-section-even .three-col-box,
.three-col-box {
    overflow: hidden;
    padding-top: 18px;
}

    .content-section-even .three-col-box p,
    .three-col-box p {
        margin: 0;
    }

    .three-col-box .col-x4,
    .three-col-box .col-x6,
    .three-col-box .col-x12 {
        padding: 7px 15px;
        position: relative;
        text-align: center;
        line-height: 26px;
        font-size: 18px;
        color: #595653;
        margin-bottom: 10px;
    }

        .three-col-box .col-x6:after,
        .three-col-box .col-x12:after,
        .three-col-box .col-x4:after {
            content: "";
            clear: both;
            position: absolute;
            top: 0;
            left: 15px;
            right: 15px;
            height: 6px;
        }

.grey .three-col-box .col-x4:after,
.grey .three-col-box .col-x6:after,
.grey .three-col-box .col-x12:after {

}

.yellow .three-col-box .col-x4:after,
.yellow .three-col-box .col-x6:after,
.yellow .three-col-box .col-x12:after {

}

.blue .three-col-box .col-x4:after,
.blue .three-col-box .col-x6:after,
.blue .three-col-box .col-x12:after {

}

.purple .three-col-box .col-x4:after,
.purple .three-col-box .col-x6:after,
.purple .three-col-box .col-x12:after {

}

.green .three-col-box .col-x4:after,
.green .three-col-box .col-x6:after,
.green .three-col-box .col-x12:after {

}

.red .three-col-box .col-x4:after,
.red .three-col-box .col-x6:after,
.red .three-col-box .col-x12:after {

}


.three-col-box .col-x4.col-yellow:after,
.three-col-box .col-x6.col-yellow:after,
.three-col-box .col-x12.col-yellow:after {

}

.three-col-box .col-x4.col-blue:after,
.three-col-box .col-x6.col-blue:after,
.three-col-box .col-x12.col-blue:after {

}

.three-col-box .col-x4.col-red:after,
.three-col-box .col-x6.col-red:after,
.three-col-box .col-x12.col-red:after {

}


.three-col-box .col-x4.col-nocolor:after,
.three-col-box .col-x6.col-nocolor:after,
.three-col-box .col-x12.col-nocolor:after {
    background: inherit;
}

.content-section-even .three-col-box .img-wrap,
.three-col-box .img-wrap {
    text-align: center;
    overflow: hidden;
    position: relative;
    margin-bottom: 18px;
}

    .content-section-even .three-col-box .img-wrap:after,
    .three-col-box .img-wrap:after {
        -webkit-transition: background .6s ease, height .6s ease;
        transition: background .6s ease, height .6s ease;
        height: 33%;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        content: "";
        clear: both;
        background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, .07) 13%, rgba(0, 0, 0, .19) 28%, rgba(0, 0, 0, .54) 63%, rgba(0, 0, 0, .7) 83%, rgba(0, 0, 0, .8) 99%, rgba(0, 0, 0, .73) 100%);
        background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, .07) 13%, rgba(0, 0, 0, .19) 28%, rgba(0, 0, 0, .54) 63%, rgba(0, 0, 0, .7) 83%, rgba(0, 0, 0, .8) 99%, rgba(0, 0, 0, .73) 100%);
    }

    .content-section-even .three-col-box .img-wrap:hover:after,
    .three-col-box .img-wrap:hover:after {
        height: 100%;
        background: rgba(0, 0, 0, .8);
    }

    .content-section-even .three-col-box .img-wrap:hover .img-text .text,
    .three-col-box .img-wrap:hover .img-text .text {
        max-height: 299px;
    }

.content-section-even .three-col-box img,
.three-col-box img {
    width: 100%;
    max-width: none;
}

.content-section-even .three-col-box .img-text,
.three-col-box .img-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: background .6s ease;
    transition: background .6s ease;
    color: #fff;
    z-index: 2;
    padding: 0 15px 4px;
}

    .content-section-even .three-col-box .img-text .text,
    .three-col-box .img-text .text {
        color: #d4d4d4;
        font-size: 12px;
        line-height: 26px;
        max-height: 0;
        overflow: hidden;
        -webkit-transition: max-height .6s ease;
        transition: max-height .3s ease;
    }

        .content-section-even .three-col-box .img-text .text p,
        .three-col-box .img-text .text p {
            margin: 0 0 5px;
        }

        .content-section-even .three-col-box .img-text .text .more,
        .three-col-box .img-text .text .more {
            color: #d4d4d4;
            color: #fff;
            display: inline-block;
            vertical-align: top;
            position: relative;
            margin-bottom: 12px;
        }

            .content-section-even .three-col-box .img-text .text .more:before,
            .three-col-box .img-text .text .more:before {
                font-family: "fontello";
                font-style: normal;
                font-weight: normal;
                speak: none;
                display: inline-block;
                text-decoration: inherit;
                text-align: center;
                font-variant: normal;
                text-transform: none;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                content: "\e801";
                vertical-align: top;
                margin: 2px 2px 0 0;
                line-height: 1;
            }

            .content-section-even .three-col-box .img-text .text .more:hover:before,
            .three-col-box .img-text .text .more:hover:before {
                text-decoration: none;
            }

.content-section-even .three-col-box h2,
.three-col-box h2 {
    font: 20px/26px "Open Sans", sans-serif;
    margin: 0 0 11px;
    /*text-transform: uppercase;*/
    border: none;
    color: #fff;
}

.content-section-even .three-col-box .title,
.three-col-box .title {
    display: block;
}

    .content-section-even .three-col-box .title a,
    .three-col-box .title a {
        color: #951b1f;
        text-decoration: underline;
    }

        .content-section-even .three-col-box .title a:hover,
        .three-col-box .title a:hover {
            text-decoration: none;
        }

.content-section-even .three-col-box {
    padding: 27px 5px 22px;
}


    .content-section-even .three-col-box .content-section-even .col-x4:after,
    .content-section-even .three-col-box .col-x6:after,
    .content-section-even .three-col-box .col-x12:after,
    {
        left: 10px;
        right: 10px;
        height: 4px !important;
    }

    .content-section-even .three-col-box h2 {
        font-size: 20px;
        margin: 0 0 6px;
        line-height: 26px;
    }

.col-x12,
.col-x11,
.col-x10,
.col-x9,
.col-x8,
.col-x7,
.col-x6,
.col-x5,
.col-x4,
.col-x3,
.col-x2,
.col-x1 {
    padding: 0 10px 10px;
    width: auto;
}

/*.three-col-box .col-x4,*/
.three-col-box .col-x6,
.three-col-box .col-x12 {
    padding: 7px 10px !important;
    margin-bottom: 7px;
}

.col-x9 .col-x12, .col-x9 .col-x9, .col-x9 .col-x8, .col-x9 .col-x6 {
    padding: 0;
}

.col-x12 > .row,
.col-x11 > .row,
.col-x10 > .row,
.col-x9 > .row,
.col-x8 > .row,
.col-x7 > .row,
.col-x6 > .row,
.col-x5 > .row,
.col-x4 > .row,
.col-x3 > .row,
.col-x2 > .row,
.col-x1 > .row {
    margin: 0 -15px;
}

.col-x12 {
    width: auto;
    float: none !important;
}

.twocolumn {
    margin-bottom: 36px;
}

    .twocolumn h2 {
        font-size: 18px;
        color: #2f2f2f;
        margin: 0;
        letter-spacing: 0px;
    }

    .twocolumn p {
        margin: 0;
    }

    .twocolumn .heading {
        overflow: hidden;
        border-bottom: 2px solid #f5f5f5;
        padding-bottom: 3px;
        margin-bottom: 20px;
    }

.heading .view {
    float: right;
    color: #011F5B;
    font-size: 12px;
    line-height: 1.1;
    padding: 0;
    margin-top: 2px;
}

    .heading .view span {
        margin: 2px -2px 0 0;
        font-size: 12px;
        vertical-align: top;
        display: inline-block;
        vertical-align: top;
        line-height: 1;
    }

.twocolumn .post {
    font-size: 12px;
    line-height: 18px;
    color: #222;
    overflow: hidden;
    margin-bottom: 11px;
    border-bottom: 2px solid #f5f5f5;
}

    .twocolumn .post h3 {
        font: 600 18px/26px "Open Sans", sans-serif;
        margin: 0 0 4px;
    }

        .twocolumn .post h3 a {
            color: #011F5B;
        }

    .twocolumn .post .date {
        font-style: italic;
        font-size: 12px;
        display: block;
        margin-bottom: 4px;
    }

    .twocolumn .post p {
        margin: 0 0 18px;
    }

.twocolumn .event, .event.list {
    padding: 5px 0 3px;
    margin-bottom: 8px;
    border-bottom: 2px solid #f5f5f5;
}

    .twocolumn .event .ico, .event.list .ico {
        float: left;
        margin: 5px 18px 0 0;
    }

    .twocolumn .event h3, .article-list h3, .event .post-content h3, .stories .post-content h3, .faculty-list h3, .event.list h3, .personsGrid h3 {
        margin: 0;
        font: 600 20px/26px "Open Sans", sans-serif;
        /*font: 600 18px/26px "Open Sans", sans-serif;*/
    }


        .twocolumn .event h3 a, .article-list h3 a, .event .post-content h3 a, .stories .post-content h3 a, .faculty-list h3 a, .event.list h3 a, .personsGrid h3 a {
            color: #011F5B;
        }

    .twocolumn .event ul, .event.list ul {
        font-weight: bold;
        font-size: 18px;
        padding: 6px 0;
        color: #222;
    }

        .twocolumn .event ul li, .event.list ul li {
            margin-bottom: 2px;
        }

            .twocolumn .event ul li span, .event.list ul li span {
                display: inline-block;
                vertical-align: top;
                margin-right: 13px;
                color: #7a7a7a;
            }

.event .post-content h3 a {
    color: #011F5B;
}

.event .post-content ul {
    font-weight: bold;
    font-size: 18px;
    padding: 6px 0;
    color: #222;
}

    .event .post-content ul li span {
        display: inline-block;
        vertical-align: top;
        margin-right: 13px;
        color: #7a7a7a;
    }

.section-social {
    margin-bottom: 43px;
    overflow: hidden;
}

    .section-social .section-social {
        margin-bottom: 0px;
        overflow: hidden;
    }

    .section-social img {
        width: 100%;
        max-width: none;
    }

    .section-social .heading {
        text-align: center;
        margin-bottom: 26px;
    }

        .section-social .heading .icon {
            display: block;
            width: 29px;
            height: 29px;
            margin: 0 auto 11px;
            background: url(../images/sprite-v2.png) no-repeat;
        }

        .section-social .heading .icon-instagramm {
            background-position: 0 -52px;
            float: none;
        }

        .section-social .heading .icon-twitter {
            background-position: -28px -52px;
            float: none;
        }

        .section-social .heading .icon-facebook {
            background-position: -57px -52px;
            float: none;
        }

/*.social {
        overflow: hidden;
        margin-bottom:26px;
}*/

.social .icon {
    /*display: inline-block;*/
    width: 29px;
    height: 29px;
    margin: 0 auto 11px;
    background: url(../images/sprite-v2.png) no-repeat;
}

.social .icon-instagramm {
    background-position: 0 -52px;
    float: none;
}

.social .icon-twitter {
    background-position: -28px -52px;
    float: none;
}

.social .icon-facebook {
    background-position: -57px -52px;
    float: none;
}


.social-link {
    font-size: 30px;
    color: #B5ADA5;
    padding: 10px;
}


.section-social .link {
    display: block;
    font-size: 18px;
}

    .section-social .link a {
        color: #011F5B;
    }

.section-social iframe {
    height: 300px;
    width: 100%;
    margin: 0 auto;
    border: none !important;
}

.section-social .row {
    width: inherit;
}

.section [class^="col-x"],
.section [class*=" icon-"] {
    float: none;
}

.section .col-x12 {
    float: none;
}

.section h1 {
    border-bottom: 1px solid rgba(1, 31, 91, .15);
    margin: 0 0 5px;
    color: #011F5B;
    padding-bottom: 2px;
    font-size: 20px;
    line-height: 24px;
}

.section h2 {
    border-bottom: 1px solid rgba(1, 31, 91, .15);
    margin: 0 0 5px;
    color: #011F5B;
    letter-spacing: 0px;
    padding-bottom: 2px;
    font-size: 17px;
    line-height: 26px;
}

.section h3 {
    margin: 0 0 5px;
    color: #011F5B;
    font-size: 18px;
    line-height: 24px;
}

.section h4 {
    margin: 0 0 15px;
    color: #011F5B;
    font: bold 18px/18px "Open Sans", sans-serif;
}

.section .pagination-gallery,
.section .pagination {
    text-align: center;
    padding: 10px 0;
}

    .section .pagination-gallery ul,
    .section .pagination ul {
        display: inline;
        vertical-align: top;
        overflow: hidden;
    }

    .section .pagination-gallery .slide-gallery,
    .section .pagination-gallery li,
    .section .pagination .slide-gallery,
    .section .pagination li {
        float: left;
        width: 20%;
        padding: 0 7px;
    }


        .section .pagination-gallery .slide-gallery a,
        .section .pagination-gallery li a,
        .section .pagination .slide-gallery a,
        .section .pagination li a {
            display: block;
            padding-top: 3px;
            position: relative;
        }

    .section .pagination-gallery .active a:after,
    .section .pagination .active a:after {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        content: "";
        clear: both;
        height: 2px;
        background: #011F5B;
    }

    .section .pagination-gallery .mask-gallery,
    .section .pagination .mask-gallery {
        overflow: hidden;
        height: 70px !important;
    }

.section .slideset-gallery {
    width: 100% !important;
    letter-spacing: -5px;
    white-space: nowrap;
}

    .section .slideset-gallery .slide-gallery {
        float: none;
        display: inline-block;
        vertical-align: top;
        white-space: normal;
        letter-spacing: 0;
    }

.section-gallery {
    overflow: hidden;
    margin-bottom: 13px;
}

    .section-gallery [class^="col-x"],
    .section-gallery [class*=" icon-"] {
        padding-top: 12px;
    }

    .section-gallery h2 {
        margin-bottom: 5px;
    }

    .section-gallery .caption-h1 {
        position: absolute;
        bottom: 13px;
        left: 0;
        right: 0;
        margin: 0;
        font-size: 18px;
        line-height: 1.2;
        text-align: center;
        font-weight: 300;
        color: #fff;
        width: 100%;
        font-family: "Open Sans", sans-serif;
        z-index: 2;
        border: none;
        word-spacing: -1px;
        padding: 0;
        letter-spacing: 0;
    }

    .section-gallery .caption {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(255, 255, 255, .8);
        font-size: 12px;
        padding: 2px 2.2% 0;
        line-height: 26px;
    }

        .section-gallery .caption .caption-h1 {
            position: relative;
            bottom: auto;
            left: auto;
            color: #595653;
            display: block;
            text-align: left;
            margin-bottom: 7px;
        }

        .section-gallery .caption p {
            margin: 0 0 10px;
        }

.sf_colsIn .section-social {
    padding: 0 15px;
}


.gallery-t1 {
    max-width: 600px;
    margin: 0 auto;
}

    .gallery-t1 .btn-next-gallery,
    .gallery-t1 .btn-prev-gallery {
        left: 18px;
        top: 50%;
        bottom: auto;
        width: 20px;
        height: 30px;
        margin: -10px 0 0;
        opacity: 1;
    }

        .gallery-t1 .btn-next-gallery:after,
        .gallery-t1 .btn-prev-gallery:after {
            width: 9px;
            height: 9px;
            border: 6px solid #999;
            border-width: 0 0 2px 2px;
            margin: 10px 0 0 8px;
        }

        .gallery-t1 .btn-next-gallery:hover,
        .gallery-t1 .btn-prev-gallery:hover {
            opacity: .8;
        }

    .gallery-t1 .btn-next-gallery {
        left: auto !important;
        right: 15px;
    }

        .gallery-t1 .btn-next-gallery:after {
            border-width: 2px 2px 0 0;
            margin: 10px 0 0 5px;
        }

    .gallery-t1 .slide {
        float: left;
        background-color: black;
    }

        .gallery-t1 .slide img {
            height: 380px;
            margin: 0 auto;
            display: block;
            width: auto;
        }

    .gallery-t1 .pagination-gallery,
    .gallery-t1 .pagination {
        position: relative;
    }

        .gallery-t1 .pagination-gallery ul,
        .gallery-t1 .pagination ul {
            overflow: auto;
            letter-spacing: -6px;
            white-space: nowrap;
            display: block;
            width: 100%;
            padding: 0 0 10px;
        }

            .gallery-t1 .pagination-gallery ul li,
            .gallery-t1 .pagination ul li {
                display: inline-block;
                float: none;
                letter-spacing: 0;
                white-space: normal;
            }

        .gallery-t1 .pagination-gallery img,
        .gallery-t1 .pagination img {
            width: 100%;
            height: auto;
        }

.gallery-t2 .slide:after {
    display: none !important;
}

.gallery-t2 .btn-prev,
.gallery-t2 .btn-next {
    left: 18px;
    top: auto;
    bottom: 29px;
    width: 20px;
    height: 30px;
    margin: -10px 0 0;
    z-index: 3;
    opacity: 1;
}

    .gallery-t2 .btn-prev:after,
    .gallery-t2 .btn-next:after {
        width: 13px;
        height: 13px;
        border: 6px solid #a09b95;
        border-width: 0 0 3px 3px;
        margin: 10px 0 0 8px;
    }

    .gallery-t2 .btn-prev:hover,
    .gallery-t2 .btn-next:hover {
        opacity: .8;
    }

.gallery-t2 .btn-next {
    left: auto !important;
    right: 10px;
}

    .gallery-t2 .btn-next:after {
        border-width: 3px 3px 0 0;
        margin: 10px 0 0 5px;
    }

.gallery-t3 {
    padding-top: 11px;
}

    .gallery-t3 .slide {
        background: #e8e5e1;
        margin-left: .1px;
    }

        .gallery-t3 .slide.active {
            margin: 0;
        }

        .gallery-t3 .slide .slide-wrap {
            width: 100%;
        }

        .gallery-t3 .slide:after {
            display: none !important;
        }

        .gallery-t3 .slide .alignleft {
            margin: 0 auto;
        }

        .gallery-t3 .slide .text-slide {
            width: auto;
            padding: 4px 12px 6px;
            font-size: 12px;
            line-height: 18px;
        }

            .gallery-t3 .slide .text-slide h4 {
                line-height: 26px;
                margin-bottom: 5px;
            }

            .gallery-t3 .slide .text-slide p {
                margin: 0;
            }

    .gallery-t3 .btn-prev-gallery,
    .gallery-t3 .btn-next-gallery,
    .gallery-t3 .btn-prev,
    .gallery-t3 .btn-next {
        left: 27px;
        top: auto;
        bottom: 25px;
        width: 20px;
        height: 30px;
        margin: 0;
        z-index: 3;
        opacity: 1;
    }

        .gallery-t3 .btn-prev-gallery:after,
        .gallery-t3 .btn-next-gallery:after,
        .gallery-t3 .btn-prev:after,
        .gallery-t3 .btn-next:after {
            width: 13px;
            height: 13px;
            border: 6px solid #999;
            border-width: 0 0 3px 3px;
            margin: 10px 0 0 8px;
        }

        .gallery-t3 .btn-prev-gallery:hover,
        .gallery-t3 .btn-next-gallery:hover,
        .gallery-t3 .btn-prev:hover,
        .gallery-t3 .btn-next:hover {
            opacity: .8;
        }

    .gallery-t3 .btn-next-gallery,
    .gallery-t3 .btn-next {
        left: auto !important;
        right: 20px;
    }

        .gallery-t3 .btn-next-gallery:after,
        .gallery-t3 .btn-next:after {
            border-width: 3px 3px 0 0;
            margin: 10px 0 0 5px;
        }

    .gallery-t3 .pagination-gallery,
    .gallery-t3 .pagination {
        padding: 10px 0;
    }

        .gallery-t3 .pagination-gallery .slide-gallery,
        .gallery-t3 .pagination-gallery li,
        .gallery-t3 .pagination .slide-gallery,
        .gallery-t3 .pagination li {
            width: 20%;
            padding: 0 5px;
        }

        .gallery-t3 .pagination-gallery .active a:after,
        .gallery-t3 .pagination .active a:after {
            height: 3px;
        }

        .gallery-t3 .pagination-gallery a,
        .gallery-t3 .pagination a {
            padding-top: 5px;
        }

    .gallery-t3.full .slide .text-slide {
        font-size: 12px;
        line-height: 18px;
    }

        .gallery-t3.full .slide .text-slide h4 {
            font-size: 18px;
            line-height: 26px;
            margin-bottom: 5px;
        }

        .gallery-t3.full .slide .text-slide p {
            margin: 0;
        }

    .gallery-t3.full .pagination-gallery,
    .gallery-t3.full .pagination {
        padding: 10px 0 0;
    }

        .gallery-t3.full .pagination-gallery .slide-gallery,
        .gallery-t3.full .pagination-gallery li,
        .gallery-t3.full .pagination .slide-gallery,
        .gallery-t3.full .pagination li {
            padding: 0 5px;
        }

        .gallery-t3.full .pagination-gallery .active a:after,
        .gallery-t3.full .pagination .active a:after {
            height: 4px;
        }

        .gallery-t3.full .pagination-gallery a,
        .gallery-t3.full .pagination a {
            padding-top: 6px;
        }

    .gallery-t3.full .btn-prev-gallery,
    .gallery-t3.full .btn-next-gallery,
    .gallery-t3.full .btn-prev,
    .gallery-t3.full .btn-next {
        left: 43px;
        bottom: 35px;
    }

        .gallery-t3.full .btn-prev-gallery:after,
        .gallery-t3.full .btn-next-gallery:after,
        .gallery-t3.full .btn-prev:after,
        .gallery-t3.full .btn-next:after {
            width: 18px;
            height: 18px;
            margin: 6px 0 0 4px;
        }

    .gallery-t3.full .btn-next-gallery,
    .gallery-t3.full .btn-next {
        left: auto !important;
        right: 38px;
    }

        .gallery-t3.full .btn-next-gallery:after,
        .gallery-t3.full .btn-next:after {
            margin: 6px 0 0 -4px;
        }

.widget-list {
    margin-bottom: 20px;
}

    .widget-list > ul {
        font-size: 12px;
    }

        .widget-list > ul > li {
            border-bottom: 2px solid #e9e6e2;
        }

            .widget-list > ul > li:first-child > a {
                padding: 5px 10px 8px;
            }

            .widget-list > ul > li > a {
                color: #000;
                padding: 7px 10px 8px;
                display: block;
            }

                .widget-list > ul > li > a:hover {
                    color: #fff;
                    text-decoration: none;
                }

    .widget-list .subnav, .widget-list .subnav li {
        font-size: 16px;
    }

.grey .widget-list > ul > li > a:hover {
    background: #011F5B;
}

.yellow .widget-list > ul > li > a:hover {
    background: #011F5B;
}

.blue .widget-list > ul > li > a:hover {
    background: #011F5B;
}

.purple .widget-list > ul > li > a:hover {
    background: #011F5B;
}

.green .widget-list > ul > li > a:hover {
    background: #011F5B;
}

.red .widget-list > ul > li > a:hover {
    background: #951b1f;
}

.widget-list > ul > li > a.has-drop-down-a {
    color: #fff;
}

.grey .widget-list > ul > li > a.has-drop-down-a {
    background: #011F5B;
}

.yellow .widget-list > ul > li > a.has-drop-down-a {
    background: #011F5B;
}

.blue .widget-list > ul > li > a.has-drop-down-a {
    background: #011F5B;
}

.purple .widget-list > ul > li > a.has-drop-down-a {
    background: #011F5B;
}

.green .widget-list > ul > li > a.has-drop-down-a {
    background: #011F5B;
}

.red .widget-list > ul > li > a.has-drop-down-a {
    background: #951b1f;
}

.widget-list > ul > li ul li.has-drop-down {
    border-bottom: 2px solid #e9e6e2;
}

.widget-list > ul > li ul {
    /*border-top: 2px solid #e9e6e2;*/
    border-top: none;
    font-size: 18px;
    line-height: 17px;
    padding: 2px 0 0;
}

    .widget-list > ul > li ul li {
        border-bottom: 2px solid #e9e6e2;
    }

        .widget-list > ul > li ul li:last-child {
            border-bottom: none;
        }


    .widget-list > ul > li ul a {
        padding: 6px 0 10px;
        display: block;
        color: #000;
        font-weight: 500;
    }

        .widget-list > ul > li ul a.has-drop-down-a {
            /*color: #002162;*/
            color: black;
            font-weight: bold;
        }

        .widget-list > ul > li ul a:hover {
            /*color: #002162;*/
            color: black;
            font-weight: bold;
            text-decoration: none;
        }

    .widget-list > ul > li ul ul {
        padding: 0 0 0 2px;
    }

        .widget-list > ul > li ul ul li {
            margin-bottom: 2px;
        }

        /*.widget-list > ul > li ul ul li:last-child {
	margin-bottom: 0;
	border-bottom: 2px solid #e9e6e2;
}*/

        .widget-list > ul > li ul ul a {
            padding: 4px 0 9px;
        }

.content-section {
    overflow: hidden;
    margin-bottom: 20px;
}

    .content-section.content-section-even {
        margin-bottom: 0;
    }

    .content-section .three-columns {
        overflow: hidden;
    }

        .content-section .three-columns h1 {
            margin-bottom: 0;
        }

    .content-section .col-wrapper {
        padding: 0 15px;
    }

    .content-section .post {
        padding: 10px 0;
        font-size: 12px;
        line-height: 26px;
        overflow: hidden;
        border-bottom: 2px solid #e9e6e2;
    }

    .content-section .researchcenter .post {
        border-bottom: 0px;
    }

    .content-section .post .alignleft {
        float: left;
        width: 32.8%;
        margin: 0 10px 0 0;
    }

    .content-section .post h4 {
        line-height: 26px;
        margin-bottom: 4px;
        word-spacing: -1px;
    }

    .content-section .post p {
        margin: 0;
        margin-bottom: 10px;
    }

    .content-section .post .more {
        float: right;
    }

        .content-section .post .more:before {
            font-size: 18px;
            line-height: 17px;
            content: "»";
            clear: both;
            display: inline-block;
            vertical-align: top;
            margin: -2px 2px 0 0;
        }

    .content-section .post.even .alignleft {
        width: 29.8%;
        margin: 3px 31px 30px 0;
    }

    .content-section .post.even p {
        margin-bottom: 10px;
    }

.section-lists {
    margin-bottom: 34px;
}

.accordion {
    padding: 12px 0;
    font-size: 18px;
}

    .accordion > li {
        display: block;
        border-bottom: 2px solid #c0d3d1;
    }

        .accordion > li:first-child {
            border-top: 2px solid #c0d3d1;
        }

            .accordion > li:first-child > a {
                padding-top: 10px;
            }

        .accordion > li.active > a {
            font-weight: bold;
        }

            .accordion > li.active > a:before {
                -webkit-transform: translateY(-50%) rotate(0);
                -ms-transform: translateY(-50%) rotate(0);
                transform: translateY(-50%) rotate(0);
            }

        .accordion > li > a {
            color: #51504e;
            padding: 11px 0;
            display: block;
            position: relative;
        }

            .accordion > li > a:after,
            .accordion > li > a:before {
                content: "";
                clear: both;
                position: absolute;
                top: 50%;
                -webkit-transition: -webkit-transform .3s ease;
                transition: transform .3s ease;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                right: 10px;
                background: #51504e;
                width: 13px;
                height: 4px;
                border-radius: 2px;
            }

            .accordion > li > a:before {
                -webkit-transform: translateY(-50%) rotate(-90deg);
                -ms-transform: translateY(-50%) rotate(-90deg);
                transform: translateY(-50%) rotate(-90deg);
            }

            .accordion > li > a:hover {
                font-weight: bold;
                text-decoration: none;
            }

    .tab-content,
    .accordion .slide {
        position: relative;
        font-size: 18px;
        line-height: 30px;
        padding: 0 0 2px;
        margin-top: -2px;
    }

        .tab-content p,
        .accordion .slide p {
            margin: 0 0 7px;
        }

        .tab-content ul,
        .accordion .slide ul {
            margin-bottom: 6px;
            padding: 0;
        }

            .tab-content ul li,
            .accordion .slide ul li {
                padding: 0 0 0 11px;
                position: relative;
            }

                .tab-content ul li:before {
                    font-size: 20px;
                    line-height: .9;
                    content: "»";
                    clear: both;
                    position: absolute;
                    top: 0;
                    left: 0;
                }

                .accordion .slide ul li:before {
                    font-size: 20px;
                    line-height: .9;
                    content: "»";
                    clear: both;
                    position: relative;
                    top: 0;
                    left: 0;
                }

.tab-content {
    padding: 2px 0;
}

    .tab-content .tab {
        visibility: visible;
        -webkit-transition: opacity .3s ease;
        transition: opacity .3s ease;
        opacity: 1;
    }

.tab.js-tab-hidden {
    display: block !important;
    left: 0 !important;
    position: absolute !important;
    top: 0 !important;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
}

.tabset {
    overflow: hidden;
    position: relative;
    font-size: 12px;
    padding-top: 15px;
}

    .tabset:after {
        content: "";
        clear: both;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: #abc3ca;
        height: 2px;
    }

    .tabset li {
        position: relative;
        padding: 0 20px;
    }

        .tabset li:first-child {
            margin: 0;
        }

        .tabset li:before,
        .tabset li:after {
            content: "";
            clear: both;
            position: absolute;
            bottom: 0;
            left: 0;
            top: 0;
            background: #dde7ea;
            width: 2px;
        }

        .tabset li:after {
            left: auto;
            right: 0;
        }

        .tabset li a {
            display: block;
            text-align: center;
            padding: 9px 6px 12px;
            color: #51504e;
        }

            .tabset li a:after {
                content: "";
                clear: both;
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                background: #dde7ea;
                height: 2px;
            }

            .tabset li a:hover {
                text-decoration: none;
            }

                .tabset li a:hover:after {
                    background: #abc3ca;
                    height: 3px;
                }

        .tabset li.active {
            font-weight: bold;
            z-index: 2;
            background: #fff;
        }

            .tabset li.active a:after {
                background: #508b8f;
            }

.grey .tabset li.active a:after {
    background: #011F5B;
}

.yellow .tabset li.active a:after {
    background: #011F5B;
}

.blue .tabset li.active a:after {
    background: #011F5B;
}

.purple .tabset li.active a:after {
    background: #011F5B;
}

.green .tabset li.active a:after {
    background: #011F5B;
}

.red .tabset li.active a:after {
    background: #951b1f;
}

.tabset li.active a:before {
    content: "";
    clear: both;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #abc3ca;
    height: 3px;
}

.tabset li.active:before,
.tabset li.active:after {
    background: #abc3ca;
}

.section-table {
    margin-bottom: 43px;
    text-align: left;
}

    /*.sfContentBlock table, .section-table table {
	table-layout: fixed;
	width: 100%;
}*/

    .sfContentBlock tr, .section-table tr {
        font-size: 18px;
        border-bottom: 1px solid #d7d8da;
    }

        .sfContentBlock tr:nth-child(even), .section-table tr:nth-child(even) {
            background: #f2f2f2;
        }

    .sfContentBlock td, .section-table td {
        padding: 0 10px;
    }

    .sfContentBlock .td1, .section-table .td1 {
        width: 24%;
    }

    .sfContentBlock .td2, .section-table .td2 {
        width: 25.6%;
    }

    .sfContentBlock .td4, .section-table .td4 {
        width: 25.7%;
    }

    .section-table img {
        max-width: 100%;
    }

    .sfContentBlock .name, .section-table .name a {
        color: #011F5B;
    }

    .section-table ul {
        padding: 3px 0;
    }

        .section-table ul li {
            line-height: 30px;
            padding: 8px 0;
            position: relative;
        }

            .section-table ul li:before {
                font-size: 20px;
                line-height: 17px;
                content: "»";
                clear: both;
                display: inline-block;
                vertical-align: top;
                margin: -2px 2px 0 -1px;
            }

        .sfContentBlock ul.contact li, .section-table ul.contact li {
            padding: 2px 0;
        }

            .sfContentBlock ul.contact li:before, .section-table ul.contact li:before {
                display: none;
            }

            .sfContentBlock ul.contact li a, .section-table ul.contact li a {
                position: relative;
                color: #595653;
                display: inline-block;
                vertical-align: top;
                padding: 0 0 0 23px;
            }

                .sfContentBlock ul.contact li a:hover, .section-table ul.contact li a:hover {
                    text-decoration: none;
                    opacity: .8;
                }

                .sfContentBlock ul.contact li a:after, .section-table ul.contact li a:after {
                    position: absolute;
                    top: 0;
                    left: 0;
                    content: "\f098";
                    clear: both;
                    font-family: "fontello";
                    font-style: normal;
                    font-weight: normal;
                    speak: none;
                    display: inline-block;
                    text-decoration: inherit;
                    text-align: center;
                    font-variant: normal;
                    text-transform: none;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                    line-height: 1;
                    font-size: 17px;
                }

            .sfContentBlock ul.contact li.mail a, .section-table ul.contact li.mail a {
                color: #011F5B;
            }

                .sfContentBlock ul.contact li.mail a:after, .section-table ul.contact li.mail a:after {
                    content: "\f0e0";
                }

            .sfContentBlock ul.contact li.fax a:after, .section-table ul.contact li.fax a:after {
                content: "\f1ac";
            }

.table-wrap {
    padding-top: 11px;
    border: none !important;
}

    .table-wrap caption, .RadGrid_Default .rgHeader {
        background: #538890;
        color: #fff;
        font-weight: bold;
        font-size: 20px;
        padding: 9px 10px 10px;
    }


.grey .table-wrap caption, .grey .RadGrid_Default .rgHeader {
    background: #011F5B;
}

.yellow .table-wrap caption, .yellow .RadGrid_Default .rgHeader {
    background: #011F5B;
}

.blue .table-wrap caption, .blue .RadGrid_Default .rgHeader {
    background: #011F5B;
}

.purple .table-wrap caption, .purple .RadGrid_Default .rgHeader {
    background: #011F5B;
}

.green .table-wrap caption, .green .RadGrid_Default .rgHeader {
    background: #011F5B;
}

.red .table-wrap caption, .red .RadGrid_Default .rgHeader {
    background: #951b1f;
}

.RadGrid_Default .rgMasterTable {
    font: 18px/22px "Open Sans", sans-serif;
    border-collapse: collapse;
}

.btn-section {
    margin-bottom: 26px;
}

    .btn-section .btn {
        display: inline-block;
        vertical-align: top;
        font-size: 13px;
        line-height: 26px;
        padding: 5px 17px 7px;
        color: #fff;
        background: #538890;
        border-radius: 4px;
        box-shadow: 0 0 2px 0 rgba(0, 0, 0, .5);
        margin: 0 0 6px;
        border: 0;
    }

        .btn-section .btn.btn-large {
            font-size: 20px;
            line-height: 30px;
            padding: 9px 16px 10px;
        }

.grey .btn-section .btn {
    background: #011F5B;
}

.yellow .btn-section .btn {
    background: #011F5B;
}

.blue .btn-section .btn {
    background: #011F5B;
}

.purple .btn-section .btn {
    background: #011F5B;
}

.green .btn-section .btn {
    background: #011F5B;
}

.btn-section .btn.green {
    background: #4CAF50 !important;
}

.red .btn-section .btn {
    background: #951b1f;
}

.btn-section .btn.orange {
    background: #dc9e3b;
}

.btn-section .btn.blue {
    background: #375289;
}

.btn-section .btn.red {
    background: #971c1e;
}

.btn-section .btn:hover {
    text-decoration: none;
    opacity: .8;
}

.btn-section .btn-box {
    padding: 12px 0;
}

.btn-section.contents {
    float: right;
}

.post-head {
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    overflow: hidden;
    padding-bottom: 18px;
    border-bottom: 2px solid #e9e6e2;
}

    .post-head h2 {
        margin-bottom: 12px;
    }

    .post-head p {
        margin: 0 0 10px;
    }

.widget-contact {
    padding-top: 7px;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 26px;
}

    .widget-contact .wrap {
        background: #f5f5f5;
        position: relative;
        overflow: hidden;
        padding: 12px 7px 7px;
    }


    .widget-contact.no-color .wrap {
        background: #f5f5f5;
    }


    .widget-contact .wrap:before {
        background: #a2191b;
        height: 8px;
        content: "";
        clear: both;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }


    .grey .widget-contact .wrap:before,
    .widget-contact.grey .wrap:before {
        background: #011F5B;
    }

    .yellow .widget-contact .wrap:before,
    .widget-contact.yellow .wrap:before {
        background: #011F5B;
    }

    .blue .widget-contact .wrap:before,
    .widget-contact.blue .wrap:before {
        background: #011F5B;
    }

    .purple .widget-contact .wrap:before,
    .widget-contact.purple .wrap:before {
        background: #011F5B;
    }

    .green .widget-contact .wrap:before,
    .widget-contact.green .wrap:before {
        background: #011F5B;
    }

    .red .widget-contact .wrap:before,
    .widget-contact.red .wrap:before {
        background: #951b1f;
    }

    .widget-contact.no-color .wrap:before {
        background: none;
    }

    .widget-contact .wrap h4 {
        line-height: 26px;
        margin-bottom: 10px;
    }

    .widget-contact p {
        margin: 0 0 22px;
    }

    .widget-contact .more {
        display: inline-block;
        vertical-align: top;
    }

        .widget-contact .more:before {
            font-size: 19px;
            line-height: 17px;
            content: "»";
            clear: both;
            display: inline-block;
            vertical-align: top;
            margin: 0 10px 0 7px;
        }

    .widget-contact.blue .wrap:before {
        background: #002162;
    }

    .widget-contact.even h4 {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 18px;
    }

    .widget-contact.even .aligncenter {
        margin: 0 auto 18px;
        display: block;
    }

    .widget-contact .contact-list {
        padding: 0;
    }

        .widget-contact .contact-list [class^="icon-"]:before,
        .widget-contact .contact-list [class*=" icon-"]:before {
            position: absolute;
            top: 5px;
            left: 0;
            line-height: 1;
        }


    .widget-contact li {
        position: relative;
        padding: 0 0 0 20px;
        margin-bottom: 10px;
    }

    .widget-contact .contact-list a {
        color: #2f2f2f;
    }

    .widget-contact .contact-list .tel {
        font-weight: bold;
    }

    .widget-contact .contact-list .icon-compass {
        color: #011F5B;
    }

        .widget-contact .contact-list .icon-compass + span {
            color: #011F5B;
        }

            .widget-contact .contact-list .icon-compass + span a {
                color: #011F5B;
            }

    .widget-contact .contact-list.benefits li:before {
        font-size: 20px;
        line-height: 17px;
        content: "»";
        clear: both;
        position: absolute;
        top: 0;
        left: 0;
        margin: 0 2px 0 0;
    }

.events-box, .news-box {
    /*padding-top: 15px !important;*/
    margin-right: 5px;
    margin-bottom: 10px;
    border-left: 2px solid #f5f5f5;
    background-color: #f5f5f5;
    padding: 20px !important;
}

.widget-contact li:before {
    font-size: 20px;
    line-height: 17px;
    content: "»";
    clear: both;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 2px 0 0;
}

.widget-contact .contact-list li:before {
    content: "";
}


.widget-contact .contact-list.benefits li a {
    color: #011F5B;
}

.widget-contact .subtitle {
    display: block;
    margin-bottom: 8px;
}

    .widget-contact .subtitle + h4 {
        margin-bottom: 2px;
    }

.twocolumns {
    padding-top: 23px;
    font-size: 12px;
    line-height: 18px;
}

    .twocolumns .widget.yellow {
        margin-bottom: 11px;
    }

        .twocolumns .widget.yellow .wrap:before {
            background: #dc9e3b;
        }

    .twocolumns .widget-contact .contact-list.benefits li:before {
        color: #011F5B;
    }

.text-widget {
    padding: 1px 0 0;
    margin-bottom: 10px;
    overflow: hidden;
}

    .text-widget p {
        margin-bottom: 7px;
    }

/*Content Block*/

.sfContentBlock {
    font-size: 18px;
    line-height: 30px;
}

    .sfContentBlock img {
        margin: 10px 10px 10px 10px;
    }

    .sfContentBlock .img-wrap img {
        margin: 0;
    }


/*Social Media Feeds*/

.tweet {
    text-align: center;
    line-height: 24px;
    font-size: 18px;
    color: #595653;
}

    .tweet .date {
        padding: 0 0 10px;
        font: 100 18px/30px;
        margin-bottom: 8px;
        font-style: italic;
        color: #51504e;
    }

/*Sitefinity Pager*/

.RadDataPager_Default {
    background: white;
    border-color: white;
}

.RadDataPager {
    margin-bottom: 30px;
}

/*Press Releases List*/

ul.article-list {
    padding-left: 0px;
    list-style: none;
}

    ul.article-list li span, .post-content span.date {
        font-size: 18px;
        padding-bottom: 10px;
    }

    ul.article-list span.date, .post-content span.date {
        font-size: 18px;
        display: block;
        color: #ccc;
    }

    ul.article-list .summary {
        font-size: 18px;
        margin-bottom: 10px;
    }

    ul.article-list .sourcenameanddate span {
        font-size: 18px;
        font-style: italic;
    }

    ul.article-list li {
        padding: 0 0 0 18px;
        position: relative;
    }

        ul.article-list li::before {
            font-size: 20px;
            line-height: .9;
            content: "»";
            clear: both;
            position: absolute;
            top: 0;
            left: 0;
        }

.article-list h4 {
    margin-bottom: 2px !important;
}

/*Press Releases Detail*/

#article {
    padding-right: 60px;
}

.articlebody {
    font-size: 18px;
    line-height: 26px;
}

    .articlebody img {
        margin: 10px 10px 10px 10px;
    }

#article .info {
    font-size: 14px;
    color: #4d4d4d;
    margin-bottom: 12px;
    display: inline-block;
    text-transform: Capitalize;
}

#article .authorname {
    text-transform: capitalize;
    display: block;
}

.sf_pagerNumeric {
    margin-bottom: 32px;
}

    .sf_pagerNumeric a.sf_PagerCurrent {
        font-weight: bold;
    }

    .sf_pagerNumeric a {
        display: inline-block;
        margin-right: 5px;
    }

/*External Articles List*/

.external-articles .sfitem {
    padding-bottom: 10px;
}


.bottomPadding {
    padding-bottom: 10px !important;
}

/*Stories List*/

div.StoryImage {
    display: inline;
}

    div.StoryImage img {
        float: left;
        width: 32.8%;
        margin: 3px 20px 30px 0;
    }

/*Publications*/

.coverImage {
    margin: 3px 20px 30px 0;
}

.pub_Depts {
    margin-bottom: 32px;
    padding-right: 30px !important;
}

.articleContents {
    padding-bottom: 18px;
}

.article-rule {
    margin-bottom: 13px !important;
    border-bottom: 2px solid #e9e6e2;
}

    .article-rule h1, .article-rule h2 {
        border-bottom: none;
        margin: 0px !important;
    }

/*Research Centers List*/

.researchcenter .post {
    padding: 0 !important;
}

.pad img {
    margin: 10px 10px 10px 10px;
}

/*Module Search*/

.sfsearchTxt {
    width: 80%;
    font-size: 18px;
}

/*Event */

.sfdetails.event {
    padding-bottom: 30px;
}

.sfsearchSubmit {
    display: inline-block;
    font-size: 13px;
    line-height: 26px;
    padding: 5px 17px 7px;
    color: #fff;
    border: 0px;
    background: #011F5B;
    border-radius: 4px !important;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .5);
}

ul.appointments {
    padding-left: 15px;
}

/*Directory*/

.dir-search .row {
    padding-top: 12px;
}

.dir-results
{
    font-size:14px;
}

.row.personArea {
    padding-bottom: 10px;
}

.personsGrid {
    font-size: 14px;
    line-height: 26px;
    padding-bottom: 30px;
}

    .personsGrid h3 {
        margin-top: 8px !important;
        margin-bottom: 8px !important;
    }

    .personsGrid img {
        max-width: none;
    }

    .personsGrid a {
        color: #011F5B !important;
    }

    .personsGrid .contact a {
        color: #011F5B !important;
    }

    .personsGrid ul {
        margin-bottom: 6px;
        padding: 0 !important;
    }

        .personsGrid ul li {
            margin-top: 10px;
            margin-bottom: 10px;
            padding: 0 0 0 11px;
            position: relative;
        }

        .personsGrid ul.contact li {
            padding: 0px;
        }

    .personsGrid li::before {
        font-size: 20px;
        line-height: .9;
        content: "»";
        clear: both;
        position: absolute !important;
        top: 0;
        left: 0;
    }

.directionsSelect {
    width: 630px !important;
}

#start1, #start {
    width: 650px;
}

#map-canvas {
    width: 650px;
    height: 450px;
    position: relative;
}

/*Clinical Trial*/

.trialText {
    width: 75%;
    font-size: 18px;
    height: 30px;
}


.trialLabel {
    font-weight: bold;
    font-size: 18px;
}

/*.sf_4cols_2_25 .sf_4cols_2in_25, .sf_4cols_3_25 .sf_4cols_3in_25, .sf_4cols_4_25 .sf_4cols_4in_25 {
    margin-left: 0px !important;
}*/



/* =============================================================================
   Forms
    Css Reference: http://www.sitefinity.com/documentation/documentationarticles/designer-s-guide/css-classes-reference/form-widget/
   ========================================================================== */
.sfFormsEditor {
    font-size: 18px;
}

    .sfFormsEditor .sfSuccess,
    .sfFormsEditor .sfSuccess h1 {
        font-size: 28px;
        color: #95001a;
        font-weight: normal;
    }

        .sfFormsEditor .sfSuccess p {
            color: #1A1A1A;
        }

    .sfFormsEditor .sfError {
        color: red;
        font-size: 15px;
        font-weight: 600;
    }

    .sfFormsEditor .sfErrorSummary {
    }

    .sfFormsEditor .sfFormTitle {
        margin-bottom: 20px;
    }

    .sfFormsEditor .sfFormInstructions {
        background: #f2f2f2;
        border-top: solid 1px #ccc;
        margin: 20px 0;
        padding: 20px;
        /*line-height: 18px;*/
    }

    .sfFormsEditor div.sfFieldWrp {
    }

    .sfFormsEditor span.sfFieldWrp {
    }

    .sfFormsEditor .sfExample {
        font-size: 14px;
    }

    .sfFormsEditor .sfTxtLbl {
        font-weight: bold;
        margin-bottom: 3px;
    }

    .sfFormsEditor label.sfTxtLbl {
        display: inline-block;
    }

    .sfFormsEditor .sfTxt {
        border: solid 1px #bebebe;
        font-family: 'Open Sans', Arial, Sans-serif;
        font-size: 18px;
    }

/* uniform spacing on all containers */
.sfFormBox, .sfFormCheckboxlist, .sfFormRadiolist, .sfFormDropdown, .sfFormBlock, .sfFormSubmit {
    margin: 15px 0 15px 5px;
}



/* input:text */
.sfFormsEditor .sfFormBox {
}

    .sfFormsEditor .sfFormBox .sfTxtLbl {
    }

    .sfFormsEditor .sfFormBox input.sfTxt {
        box-shadow: inset 0px 2px 10px 5px rgba(231,231,231,.5);
        height: 28px;
        padding: 3px 5px 2px;
    }

.sfFormsEditor .sfTxtBoxSmall .sfTxt {
    width: 165px;
}

.sfFormsEditor .sfTxtBoxMedium .sfTxt {
    width: 250px;
}

.sfFormsEditor .sfTxtBoxLarge .sfTxt {
    width: 400px;
}

/* checkbox */
.sfFormsEditor .sfFormCheckboxlist {
}

    .sfFormsEditor .sfFormCheckboxlist .sfTxtLbl {
    }

    .sfFormsEditor .sfFormCheckboxlist .sfCheckListBox {
    }

        .sfFormsEditor .sfFormCheckboxlist .sfCheckListBox input {
        }

        .sfFormsEditor .sfFormCheckboxlist .sfCheckListBox label {
            padding-left:10px;
        }

/* dropdown */
.sfFormsEditor .sfFormDropdown {
}

    .sfFormsEditor .sfFormDropdown .sfTxtLbl {
    }

    .sfFormsEditor .sfFormDropdown .sfDropdownList {
    }

        .sfFormsEditor .sfFormDropdown .sfDropdownList select {
            font-size: 13px;
            height: 23px;
        }

.sfFormsEditor .sfDdlSmall {
}

.sfFormsEditor .sfDdlMedium {
}

.sfFormsEditor .sfDdlLarge {
}

/* dropdown skin */
.skinned-wrapper {
    box-shadow: inset 0px 2px 10px 5px rgba(231,231,231,.5);
    height: 23px;
    border: solid 1px #bebebe;
}

    .skinned-wrapper select {
        opacity: 0;
        filter: alpha(opacity = 0);
        moz-opacity: 0;
        position: relative;
        z-index: 100;
        padding: 0;
    }

    .skinned-wrapper .skinned-text {
        position: absolute;
        text-indent: 8px;
        width: 250px;
        z-index: 1;
        padding: 3px 0 0;
        height: 20px;
    }

    .skinned-wrapper,
    .skinned-wrapper .skinned-text,
    .skinned-wrapper select {
        width: 250px;
    }

        .skinned-wrapper select option {
            padding: 0;
        }

/* radio list */
.sfFormsEditor .sfFormRadiolist {
}

    .sfFormsEditor .sfFormRadiolist .sfTxtLbl {
    }

    .sfFormsEditor .sfFormRadiolist .sfRadioList {
    }

        .sfFormsEditor .sfFormRadiolist .sfRadioList label {
            padding-left: 10px;
        }

        .sfFormsEditor .sfFormRadiolist .sfRadioList input {
        }

    .sfFormsEditor .sfFormRadiolist .sfInlineWrapper .sfTxt {
    }

/* textarea */
.sfFormsEditor .sfFormBlock {
}

    .sfFormsEditor .sfFormBlock .sfTxtLbl {
    }

.sfFormsEditor textarea.sfTxt {
    box-shadow: inset 0px 5px 20px 8px rgba(231,231,231,.5);
}

.sfTxtBlockSmall textarea {
    width: 200px;
    height: 100px;
}

.sfTxtBlockMedium textarea {
    width: 400px;
    height: 200px;
}

.sfTxtBlockLarge textarea {
    width: 600px;
    height: 250px;
}

/* button */
.sfFormsEditor .sfFormSubmit {
}

    .sfFormsEditor .sfFormSubmit input {
        display: inline-block;
        font-size: 13px;
        line-height: 26px;
        padding: 5px 17px 7px;
        color: #fff;
        border: 0px;
        background: #011F5B;
        border-radius: 4px !important;
        box-shadow: 0 0 2px 0 rgba(0, 0, 0, .5);
    }

table.gsc-search-box {
    width: 100% !important;
}



#gsc-iw-id2.gsc-input-box {
    height: 66px !important;
}

#gsc-iw-id2 table {
    height: 66px !important;
}

#gsc-iw-id2 .gsc-input {
    width: 100% !important;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-right: 0px !important;
    /*width:150px !important;*/
}

input.gsc-search-button-v2 {
    width: auto !important;
    height: auto !important;
    padding: 6px 10px !important;
    margin-top: 0px !important;
}

input.gsc-search-button {
    background-color: #d20c2f !important;
    background-image: none !important;
}

.gsib_a {
    padding: 0px !important;
}


.gsc-input-box .gsst_a .gscb_a {
    color: #011F5B;
}

.video-wrapper-5x1 {
    position: relative;
    padding-bottom: 18%; /* 4:3 Aspect Ratio */
    padding-top: 25px;
    margin-bottom: 20px;
}

.video-wrapper-16x9 {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    padding-top: 25px;
    margin-bottom: 20px;
}

.video-wrapper-4x3 {
    position: relative;
    padding-bottom: 75%; /* 4:3 Aspect Ratio */
    padding-top: 25px;
    margin-bottom: 20px;
}

.video-embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


@media all and (min-width: 768px) {
    .header-t {
        display: block;
        padding: 5px 0 7px;
        background: #b9b9b9;
        position: relative;
        border-bottom: 2px solid #cac8c5;
    }

        .header-t .top-nav {
            text-transform: capitalize;
            letter-spacing: -6px;
            padding: 0 160px 0 0;
        }

            .header-t .top-nav li {
                display: inline-block;
                vertical-align: top;
                letter-spacing: 0;
                padding: 0 16px 0 15px;
                position: relative;
            }

                .header-t .top-nav li:after {
                    position: absolute;
                    left: 0;
                    top: 3px;
                    content: "";
                    width: 1px;
                    height: 17px;
                    background: #fff;
                }

                .header-t .top-nav li:first-child {
                    padding-left: 0;
                    padding-right: 17px;
                }

                    .header-t .top-nav li:first-child:after {
                        display: none;
                    }

            .header-t .top-nav a {
                color: #fff;
            }

    .logo {
        float: left;
    }

    .form-holder {
        position: absolute;
        right: 10px;
        top: -51px;
        margin: 0;
    }

        .form-holder .search-form {
            width: 184px;
            border: 0;
            height: 26px;
        }

    .template-page .form-holder {
        top: -36px;
    }

    .header-b {
        padding: 20px 0 0;
    }

    .template-page .header-b {
        padding: 5px 0 10px;
    }

    .nav {
        float: right;
        width: 74%;
        padding: 0;
    }

        .nav .slide {
            overflow: visible;
            position: static !important;
            max-height: inherit !important;
        }

            .nav .slide .slide-holder {
                border: 0;
                -webkit-transform: translateY(0);
                -ms-transform: translateY(0);
                transform: translateY(0);
            }

        .nav .slide-holder > ul {
            text-align: right;
            float: right;
        }

            .nav .slide-holder > ul > li {
                float: left;
                letter-spacing: 0;
                border-bottom: 0;
            }

                .nav .slide-holder > ul > li:hover > a:before {
                    display: none;
                }

                .nav .slide-holder > ul > li:first-child > a:before {
                    display: none;
                }

                .nav .slide-holder > ul > li > a:before {
                    position: absolute;
                    top: 0;
                    left: 0;
                    bottom: 24px;
                    width: 1px;
                    background: #ddd7d0;
                    content: "";
                    clear: both;
                }

                .nav .slide-holder > ul > li > a {
                    padding: 13px 8px 23px;
                    display: inline-block;
                    vertical-align: top;
                }

                .nav .slide-holder > ul > li.red .dropdown {
                    left: auto;
                    right: 0;
                    width: 458px;
                }

    .template-page .nav {
        position: static;
    }

        .template-page .nav .slide {
            width: auto;
            overflow: hidden;
            position: absolute !important;
            max-height: 0 !important;
            margin: 10px -9990px 0;
            padding: 0 9990px;
        }

            .template-page .nav .slide .slide-holder {
                margin: 0 -9990px;
                padding: 0 9990px;
                -webkit-transition: all .3s linear;
                transition: all .3s linear;
                -webkit-transform: translateY(-100%);
                -ms-transform: translateY(-100%);
                transform: translateY(-100%);
            }

                .template-page .nav .slide .slide-holder > ul {
                    text-align: center;
                    float: none;
                }

                    .template-page .nav .slide .slide-holder > ul > li {
                        float: none;
                        letter-spacing: 0;
                        border-bottom: 1px solid #d9d9d9;
                    }

                        .template-page .nav .slide .slide-holder > ul > li:hover > a:before {
                            display: none;
                        }

                        .template-page .nav .slide .slide-holder > ul > li > a:before {
                            display: none;
                        }

                        .template-page .nav .slide .slide-holder > ul > li > a {
                            padding: 13px 8px 23px;
                            display: block;
                        }

                        .template-page .nav .slide .slide-holder > ul > li.red .dropdown {
                            width: auto;
                        }

        .template-page .nav.active .slide,
        .template-page .add-nav.add-nav-active .slide {
            -webkit-transition: all .3s linear;
            transition: all .3s linear;
            max-height: 4000px !important;
            position: absolute !important;
        }

            .template-page .nav.active .slide .slide-holder,
            .template-page .add-nav.add-nav-active .slide .slide-holder {
                -webkit-transition: all .3s linear;
                transition: all .3s linear;
                -webkit-transform: translateY(0);
                -ms-transform: translateY(0);
                transform: translateY(0);
            }

    .nav .dropdown {
        text-align: left;
        position: absolute;
        left: 0;
        top: 100%;
        width: 208px;
    }

        .nav .dropdown .col {
            border: 0;
            margin: 0;
            float: right;
            width: 50%;
            position: relative;
            overflow: hidden;
            padding: 0 10px 6px 15px;
        }

            .nav .dropdown .col:after {
                position: absolute;
                left: 0;
                top: 0;
                bottom: -9999px;
                content: "";
                background: #ccc;
                width: 1px;
            }

            .nav .dropdown .col:first-child {
                float: left;
                padding: 0 20px 6px 0;
            }

                .nav .dropdown .col:first-child:after {
                    left: auto;
                    right: -1px;
                }

    .template-page .nav .dropdown {
        text-align: center;
        position: static;
        width: auto;
    }

        .template-page .nav .dropdown .col {
            border-bottom: 1px dashed #ccc;
            margin: 0 0 15px;
            width: 100%;
            position: static;
            float: none;
            overflow: hidden;
            padding: 0 10px 6px 15px;
        }

            .template-page .nav .dropdown .col:after {
                display: none !important;
            }

            .template-page .nav .dropdown .col:first-child {
                padding: 0 10px 6px 15px;
                float: none;
            }

    .slider {
        padding: 0 150px;
        margin: 0 -100px 19px;
    }

        .slider .btn-prev,
        .slider .btn-next {
            left: auto;
            right: 100%;
            width: 150px;
        }

            .slider .btn-prev span,
            .slider .btn-next span {
                margin: 0 13px 0 0;
            }

        .slider .btn-next {
            right: auto;
            left: 100%;
        }

            .slider .btn-next span {
                margin: 0 0 0 10px;
            }

    .info-col {
        float: left;
        width: 27.6%;
        padding: 0 0 0 10px;
    }

        .info-col:first-child {
            padding: 0;
            width: 26.2%;
        }

        .info-col.wide {
            width: 46.2%;
            float: right;
        }

    .detail-section:before {
        position: absolute;
        right: 37%;
        top: 0;
        bottom: 0;
        content: "";
        width: 2px;
        background: #fff;
        border-right: 1px solid #ccc;
    }

    .detail-section .col {
        float: right;
        width: 34.4%;
        padding: 0 0 44px;
    }

        .detail-section .col:first-child {
            float: left;
            width: 60%;
        }

    .detail-section ul.news-list {
        letter-spacing: -6px;
    }

        .detail-section ul.news-list li {
            letter-spacing: 0;
            border-top: 0;
            padding: 0 3px 0 20px;
            display: inline-block;
            vertical-align: top;
            width: 34.2%;
        }

            .detail-section ul.news-list li:before {
                position: absolute;
                left: 0;
                top: 0;
                height: 9999px;
                border-left: 1px dashed #ccc;
                content: "";
            }

            .detail-section ul.news-list li:after {
                left: 10px;
                top: 4px;
            }

            .detail-section ul.news-list li:first-child {
                width: 31.43%;
                padding-left: 10px;
            }

                .detail-section ul.news-list li:first-child:after {
                    left: 0;
                }

                .detail-section ul.news-list li:first-child:before {
                    display: none;
                }

    .breadcrumb-holder {
        display: block;
    }

    #content {
        float: right;
        width: 75.4%;
        padding: 0 4px 0 0;
    }

        #content .detail-section:before {
            right: 31.5%;
        }

        #content .detail-section .holder {
            padding: 12px 11px 12px 7px;
        }

        #content .detail-section .col {
            width: 29.2%;
            padding: 0 0 28px;
        }

            #content .detail-section .col:first-child {
                width: 67.2%;
            }

    #sidebar {
        display: block;
        float: left;
        width: 23.3%;
        border: 1px solid #ccc;
        box-shadow: 0 0 4px 2px rgba(0, 0, 0, .1);
    }

    .info-slider .caption .caption-holder {
        width: 281px;
        padding: 12px 40px 15px 15px;
    }

    .info-block .holder .column {
        float: right;
        width: 42%;
        margin: 0;
        position: relative;
    }

        .info-block .holder .column:after {
            position: absolute;
            left: -21px;
            top: 0;
            bottom: 27px;
            content: "";
            width: 1px;
            background: #ccc;
        }

        .info-block .holder .column:first-child {
            float: left;
            width: 53.5%;
        }

            .info-block .holder .column:first-child:after {
                display: none;
            }

    .info-block .box {
        margin: 0 0 30px;
    }

        .info-block .box.add {
            margin: 0 0 45px;
        }

        .info-block .box.add2 {
            margin: 0 0 20px;
        }

    .columns-holder {
        margin: 0 -18px;
        padding: 6px;
    }

        .columns-holder .column {
            float: left;
            width: 33.33%;
            padding: 0 7px 13px 8px;
        }

    .columns-block {
        margin: 0 -6px;
        letter-spacing: -6px;
    }

        .columns-block .col {
            display: inline-block;
            vertical-align: top;
            letter-spacing: 0;
            width: 33.4%;
            padding: 0 6px;
        }

            .columns-block .col:first-child {
                width: 34.3%;
            }

            .columns-block .col.last {
                width: 32.3%;
            }

        .columns-block h3 span {
            display: block;
        }

    .two-col {
        margin: 0 0 1px;
    }

        .two-col .col {
            padding: 20px 10px;
            float: right;
            width: 48.2%;
        }

            .two-col .col:first-child {
                float: left;
            }

    #footer {
        text-align: left;
        padding: 31px 0 30px;
    }

        #footer .logo {
            margin: 0 0 2px;
            float: none;
        }

        #footer .container {
            max-width: 1048px;
            padding: 0 10px;
        }

        #footer .col-holder {
            display: inline-block;
            vertical-align: top;
            width: 65.8%;
        }

            #footer .col-holder .col {
                float: right;
                width: 47.1%;
            }

                #footer .col-holder .col:first-child {
                    float: left;
                }

            #footer .col-holder .title {
                display: block;
                color: #4d4d4d;
                margin: 0 0 5px;
            }

            #footer .col-holder ul {
                padding: 0 5px 0 0;
                line-height: 26px;
            }

                #footer .col-holder ul li {
                    overflow: hidden;
                    margin: 0 0 8px;
                }

                #footer .col-holder ul li a {
                    font-weight: 500;
                }

                #footer .col-holder ul.social-networks a {
                    display: inline-block;
                    vertical-align: top;
                    padding: 0 0 0 17px;
                    position: relative;
                }

                    #footer .col-holder ul.social-networks a:after {
                        position: absolute;
                        left: 0;
                        top: 7px;
                        content: "";
                        background: url(../images/sprite-v2.png) no-repeat -9999px -9999px;
                        width: 12px;
                        height: 12px;
                    }

                    #footer .col-holder ul.social-networks a.facebook:after {
                        background-position: -52px -4px;
                    }

                    #footer .col-holder ul.social-networks a.twitter:after {
                        background-position: -4px -4px;
                        height: 11px;
                    }

                    #footer .col-holder ul.social-networks a.rss:after {
                        background-position: -20px -4px;
                        height: 11px;
                    }

                    #footer .col-holder ul.social-networks a.flickr:after {
                        background-position: -36px -4px;
                    }

                    #footer .col-holder ul.social-networks a.youtube:after {
                        background-position: -68px -3px;
                    }

                    #footer .col-holder ul.social-networks a.linkedin:after {
                        background-position: -84px -3px;
                    }

            #footer .col-holder a {
                color: #4d4d4d;
            }

                #footer .col-holder a:hover {
                    color: #343434;
                }

            #footer .col-holder .holder {
                overflow: hidden;
            }

            #footer .col-holder .inner-col {
                float: right;
                width: 50%;
            }

                #footer .col-holder .inner-col:first-child {
                    float: left;
                }

        #footer .footer-content {
            float: right;
            width: 34%;
            position: relative;
            padding: 2px 0 0 20px;
        }

            #footer .footer-content:after,
            #footer .footer-content:before {
                position: absolute;
                left: 0;
                top: 0;
                content: "";
                background: #fff;
                width: 1px;
                height: 9999px;
            }

            #footer .footer-content:after {
                background: #ccc;
                left: 1px;
            }

    .nav .btn-opener {
        display: none;
    }

    .template-page .nav .btn-opener {
        display: block;
        position: absolute;
        right: 10px;
        bottom: -8px;
    }

    .contact-wrap {
        top: 118px;
    }

    .intro-gallery .btn-next-gallery,
    .intro-gallery .btn-prev-gallery,
    .intro-gallery .btn-prev,
    .intro-gallery .btn-next {
        display: block;
    }

    .intro-gallery .slide h1 {
        font-size: 26px;
        bottom: 29px;
    }

    .content-section-even .three-col-box,
    .three-col-box {
        padding-top: 28px;
    }

        .content-section-even .three-col-box .row,
        .three-col-box .row {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .content-section-even .three-col-box .col-x4,
        .three-col-box .col-x4 {
            padding: 10px 15px;
            margin-bottom: 17px;
            width: calc(100% / 3 - .1px);
        }

    .content-section-even .three-col-box {
        padding: 27px 5px 22px;
    }

        .content-section-even .three-col-box .col-x4 {
            padding: 7px 10px;
            margin-bottom: 7px;
        }

            .content-section-even .three-col-box .col-x4:after {
                left: 10px;
                right: 10px;
                height: 4px;
            }

        .content-section-even .three-col-box h2 {
            font-size: 20px;
            margin: 0 0 6px;
            line-height: 26px;
        }

    .col-x12,
    .col-x11,
    .col-x10,
    .col-x9,
    .col-x8,
    .col-x7,
    .col-x6,
    .col-x5,
    .col-x4,
    .col-x3,
    .col-x2,
    .col-x1 {
        padding: 0 15px;
    }

    .col-x1 {
        width: calc(100% / 12 - .1px);
    }

    .col-x2 {
        width: calc(100% / 12 * 2 - .1px);
    }

    .col-x3 {
        width: calc(100% / 4 - .1px);
    }

    .col-x4 {
        width: calc(100% / 3 - .1px);
    }

    .col-x5 {
        width: calc(100% / 12 * 5 - .1px);
    }

    .col-x6 {
        width: calc(100% / 2 - .1px);
    }

    .col-x7 {
        width: calc(100% / 12 * 7 - .1px);
    }

    .col-x8 {
        width: calc(100% / 12 * 8 - .1px);
    }

    .col-x9 {
        width: calc(100% / 12 * 9 - .1px);
    }

    .col-x10 {
        width: calc(100% / 12 * 10 - .1px);
    }

    .col-x11 {
        width: calc(100% / 12 * 11 - .1px);
    }

    .twocolumn .row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .section-social .row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .section-social iframe {
        width: 100%;
        height: 363px;
    }

    .section [class^="col-x"],
    .section [class*=" icon-"] {
        float: left;
    }

    .section h1.heading {
        margin: 0 0 10px;
        font-size: 22px;
        line-height: 34px;
    }

    .section h1 {
        margin: 0 0 6px;
        font-size: 22px;
        line-height: 34px;
    }

    .section h2 {
        margin: 0 0 8px;
    }

    .section h3 {
        margin: 0 0 5px;
    }

    .section h4 {
        font-size: 20px;
        line-height: 24px;
        margin: 0 0 15px;
    }

    .section .pagination-gallery,
    .section .pagination {
        padding: 12px 5% 0;
    }

    .section-gallery {
        margin-bottom: 43px;
    }

        .section-gallery [class^="col-x"],
        .section-gallery [class*=" icon-"] {
            padding-top: 22px;
        }

        .section-gallery h2 {
            margin-bottom: 15px;
        }

        .section-gallery .caption-h1 {
            font-size: 18px;
        }

        .section-gallery .caption {
            font-size: 12px;
            padding: 7px 9.2% 0;
        }

    .gallery-t1 .btn-next-gallery,
    .gallery-t1 .btn-prev-gallery {
        margin: 0;
        left: 5px;
        bottom: 0;
    }

    .gallery-t1 .btn-next-gallery {
        right: 5px;
    }

    .gallery-t2 .btn-prev,
    .gallery-t2 .btn-next {
        margin: 0;
        left: 5px;
        bottom: 20px;
    }

    .gallery-t2 .btn-next {
        right: 10px;
    }

    .gallery-t3 .slide .slide-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .gallery-t3 .slide .alignleft {
        width: 48.8%;
    }

    .gallery-t3 .slide .text-slide {
        font-size: 12px;
        padding: 4px 12px;
        width: 51.2%;
        line-height: 26px;
    }

        .gallery-t3 .slide .text-slide h4 {
            margin-bottom: 5px;
        }

    .gallery-t3 .btn-prev-gallery,
    .gallery-t3 .btn-next-gallery,
    .gallery-t3 .btn-prev,
    .gallery-t3 .btn-next {
        left: 20px;
        bottom: 10px;
    }

    .gallery-t3 .btn-next-gallery,
    .gallery-t3 .btn-next {
        right: 20px;
    }

    .gallery-t3 .pagination-gallery,
    .gallery-t3 .pagination {
        padding: 17px 7.1% 0 7.4%;
    }

        .gallery-t3 .pagination-gallery .slide-gallery,
        .gallery-t3 .pagination-gallery li,
        .gallery-t3 .pagination .slide-gallery,
        .gallery-t3 .pagination li {
            padding: 0 11px;
        }

    .gallery-t3.full .slide .text-slide {
        padding: 16px;
        font-size: 18px;
        line-height: 26px;
    }

        .gallery-t3.full .slide .text-slide h4 {
            margin-bottom: 10px;
        }

    .gallery-t3.full .pagination-gallery,
    .gallery-t3.full .pagination {
        padding: 23px 6.8% 0 7.2%;
    }

        .gallery-t3.full .pagination-gallery .slide-gallery,
        .gallery-t3.full .pagination-gallery li,
        .gallery-t3.full .pagination .slide-gallery,
        .gallery-t3.full .pagination li {
            padding: 0 15px;
        }

    .gallery-t3.full .btn-prev-gallery,
    .gallery-t3.full .btn-next-gallery,
    .gallery-t3.full .btn-prev,
    .gallery-t3.full .btn-next {
        left: 10px;
        bottom: 15px;
    }

    .gallery-t3.full .btn-next-gallery,
    .gallery-t3.full .btn-next {
        right: 10px;
    }

    .widget-list > ul > li ul {
        font-size: 12px;
        padding: 0 0 0 15px;
    }

        .widget-list > ul > li ul ul {
            padding: 0 0 0 7px;
        }

    .content-section {
        margin-bottom: 20px;
    }

        .content-section .three-columns > .col-x3 {
            margin-bottom: 50px;
        }

        .content-section .three-columns {
            padding-top: 7px;
        }

        .content-section .col-wrapper {
            margin-top: -6px;
            padding: 0 15px;
        }

        .content-section .post {
            padding: 18px 0 0;
            font-size: 12px;
            line-height: 26px;
        }

            .content-section .post .alignleft {
                width: 32.8%;
                margin: 3px 20px 30px 0;
            }

            .content-section .post h4 {
                margin-bottom: 8px;
            }

            .content-section .post .post-content {
                margin: 0 0 10px;
                overflow: hidden;
            }

            .content-section .post .more:before {
                margin: -2px 2px 0 0;
                font-size: 18px;
            }

    .section-lists {
        margin-bottom: 18px;
    }

    .accordion {
        font-size: 18px;
        padding: 12px 0 12px 0;
    }

        .tab-content, .accordion .slide {
            font-size: 12px;
            word-spacing: 0;
            padding: 22px 11px 32px 11px;
        }

            .tab-content ul,
            .accordion .slide ul {
                padding: 0 0 0 18px;
            }

    .tab-content {
        padding: 11px 11px 32px;
    }

    .tabset {
        font-size: 12px;
    }

        .tabset li {
            width: auto;
            float: left;
            margin-left: -2px;
        }

            .tabset li:first-child {
                margin: 0;
                width: auto;
            }

            .tabset li.active a:before {
                display: none;
            }

    .sfContentBlock TR, .section-table tr {
        font-size: 12px;
    }

    .sfContentBlock td, .section-table td {
        padding: 5px 2px;
    }

    .sfContentBlock .td3, .section-table .td3 {
        width: 24.7%;
    }

    .sfContentBlock ul li:before, .section-table ul li:before {
        font-size: 18px;
        line-height: 26px;
    }

    .sfContentBlock ul.contact li, .section-table ul.contact li {
        padding: 2px 0 2px 11px;
    }

        .sfContentBlock ul.contact li a, .section-table ul.contact li a {
            padding: 0 0 0 16px;
        }

            .sfContentBlock ul.contact li a:after, .section-table ul.contact li a:after {
                font-size: 18px;
                top: 2px;
            }

    .post-head {
        font-size: 12px;
        line-height: 26px;
        padding-bottom: 7px;
    }

    .directionsSelect {
        width: 440px !important;
    }

    #start1, #start {
        width: 460px;
    }

    #directionsPanel {
        width: 500px;
    }

    #map-canvas {
        width: 500px;
        height: 400px;
        position: relative;
    }

    .personsGrid ul.contact li {
        padding: 0px;
    }
}

@media all and (min-width: 1024px) {
    .nav {
        width: 80%;
    }

        .nav .slide-holder > ul {
            font-size: 18px;
            word-spacing: 2px;
        }

            .nav .slide-holder > ul > li > a {
                padding: 15px 18px 37px 20px;
            }

    .info-col {
        padding: 0 0 0 15px;
    }

        .info-col .text {
            padding: 20px 15px 17px 20px;
        }

            .info-col .text p {
                margin: 0 0 23px;
            }

        .info-col .tel-holder {
            padding: 0 25px 0 0;
        }

            .info-col .tel-holder span {
                padding: 0 15px 0 25px;
                margin: 0 7px 0 0;
            }

    .detail-section ul.news-list li {
        padding: 0 3px 0 27px;
    }

        .detail-section ul.news-list li:after {
            left: 15px;
            top: 4px;
        }

        .detail-section ul.news-list li:first-child {
            width: 31.43%;
            padding-left: 12px;
        }

            .detail-section ul.news-list li:first-child:after {
                left: 0;
            }

    .info-block br {
        display: block;
    }

    .columns-holder .text {
        padding: 10px 20px 19px;
    }

    .two-col .tel-holder {
        padding: 0 25px 0 0;
    }

        .two-col .tel-holder span {
            padding: 0 15px 0 25px;
        }

            .two-col .tel-holder span:after {
                left: 7px;
            }

    .two-col .tel {
        font-size: 15px;
    }

    .two-col .col {
        padding: 25px 20px 36px 21px;
    }

    #footer .footer-content {
        padding: 10px 0 0 36px;
        width: 33.4%;
    }

    .contact-wrap {
        top: 130px;
    }

    .intro-gallery .slide h1 {
        font-size: 40px;
    }

    .content-section-even .three-col-box .col-x4,
    .three-col-box .col-x4 {
        line-height: 24px;
        font-size: 18px;
        margin-bottom: 27px;
    }

    .content-section-even .three-col-box .img-text .text,
    .three-col-box .img-text .text {
        font-size: 18px;
        line-height: 24px;
    }

        .content-section-even .three-col-box .img-text .text p,
        .three-col-box .img-text .text p {
            margin-bottom: 13px;
        }

        .content-section-even .three-col-box .img-text .text .more:before,
        .three-col-box .img-text .text .more:before {
            margin: 5px 4px 0 0;
        }

        .content-section-even .three-col-box .img-text .text .more,
        .three-col-box .img-text .text .more {
            margin-bottom: 26px;
        }

    .content-section-even .three-col-box h2,
    .three-col-box h2 {
        font: 26px/32px "Open Sans", sans-serif;
    }

    .content-section-even .three-col-box .col-x4,
    .content-section-even .three-col-box .col-x6,
    .content-section-even .three-col-box .col-x12 {
        padding: 7px 10px;
        margin-bottom: 7px;
    }

    .content-section-even .three-col-box h2 {
        font-size: 20px;
        margin: 0 0 6px;
        line-height: 26px;
    }

    .twocolumn h2 {
        font-size: 26px;
        letter-spacing: 0px;
    }

    .heading .view {
        margin-top: 12px;
        font-size: 18px;
    }

    .twocolumn .posts-holder {
        padding-left: 33px;
    }

    .twocolumn .post {
        font-size: 18px;
    }

        .twocolumn .post h3 {
            font: 600 18px/26px "Open Sans", sans-serif;
        }

        .twocolumn .post .date {
            font-size: 18px;
            margin-bottom: 8px;
        }

    .section h1.heading {
        font-size: 33px;
        line-height: 44px;
        margin: 0 0 20px;
        letter-spacing: 0px;
    }

    .section h1 {
        font-size: 33px;
        line-height: 44px;
        margin: 0 0 13px;
        letter-spacing: 0px;
    }

    .section h2 {
        font-size: 25px;
        line-height: 32px;
        margin: 0 0 18px;
    }

    .section h3 {
        font-size: 22px;
        line-height: 34px;
        margin: 0 0 11px;
    }

    .section h4 {
        font-size: 20px;
        line-height: 24px;
        margin: 0 0 25px;
    }

    .twocolumn .event h3, .article-list h3, .event .post-content h3, .stories .post-content h3, .faculty-list h3, .event.list h3, .personsGrid h3 {
        font: 600 20px/26px "Open Sans", sans-serif;
        /*font: 600 18px/26px "Open Sans", sans-serif;*/
    }

    .twocolumn .event ul, .article-list ul, .event .post-content ul, .stories .post-content ul, .event.list ul {
        padding: 12px 20px;
    }

    .faculty-list h3
    {
        font-size:16px;
    }

    .section .pagination-gallery,
    .section .pagination {
        padding: 12px 7.1% 0;
    }

    .section-gallery [class^="col-x"],
    .section-gallery [class*=" icon-"] {
        padding-top: 43px;
    }

    .section-gallery h2 {
        margin-bottom: 30px;
    }

    .section-gallery .caption-h1 {
        font-size: 22px;
    }

    .section-gallery .caption {
        font-size: 18px;
    }

    .gallery-t1 .btn-next-gallery,
    .gallery-t1 .btn-prev-gallery {
        margin: -10px 0 0;
        left: 18px;
        bottom: 9px;
    }

    .gallery-t1 .btn-next-gallery {
        right: 15px;
    }

    .gallery-t2 .btn-prev,
    .gallery-t2 .btn-next {
        margin: -10px 0 0;
        left: 18px;
        bottom: 29px;
    }

    .gallery-t2 .btn-next {
        right: 20px;
    }

    .gallery-t3 .slide .text-slide {
        font-size: 18px;
        padding: 4px 22px 0;
    }

        .gallery-t3 .slide .text-slide h4 {
            margin-bottom: 21px;
        }

    .gallery-t3 .btn-prev-gallery,
    .gallery-t3 .btn-next-gallery,
    .gallery-t3 .btn-prev,
    .gallery-t3 .btn-next {
        left: 18px;
        bottom: 45px;
    }

    .gallery-t3 .btn-next-gallery,
    .gallery-t3 .btn-next {
        right: 30px;
    }

    .gallery-t3.full .slide .text-slide {
        padding: 36px 20px 0 28px;
        font-size: 18px;
        line-height: 29px;
    }

        .gallery-t3.full .slide .text-slide h4 {
            font-size: 18px;
            line-height: 26px;
            margin-bottom: 29px;
        }

    .gallery-t3.full .btn-prev-gallery,
    .gallery-t3.full .btn-next-gallery,
    .gallery-t3.full .btn-prev,
    .gallery-t3.full .btn-next {
        left: 43px;
        bottom: 35px;
    }

    .gallery-t3.full .btn-next-gallery,
    .gallery-t3.full .btn-next {
        right: 38px;
    }

    .widget-list > ul {
        font-size: 18px;
    }

        .widget-list > ul > li ul {
            font-size: 18px;
            padding: 2px 0 0 20px;
        }

            .widget-list > ul > li ul ul {
                padding: 2px 0 0 18px;
            }

    .content-section {
        margin-bottom: 45px;
    }

        .content-section .three-columns {
            padding-top: 15px;
        }

        .content-section .col-wrapper {
            margin-top: -12px;
        }

        .content-section .post {
            padding: 27px 0 0;
            font-size: 18px;
            line-height: 30px;
        }

    .pub_Depts h2 {
        margin: 0px;
    }

    .content-section .post .post-content {
        margin: 0 0 30px;
    }

    .content-section .post .more:before {
        margin: 0 2px 0 0;
        font-size: 20px;
    }

    .section-lists {
        margin-bottom: 34px;
    }

    .accordion {
        font-size: 18px;
    }

        .tab-content,
        .accordion .slide {
            font-size: 18px;
            /*word-spacing: -2px;*/
            padding: 22px 11px 32px 24px;
        }

            .tab-content ul,
            .accordion .slide ul {
                padding: 0 0 0 36px;
            }

    .tab-content {
        padding: 16px 18px 32px;
    }

    .tabset {
        font-size: 18px;
    }

        .tabset li {
            width: 19.6%;
            min-height: 81px;
        }

            .tabset li:first-child {
                width: 19.6%;
            }

    /*.tabset {
		font-size: 18px;
	}

	.tabset li {
		width: 19.6%;
	}

	.tabset li:first-child {
		width: 19.6%;
	}*/

    .sfContentBlock tr, .section-table tr {
        font-size: 16px;
    }

    .sfContentBlock td, .section-table td {
        padding: 19px 20px 20px;
    }

    .sfContentBlock .td3, .section-table .td3 {
        padding: 19px 0 20px 20px;
    }

    .sfContentBlock .td4, .section-table .td4 {
        padding: 19px 20px 20px;
    }

    .sfContentBlock ul li:before, .section-table ul li:before {
        font-size: 20px;
        line-height: 17px;
    }

    .sfContentBlock ul.contact li a, .section-table ul.contact li a {
        padding: 0 0 0 23px;
    }

        .sfContentBlock ul.contact li a:after, .section-table ul.contact li a:after {
            font-size: 17px;
        }

    .post-head {
        font-size: 18px;
        line-height: 26px;
        padding-bottom: 18px;
    }

        .post-head h2 {
            margin-bottom: 24px;
        }

    .widget-contact {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 23px;
    }

        .widget-contact .wrap {
            padding: 23px 20px 18px;
        }

            .widget-contact .wrap h4 {
                margin-bottom: 24px;
            }

        .widget-contact .contact-list {
            padding: 0 0 0 6px;
        }

    .twocolumns {
        font-size: 18px;
        line-height: 26px;
    }

    .text-widget {
        font-size: 18px;
    }

    .directionsSelect {
        width: 600px !important;
    }

    #start1, #start {
        width: 608px;
    }

    #directionsPanel {
        width: 650px;
    }

    #map-canvas {
        width: 650px;
        height: 450px;
        position: relative;
    }
}

@media all and (min-width: 1100px) {
    .slider .btn-prev,
    .slider .btn-next {
        left: auto;
        right: 100%;
        width: 100%;
        font-size: 70px;
        line-height: 70px;
    }

        .slider .btn-prev span,
        .slider .btn-next span {
            margin: 0 20px 0 0;
        }

    .slider .btn-next {
        right: auto;
        left: 100%;
    }

        .slider .btn-next span {
            margin: 0 0 0 15px;
        }

    .slider .caption {
        right: auto;
    }

    .directionsSelect {
        width: 630px !important;
    }

    #start1, #start {
        width: 650px;
    }

    #directionsPanel {
        width: 750px;
    }

    #map-canvas {
        width: 750px;
        height: 650px;
        position: relative;
    }
}

@media only screen and (max-width: 1100px) {
    .slider .mask {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .container-slider {
        padding: 0 !important;
    }

    .slider .mask {
        overflow: hidden;
        width: 100%;
        padding: 0 25px;
    }

    .slider .slide {
        margin: 0 !important;
        width: 100% !important;
    }

    .personsGrid h3 {
        margin-top: 0px !important;
        margin-left: 10px;
    }
}

@media all and (max-width: 767px) {
    .info-block .header {
        display: table;
        table-layout: fixed;
    }

        .info-block .header h1 {
            margin: 0 0 5px;
        }

        .info-block .header .social-block {
            display: table-footer-group;
            height: 1%;
            width: 100%;
            float: none;
        }

    .section-table img {
        max-width: none;
        width: 100%;
        margin-bottom: 10px;
    }

    .widget-contact br {
        display: none;
    }

    .directionsSelect {
        width: 235px !important;
    }

    #start1, #start {
        width: 255px;
    }

    #directionsPanel {
        width: 300px;
    }

    #map-canvas {
        width: 300px;
        height: 300px;
        position: relative;
    }
}

@media print {
    * {
        background: none !important;
        color: #000 !important;
        position: static !important;
        float: none !important;
        overflow: visible !important;
        box-shadow: none !important;
        border-color: #ccc !important;
    }

        *:after,
        *:before {
            display: none !important;
        }

    body {
        margin: 0;
        color: #000;
        min-width: inherit;
    }

    img {
        border-style: none;
    }

    a:active {
        background-color: transparent;
    }

    input,
    textarea,
    select {
        vertical-align: middle;
        overflow: auto;
        color: #000;
        font: 18px/20px Verdana, Geneva, sans-serif;
    }

    #header {
        padding: 0 0 10px;
    }

    .logo {
        float: none !important;
        display: block !important;
        margin: 0 auto !important;
    }

    #wrapper,
    #header,
    #main,
    .container,
    #footer,
    #footer .footer-content {
        width: 100%;
        overflow: hidden !important;
        display: block;
        clear: both;
        page-break-inside: auto;
    }

    #footer {
        padding: 10px 0;
    }

        #footer .footer-content {
            text-align: center;
            page-break-inside: avoid;
            padding: 0 10px;
        }

    .info-col {
        width: 100% !important;
    }

        .info-col .text {
            border: 0;
            width: 100%;
            height: auto !important;
            padding: 10px;
        }

            .info-col .text .tel-holder {
                border: 0;
                margin: 0 0 5px;
            }

                .info-col .text .tel-holder span {
                    display: block;
                    padding: 0;
                    margin: 0 0 3px;
                }

            .info-col .text ul li {
                padding: 0 0 3px;
            }

    .detail-section {
        border: 0 !important;
    }

        .detail-section .col {
            width: 100% !important;
            page-break-inside: avoid;
        }

        .detail-section ul li {
            overflow: hidden;
            width: 100% !important;
            padding: 8px 0 !important;
            border-top: 1px dashed #ccc !important;
        }

            .detail-section ul li:first-child {
                border: 0 !important;
                padding-top: 0 !important;
            }

    #content {
        width: 100%;
    }

    .info-block {
        width: 100% !important;
        overflow: hidden !important;
    }

        .info-block .holder {
            width: 100% !important;
        }

            .info-block .holder .column {
                width: 100% !important;
                overflow: hidden !important;
            }

                .info-block .holder .column .text-area {
                    margin: 0;
                }

                    .info-block .holder .column .text-area ul {
                        padding: 0;
                        margin: 0;
                    }

                        .info-block .holder .column .text-area ul li {
                            padding: 0 0 5px;
                        }

            .info-block .holder .text ul {
                padding: 0 0 10px;
            }

                .info-block .holder .text ul li {
                    padding: 0 0 5px;
                }

        .info-block .box {
            border: 0 !important;
            margin: 0 !important;
            padding: 10px 0 !important;
        }

        .info-block .list {
            overflow: hidden !important;
            margin: 0 0 20px;
        }

            .info-block .list li {
                padding: 0 0 10px;
            }

        .info-block .links {
            overflow: hidden !important;
            margin: 0 0 5px;
        }

            .info-block .links li {
                padding: 0 0 5px;
            }

    .text-block {
        width: 100% !important;
        overflow: hidden !important;
        margin: 0;
        clear: both;
    }

    .two-col {
        overflow: hidden !important;
        width: 100% !important;
        clear: both !important;
        page-break-inside: avoid;
    }

        .two-col .col {
            padding: 0 10px;
            border: 0;
            height: auto !important;
            float: right !important;
            width: 49%;
        }

            .two-col .col:first-child {
                float: left !important;
            }

        .two-col .tel-holder {
            border: 0;
            margin: 0 0 5px;
        }

            .two-col .tel-holder span {
                display: block;
                padding: 0;
                margin: 0 0 3px;
            }

        .two-col ul li {
            padding: 0 0 5px;
        }

    .columns-holder {
        overflow: hidden !important;
        clear: both !important;
        page-break-inside: avoid;
        width: 100% !important;
        margin: 0;
    }

        .columns-holder .img-holder {
            border: 0;
        }

        .columns-holder .column {
            padding: 0 6px;
            width: 33.33% !important;
            float: left !important;
            page-break-inside: avoid;
        }

        .columns-holder .column-holder {
            height: auto !important;
        }

    .columns-block {
        overflow: hidden !important;
        clear: both !important;
        page-break-inside: avoid;
        width: 100% !important;
    }

        .columns-block .img-holder {
            border: 0;
        }

        .columns-block .col {
            padding: 0 6px;
            width: 33.33% !important;
            float: left !important;
            page-break-inside: avoid;
        }

        .columns-block ul {
            padding: 0 5px 10px;
        }

            .columns-block ul li {
                padding: 0;
            }

    .link-holder {
        padding: 0 !important;
    }

    .col-x9,
    .col-wrapper {
        width: auto !important;
        overflow: hidden;
    }

        .col-x9 > .row > .col-x8,
        .col-wrapper > .row > .col-x8 {
            float: left !important;
        }

            .col-x9 > .row > .col-x8 .alignleft,
            .col-wrapper > .row > .col-x8 .alignleft {
                float: left !important;
            }

            .col-x9 > .row > .col-x8 .post,
            .col-wrapper > .row > .col-x8 .post {
                overflow: hidden !important;
            }

        .col-x9 > .row > .col-x4,
        .col-wrapper > .row > .col-x4 {
            float: left !important;
        }

            .col-x9 > .row > .col-x4 .widget,
            .col-wrapper > .row > .col-x4 .widget {
                display: block !important;
            }

    .contact-wrap .slide {
        position: static !important;
        display: inline-block !important;
        vertical-align: top;
    }

        .contact-wrap .slide .direction {
            display: none;
        }

        .contact-wrap .slide.js-slide-hidden {
            position: static !important;
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0);
            display: inline-block !important;
            vertical-align: top;
        }

        .contact-wrap .slide .box-address {
            float: left !important;
            width: 50%;
        }

    .three-col-box {
        overflow: hidden;
    }

        .three-col-box > .col-x4 {
            float: left !important;
        }

    .contact-wrap {
        text-align: center;
        position: static !important;
        width: 100%;
        padding: 0 15px;
    }

        .contact-wrap .opener-wrap {
            display: none;
        }

        .contact-wrap .social-box {
            display: none;
        }

    .section.twocolumns {
        overflow: hidden;
    }

        .section.twocolumns .col-x6 {
            width: auto;
        }

    .section-lists {
        overflow: hidden;
    }

        .section-lists .col-x6 {
            float: left !important;
        }

        .section-lists .tabset > li,
        .section-lists .accordion > li {
            display: none;
        }

            .section-lists .tabset > li.active,
            .section-lists .accordion > li.active {
                display: block;
            }

    .content-section .post {
        overflow: hidden !important;
    }

        .content-section .post .post-content {
            overflow: hidden !important;
        }

        .content-section .post .alignleft {
            float: left !important;
        }

    .three-columns .col-x6 {
        width: 70%;
        float: left !important;
    }

    .three-columns .col-x3 {
        width: 30%;
        float: left !important;
    }

        .three-columns .col-x3 > .widget-contact {
            display: block !important;
        }

    .content-section-even .three-col-box .img-text .text,
    .three-col-box .img-text .text {
        max-height: none;
    }

        .content-section-even .three-col-box .img-text .text .more,
        .three-col-box .img-text .text .more {
            display: none;
        }

    .btn-section,
    .section-gallery,
    .intro-gallery,
    .section-social,
    .widget,
    .header-t,
    .nav,
    .form-holder,
    .slider,
    #footer .col-holder,
    #footer .logo,
    .detail-section .header .link,
    #sidebar,
    .info-slider,
    .breadcrumbs,
    .info-block .header .social-block,
    .btn-orange,
    .detail-holder .title-text,
    .map-holder {
        display: none !important;
    }
}





/* Customizations on 3/28/17 */

/* BEGIN CUSTOMIZATIONS FOR ARROW BULLETS IN TABLE */

.section-table ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

    .section-table ul li {
        position: relative !important;
        padding: 0 0 0 20px !important;
        margin-bottom: 10px !important;
    }

        .section-table ul li:before {
            font-size: 20px !important;
            line-height: 17px !important;
            content: "»" !important;
            clear: both !important;
            position: absolute !important;
            top: 0 !important;
            left: 0 !important;
            margin: 0 2px 0 0 !important;
        }

/* END CUSTOMIZATIONS FOR ARROW BULLETS IN TABLE */



/* BEGIN CUSTOMIZATIONS FOR ARROW BULLETS IN ACCORDION */


@media (min-width: 1024px) {

    .accordion .slide ul li {
        position: relative !important;
        padding: 0 0 0 36px !important;
        margin-bottom: 10px !important;
    }
}


@media (min-width: 768px) {

    .accordion .slide ul li {
        padding: 0 0 0 18px !important;
    }
}

.accordion .slide ul li:before {
    font-size: 20px !important;
    line-height: 30px !important;
    content: "»" !important;
    clear: both !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    margin: 0 2px 0 0 !important;
}

/* END CUSTOMIZATIONS FOR ARROW BULLETS IN ACCORDION */




/* BEGIN CUSTOMIZATIONS FOR ARROW BULLETS IN TABS */


@media (min-width: 1024px) {

    .tab-content ul li {
        position: relative !important;
        padding: 0 0 0 36px !important;
        margin-bottom: 10px !important;
    }
}


@media (min-width: 768px) {

    .tab-content ul li {
        padding: 0 0 0 18px !important;
    }
}

.tab-content ul li:before {
    font-size: 20px !important;
    line-height: 17px !important;
    content: "»" !important;
    clear: both !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    margin: 0 2px 0 0 !important;
}

/* END CUSTOMIZATIONS FOR ARROW BULLETS IN TABS */



/* BEGIN CUSTOMIZATIONS FOR ARROW BULLETS IN TABS */

a.more {
    position: relative !important;
    padding: 0 0 0 18px !important;
    margin-bottom: 10px !important;
}


    a.more:before {
        font-size: 20px !important;
        line-height: 25px !important;
        content: "»" !important;
        clear: both !important;
        position: absolute !important;
        top: 0 !important;
        /*left: 0!important;*/
        margin: 0 2px 0 -20px !important;
    }

@media screen and (max-width: 900px) {
    a.more:before {
        line-height: 22px !important;
    }
}


/* END CUSTOMIZATIONS FOR ARROW BULLETS IN TABS */



/* BEGIN CUSTOMIZATIONS FOR ARROW BULLETS IN sfContentBlock */


@media (min-width: 1024px) {

    .sfContentBlock ul.arrow-list, .researchcenter ul.arrow-list {
        margin: 0 0 0 40px !important;
        padding: 0px !important;
        list-style: none !important;
    }

        .sfContentBlock ul.arrow-list li, .researchcenter ul.arrow-list li {
            position: relative !important;
            padding: 0 0 0 20px !important;
            margin-bottom: 10px !important;
        }
}


@media (min-width: 768px) {

    .sfContentBlock ul.arrow-list li, .researchcenter ul.arrow-list li {
        padding: 0 0 0 18px !important;
    }
}

.sfContentBlock ul.arrow-list li:before, .researchcenter ul.arrow-list li:before {
    font-size: 20px !important;
    line-height: 17px !important;
    content: "»" !important;
    clear: both !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    margin: 0 2px 0 0 !important;
}

/* END CUSTOMIZATIONS FOR ARROW BULLETS IN sfContentBlock */

/* BEGIN CUSTOMIZATIONS FOR ARROW BULLETS IN APPOINTMENTS */


@media (min-width: 1024px) {

    ul.appointments {
        margin: 0px !important;
        padding: 0px !important;
        list-style: none !important;
    }

        ul.appointments li {
            position: relative !important;
            padding: 0 0 0 36px !important;
            margin-bottom: 10px !important;
        }
}


@media (min-width: 768px) {

    ul.appointments li {
        padding: 0 0 0 18px !important;
    }
}


ul.appointments li:before {
    font-size: 20px !important;
    line-height: 18px !important;
    content: "»" !important;
    clear: both !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    margin: 0 2px 0 0 !important;
}

/* END CUSTOMIZATIONS FOR ARROW BULLETS IN APPOINTMENTS */


.sfContentBlock ul.arrow-list, .researchcenter ul.arrow-list {
    margin: 0 0 0 40px !important;
    padding: 0px !important;
    list-style: none !important;
}

    .sfContentBlock ul.arrow-list li, .researchcenter ul.arrow-list li {
        position: relative !important;
        padding: 0 0 0 20px !important;
        margin-bottom: 10px !important;
    }

.accordion li:before {
    display: none;
}

.accordion .slide li:before {
    display: block;
}

.col-x4.testimonial, .col-x6.testimonial, .col-x8.testimonial {
    padding: 0;
}

.testimonial .widget-contact {
    padding-top: 0;
}

    .testimonial .widget-contact .wrap {
        padding-top: 100px;
    }

    .testimonial .widget-contact.blue .wrap h4 {
        color: white;
    }


    .testimonial .widget-contact.blue .wrap {
        background-color: #24316A;
        color: white;
    }

    .testimonial .widget-contact .wrap {
        border-radius: 0;
        /*height: 571px;*/
    }

.testimonial img {
    margin: 0;
}


@media (max-width: 1024px) {

    .testimonial .widget-contact .wrap {
        border-radius: 0;
        /*height: 500px;*/
    }
}


@media (max-width: 768px) {

    .testimonial .widget-contact .wrap {
        height: auto;
    }

    .testimonial .widget-contact .wrap {
        padding-top: 12px;
    }
}


/*updated header styles start*/
@media all and (max-width: 768px) {
    #header .header-b .container {
        padding-top: 65px; /*updated value*/
        padding-bottom: 20px;
        position: relative;
    }

    /*#header .logo {
        position: absolute;
        top: 5px;
        left: 10px;
    }*/

    .form-holder {
        float: none;
        margin: 0 auto;
    }

        .form-holder .search-form {
            margin: 0 auto;
        }

    .nav {
        /*position:absolute;*/ /*not needed styles*/
        /*top:5px;*/ /*not needed styles*/
        /*right:10px;*/ /*not needed styles*/
        position: static;
        padding: 0;
    }

        .nav .btn-opener {
            position: absolute; /* updated value */
            top: 5px; /* updated value */
            right: 10px; /* updated value */
            background: #b9b9b9;
            color: #fff;
            text-transform: uppercase;
            border-radius: 3px;
            padding-left: 15px;
        }

        .nav .opener {
            margin-left: 5px;
        }
}

@media all and (max-width: 375px) {
    .nav .btn-opener {
        text-indent: -9999px;
        /*overflow:hidden;*/
        padding-left: 0;
    }

    .nav .opener {
        margin-left: 0;
    }
}

@media all and (max-width: 767px) {
    .form-holder {
        width: 80%;
    }

    #___gcse_0 {
        width: 100%;
    }
}

table.gsc-search-box {
    display: table;
}

/*updated header styles end*/

@media (max-width: 768px) {

    div.two-column {
        display: flex;
        flex-direction: column;
    }

    aside.col-x3 {
        order: 2;
    }

    div.col-x9 {
        order: 1;
    }
}

figure {
    margin: 10px;
}

    figure.right {
        float: right;
    }

    figure.left {
        float: left;
    }


figcaption {
    margin-left: 10px;
    margin-right: 10px;
    border-bottom: 1px solid #e9e6e2;
    text-align: center;
    font-size: 12px;
    font-style: italic;
    width: 100%
}

figure.right figcaption, figure.left figcaption {
    width: auto;
}

/* new header updated styles start 15.02.2019 */
.header-open-close {
    width: 100%;
    position: relative;
}

.header-opener-holder {
    text-align: center;
    background: #fff;
}

.header-opener {
    display: block;
    position: relative;
    background: #b9b9b9;
    color: #e5e5e5;
    width: 115px;
    padding: 0 5px 4px;
    margin: 0 auto;
}

    .header-opener:hover {
        text-decoration: none;
        color: #e5e5e5;
    }

    .header-opener .txt {
        display: block;
        font-size: 18px;
        line-height: 26px;
        height: 20px;
        visibility: visible;
        -webkit-transition: visibility 0.2s ease-out;
        transition: visibility 0.2s ease-out;
    }

.header-active .header-opener .txt {
    visibility: hidden;
    height: 0;
}

.header-opener .arrow {
    display: block;
    width: 56px;
    height: 13px;
    margin: 0 auto;
    position: relative;
    -webkit-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
}

.header-active .header-opener .arrow {
    margin-top: 10px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.header-opener .arrow:after,
.header-opener .arrow:before {
    content: '';
    position: absolute;
    top: 47%;
    background: #e5e5e5;
    width: 28px;
    height: 4px;
}

.header-opener span:after {
    left: 49%;
    -webkit-transform: translateY(-50%) rotate(-9deg);
    -ms-transform: translateY(-50%) rotate(-9deg);
    transform: translateY(-50%) rotate(-9deg);
}

.header-opener span:before {
    right: 49%;
    -webkit-transform: translateY(-50%) rotate(9deg);
    -ms-transform: translateY(-50%) rotate(9deg);
    transform: translateY(-50%) rotate(9deg);
}

.header-add {
    padding-top: 0px;
    padding-bottom: 30px;
}

.sfPageEditor .header-add,
.sfPageEditor .header-open-close
{
    display:none;
}

.nav .slide {
    z-index: 9;
}

.logo-big {
    margin: 5px 10px 18px;
}

.add-nav .icon-home {
    font-size: 18px;
}
/* new header updated styles end 15.02.2019 */

/* new content updated styles start 15.02.2019 */

.banner img {
    width: 100%;
    height: auto;
}

.content-info-block {
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 15px;
}

    .content-info-block .heading {
        padding-top: 10px;
        padding-bottom: 2px;
        margin-bottom: 18px;
        border-bottom: 2px solid #e9e6e2;
    }

    .content-info-block h1 {
        margin: 0;
        font-size: 36px;
    }

    .content-info-block .btn-holder {
        text-align: center;
    }

    .content-info-block .btn {
        display: inline-block;
        vertical-align: top;
        color: #fff;
        background: #003572;
        padding: 13px 20px;
        font-size: 20px;
        line-height: 24px;
        border-radius: 5px;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
        -webkit-transition: background 0.2s ease-out;
        transition: background 0.2s ease-out;
    }

        .content-info-block .btn:hover {
            text-decoration: none;
            background: #5b9bd5;
        }

.add-nav {
    float: none;
    width: 100%;
}

.template-page .add-nav {
    position: relative;
    z-index:3;
}

.template-page .add-nav .slide {
    margin-top: 27px;
}

.add-nav .slide .slide-holder {
    max-height: 50vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.add-nav .slide-holder > ul {
    background: #011F5B;
}

    .add-nav .slide-holder > ul > li > a {
        color: #fff;
    }

.template-page .add-nav .btn-opener {
    position: relative;
    right: auto;
    bottom: auto;
    top: auto;
    float: none;
    display: block;
    margin: 0 auto;
    width: 40px;
    background: none;
    padding: 0;
}

.template-page .add-nav .opener {
    float: none;
    display: block;
    margin: 0;
    background: #011F5B;
}

@media (min-width: 768px) {
    #header .header-b .container {
        padding-bottom: 10px;
    }

    .template-page .nav .btn-opener {
        top: 12px;
        bottom: auto;
    }
}

@media (min-width: 1024px) {
    .header-add {
        padding-top: 0px;
        padding-bottom: 4px;
    }

    .logo-big {
        text-align: center;
        margin: 0 0 4px;
    }

    .template-page .add-nav .btn-opener {
        display: none;
    }

    .template-page .add-nav .slide {
        position: static !important;
        padding: 0;
        margin: 0;
        max-height: inherit !important;
    }

        .template-page .add-nav .slide .slide-holder {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }

    .template-page .add-nav .slide {
        overflow: visible;
        margin-top: 0;
    }

        .template-page .add-nav .slide .slide-holder {
            background: #011F5B;
            overflow: visible;
            max-height: inherit;
        }

    .add-nav .slide .slide-holder > ul {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .template-page .add-nav .dropdown {
        position: absolute;
        top: 100%;
        left: 0;
        text-align: left;
        width: 163px;
    }

    .template-page .add-nav .slide .slide-holder > ul > li {
        border: none;
        position: relative;
        text-transform: none;
        font-weight: normal;
        font-size: 15px;
        padding-left: 1px;
    }

        .template-page .add-nav .slide .slide-holder > ul > li:not(:first-child):before {
            content: '';
            position: absolute;
            top: 50%;
            left: 0;
            width: 1px;
            height: 12px;
            background: #fff;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .template-page .add-nav .slide .slide-holder > ul > li > a {
            padding: 11px 20px;
        }

            .template-page .add-nav .slide .slide-holder > ul > li > a:after {
                display: none;
            }

    .template-page .add-nav .dropdown a {
        color: #011F5B;
    }

    .add-nav .slide-holder > ul > li.blue .dropdown {
        border-color: #011F5B;
    }

    .add-nav .slide-holder > ul > li.blue.current a {
        border-bottom-color: #011F5B;
        border-bottom-width: thick
    }

    .content-info-block {
        padding-top: 10px;
        padding-bottom: 25px;
    }
}

@media (max-width: 767px) {
    .header-opener {
        display: none;
    }

    .header-slide.js-slide-hidden {
        position: static !important;
        left: auto !important;
        top: auto !important;
    }

    .template-page .nav .slide .slide-holder > ul > li > a {
        padding: 13px 8px;
    }

    .template-page .nav .slide .slide-holder > ul > li > .has-drop-down-a {
        padding-bottom: 23px;
    }
}
/* new content updated styles end 15.02.2019 */


article.event div.head h3 {
	min-height: 50px;
}

.col-x9 .intro-gallery .slide h1 {
	font-size: 30px!important;
}

html {
    scroll-padding-top: 140px; /* height of your sticky header */
}

.white-space {
    white-space: pre-wrap;
}

#dvBreeds {
    display: none;
}

#dvBreeds.active {
    display: block;
}

.no-caption .slide h1 {
    display: none;
}