  p {
    letter-spacing: 0;
}

body.not-front .navbar-header .navbar-brand-img-subtitle-2 {
    color:
        #6c6c6c;
}

.caption-row {
    justify-content: flex-start;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.photo-info-wrapper {
    padding-top: 15px;
    padding-left: 15px;
    width: fit-content;
}

.photo-info-wrapper-incard {
    margin-top: 1em;
}

.navbar-full.navbar {
    padding: 0;
    height: 34px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
    margin-bottom: 0;
    z-index: 99;
}

.navbar-full {
    background-color: #4d4d4d;
}

ul#main-menu {
    margin-bottom: 0;
}

ul#main-menu.navbar-inverse {
    border-left: 4px solid #d6d6d6;
    margin-left: -4px;
    border-right: 4px solid #d6d6d6;
    margin-right: 4px;
}

.region.region-content {
    margin-top: -8px;
}

#cover-ocean {
    display: flex;
    background-size: cover !important;
    height: 75vh !important;
    background-position: bottom 50% left 0 !important;
    background-repeat: no-repeat;
    width: 100.8%;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

div#thetitle {
    color:
        rgba(255, 255, 255, 0.8);
    font-family: "Oswald", sans-serif;
    /* font-size: 4em; */
    font-size: 33px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    height: auto;
}

div#thesubtitle {
    color:
        rgba(255, 255, 255, 0.8);
    font-family: "Oswald", sans-serif;
    /* font-size: 3em; */
    font-size: 42px;
    font-weight: 700;
    text-align: center;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    height: auto;
}


@media screen and (min-width: 320px) {
    div#thetitle {
        font-size: calc(33px + 6 * ((100vw - 320px) / 680));
    }

    div#thesubtitle {
        font-size: calc(27px + 6 * ((100vw - 320px) / 680));
    }
}

@media screen and (min-width: 1000px) {
    div#thetitle {
        font-size: 56px;
    }

    div#thesubtitle {
        font-size: 42px;
    }
}

body.not-front header#navbar .navbar-header .navbar-brand.navbar-brand-img img {
    width: 78px;
    height: 78px;
}

/* svg logo */
@media screen and (max-width: 768px) {
    body.not-front header#navbar .navbar-header .navbar-brand.navbar-brand-img img {
        width: 44px;
        height: 44px;
    }

    body.not-front .navbar-header .navbar-brand-img-subtitle-2 {
        padding: 0;
        float: left;
        clear: left;
    }

    .navbar-full {
        background-color: white;
        height: auto !important;
        overflow-y: auto;
    }

    #cover-ocean {
        background-position: bottom 50% left 50% !important;
    }
}

/* Styles applied to conference 1 template (13.inc) */

body.node-type-property h2.no-heading-border::after, 
body.node-type-property .h2.no-heading-border::after, 
body.node-type-property h3.no-heading-border::after {
    display: none;
}

body.node-type-property h2.heading-border.text-center::after {
    content: '';
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 2.0501050105rem;
    border-top: #009edb solid 3px;
    width: 20%;
}

blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}

.node-page p,
.node-page li {
    font-size: 16px;
    line-height: 1.5;
}

.flex-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    justify-content: space-around;
}

ul.angle-list-gray li a:before {
    font-family: FontAwesome;
    color: #cccccc;
    float: left;
    padding-right: 7px;
    padding-bottom: 1px;
    content: "\f054";
    font-size: 18.2px;
    line-height: 1.05;
    font-style: normal;
    font-weight: normal;
}

ul.angle-list-blue li a:before {
    font-family: FontAwesome;
    color: #009edb;
    float: left;
    padding-right: 7px;
    padding-bottom: 1px;
    content: "\f054";
    font-size: 18.2px;
    line-height: 1.05;
    font-style: normal;
    font-weight: normal;
}

ul.bullet-list-blue li a:before {
    font-size: 10px;
    font-size: 1rem;
    font-family: "FontAwesome" !important;
    content: "\f111";
    float: left;
    padding-right: 10px;
    padding-top: 3px;
    color: #009edb;
}

ul.bullet-list-gray li a:before {
    font-size: 10px;
    font-size: 1rem;
    font-family: "FontAwesome" !important;
    content: "\f111";
    float: left;
    padding-right: 10px;
    padding-top: 3px;
    color: #cccccc;
}

ul.spaced-list li {
    padding: 1.5rem 0;
}

ul.block-list li {
    font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16.12px;
    line-height: 18.2px;
    font-weight: 700;
    border-bottom: #eeeeee dotted 2px;
}

span.category-list {
    margin-top: 1rem;
    margin-bottom: 0.3rem;
    margin-left: 3.5rem;
}

i.angle-blue {
    margin: 2%;
    font-weight: 600;
    color: #009edb;
}

.view-more-link a::after {
    font-family: FontAwesome;
    margin-left: 3px;
    color: #00a1d9;
    content: "\f101";
    font-size: 16px;
    line-height: 1;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
}

.heading-border::after {
    content: '';
    display: block;
    margin-left: 1px;
    margin-top: 1.75rem;
    border-top: #00a1d9 solid 3px;
    width: 33%;
}

.lead-md {
    font-size: 16px;
}

.lead-lg {
    font-size: 18px;
}

.display-1, .display-1 a {
    font-size: 6rem;
    font-weight: 600;
    line-height: 1.1;
    color: black;
}

.display-2, .display-2 a {
    font-size: 5.5rem;
    font-weight: 600;
    line-height: 1.1;
    color: black;
}

.display-3, .display-3 a {
    font-size: 4.5rem;
    font-weight: 600;
    line-height: 1.1;
    color: black;
}

.display-4, .display-4 a {
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 1.1;
    color: black;
}

.display-5, .display-5 a {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.1;
    color: black;
}

.category-display {
    font-family: RobotoCondensed-Light;
    font-size: 40px;
    color: #4D4D4D;
}

.spaced-padding {
    padding: 3rem;
}

.panel-events .panel-body {
    padding: 3rem;
}

.panel-events .panel-footer {
    padding: 20px 30px;
}

.panel-events p.event-date {
    margin: 0;
}
