* {
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

a {
    color: #007dad;
}

a:hover,
a:focus {
    color: #FF0000;
}

.text-right {
    text-align: right !important;
}

.alignRight{
    float: right;
    margin: 0 0 20px 40px;
}


.top-header-left h2 {
    color: #FF0000;
    font-size: 22px;
    font-weight: bold;
}

.top-header a {
    color: #FF0000;
}

.top-header a:hover,
.top-header a:focus {
    text-decoration: underline;
}

.content-top-grids {
    background: #f6f6f6;
}

.content-top-grid-title {
    float: left;
    width: 100%;
    padding: 20px 0;
    background: #f6f6f6;
}

.content-top-grid-title h1 {
    margin: 0;
    text-align: center;
}

.border-box {
    border: 3px solid gainsboro;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 20px;
    font-family: 'Open Sans', sans-serif;
    min-height: 250px;
}

.border-box p, .about p {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.5;
    letter-spacing: 0.02em;
}

.about h3{
    font-size: 24px;
    margin: 0 0 15px;
}

.border-box p:last-of-type {
    margin-bottom: 0;
}

.border-box p strong {
    color: red;
    font-weight: bold;
}

.border-box span.highlight {
    font-size: 1.5em;
    color: #007dad;
    display: inline
}

.new-heading {
    background-color: #007dad;
    margin-left: 0px;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    font-size: 30px;
    padding: 2px 15px 4px;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 5px;
    display: inline-block;
}

.new-row {
    margin: 0 -15px;
}

.new-col {
    width: 100%;
    float: left;
    padding: 0 15px;
}

.new-col.half {
    width: 50%;
}

.post-with-img {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.post-with-img figure {
    margin: 0;
    width: 285px;
    border-radius: 10px;
    height: 277px;
    overflow: hidden;
}

.post-with-img figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-with-img .field-cont {
    width: calc(100% - 285px);
    float: none;
}

.post-with-img .field-cont h2 {
    font-weight: bold;
    margin: 0 0 10px;
}

.post-with-img .field-cont h2 small {
    font-weight: bold;
    font-size: 60%;
    line-height: 1.4;
    display: block;
}

.profile {
    margin: 40px 0;
}

.footer span.m-big {
    color: #FF0000;
    font-size: 20px;
    font-weight: bold;
}

.footer span.m-big a {
    color: #FF0000;
}

.footer span.m-big a:hover,
.footer span.m-big a:focus {
    text-decoration: underline;
}

.cc-wraper .cc-contactpop i{
    color: #fff !important;
    display: block !important;
    font-size: 16px;
    padding: 0;
    cursor: pointer;
    width: 53px;
    height: 53px;
    text-align: center;
    line-height: 53px;
}

.cc-wraper .cc-contactpop i.fa-angle-up{
    font-size: 25px;
}

.about{
    margin: 40px 0;
}

.about h4{
    font-weight: bold;
    margin:0 0 10px;
    font-size: 18px;
}

.about table{
    width: 100%;
    table-layout: fixed;
}

.about table td{
    vertical-align: middle;
    text-align: center;
    padding: 20px 10px;
}

.about table td img{
    width: auto;
    height: auto;
    max-width: 380px;
}

.about table td[colspan="2"] img{
    max-width: 100%;
}

.contact .col:first-child {
    margin-left: 0px;
}

.cc-wraper .cc-contactpop input{
    width: 100%;
}

.cc-wraper .cc-contactpop input:hover{
    background: #fff;
    color: #000;
}

.cc-wraper .cc-contactpop form{
    padding: 15px;
}

.cc-contactpop{
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.43);
}