
.r {
    position: relative;
}

.a {
    position: absolute;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.tl {
    text-align: left;
}

.tj {
    text-align: justify;
}

.tov {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.ttuc {
    text-transform: uppercase;
}

.noul {
    list-style-type: none;
}

.vam {
    vertical-align: middle;
}

.cb {
    clear: both;
}

.cl {
    clear: left;
}

.cr {
    clear: right;
}

.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}

.fc {
    clear: both;
}

.fc:after {
    content: '';
    clear: both;
    display: block;
}

.db {
    display: block;
}

.ff1 {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.ff2 {
    font-family: "Noticia Text", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body {
    background-image: url('../img/bg.jpg');
}

.vertical-wrap {
    display: table;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.vertical-outer {
    #position: absolute;
    #top: 50%;
    display: table-cell;
    vertical-align: middle;
}

.vertical-inner {
    position: relative;
    #position: relative;
    #top: -50%;
}

a.city-main-tile {
    display: block;
    background-repeat: no-repeat;
    /*background-size: cover;*/
    background-size: 200px;
    background-attachment: local;
    background-position: center center;
    position: relative;
    /*margin-bottom: 15px;*/
}

.square {
    width: 100%;
}

.square:before {
    content: "";
    display: block;
    padding-top: 100%;
}

a.city-main-tile span {
    display: block;
    bottom: 10px;
    text-align: center;
    font-size: 30px;
    color: #000;
    text-decoration: none;
    position: absolute;
    width: 100%;
    font-weight: 700;
    letter-spacing: 1px;
}

.brand a {
    color: #fff;
    text-decoration: none;
}

.logo-container img {
    display: inline-block;
    min-height: 1px;
    margin: 14px 0;
    max-width: 100%;
}

.logo-container {
    background-color: #ffffff;
    margin-bottom: 20px;
}

.pj footer {
}

.pj .nav > li > a {
    padding: 35px 20px;
}

.grant-info {
    padding: 0 15px 15px;
    color: #000000;
}

.pj footer .nav a {
    padding: 10px 20px;
}

.pj footer p {
    padding: 10px 0 30px;
}

.pj .brand a {
    color: #262626;
}

.pj .navbar-default .navbar-nav > li > a {
    color: #2f2e2e;
    font-weight: 600;
}

.logo-container .info-container {
    margin: 10px 0px;
    height: 200px;
}

.logo-container p.info {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

a.city-children-tile {
    outline: 1px solid #000;
    position: relative;
    display: block;
}

a.city-children-tile span.background {
    display: block;
    text-decoration: none;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    top: 0;
    left: 0;
    background-size: cover;
}

a.city-children-tile span.title {
    display: block;
    text-align: center;
    font-size: 30px;
    color: #000;
    text-decoration: none;
    position: absolute;
    width: 100%;
    font-weight: 700;
    letter-spacing: 1px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 5px;
}

.node_text_page .page-content p img {
    max-width: 100%;
    height: auto !important;
    text-align: center;
}

.breadcrumbs-nav {
    display: block;
    padding: 15px 0;
}

.breadcrumbs-nav.border-bottom {
    margin-bottom: 15px;
    border-bottom: 1px solid #cbcaca;
    width: 100%;
}

.breadcrumbs {
    list-style-type: none;
}

.breadcrumbs a, .breadcrumbs a:visited {
    color: #212121;
}

.breadcrumbs a:hover {
    color: #428bca;
    text-decoration: none;
}

.breadcrumbs .breadcrumbs-element {
    font-size: 16px;
    font-weight: 300;
    color: #212121;
    line-height: 25px;
    float: left;
    margin-left: 5px;
}

.breadcrumbs .breadcrumbs-element h1 {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
}

.breadcrumbs .breadcrumbs-element:first-child {
    margin-left: 0;
}

.breadcrumbs .breadcrumbs-highlighted {
    font-weight: bold;
    font-size: 25px;
    text-transform: uppercase;
}

.breadcrumbs .breadcrumbs-separator {
    height: 25px;
    width: 19px;
    color: #bbbbbb;
}
