@charset "utf-8"; /*-- Reset --*/
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
    border: 0;
    margin: 0;
    padding: 0;
}

/*@import url("https://fonts.googleapis.com/css?family=Lato"); */
.cf:after {
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
    content: ".";
}
.cf {
    display: block;
}
html[xmlns] .cf {
    display: block;
}
* html .cf {
    height: 1%;
} /*-- Form --*/

#hit .tr-info i img {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    align-items: center;
    height: 70%;
    margin-left: 5px;
    margin-top: 5px;
}
#main {
    display: block;
    width: 960px;
    margin: 0 auto;
    padding: 20px 0;
} /*-- Homepage --*/
.blue-block {
    position: relative;
}
.blue-top {
    padding: 0px 30px 30px 30px;
    background: #fff;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.blue-top h2 {
    margin-bottom: 10px;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    z-index: 10;
}
.blue-top h2 i {
    color: #91d7ff;
}

.blue-btm {
    padding: 25px 30px 30px 30px;
    background: #e9f0fa;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.blue-btm h4 {
    margin-bottom: 18px;
    padding-bottom: 16px;
    color: #fff;
    font-size: 28px;
    line-height: 30px;
    background: url(../img/bg_white25.png) 0 bottom repeat-x;
    position: relative;
    z-index: 10;
}

.mshots {
    float: left;
    width: 435px;
    padding-top: 5px;
    overflow: hidden;
}
.mshots ul {
    display: block;
    width: 100000px;
}
.mshots li {
    display: block;
    float: left;
    margin-left: 6px;
}
.mshots li:first-child {
    margin-left: 0;
}
.mshots img {
    display: block;
}

 /*-- Teaser --*/
.teaser-block {
    display: block;
    margin-top: 25px;
}
.incs-list {
    display: block;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}
.incs-list ul {
    display: inline-block;
}
.incs-list ul li {
    display: block;
    float: left;
    width: 33.333%;
    margin-top: 6px;
    padding: 0 0px 5px 28px;
    color: #555;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
a.btn-big {
    display: inline-block;
    height: 60px;
    padding: 0 40px;
    color: #fff; /* font-family:'PT Sans Narrow', Arial, Helvetica, sans-serif;*/
    /*font-family: "latolight", Arial, Helvetica, sans-serif;*/
    line-height: 60px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #00cc99;
    border-radius: 0px !important;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    font-size: 20px;
    font-weight: normal;
}
a.btn-big:hover {
    background-color: #00cc99;
}
.tr-header {
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    padding: 16px 20px;
    position: relative;
    text-align: center;
}
.tr-header h2 {
    color: #3a4757;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
}
.tr-header h2 i {
    color: #2766ab;
    white-space: nowrap;
}
.tr-header h2 span {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    vertical-align: top;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.status-icn-checkmark {
    /*background-image: url(../img/tr_icn_checkmark.png);*/
}
.tr-body {
    padding: 30px 29px 29px 29px;
    background: #fff;
    border: 1px solid #c6d4de;
    border-top: none;
    -webkit-border-bottom-right-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -moz-border-radius-bottomright: 7px;
    -moz-border-radius-bottomleft: 7px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
}
.tr-content {
    display: block;
}

.tr-info {
    display: block;
    float: right;
    width: 380px;
}
.tr-info li {
    display: block;
    margin-top: 10px;
    padding: 12px 0 12px 55px;
    color: #333;
    font-size: 15px;
    line-height: 16px;
    position: relative;
}
.tr-info li:first-child {
    margin-top: 0;
}
.tr-info li span {
    color: #0489b1;
}
.tr-info li i {
    display: block;
    width: 40px;
    height: 40px;
    /*background: url('/wp-content/themes/countylinkwp/images/mainicon.png') 0 0 no-repeat;*/
    position: absolute !important;
    left: 0;
    top: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    /*border: 1px solid #58abed;*/
}
.tr-info li.li-01 i {
    background-position: 0 0;
}
.tr-info li.li-02 i {
    background-position: 0 -40px;
}
.tr-info li.li-03 i {
    background-position: 0 -80px;
}
.tr-info li.li-04 i {
    background-position: 0 -120px;
}
.tr-info li.li-05 i {
    background-position: 0 -160px;
}
.tr-info li.li-06 i {
    background-position: 0 -200px;
}
.tr-btn {
    display: block;
    margin-top: 29px;
}
.tr-btn a.btn-big {
    display: block;
    width: 100%;
    padding: 0;
    font-weight: 700;
}
.tr-incs {
    display: block;
    margin-top: 30px;
    padding: 25px 0 0 0;
    border-top: 1px solid #c6d4de;
}
.tr-incs h3 {
    color: #374c61;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}
.folder {
    float: left;
    width: 490px;
    margin: 0 auto;
}
.fl-title span {
    display: block;
    float: left;
    max-width: 400px;
    padding: 9px 0 1px 32px;
    color: #fff; /* font-family:'PT Sans Narrow', Arial, Helvetica, sans-serif;*/
    /*font-family: "latolight", Arial, Helvetica, sans-serif;*/
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
}
.fl-title span:before {
    display: block;
    content: ".";
    width: 42px;
    height: 30px;
    text-indent: -999em;
    position: absolute;
    top: 0;
    right: -42px;
}
.fl-id {
    padding: 10px 10px 0 10px;
    color: #0489b1; /* font-family:'PT Sans Narrow', Arial, Helvetica, sans-serif;*/
    /*font-family: "latolight", Arial, Helvetica, sans-serif;*/
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    background: #58abed;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    margin: 0 10px;
}
.fl-title.cf {
    margin: 0 10px;
}
.fl-id span {
    display: block;
    padding: 7px 12px 13px 12px;
    background: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.fl-id i {
    color: #5a6372;
    font-style: normal;
}
.fl-container {
    min-height: 250px;
    margin-top: -5px;
    padding: 8px 15px;
    background: #d8e3ec;
    position: relative;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.fl-photo {
    display: block;
    width: 140px;
    height: 142px;
    /*background: url(../img/folder_photo-1.png) 0 0 no-repeat;*/
    position: absolute;
    top: 7px;
    left: 10px;
}
a.fl-btn-download {
    display: block;
    width: 120px;
    padding: 50px 10px 10px 10px;
    color: #fff; /* font-family:'PT Sans Narrow', Arial, Helvetica, sans-serif;*/
    /*font-family: "latolight", Arial, Helvetica, sans-serif;*/
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    position: absolute;
    left: 20px;
    bottom: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
} /* a.fl-btn-download:hover, a.fl-btn-download:focus, a.fl-btn-download:active {background-color:#04B45F;} */
.fl-report {
    display: block;
    float: right;
    width: 320px;
    color: #5a6372; /* font-family:'PT Sans Narrow', Arial, Helvetica, sans-serif;*/
    /*font-family: "latolight", Arial, Helvetica, sans-serif;*/
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    position: relative;
}
.fl-report li {
    display: block;
    float: left;
    width: 150px;
    margin: 3px 5px;
    padding: 0 0 56px 0;
    max-height: 77px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #444;
}
.fl-report li img {
    width: 130px;
    height: 60px;
}
.fl-footer {
    padding: 6px 10px;
    color: #5a6372; /* font-family:'PT Sans Narrow', Arial, Helvetica, sans-serif;*/
    /*font-family: "latolight", Arial, Helvetica, sans-serif;*/
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    background: #d8e2ee;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
} /*-- FOOTER --*/
 /********************by raj************************/
.progressbarr {
    display: block;
    height: 41px;
    margin: 12px auto 19px;
    position: relative;
    width: 594px;
    border: 1px solid #bbb;
}
.progressbarr1 {
    display: block;
    height: 42px;
    margin: 8px auto 37px;
    position: relative;
    width: 598px;
    border: 1px solid #bbb;
}
.progressbarr1 > .bar,
.progressbarr1 > .label,
.progressbarr1 > .label span::before {
    background-color: #337ab7;
    border: 1px solid #337ab7;
}
.progressbarr > .bar,
.progressbarr > .label,
.progressbarr > .label span::before {
    background-color: #5cb85c;
    /*border: 1px solid #5cb85c;*/
}
.bar {
    position: absolute;
    display: block;
    width: 0px;
    height: 13px;
    top: 12px;
    left: 22px;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
    background-size: 40px 40px;
    background-color: #5cb85c;
    border-radius: 16px;
    overflow: hidden;
}
.bar.color2 {
    background: rgb(229, 195, 25);
    background: -moz-linear-gradient(top, rgba(229, 195, 25, 1) 0%, rgba(168, 140, 0, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(229, 195, 25, 1)), color-stop(100%, rgba(168, 140, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(229, 195, 25, 1) 0%, rgba(168, 140, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(229, 195, 25, 1) 0%, rgba(168, 140, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(229, 195, 25, 1) 0%, rgba(168, 140, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(229, 195, 25, 1) 0%, rgba(168, 140, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5c319', endColorstr='#a88c00',GradientType=0 );
    -webkit-box-shadow: 0px 0px 12px 0px rgba(229, 195, 25, 1), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.45), inset 1px 0px 0px 0px rgba(255, 255, 255, 0.25), inset -1px 0px 0px 0px rgba(255, 255, 255, 0.25);
    box-shadow: 0px 0px 12px 0px rgba(229, 195, 25, 1), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.45), inset 1px 0px 0px 0px rgba(255, 255, 255, 0.25), inset -1px 0px 0px 0px rgba(255, 255, 255, 0.25);
}
.bar span {
    position: absolute;
    display: block;
    width: 100%;
    height: 64px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    top: 0;
    left: 0;
}
.label {
    position: absolute;
    display: block;
    width: 40px;
    height: 25px;
    line-height: 25px;
    top: 38px;
    left: 0px;
    font-weight: bold;
    font-size: 11px;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}
.label span {
    position: absolute;
    display: block;
    width: 12px;
    height: 9px;
    top: -9px;
    left: 14px;
    background: transparent;
    overflow: hidden;
}
.label span:before {
    position: absolute;
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    top: 4px;
    left: 2px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    background: rgb(86, 86, 86);
    box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.15);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
@-webkit-keyframes sparkle {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 0 -64px;
    }
}
@-moz-keyframes sparkle {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 0 -64px;
    }
}
@-o-keyframes sparkle {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 0 -64px;
    }
}
@keyframes sparkle {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 0 -64px;
    }
}
.statelogochange img {
    width: 100%;
}
.fl-report.cf span {
    border-bottom: 1px solid #dddddd;
    display: block;
    padding: 0 0 2px;
    font-size: 12px;
}
.fl-report.cf li{
	margin-bottom:7px !important;
}
.blue-block {
    margin-top: 15px;
}

body{
	overflow-x: hidden;
}
/*.btn-continue, .p_j_results{
	background-color: #00cc99 !important;
    color: #fff !important;
    padding: 6px 4px !important;
    text-decoration: none !important;
}
.fl-id_mobile{
	display:none;
}*/