/* This imports the Base Weblog CSS from TypePad, which defines core styles */

/* nope @import url(/.shared/themes/common/base-weblog.css);*/


/* This imports the local asterisk-style.css, which you can use as a guide for customizing your blog's CSS. */

/* nope @import url(asterisk-style.css);*/

/*.logo{width:100%}*/

body {
    font-family: "Roboto Condensed","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #333;
    letter-spacing: .3px;
}

h1:empty{display:none;}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

#site-header{
    background: url(http://www.lawtechtv.com/dblg-icons/header-background.jpg) center right no-repeat #fff;
}

#slogan{
    position: relative;
    bottom: 50%;
    color: #6d6e71;
}
.uppercase{
    text-transform: uppercase;
}
.capitalize{
    text-transform: capitalize;
}

.bold{
    font-weight: bold;
}

.text-blue{
    color: #396ab1;
}
.bg-blue{
    background-color: #396ab1;
    color: #fff;
}
#row-banner{
    background-color: #3a6ab2;
    color: #fff;
    display:none;
}

#row-banner .why{
    font-size: 52px;
}

#row-banner .we-know{
    font-size: 24px;
}

#row-maps{
    display:none;    
}


#row-help{
	background-color: #042556;
    color: #fff;
    min-height: 62px;
    /*line-height: 60px;*/
    font-size: 20px;
    padding: 15px 0px;
    display:none;
}

#contact-row{
    background: #3a6ab2;
    padding: 15px;
}
#contact-row h2{
    font-size: 45px;
    color: #fff;
}

#contact-row a{
    font-size: 30px;
}

.text-blue{
    color: #3a6ab2;
}
.border-bottom-blue{
    border-bottom: 1px solid #3a6ab2;
}
.border-bottom-gray{
    border-bottom: 1px solid #b7b7b7;
}
.margin-bottom-20{
    margin-bottom:20px;
}

#site-content > .container{ padding-bottom: 70px;}
#site-content h1, #site-content .h1{
    font-size: 3em;
    color: #3a6ab2;
    /*text-align: center;*/
    border-bottom: 1px solid #b7b7b7;
    margin: 30px auto;
}

.tutorial-div h4 {
    text-transform: uppercase;
    color: #042556;
    font-weight: bold;
    text-align: center;
}

/*.tutorial-thumb img{
    border: 6px solid #3a6ab2;
    border-radius: 50%;
    margin: 10px auto;
}*/
#site-footer{
    background: #000;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
}
#site-footer input[type=text]{
    color: #999;
    /*text-indent: 25px;*/
}
#site-footer h3, #site-footer img{
    margin-top: 0px;
    padding: 25px 10px 10px;
}


#site-footer img{
    width: 200px;
}

.padding-left-0{
    padding-left: 2px !important;
}

.padding-bottom-0{
    padding-bottom: 2px;
}

.padding-right-0{
    padding-right: 2px;
}

.padding-top-0{
    padding-top: 2px;
}

.margin-left-0{
    margin-left: 0px;
}

.margin-bottom-0{
    margin-bottom: 0px;
}

.margin-right-0{
    margin-right: 0px;
}

.margin-top-0{
    margin-top: 0px;
}

/*Cita*/
blockquote.cita-home {
    border-left: none;
    height: 50px;
    line-height: 60px;
    width: 340px;
    margin: 0px auto;
    margin-top: 5em;
    margin-bottom: 5em;
    
}
.cita-home span{
     padding-top:60px;
     padding-bottom:60px;
     font-size: 21px;
}

/* Insert the pseudo element - replicating what FontAwesome does */
blockquote.cita-home:before {
    content: "\f10d"; 
    font-family: FontAwesome;
    font-size: 60px;
    float: left;
    margin-right: 10px;
}


.panel-heading{
    padding: 0px;
}

.panel-group .panel-heading+.panel-collapse>.panel-body{
    border-top: 0px;
}

.panel-dblg .panel-title{
    border-radius: 4px;
    cursor: pointer;
    padding: 10px 15px;
}

.panel-dblg .panel-title:hover{
    text-decoration: underline;
}

.panel-dblg .panel-title:not(.collapsed){
    background-color: #f8f8f8;
    color: #3a6ab2;
}

.panel-dblg .panel-title:not(.collapsed):after{
    content: "\25B2";
    float: right;
}

.panel-dblg .panel-title.collapsed{
    background-color: #3a6ab2;
    color: #fff;
}

.panel-dblg .panel-title.collapsed:after{
    content: "\25BC";
    float: right;
}

.iframe-container{
    margin: 15px auto 25px;
}

.text-2em{
    font-size: 2em;
}

.cover-list > li{
    padding-left: 1.2em;
    margin-bottom: 10px;
}

.cover-list > li:before{
    content: '\f00c'; /* FontAwesome char code inside the '' */
    font-family: FontAwesome; /* FontAwesome or whatever */
    display: inline-block;
    width: 1.2em; /* same as padding-left set on li */
    margin-left: -1.2em; /* same as padding-left set on li */
    color: #396ab1;
}

a.white-link, .white-link a{ color: #fff;}

/*show this section only on the home*/
#page-49397074 #row-help, #page-49397074 #row-banner, #page-47977764 #row-help{ display: block !important;} 

/*show it only on contact page*/
#page-47977764 #row-maps{
    display:block;   
}

#page-49397074 #site-content h1, #page-49397074 #site-content .h1{ border-bottom: none; text-align: center}

#page-47977764 #contact-row{ display: none;}

.form-container{
    background: #f6f6f8;
    padding-bottom: 70px;
    margin-bottom: -70px;
}

/* Large desktops and laptops */
@media (min-width: 1200px) {
    #row-banner{
        background-image: url(http://www.lawtechtv.com/dblg-icons/dblg-home-03.png);
        height: 265px;
        background-position: right;
        background-repeat: no-repeat;
        padding-top: 70px;
    
    }
}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    #row-banner{
        background-image: url(http://www.lawtechtv.com/dblg-icons/dblg-home-03.png);
        height: 265px;
        background-position: right;
        background-repeat: no-repeat;
        padding-top: 70px;
    
    }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    #row-banner{
        background-image: url(http://www.lawtechtv.com/dblg-icons/dblg-home-03.png);
        height: 265px;
        background-position: right;
        background-repeat: no-repeat;
        padding-top: 70px;
    
    }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    #row-banner{
        background-image: url(http://www.lawtechtv.com/dblg-icons/dblg-home-03.png);
        height: 180px;
        background-position: right;
        background-repeat: no-repeat;
        background-size: auto 100%;
        padding-top: 40px;
    }
 
    #row-banner .why{
        font-size: 46px;
    }

    #row-banner .we-know{
        font-size: 20px;
    }
}

/* Landscape phones and smaller */
@media (max-width: 480px) {
    #row-banner{
        background-image: url(http://www.lawtechtv.com/dblg-icons/dblg-home-03.png);
        height: 120px;
        background-position: right;
        background-repeat: no-repeat;
        background-size: auto 100%;
        padding-top: 12px;
    }
    #row-banner .why{
        font-size: 42px;
    }

    #row-banner .we-know{
        font-size: 18px;
    }
}
/* ph=1 */
