h2 {
    font-size: 21px !important;
    font-weight: normal !important;
    line-height: normal;
    padding-bottom: 10px !important;
}

h3 {
    clear: both;
    font-size: 16px !important;
    margin: 0 0 5px 0 !important;
    font-weight: normal !important;
}

.margin-top-30 {
    margin-top: 30px
}

.margin-top-40 {
    margin-top: 40px
}

.container,
#container {
    min-width: inherit;
}

#content p {
    font-size: 14px;
    line-height: 22px;
}

.content-new-version {
    width: 100%;
    border: 1px solid #c6cbd6;
    background-color: #eef2fd;
    padding: 20px;
    margin: 30px 0 40px
}

.button {
    text-align: center;
    display: inline-block;
}

.button a {

}

.button a:hover {
    text-decoration: none;
    color: #fff;
}

.button .btn-green {
    background: #60A607;
}

.button .btn-green:hover {
    background: #6CBA0A;
}

.button .btn-grey {
    background: #959595;
}

.button .btn-grey:hover {
    background: #a8a8a8;
}

.content-upgrade {
    padding-right: 20px;
}

.content-upgrade p span {
    color: #f24505;
}

.content-upgrade ol {
    padding-left: 20px;
    margin-bottom: 24px;
}

.content-upgrade ol li {
    font-size: 14px;
    line-height: 20px;
    padding-left: 1em;
}

.content-resources {
    padding-bottom: 30px;
}

.content-resources ul li {
    font-size: 14px !important;
    line-height: 19px !important;
    padding-left: 1em;
    list-style-position: inside;
}

.three-column-pics {
    display: block;
    border: solid 1px #c6cbd6;
    width: auto;
    margin: 0 0 10px;
}

.other-old-projects {
    margin-top: 30px;
}

.resources ul{
    margin-bottom: 1em;
}

.resources-item p, .icon-resources p {
    color: #000
}

.resources-item h3, .icon-resources h3 {
    margin-top: 20px !important;
    margin-bottom: 10px !important;
}

.resources-item a, .resources-item a:hover, .resources-item a:focus, .resources-item a:active, .icon-resources a, .icon-resources a:hover, .icon-resources a:focus, .icon-resources a:active {
    text-decoration: none
}

.icon-resources img {
    max-width: 125px;
}

.icon-resources h3 {
    font-size: 18px
}

.icon-resources .title-asterisk {
    color: #333;
}

@media (max-width: 767px) {
    .video-holder {
        margin-top: 20px}
    .img-pad {
        padding-top: 10px;
    }
    }



/*PREVIOUS STYLES*/

/*.content-brend { margin: 40px 0; }
h2 { font-size: 20px; }
h3 { font-size: 16px; }
.header-section h1 { margin-bottom: 30px; }
.content-new-version { border: 1px solid #c6cbd6; background-color: #eef2fd; padding: 20px 40px 30px 40px }
.content-new-version h2 { font-size: 16px }
.content-learn img { margin-top: 20px; }
.button { padding-top: 20px; }
.button a { margin-bottom: 10px; display: inline-block; text-align: center;}
@media (max-width: 767px) {
    .img-holder { margin-top: 20px; }
}*/