.m-box {
    min-height: 200px;
}
.m-box p {
    margin-bottom: 15px;
}
.row-flex, .row-flex > div[class*='col-'] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex:1 1 auto;
}

.row-flex-wrap {
    -webkit-flex-flow: row wrap;
    align-content: flex-start;
    flex:0;
}

.row-flex > div[class*='col-'] {
    margin:-.2px; /* hack adjust for wrapping */
}

/* margins */
.mt-50{
    margin-top: 50px;
}
.mb-50{
    margin-bottom:50px;
}
/* margins */
/* headers */
.h1 {
    font-size: 38px;
    font-weight: 700;
}
/* headers */
.thead {
    background: #009a93 !important;
    color: #ffffff;
}

.header-top {
    background-color: #1b5191;
    border-bottom: 1px solid #e30d7e;
}
.header-top-dropdown .dropdown.open>button, .header-top-dropdown .dropdown>button{
    color: #fff;
    font-weight: 900;
}
.header-top-dropdown .dropdown:first-child.open>button {
    border-right-color: #e30d7e;
}

.h1-logo{
    white-space: nowrap;
    margin-top: 0px;
    font-size: 24px;
    font-weight: 800;
}

.main-news {
    background-color: #f3f3f3;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .05);
    padding: 19px;
}


.footer {
    color: #00fbf0;
    font-weight: 900;
    background-color: #009a93;
    border-top: 1px solid #e30d7e;
    border-bottom: 1px solid #e30d7e;
}
.footer h2 {
    color: #fff;
}
.logo-footer, footer ul {
    color: #fff;
}
/*

footer:not(.light) .footer-content .form-control {
    background-color: #fff;
}
footer:not(.light) .footer-content .form-control:focus {
    background-color: #fff;
}
footer:not(.light) .footer-content .input-group-addon {
    background-color: #fff;
}
*/
footer .form-control{
    color: #00fbf0;
}
.subfooter {
    background-color: #045e5a;/*#1b5191;*/
    color: #fff;
}
.subfooter .navbar-default .nav > li > a {
    color: #fff;
}
.subfooter .navbar-default .nav > li > a:hover {
    color: #e30d7e;
}

.default-translucent-bg:after {
    background-color: rgba(165,223,251,0.7);
}

.banner.contacts h1,.banner.contacts .list li,.banner.contacts .list li a{
    color: #e30d7e;
}

.owl-carousel.dms .btn {
    min-width: auto;
}
.owl-carousel.dms .image-box {
    min-height: 110px;
}

.header-top-dropdown .dropdown>button {
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
}

.header-top-dropdown .dropdown.open>button {
    color: #009a93;
    
}

.call-to-action .lead {
    font-weight: 800;
}

.error {
    border-color: red;
}

#footer-form .main-user-consent-request a{
    color: white;
    font-size: 12px;
}

.search-btn{
	-webkit-box-shadow: none;
    box-shadow: none;
    min-width: auto;
    line-height: 0.42;
    background-color: white;
    margin: 5px 0;
}

