﻿.cv-responsive-img {max-width: 100%; height: auto;}

.cv-blog img {
    max-width: 100% !important; 
    height: auto !important;
}

.cv-responsive-video {
    height: 0;
    padding-bottom: 56.25%;
    padding-top: 1px;
    position: relative;
}
.cv-responsive-video iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.cv-load-btn {
    background: none repeat scroll 0 0 #666666;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin-top: 22px;
    padding: 12px 28px 9px;
    text-decoration: none;
    text-transform: uppercase;
}

.cv-load-btn:hover {
    background: none repeat scroll 0 0 #C4C4C4;
    text-decoration: none;
    color: #222222;
}

.cv-info-section {
    box-shadow: 0 0 4px #EEEEEE inset;
    margin-bottom: 30px;
    padding: 30px 0;
    color: #222222;
}

.cv-info-section p {
    color: #222222;
}

.cv-info-section span {
    color: #222222;
    display: block;
    font-family: 'Open Sans',sans-serif;
    font-size: 28px;
    font-weight: 200;
    line-height: 35px;
    margin-bottom: 12px;
}

.cv-results-header {
    display: none;
}

.cv-results {
    color: #222222;
    display: none;
    box-shadow: 0 0 4px #EEEEEE inset;
    margin-bottom: 30px;
    padding: 30px 0;
}

.cv-result-img {
    margin-bottom: 15px;    
}

.cv-result-item-top {
    color: #222222;
    border-top: 1px solid #EEEEEE;
    box-shadow: 0 0 4px #EEEEEE inset;
}

.cv-result-item {
    color: #222222;
    background: none repeat scroll 0 0 #FCFCFC;
    margin-bottom: 25px;
    overflow: hidden;
    padding: 15px 20px;
    transition: all 0.3s ease-in-out 0s;
}

.cv-result-item a {
    color: #004C98;
    text-decoration: none;
}

.cv-result-item a:hover {
    color: #222222;
    text-decoration: underline;
}

.cv-info-section h1 {
    font-size: 28px;
    color: #222222;
}

.cv-info-section h2 {
    font-size: 24px;
    color: #222222;
}

.cv-info-section h3 {
    font-size: 20px;
    color: #222222;
}

.cv-info-section h4 {
    font-size: 16px;
    color: #222222;
}

.cv-result-item-business {
    font-size: 14px;
    padding-left: 8px;
    color: #222222;
}

.cv-frame {
    border: none;
}

.cv-m10 { margin: 10px; }
.cv-mb5 { margin-bottom: 5px; }
.cv-mb10 { margin-bottom: 10px; }
.cv-mb20 { margin-bottom: 20px; }
.cv-mb30 { margin-bottom: 30px; }
.cv-mt5 { margin-top: 5px; }
.cv-mt10 { margin-top: 10px; }
.cv-mt20 { margin-top: 20px; }
.cv-mt30 { margin-top: 30px; }
.cv-mr5 { margin-right: 5px; }
.cv-mr10 { margin-right: 10px; }
.cv-mr20 { margin-right: 30px; }

.cv-debug { border: 1px solid red;}