﻿
*{
    margin: 0;
    padding: 0;
    word-wrap: break-word;
}

body {
    font-family: 'Raleway', sans-serif;
}

section.inset {
    padding: 0 65px;
}

h2.error-heading{    
    font-size: 2.5em;
    font-weight: 400;
    margin: 30px 0;
    color: #676769;    
}
h2.caps{
    text-transform: uppercase;
}
h3 {    
    font-size: 2em;
    font-weight: 400;
    margin: 15px 0;
    color: #767678;
}

.popular-results {
    padding-bottom: 30px;
}

.popular-results .result {
    padding-bottom: 2em;
    padding-top: 10px;
    border-bottom: 1px solid #CCC;
}

.popular-results .result:last-child {    
    border-bottom: none;
}

.result h3 {
    font-size: 1.5em;
    font-weight: 500;
}

.result h3 a {   
    color: #000;
    text-decoration: none;
}

.result p a {
    color: var(--primary-color);
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 0.5px;
}

div#search-form {
    display: inline-block;    
    position: relative;
    margin: 20px 0;
}
input#content_0_btnSubmit {
    background: url(/file/media/Diamond/Common/sprite-images.png) no-repeat -15px -342px;
    width: 40px;
    height: 40px;
    outline: none;
    border: none;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 2px;
    cursor: pointer;
}

input#content_0_txtSearchBox {    
    height: 30px;
    padding: 5px 40px 5px 5px;
    width: 280px;
}

input#content_0_txtSearchBox::placeholder {
    padding: 0 10px;
    font-weight: 500;
}

@media screen and (max-width: 767px){
    section.inset {
        padding: 0 15px;
    }
    h2 {
        font-size: 2em;        
    }
    h3 {
        margin: 15px 0;
    }
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    section.inset {
        padding: 0 15px;
    }
}
