/*
Theme Name: CouthouseDirect
*/
body{
	background:#a7a9ac;
	font-family:Verdana, Helvetica, Times, serif;
	color:#0c569a;
	font-size:12px;
	margin:0;
	padding:0;
}
a, a:visited {
	/*color:#0c569a;*/
	text-decoration:none;
}
a:hover, a:visited:hover {
	text-decoration:underline;
}
	
img {
	margin:0;
	padding:0;
	border:none;	
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.full{
	width:100%;
}

html, html > body, .outer-wrapper.display-flex-column {
	height: 100vh;
	min-height:fit-content;
}

.main-wrapper.display-flex {
	flex: auto;
	min-width:100%;
}
/******* Header **********/

.header-wrapper {
	background: #ffffff;
	padding: 0 7px;
	box-sizing: border-box;
}
.headerFS{
	width:960px;
	margin:0 auto;
}
.header-logo{
	padding:8px 0 20px 0;
}
.header-logo a.logo {
	float:left;
}
.header-signup{
	background:url("../images/newlook_2012/member-logon.jpg") no-repeat 0 0;
	width:206px;
	height:81px;
}
.header-signup ul{
	float: left;
    list-style: square outside none;
    padding: 35px 0 0 30px;
	font-size:10px;
	margin:0;
}
.header-signedin h5 {
	color: #069;
	font: bold 11px/15px Verdana, Arial, sans-serif;
	margin: -16px 0 0 53px;
	float: left;
	position: absolute;
}
.header-signedin
{
    background: #F1F2E1;
	width:206px;
	height:95px;
	top: 0;
	right: 0;
	background: transparent url(../imgs/i_logon-bot.gif) repeat-y left bottom;
	width: 200px;
}
.header-signedin ul{
	border-top: solid 1px #ccc;
	margin: 3px 8px;
	padding: 3px 6px;
	list-style: none;
	font-size:10px;
	margin:0;
}
.header-signedin ul li {
	padding-left: 13px;
	background: transparent url(../imgs/i_bullet_blue.gif) no-repeat left 5px;
}
#menu ul {
	background:#0C569A;
	margin:0;
	padding:0;
	float:left;
	width:100%;
	list-style:none;
}
#menu ul li {
	float:left;
	position:relative;
	z-index: 100;
}
#menu ul li a{
	display:block;
	border-bottom:1px solid #0C569A;
	border-right:1px solid #ffffff;
	color:#FFFFFF;
	padding: 5px 0 0;
	text-decoration:none;
	height:29px;
	overflow:hidden;
	line-height:25px;
	font-size: 11px;
	text-align:center;
}

#menu ul li.last a {
	border-right:none;
}

#menu ul li a:hover {
	text-decoration:none;
}

#menu ul li ul {
	display:none;
	background:#e1e9f6;
	position:absolute;
	top:35px;
	left:0;
	z-index:100;
	width:180px;
	padding:0;
	margin:0;
}
#menu ul li:hover ul.sub-menu li a
{
    color: #e1e9f6;
    border-bottom:1px solid #e1e9f6;
}
#menu ul li:hover ul.sub-menu li
{
    background-color: #0c569a;
}
#menu ul li ul.sub-menu li:hover {
	background-color: #e1e9f6;
}
#menu ul li ul.sub-menu li:hover a {
	color: #0c569a;
}
#menu ul li:hover, #menu ul li.active {
	background-color:#e1e9f6;
	border-color:#2c6da8;
}
#menu ul li:hover a, #menu ul li.active a {
	color:#0c569a;
}
#menu ul li:hover ul {
	display:block;
}
#menu ul li:hover ul li {
	width:100%;
	background-color:#e1e9f6;
	border-bottom:
}
#menu ul li:hover ul li a {
	float:none;
	display:block;
	background:transparent;
	padding:5px 0 0 18px;
	text-align:left;
}
#menu ul li:hover ul li a:hover {
	text-decoration:underline;
}

/******* Main **********/
.display-flex {
	display: flex;
	flex-wrap: wrap;
	width: fit-content;
}

.display-flex-column {
	display: flex;
	flex-direction: column;
	min-width: fit-content;
}

.display-flex .main-wrapper-center {
	margin: 0;
	/*display: flex;*/
	flex: 1;
	overflow-x: auto;
	height: fit-content;
}
body.wide .wide-content-nowrap .display-flex .main-wrapper-center {
	width: auto;
	overflow-x: visible;
}

.wide-content-nowrap .main-wrapper>.display-flex {
	flex-wrap: nowrap;
}

.main-wrapper > .display-flex {
	width: 100%;
	flex-wrap:nowrap;
}


.wide-content-nowrap.full,
.wide-content-nowrap .footer-wrapper.full {
	width: auto;
	width: initial;
	width: unset;
	min-width:100%
}

.wide-content-nowrap .headerFS {
	margin: 0 auto 0 25rem;
}

body.wide .display-flex .main,
body.wide .display-flex .main-inner
{
	flex: 1;
	width:unset;
}

.main-wrapper-center {
	width: 960px;
	background: #ffffff;
	margin: 0 auto;
}
.main{
	width:800px;
	background:#ffffff;
}
.main-inner{
	width:704px;
	background:#ffffff;
	padding:20px 16px 0px 20px;
}
.main-content, .main-lower{
	background: url('../images/newlook_2012/border-long-img.png') no-repeat 0 0 transparent;
}
.main-content h2{
	padding:10px 0;
	font-family:helvetica;
	font-size:27px;
	margin:0;
}
    .main-content h3 {
        padding: 10px 0;
        font-family: helvetica;
        font-size: 20px;
        margin: 0;
    }
.main-content span{
	color: #000000;
    /*display: block;*/
    font-size: 12px;
    font-weight: bold;
    padding: 5px 2px;;
}
.main-lower h2{
	padding:10px 0;
	font-family:helvetica;
	font-size:20px;
	margin:0;
}
.main-content p{
	padding:0 0 10px 0;
	line-height:15px;
	color:#000000;
	font-size:11px;
	font-weight:normal;
	margin:0;
}
.main-content p.welcome-text{
	padding:0 0 10px 0;
	line-height:15px;
	color:#000000;
	font-size:10px;
	margin:0;
}
.main-content p a.sign-up{
	font-size:12px;
	font-weight:bold;
}
.main-content-block{
	padding:20px 0;
}
.gis-mapping{
	width: 296px;
}
.gis-mapping-top, .search-by-top{
	background: url("../images/newlook_2012/box-border-top.png") no-repeat scroll 0 0 transparent;
    height: 7px;
    width: 298px;
}
.gis-mapping-middle{

}
.gis-mapping-middle h2{
	float: left;
    font-family: verdana;
    font-size: 15px;
    padding: 0 10px 0 36px;
    text-align: center;
    width: 98px;
	margin:0;
}
.gis-mapping-middle img{
	float:left;
}
.gis-mapping-bottom, .search-by-bottom{
	background: url("../images/newlook_2012/box-border-bottom.png") no-repeat scroll 0 0 transparent;
    height: 7px;
    width: 298px;
}
.search-by{
	width:296px;
	margin:0 80px 0 0;
	position:relative;
}
.search-by-middle{
    height:84px;
}
.search-by-middle img{
	float: left;
    left: 30px;
    position: absolute;
    top: -11px;
}
.search-by-middle label{
	float: left;
    margin: 13px 0 0 135px;
	font-family:arial;
	font-size:11px;
	color:#000000;
	font-weight:bold;	
}
.search-by-middle select{
	border: 1px solid #AEB0B2;
    clear: both;
    float: left;
    font-family: arial;
    font-size: 11px;
    margin: 5px 0 5px 135px;
    width: 150px;
}
.search-by-middle input.submit{
	background: none repeat scroll 0 0 #D9D6D6;
    border: 1px solid #D8D5D5;
    float: left;
    font-family: arial;
    font-size: 11px;
    font-weight: bold;
    margin: 0 0 12px 135px;
    padding: 1px 6px;
    height: 18px;
}
.main-lower{
	margin:20px 0;
}
.main-lower ul{
	list-style:none;
	margin:0;
	padding:0;
}
.main-lower ul li{
	background: url("../images/newlook_2012/bullet2.jpg") no-repeat scroll 0 4px transparent;
    float: left;
    padding: 0 0px 5px 15px;
    width: 125px;
}
.main-lower ul li a{
	font-family:verdana;
	font-size:10px;
	font-weight:bold;
	color:#000000;
}

/********** Sidebar *****/
.display-flex .sidebar {
	margin: 0;
}

.sidebar-inner {
	display: flex;
	align-items: flex-start;
}

.sidebar-blocks-wrapper {
	box-shadow: rgba(0,0,0,0.15) 2.95px -1.05px 2.6px;
	z-index: 1;
	padding: 1.5rem 1.5rem 1rem 0.5rem;
	background-color: white;
}

.sidebar .sidebar-block {
	background-color: #E2EFF7;
	border-radius: 3px;
	margin: 0 0.5rem 1rem;
	padding: 1rem 1rem 1.75rem;
	max-width: 16rem;
}

.sidebar .sidebar-block-list-item {
	padding: 0.1rem;
}

.sidebar-block-subheader, .sidebar-block-header {
	font-family: helvetica;
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	padding: 0.75rem 0;
}

.sidebar-block-subheader {
	color: #069;
}

a.sidebar-block-list-item-link {
	text-decoration: underline;
}

.sidebar-content-text {
	line-height: 1.75;
}

.toggle-sidebar-btn,
.toggle-sidebar-btn:focus,
.toggle-sidebar-btn:active {
	border: none;
	outline: none;
	padding-right: 2.5rem;
	width: 100%;
	text-align: right;
	background-color: #E2EFF7;
}

.sidebar-collapsed-js .sidebar-toggle .collapse-menu-lbl {
	display:none;
}
/*this code is to fie IE bug with overlaying sidebar over footer*/
.sidebar-inner.sidebar-expanded-js{
	min-height:1240px;
	min-width:unset;
}

/*end of the fix*/


.sidebar-toggle {
	background-color: #65C144;
	padding: 2.5rem 0.2rem;
	border-radius: 0 1.2rem 1.2rem 0;
	margin-top: 20rem;
	z-index: 2;
	font-size: 18px;
	font-weight: 900;
	text-align: right;
}


.sidebar-collapsed-js .sidebar-toggle {
	margin-top: 10rem;
}

.sidebar-collapsed-js .sidebar-blocks-wrapper{
	padding:0;
	box-shadow:none;
}

.sidebar-inner.sidebar-collapsed-js .sidebar-block {
	display: none;
	height: auto;
	width: auto;
}

.display-flex .sidebar {
	z-index: 1;
}

@supports (display: flex) {
	.display-flex .sidebar {
		display: flex;
	}

}

.sidebar-toggle img {
	height: 25px;
}


/******* Footer **********/
.footer-wrapper {
	background: #ffffff;
	align-self: flex-end;
	height: fit-content;
}

/*this code is to fix footer width bug in IE11 and FF */

.footer {
	min-width: 1400px;
	min-width: unset;
}

@media screen and (min--moz-device-pixel-ratio:0) {
	.footer {
		min-width: 1400px;
	}
}
/*end of the fix*/

.footer {
	background: #0c569a;
	display: flex;
	flex-direction: column;
	color: #ffffff;
	border-top: 1px solid #0c569a;
}
.footer-middle {
	background: #0c569a;
	color: #ffffff;
	display: inline-flex;
	padding: 1rem;
}
.footer-middle .footer-middle-block {
	display: inline-flex;
	flex-direction: column;
	flex:1;
}
.footer-middle .footer-middle-block-title {
	padding: 0 0 20px 0;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
}
.footer-middle .footer-middle-block-list-item {
	padding: 0 0 5px 0;
}

.footer-middle .footer-middle-block-list-item a {
	color: #ffffff;
}
.footer-middle .footer-middle-block-list-item.facebook a,
.footer-middle .footer-middle-block-list-item.twitter a,
.footer-middle .footer-middle-block-list-item.youtube a,
.footer-middle .footer-middle-block-list-item.linkedin a {
	margin: 0 0 0.5rem 0;
	display: block;
}

.footer-middle .footer-middle-block-list-item.facebook a {
	background: url("../images/newlook_2012/facebook.png") no-repeat scroll 0 0 transparent;
	height: 16px;
	width: 79px;
}

.footer-middle .footer-middle-block-list-item.twitter a {
	background: url("../images/newlook_2012/twitter.png") no-repeat scroll 0 0 transparent;
	height: 17px;
	width: 89px;
}

.footer-middle .footer-middle-block-list-item.youtube a {
	background: url("../images/newlook_2012/youtube.png") no-repeat scroll 0 0 transparent;
	height: 23px;
	width: 58px;
}

.footer-middle .footer-middle-block-list-item.linkedin a {
	background: url("../images/newlook_2012/linkedin.png") no-repeat scroll 0 0 transparent;
	height: 23px;
	width: 80px;
}
.footer-bottom{
	background:#0c569a;
	padding:12px;	
}
.footer-bottom p {
	color:#ffffff;
	margin:0;
	text-transform:uppercase;
	text-align:center;
	font-size:9px;
	font-family:Verdana;
	letter-spacing:-0.12em;
}
.footer-bottom-powered{
	background:#0c569a;
	padding:12px;
	width:936px;	
}
.footer-bottom-powered p {
	color:#ffffff;
	margin:0;
	text-transform:uppercase;
	font-size:9px;
	font-family:Verdana;
	letter-spacing:-0.12em;
	width:500px;
	float:left;
	margin-top:40px;
}
.footer-bottom-powered-logo {
	float:right; 
	margin-right:60px; 
	margin-bottom:10px;
	width:168px;
	height:75px;
	background: url("../images/newlook_2012/powered-by-chd.jpg");
}
/*** Wider Layout ***/
body.wide .main-wrapper-center {
	min-width:1016px;
}
body.wide .main {
	width:796px;
}
body.wide .main-inner {
	width:760px;
}
body.wide .main-content, body.wide .main-lower {
	background-image:url(../images/newlook_2012/border-long-img-wide.png);
}
body.wide .footer-bottom-powered {
	width:992px;
}
body.wide .footer-middle .block {
    margin: 0 96px 0 0;
}
body.wide .footer-middle .block.last {
	margin:0;
}
body.wide .footer-bottom p {
	letter-spacing:-0.09em;
}
body.wide .headerFS{
	width:1016px;
}

.video_camera
{
    width:16px;
    height:16px;
    border:0;
    float:right;
    margin-right:5px
}

.signUpButton
{
    background: url("../images/button_sign_up.png") no-repeat;
    width: 119px;
    height: 28px;
    cursor: pointer;
}

.signUpButtonTVPPlus
{
    background: url("../images/button_sign_up_tvp_plus.png") no-repeat;
    width: 119px;
    height: 28px;
    cursor: pointer;
}

.requestInfoButton
{
    background: url("../images/button_request_info.png") no-repeat;
    width: 119px;
    height: 29px;
    cursor: pointer;
}

.coverageButton
{
    background: url("../images/button_coverage.png") no-repeat;
    width: 62px;
    height: 28px;
    margin-left:8px;
    float: left; 
    cursor: pointer;
}

.signUpButton:hover
{
    background: url("../images/button_sign_up-hover.png") no-repeat;
}

.coverageButton:hover
{
    background: url("../images/button_coverage-hover.png") no-repeat;
}

.requestInfoButton:hover
{
    background: url("../images/button_request_info-hover.png") no-repeat;
}

.signUpButtonTVPPlus:hover
{
    background: url("../images/button_sign_up_tvp_plus-hover.png") no-repeat;
}

[data-tip] {
	position:relative;

}
[data-tip]:before {
	content:'';
	/* hides the tooltip when not hovered */
	display:none;
	content:'';
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #0c569a;	
	position:absolute;
	top:30px;
	left:35px;
	z-index:8;
	font-size:0;
	line-height:0;
	width:0;
	height:0;
}
[data-tip]:after {
	display:none;
	content:attr(data-tip);
	position:absolute;
	top:35px;
	left:0px;
	padding:5px 8px;
	background:#0c569a;
	color:#fff;
	z-index:9;
	font-size: 0.99em;
	height:18px;
	line-height:18px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	white-space:nowrap;
	word-wrap:normal;
}
[data-tip]:hover:before,
[data-tip]:hover:after {
	display:block;
}

.custom .e-in-wrap.e-box span.e-select {  
       background-color: #0c569a;  
       border-color: transparent;  
       box-shadow:none;  
       }  
.custom .e-in-wrap.e-box span.e-select .e-icon.e-arrow-sans-down{  
          color:#fff;  
          font-size:12px;
          top:3px;
          right:1px;
          position:relative;
       }
.popuppricingTable td.emptycolcell {
    border-right: hidden;
    border-left: hidden;
}
.popuppricingTable td.btncolcell {
    border-right: hidden;
    border-left: hidden;
    border-bottom: hidden;
}
.popuppricingTable {
    border-collapse: collapse;
    border: 2px solid black;
    width: 800px;
}

    .popuppricingTable td {
        padding: 12px;
        text-align: center;
    }
       
        .popuppricingTable td.planCell,
        .popuppricingTable td.noteCell {
            text-align: left;
        }

        .popuppricingTable td.noteCell {
            padding-left: 15px;
        }
        .popuppricingTable td.currentplanCell {
            border: hidden;
            border-right: black;
        }
       

    .popuppricingTable th.currentplanCell {
        border: hidden;
        background-color: #ffffff;
        border-right: black;
    }
    .popuppricingTable th {
        width: 100px;
        background-color: #0C569A;
        color: White;
        text-align: center;
        border-color: black;
    }

.disabled {
    color: #808080;
}

/** Button **/
.btn-light-blue {
	border: 1.5px #069 solid;
	background-color: #E2EFF7;
	color: #069;
	font-weight: bold;
}

.btn-light-blue:focus {
	outline: none;
}

.button {
	border-radius: 5px;
	padding: 0.5rem 1rem;
	border-radius: 5px;
	text-transform: uppercase;
}

a.button {
	margin-top: 1rem;
	display: inline-block;
	text-decoration: none;
}

a.button:hover {
	text-decoration: none;
}
