/* Alignment styles for images, videos and iframes in editable regions */

/* Center (default) */
[data-editable] iframe,
[data-editable] image,
[data-editable] [data-ce-tag=img],
[data-editable] img,
[data-editable] video {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

/* Left align */
[data-editable] .align-left {
    clear: initial;
    float: left;
    margin-right: 0.5em;
}

/* Right align */
[data-editable].align-right {
    clear: initial;
    float: right;
    margin-left: 0.5em;
}

/* Alignment styles for text in editable regions */
[data-editable] .text-center {
    text-align: center;
}

[data-editable] .text-left {
    text-align: left;
}

[data-editable] .text-right {
    text-align: right;
}

a b {
    color: #039be5;
}

b {
    color: #3b3a3a;
}

#board .card .card-content {
    font-size: 1.15rem;
    padding: 1vw;
}

#board .card .card-content.ng-binding p {
    margin-bottom: 0;
}

#board .row .col.l3 {
    min-height: 60vh;
}

body {
    font-size: 1.2rem;
    line-height: 1.9rem;
}

.brand-logo img,
nav,
.navbar-fixed,
.nav-wrapper {
    transition: all 0.8s ease;
}

.brand-logo img {
    margin-top: -10px;
}

.btn {
    border-radius: 8px;
}

.btn:hover {
    background-color: transparent;
}

.btn.btn-large {
    font-weight: 600;
}

.business {
    background: url("/images/business_header.png") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.card {
    border-radius: 6px;
}

.card .card-content {
    padding: 35px;
}

.card .card-content .card-title {
    font-size: 1.4rem;
    font-weight: 600;
}

.card .card-content .ng-binding p {
    margin-bottom: 20px;
}

.card .card-image.link {
    cursor: pointer;
}

.card .card-image .card-title {
    font-size: 1.5rem;
    font-weight: 600;
    text-shadow: 2px 2px 4px black;
}

.card .card-title {
    font-size: 1.7rem;
    font-weight: 700;
}

.card .collection a.collection-item {
    color: rgba(0, 0, 0, 0.87);
}

#chartdiv,
#chartdiv2,
#chartdiv3 {
    background: #fcfcfd;
    border: 1px solid #d6d6d7;
    height: 50vh;
    max-height: 575px;
    width: 100%;
}

.dropdown-content li>a>i {
    margin: 0;
}

.dropdown-content li>a {
    color: #0089d0;
}

footer-view h4 {
    font-size: 1.8rem;
    font-weight: 400;
    margin-top: 10px;
}

footer-view p {
    font-size: 1.0rem;
}

h1 {
    font-family: 'Montserrat', 'Lato', sans-serif;
}

h5 {
    font-size: 1.5rem;
    font-weight: 600;
}

h5 a {
    font-weight: 400;
}

h6 {
    line-height: 125%;
}

#header.parallax-container {
    border-bottom: 20px solid #0089d0;
    color: #4c4c4c;
    height: 400px;
}

#header h2 {
    font-family: 'Roboto Condensed', 'Montserrat', 'Lato', sans-serif;
    background-color: rgba(0, 0, 0, .4);
    padding: 20px;
    text-transform: uppercase;
}

#header.parallax-container {
    min-height: 540px;
}

.holder {
    padding: 25px 0 20px;
}

.home-text {
    font-size: 1.3rem;
    line-height: 2.1rem;
    padding: 0 10px;
}

html {
    font-family: 'Montserrat', 'Roboto Condensed', 'Lato', sans-serif;
    font-weight: 400;
}

#info.parallax-container {
    height: 700px;
}

.input-field>label {
    color: #3b3a3a;
}

nav.no-box-shadow .menu ul a {
    padding: 0 25px;
}

nav.no-box-shadow .menu ul.dropdown-content li>a {
    padding: 14px 25px;
}

#members a.btn b {
    color: #fff;
    font-size: 1.4rem;
}

#members label {
    color: #13122d;
}

#members p {
    margin-bottom: 15px;
}

#members p a b {
    font-weight: 700;
}

#members .stat p {
    margin-bottom: 0;
}

#members .stat p.description {
    font-size: 1rem;
    margin-top: 15px;
}

#members .stat p.title {
    margin-bottom: 10px;
    text-transform: uppercase;
}

.menu {
    background: #f5f7f9;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
}

.menu1 .btn {
    width: 100%;
}

.menu1 li,
.menu2 li {
    font-size: 1.3rem;
    margin-bottom: 20px;
}

.menu1 li a:not(.btn) {
    text-decoration: underline;
}

.menu2 li a.btn {
    background-color: #1a2a58;
    color: #fff;
    font-size: 1.2rem;
    min-width: 230px;
    text-decoration: none;
}

#mobile-nav i {
    font-size: 1.8rem;
}

#mobile-nav nav {
    background-color: #fff;
    margin-top: 0;
}

#mobile-nav .row {
    margin-bottom: 0;
}

nav {
    height: auto;
    line-height: auto;
    margin-top: 20px;
}

nav,
nav a {
    color: #3f3f3f;
}

nav,
nav ul:not(.dropdown-content) a:hover {
    background-color: transparent;
}

nav input[type=text]:not(.browser-default):not([readonly]) {
    border: 1px solid #3f3f3f;
    border-radius: 25px;
    -webkit-box-shadow: 0 none;
    box-shadow: 0 none;
    padding-left: 10px;
}

nav ul a {
    color: #585858;
    font-family: 'Lato', 'Montserrat', sans-serif;
    font-size: 1.1rem;
    font-weight: bold;
    padding: 0 33px;
}

nav ul .btn {
    border-radius: 25px;
    border: 2px solid #ffc400;
    line-height: 32px;
    transition: all 0.2 ease-in-out;
}

nav ul .btn:hover,
.no-box-shadow {
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

nav ul .btn:hover {
    background-color: transparent !important;
}

nav ul li:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.news ul:not(.browser-default)>li {
    list-style-type: disc;
}

.news ul {
    margin: 15px 0 15px 25px;
}

.notices {
    border-right: 1px solid #848897;
}

.notices .menu1 {
    line-height: 2.1rem;
    padding-right: 20px;
}

.notices .menu1 ul:not(.browser-default) {
    padding-left: 20px;
}

p a,
.parallax-container a {
    text-decoration: underline;
}

p.alert {
    border-radius: 15px;
    padding: 15px 20px;
}

.parallax-container a {
    color: #4c4c4c;
}

.parallax-container a:hover {
    text-decoration: none;
}

#photos .row {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
#photos .column {
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
}

#photos .column img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
    #photos .column {
        flex: 50%;
        max-width: 50%;
    }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    #photos .column {
        flex: 100%;
        max-width: 100%;
    }
}

.quick-links {
    padding-left: 30px;
}

resources-component p a {
    font-weight: bolder;
}

.row .col.icons-link {
    font-size: 1rem;
    padding: 20px 0;
}

.stat {
    border-radius: 6px;
    padding: 25px;
}

.stat.blue {
    background: rgb(80, 186, 246);
    background: linear-gradient(90deg, rgba(80, 186, 246, 1) 0%, rgba(85, 144, 250, 1) 100%);
}

.stat.green {
    background: rgb(78, 208, 169);
    background: linear-gradient(90deg, rgba(78, 208, 169, 1) 0%, rgba(79, 200, 214, 1) 100%);
}

.stat i {
    font-size: 4.2rem;
    opacity: .4;
}

.stat .number {
    font-size: 3rem;
    font-weight: 600;
}

.stat.orange {
    background: rgb(253, 189, 120);
    background: linear-gradient(90deg, rgba(253, 189, 120, 1) 0%, rgba(245, 140, 109, 1) 100%);
}

.stat.pink {
    background: rgb(245, 96, 129);
    background: linear-gradient(90deg, rgba(245, 96, 129, 1) 0%, rgba(249, 120, 157, 1) 100%);
}

thead th {
    font-weight: 600;
}

ul.list li {
    margin-bottom: 10px;
}

.white-text .input-field>label,
.white-text input[type=email]:focus:not(.browser-default)+label {
    color: #fff;
}

.white-text input[type=email]:not(.browser-default),
.white-text input[type=email]:focus:not(.browser-default) {
    border-bottom: 1px solid #fff;
    -webkit-box-shadow: 0 1px 0 0 #fff;
    box-shadow: 0 1px 0 0 #fff;
}