﻿@charset "UTF-8";
@import url('/Content/bootstrap.min.css');
@import url('/Content/bootstrap-select.min.css');
@import url('/Content/bootstrap-datepicker.css');
@import url('/Content/jquery.fancybox.css');
@import url('/fotorama/fotorama.css');

body {
    color: #333;
    line-height: 18px;
}

/*------------------------------------------------*/
/* FONT STYLE */
/*------------------------------------------------*/
body, th, td, table, h1, h2, h3, h4, h5, h6,
.Head, .SubHead, .SubSubHead, input,
.Normal, .NormalBold, .NormalRed, .NormalTextBox, .NormalDisabled,
a, a:link, a:visited, a:hover, input, .CommandButton {
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    letter-spacing: 0;
}

    body, th, td, table, input,
    .Normal, .NormalBold, .NormalRed, .NormalTextBox, .NormalDisabled,
    a, a:link, a:visited, a:hover, input, .CommandButton, .dnnFormItem input[type="text"], .dnnFormItem select {
        font-size: 14px;
        line-height: 18px;
    }

/*------------------------------------------------*/
/* HEADER STYLE */
/*------------------------------------------------*/

h1, h2, h3 {
    margin-top: 10px;
}

/*------------------------------------------------*/
/* ANCHOR STYLE */
/*------------------------------------------------*/
a, a:link, a:visited, a:active {
    color: #3B96B6;
    text-decoration: none;
    outline: 0;
}

    a:hover {
        color: #EA6946;
        text-decoration: none;
        outline: 0;
    }

/* DNN Specific Selectors 
-------------------------------------*/
.CommandButton {
    font-size: 13px;
    color: #3d3d3d;
    font-weight: bold;
}

    .CommandButton:hover {
        color: #007cae;
    }

a.CommandButton:link {
    font-size: 13px;
    text-decoration: none;
    color: #3d3d3d;
    font-weight: bold;
}

a.CommandButton:hover {
    text-decoration: underline;
    color: #007cae;
}

/*------------------------------------------------*/
/* PARAGRAPH STYLE */
/*------------------------------------------------*/
p {
    margin: 0 0 15px 0;
}

hr {
    clear: both;
    height: 0;
    border: solid #FF9A00;
    border-width: 1px 0 0;
    margin: 10px 0;
}

/*------------------------------------------------*/
/* IMAGE STYLES */
/*------------------------------------------------*/
img {
    border: 0;
    max-width: 100%;
}

/* Image Align Left 
    -------------------------------------*/
.imgLeft {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}

/* Image Align Right 
    -------------------------------------*/
.imgRight {
    float: right;
    margin-left: 30px;
    margin-bottom: 30px;
}

/* Image with border 
    -------------------------------------*/
.imgBorder {
    border: solid 3px #fff;
}

/* Polaroid Image Style 
    -------------------------------------*/
.imgPolaroid {
    color: #a6a6a6;
    font-size: 12px;
    text-align: left;
    padding: 13px 13px 17px 13px;
    background-color: #fff;
    box-shadow: 0 1px 2px #ccc;
}

    .imgPolaroid img {
        margin-bottom: 12px;
    }

/*------------------------------------------------*/
/* lIST STYLE */
/*------------------------------------------------*/


/* Ordered List */
ol li {
    list-style-type: decimal;
    margin-bottom: 8px;
    vertical-align: top;
}

ol ol {
    margin-top: 8px;
    margin-left: 30px;
}

    ol ol li {
        list-style-type: lower-roman;
    }

    ol ol ol li {
        list-style-type: lower-alpha;
    }

ol ul li {
    list-style-type: lower-roman;
}

/*------------------------------------------------*/
/* FORM STYLE
/*------------------------------------------------*/

/*input[type="text"], select, textarea, input[type="email"], input[type="search"], input[type="password"] {
    padding: 9px;
    margin-bottom: 20px;
    background: #f3f3f3;
    border: 1px solid #bfbfbf;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8), inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8), inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    color: #666;
    font-size: 13px;
}*/

.dnnFormGroup, .dnnFormRadioButtons, .dnnFileUploadScope, .dnnHSRadioButtons {
    background: none !important;
}

/*------------------------------------------------*/
/* BUTTONS STYLE */
/*------------------------------------------------*/

/* Primary Style Button */
button.primaryButton, a.primaryButton, input.primaryButton {
    display: inline-block;
    padding: 12px 20px;
    margin-bottom: 5px;
    background-color: #FF9A00;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 0px solid #ffffff;
    -moz-box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
    -webkit-box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
    box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #ffffff;
    text-shadow: 0px 0px 0px rgba(000,000,000,0), 0px 0px 0px rgba(255,255,255,0);
}

    button.primaryButton:focus, a.primaryButton:focus, input.primaryButton:focus, button.primaryButton:hover, a.primaryButton:hover, input.primaryButton:hover {
        cursor: pointer;
        background-image: none;
        /*background-color: #349a9a;*/
        background-color: #0076c0;
    }

/* Secondary Style Button */
button.secondaryButton, a.secondaryButton, input.secondaryButton {
    display: inline-block;
    padding: 12px 20px;
    margin-bottom: 5px;
    background-color: #349a9a;
    /*background-color: #0076c0;*/
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 0px solid #ffffff;
    -moz-box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
    -webkit-box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
    box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #ffffff;
    text-shadow: 0px 0px 0px rgba(000,000,000,0), 0px 0px 0px rgba(255,255,255,0);
}

    button.secondaryButton:focus, a.secondaryButton:focus, input.secondaryButton:focus, button.secondaryButton:hover, a.secondaryButton:hover, input.secondaryButton:hover {
        cursor: pointer;
        background-color: #FF9A00;
        background-image: none;
    }

a.dnnPrimaryAction {
    background: #FF9A00;
    color: white;
    text-shadow: none;
    box-shadow: none;
    border-color: #a0a0a0;
    /*line-height: 19px;*/
}

    a.dnnPrimaryAction:focus, a.dnnPrimaryAction:hover {
        background: #FFB22D;
        color: white;
        border-color: #a0a0a0;
    }

a.dnnSecondaryAction {
    /*background-color: #349a9a;*/
    background-color: #0076c0;
    color: white;
    text-shadow: none;
    box-shadow: none;
    border-color: #a0a0a0;
    /*line-height: 19px;*/
}

    a.dnnSecondaryAction:focus, a.dnnSecondaryAction:hover {
        background: #3DAAAA;
        color: white;
        border-color: #a0a0a0;
    }

/*------------------------------------------------*/
/* SITE SPACING
/*------------------------------------------------*/

.spacingTop {
    margin-top: 30px;
}

.spacingRight {
    margin-right: 30px;
}

.spacingBottom {
    margin-bottom: 30px;
}

.spacingLeft {
    margin-left: 30px;
}

/*------------------------------------------------*/
/* SITE STRUCTURE */
/*------------------------------------------------*/

.contentWrapper {
    min-height: 510px;
    background-color: white;
    padding: 10px;
}

.contentOuter, .siteHeadInner {
    box-shadow: 12px 0 20px -4px rgba(30, 30, 30, 0.3), -12px 0 20px -4px rgba(30, 30,30, 0.3);
}

#siteWrapper {
    /*background: url(/images/generic/bg.jpg) no-repeat fixed;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;*/
    background-attachment: fixed;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    /*background-image: url("http://littlerocket.dnserver.net.nz/NPEventVenues/npev_bg.gif");*/
    background-image: url(/images/generic/bg.png);
    background-origin: padding-box;
    background-position: center -110px;
    background-repeat: no-repeat;
}

/*------------------------------------------------*/
/* PANES */
/*------------------------------------------------*/

.DNNEmptyPane {
    width: 0;
    margin: 0;
}

/*.DNNModuleContent, .ModDNNHTMLC {
    padding: 10px;
}*/

/*------------------------------------------------*/
/* SEARCH */
/*------------------------------------------------*/

.footerInner a.SearchButton:link,
.footerInner a.SearchButton:visited {
    display: inline-block;
    float: right;
    height: 34px;
    width: 35px;
    margin: 0 0 0 10px;
    padding: 0;
    background: #333 url('/images/search.png') no-repeat center center;
    text-indent: -9999px;
}

.footerInner a.SearchButton:hover {
    background: url('/images/search.png') no-repeat center center, rgb(45,45,45); /* Old browsers */
    background: url('/images/search.png') no-repeat center center, -moz-linear-gradient(top, rgba(45,45,45,1) 0%, rgba(86,86,86,1) 100%); /* FF3.6+ */
    background: url('/images/search.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(45,45,45,1)), color-stop(100%,rgba(86,86,86,1))); /* Chrome,Safari4+ */
    background: url('/images/search.png') no-repeat center center, -webkit-linear-gradient(top, rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* Chrome10+,Safari5.1+ */
    background: url('/images/search.png') no-repeat center center, -o-linear-gradient(top, rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* Opera 11.10+ */
    background: url('/images/search.png') no-repeat center center, -ms-linear-gradient(top, rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* IE10+ */
    background: url('/images/search.png') no-repeat center center, linear-gradient(to bottom, rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* W3C */
}

#dnn_dnnSearch_txtSearch {
    display: block;
    float: left;
    width: 160px;
    height: 32px;
    padding: 0 5px 0 10px;
    margin: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    border-left: 1px solid #ddd;
    color: #000;
    line-height: 32px;
    font-size: 11px;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}

    #dnn_dnnSearch_txtSearch:active, #dnn_dnnSearch_txtSearch:focus {
        background: #ccc;
        box-shadow: inset 0px 3px 8px #999;
    }

.searchInputContainer .NormalTextBox {
    margin: 0;
}

.searchInputContainer a.dnnSearchBoxClearText {
    z-index: 300 !important;
}

@media (max-width: 767px) {
    .search {
        padding: 0 0 10px 10px;
    }

    .searchInputContainer {
        width: 230px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .searchInputContainer {
        width: 200px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .searchInputContainer {
        width: 270px;
    }
}

@media (min-width: 1200px) {
    .searchInputContainer {
        width: 330px;
    }
}

/*------------------------------------------------*/
/* SITE HEADER */
/*------------------------------------------------*/

#siteHeadouter {
    /*padding: 0 30px;*/
    /*background: #fff;*/
    /* CSS3 */
    /*-webkit-box-shadow: 1px 50px 100px 0px #cacaca;
    box-shadow: 1px 50px 100px 0px #cacaca;*/
}

.siteHeadInner {
    background-color: black;
}

.navbar {
    margin-bottom: 0px;
}

a.pageTitleLink {
    /*display: block;*/    
    /*line-height: 74px;*/
    /*font-size: 25px;
    font-weight: bold;*/
    font-size: 25px;
    font-weight: 200;
}

/*a.pageTitleLink img {
        height: 74px;
    }*/

@media (min-width: 768px) and (max-width: 991px) {
    .navbar {
        margin-left: 10px;
    }

    .navbar-brand, .councilLogo {
        padding: 20px;
    }

    a.pageTitleLink {
        padding-left: 25px;
    }
}

@media (min-width: 992px) {
    .navbar {
        margin-left: 10px;
    }

    .navbar-brand, .councilLogo {
        padding: 30px 25px 20px 35px;
    }

    a.pageTitleLink {
        padding-left: 30px;
    }
}

/*------------------------------------------------*/
/* NAVIGATION */
/*------------------------------------------------*/

.navbar-default {
    background: none;
    border: none;
}

    .navbar-default .navbar-nav li a {
        font-weight: bold;
        color: white;
        /*text-transform: uppercase;*/
    }

    .navbar-default .navbar-collapse {
        border: 0;
    }

/*.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #EA6946;
}*/

@media (max-width: 767px) {
    .row {
        margin: 0;
    }

    .navbar-nav > li > a, .nav.dropdown .dropdown-menu li a {
        white-space: normal;
        font-size: 18px;
    }

    .navbar-collapse {
        padding: 0;
    }

    .navbar-brand, .councilLogo {
        text-align: center;
        float: none;
    }

    .navbar-brand {
        height: inherit;
    }

    .councilLogo {
        text-align: center;
        float: none;
    }
    /* 1st level */

    .navbar-default .navbar-nav > li > a,
    .navbar-default .navbar-nav > li > a:focus {
        background-color: #FF9A00;
        color: white;
    }

        .navbar-default .navbar-nav > li > a:hover {
            background-color: #FFBB56;
            color: white;
        }

    /* 2nd level */

    .navbar-default .navbar-nav > li.nav.dropdown > ul.dropdown-menu > li > a,
    .navbar-default .navbar-nav > li.nav.dropdown > ul.dropdown-menu > li > a:focus {
        background-color: white;
        /*color: #349a9a;*/
        color: #0076c0;
    }

        .navbar-default .navbar-nav > li.nav.dropdown > ul.dropdown-menu > li > a:hover {
            background-color: #E6E6E6;
            /*color: #349a9a;*/
            color: #0076c0;
        }

    /* 3rd level */

    .navbar-default .navbar-nav > li.nav.dropdown > ul.dropdown-menu > li.nav.dropdown > ul.dropdown-menu > li > a,
    .navbar-default .navbar-nav > li.nav.dropdown > ul.dropdown-menu > li.nav.dropdown > ul.dropdown-menu > li > a:focus {
        background-color: #595959;
        color: white;
    }

        .navbar-default .navbar-nav > li.nav.dropdown > ul.dropdown-menu > li.nav.dropdown > ul.dropdown-menu > li > a:hover {
            background-color: #A0A0A0;
            color: white;
        }


    /* all active menu items */
    .navbar-default .navbar-nav > li.active > a,
    .navbar-default .navbar-nav > li.active > a:hover,
    .navbar-default .navbar-nav > li.active > a:focus,
    .navbar-default .navbar-nav > li.nav.dropdown.active > ul.dropdown-menu > li.nav.active > a,
    .navbar-default .navbar-nav > li.nav.dropdown.active > ul.dropdown-menu > li.nav.active > a:hover,
    .navbar-default .navbar-nav > li.nav.dropdown.active > ul.dropdown-menu > li.nav.active > a:focus,
    .navbar-default .navbar-nav > li.nav.dropdown.active > ul.dropdown-menu > li.nav.active > ul.dropdown-menu > li.nav.active > a,
    .navbar-default .navbar-nav > li.nav.dropdown.active > ul.dropdown-menu > li.nav.active > ul.dropdown-menu > li.nav.active > a:hover,
    .navbar-default .navbar-nav > li.nav.dropdown.active > ul.dropdown-menu > li.nav.active > ul.dropdown-menu > li.nav.active > a:focus {
        /*background-color: #349a9a;*/
        background-color: #0076c0;
        color: white;
    }

    ul.navbar-nav, ul.dropdown-menu {
        min-width: 100%;
        border-radius: 0;
    }

    .navbar-nav li a {
        border-bottom: 1px solid black;
        border-left: 1px solid black;
        border-right: 1px solid black;
    }

    .navbar-nav li.lastMenuItem {
        border-bottom: 0;
    }

    .navbar-toggle {
        background-color: white;
        margin: 10px;
    }

    .navbar .btn-success.navbar-toggle {
        background-color: #5CB85C;
        border-color: #4CAE4C;
        margin: 10px 0 0 0;
    }

        .navbar .btn-success.navbar-toggle:hover, .btn-success.navbar-toggle:active, .btn-success.navbar-toggle:focus {
            background-color: #47A447;
            border-color: #398439;
        }

    .navbar-collapse.in {
        overflow-y: visible;
    }

    .navbar-default .navbar-nav {
        margin: 0;
    }

    .navbar-nav li a, .navbar-nav li a b {
        line-height: 40px;
    }

    .navbar-nav li a {
        padding: 0 15px !important;
    }

    ul.navbar-nav li a b {
        float: right;
        border-left: 3px solid gray;
        padding-left: 11px;
        position: initial;
    }

    ul.navbar-nav li ul.dropdown-menu li a b {
        padding-left: 11px;
    }

    /*ul.navbar-nav > li.nav.dropdown > ul.dropdown-menu > li.nav.dropdown > ul.dropdown-menu,
    ul.navbar-nav > li.nav.dropdown > ul.dropdown-menu > li.nav.dropdown > ul.dropdown-menu > li,
    ul.navbar-nav > li.nav.dropdown > ul.dropdown-menu > li.nav.dropdown > ul.dropdown-menu > li > a {
        z-index: 9999 !important;
    }*/
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-nav > li > a, .nav.dropdown .dropdown-menu li a {
        font-size: 17px;
    }

    .navbar-nav > li > a {
        padding: 15px 13px;
    }
}

@media (min-width: 768px) {
    .councilLogo {
        float: right;
    }

    .firstLevelMenu {
        float: left;
    }

    .topBar {
        /*background-color: #349a9a;*/
        background-color: #0076c0;
        height: 74px;
        line-height: 72px;
        /*padding: 0 15px;*/
        padding: 2px 15px;
    }

        .topBar a {
            color: white;
        }

    .topBarTitle {
        float: left;
        /*padding: 5px 0;*/
    }

    .topBarLeftCorner {
        float: left;
        background: transparent url('/images/corner_left.png') no-repeat left bottom;
        width: 15px;
        height: 50px;
    }

    .topBarRightCorner {
        float: right;
        background: transparent url('/images/corner_right.png') no-repeat left bottom;
        width: 15px;
        height: 50px;
    }

    .navbar-collapse {
        padding-left: 0px;
        /*padding-left: 10px;*/
    }

    ul.dropdown-menu {
        border: 1px solid #C0C0C0;
        border-radius: 0;
        margin: 0;
        padding: 0;
    }

    /*hover over menu item triggers dropdown to show*/
    ul.navbar-nav > li.dropdown:hover > ul.dropdown-menu {
        display: block;
    }

    .dropdown-menu > li {
        border-bottom: 1px solid #C0C0C0;
    }

        .dropdown-menu > li.lastMenuItem {
            border-bottom: 0;
        }

        .dropdown-menu > li > a {
            padding: 10px 20px;
        }

    /*.navbar-nav > li > a {
        line-height: 22px;
    }*/

    /* 1st level */

    .navbar-default .navbar-nav > li > a {
        background-color: inherit;
        color: white;
        /*text-transform: uppercase;*/
    }

        .navbar-default .navbar-nav > li > a:hover,
        .navbar-default .navbar-nav > li > a:focus {
            background-color: inherit;
            /*color: #349a9a;*/
            color: #0076c0;
        }

    /* 2nd level */

    .navbar-default .navbar-nav > li.nav.dropdown > ul.dropdown-menu > li > a,
    .navbar-default .navbar-nav > li.nav.dropdown > ul.dropdown-menu > li > a:focus {
        background-color: white;
        /*color: #349a9a;*/
        color: #0076c0;
    }

        .navbar-default .navbar-nav > li.nav.dropdown > ul.dropdown-menu > li > a:hover {
            background-color: #E6E6E6;
            /*color: #349a9a;*/
            color: #0076c0;
        }

    /* all active menu items */
    .navbar-default .navbar-nav > li.active > a,
    .navbar-default .navbar-nav > li.active > a:hover,
    .navbar-default .navbar-nav > li.active > a:focus,
    .navbar-default .navbar-nav > li.nav.dropdown.active > ul.dropdown-menu > li.nav.active > a,
    .navbar-default .navbar-nav > li.nav.dropdown.active > ul.dropdown-menu > li.nav.active > a:hover,
    .navbar-default .navbar-nav > li.nav.dropdown.active > ul.dropdown-menu > li.nav.active > a:focus,
    .thirdLevelMenu.navbar .navbar-nav > li.nav.active > a,
    .thirdLevelMenu.navbar .navbar-nav > li.nav.active > a:hover,
    .thirdLevelMenu.navbar .navbar-nav > li.nav.active > a:focus {
        background-color: inherit;
        color: #FF9A00;
    }

    /* 3rd level */

    .thirdLevelMenu.navbar {
        float: right;
        min-height: 0px;
        margin: 21px 10px;
    }

        .thirdLevelMenu.navbar .navbar-nav > li.nav a {
            letter-spacing: 0.7px;
            border-right: 1px solid silver;
            padding: 5px 5px;
            margin: 0;
            font-size: 14px;
            /*border-right-color: #6EC8C8;*/
            border-right-color: white;
        }

        .thirdLevelMenu.navbar .navbar-nav > li.nav.lastMenuItem a {
            border-right: 0;
        }

        .thirdLevelMenu.navbar .navbar-nav > li.nav a:hover,
        .thirdLevelMenu.navbar .navbar-nav > li.nav a:focus {
            background-color: white;
            /*color: #349a9a;*/
            color: #0076c0;
        }
}

@media (min-width: 992px) {
    .navbar-nav > li > a, .nav.dropdown .dropdown-menu li a {
        font-size: 18px;
    }

    .navbar-nav > li > a {
        padding: 15px 25px;
    }

    .thirdLevelMenu.navbar .navbar-nav > li.nav a {
        padding: 5px 7px;
        font-size: 15px;
    }
}

@media (min-width: 1200px) {
    .thirdLevelMenu.navbar .navbar-nav > li.nav a {
        padding: 5px 10px;
        font-size: 16px;
    }
}

/*------------------------------------------------*/
/* Start - Bootstrap override */
/*------------------------------------------------*/

mark, .mark {
    background-color: transparent;
}

.form-control {
    border: 2px solid #CCCCCC;
    display: inline;
}

a:focus, .bootstrap-select .btn:focus {
    outline: none !important;
}

.bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]) {
    width: 189px;
}

td, th {
    padding: 2px;
}

.radio-inline, .checkbox-inline {
    padding-left: 0px;
}

/*.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 10px;
    padding-right: 10px;
}*/

.btn {
    line-height: 18px;
    border-width: 2px;
}

.btn-default, .btn-default:focus, .btn-default:active, .btn-default.active {
    background-color: white;
    outline: none;
}

    .btn-default:hover {
        background-color: transparent;
    }

/*.glyphicon {
    top: 0;
}*/

.glyphicon-remove {
    color: #BF0000;
}

.dropdown-menu {
    padding: 0;
    margin: 0;
    border: none;
}

    .dropdown-menu > li:not(.selected) > a:hover, .dropdown-menu > li:not(.selected) > a:focus, .dropdown-menu > li:not(.selected) > a:active {
        background-color: #0097CF;
        color: white;
    }

    .dropdown-menu > li:last-child {
        border-bottom: none;
    }

.btn-event, .btn-event:link, .btn-event:visited, .btn-event:active {
    background-color: #72B8B8;
    color: white;
    font-weight: bold;
    margin-bottom: 5px;
    outline: none;
}

    .btn-event:hover {
        background-color: #FF9A00;
    }

.dateRangeSeparator {
    background-color: #EEEEEE;
}

.form-control.datepicker {
    width: 90px;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover,
.datepicker table tr td.disabled.highlight, .datepicker table tr td.disabled.highlight:hover {
    color: #EFEFEF;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.datepicker table tr td.highlight, .datepicker table tr td.highlight:hover {
    color: #000000;
    background-color: #FDE19A;
    background-image: -moz-linear-gradient(center top, #FDD49A, #FDF59A);
}

.datepicker-days th.clear {
    visibility: visible;
}

.datepicker {
    padding: 6px;
}

.dnnDisabled {
    cursor: not-allowed !important;
}

.table th {
    text-align: center;
    font-weight: bold;
    background-color: #7A7A7A !important;
    color: white;
}

/*.table-striped > tbody > tr:nth-child(2n+1) > td {
    background-color: rgba(217, 251, 255, 0.4);
}

.table-striped > tbody > tr:nth-child(2n) > td {
    background-color: rgba(200, 255, 217, 0.4);
}*/

/*------------------------------------------------*/
/* End - Bootstrap override */
/*------------------------------------------------*/

/*------------------------------------------------*/
/* BREADCRUMBS */
/*------------------------------------------------*/

.breadcrumbContainer {
    padding: 5px 10px;
    margin-bottom: 5px;
    border-bottom: solid 1px #E5E5E5;
}

    /*.breadcrumbContainer span {
    padding: 0 5px;
}*/

    .breadcrumbContainer img {
        margin-left: 10px;
        margin-right: 10px;
    }

    .breadcrumbContainer a:link,
    .breadcrumbContainer a:visited {
        color: #999;
        font-size: 12px;
        font-weight: bold;
    }

    .breadcrumbContainer a:hover {
        /*color: #349a9a;*/
        color: #0076c0;
    }

/*------------------------------------------------*/
/* FOOTER */
/*------------------------------------------------*/

.footerOuter {
    background-color: #1F1F1F;
}

.footerInner {
    padding: 10px;
}

@media (max-width:767px) {
    .footerInner {
        padding-top: 10px;
    }
}

@media (min-width:768px) {
    .footerInner {
        padding-top: 20px;
    }
}

.footerInner, .footerInner a, .footerInner a:link, .footerInner a:visited {
    color: #ddd;
}

    .footerInner a:hover {
        text-decoration: underline;
    }

    .footerInner ul {
        margin: 0;
        padding: 0;
    }

    .footerInner .socialMedia img {
        padding-right: 6px;
    }

.mailchimpLinkBig {
    display: block;
    width: 222px;
    height: 46px;
    background-image: url(/images/generic/keep_me_informed_desktop.png);
}

/*.mailchimpLinkBig:hover {
        background-image: url(Images/keep_me_informed_desktop_hover.png);
    }*/

.siteMap {
    padding-bottom: 10px;
}

.siteMapFirstLevel > li {
    display: block;
    margin: 10px 0;
    padding-top: 10px;
    border-top: 1px solid #363636;
}

    .siteMapFirstLevel > li.firstListItem {
        margin-top: 0px;
        border-top: none;
    }

/*------------------------------------------------*/
/* GENERIC CLASSES
/*------------------------------------------------*/

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
}

.left {
    float: left;
}

.right {
    float: right;
}

.smallInput {
    width: 250px !important;
}

.mediumInput {
    width: 400px !important;
}

.itemSeparator {
    margin-bottom: 10px;
    padding-bottom: 10px;
    clear: both;
    border-bottom: 1px solid silver;
}

@media (max-width:767px) {
    .resizableTitle {
        font-size: 20px;
    }

    .resizeTable td:first-child {
        width: 150px;
    }

    .resizeTable .tableImage {
        max-width: 150px;
    }
}

@media (min-width:768px) {
    .resizableTitle {
        font-size: 32px;
    }

    .resizeTable td:first-child {
        width: 180px;
    }

    .resizeTable .tableImage {
        max-width: 180px;
    }
}

@media (max-width:991px) {
    .fundViewImage {
        width: 300px;
    }
}

/*------------------------------------------------*/
/* Custom CSS */
/*------------------------------------------------*/

.arrowTextLinkLeft, .arrowTextLinkRight {
    font-weight: bold;
    color: #EA6946;
    cursor: pointer;
    height: 30px;
}

    .arrowTextLinkLeft:hover, .arrowTextLinkRight:hover {
        color: #30BEB6;
    }

.arrowTextLinkLeft {
    padding: 6px 45px;
    background: url(/Images/arrow_left_orange.png) no-repeat left top;
}

    .arrowTextLinkLeft:hover {
        background: url(/Images/arrow_left_turquoise.png) no-repeat left top;
    }

.arrowTextLinkRight {
    padding: 6px 45px;
    background: url(/Images/arrow_right_orange.png) no-repeat right top;
}

    .arrowTextLinkRight:hover {
        background: url(/Images/arrow_right_turquoise.png) no-repeat right top;
    }

.yellowBackgroundRedBorder {
    background-color: yellow !important;
    border: 2px solid #FF0000 !important;
}

.vertical_resize {
    resize: vertical;
}

.venueImages {
    text-align: center;
}

@media (max-width: 400px) {
    .venueImages a {
        display: block;
        margin: 10px 0;
    }
}

@media (min-width: 401px) and (max-width: 767px) {
    .venueImages img {
        /*margin: 10px;*/
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .venueImages img {
        width: 172px;
        /*margin: 10px 38px;*/
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .venueImages img {
        width: 227px;
        /*margin: 10px 16px;*/
    }
}

@media (min-width: 1200px) {
    .venueImages img {
        /*margin: 10px 50px;*/
        width: 277px;
    }
}

.moduleTitle {
    /*color: #349a9a;*/
    color: #0076c0;
    /*text-transform: uppercase;*/
    font-weight: bold;
}

.subTitle {
    color: gray;
    font-size: 12px;
    padding-bottom: 10px;
}

/*SubContainer*/

.subContainer {
    background-color: black;
    color: white;
}

.subContainerImage {
    float: left;
}

.subContainerText {
    float: left;
}

.subContainerAwardInfo {
    font-style:italic;
}

@media (max-width: 767px) {
    .subContainer {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .subContainerImage {
        width: 300px;
    }

    .subContainerText {
        padding: 10px 15px 0 15px;
        width: 420px;
    }

    .subContainerHeading {
        line-height: 25px;
        font-size: 17px;
        margin-bottom: 10px;
    }

    .subContainerParagraph {
        line-height: 20px;
    }
}

@media (min-width: 992px) {
    .subContainerHeading {
        line-height: 30px;
        font-size: 20px;
        margin-bottom: 15px;
    }

    .subContainerParagraph {
        line-height: 23px;
    }
}


@media (min-width: 992px) and (max-width: 1199px) {
    .subContainerText {
        width: 576px;
        padding: 30px 40px 0 30px;
    }
}

@media (min-width: 1200px) {
    .subContainerText {
        width: 776px;
        padding: 30px 50px 0 30px;
    }
}

.grayBox {
    background: #F5F4F2;
    border: 2px solid #DBDAD8;
    margin: 0 5px;
}

.grayBoxHeading {
    font-size: 20px;
    color: #969696;
    font-weight: bold;
}

.venueHireKeyInfoBox {
    /*background: #F5F4F2;*/
    /*border: 2px solid #DBDAD8;*/
    /*margin: 0 5px;*/
    background: url("/images/generic/key_info_bg.png") no-repeat scroll top right rgba(0, 0, 0, 0);
    height: 171px;
}

.venueHireKeyInfoBoxHeading {
    font-size: 20px;
    color: #969696;
    font-weight: bold;
}

.pdfList {
    margin: 20px 0 10px 0;
}

    .pdfList li, a.downloadablePDF  {
        /*display: inline-block;*/
        display: block;
        /*margin-right: 50px;*/
        margin-bottom: 10px;
        background: url("/images/pdfIcon.png") no-repeat;
        padding-left: 30px;
        line-height: 23px;
    }

.grayDivider {
    border-color: #969696;
}

.boxPaddingMedium {
    padding: 10px;
}

@media (max-width: 767px) {
    .pull-right-sm {
        text-align: center;
    }
}

@media (min-width: 768px) {
    .pull-right-sm {
        float: right;
    }
}

#ControlBar_ControlPanel * {
    box-sizing: content-box;
}

/**,
*:before,
*:after {
    -webkit-box-sizing: inherit !important;
    -moz-box-sizing: inherit !important;
    box-sizing: inherit !important;
}*/

.imageCaptionBox {
    margin-bottom: 10px;
    display: block;
    position: relative;
    /*border: 1px solid #EEEEEE;*/
    text-align: center;
}

    .imageCaptionBox:hover .imageCaptionBoxCaptionContainer {
        background: #0076c0;
    }

.imageCaptionBoxCaptionContainer {
    /*position: absolute;
    bottom: 0px;
    width: 100%;*/
    font-size: 20px;
    background-color: rgba(100,100,100,0.75);
    color: white;
}

.imageCaptionBoxCaptionContainerTextPadding {
    padding: 20px;
}

.imageCaptionBoxCaptionContainerTitle {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.fancybox {
    display: block;
    height: 230px;
}