/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
/* Scss Document */
.sprocket-lists-arrows {
  display: none;
}
/* CSS fix for accordion widget toggle color */
.wk-accordion-default .toggler {
  color: #1E1E1E;
}
/* Start CSS fix for contact form bug */
.component-content .contact h1 {
  display: none;
}
.component-content .contact h3 {
  display: none;
}
/* End CSS fix for contact form bug */
/* hr white border */
hr.new1 {
  border-top: 1px solid white;
  color: #ffffff;
}
.outline-18 section#g-header {
  width: 100%;
  background-image: url('../../../../images/logos/cityscape-background-2500x580px.png');
  /* image */
  background-position: center;
  /* center the image */
  background-size: cover;
  /* cover the entire window */
  min-height: 500px;
}
.itemid-318 table, .itemid-318 tr, .itemid-318 td {
  border: medium none;
}
.itemid-363 h3 {
  display: none;
}
.buttonfp {
  display: inline-block;
  border-radius: 25px;
  background-color: #3d4587;
  border: none;
  color: #ffffff;
  text-align: center;
  font-size: 28px;
  padding: 20px;
  width: 250px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}
.buttonfp span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
.buttonfp span:after {
  content: "»";
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}
.buttonfp:hover span {
  padding-right: 25px;
}
.buttonfp:hover span:after {
  opacity: 1;
  right: 0;
}
.btnlapre {
  display: inline-block;
  border-radius: 4px;
  background-color: #000000;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 1rem;
  padding: 20px;
  width: 25%;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}
.btnlapre span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
.btnlapre span:after {
  content: "»";
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}
.btnlapre:hover span {
  padding-right: 25px;
}
.btnlapre:hover span:after {
  opacity: 1;
  right: 0;
}
.buttonlegal {
  display: inline-block;
  border-radius: 25px;
  background-color: #3d4587;
  border: none;
  color: #ffffff;
  text-align: center;
  font-size: 28px;
  padding: 20px;
  width: 200px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}
.buttonlegal span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
.buttonlegal span:after {
  content: "»";
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}
.buttonlegal:hover span {
  padding-right: 25px;
}
.buttonlegal:hover span:after {
  opacity: 1;
  right: 0;
}
.buttonfin {
  display: inline-block;
  border-radius: 25px;
  background-color: #589032;
  border: none;
  color: #ffffff;
  text-align: center;
  font-size: 1.5rem;
  padding: 20px;
  width: 20%;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}
.buttonfin span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
.buttonfin span:after {
  content: "»";
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}
.buttonfin:hover span {
  padding-right: 25px;
}
.buttonfin:hover span:after {
  opacity: 1;
  right: 0;
}
.buttongeneral {
  display: inline-block;
  border-radius: 25px;
  background-color: #ffffff;
  border: none;
  color: #2C2C2C;
  text-align: center;
  font-size: 1.25rem;
  padding: 20px;
  width: 20%;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}
.buttongeneral span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
.buttongeneral span:after {
  content: "»";
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}
.buttongeneral:hover span {
  padding-right: 25px;
}
.buttongeneral:hover span:after {
  opacity: 1;
  right: 0;
}
.btn3 {
  color: #0d82a8;
  border: 2px solid #0d82a8;
  background-color: transparent;
  background-image: none;
  border-radius: 25px;
  padding: 15px;
}
.btn3:hover {
  color: #0d82a8;
  border-color: none;
  background-color: #e7e7e7;
}
.btn2 {
  color: white;
  border: 2px solid white;
  background-color: transparent;
  background-image: none;
  border-radius: 25px;
  padding: 15px;
}
.btn2:hover {
  color: black;
  border-color: white;
  background-color: white;
}
.btn {
  color: #0d82a8;
  /* ewdd light blue */
  border: 2px solid #0d82a8;
  background-color: transparent;
  background-image: none;
  border-radius: 15px;
  padding: 10px;
}
.btn:hover {
  color: white;
  border-color: none;
  background-color: #0d82a8;
}
.btnblack {
  color: white;
  border: none;
  background-color: #2A2A2A;
  background-image: none;
  border-radius: 4px;
  padding: 20px;
}
.btnblack:hover {
  color: #F4D50A;
  /* lapreneur yellow */
  border-color: white;
  background-color: #2A2A2A;
}
#g-navigation .g-main-nav .g-dropdown {
  background-color: #f5f5f5;
}
#g-navigation .g-ida-nav:hover {
  color: #393939;
}
#g-mainbar {
  color: #252525;
}
#g-copyright {
  font-size: small;
}
#breadbkgd {
  background-color: #ffffff;
}
#g-extension {
  background-color: none;
}
body {
  color: #252525;
}
a:link {
  text-decoration: underline;
  color: #3344dd;
}
a:hover {
  text-decoration: underline;
  color: #bb1122;
}
a:visited {
  color: #3344dd;
}
h1 {
  color: 252525;
}
h2 {
  color: 252525;
}
th {
  display: table-cell;
  background-color: #256996;
}
.subtitle {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 500;
}
.subtitle2 {
  font-size: 2rem;
  line-height: 2;
  font-weight: 500;
  margin-bottom: 1%;
}
.img_caption {
  font-size: 90%;
}
.uk-scope .myclass.uk-grid {
  justify-content: center;
}
#wk-grid804.uk-grid {
  justify-content: center;
}
.visually-hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
/*# sourceMappingURL=custom_67.css.map */