section[data-cattype="610"]{
    
}


[data-cattype="610"] {
    background-size: cover !important;
}

[data-cattype="610"] h2.section-title{
    color: #041122;
    margin-bottom: 10px;
    text-align: left;
}

[data-cattype="610"] .panel-group{
    margin-bottom: 0;
}

[data-cattype="610"] .panel-group .panel-default > .panel-heading .panel-title > a:hover{
    color: #46cb4d;
}

[data-cattype="610"] .panel-group .panel-default.active > .panel-heading .panel-title > a{
    background: #46cb4d;
}

[data-cattype="610"] .panel-group .panel-default.active > .panel-heading .panel-title > a:hover{
    color: #0065b3;
}

[data-cattype="610"] .panel-group .panel-default.active > .panel-heading .panel-title > a::before{
    content: "\f068";
}

[data-cattype="610"] .panel-group .panel-default > .panel-heading .panel-title > a::before{
    content: "\f067";
}

[data-cattype="610"] .panel-heading{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #0065b3;
}

[data-cattype="610"] .panel-group .panel-heading .panel-title a{
    color: #fff;
}

/* Typical laptop screen size*/
@media (max-width: 1400px) {
	
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 980px) {
	
}

/* Mobile screen size - landscape view */
@media (max-width: 767px) {
   
}

/* Mobile screen size */
@media (max-width: 480px) {
      
}