/* jumbotron */

    .jumbotron-main {
    	/*background-image:url('../img/manhattan-small-40.png'); */
    	background-image:url('../img/manhattan-large-bright.png');
        background-size: cover;
    	min-height: 400px;
        margin-bottom: 0px;
        width: 100%;
        background-color: #333;
    }

    .jumbotron-subpage{
        background-image:url('../img/cropped-cropped-crop1-1.png'); 
        background-size: cover;
        min-height: 150px;
        margin-bottom: 0px;
        width: 100%;
        background-color: #333;
    }

/* feedburner */

    div.feedburnerFeedBlock ul {
        margin-left: 0;
        padding-left: 0;
        list-style-type: none;
    }

    #creditfooter {
        display: none;
    }

/* search */

    .cse .gsc-search-button-v2, .gsc-search-button-v2 {
        padding: 6px 12px !important;
        border-radius: 5px !important;
    }

	.gsc-search-box-tools .gsc-search-box .gsc-input {
		padding-right: 0px !important;
		width: 150px !important;
	}

    .cse .gsc-control-cse, .gsc-control-cse {
		padding: 0em !important;
    }

	.cse .gsc-search-button input.gsc-search-button-v2 {
		padding: 7px 12px !important;
		border-radius: 5px !important;
	}
	
    .gsc-control-cse, .gsc-table-result {
      font-family: 'Open Sans', sans-serif;
    }

    .gsc-control-cse .gsc-input-box {
	  padding: 0em;
      height : 28px;
    }

    input.gsc-input,
    .gsc-input-box,
    .gsc-input-box-hover,
    .gsc-input-box-focus,
    .gsc-search-button, input.gsc-search-button-v2 {
      box-sizing  : content-box;
      line-height : normal;
      margin-top  : 0px;
	  font-family: 'Open Sans', sans-serif;
	  border-radius: 5px;
    }

    .cse input.gsc-input, input.gsc-input {
      background-image:url(“”) !important;
      background-repeat:no-repeat;
      background-color:#fff;
    }

    table.gsc-search-box {
        margin-top: 4px;
    }
	
	
/* top navbar */

    .form-control {
        height: 28px;
        margin-top: 4px;
        color: #fff;
    }

    .btn {
        font-size: 10px;
        margin-top: 4px;
        background-color: #dd9933;
        border: #dd9933;
    }

    #srch-term {
        border-color: #dd9933;
    }

    .navbar {
    	background-color: #333;
        border-width: 0px;
        border-radius: 0px;
    }

	.navbar-form {
		margin-bottom: 0px !important;
	}
	
    .navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon {
        background-color: #333;
        font-color: white;
    }

    .navbar .navbar-nav {
        display: inline-block;
        float: none;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }

    .navbar-header {
        min-height: 50px;
    }

    .navbar-default, .dropdown-menu {
        font-weight: 900;
    }

    #bootstrap-overrides .navbar_item:hover {
        color: #ffffff;
    }
  
    #bootstrap-overrides .dropdown-menu {
        background-color: #333;
    }

    #bootstrap-overrides .dropdown-menu > li > a:hover {
        background-image: none;
        color: white; 
        background-color: transparent; 
    }

    .dropdown:hover .dropdown-menu {
        display: block;
        width: 100%;
    }

    #bootstrap-overrides .dropdown-toggle {
        background: #333;
    }


/* general */ 

    body {
      font-family: 'Open Sans', sans-serif;
      font-size: 15px;
    }

    h2 {
    	font-size: 48px;
    }

    a:hover, a:active {
        color: #dd9933;
        text-decoration: ;
    }

    a:hover {
    	color: #dd9933;
    }

    #bootstrap-overrides h3.site-brand {
        color:#b94c2f; 
        text-align: center; 
        font-size: 28px;
    }

    #bootstrap-overrides h3.page-title {
        text-align: center;
        font-weight: 900; 
        font-size: 30px;
    }

    #bootstrap-overrides h4.subheading {
        font-size:24px; 
    }

    #bootstrap-overrides h5 {
        font-weight: 900;
        display: inline;
    }

    #bootstrap-overrides h6 {
        font-weight: 900;
        font-size: 14px;
        display: inline;
    }


    #bootstrap-overrides p.text-main a {
        color: #b84d16;
        word-wrap: break-word;
    }

    .text-block {
        margin-left: 30px;
    }


/* footer */

    #bootstrap-overrides .footer {
        position: relative;
        bottom: 0;
        width: 100%;
        height: 180px;
        background-color: #333;
    }

    #bootstrap-overrides a {
        color: #dd9933;
    }

    #bootstrap-overrides .footer_info:hover a {
        color: #fff;
    }

    #bootstrap-overrides .footer_info:visited a {
        color: #dd9933;
    }

    #bootstrap-overrides .footer_info:active a {
        color: #dd9933;
    }

    #bootstrap-overrides .footer_info {
        text-align: center;
        font-size: 12px;
        color: #fff;
    }

    div#about {
        min-height: 100px;
        background-image: none; 
    }