/*CSS for cwic site*/


/* Style the tab - used in profile page  */
.tab {
    overflow: hidden;
    border-bottom: 4px solid #ccc;
    background-color: #f2f2f2;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    font-weight: bold;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content   // padding: 6px 12px;*/
.tabcontent {
    display: none;
     border-top: none;
}

/*Accordian Style*/
.accordionA {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    border-bottom: 4px solid #ccc;
    padding:15px 15px 0px 15px;
}

.accordionA:hover {
    background-color: #ddd; 
    
}

.activeA {
    background-color:  #ccc;
}

.accordionA:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.activeA:after {
    content: "\2212";
}

.panelA {
   // padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}


/*Blue left border*/

.cwic-title-left-border {
	border-left: 6px solid #84a8d8;
	padding-left: 16px;
}

/*Styling highchart title*/
.highcharts-title {
	font-family: 'factoria-book', sans-serif !important;
	font-weight:bold;
}


/* Style the tab in landscape summary page */
.tab {
    overflow: hidden;
    border-bottom: 4px solid #ccc;
    background-color: #f2f2f2;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    font-weight: bold;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
 //   padding: 6px 12px;
   // border: 1px solid #ccc;
    border-top: none;
   //  background-color: #ccc;
   // border: 4px solid #ccc;
}


/*Making the top row in front page 100% all the time*/
.fl-node-5af4ad6586b44 .fl-row-content {
    max-width: 100% !important;
}

/*Latest blog news - description fix */
.logo-desc-l, .logo-desc-m, .logo-desc-s  {
	display:none;
}


/*Very Large screen */
@media screen and (min-width: 1448px) {

.logo-desc-m, .logo-desc-s {
	display:none;
}

.logo-desc-l {
	display:inline-block;
}

}

/*Large screen*/

@media screen and (min-width:1257px) and (max-width:1599px) {
   .logo-desc-l, .logo-desc-s {
	display:none;
}

.logo-desc-m {
	display:inline-block;
}

}

@media screen and (min-width:990px) and (max-width:1256px) {
	.logo-desc-l, .logo-desc-m {
	display:none;

}

.logo-desc-s {
	display:inline-block;
}

}

/*Search Button color for CWIC*/

search-form input[type="submit"] {
    background: #4975af !important;
}


@media screen and (min-width:1207px) and (max-width:1257px) {
	
	#cnhp-nav-logo-div {
	border: none !important;
   }
}

/*hide cnhp home page in the menu item */
@media screen and (min-width:1258px) and (max-width:1400px) {
	#menu-item-64 {
		display: none;
	}
}


