/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification 
for details on configuring this project to bundle and minify static web assets. */

.ulLiBig {
    font-size: 1.2em;
}

/* Main Menu */
#header #mainmenu {
    position: absolute;
    top: 90px;
    right: 0px;
    float: left;
    list-style: none;
    background: #866321;
    width: 100%;
    padding-left: 160px;
    z-index: 3;
}

#mainmenu li {
    float: left;
}

    #mainmenu li a {
        float: left;
        padding: 0 13px;
        font-size: 14px;
        line-height: 30px;
        font-weight: bold;
        color: #fff;
    }

    #mainmenu li.active a,
    #mainmenu li.hover a,
    #mainmenu li:hover a {
        background: url(/images/bg-link-mainmenu-on.gif) repeat-x;
        text-decoration: none;
    }

    #mainmenu li.hover,
    #mainmenu li:hover {
        position: relative;
    }

#mainmenu .drop {
    position: absolute;
    right: -50px;
    top: 29px;
    display: none;
}

#mainmenu li.hover .drop,
#mainmenu li:hover .drop {
    display: block;
}

#mainmenu .drop .bgtop {
    float: right;
    width: 112px;
    height: 16px;
    background: url(/images/arrow_top.png) no-repeat;
    position: relative;
    overflow: hidden;
}

#mainmenu .drop .block {
    clear: both;
    float: left;
    margin-top: -3px;
    padding: 3px;
    height: 1%;
    overflow: hidden;
}

* html #mainmenu .drop .block {
    float: none;
}

* + html #mainmenu .drop .block {
    float: none;
}

#mainmenu .drop .title {
    width: 100%;
    height: 35px;
    background: #ffce86;
}

    #mainmenu .drop .title h2 {
        margin: 0 15px;
        font: bold 12px/35px Arial, Helvetica, sans-serif;
        color: #333;
        position: relative;
    }

#mainmenu .drop .hold {
    width: 100%;
    background: #fffbd0;
    overflow: hidden;
}

#mainmenu .drop ul {
    margin: 0;
    padding: 6px 0;
    list-style: none;
    float: left;
    display: inline;
}

    #mainmenu .drop ul.left {
        margin-left: 14px;
    }

    #mainmenu .drop ul li {
        clear: left;
        float: left;
        font-size: 12px;
        line-height: 21px;
    }

        #mainmenu .drop ul li.hover,
        #mainmenu.drop ul li a {
            color: #871C25;
            float: left;
            padding: 0;
            margin: 0 9px;
            display: inline;
            font-size: 12px;
            line-height: 21px;
            font-weight: normal;
            background: none !important;
            white-space: nowrap;
            position: relative;
        }

            #mainmenu .drop ul li.hover a,
            #mainmenu .drop ul li:hover a {
                color: #333;
            }




.line-all {
    border-left: 1px solid #002060 !important;
    border-right: 1px solid #002060 !important;
    border-top: 1px solid #002060 !important;
    border-bottom: 1px solid #002060 !important;
}

.line-left {
    border-left: 1px solid #002060 !important;
}

.line-right {
    border-right: 1px solid #002060 !important;
}

.line-top {
    border-top: 1px solid #002060 !important;
}

.line-bottom {
    border-bottom: 1px solid #002060 !important;
}

.line-left-thick {
    border-left: 2px solid #002060 !important;
}

.line-right-thick {
    border-right: 2px solid #002060 !important;
}

.line-top-thick {
    border-top: 2px solid #002060 !important;
}

.line-bottom-thick {
    border-bottom: 2px solid #002060 !important;
}


.noLine-all {
    border-left: 0px !important;
    border-right: 0px !important;
    border-top: 0px !important;
    border-bottom: 0px !important;
}

.noLine-left {
    border-left: 0px !important;
}

.noLine-right {
    border-right: 0px !important;
}

.noLine-top {
    border-top: 0px !important;
}

.noLine-bottom {
    border-bottom: 0px !important;
}

.floatleft {
    float: left;
    margin: 0px 5px 5px 0px;
}

.floatright {
    float: right;
    margin: 0px 0px 5px 5px;
}

.newsroomHeader {
    background-color: #01245c;
    color: white;
    text-align: absmiddle;
    font-size: 1.3em;
    line-height: 1.5em;
}

    .newsroomHeader img {
        padding-top: 4px;
    }

    .newsroomHeader a {
        color: white;
        font-size: .8em;
        text-transform: uppercase;
        padding-right: 1em;
    }

.newsroomContent {
    background-color: #FFFBD0;
    overflow: auto;
}


.dropdown-menu.multi-column {
    width: 400px;
    background: #fffbd0;
    padding: 0;
}

    .dropdown-menu.multi-column .dropdown-menu {
        display: block !important;
        position: static !important;
        margin: 0 !important;
        border: none !important;
        box-shadow: none !important;
        min-width: 100px;
    }


.dropdown-toggle {
    color:white !important;
}


    .dropdown-toggle:hover,
    .dropdown-toggle:focus,
    .dropdown-toggle.focus {
        color: #333 !important;
        background-color: #fdcf95 !important;
    }



ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clearfix:after,
.holder:after,
.header-top:after,
.promo-block:after,
.subscribe-form .input-wrap:after,
.footer-top p:after {
    content: "";
    display: block;
    clear: both;
}

.ellipsis {
    white-space: nowrap; /* 1 */
    text-overflow: ellipsis; /* 2 */
    overflow: hidden;
}



html {
    height: 100%;
}

body {
    background: #533308;
    min-width: 320px;
}

* {
    outline: none;
}

a {
    -webkit-transition: color .3s linear, background .3s linear, border .3s linear, opacity .3s linear;
    transition: color .3s linear, background .3s linear, border .3s linear, opacity .3s linear;
    text-decoration: none;
}

p {
    font-size: 10pt;
}

a:focus {
    text-decoration: none;
}

    a:focus:hover {
        text-decoration: underline;
    }

a:before,
a:after {
    -webkit-transition: color .3s linear, background .3s linear, border .3s linear, opacity .3s linear, -webkit-transform .3s linear;
    transition: color .3s linear, background .3s linear, border .3s linear, opacity .3s linear, transform .3s linear;
}

img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
}

iframe {
    border-style: none;
    width: 100%;
}

textarea {
    resize: none;
}

table {
    table-layout: fixed;
    width: 100%;
}

input,
textarea {
    -webkit-border-radius: 0;
    -webkit-appearance: none;
}

    input[type="search"]::-ms-clear {
        display: none;
    }

    input[type="submit"] {
        -webkit-transition: color .3s linear, background .3s linear, border .3s linear, opacity .3s linear;
        transition: color .3s linear, background .3s linear, border .3s linear, opacity .3s linear;
    }


ul.pagination li,
ul.pager li {
    padding: 0;
}

    ul.pagination li:before,
    ul.pager li:before {
        display: none;
    }

ul.list-group li:before {
    display: none;
}

ul.alt-color li:before {
    border-left-color: #0073b9;
}

ul li {
    position: relative;
    padding: 0 0 8px 14px;
}

    ul li:before {
        content: "";
        position: absolute;
        left: 3px;
        top: 3px;
        height: 0;
        width: 0;
        border-bottom: 4px solid transparent;
        border-left: 7px solid #fff69f;
        border-top: 4px solid transparent;
    }

.holder {
    max-width: 1460px;
    padding: 0 10px;
    margin: 0 auto;
}

.page-wrapper {
    overflow: hidden;
}


/* Main Side */

.main .title {
    width: 100%;
    border-bottom: 1px #454545 solid;
    padding-bottom: 6px;
    margin-bottom: 5px;
    overflow: hidden;
}

.main  h2 {
    margin: 0;
    font-size: 1.3em;
    line-height: 1.33em;
    color: #00245A;
    font-weight:bold !important;
}

.main .textblock {
    padding: 0 15px 0 16px;
    overflow: visible;
}

    .main .textblock p {
        margin: 11px 0 0;
        font-size: 1.2em;
        line-height: 1.53em;
    }

    .main .textblock h3 {
        margin: 16px 0 -10px;
        font-size: 1em;
        line-height: 1.57em;
        color: #00245A;
        font-weight: bold !important;
    }



.main a {
    color: blue !important;
    text-decoration: underline !important;
}

.main ul li:before {
    content: "";
    position: absolute;
    margin-left: 8px;
    left: -5px;
    top: 3px;
    height: 0;
    width: 0;
    border-bottom: 4px solid transparent !important;
    border-left: 7px solid !important;
    border-top: 4px solid transparent !important;
}



#wrapper {
    background: #fff;
    position: relative;
    width: 100%;
}

    #wrapper:before,
    #wrapper:after {
        content: "";
        position: absolute;
        left: auto;
        right: 100%;
        top: 0;
        background: url(../images/bg-pattern01.png) no-repeat;
        width: 95px;
        height: 1016px;
        z-index: -1;
    }

    #wrapper:after {
        right: auto;
        left: 100%;
        -webkit-transform: scale(-1);
        -ms-transform: scale(-1);
        transform: scale(-1);
    }

#header {
    position: relative;
    z-index: 2;
}

    #header h1 {
        text-transform: capitalize;
        color: #fdcf95;
        font: 400 20px/1.2 "PT Serif", Georgia, "Times New Roman", Times, serif;
        overflow: hidden;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, .5);
        text-align: center;
        width: calc(100% - 90px);
        margin: 0;
        padding: 0 10px;
        letter-spacing: .01em;
    }

    #header .logo {
        width: 90px;
        height: 90px;
        border-radius: 50%;
        box-shadow: 0 7px 8px rgba(0, 0, 0, .3);
        z-index: 4 !important;
    }

.header-top {
    padding: 10px;
    background: -webkit-linear-gradient(top, #470b0d 0%, #740e19 100%);
    background: linear-gradient(to bottom, #470b0d 0%, #740e19 100%);
    position: relative;
}

    .header-top .logo-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .header-top .search-form,
    .header-top #___gcse_0 {
        position: absolute;
        top: 10px;
        left: 50px;
        z-index: 5;
        margin: -3px 0;
        width: calc(100% - 80px);
    }


.top-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -9px 0 -10px;
}

    .top-nav ul li {
        padding: 0;
        margin: 0 9px 6px 10px;
        font-size: 11px;
    }

        .top-nav ul li:before {
            display: none;
        }

        .top-nav ul li a {
            color: #fdcf95;
        }

.search-form {
    position: relative;
    margin: 0 0 10px;
}

    .search-form input[type="text"],
    .search-form input[type="search"] {
        width: 100%;
        border: 1px solid #d9d9d9;
        background: #fff url(../images/ico-google.png) no-repeat 10px 50%;
        color: #a9a9a9;
        height: 27px;
        padding: 3px 30px 4px 56px;
        font-weight: bold;
        font-size: 14px;
        line-height: 18px;
    }

        .search-form input[type="text"]::-webkit-input-placeholder,
        .search-form input[type="search"]::-webkit-input-placeholder {
            color: #a9a9a9;
        }

        .search-form input[type="text"]::-moz-placeholder,
        .search-form input[type="search"]::-moz-placeholder {
            opacity: 1;
            color: #a9a9a9;
        }

        .search-form input[type="text"]:-moz-placeholder,
        .search-form input[type="search"]:-moz-placeholder {
            color: #a9a9a9;
        }

        .search-form input[type="text"]:-ms-input-placeholder,
        .search-form input[type="search"]:-ms-input-placeholder {
            color: #a9a9a9;
        }

        .search-form input[type="text"].placeholder,
        .search-form input[type="search"].placeholder {
            color: #a9a9a9;
        }

        .search-form input[type="text"]:focus,
        .search-form input[type="search"]:focus {
            background: #fff;
            text-indent: 0;
            padding-left: 10px;
        }

            .search-form input[type="text"]:focus::-webkit-input-placeholder,
            .search-form input[type="search"]:focus::-webkit-input-placeholder {
                color: #fff;
            }

            .search-form input[type="text"]:focus::-moz-placeholder,
            .search-form input[type="search"]:focus::-moz-placeholder {
                opacity: 1;
                color: #fff;
            }

            .search-form input[type="text"]:focus:-moz-placeholder,
            .search-form input[type="search"]:focus:-moz-placeholder {
                color: #fff;
            }

            .search-form input[type="text"]:focus:-ms-input-placeholder,
            .search-form input[type="search"]:focus:-ms-input-placeholder {
                color: #fff;
            }

            .search-form input[type="text"]:focus.placeholder,
            .search-form input[type="search"]:focus.placeholder {
                color: #fff;
            }

    .search-form input[type="submit"] {
        font-size: 0;
        line-height: 0;
        background: url(../images/ico-search.png) no-repeat;
        width: 17px;
        height: 17px;
        position: absolute;
        right: 8px;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        padding: 0;
        border-style: none;
    }

        .search-form input[type="submit"]:hover {
            opacity: .8;
        }

.gsc-control-cse {
    padding: 0 !important;
    border-style: none !important;
}

form.gsc-search-box {
    margin: 0 !important;
    position: relative;
}

    form.gsc-search-box table.gsc-search-box {
        margin: 0;
    }

        form.gsc-search-box table.gsc-search-box .gsc-input {
            padding: 0;
        }

    form.gsc-search-box .gsc-input-box {
        height: auto;
        border-style: none;
    }

    form.gsc-search-box .gsib_a {
        padding: 0;
    }

    form.gsc-search-box input[type="text"],
    form.gsc-search-box input[type="search"] {
        border: 1px solid #d9d9d9;
        color: #a9a9a9;
        background: #fff url(../images/ico-google.png) no-repeat 10px 50% !important;
        height: 27px !important;
        padding: 3px 30px 4px 56px !important;
        font-weight: bold;
        text-indent: 0 !important;
    }

        form.gsc-search-box input[type="text"]::-webkit-input-placeholder,
        form.gsc-search-box input[type="search"]::-webkit-input-placeholder {
            color: #a9a9a9;
        }

        form.gsc-search-box input[type="text"]::-moz-placeholder,
        form.gsc-search-box input[type="search"]::-moz-placeholder {
            opacity: 1;
            color: #a9a9a9;
        }

        form.gsc-search-box input[type="text"]:-moz-placeholder,
        form.gsc-search-box input[type="search"]:-moz-placeholder {
            color: #a9a9a9;
        }

        form.gsc-search-box input[type="text"]:-ms-input-placeholder,
        form.gsc-search-box input[type="search"]:-ms-input-placeholder {
            color: #a9a9a9;
        }

        form.gsc-search-box input[type="text"].placeholder,
        form.gsc-search-box input[type="search"].placeholder {
            color: #a9a9a9;
        }

        form.gsc-search-box input[type="text"]:focus,
        form.gsc-search-box input[type="search"]:focus {
            background: #fff !important;
            text-indent: 0;
            padding-left: 10px !important;
        }

            form.gsc-search-box input[type="text"]:focus::-webkit-input-placeholder,
            form.gsc-search-box input[type="search"]:focus::-webkit-input-placeholder {
                color: #fff;
            }

            form.gsc-search-box input[type="text"]:focus::-moz-placeholder,
            form.gsc-search-box input[type="search"]:focus::-moz-placeholder {
                opacity: 1;
                color: #fff;
            }

            form.gsc-search-box input[type="text"]:focus:-moz-placeholder,
            form.gsc-search-box input[type="search"]:focus:-moz-placeholder {
                color: #fff;
            }

            form.gsc-search-box input[type="text"]:focus:-ms-input-placeholder,
            form.gsc-search-box input[type="search"]:focus:-ms-input-placeholder {
                color: #fff;
            }

            form.gsc-search-box input[type="text"]:focus.placeholder,
            form.gsc-search-box input[type="search"]:focus.placeholder {
                color: #fff;
            }

    form.gsc-search-box input[type="submit"],
    form.gsc-search-box input[type="image"] {
        font-size: 0;
        line-height: 0;
        background: url(../images/ico-search.png) no-repeat;
        width: 17px;
        height: 17px;
        position: absolute;
        right: 8px;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        padding: 0;
        border-style: none;
        padding-left: 17px;
        margin: 0;
    }

        form.gsc-search-box input[type="submit"]:hover,
        form.gsc-search-box input[type="image"]:hover {
            opacity: .8;
        }

.navbar-default {
    background: -webkit-linear-gradient(top, #5a5a5a 0%, #333 100%);
    background: linear-gradient(to bottom, #fa5a5a 0%, #333 100%);
    border-style: none;
    z-index: 1;
    min-height: 20px;

}

.navbar-toggle {
    margin: 0 10px 0 0;
    background: #fdcf95;
    -webkit-transition: background .3s linear;
    transition: background .3s linear;
}

    .navbar-toggle.collapsed:focus {
        background: #fdcf95;
    }

    .navbar-toggle.collapsed:hover {
        background: #fdcf95;
    }

.navbar-collapse {
    padding: 0;
}

.nav > li {
    padding: 0;
    font-weight: bold;
}

    .nav > li > a {
        padding: 10px;
    }

    .nav > li:before {
        display: none;
    }

.nav {
    margin: 0;
}


.main {
    border: 0px solid #01245c;
    border-width: 0 0 0;
    overflow: hidden;
    min-height: 700px;
}

.head-start {
    padding: 20px 10px;
}

    .head-start h1 {
        text-transform: uppercase;
        color: #525252;
        margin: 0;
        font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        letter-spacing: .04em;
    }

        .head-start h1 span {
            color: #ff001c;
        }

.row-holder {
    margin: 0 0 23px;
}

    .row-holder.margin-collapse {
        margin: 0;
    }

    .row-holder .row {
        position: relative;
        z-index: 1;
        padding: 10px;
    }

        .row-holder .row:before,
        .row-holder .row:after {
            content: none;
        }

        .row-holder .row:nth-of-type(odd) {
            background: #e9f8ff;
        }

        .row-holder .row.alt-bg {
            background: #fff5f6;
        }



.row-alt-color:nth-of-type(odd) {
    background-color: #e9f8ff;
}

.row-alt-color:nth-of-type(even) {
    background-color: #ffffff;
}

.thumbnail-layout .box-wrap {
    min-height: 190px;
    padding: 16px;
    border-bottom-width: 4px;
    background: #5a5a5a;
}

    .thumbnail-layout .box-wrap:after {
        content: "";
        position: absolute;
        bottom: -8px;
        left: -25px;
        right: -25px;
        border-bottom: 10px solid #bababa;
        border-left: 50px solid transparent;
        border-right: 50px solid transparent;
        height: 0;
        z-index: -1;
        filter: blur(2px);
    }

    .thumbnail-layout .box-wrap a:hover {
        text-decoration: none;
    }

        .thumbnail-layout .box-wrap a:hover .btn-play {
            border-left-color: rgba(255, 0, 28, .8);
        }

    .thumbnail-layout .box-wrap .img-stretch {
        opacity: .2;
    }

    .thumbnail-layout .box-wrap h3 {
        margin-bottom: 30px;
    }

.img-stretch {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

    .img-stretch ~ * {
        position: relative;
        z-index: 1;
    }

.box-wrap {
    position: relative;
    padding: 12px 16px 8px;
    background: #000;
    color: #fff;
    border-top: 18px solid #0073b9;
    border-bottom: 14px solid #740e19;
    margin: 0 0 21px;
    min-height: 167px;
}

    .box-wrap:before {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 0;
        right: 0;
        height: 18px;
        background: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(255, 255, 255, .5) 100%);
        background: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(255, 255, 255, .5) 100%);
         opacity: .2;
    }

    .box-wrap.alt-color h2 {
        color: #005c94;
    }

    .box-wrap.alt-color ul li:before {
        border-left-color: #0073b9;
    }

    .box-wrap.alt-color a {
        color: #000;
    }

    .box-wrap h2 {
        text-transform: uppercase;
        line-height: 1;
        color: #fff69f;
        margin: 0 0 12px;
    }

    .box-wrap a {
        color: inherit;
    }

    .box-wrap ul li br {
        display: none;
    }

    .box-wrap .splitter ul + ul {
        position: relative;
    }

.btn-play {
    position: absolute;
    height: 0;
    width: 0;
    border-bottom: 12px solid transparent;
    border-left: 20px solid rgba(255, 0, 28, .3);
    border-top: 12px solid transparent;
    left: 17px;
    bottom: 12px;
    -webkit-transition: border .3s linear;
    transition: border .3s linear;
}

.homepage {
    background: #533308;
    position: relative;
    height: 100%;
}

    .homepage:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: -1;
         opacity: .2;
    }

    .homepage a {
        color: #fdcf95;
    }

    .homepage ul li:before {
        height: 0;
        width: 0;
        border-bottom: 6.5px solid transparent;
        border-left: 11px solid #866321;
        border-top: 6.5px solid transparent;
    }

    .homepage #wrapper {
        background: #392505;
    }

        .homepage #wrapper:before,
        .homepage #wrapper:after {
            background-image: url(../images/bg-pattern02.png);
            width: 321px;
            height: 991px;
            opacity: .2;
            margin: 0 -79px 0 0;
        }

        .homepage #wrapper:after {
            margin: 0 0 0 -79px;
        }

    .homepage #header .logo {
        box-shadow: none;
        border-radius: 0;
    }

    .homepage .header-top {
        background: #5b3d0d;
    }

        .homepage .header-top:before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: -1;
            background: -webkit-linear-gradient(top, rgba(0, 0, 0, .35) 0%, rgba(255, 255, 255, 0) 100%);
            background: linear-gradient(to bottom, rgba(0, 0, 0, .35) 0%, rgba(255, 255, 255, 0) 100%);
             opacity: .2;
        }

    .homepage .navbar-default {
        background: #866321;
    }

    .homepage #main {
        border-style: none;
    }








.Allpages {
    position: relative;
    height: 100%;
}

    .Allpages:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: -1;
         opacity: .2;
    }

    .Allpages a {
        color: #fdcf95;
    }

    .Allpages ul li:before {
        height: 0;
        width: 0;
        border-bottom: 6.5px solid transparent;
        border-left: 11px solid #866321;
        border-top: 6.5px solid transparent;
    }

    .Allpages #wrapper {
        background: white;
    }

        .Allpages #wrapper:before,
        .Allpages #wrapper:after {
            background-image: url(../images/bg-pattern02.png);
            width: 321px;
            height: 991px;
            opacity: .2;
            margin: 0 -79px 0 0;
        }

        .Allpages #wrapper:after {
            margin: 0 0 0 -79px;
        }

    .Allpages #header .logo {
        box-shadow: none;
        border-radius: 0;
    }

    .Allpages .header-top {
        background: #5b3d0d;
    }

        .Allpages .header-top:before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: -1;
            background: -webkit-linear-gradient(top, rgba(0, 0, 0, .35) 0%, rgba(255, 255, 255, 0) 100%);
            background: linear-gradient(to bottom, rgba(0, 0, 0, .35) 0%, rgba(255, 255, 255, 0) 100%);
             opacity: .2;
        }

    .Allpages .navbar-default {
        background: #866321;
    }

    .Allpages #main {
        border-style: none;
    }








.promo-block {
    padding: 10px;
    border: 3px solid #6c4d21;
    border-width: 0 0 3px;
    box-shadow: inset 0 -3px 0 #563404;
}

.banner-block {
    overflow: hidden;
    padding: 0 0 20px;
}

    .banner-block .banner-wrap {
        position: relative;
        z-index: 1;
        padding: 22px;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 331px;
    }

        .banner-block .banner-wrap > h2 {
            text-transform: uppercase;
            color: #fee095;
            text-align: right;
            font: 700 34px/.927 "Saira Extra Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
        }

        .banner-block .banner-wrap:after {
            content: "";
            position: absolute;
            top: -40px;
            right: -50px;
             opacity: .2;
            box-shadow: inset 0 0 174px #4d5b69;
            width: 100%;
            height: 60%;
            filter: blur(10px);
            z-index: -1;
            border-radius: 50%;
            opacity: 0.1;
        }

        .banner-block .banner-wrap:nth-of-type(even):after {
            right: 18px;
            top: 20px;
            width: 170px;
            height: 70px;
            background: #000;
            filter: blur(16px);
            opacity: 0.1;
        }

    .banner-block .link-bar {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 8px 10px 4px;
        background: rgba(36, 16, 1, .8);
        min-height: 43px;
    }

        .banner-block .link-bar h2 {
            color: #fff;
            margin: 0;
            font-size: 20px;
            line-height: 1.2;
        }

        .banner-block .link-bar a {
            color: inherit;
        }

            .banner-block .link-bar a:hover {
                text-decoration: none;
                color: #fdcf95;
            }

            .banner-block .link-bar a:after {
                content: "";
                display: inline-block;
                vertical-align: middle;
                margin: -4px 0 0 10px;
                height: 0;
                width: 0;
                border-bottom: 9px solid transparent;
                border-left: 14px solid #866321;
                border-top: 9px solid transparent;
            }



.profile-block {
    max-width: 196px;
    margin: 0 auto;
    text-align: center;
}

    .profile-block .img-holder {
        border: 2px solid #886418;
        position: relative;
        z-index: 1;
        margin: 0 0 7px;
    }

        .profile-block .img-holder:before {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            top: 0;
            box-shadow: 0 10px 16px rgba(0, 0, 0, .5);
             opacity: .2;
            z-index: -1;
        }

    .profile-block .img-description {
        padding: 5px 0;
        text-transform: capitalize;
    }

        .profile-block .img-description .title {
            display: block;
            color: #fdcf95;
            margin: 0 0 3px;
        }

        .profile-block .img-description .profile-name {
            display: block;
            color: #fff;
        }

            .profile-block .img-description .profile-name a {
                color: inherit;
            }

                .profile-block .img-description .profile-name a:hover {
                    color: #fdcf95;
                    text-decoration: none;
                }

.main-holder {
    overflow: hidden;
    padding: 10px;
    border: 3px solid #6c4d21;
    border-width: 0 0 3px;
    box-shadow: inset 0 -3px 0 #563404;
    margin: 0 0 20px;
}

.sidebar-links {
    margin: 0 0 17px;
}

    .sidebar-links ul li {
        padding: 0 8px 0 18px;
        margin: 0 0 5px;
    }

        .sidebar-links ul li:before {
            top: 50%;
            -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
            left: 1px;
        }

        .sidebar-links ul li a {
            font-weight: bold;
            border: 1px solid transparent;
            text-decoration: none !important;
            display: block;
        }

            .sidebar-links ul li a:hover {
                color: #fff;
            }

        .sidebar-links ul li.active {
            padding: 0;
        }

            .sidebar-links ul li.active:before {
                left: auto;
                right: 11px;
            }

            .sidebar-links ul li.active a {
                color: #fff;
                border: 1px solid #886418;
                padding: 11px 23px 11px 10px;
            }

                .sidebar-links ul li.active a:hover {
                    color: #fdcf95;
                }

.btn-link {
    display: block;
    color: #fff;
    border: 1px solid #886418;
    text-decoration: none !important;
}

    .btn-link:hover {
        border-color: #886418;
        background: #886418;
        color: #fff;
    }

    .btn-link:focus {
        color: #fff;
    }

    .btn-link:after {
        content: "";
        display: inline-block;
        vertical-align: top;
        margin: 0 0 0 5px;
        height: 0;
        width: 0;
        border-bottom: 5px solid transparent;
        border-left: 5px solid #fff69f;
        border-top: 5px solid transparent;
    }

.social-networks {
    margin: 0 -10px 0 -11px;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
}

    .social-networks li {
        padding: 0 10px 13px 11px;
        letter-spacing: 0;
        display: inline-block;
        vertical-align: top;
    }

        .social-networks li:before {
            display: none;
        }

        .social-networks li a {
            display: block;
            width: 45px;
            height: 45px;
            border-radius: 50%;
            overflow: hidden;
            text-decoration: none;
        }

            .social-networks li a:hover {
                opacity: .8;
            }

.subscribe-form {
    border: 2px solid #fece86;
    padding: 8px 11px 10px;
    font-size: 11px;
    line-height: 1.182;
}

    .subscribe-form .title {
        display: block;
        color: #fff;
        letter-spacing: .009em;
    }

    .subscribe-form label {
        color: #4db0f4;
        letter-spacing: .03em;
        font-weight: normal;
    }

    .subscribe-form .input-wrap {
        position: relative;
    }

        .subscribe-form .input-wrap:before {
            content: "";
            position: absolute;
            right: 5px;
            top: 50%;
            -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
            height: 0;
            width: 0;
            border-bottom: 7px solid transparent;
            border-left: 9px solid #fff69f;
            border-top: 7px solid transparent;
            pointer-events: none;
            cursor: default;
        }

    .subscribe-form input[type="email"],
    .subscribe-form input[type="text"] {
        width: calc(100% - 49px);
        background: #fff;
        border-style: none;
        height: 25px;
        padding: 5px 10px;
        border: 1px solid #c9c9c9;
        border-color: #c9c9c9 #f6f6f6 #e7e7e7 #ededed;
        float: left;
    }

    .subscribe-form input[type="submit"] {
        border-style: none;
        width: 49px;
        float: left;
        overflow: hidden;
        padding: 3px 18px 3px 6px;
        white-space: normal;
        text-align: left;
        font-size: 9px;
        line-height: 1;
        height: 25px;
        color: #fedf95;
        background: #73101b;
    }

        .subscribe-form input[type="submit"]:hover {
            background: #4db0f4;
        }

.media-block {
    border: 4px solid #886418;
    position: relative;
    overflow: hidden;
    margin: auto;
    z-index: 1;
}

    .media-block a {
        color: #fff;
    }

        .media-block a:hover {
            color: #fdcf95;
        }

    .media-block .link-bar {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }

        .media-block .link-bar:before {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            top: 0;
            background: #866321;
             opacity: .2;
        }

        .media-block .link-bar * {
            position: relative;
            z-index: 2;
            font-size: 17px;
            margin: 0;
        }

.no-backgroundblendmode .media-block .link-bar:before {
    background: rgba(36, 16, 1, .8);
}

.no-backgroundblendmode .thumbnail-layout .box-wrap .img-stretch {
    opacity: .2;
}

.no-cssfilters .banner-block .banner-wrap > h2 {
    text-shadow: 4px 4px 54px #4d5b69;
}

.no-cssfilters .banner-block .banner-wrap:after {
    box-shadow: none;
}

.no-cssfilters .banner-block .banner-wrap:nth-of-type(even) > h2 {
    text-shadow: 4px 4px 19px #000;
}

.no-cssfilters .banner-block .banner-wrap:nth-of-type(even):after {
    background: none;
}

#footer {
    background: #510c13;
    padding: 0 0 19px;
    overflow: hidden;
}

.footer-top {
    padding: 8px 31px;
    background: #959377;
    font-size: 12px;
    line-height: 1.75;
}

    .footer-top:before,
    .footer-top:after {
        content: none;
    }

    .footer-top > div + div {
        border: 1px solid #646351;
        border-width: 1px 0 0;
    }

    .footer-top .heading {
        display: block;
        padding: 0 6px 4px 0;
        color: #002659;
        overflow: hidden;
        font-size: 14px;
        line-height: 1.071;
    }

    .footer-top p .pull-right {
        margin: 0 0 0 10px;
    }

.contact-list li {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

    .contact-list li:before {
        display: none;
    }

    .contact-list li > * {
        display: inline-block;
        vertical-align: top;
        max-width: 50%;
    }

    .contact-list li .contact-title {
        padding: 0 5px 0 0;
        text-transform: capitalize;
    }

    .contact-list li a[href^="tel"] {
        color: #000;
    }

        .contact-list li a[href^="tel"]:hover {
            text-decoration: none;
            color: #510c13;
        }

.link-more {
    text-transform: lowercase;
    color: #510813;
    position: relative;
    padding: 0 19px 0 0;
    font-size: 10px;
    line-height: 1.4;
    display: inline-block;
    vertical-align: top;
}

    .link-more:after {
        content: ">>";
        position: absolute;
        right: 4px;
        top: 0;
    }

    .link-more:hover {
        text-decoration: none;
    }

.read-more {
    color: #000;
    border-bottom: 1px solid #1c1c16;
}

    .read-more:hover {
        text-decoration: none;
        color: #510c13;
        border-color: #510c13;
    }

.footer-bottom {
    background: #aaa992;
    padding: 5px 10px;
}

.footer-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .footer-list li {
        padding: 0;
        margin: 0 0 2px;
        color: #00266b;
        font-size: 10px;
    }

        .footer-list li:before {
            border-style: none;
            position: static;
        }

        .footer-list li + li:before {
            content: "|";
            display: inline-block;
            vertical-align: top;
            margin: 0 8px;
        }

        .footer-list li a {
            color: #00266b;
        }

.header-top .search-form {
    margin: 8px 0;
}




@media (min-width: 480px) and (max-width: 767px) {
    .thumbnail-layout {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }


        .thumbnail-layout > div {
            width: 50%;
        }
}

@media (min-width: 480px) {
    .box-wrap {
        min-height: 316px;
    }
}

@media (min-width: 768px) {
    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 17px;
    }

    #header h1 {
        text-align: left;
        width: auto;
        padding: 0;
    }

    #header .logo {
        position: absolute;
        z-index: 1;
        top: 14px;
        left: 14px;
        width: 120px;
        height: 120px;
    }

    .header-top {
        padding: 13px 14px 16px 146px;
    }

        .header-top .logo-wrap {
            display: block;
            overflow: hidden;
            padding: 2px 10px 0 0;
        }

        .header-top .search-form,
        .header-top #___gcse_0 {
            float: right;
            width: 190px;
            position: relative;
            top: auto;
            left: auto;
            margin: 0;
            height: 30px;
        }

    .top-nav ul {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .search-form {
        margin: 0;
    }

    .nav > li {
        margin: 0 1px;
        font-size: 12px;
    }

        .nav > li > a {
            padding: 8px 4px;
        }

    #nav {
        padding: 0 0 0 115px;
    }

    .head-start {
        padding: 20px;
    }

    .row-holder .row {
        padding: 20px;
    }

    .row-holder .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .thumbnail-layout .box-wrap {
        min-height: 150px;
    }

    .box-wrap ul li:last-of-type {
        padding-bottom: 0;
    }

    .box-wrap ul li br {
        display: block;
    }

    .box-wrap .splitter {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin: 0 -8px 0 -20px;
    }

        .box-wrap .splitter ul {
            width: 50%;
            padding: 0 8px 0 20px;
        }

            .box-wrap .splitter ul + ul {
                padding-left: 15px;
            }

                .box-wrap .splitter ul + ul:before {
                    content: "";
                    position: absolute;
                    left: 0;
                    top: 0;
                    bottom: 34px;
                    width: 1px;
                    background: -webkit-linear-gradient(top, #fcf897 0%, #f7ed98 100%);
                    background: linear-gradient(to bottom, #fcf897 0%, #f7ed98 100%);
                }

    .promo-block {
        padding: 20px;
    }

    .banner-block {
        float: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        width: calc(100% - 196px);
        padding: 0 27px 0 0;
    }

        .banner-block .banner-wrap {
            width: 50%;
        }

        .banner-block .link-bar {
            padding-top: 11px;
        }

            .banner-block .link-bar h2 {
                font-size: 17px;
            }

    .profile-block {
        float: right;
        text-align: right;
        width: 196px;
        max-width: none;
        margin: 0;
    }

    .main-holder {
        padding: 20px 20px 11px;
        margin-bottom: 30px;
    }

        .main-holder #sidebar {
            float: left;
            width: 246px;
        }

        .main-holder #content {
            float: right;
            width: calc(100% - 246px);
            padding: 0 0 0 23px;
        }

    .media-block {
        margin: 0;
    }

        .media-block .link-bar {
            padding: 17px;
        }

    .footer-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        padding: 8px 20px;
    }

        .footer-top > div + div {
            border-width: 0 0 0 1px;
        }

    .footer-bottom {
        padding: 6px 46px;
    }

    .footer-list {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

        .footer-list li:first-of-type br {
            display: none;
        }
}

@media (min-width: 992px) {
    h1 {
        font-size: 33px;
    }

    h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 22px;
    }

    #header h1 {
        font-size: 31px;
    }

    #header .logo {
        left: 25px;
        width: 147px;
        height: 146px;
    }

    .header-top {
        padding: 13px 26px 16px 194px;
    }

        .header-top .logo-wrap {
            padding-top: 0;
        }

        .header-top .search-form,
        .header-top #___gcse_0 {
            margin: 4px 0;
        }

    .nav > li {
        font-size: 14px;
    }

        .nav > li > a {
            padding: 8px 10px;
        }

    #nav {
        padding: 0 0 0 182px;
    }

    .head-start {
        padding: 43px 63px 9px;
    }

    .row-holder .row {
        padding: 29px 63px 10px;
    }

        .row-holder .row:first-of-type {
            padding-bottom: 0;
        }

        .row-holder .row:nth-of-type(2) {
            padding-top: 15px;
            padding-bottom: 10px;
        }

    .thumbnail-layout .box-wrap {
        min-height: 190px;
    }

    .box-wrap .splitter ul {
        width: 49.5%;
    }

        .box-wrap .splitter ul + ul {
            width: 50.5%;
        }

    .homepage #header .logo .Allpages {
        width: 159px;
        height: 160px;
        left: 18px;
    }

    .homepage .header-top .Allpages {
        padding-bottom: 22px;
    }

    .promo-block {
        padding: 21px 26px 15px 45px;
    }

    .banner-block .banner-wrap > h2 {
        font-size: 41px;
    }

    .banner-block .link-bar {
        padding-top: 8px;
    }

        .banner-block .link-bar h2 {
            font-size: 26px;
        }

    .main-holder {
        padding: 21px 26px 11px 25px;
        margin-bottom: 54px;
    }

    .media-block .link-bar {
        padding: 35px 17px 27px;
    }

    .footer-top {
        padding: 12px 53px 15px 41px;
    }

        .footer-top > div {
            width: 32.1%;
        }

            .footer-top > div:nth-of-type(2) {
                width: 39.1%;
                padding-left: 31px;
                padding-right: 40px;
                line-height: 1.5;
            }

                .footer-top > div:nth-of-type(2) .heading {
                    padding-bottom: 15px;
                }

            .footer-top > div:nth-of-type(3) {
                width: 28.8%;
                padding-left: 34px;
            }

        .footer-top p .pull-right {
            margin-top: 3px;
        }
}

@media (min-width: 1025px) {
    .homepage .Allpages {
        height: auto;
    }
}

@media (max-width: 767px) {
    .footer-top > div {
        padding: 10px 0;
    }

    .footer-list li:first-of-type {
        -webkit-box-ordinal-group: 101;
        -ms-flex-order: 100;
        order: 100;
        display: block;
        width: 100%;
        text-align: center;
    }

    .footer-list li + li:nth-of-type(2):before {
        display: none;
    }
}


