/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


.case-study-inner > .modal-text > .cm-block-buttons > .cm-block-button > a {
  background-color: #1B365D;
  color: #ffffff !important;
  border-color: none;
}

.case-study-inner > .modal-text > .cm-block-buttons > .cm-block-button > a:hover {
  background-color: #1B365D !important;
  color: #ffffff !important;
  border-color: none;
}


//Due to non uniform max height and max width values for each specialisation image, these must adjusted individually.
//Note: Setting this through the regilar settings for the page.
//.hhs-img-gallery-grid-mod > .container-fluid > .row > .hhs-img-gallery-card:first > a > img {
//  max-height: 120px !important;
//  max-width: 200px !important;
//}