/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Nov 16, 2016, 11:12:56 PM
    Author     : Ranjeesh
*/

/* Typography */
body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
}

.subtitle {
    color: #002b5a;
    font-weight: 600;
}


/* Navbar */

#navbar-collapse {
/*    background: url("../img/menu-bg.png") repeat-x;*/
    box-shadow: inset 0px 5px 20px -10px rgba(0,0,0,0.39);
}

.navbar-header {
    color: #002b5a;
    padding: 20px 0;
}

ul.navbar-nav > li:first-child {
    padding-top: 2px;
}

ul.navbar-nav > li:not(:first-child) {
    color:#00d273;
    display: list-item;
    list-style: disc;
    margin-left: 30px;
}

.navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    line-height: 22px !important;
}

/* Section backgrounds */
section.header {
    background: #f9f9f9;
}

section.content-area {
    /*background-image: url("../img/bg.png"), linear-gradient(#ebebeb, #f9f9f9); */
}

section.footer {
    background: #002b5a;
}

/* Home Page Positioning*/

.block-title {
    text-align: center;
}

.block {
}

.circle {
   width: 140px;
   height: 140px;
   background: #fff;
   -moz-border-radius: 70px;
   -webkit-border-radius: 70px;
   border-radius: 70px;
   box-shadow: 0px 7px 10px #CCC;
}

.circle img {
    padding: 35px;
}

.faq-question {
    /*width: 50%;*/
    background: #fff;
    padding: 15px;
    -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   border-radius: 5px;
   box-shadow: 0px 7px 10px #CCC;
}


#block-views-homepage-blocks-featured .img-rounded {
    border-radius: 5px 5px 0 0;
}

#block-views-homepage-blocks-featured h5 {
    background: white;
    border-radius: 0 0 5px 5px;
    padding: 15px 20px;
    margin-top: 0;
    color: #0054a3;

}