@import url("//fonts.googleapis.com/css?family=Montserrat:300,400,500,700");
@import url("//fonts.googleapis.com/css?family=Lora:300,400,500,700");
@import url("//fonts.googleapis.com/css?family=Open+Sans:300,400,500,700");

body {
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    color: #5b543d;
}

    .img-responsive {
        display: inline-block !important;
    }

    .white-text {
        color: #fff !important;
    }

/** header styles **/

.header {
    -o-box-shadow: 0 0 25px -1px #777;
    -moz-box-shadow: 0 0 25px -1px #777;
    -webkit-box-shadow: 0 0 25px -1px #777;
    box-shadow: 0 0 25px -1px #777;
    /*position: relative;*/
    position: fixed;
    width: 100%;
    z-index: 100;
}

    .header-bottom .container {
        position: relative;
    }

    .header-bottom {
        font-family: "Montserrat";
        font-weight: 500;
        background: #fff;
        text-align: right;
        padding: 15px 0 15px 0;
    }

    .logo a:hover {
        background: none; 
    }


/** body/content styles **/

.body {
}

    .front {
    }

        .front-top {
            background: #cee7d6;
            background: url("../img/home-back.png") no-repeat;
            background-size: cover;
            /*padding: 75px 0 75px 0;*/
            padding: 150px 0 60px 0;
            color: #5b543d;
        }

        .front-top .container {
        }

            .front-top .logo-front a,
            .front-top .logo-front a:hover {
                border: 0;
                background: transparent;
                margin: 0 0 45px 15px;
            }
            
            .logo-front {
                padding-bottom: 24px;
            }

            .front-top h1 {
                font-family: "Lora", sans-serif;
                font-size: 33px;
                font-style: italic;
                margin: 0 0 15px 0;
            }

            .front-top h2 {
                font-size: 33px;
                text-transform: uppercase;
                margin: 0 0 15px 0;
            }

            .front-top h4 {
                font-family: "Open Sans", sans-serif;
                font-size: 18px;
                font-weight: 700;
            }

            .front-top h5 {
                font-family: "Lora", sans-serif;
                font-size: 18px;
                font-style: italic;
                line-height: 1.4;
            }

            .front-top p {
                font-family: "Open Sans", sans-serif;
                font-size: 15px;
            }

            /* Home page Research Roundup */
            div.small p {
                font-size: 12px !important;
            }

            .front-top .small {
                font-size: 12px;
                line-height: 16px !important;
                margin-top: 5px;
            }

            .front-top ul {
                margin: 10px;
                padding: 10px;
            }

            .front-top li {
                font-family: "Open Sans", sans-serif;
                font-size: 15px;
                margin: 0 0 15px 0;
            }

            .front-top a {
                color:  #d9edfc;
                text-decoration: none;
                border-bottom: 2px solid #d9edfc;
                display: block;
                background: url("../img/more-arrow-icon.png") no-repeat right center;
            }

            .front-top a:hover {
                border-bottom: 2px solid #0091d9;
            }

            .front-top .search-txt {
                border: 0;
                width: 200px;
                margin-right: 10px;
                color: #000;
                padding-left: 5px;
                padding-right: 5px;
            }

            .front-top .search-btn {
                background: url("../img/more-arrow-icon.png") no-repeat right center;
                width: 14px;
                height: 14px;
                border: 0;
                position: relative;
                top: 4px;
            }

        .front-bottom {
            padding: 35px 0 35px 0;
        }

            .front-bottom h2 {
                font-family: "Lora", sans-serif;
                font-size: 24px;
                text-transform: uppercase;
                margin: 0 0 15px 0;
            }

            .front-bottom h3 {
                font-family: "Montserrat";
                font-size: 20px;
                line-height: 34px;
                color: #e45e3a;
            }

            .front-bottom p {
                font-family: "Open Sans", sans-serif;
                font-size: 15px;
                color: #5b543d;
            }

            .front-bottom .more-link {
                background: #9a6c6b !important;
            }

    .content {
        padding: 150px 0 0 0;
    }

        .content h1 {
            font-family: "Lora", sans-serif;
            font-size: 33px;
            font-style: italic;
            margin: 0 0 15px 0;
        }

        .content h2 {
            font-size: 21px;
            line-height: 31px;
            margin: 0 0 15px 0;
            color: #0091d9;
        }

        .content h5 {
            font-family: "Lora", sans-serif;
            font-size: 18px;
            font-style: italic;
            line-height: 1.4;
        }

        .content p.large {
            font-size: 24px;
            line-height: 34px;
            margin: 0 0 15px 0;
        }

        .content p {
            font-size: 16px;
            line-height: 26px;
        }

        .content ul {
            font-size: 16px;
            margin: 0 0 15px 0;
            padding: 0 0 0 15px;
        }

        .content li {
            line-height: 26px;
        }

        .content a {
            color: #ec1c24;
            text-decoration: none;
        }

        .content a:hover {
            text-decoration: underline;
        }

    .sidebar {
        margin: 150px 0 0 0;
    }

        .sidebar h2 {
            font-style: 16px;
            line-height: 28px;
            color: #666;
            margin: 0 0 15px 0
        }

        .sidebar h3 {
            font-family: "Montserrat";
            font-size: 16px;
            text-transform: uppercase;
            color: #ffa240;
            margin-top: 10px;
        }

            .sidebar h3 a {
                padding: 15px;
                color: #fff;
                background: #666 url("https://www.hcvalueassessment.org/application/themes/pc/img/white-arrow-2.png") no-repeat 95% 50%;                
                display: block;
            }

        .sidebar ul {
            margin: 0;
            padding: 0;
            list-style-type: none;
        }

        .sidebar li {
            font-size: 14px;
            line-height: 24px;
            border-bottom: 2px solid #0091d9;
            margin-bottom: 5px;
            padding-bottom: 5px;
        }

        .side-nav {
            background: #e5f4fb;
            padding: 15px;
            margin-top: 35px;
        }

        .side-nav a {
            color: #000;
            display: block;
            padding-right: 40px;
            background: url("https://www.hcvalueassessment.org/application/themes/pc/img/blue-arrow-2.png") no-repeat 95% 50%;    
        }

        .numbers {
            padding: 0px 5px;
        }

        .no-border {
            border: none;
        }

/** footer styles **/

.footer {
}

    .footer-logo a img {
        margin-top: 42px;
        display: inline-block !important;
    }
    
    .footer {
        background: #5b543d;
        color: #fff;
        margin-top: 25px;
        padding: 75px 0 75px 0;
    }

        .footer h3 {
            font-size: 20px;
            margin-top: 0px;
            text-transform: uppercase;
            color: #e45e3a;
        }

        .footer p {
            font-size: 16px;
            line-height: 22px;
            margin: 0 0 15px 0;
        }

        .footer .contact-cont small {
            font-size: 12.5px;
            margin-left: -20px;
        }

        .footer a {
            color: #fff;
            text-decoration: underline;
        }

        .footer a:hover {
            text-decoration: underline;
        }

        .cu-small {
            margin-top: 70px;             
        }

        .legal {
            color: #fff;
        }

        .more-link {
            text-transform: uppercase;
            color: #fff;
            background: #000;
            font-size: 11px;
            line-height: 11px;
            margin-top: 5px;
            padding: 7px 10px 7px 10px;
            display: inline-block;
        }

        .more-link:hover {
            color: #fff;
            text-decoration: none;
        }

        a[href^="tel:"],
        a[href^="tel:"]:hover {
            text-decoration: none;
        }

/** Infographics **/

#toolTip-Content {
    display: none;
}

.qtip-icon  {
    border-color: transparent !important;    
    color: #fff !important;
}
.ui-icon {
    opacity: 1.2 !important; 
}

.ui-icon-close {
    color: white !important; 
    margin-top:8px !important;
    margin-right:15px !important;
    border-color: transparent !important;     
}


.CustomClass {}

.bg-blue {
    background-color: #248fce; 
    color: white;   
}
.bg-orange {
    background-color: #f47e21; 
    color: white;   
}
.bg-green { 
    background-color: #3f8a41; 
    color: white;
}
.bg-yellow {
    background-color: #ffedb3; 
    color: black;
}
.bg-teal {
    background-color: #9edadf; 
    color: black;
}
.bg-darkteal {
    background-color: #00aa9d; 
    color: black;
}
.bg-red {
    background-color: #eb2227; 
    color: black;
}	
.bg-transred {
    background-color: #dd3f44; 
    color: white;	
}

.CustomClass .qtip-content {
    font-family: Helvetica;
    font-weight: medium;
    font-size: 12px;
    line-height: 1.1em;
    margin-top: -20px;
}

.CustomClass h1 {
    font-family: Helvetica;
    font-weight: medium;
    font-size: 16px;
    font-weight: bold;
}

.hide {
    display: none !important;
}

/* nav */

.main-nav {
    margin: 35px 0 0 0;
    padding: 0;
}

.main-nav a {
    color: #e45e3a; 
    text-decoration: none;
    display: inline-block;
    margin: 0;
    padding: 10px;
    line-height: 0px;
}

.main-nav a.active,
.main-nav a:hover {
    color: #fff;
    background: #9a6c6b;
}

.main-nav li {
    display: inline-block;
    text-align: left;
    text-transform: uppercase;
    border-right: 1px solid #b5b5b5;
    font-size: 14px;
}

.main-nav li:last-child {
    border: none;
}

ul.main-nav li ul {
    display: none;
    position: absolute; 
    top: 100%;
    left: auto;  
    background: #fff;
    padding: 0;
    width: 260px;
}

ul.main-nav ul li {
}

ul.main-nav ul li {
    text-align: left !important;
    /*width: 200px;*/
    height: 25px;
}

ul.main-nav ul li a {
    text-transform: capitalize;     
    color: #000;
    padding: 12px 0 10px 10px;
    width: 260px;
    height: 25px;
}

ul.main-nav ul ul {
    top: 0;
    left: 100%;
    margin-top: 0;
}

ul.main-nav li:hover > ul {
    display: block;
    border: 1px solid #9a6c6b !important;
}

.sub-nav li {
    border-right: none;
    background-color: #fff !important;
}

ul.sub-nav li a:hover {
    text-decoration: none;
    text-transform: capitalize;     
    color: #000;
    background-color: #e7cece;
}




.form-label-text {
    text-transform: uppercase;     
}

#email-form  input { 
    width: 200px; 
    margin-left: -6px;
}

.ccm-search-block-form h3 {
    display: none;
}

.soc-cont p {
    display: inline-block;
}

div.content td {
    padding: 5px;
}

.MailingListSubscribe .mailing-list-msg,
.formidable .formidable_message {   
    border: 2px solid #0091d9 !important;
    background: #dddbdb !important;    
    padding: 15px;
    border-radius: 0;
}
.submission p {
    font-size: 14px ;
    line-height: 18px;
}
.formidable .buttons {
    margin-left: 0; 
    padding-bottom: 20px;
}
#submit {
    border: 1px solid black !important;
    width: 73px;
    border-radius: 0 !important;
    padding: 0px 12px !important; 
    background: #ddd;
}
.formidable input[type=text], 
.formidable input[type=url], 
.formidable input[type=tel], 
.formidable input[type=number], 
.formidable input[type=email], 
.formidable textarea, .formidable select, 
.formidable input[type=password] {
    font-size: 14px !important;
    width: 200px !important;
    border-radius: 0;
    padding: 4px;
    margin-left: 12px;
    border: 1px solid #ccc !important;
}
.checkbox {    
    margin-top: 0 !important;
}
.checkbox input[type=checkbox], 
.checkbox-inline input[type=checkbox] {
    margin-left: 2px !important;
    position: relative;
}
.checkbox label {
    padding-left: 0!important;
    font-weight: 700 !important;
    font-size: 14px !important;
    width: auto !important;
    text-align: left;
}
.formidable label {
    font-size: 14px !important;
    width: auto !important;
    text-align: left;
}

.formidable .element {
    margin-bottom: 6px !important;
}

hr {
    border: none;
    height: 2px;
    color: #ccc; /* old IE */
    background-color: #ccc; /* Modern Browsers */
}

.callout {
    color: #fff;
    width: 100%;
    padding: 35px;
    margin-top: 25px;
    background: #5b543d;
}

.sidebar .callout {
    padding: 25px;
}

.callout h2 {
    font-family: "Lora";
    font-style: italic;
    font-size: 24px;
    text-transform: capitalize;
    margin-top: 20px;
}

.callout h3 {
    font-family: "Montserrat";
    font-size: 18px;
    text-transform: uppercase;
    color: #ffa240;
    margin-top: 10px;
}

.callout p {
    font-family: "Open Sans";
    font-size: 15px;
}

.callout button {
    background-color: #e45e3a;
    text-transform: uppercase;
    margin-top: 10px;
    border: none;
}

.btn-warning:hover {
    color: #fff;
    background-color: #ffa240;
    border-color: #285e8e;
}


/** responsive/media styles **/

@media (min-width: 320px) and (max-width: 800px) {
    .header {
        -o-box-shadow: 0 0 5px 5px #333;
        -moz-box-shadow: 0 0 5px 5px #333;
        -webkit-box-shadow: 0 0 5px 5px #333;
        box-shadow: 0 0 5px 5px #333;
        position: relative;
        z-index: 999;
    }

    .header-top ul {
        padding-bottom: 15px;
    }

    .header-top li {
        text-align: left;
        display: block;
    }

    .header-top a {
        padding: 15px 2px 15px 0;
    }

    .header-bottom ul {
        margin: 0;
    }

    .header-bottom li {
        display: block;
        text-align: left;
        border-right: none;
    }

    .header-bottom a {
        display: block;
        padding: 15px;
    }

    .sidebar {
        margin-top: 0px;
        padding-bottom: 30px;
    }

    .content {
        padding-top: 50px;
    }

    .align-center {
        text-align: center;
        margin-bottom: 15px;
    }

    .copyright {
        text-align: center;
    }

    .cu-small, .footer-logo a img {
        margin-top: 15px;
        margin-bottom: 25px;
    }
    
    .search-txt {
        width: 93% !important;
    }

    .search-btn {
        top: 0;
    }

    .front-top {
        padding-top: 50px;
    }
}

@media print {
    .header, .footer, .soc-cont, .col-lg-1, .sidebar  {
        display: none;
    }

    .body {
        margin: 10px;
    }

    .container {
        width: 600px;
    }    

    .content {
        width: 575px;
    }

    .content  {
        font-size: 12pt;
    }
}