h1 {
    font-size: 20px;
}

a:hover {
    color: #f26522;
    text-decoration: none;
}

.account-masthead {
    background-color: rgb(40, 40, 40);
}

/* The "bubble" containing the number of new notifications. */
.account-masthead .account .notifications a span {
    background-color: black;
}

/* The text and icons in the user account info. */
.account-masthead .account ul li a {
    color: rgba(255, 255, 255, 0.6);
}

/* The user account info text and icons, when the user's pointer is hovering
   over them. */
.account-masthead .account ul li a:hover {
    color: rgba(255, 255, 255, 0.7);
    background-color: black;
}

.masthead .btn-navbar,
.masthead .btn-navbar:hover,
.masthead .btn-navbar:focus,
.masthead .btn-navbar:active,
.masthead .btn-navbar.active,
.masthead .btn-navbar.disabled,
.masthead .btn-navbar[disabled] {
    background-color: rgb(225, 111, 59);
    background-image: none;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    margin-top: 15px;
    height: 30px;
    width: 30px;
}

/* ========================================================================
   The main masthead bar that contains the site logo, nav links, and search
   ======================================================================== */
.masthead {
    background-color: #ffffff;

}

.masthead .navigation li a {
    color: #333333;

}

/* The "navigation pills" in the masthead (the links to Datasets,
   Organizations, etc) when the user's pointer hovers over them. */
.masthead .navigation .nav-pills li a:hover {
    color: rgb(225, 111, 59);
    background: none;
}

/* The "active" navigation pill (for example, when you're on the /dataset page
   the "Datasets" link is active). */
.masthead .navigation .nav-pills li.active a {
    background: none;
    color: rgb(225, 111, 59);

}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* The "box shadow" effect that appears around the search box when it
   has the keyboard cursor's focus. */
.masthead input[type="text"]:focus {
    -webkit-box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.7);
    box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.7);
}

a {
    color: rgb(225, 111, 59);
    text-decoration: none;
}

/* ===========================================
   The content in the middle of the front page
   =========================================== */

/* Remove the "box shadow" effect around various boxes on the page. */
.box {
    box-shadow: none;
}

/* Remove the borders around the "Welcome to CKAN" and "Search Your Data"
   boxes. */
.hero .box {
    border: none;
}

/* Change the colors of the "Search Your Data" box. */
.homepage .module-search .module-content {
    color: white;
    background: none;
}

.homepage .stats ul a {
    color: rgb(40, 40, 40);
}

.homepage .stats ul a:hover {
    color: rgb(225, 111, 59);
}

/* Change the background color of the "Popular Tags" box. */

.homepage .module-search .tags {
    background-color: rgb(191, 107, 39);
}

.homepage .module-search .tags a:hover {
    background-color: white;
    color: rgb(225, 111, 59);
    text-decoration: none;
    border: 1px solid #B96D2C;
    -webkit-box-shadow: inset 0 1px 0 #E16F3C;
    -moz-box-shadow: inset 0 1px 0 #E16F3C;
    box-shadow: inset 0 1px 0 #E16F3C;
}

/* Remove some padding. This makes the bottom edges of the "Welcome to CKAN"
   and "Search Your Data" boxes line up. */
.module-content:last-child {
    padding-bottom: 0px;
}

.homepage .module-search {
    padding: 0px;
    background: none;
}

.homepage .module-search h3 {
    display: none;
}

/* Add a border line between the top and bottom halves of the front page.
.homepage [role="main"] {
  border-top: 1px solid rgb(204, 204, 204);
}
*/

/* ====================================
   The footer at the bottom of the site
   ==================================== */

body {
    background: #ffffff;
}

/* The text in the footer. */
.site-footer,
.site-footer label,
.site-footer small {
    color: rgba(255, 255, 255, 0.6);
}

/* The link texts in the footer. */
.site-footer a {
    color: rgba(255, 255, 255, 0.6);
}

/*  =========================================
     The button in all the pages
    ========================================= */

.btn {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333333;
    background-color: #f7f7f7;
    border-color: #eaeaea #eaeaea #c4c4c4;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #eaeaea;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border: 1px solid #cccccc;
    *border: 0;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *margin-left: .3em;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
    color: #333333;
    background-color: #eaeaea;
    *background-color: #dddddd;
}

.btn:active,
.btn.active {
    background-color: #d1d1d1 \9;
}

.btn:first-child {
    *margin-left: 0;
}

.btn:hover,
.btn:focus {
    color: #333333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}

.btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn.active,
.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
}

.btn.disabled,
.btn[disabled] {
    cursor: default;
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn-large {
    padding: 11px 19px;
    font-size: 17.5px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
    margin-top: 4px;
}

.btn-small {
    padding: 2px 10px;
    font-size: 11.9px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
    margin-top: 0;
}

.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
    margin-top: -1px;
}

.btn-mini {
    padding: 0 6px;
    font-size: 10.5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.btn-block + .btn-block {
    margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
    color: rgba(255, 255, 255, 0.75);
}

.btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background: rgb(225, 111, 59);
    border: 1px solid rgb(225, 111, 59);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    color: #ffffff;
    background-color: #E16F3C;
    *background-color: #BF6B27;
}

.btn-primary:active,
.btn-primary.active {
    background-color: #053341 \9;
}

.btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    background-image: -moz-linear-gradient(top, #fbb450, #f89406);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
    background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
    background-image: -o-linear-gradient(top, #fbb450, #f89406);
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
    border-color: #f89406 #f89406 #ad6704;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #f89406;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
    color: #ffffff;
    background-color: #f89406;
    *background-color: #df8505;
}

.btn-warning:active,
.btn-warning.active {
    background-color: #c67605 \9;
}

.btn-danger {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
    border-color: #bd362f #bd362f #802420;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #bd362f;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
    color: #ffffff;
    background-color: #bd362f;
    *background-color: #a9302a;
}

.btn-danger:active,
.btn-danger.active {
    background-color: #942a25 \9;
}

.btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    background-image: -moz-linear-gradient(top, #62c462, #51a351);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
    background-image: -webkit-linear-gradient(top, #62c462, #51a351);
    background-image: -o-linear-gradient(top, #62c462, #51a351);
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #51a351;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    color: #ffffff;
    background-color: #51a351;
    *background-color: #499249;
}

.btn-success:active,
.btn-success.active {
    background-color: #408140 \9;
}

.btn-info {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #49afcd;
    background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
    background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
    border-color: #2f96b4 #2f96b4 #1f6377;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #2f96b4;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    color: #ffffff;
    background-color: #2f96b4;
    *background-color: #2a85a0;
}

.btn-info:active,
.btn-info.active {
    background-color: #24748c \9;
}

.btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: -moz-linear-gradient(top, #444444, #222222);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
    background-image: -webkit-linear-gradient(top, #444444, #222222);
    background-image: -o-linear-gradient(top, #444444, #222222);
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
    border-color: #222222 #222222 #000000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #222222;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
    color: #ffffff;
    background-color: #222222;
    *background-color: #151515;
}

.btn-inverse:active,
.btn-inverse.active {
    background-color: #080808 \9;
}

button.btn,
input[type="submit"].btn {
    *padding-top: 3px;
    *padding-bottom: 3px;
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
    padding: 0;
    border: 0;
}

button.btn.btn-large,
input[type="submit"].btn.btn-large {
    *padding-top: 7px;
    *padding-bottom: 7px;
}

button.btn.btn-small,
input[type="submit"].btn.btn-small {
    *padding-top: 3px;
    *padding-bottom: 3px;
}

button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
    *padding-top: 1px;
    *padding-bottom: 1px;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
    background-color: transparent;
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn-link {
    border-color: transparent;
    cursor: pointer;
    color: #187794;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.btn-link:hover,
.btn-link:focus {
    color: #0d4252;
    text-decoration: underline;
    background-color: transparent;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
    color: #333333;
    text-decoration: none;
}

.btn-group {
    position: relative;
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
    font-size: 0;
    vertical-align: middle;
    white-space: nowrap;
    *margin-left: .3em;
}

.btn-group:first-child {
    *margin-left: 0;
}

.btn-group + .btn-group {
    margin-left: 5px;
}

.btn-toolbar {
    font-size: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
    margin-left: 5px;
}

.btn-group > .btn {
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.btn-group > .btn + .btn {
    margin-left: -1px;
}

.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
    font-size: 14px;
}

.btn-group > .btn-mini {
    font-size: 10.5px;
}

.btn-group > .btn-small {
    font-size: 11.9px;
}

.btn-group > .btn-large {
    font-size: 17.5px;
}

.btn-group > .btn:first-child {
    margin-left: 0;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
}

.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
}

.btn-group > .btn.large:first-child {
    margin-left: 0;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
}

.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
}

.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
    z-index: 2;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
    -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, .125), inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, .125), inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, .125), inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    *padding-top: 5px;
    *padding-bottom: 5px;
}

.btn-group > .btn-mini + .dropdown-toggle {
    padding-left: 5px;
    padding-right: 5px;
    *padding-top: 2px;
    *padding-bottom: 2px;
}

.btn-group > .btn-small + .dropdown-toggle {
    *padding-top: 5px;
    *padding-bottom: 4px;
}

.btn-group > .btn-large + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
    *padding-top: 7px;
    *padding-bottom: 7px;
}

.btn-group.open .dropdown-toggle {
    background-image: none;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
}

.btn-group.open .btn.dropdown-toggle {
    background-color: #eaeaea;
}

.btn-group.open .btn-primary.dropdown-toggle {
    background-color: #085871;
}

.btn-group.open .btn-warning.dropdown-toggle {
    background-color: #f89406;
}

.btn-group.open .btn-danger.dropdown-toggle {
    background-color: #bd362f;
}

.btn-group.open .btn-success.dropdown-toggle {
    background-color: #51a351;
}

.btn-group.open .btn-info.dropdown-toggle {
    background-color: #2f96b4;
}

.btn-group.open .btn-inverse.dropdown-toggle {
    background-color: #222222;
}

.btn .caret {
    margin-top: 8px;
    margin-left: 0;
}

.btn-large .caret {
    margin-top: 6px;
}

.btn-large .caret {
    border-left-width: 5px;
    border-right-width: 5px;
    border-top-width: 5px;
}

.btn-mini .caret,
.btn-small .caret {
    margin-top: 8px;
}

.dropup .btn-large .caret {
    border-bottom-width: 5px;
}

.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}

.btn-group-vertical {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
}

.btn-group-vertical > .btn {
    display: block;
    float: none;
    max-width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.btn-group-vertical > .btn + .btn {
    margin-left: 0;
    margin-top: -1px;
}

.btn-group-vertical > .btn:first-child {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.btn-group-vertical > .btn:last-child {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.btn-group-vertical > .btn-large:first-child {
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.btn-group-vertical > .btn-large:last-child {
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}

.wrapper {
    background: none;
    box-shadow: none;
    border: none;
}

.secondary {
    padding-top: 15px;
    padding-bottom: 15px;
}

.secondary a {
    color: #ffffff;
}

.secondary .btn{
    color: #333333;
}

.secondary a:hover {
    color: #f26522;
}

.secondary, .primary {
    background-color: #ffFFFF;
    border: 1px solid #e9eaec;
}

.secondary, .secondary .module {
    color: rgba(255, 255, 255, 0.6);
}

.secondary p {
    color: rgba(255, 255, 255, 0.6);
}

.secondary .module {
    margin: 0px;
}

.nav > li > a:focus {
    background-color: #f5f5f5;
}

.module-heading {
    background: none;
    border: none;
}

.module-footer {
    border-top: none;
    padding: 0px;
}

[role="main"] {
    background: #f5f5f5;
}

.homepage [role="main"] {
    padding: 0px;
}

.homepage .home {
    padding-top: 10px;
    padding-bottom: 20px;
}

.homepage .home .featured-org p {
    color: #ffffff;
}

.homepage .box {
    border: none;
    background: none;
}

.hidden-phone {
    display: none !important;
}

.toolbar {
    background: #f26522;
    padding-top: 10px;
    padding-bottom: 15px;
}

.breadcrumb > li {
    text-shadow: none;
    color: #ffFFFF;
}

.toolbar .breadcrumb a {
    color: #ffFFFF;
    font-size: 16px;
}

.toolbar .breadcrumb .active a, .toolbar .breadcrumb a.active {
    font-weight: normal;
}

.site-footer, .account-masthead {
    background: #131a22;
}

.search-form .search-input.search-giant input {
    font-size: 15px;
    padding: 10px 20px;
}

.search-form .search-input.search-giant button {
    margin-top: -15px;
    right: 15px;
    height: 20px;
}

.search-form h2 {
    font-size: 18px;
    color: #222222;
    padding-left: 5px;
}

#content {
    min-height: calc(100vh - 370px);
}

.page-header {
    background: none;
}

.nav-tabs > li > a {
    padding-top: 8px;
    color: #222222;
}

.page-header .nav-tabs a:hover {
    border: none;
    background: #f26522;
    border-radius: 0px;
    color: #ffffff;
}

.page-header .nav-tabs li.active a:hover {
    color: #333333;
}

.nav-tabs > .active > a {
    border: none;
    color: rgb(225, 111, 59);
    border-bottom: 2px solid rgb(225, 111, 59);
}

.logo img {
    height: 40px;
    padding-top: 5px;
}



.wrapper {
    padding-top: 25px;
}

.dataset-heading a:hover {
    text-decoration: none;
    color: rgb(255, 111, 59);
}

.nav-simple > li {
    border-bottom: none;
}

.module-narrow .nav-item > a {
    color: rgba(255, 255, 255, 0.6);
    text-shadow: none;
    padding-left: 35px;
}

.nav > li > a:hover, .nav > li > a:focus {
    color: #333333;
}

.context-info .image img {
    display: none;
}

.home-search .module-search .tags {
    display: none;
}

.hero {
    background: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), aliceblue url("/images/woman.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.home-search h1 {
    color: #ffffff;
}

.home-search {
    margin-top: 15%;
}

.homepage .stats ul li a {
    color: #ffFFFF;
    background: #f26522;
    padding: 30px 0px;
    border-radius: 5px;
}

.stats-home {
    margin-bottom: 30px;
}

.homepage .stats ul li a:hover {
    color: #ffFFFF;
    background: #131a22;
}

.homepage .stats ul li {
    width: 31%;
    margin-left: 1%;
    margin-right: 1%;
}

.homepage .welcome-home img{
    border: 1px solid #d5d5d5;
    padding: 10px 20px 30px 20px;
    border-radius: 5px;
    margin-top: 15px;
}

.homepage .welcome-home a:hover img{
    border: 1px solid #f26522;
}

.featured-org .module-heading {
    background-color: #131a22;
    padding-top: 5px;
    padding-bottom: 5px;
}

.group-list .module-heading h3 a {
    color: #ffFFFF;
}

.featured-org .unstyled {
    border: 1px solid #DDDDDD;
    border-top: none;
    padding: 5px 0px;
}

.featured-org {
    padding-bottom: 30px;
}

.pill {
    background-color: #f26522;
    padding: 2px 10px 2px 10px;
}

.module, .no-nav .module-content {
    background-color: #ffffff;
}

.no-nav .module-content{
    padding-bottom: 10px;
}

.show-filters {
    margin-top: 20px;
}

.search-form.no-bottom-border {
    border-bottom: 1px dotted #DDDDDD;
}

.media-grid {
    background: none;
    border: none;
    padding: 10px 20px;
}

.context-info .nums dl {
    color: #ffffff;
    padding-bottom: 15px;
}

.context-info .nums {
    border-bottom: 1px dotted #ffffff;
}

.module-content:first-child {
    padding-top: 10px;
}

.hero p {
    color: #f26522;
}

html, body {
    width: auto !important;
    overflow-x: hidden !important
}

.account-masthead, .masthead, .toolbar, .wrapper, .site-footer, .layout-2 .home, .home-search{
    padding-left: 6%;
    padding-right: 6%;
}
.module-resource{
    margin-bottom: 10px;
}

.module-resource ul li .btn{
    margin-top: 15px;
}

 .context-info code{
        color: rgba(255,255,255, 0.6);
    }

 .secondary dl dt{
     color: #ffffff;
 }

 .module .read-more{
    color: #ffffff;
    font-size: 13px;
 }

 .pagination {
    margin: 0px 0;
}

@media only screen and (max-width: 600px) {
    .home-search h1 {
        font-size: 24px;
    }

    .home-search p {
        font-size: 20px;
    }

    .homepage .stats ul li {
        width: 100%;
        margin-bottom: 10px;
    }

    .module-heading {
        color: #333333;
    }

    .module-narrow .nav-item > a, .secondary p {
        color: #333333;
    }



    .secondary .empty {
        padding-left: 35px;
    }

    .wrapper {
        padding-top: 0px;
    }

    [role="main"] {
        background-color: #ffffff;
    }

    .primary {
        border: none;
        padding-top: 0px;
    }

    .search-form .search-input.search-giant input {
        font-size: 14px;
        padding: 8px 20px;
    }

    .search-form .search-input.search-giant button i {
        font-size: 22px;
        width: 22px;
    }

    .search-form .search-input.search-giant button {
        margin-top: -12px;
    }





}

@media only screen and (max-width: 767px) {
    body{
        padding-left: 0px;
        padding-right: 0px;
    }
    .js body.filters-modal .secondary .filters .hide-filters i{
        color: #333333;
    }
}


@media only screen and (min-width: 768px) {

    .hero {
        height: 600px;
        -webkit-background-size: 100%;
        -moz-background-size: 100%;
        -o-background-size: 100%;

    }

    .home-search h1 {
        font-size: 30px;
    }

    .home-search p {
        font-size: 20px;
    }

    .home-search .search-form .search-input.search-giant input {
        padding: 12px 20px;
        font-size: 16px;
        border-radius: 50px;
        border: 1px solid #DDDDDD;
    }

    .ie8 .hero,
    .ie7 .hero {
        background: url("/images/woman.jpg");
        background-size: 100%;

    }

    .container, .navbar-static-top .container {
        width: 100%;
    }

    .span3 {
        width: 26%;
    }

    .span9 {
        width: 69%;
    }

    .search-form .search-input.search-giant button i {
        font-size: 21px;
        width: 21px;
        margin-top: 3px;
    }

    .homepage .home .stats-home a {
        font-size: 20px;
    }

    .homepage .home .stats-home{
        background: #ffffff;
        border-radius: 5px;
        padding:1px 0 50px 0;
        margin: 50px 0;
        border: 1px solid #eeeeee;
    }

    .homepage .stats h3{
        text-transform: capitalize;
        margin-bottom: 30px;
    }

    .primary {
        padding: 5px 15px 15px 15px;
    }

    .toolbar {
        margin-top: -8px;
    }

    .module-heading {
        color: #ffFFFF;
    }

    .secondary .module-content, .secondary .module, .secondary {
        background: #131a22;
    }
    .homepage .module-search .search-giant{
        margin: 0px 25%;
    }
    .homepage .welcome-home p{
        font-size: 15px;
    }
}

