@media screen {
  @font-face {
  font-family:"Parisine Plus Std Clair";
  src:url("https://use.typekit.net/af/1b84ee/00000000000000003b9b28ee/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2");
    font-display:auto;
    font-style:normal;
    font-weight:400;
    font-display: swap;
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }

  @font-face {
    font-family:"Parisine Plus Std Clair Bold";
    src:url("https://use.typekit.net/af/087087/00000000000000003b9b2810/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2");
    font-display:auto;
    font-style:normal;
    font-weight:700;
    font-display: swap;
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;      
  }

  @font-face {
    font-family:"Parisine Plus Std";
    src:url("https://use.typekit.net/af/45f641/00000000000000003b9b28ed/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2");
    font-display:auto;
    font-style:normal;
    font-weight:400;
    font-display: swap;
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;  
  }

  @font-face {
    font-family:"Parisine Plus Std Bold";
    src:url("https://use.typekit.net/af/a5ae7d/00000000000000003b9b280f/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2");
    font-display:auto;
    font-style:normal;
    font-weight:700;
    font-display: swap;
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;  
  }
}

html {
  font-family: 'Parisine Plus Std', 'Open Sans', Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 400;
  letter-spacing: -.01px;
  box-sizing: border-box;  
}

*, *:before, *:after {
  box-sizing: inherit;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.space20 {
  margin-bottom: 20px;
}

.space40 {
  margin-bottom: 40px;
}

.space50 {
  margin-bottom: 50px;
}

body {
  min-width: 360px;
  background-color: #ffffff;
}

a:link {
  color: #eb6a1f;
  text-decoration: underline;
}

a:visited {
  color: #eb6a1f;
  text-decoration: underline;  
}

a:hover {
  color: #eb6a1f;
  text-decoration: underline;  
}

a:active {
  color: #eb6a1f;
  text-decoration: none;  
}

.wrapper {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto 0 auto;
  padding: 0 30px;
}

header {
  border-top: 10px solid #397156;
  margin-bottom: 60px;
}

header>div {
  background-repeat: repeat-x;
  display: table;
  width: 100%;
  padding: 32px 0 0 0;
  background-color: #4e9573;
}

header>div>div {
  position: relative;
}

.menu-toggle {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1000;
  display: none;
}

.close {
  display: none;
}

.menu-toggle img {
  height: 30px;
  width: 30px;
}

.logo img {
  width: 120px;
  height: 72px;
  margin-bottom: -22px;
}

.logo {
  display: inline-block;
  padding-right: 10px;
}

h1 {
  margin: 23px 0;
  font-family: 'Parisine Plus Std Bold', Arial;
  color: #333333;
  text-align: left;
  font-size: 36px;
  line-height: 40px;
  font-weight: bold;  
}

h2 {
  color: #333333;
  font-weight: bold;
  font-size: 30px;
  line-height: 34px;
  margin: 0;
  width: 100%;
}

h3 {
  color: #333333;
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
  margin: 0;
  width: 100%;
}

h5 {
  font-family: 'Parisine Plus Std Bold', Arial;
  color: #eb6a1f;  
  margin: 0;
  text-align: left;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;    
  text-transform: uppercase;
  margin-left: 15px;
}

p {
  font-family: 'Parisine Plus Std Clair', Arial;  
  color: #333333;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
}

.text-content {
  text-align: left;
  color: #333333;
}
.container-text {
  display: table;
  height: 100%;
  overflow: hidden;
  margin-left: 20%;
  margin-right: 20%;
}

.div-container-text {
  display: table-cell;
  vertical-align: middle;
}
.form-content {
  padding: 0;
}


/* MAIN HEADER IMAGE WITH OVERLAY */

#content-header {
  margin-bottom: 50px;
}

#content-header .image-space {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;  
  height: 320px;
  border-radius: 18px;
}

#content-header .content-text-wrapper {
  position: absolute; 
  bottom: -15px;
  left: 55px;  
  max-width: 370px;
  display: table;
}

#content-header .content-text-wrapper div {
  display: table-cell;
}

#content-header .content-text {
  background-color: #eb6a1f;  
  padding: 30px 30px;
  text-align: left;
}

#content-header .shadow-effect {
  width: 10px;
  border-left: 3px solid #da5a10;
}

#content-header .shadow-effect img {
  position: absolute;
  bottom: 0;
  width: 7px;
  height: 15px;
}

#content-header h2 {
  font-family: 'Parisine Plus Std Bold', Arial;
  color: #ffffff;
  margin: 0;
  text-align: left;
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
}

#content-header p {
  font-family: 'Parisine Plus Std Clair', Arial;
  font-size: 17px;
  line-height: 27px;
  text-align: left;
  color: #ffffff;
}


/* BUTTONS */

a:link.button, a:link.button:visited, a:link.button:active {
  display: inline-block;
  padding: 10px 35px;
  border-radius: 8px;
  text-decoration: none;
  margin-top: 5px;
}

a:link.b-white:hover {
  display: inline-block;
  padding: 10px 35px;
  border-radius: 8px;
  text-decoration: underline;
}

a:link.b-white {
  background-color: #ffffff;
  color: #333333;
}

a:link.b-green {
  background-color: #4e9573;
  color: #ffffff;
}

a:link.b-orange {
  background-color: #eb6a1f;
  color: #ffffff;
}

.button-div {
  padding: 10px 0 0 0;
}

button {
  color: #ffffff;
  border: none;
  background-color: #eb6a1f;
  font-weight: bold;
  padding: 10px 35px;
  border-radius: 8px;
  text-decoration: none;
  margin-top: 5px; 
}

button:hover {
  background-color: #eb6a1f;
  text-decoration: underline;
  color: #ffffff;
  cursor: pointer;
}

.button-div a {
  display: inline-block;
  border: none;
  color: #ffffff;
  background-color: #eb6a1f;
  font-weight: bold;
}

.button-div a:hover {
  background-color: #4e9573;
  border-color: #4e9573;
  color: #ffffff;
  cursor: pointer;
}

/* FOOTER STYLING */



footer {
  width: 100%;
  display: table;
  background-color: #4e9573;
  padding: 32px 25px;  
  color: #ffffff;
}

.footer-logo {
  width: 100%;
  padding-bottom: 10px;
  text-align: center;
}

.footer-logo a img {
  width: 100px;
  height: auto;
}

.socials a {
  display: table-cell;
}  

.socials a img {
  width: auto;
  height: 32px;
  margin-right: 16px;
}

#content-header {
  position: relative;
  max-width: 1000px;
}

/* MENU STYLING */

.menu {
  padding: 0;
  margin: 0 0 0 0;
  list-style-type: none;
  display: inline-block;  
  position: absolute;
  bottom: 0;
}

.menu li {
  float: left;
  margin-left: 20px;
  border-bottom: 3px solid #4e9573;
}

.menu li a:link, .menu li a:visited, .menu li a:hover, .menu li a:active {
  font-family: "Parisine Std Bold", Arial;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  display: block;
  padding-bottom: 11px;  
}

.menu li:hover {
  border-bottom: 3px solid #ffffff;
}


/* COLUMNS */

.form-left, .content-left {
  padding-right: 20px;
  display: inline-block;
  float: left;
  width: 50%;  
}

.form-right, .content-right {
  padding-left: 20px;
  display: inline-block;
  float: left;
  width: 50%;  
}


/* MAIN FORM LAYOUT */

.form-box h2 {
  font-size: 24px;
  line-height: 28px;
}

.form-inputs label, h4 {
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  font-weight: 400; 
  padding: 0 0 10px 0;
  margin: 0;
}

label {
  font-size: 16px;
  line-height: 16px;
  color: #000000;
  font-weight: 400;  
  margin: 25px 0 5px 0;
  display: block;
}

label span {
  color: #eb6a1f;
}

input[type=text], input[type=email], input[type=url], input[type=number], input[type=tel], input[type=date] {
  display: inline-block;
  border-radius: 8px;
  border: 1px solid #cccccc;
  height: 40px;
  padding: 6px 13px;
  margin: 0;
  width:100%;
  color: #333333;
  margin-top: 5px;
}

input:focus {
  outline: 1px solid #4e9573;
}

form .error {
  color: red;
}

#error-messages {
  margin-bottom: 10px;
}

#error-messages label {
  margin: 5px 0;
}


/*FOOTER CSS FROM MAIN SITE */

.menu-wrapper div {
  display: table-cell;
  vertical-align: top;
}

.socials img {
  width: 32px;
  height: 32px;
}

.socials-wrapper {float: right;}

.menu1 {width: 20%;}
.menu2 {width: 25%;}
.menu3 {width: 55%;}

.menu-title {
  padding-right: 20px;
}

.menu-title h2 {
  font-family: 'Parisine Plus Std Bold', Arial;  
  font-weight: 700;
  color: #ffffff;
  font-size: 18px;
  line-height: 18px;  
  margin-bottom: 15px;
}

.menu-footer li, .menu-footer {
    padding: 0 0 12px 0;
    margin: 0;
    font-size: 15px;
    line-height: 15px;
}

.menu-footer li {
    list-style-type: none;
}

.menu-footer > *, .menu-legal-links > * {
    display: inline-block;
    width: 100%;
}

.menu-footer .menu-link, .menu-legal-links .menu-link {
    display: block;
    height: 16px;
    padding-right: 1em;
    margin-bottom: 22px;
    font-size: 16px;
    text-decoration: none;
    line-height: 1;
    word-break: break-word;
    color: #ffffff;
}

.menu-footer {
  font-family: 'Parisine Plus Std', Arial;
  font-weight: 400;
}

.menu-footer a:link, .menu-title h2 a:link {
  color: #ffffff;
  text-decoration: none;
}

.menu-footer a:visited, .menu-title h2 a:visited {
  color: #ffffff;
  text-decoration: none;  
}

.menu-footer a:hover, .menu-title h2 a:hover {
  color: #ffffff;
  text-decoration: underline;  
}

.menu-footer a:active, , .menu-title h2 a:link {
  color: #ffffff;
  text-decoration: none;  
}

/* NICE LOOKING RADIOS AND CHECKBOXES */

/* Radio and checkbox split */

.radio-checks {
  display: block!important;
  width: 100%!important;
}

.container-wrapper {
  display: table;
  margin-top: 5px;
  margin-bottom: 20px;
}

.container-wrapper h4 {
  display: table-cell;
  vertical-align: top;
  padding-right: 20px;
  width: 260px;
  min-width: 220px;
  max-width: 260px;  
}

/* Radio button styling */
  /* The container */
  .container {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    text-align: right;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0 30px 10px 0;    
    width: 50px!important;
  }

  /* Hide the browser's default radio button */
  .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }

  /* Create a custom radio button */

  .container span {

  }

  .checkmark {
    position: absolute;
    left: 0;
    height: 30px;
    width: 30px;
    background-color: transparent;
    border-radius: 0;
    border: 3px solid #ffffff;
    outline: 1px solid #a1a1a1;    
  }

  .checkmark-round {
    border-radius: 50%;
  }

  /* On mouse-over, add a grey background color */
  .container:hover input ~ .checkmark {
    background-color: #397156;
  }

  /* When the radio button is checked, add a blue background */
  .container input:checked ~ .checkmark {
    background-color: #4e9573;
  }

  /* Create the indicator (the dot/circle - hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }

  /* Show the indicator (dot/circle) when checked */
  .container input:checked ~ .checkmark:after {
    display: block;
  }

  /* Style the indicator (dot/circle) */
  .container .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
  }


/* GENERAL RESPONSIVE BEHAVIOUR */

/* Wide Desktops */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {


  .form-left {
    display: block!important;
    width: 100%!important;
    padding-right: 0!important;
    padding-bottom: 0px;
  }

  .form-right {
    display: block!important;
    width: 100%!important;
    padding-left: 0!important;
    padding-bottom: 20px;
  }  

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

  .menu-toggle {
    display: block;
  }

  .menu {
    width: 100%;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #ffffff;
    border-top: 70px solid #585858;
  }

  .menu li.end {
    display: none!important;
  }

  .menu li {
    display: block;
    float: none;
    width: 100%;
    background-color: #ffffff;    
    border-bottom: 2px solid #e5e5e5;
    margin-left: 0;
  }

  .menu li:hover {
    display: block;
    float: none;
    width: 100%;   
    border-bottom: 2px solid #e5e5e5;
    background: #e5e5e5;
  }

  .menu li a:link {
    padding: 15px;     
    color: #333333;
    border-bottom: none;
  }  

  .menu li a:visited {
    color: #333333;
    border-bottom: none;
  }    

  .menu li a:hover {
    color: #333333;
    border-bottom: none;
  }  

  .menu li a:active {
    color: #333333;
    border-bottom: none;
  }  


  .container-wrapper h4 {
    display: table-cell;
    vertical-align: top;
    padding-right: 20px;
    width: 200px;
    min-width: 180px;
    max-width: 200px;  
  }

  .menu-title {
    display: block!important;
    width: 100%!important;
    padding-bottom: 20px;
  }  

  .socials-wrapper {
    float: left;
  }

  #content-header {
    height: auto;
    display: block;
  }

  #content-header .image-space {
    height: 200px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;    
  }    
  
  #content-header .content-text {
    padding: 25px;
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px;      
  }

  #content-header .content-text-wrapper {
    position: relative;
    left: 0;
    bottom: 0;
    max-width: 1000px;
  }

  #content-header .shadow-effect {
    display: none!important;
  }  

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

  .container-wrapper h4 {
    padding-right: 20px;
    width: 190px;
    min-width: 170px;
    max-width: 190px;  
  }

  .container {
    padding: 0 10px 10px 0;    
  }

 .menu-title {
    display: block!important;
    width: 100%!important;
    padding-bottom: 15px;
 }

 .socials-wrapper {
   float: none!important;
 }

}

.birthdate-text {
	margin-block-start: 0em;
}