/*#region *************** Site Global ********************/
body {
    font-size: 15px;
    color: #545454;
    font-family: Roboto, sans-serif;
}

body, td, th, p {
}

h1, h2, h3, h4, h5, h6 {
}

    h1 > a, h2 > a, h3 > a,
    h1 > a:hover, h2 > a:hover, h3 > a:hover
    {
        color: inherit;
    }

h1 {
    font-size: 32px;
    color: #f08512;
    font-weight: 300;
    border-bottom: 1px solid #c5c5c5;
    padding-bottom: 4px;
}

h2 {
    font-size: 28px;
    color: #3f93c8;
}

h3 {
    font-size: 21px;
    color: #3f93c8;
}

h4 {
}

h5 {
}

h6 {
}

a {
    color: #f08512;
}

    a:hover,
    a:active {
        color: #f08512;

    }

em {
}

hr {
}

.hr-no-top-margin hr {
    margin-top: 0 !important;
}

img {
}

ul {
}

    ul li {
    }

ol {
}

    ol li {
    }

table {
}

    table th {
    }

    table td {
    }
/*#endregion*/

/*#region *************** Bootstrap Overrides ************/

img.img-responsive {
    width: auto !important;
    display: inline-block;
}

.full-width, img.img-responsive.full-width {
    width: 100% !important;
}

.btn.btn-primary {
    color: #ffffff;
    background-color: #f08512;
    border-color: #f08512;
    border: none;
    border-radius: 0;
}

.btn.btn-default {
    color: #ffffff;
    background-color: #3f93c8;
    border-color: #3f93c8;
    border-radius: 0;
}

.btn.text-left {
    text-align: left;
}

.form-control {
    border-radius: 0;
    font-size: 13px;
}

.form-control::-webkit-input-placeholder {
   color: #002948;
}

.form-control:-moz-placeholder { /* Firefox 18- */
   color: #002948;  
}

.form-control::-moz-placeholder {  /* Firefox 19+ */
   color: #002948;  
}

.form-control:-ms-input-placeholder {  
   color: red;  
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

@media (max-width: 500px) {
    /* Used if two modules need to stay 50% in xs specification, but be 100% at a cetrain viewport width
        .xs-split {
        width: 100%;
    }*/
}

@media (min-width: 1210px) {
    /*.container {
        width: 1200px;
    }*/
}
/*#endregion*/

/*#region *************** Navigation *********************/


#FeatureBanner {
    color: #ffffff;
    margin-bottom: 0;
}

    #FeatureBanner h3 {
        color: #ffffff;
        font-size: 26px;
    }

    #FeatureBanner > div > div > div {
        margin-bottom: 0;

        padding-top: 110px;

        height: 267px;
        background-image: url(/themes/baliprocess/images/feature-banner-bg.jpg);
        background-position: center center;
        background-size: cover;
    }



    #FeatureBanner form.search {
        position: absolute;
        bottom: 10px;
        right: 10px;
        width: 188px;
    }

        #FeatureBanner form.search .form-group {
            margin-bottom: 0;
        }


#MainContentWrapper > div > div {
    
}


#MainContentWrapper > div > div > .left {
    width: 25%;
    float: left;
    background-color: #004274;
}

    #MainContentWrapper > div > div > div > .inner {
        background-color: #004274;
    }

#MainContentWrapper .content-holder
{
    padding: 15px;
}

#MainContentWrapper div > div > .right {
    width: 75%;
    float: left;
    padding-left: 50px;
    padding-bottom: 30px;
    background-color: #ffffff;
}


@media (max-width: 991px) {
    #MainContentWrapper div > div > .right {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        background-color: #ffffff;
    }
}

.navbar-default .navbar-toggle {
    background-color: #1f2223;
    padding: 8px;
    margin-right: 15px;
    margin-top: -5px;
}

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #ffffff;
        width: 31px;
        height: 6px;
        border-radius: 0;
    }


.navbar-default .navbar-nav li > a {
    white-space: normal;
    color: #002948;
}


.navbar-default.vertical {
    margin: 0;
    margin-bottom: 55px;
    background-color: transparent;
    border: none;
}

    .navbar-default.vertical .navbar-nav {
        margin: 0;
    }

        .navbar-default.vertical .navbar-nav li {
            width: 100%;
        }

            .navbar-default.vertical .navbar-nav > li > a::after {
                content: "\e258";
                margin-top: -7px;
                position: absolute;
                top: 50%;
                right: 10px;
                font-size: 14px;
                font-family: 'Glyphicons Halflings';
                font-style: normal;
                font-weight: normal;
                line-height: 1;
                -webkit-font-smoothing: antialiased;
            }
			
			.navbar-default.vertical .navbar-nav > li.menuItem-25760 > a::after {
				display: none;
			}

            .navbar-default.vertical .navbar-nav li > a,
            .navbar-default.vertical .navbar-nav li > a.active {
                padding: 20px 20px 20px 17px;
                color: #ffffff;
                border-bottom: 1px solid #156aa0;
                background-color: #004274;
            }

            .navbar-default.vertical .navbar-nav > li > a:hover::after,
            .navbar-default.vertical .navbar-nav > li > a.active::after {
                content: "\e259";
            }

            .navbar-default.vertical .navbar-nav li .dropdown-menu {
                position:relative;
                display: block;
                float: none;
                min-width: 0;
                padding: 0;
                margin: 0;
    
   
    background-color: #3f93c8;
    border: 0;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;



            }

            .navbar-default.vertical .navbar-nav li .dropdown-menu li a {
                background-color: transparent;
                padding: 10px;
                padding-left: 25px;
                padding-right: 25px;
            }


.navbar-default.navbar-primary .navbar-nav {
    margin-bottom: -5px;
    
}

    .navbar-default.navbar-primary .navbar-nav > li > a {
        color: #002948;
        border-bottom: 5px solid transparent;
    }


    .navbar-default.navbar-primary .navbar-nav li:hover > a,
    .navbar-default.navbar-primary .navbar-nav li > a:hover,
    .navbar-default.navbar-primary .navbar-nav li > a:focus,
    .navbar-default.navbar-primary .navbar-nav li > a.active,
    .navbar-default.navbar-primary .navbar-nav li > a.active:hover,
    .navbar-default.navbar-primary .navbar-nav li > a.active:focus {
        color: #ffffff;
        background-color: #f08512;
        border-bottom-color: #004274;
    }

@media (min-width: 768px) {

}



/*#endregion*/

/*#region *************** Header *************************/

#Header {
    color: #002948;
}

    #Header > div > div > div > div.inner {
        padding-top: 30px;
        border-bottom: 5px solid #3f93c8;
        margin-left: -15px;
        margin-right: -15px;
    }

    #Header .navbar.navbar-primary {
        margin-top: 0;
        margin-bottom: 0;
    }

    #Header .navbar .navbar-brand {
        height: auto;
        margin-bottom: 15px;
    }


.navbar-primary .navbar-nav > li span.arrow {
    top: 4px;
}

.navbar-primary .navbar-nav .dropdown-menu > li span.arrow {
    width: 20px;
    height: 20px;
    line-height: 20px;
}

/*#endregion*/


/*#region *************** Footer *************************/


#Footer {
    color: #ffffff;
}


    #Footer a {
        color: inherit;
    }

    #Footer ul {
        margin-top: 0;
        margin-bottom: 15px;
        list-style: none;
        padding: 0;
    }

    #Footer > .container {
        background-image: url(/themes/baliprocess/images/footer-right-bg.jpg);
        background-position: right top;
        background-repeat: no-repeat;
        background-color: #f08512;
        padding-top: 50px;
        padding-bottom: 35px;
    }

        #Footer > .container > div > div {
            padding-left: 35px;
            padding-right: 35px;
        }

#Copyright {
    color: #67afdd;
    font-size: 11px;
}

    #Copyright a {
        color: inherit;
    }

/*#endregion*/

/*#region *************** Module Global Defaults *********/
.module-content {
}

    .module-content.flag {
    
    }

        .module-content.flag p {
            font-size: 12px;
            line-height: 1.2em;
        }

        .module-content.flag p:first-child {
            margin-bottom: 4px;
        }
		
		.module-content.flag p:last-child {
            height: 23px;
        }

/*#endregion*/

/*#region *************** Module CMS Content *************/

.module-wrapper .content {
}

/*#endregion*/


/*#region *************** Module News *************/
.module-type-news {
}

    .module-type-news .inner {
        border-bottom: 1px solid #c5c5c5;
        padding-bottom: 30px;
    }

    .module-type-news .thumb-image {
        float: left;
        margin-right: 30px;
        margin-bottom: 0;
    }
/*#endregion*/

/*#region *************** Module Events *************/
.module-type-events .select-type-section #Period,
.module-type-events .select-type-section #EventSectionId,
.module-type-events .select-type-section button {
    display: none;
}

.module-type-events .select-type-section #SelectedYear {
	width: 215px;
}

.module-type-events .module-wrapper .table-wrapper table th {
	background-color: #156aa0;
	color: #ffffff;
}

.module-type-events .module-wrapper .table-wrapper table th:first-child {
	width: 215px;
}

/*#endregion*/

/*#region *************** Module Article Preview *************/
.module-type-articlepreview .module-wrapper {
    border-top: 4px solid #004274;
    background-color: #f3f3f3;
	min-height: 450px;
}

.module-wrapper .inline-more {
    display: block;
}

    .module-type-articlepreview .module-wrapper .heading {
        border-bottom: 1px solid #c5c5c5;
        padding: 16px 24px;
    }

    .module-type-articlepreview .module-wrapper .list-wrapper .inner
    {
        padding: 0 24px;
    }

        .module-type-articlepreview .module-wrapper .list-wrapper .inner .date
        {
            font-style: italic;
        }


    .module-type-articlepreview .module-wrapper .action-links
    {
        padding: 16px 24px;
    }

.module-type-articlepreview .module-wrapper .heading h3 {
    font-size: 30px;
}

.module-type-articlepreview .module-wrapper article:last-child .title h4 {
    color: #3f93c8;
}

.module-type-articlepreview .module-wrapper article:last-child .title h4 > a {
    color: inherit;
}
/*#endregion*/


@media (max-width: 992px) {
    .navbar-brand {
        width: 75%;
    }

    #Footer .logo {
        margin-left: 0px;
    }
}

@media (max-width: 767px) {
    #Header .navbar .navbar-brand {
        padding-left: 15px;
    }

    #FeatureBanner h3 {
        font-size: 21px;
    }
	
	.module-type-articlepreview .module-wrapper {
		min-height: 200px;
	}
}

@media (max-width: 480px) {
    #FeatureBanner > div > div > div {
        height: 275px;
    }
}
