/*
	Theme Name: Insmed Consent Form
	Theme URI: http://syneosdev.co.uk
	Description: Insmed Consent Form
	Version: 1.0.0
	Author: Lee Marshall
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

* {
	overflow-wrap: break-word;
}



/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
	margin: 0;
	padding: 0;
}

:root {
  --text-color: #000000;
  --primary-color: #440099;
}

/* html element 62.5% font-size for REM use */
html, body {
	height: 100%;
	/* min-height: 100%; */
}
html {
	font-size:62.5%;
	background-color: #FFFFFF;
    position: relative;
}
body {
    font-family: 'sofia-pro-variable', sans-serif;
    font-size: 25px;
    line-height: 1.4;
    font-weight: 300;
	color:#000000;
    text-align: left;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.main {
    flex: 1;
}

h1,h2 {
	margin: 0;
	padding: 0;
}

h1 {
    font-family: 'kazimir', sans-serif;
	font-size: 36px;
	line-height: 1.1;
	font-weight: 400;
    text-align: center;
	color: var(--primary-color);
	margin-bottom: 40px;
}

h2 {
    font-family: 'kazimir', sans-serif;
	font-size: 24px;
	line-height: 1.1;
	font-weight: 400;
    text-align: center;
	color: var(--primary-color);
	margin-bottom: 30px;
}

p {
    font-family: 'sofia-pro-variable', sans-serif;
    font-size: 25px;
    line-height: 1.4;
    font-weight: 300;
	color:#000000;
    text-align: left;
    margin-bottom: 20px;
}

/*UNORDERED LIST*/
ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px 0px 20px 0px;
  font-family: 'sofia-pro-variable', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #000000;
}
ul li {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 10 10' style='enable-background:new 0 0 10 10;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23000000;%7D%0A%3C/style%3E%3Ccircle class='st0' cx='3' cy='5' r='3'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 0px 9px; 
  padding-left: 20px;
  margin-bottom: 5px;
}

/*ORDERED LIST*/
ol {
    font-family: 'sofia-pro-variable', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    list-style: none;
    counter-reset: item;
    padding-left: 0;
    margin-left: 0;
}

ol li {
  counter-increment: item;
  position: relative;
  padding-left: 2em; /* Adjust this value based on your needs */
}

ol li::before {
  content: counter(item) ".";
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}


html[dir="rtl"] ul li {
    /* background-image: none !important; */
  background-position: right 9px;
  padding-left: 0px !important;
  padding-right: 20px;
}





.uppercase { 
    text-transform: uppercase;
}
.text-center {
	text-align: center !important;
}
sub, sup {
	vertical-align: baseline;
	position: relative;
	font-size: 60%;
}
sub {
	bottom: -0.6em;
}
sup {
	top: -0.6em
}
.smlsup {
	font-size: 60%;
	top: -0.5em
}

img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}


/*------------------------------------------------------------------*/
/*LINKS*/
/*------------------------------------------------------------------*/
a:link    {font-family: 'sofia-pro-variable', sans-serif; color:#000000; background-color:transparent; text-decoration:underline; transition: color 0.2s;}
a:visited {font-family: 'sofia-pro-variable', sans-serif; color:#000000; background-color:transparent; text-decoration:underline; transition: color 0.2s;}
a:hover   {font-family: 'sofia-pro-variable', sans-serif; color:#666666; background-color:transparent; text-decoration:underline; transition: color 0.2s;}
a:active  {font-family: 'sofia-pro-variable', sans-serif; color:#000000; background-color:transparent; text-decoration:underline; transition: color 0.2s;}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}

.no-pad {
    padding: 0 !important;
}


/* ========================================================== 
CONTENT =====================================================
========================================================== */

.site-wrapper {
    width: 100%;
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
}

.main {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    padding: 0;
    /* background-color: #999999; */
}

.page-container {
    width: 100%;
    max-width: 1440px;
    background-color: #FFFFFF;
}

.content-block {
    width: 100%;
    padding: 20px 50px 25px 50px;
}

.title h1 {
    margin: 0;
}




/* ========================================================== 
HEADER ======================================================
========================================================== */

.header {
    width: 100%;
    /* background-color: #FFFFFF; */
    /* position: absolute;
    top: 0; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* padding: 10px 20px; */
    z-index: 1000;
}

.header-content {
    width: 100%;
    min-height: 90px;
    max-width: 1440px;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    justify-content: flex-end;
    background-color: #FFFFFF;
}

.header-content h1 {
    margin: 0;
}

.header-content .logo {
    width: 120px;
}


/* ========================================================== 
FOOTER ======================================================
========================================================== */

.footer {
    width: 100%;
    position: relative;
    padding: 0px;
    z-index: 1000;
}

.footer-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-content {
    width: 100%;
    max-width: 1440px;
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.footer-content p {
    font-size: 14px;
    font-weight: 800;
    color: #000000;
    text-align: center;
    margin: 0;
}


/* ========================================================== 
HOME PAGE  ==================================================
========================================================== */



/* ========================================================== 
CONFIRMATION  ===============================================
========================================================== */

.confirmation {
    display: flex;
    justify-content: center;
    align-items: center;
}

a.cta-btn {
    display: flex;
    width: 140px;
    height: 56px;
    padding: 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background-color: #440099;
    text-decoration: none;
    color: #FFFFFF;
    font-family: 'sofia-pro-variable', sans-serif;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    cursor: pointer;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

a.cta-btn:hover {
    background-color: #000;

}




/*------------------------------------------------------------------*/
/*TEMPLATE COMPONENTS*/
/*------------------------------------------------------------------*/

.pdtop0 { padding-top: 0px !important; }
.pdtop20 { padding-top: 20px !important; }
.pdtop30 { padding-top: 30px !important; }
.pdtop40 { padding-top: 40px !important; }
.pdtop50 { padding-top: 50px !important; }
.pdtop60 { padding-top: 60px !important; }
.pdtop70 { padding-top: 70px !important; }
.pdtop80 { padding-top: 80px !important; }
.pdtop90 { padding-top: 90px !important; }
.pdtop100 { padding-top: 100px !important; }
.pdtop120 { padding-top: 120px !important; }
.pdtop150 { padding-top: 150px !important; }

.pdbtm0 { padding-bottom: 0px !important; }
.pdbtm20 { padding-bottom: 20px !important; }
.pdbtm30 { padding-bottom: 30px !important; }
.pdbtm40 { padding-bottom: 40px !important; }
.pdbtm50 { padding-bottom: 50px !important; }
.pdbtm60 { padding-bottom: 60px !important; }
.pdbtm70 { padding-bottom: 70px !important; }
.pdbtm80 { padding-bottom: 80px !important; }
.pdbtm90 { padding-bottom: 90px !important; }
.pdbtm100 { padding-bottom: 100px !important; }
.pdbtm120 { padding-bottom: 120px !important; }

.mgtop0 { margin-top: 0px !important; }
.mgtop20 { margin-top: 20px !important; }
.mgtop30 { margin-top: 30px !important; }
.mgtop40 { margin-top: 40px !important; }
.mgtop50 { margin-top: 50px !important; }
.mgtop60 { margin-top: 60px !important; }
.mgtop70 { margin-top: 70px !important; }
.mgtop80 { margin-top: 80px !important; }
.mgtop90 { margin-top: 90px !important; }
.mgtop100 { margin-top: 100px !important; }
.mgtop120 { margin-top: 120px !important; }
.mgtop150 { margin-top: 150px !important; }

.mgbtm0 { margin-bottom: 0px !important; }
.mgbtm20 { margin-bottom: 20px !important; }
.mgbtm30 { margin-bottom: 30px !important; }
.mgbtm40 { margin-bottom: 40px !important; }
.mgbtm50 { margin-bottom: 50px !important; }
.mgbtm60 { margin-bottom: 60px !important; }
.mgbtm70 { margin-bottom: 70px !important; }
.mgbtm80 { margin-bottom: 80px !important; }
.mgbtm90 { margin-bottom: 90px !important; }
.mgbtm100 { margin-bottom: 100px !important; }
.mgbtm120 { margin-bottom: 120px !important; }

.col-wrap {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 0px;
}
.col90 {
    width: 88%;
}
.col80 {
    width: 78%;
}
.col70 {
    width: 68%;
}
.col60 {
    width: 58%;
}
.col40 {
    width: 38%;
}
.col30 {
    width: 28%;
}

.flex-centered {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}



/* ========================================================== 
ERROR TEMPLATE ==============================================
========================================================== */

.error-wrap {
    padding-top: 100px;
}

.error-wrap h1 {
    font-family: 'sofia-pro-variable', sans-serif;
	font-size: 56px;
	line-height: 1.1;
	font-weight: 600;
    text-align: center;
	color: #4F6282;
	margin-bottom: 40px;
    margin-top: 40px;
}

.error-wrap h2 {
	font-family: 'sofia-pro-variable', sans-serif;
	font-size: 36px;
	line-height: 1.2;
    font-weight: 700;
	color: #4F6282;
	margin-bottom: 20px;
    text-align: center;
}

.error-wrap p {
	font-family: 'sofia-pro-variable', sans-serif;
	font-size: 14px;
	line-height: 1.2;
    font-weight: 400;
	color: #4F6282;
	margin-bottom: 20px;
    text-align: left;
}









/* ----------------------- */
/* FORM */
/* ----------------------- */

.gform_validation_errors {
    margin-top: 20px !important;
}

body .gform_wrapper .gform_body .gfield {
    margin-bottom: 5px !important;
}

body .gform_wrapper .gform_body .gform_fields {
    row-gap: 15px !important;
}

body .gform_wrapper .gform_body .gfield {
    margin-bottom: 0;
}

body .gform_wrapper .gform_body .gfield label {
    font-family: 'sofia-pro-variable', sans-serif !important;
    font-weight: 700;
    font-size: 16px !important;
    line-height: 1.2;
    color: #000000;
}


body .gform_wrapper .gform_body .gfield input[type="text"],
body .gform_wrapper .gform_body .gfield input[type="email"],
body .gform_wrapper .gform_body .gfield input[type="tel"],
body .gform_wrapper .gform_body .gfield input[type="number"],
body .gform_wrapper .gform_body .gfield textarea,
body .gform_wrapper .gform_body .gfield select {
    font-size: 16px !important;
    border: 1px solid #C5B0DF;
    border-radius: 8px;
    padding: 26px;
    outline: none;
}

body .gform_wrapper .ginput_container_select select {
    font-size: 16px !important;
    color: #000000;
    background-color: #fff;
}

body .gform_wrapper .ginput_container_select select option {
    color: #000000;
}

body .gform_wrapper .ginput_container_select select {
    color: #000000;
    font-size: 16px !important;
    height: auto;
    line-height: 1.4;
    padding: 15px !important;
    overflow: visible;
}

body .gform_wrapper .gform_body .gfield legend.gfield_label {
    display: none;
}

body .gform_wrapper .gform_body .gfield .gfield_consent_label {
    font-weight: 400;
    padding-top: 5px;
}

body .gform_wrapper .gform_body .gfield .ginput_container_consent {
    width: 90%;
}

#input_1_5, #input_1_11 {
    background: #F3EFF9 !important;
}

#field_1_9 {
    text-align: left !important;
}

body .gform_wrapper .gform_body .gfield input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    width: 30px;
    height: 30px;
    border: 1px solid #C5B0DF;
    border-radius: 3px;
    background: #F3EFF9 !important;
    cursor: pointer;
}

body .gform_wrapper .gform_body .gfield input[type="checkbox"]:checked {
    background-color: #F3EFF9 !important;
    border-color: #C5B0DF;
}


.gform_wrapper.gform-theme--framework .gform_footer {
    display: flex;
    justify-content: center;
}

.gform_wrapper.gform-theme--framework input[type="submit"].gform_button {
    background: #440099 !important;
    border: none !important;
    border-radius: 8px !important;
    width: 140px !important;
    height: 56px !important;
    color: #fff !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 800 !important;
    line-height: normal !important;

}

.privacy {
    width: 100%;
    margin-bottom: 25px;
}

.privacy p {
    color: var(#000000);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}




/* ----------------------- */
/* Language selector */
/* ----------------------- */

.header-lang-selector {
    width: 50%;
    position:absolute;
    top: 0px;
    left: 0px;
    padding: 10px 20px;
}

.selector-content {
    width: 100%;
    max-width: 1440px;
    position: relative;
    display: flex;
}

.wpml-ls {
    width: auto;
    position: relative;
    z-index: 10000;
    background-color: #ffffff !important;      
}
.wpml-ls a {
    vertical-align: top !important;
    color: #440099 !important;
    text-decoration: none !important;
    border: none;    
}
.wpml-ls-legacy-list-vertical a span {
    vertical-align: top !important;
}
.wpml-ls a:hover {
    color: #000000 !important;
    border: none;    
}

.wpml-ls li {
    list-style: none;
    background-image: none;
    padding: 0;
    margin: 0;
}

















/* ----------------------- */
/* Responsive styles */
/* ----------------------- */
@media screen and (max-width:768px) {
    .col-wrap {
        display: block;
    }
    .col90 {
        width: 100%;
    }
    .col80 {
        width: 100%;
    }
    .col70 {
        width: 100%;
    }
    .col60 {
        width: 100%;
    }
    .col40 {
        width: 100%;
    }
    .col30 {
        width: 100%;
    }
}


/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* MEDIA QUERIES */
/* ---------------------------------------------- */
/* ---------------------------------------------- */

@media screen and (max-width: 1220px) {

    .adpt-br {
        display: none;
    }

}

@media screen and (max-width:1100px) {

    .header-content {
        align-items: flex-end;
    }

}
@media screen and (max-width:1024px) {

    h1 { font-size: 40px; }
    h2 { font-size: 32px; }
    p { font-size: 18px; }
    .content-block { padding: 0px 35px 35px 35px; }
    .footer-content { padding: 20px 35px 35px 35px; }
    .pdtop0 { padding-top: 0px !important; }
    .pdtop20 { padding-top: 10px !important; }
    .pdtop30 { padding-top: 15px !important; }
    .pdtop40 { padding-top: 20px !important; }
    .pdtop50 { padding-top: 25px !important; }
    .pdtop60 { padding-top: 30px !important; }
    .pdtop70 { padding-top: 35px !important; }
    .pdtop80 { padding-top: 40px !important; }
    .pdtop90 { padding-top: 45px !important; }
    .pdtop100 { padding-top: 50px !important; }
    .pdtop120 { padding-top: 60px !important; }
    .pdtop150 { padding-top: 75px !important; }
    .pdbtm0 { padding-bottom: 0px !important; }
    .pdbtm20 { padding-bottom: 10px !important; }
    .pdbtm30 { padding-bottom: 15px !important; }
    .pdbtm40 { padding-bottom: 20px !important; }
    .pdbtm50 { padding-bottom: 25px !important; }
    .pdbtm60 { padding-bottom: 30px !important; }
    .pdbtm70 { padding-bottom: 35px !important; }
    .pdbtm80 { padding-bottom: 40px !important; }
    .pdbtm90 { padding-bottom: 45px !important; }
    .pdbtm100 { padding-bottom: 50px !important; }
    .pdbtm120 { padding-bottom: 60px !important; }
    .mgtop0 { margin-top: 0px !important; }
    .mgtop20 { margin-top: 10px !important; }
    .mgtop30 { margin-top: 15px !important; }
    .mgtop40 { margin-top: 20px !important; }
    .mgtop50 { margin-top: 25px !important; }
    .mgtop60 { margin-top: 30px !important; }
    .mgtop70 { margin-top: 35px !important; }
    .mgtop80 { margin-top: 40px !important; }
    .mgtop90 { margin-top: 45px !important; }
    .mgtop100 { margin-top: 50px !important; }
    .mgtop120 { margin-top: 60px !important; }
    .mgtop150 { margin-top: 75px !important; }
    .mgbtm0 { margin-bottom: 0px !important; }
    .mgbtm20 { margin-bottom: 10px !important; }
    .mgbtm30 { margin-bottom: 15px !important; }
    .mgbtm40 { margin-bottom: 20px !important; }
    .mgbtm50 { margin-bottom: 25px !important; }
    .mgbtm60 { margin-bottom: 30px !important; }
    .mgbtm70 { margin-bottom: 35px !important; }
    .mgbtm80 { margin-bottom: 40px !important; }
    .mgbtm90 { margin-bottom: 45px !important; }
    .mgbtm100 { margin-bottom: 50px !important; }
    .mgbtm120 { margin-bottom: 60px !important; }

    body .gform_wrapper .gform_body .gfield .ginput_container_consent {
    width: 100%;
}

}

@media screen and (max-width:960px) {

    /*  */

}


@media screen and (max-width:768px) {

    /*  */

}

@media screen and (max-width:690px) {

    .logo {
        width: 150px;
        /* transform: scale(0.8); */
    }

    .header-lang-selector .wpml-ls ul > li ul, .footer-lang-selector .wpml-ls ul > li ul {
        flex-direction: column;   
    }

}

@media screen and (max-width:480px) {

    .header-cta-mobile { padding: 0px 20px; }
    .content-block { padding: 0px 20px 20px 20px; }
    .footer-content { padding: 20px 20px 20px 20px; }
    .footer .footer-bar { flex-direction: column; }

    .header-lang-selector {
        width: 100%;
    }

    .header-content {
        display: flex;
        justify-content: center;
        margin-top: 50px;
    }

    .header-content .logo {
        width: 60%;
    }

    h1 {
        font-size: 38px;
    }

}

@media screen and (max-width: 420px) {

    .logo { width: 100px; }
    .hero-content .content-block { padding: 20px; }
    .content-block { padding: 10px 20px 20px 20px; }

}