
    @media (min-width: 768px) {
.module .container.module-active {
    opacity: 1;
    left: 0;
}

.module .container {
    position: relative;
    left: -200px;
    opacity: 0;
    transition: opacity 2s, left 2s;
}
}

    
.slick-prev:before,
.slick-next:before {
color: #2e3192 !important;
}
	
.hamburger-shell .top, .hamburger-shell .middle { background-color: #ffffff }
.hamburger-shell .menu-name { color: #ffffff }
#menu { background-color: #2e3192;  }
.header { background-color: #2e3192;  }
.header { border-bottom: 1px solid #2e3192;  }
.header a { color: #ffffff }
.navigation { color: #ffffff }
.footer { background-color: #2e3192;  }
.footer { color: #ffffff;  }
.footer a { color: #ffffff; text-decoration: none; }


h2 { color: #2e3192 }
h3 { color: #2e3192 }
body { color: #000000 }
a { color: #000000 }
.icon { color: #2e3192 }
.border { border-color: #2e3192 }
.module:nth-of-type(odd) { background-color: #ffffff }
.module:nth-of-type(even) { background-color: #f4f4f4 }

.module:nth-of-type(odd) .boxbg { background-color: #f4f4f4 }
.module:nth-of-type(even) .boxbg { background-color: #ffffff }

* { border-color: #2e3192 }
.module { border-color: #eee !important; }

.button {
 border-width: 2px 2px 2px 2px;
  border-style: solid;
  padding: 10px 15px;
  display: inline-block;
  text-decoration: none;
  margin-top: 1em;
  margin-bottom: 1em;
  border-radius: 0px;
  background-color: #2e3192;
  border-color: #2e3192; 
  color: #ffffff;
  transition: all 0.3s ease 0s;
}

.button:hover { 
  background-color: #2e3192;
  border-color: #2e3192; 
  color: #ffffff;
}

/* Gravity Forms buttons (Subscribe, Contact) use Setup button colours. */
.gform_wrapper input[type="submit"],
.gform_wrapper button[type="submit"],
.gform_wrapper .gform_button {
  border-width: 2px;
  border-style: solid;
  padding: 10px 15px;
  border-radius: 0px !important;
  background-color: #2e3192 !important;
  border-color: #2e3192 !important;
  color: #ffffff !important;
  transition: all 0.3s ease;
}
.gform_wrapper input[type="submit"]:hover,
.gform_wrapper button[type="submit"]:hover,
.gform_wrapper .gform_button:hover {
  background-color: #2e3192 !important;
  border-color: #2e3192 !important;
  color: #ffffff !important;
}

.header a:hover,
.header a:active,
.header a:focus
 {
  border-color : #ffffff !important;
}
	
.card {
  overflow: hidden;
}

.card {
  border-radius: 0px;
}

.card img {
  border-radius: 0px;
}

.home .site-content-contain {
  top: 0 !important;
}


/*
.header a,
.header.large,
.header.large #menu {
    z-index: -1;
}
*/

.home .header.large {
    height: 50px;
    
}

.home header.large {
    top: -50px;
    }
    