body {
    background: #fff;
    color: #535252;
    line-height: 1.6;
    font-family: Georgia, "Times New Roman", Times, serif;

}

a,
a:visited {
    color: #005299; }

/* changed by Nazar  in march 23, 2019*/
.tab-bar{
    display: none;
}
.tab-bar-logo{
    max-width: 80px;
    height: auto;
    margin-left: 2em;
}
@media (max-width: 1024px){
    .site-header{
        display: none;
    }
    .main-navigation{
        display: none;
    }
    .tab-bar{
        display: block;
        background-color: #003366;
    }
}
/* changed by Nazar in march 23, 2019*/


/* HEADER */
.site-branding {
    background: #003366;  /* changed by jen in jan 18, 2015*/
    padding: 1.2em 0 0;
    border-bottom: solid 1px #fff;} /* changed by jen in jan 18, 2015*/

.site-title {
    font-size: 1.8em;
    font-weight: 700;
    margin: 0;
    background-image:url(images/logomycap.gif);
    background-repeat:no-repeat;
    text-indent:-9999px;
    display: inline-block;
    width: 105px;
    height: 34px;
} /*modified by Jennifer o1192015*/

.site-title a {
    color: #fff; }

.site-description {
    color: #fff;
    font-size: 0.8rem;
    margin: 0;
    text-indent:-9999px;}

/* NAV */
#site-navigation {
    background: #d4001a; /*changed by Jennifer January 18 2015*/}

.left-off-canvas-menu ul {
    margin: 0; }

.left-off-canvas-menu li a {
    display: block;
    padding: 12px 10px;
    border-bottom: 1px #545454 solid;
    color: #fff;
    font-weight:700; }

/*below added by Jennifer January 18 2015*/

.top-bar-section li:not(.has-form) a:not(.button){
    background: #d4001a;
}
.top-bar{background: #d4001a;}
.top-bar-section li.hover > a:not(.button) { background: #aa051a; }
.top-bar-section li:not(.has-form) a:not(.button):hover { background: #aa051a; }
.top-bar-section li.active:not(.has-form) a:not(.button) {background: #aa051a; }

.top-bar {
    height: 1.5rem;
    line-height: 1.5rem;
}

.top-bar-section li:not(.has-form) a:not(.button) {
    height: 1.5rem;
    line-height: 1.5rem;
}
/* end edit for navigation background color and height*/

/* FOOTER */
#colophon {
    background: #003366;
    padding: 1.5em 0 2em;
    color: #ccc;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 0.9rem;
}

#colophon a {
    color: #ccc;
    text-decoration: none; }
.footerbanner{
    background:url(images/aaa.gif) no-repeat;
    /*width: 100px;
    height: 72px; 	*/
    text-indent:-9999px;
    font-size: 7rem;
}


/* CONTENT */
/*.entry-title,
.page-title {
  font-size: 2rem;
  font-weight: 700;
  margin: 0; }
*/
.entry-title a,
.page-title a {
    color: #000; }

.entry-summary {
    margin: 1em 0 0;
}

.entry-meta {
    margin-bottom: 1rem;
    font-size:0.8rem;}

#primary,
#secondary {
    margin: 1.5em 0; }

.sidebar {
    background: #eee;
    border-left: 1px solid #c1c1c1;
    border-right: 1px solid #c1c1c1; }


.vcard {
    display: inline;
    border: 0;
    margin: 0;
    padding: 0; }

.vcard .fn {
    font-weight: normal;
    font-size: 0.8rem; }

code {
    color: #005299;}

.wp-post-image {
    width: 100%;
    height: auto;
    margin-bottom: 1rem; }

/* MEDIA QUERIES */
@media only screen and (max-width: 40em) {
    #wpadminbar {
        position: fixed; }

    .sidebar {
        border-left: none;
        border-right: none;
        border-top: 1px solid #dedede; } }
/* underscores customization*/


.top-bar-section ul li > a {
    display: block;
    width: 100%;
    color: #FFFFFF;
    padding: 12px 0 12px 0;
    padding-left: 0.9375rem;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: none;
    border-right: solid 1px #e599d1;
}

.widget{
    background-color:white;
}

.widget-title,
.widgettitle
{
    font-size: 1em;
    letter-spacing:0.2em;
    color: #999;
    text-align: center;
    text-transform:uppercase;
    font-family: 'palatino linotype',palatino,georgia,serif;
    font-weight:400;
    text-shadow: #fff 0 1px 0;
    padding: 13px 0 20px;
    margin-bottom: 5px;
    background: transparent url(images/sidebar.png) no-repeat center bottom;
}

#reply-title{
    font-size: 1em;
    letter-spacing:0.2em;
    color: #999;
    text-transform:uppercase;
    font-family: 'palatino linotype',palatino,georgia,serif;
    font-weight:400;
    text-shadow: #fff 0 1px 0;
    padding: 13px 0 20px;
    margin-bottom: 5px;
    border-top: solid 1px #ccc;
}

.widget{
    border: #ccc solid 1px;

    /*border-radius:5px;*/
}
.widget li a{font-size: 0.9rem;}

ul{list-style: none;}

.widget-area .widget h3{
    padding-top: 10px;
    padding-bottom: 20px;
    margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6{
    font-family:  'palatino linotype',palatino,georgia,serif;
    font-weight: normal;
    margin:0;padding: 0;
    line-height: 1.2em;
    color:#000;
}
h1{font-size: 1.7em;}
h2{font-size: 1.6em;}
h3{font-size: 1.5em;}
h4{font-size: 1.3em;}
h5{font-size: 1.1em;}
h6{font-size: 1em;}

/* below from jennifer lin*/
.bottomborder{border-bottom: solid 1px #ccc; }
fieldset{border: #fff; margin: 0px; padding: 0px;}

.topspace{margin-top:1em;}
.topspace1{margin-top:1em; padding-top: 1em;}
.topspace2{margin-top:2em;}
.topspace3{margin-top: 0.3em;}
.topspace4{margin-top: 0.8em;}
.topspace5{margin-top: 0.5em;}
.bottomspace{margin-bottom: 0.5em;}
.bottomspace1{margin-bottom:1em;}
.bottomspace2{margin-bottom:2em;}
.bottomspace3{margin-bottom:3em;}
.bottomspace15{margin-bottom:1.5em;}
.rightspace1{margin-right: 1em;}
.leftspace1{margin-left: 1em;}
.leftspace{margin-left: 0.5em;}
.rightspace{margin-right: 0.5em;}
.text-small{font-size: 0.8rem;}
.button:visited {color: white;}
.widget ul{list-style: none; font-size: 0.9rem;}
ul{list-style-type: disc;}
.eventurl{border: solid 1px #ccc;
    padding: 1em;}
.textwidget li a{color: #535252;}
.step{ color: #b5995c; border: solid 5px #b5995c; padding: 20px;}
.steptext{color: #b5995c;}
.stepoff{color: #ccc; border: solid 5px #ccc; padding: 20px;}
.stepofftext{color:#ccc;}
.gform_wrapper .ginput_complex .ginput_cardinfo_right input.ginput_card_security_code {
    display: inline-block;
}
.gform_wrapper div.gform_card_icon{
    display: inline-block;
}
.landingtop{background-color: #dadada;
    font-family:Arial, Helvetica, sans-serif;}
a.buttonlanding{background-color:#86A32D; padding: 15px 40px; color:#fff; }
a.buttonlanding:hover{background-color:#86A32D; padding: 15px 40px; color:#dadada;}
#buttonlandingtop{margin-top:20px;}
.homebg{background: transparent url(images/bluebg.png) center top no-repeat;
    margin: auto;
    position: relative;
    text-align: center;
    background-size: 100%;
    padding-bottom: 136px;
    color:#fff;
    border-top: solid 1px #fff;
}

.topfont{color:#fff; font-size: 3em;}
.secondfont{color:#fff; font-size: 1 em;}
.how{background-color:#f9f9f9;}
.price{background-color:#dadada;}
.maintopsearch{

    padding-top: 1em;
    padding-bottom: 0.9em;
}/*for legalpenguin home search*/
a.buttonbuy{background-color:#86A32D; padding: 5px 15px; color:#fff; font-size: 80%;border-radius: 5px;}
tr.firstrow{font-size: 150%;}
td{padding: 20px;}
.iconcolor{color:#86A32D;}
#order-summary{border: solid 1px #ccc; border-radius: 5px; }
.order-padding{padding: 10px 0;}
.term{padding: 10px; border-bottom: solid 1px #ccc;}
.summaryprice{padding: 10px;border-bottom: solid 1px #ccc;color:#86A32D; font-size: 120%; }
.ordertitle{background-color:#999999; font-weight: bold; padding: 10px; color: white;}
.summaryhelp{padding: 10px;}

#gform_page_4_1{color:#003366;}
.gform_page_4_1{color:#003355;}
.square1{border: solid 5px #003366; padding: 20px;}

.gform_wrapper  .gfield_radio li {display: inline-block; margin-left: 10px; padding-left: 10px;}
.gform_wrapper  .gfield_radio li{margin: 20px; padding: 20px;}
ul .gfield_radio li label{margin: 20px; padding: 20px;}
.header-image{  background: url(images/bluebg2.png) repeat 0 0;
    -webkit-animation: movebg 35s linear infinite;
    padding-bottom: 7em;
    padding-top: 100px; border-top: solid 1px #fff;

}
.header-image h1 {
    color: white;
    font-weight: 100;
    font-size: 4em;
    margin-bottom: 0;}
.header-image h2 {
    font-size: 1.21875em;
    margin-top: .5em;
    margin-bottom: 2em;
    line-height: 1.5;
    color: white;
}
.size{font-size: 4em;}
.white{color: white;}
.red{color:red;}
.eventh2{font-size: 1.2rem;}
.eventh3{font-size: 1rem;}
.fonticon{font-size: 90%;}
.ninety{font-size:80%;}
.topborder{border-top:solid 1px #ccc;}
a.headerright2{color:#003366;font-size:0.6em;margin-left:10px;background-color:white;border:solid 1px white;padding:5px 10px;border-radius:3px;font-weight:700;font-family: pp-sans-big-light,Helvetica Neue,Arial,sans-serif;}
a.headerright1{color:white;font-size:0.6em;border:solid 1px white;padding:5px 10px;border-radius:3px;font-weight:700;margin-top:30px;font-family: pp-sans-big-light,Helvetica Neue,Arial,sans-serif;}
.top-bar-section {left:-0.9em !important;}
.site-branding {
    padding-top:1em;}
h2.site-description{line-height:0.6em;}
.headerrightall{padding-top:4px;}