

@font-face {
    font-family: 'mabry-black-pro';
    src: url('../fonts/mabry-black-pro.eot');
    src: url('../fonts/mabry-black-pro.eot?#iefix') format('embedded-opentype'),
         url('../fonts/mabry-black-pro.woff2') format('woff2'),
         url('../fonts/mabry-black-pro.woff') format('woff'),
         url('../fonts/mabry-black-pro.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'mabry-black-italic-pro';
    src: url('../fonts/mabry-black-italic-pro.eot');
    src: url('../fonts/mabry-black-italic-pro.eot?#iefix') format('embedded-opentype'),
         url('../fonts/mabry-black-italic-pro.woff2') format('woff2'),
         url('../fonts/mabry-black-italic-pro.woff') format('woff'),
         url('../fonts/mabry-black-italic-pro.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'mabry-medium-italic-pro';
    src: url('../fonts/mabry-medium-italic-pro.eot');
    src: url('../fonts/mabry-medium-italic-pro.eot?#iefix') format('embedded-opentype'),
         url('../fonts/mabry-medium-italic-pro.woff2') format('woff2'),
         url('../fonts/mabry-medium-italic-pro.woff') format('woff'),
         url('../fonts/mabry-medium-italic-pro.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'mabry-medium-pro';
    src: url('../fonts/mabry-medium-pro.eot');
    src: url('../fonts/mabry-medium-pro.eot?#iefix') format('embedded-opentype'),
         url('../fonts/mabry-medium-pro.woff2') format('woff2'),
         url('../fonts/mabry-medium-pro.woff') format('woff'),
         url('../fonts/mabry-medium-pro.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}




body{
  font-family: 'mabry-medium-pro';
  background:  #E5E5E5;
  color: #000;
  font-size: 14px;
  display:none;
}




a{
  text-decoration: none;
  color: #000;
  cursor: pointer;
}

a:hover{
  color: #000;
  text-decoration: none;
}

button:focus {outline:0;}
 

h3{
font-size: 48px;
    line-height: 52px;
}


ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

button{
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
} 


:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}



::-ms-input-placeholder { /* Microsoft Edge */
  color: #000;
}  

b{

}

input{
  background: transparent;
  border: 0;
}

input:focus { 
  outline: none; 
  border-bottom: 1px solid;
}

#umbraco_form_c612bad1e5f04b5a8c7976435b5ef1a9 input:focus{
     border-bottom: 0px solid;
}

.ypoa{
    background:#fff;
        text-align: center;
    padding: 5% 25%;
}

.ypoa img{
        width: 300px;
    display: block;
    margin: 20px auto;
}

.pagination .prev img{
    transform: rotate(-180deg);
}

.container-padding{
    padding:50px 0;
}

.umbraco-forms-submitmessage{
    font-size:24px;
}

.recaptcha2 label{
    display:none;
}


  /* LOADER */
    .ml-form-embedSubmitLoad {
      display: inline-block;
      width: 20px;
      height: 20px;
    }

    .g-recaptcha {
    transform: scale(1);
    -webkit-transform: scale(1);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    height: ;
    }

    .sr-only {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0,0,0,0);
      border: 0;
    }

    .ml-form-embedSubmitLoad:after {
      content: " ";
      display: block;
      width: 11px;
      height: 11px;
      margin: 1px;
      border-radius: 50%;
      border: 4px solid #fff;
    border-color: #ffffff #ffffff #ffffff transparent;
    animation: ml-form-embedSubmitLoad 1.2s linear infinite;
    }
  
      #mlb2-501379.ml-form-embedContainer {
        box-sizing: border-box;
        display: table;
        margin: 0 auto;
        position: static;
        width: 100% !important;
      }
      #mlb2-501379.ml-form-embedContainer h4,
      #mlb2-501379.ml-form-embedContainer p,
      #mlb2-501379.ml-form-embedContainer span,
      #mlb2-501379.ml-form-embedContainer button {
        text-transform: none !important;
        letter-spacing: normal !important;
      }
      #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper {
        background-color: #ffffff;
        
        border-width: 0px;
        border-color: transparent;
        border-radius: 4px;
        border-style: solid;
        box-sizing: border-box;
        display: inline-block !important;
        margin: 0;
        padding: 0;
        position: relative;
              }
      #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper.embedPopup,
      #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper.embedDefault { width: 100%; }
      #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper.embedForm { max-width: 100%; width: 100%; }
      #mlb2-501379.ml-form-embedContainer .ml-form-align-left { text-align: left; }
      #mlb2-501379.ml-form-embedContainer .ml-form-align-center { text-align: center; }
      #mlb2-501379.ml-form-embedContainer .ml-form-align-default { display: table-cell !important; vertical-align: middle !important; text-align: center !important; }
      #mlb2-501379.ml-form-embedContainer .ml-form-align-right { text-align: right; }
      #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedHeader img {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        height: auto;
        margin: 0 auto !important;
        max-width: 100%;
        width: undefinedpx;
      }
      #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody,
      #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody {
         
      }
      #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal {
        padding-bottom: 0;
      }
      #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent,
      #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent {
        text-align: left;
        margin: 0 0 20px 0;
      }
      #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent h4,
      #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent h4 {
        color: #000000;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-size: 30px;
        font-weight: 400;
        margin: 0 0 10px 0;
        text-align: left;
        word-break: break-word;
      }
      #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p,
      #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p {
        color: #000000;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        margin: 0 0 10px 0;
        text-align: left;
      }
      #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ul,
      #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol,
      #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ul,
      #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol {
        color: #000000;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-size: 14px;
      }
      #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol ol,
      #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol ol {
        list-style-type: lower-alpha;
      }
      #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol ol ol,
      #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol ol ol {
        list-style-type: lower-roman;
      }
      #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p a,
      #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p a {
        color: #000000;
        text-decoration: underline;
      }

      #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-block-form .ml-field-group {
        text-align: left!important;
      }

      #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-block-form .ml-field-group label {
        margin-bottom: 5px;
        color: #333333;
        font-size: 14px;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-weight: bold; font-style: normal; text-decoration: none;;
        display: inline-block;
        line-height: 20px;
      }
      #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p:last-child,
      #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p:last-child {
        margin: 0;
      }
      #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody form {
        margin: 0;
        width: 100%;
      }
      #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent,
      #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow {
        margin: 0 0 20px 0;
        width: 100%;
      }
      #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow {
        float: left;
      }
      #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent.horozintalForm {
        margin: 0;
        padding: 0 0 20px 0;
        width: 100%;
        height: auto;
        float: left;
      }
      #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow {
        margin: 0 0 10px 0;
        width: 100%;
      }
      #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow.ml-last-item {
        margin: 0;
      }
      #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow.ml-formfieldHorizintal {
        margin: 0;
      }
      #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input {
        display: block;
    font-size: 18px;
    
    width: 100%;
    margin-bottom: 20px;
    padding: 2px 0;
    border:0;
    border-radius:0;
    border-bottom: 1px solid;
      }
      #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input::-webkit-input-placeholder,
      #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input::-webkit-input-placeholder { color: #333333; }

      #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input::-moz-placeholder,
      #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input::-moz-placeholder { color: #333333; }

      #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input:-ms-input-placeholder,
      #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input:-ms-input-placeholder { color: #333333; }

      #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input:-moz-placeholder,
      #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input:-moz-placeholder { color: #333333; }

      #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow textarea, #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow textarea {
        background-color: #ffffff !important;
        color: #333333 !important;
        border-color: #cccccc;
        border-radius: 4px !important;
        border-style: solid !important;
        border-width: 1px !important;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-size: 14px !important;
        height: auto;
        line-height: 21px !important;
        margin-bottom: 0;
        margin-top: 0;
        padding: 10px 10px !important;
        width: 100% !important;
        box-sizing: border-box !important;
        max-width: 100% !important;
      }

      #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label::before, #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label::before, #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::before, #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::before, #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before, #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before, #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before {
          border-color: #cccccc!important;
          background-color: #ffffff!important;
      }

      #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input.custom-control-input[type="checkbox"]{
        box-sizing: border-box;
        padding: 0;
        position: absolute;
        z-index: -1;
        opacity: 0;
        margin-top: 5px;
        margin-left: -1.5rem;
        overflow: visible;
      }

      #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::before, #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::before, #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before, #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before, #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before {
        border-radius: 4px!important;
      }


      #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type=checkbox]:checked~.label-description::after, #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox input[type=checkbox]:checked~.label-description::after, #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-input:checked~.custom-control-label::after, #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-input:checked~.custom-control-label::after, #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox input[type=checkbox]:checked~.label-description::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
      }

      #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input:checked~.custom-control-label::after, #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input:checked~.custom-control-label::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
      }

      #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input:checked~.custom-control-label::before, #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-input:checked~.custom-control-label::before, #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-input:checked~.custom-control-label::before, #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-input:checked~.custom-control-label::before, #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox input[type=checkbox]:checked~.label-description::before, #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox input[type=checkbox]:checked~.label-description::before, #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type=checkbox]:checked~.label-description::before  {
          border-color: #000000!important;
          background-color: #000000!important;
          color: #ffffff!important;
      }

      #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label::before, #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label::before, #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label::after, #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label::after, #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::before, #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::after, #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::before, #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::after {
           top: 2px;
           box-sizing: border-box;
      }

      #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before, #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::after, #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before, #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after {
           top: 0px!important;
           box-sizing: border-box!important;
      }

      #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before, #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after {
        top: 0px!important;
           box-sizing: border-box!important;
      }

       #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::after {
            top: 0px!important;
            box-sizing: border-box!important;
            position: absolute;
            left: -1.5rem;
            display: block;
            width: 1rem;
            height: 1rem;
            content: "";
       }

      #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before {
        top: 0px!important;
        box-sizing: border-box!important;
      }

      #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-control-label::before {
          position: absolute;
          top: 4px;
          left: -1.5rem;
          display: block;
          width: 16px;
          height: 16px;
          pointer-events: none;
          content: "";
          background-color: #ffffff;
          border: #adb5bd solid 1px;
          border-radius: 50%;
      }

      #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-control-label::after {
          position: absolute;
          top: 2px!important;
          left: -1.5rem;
          display: block;
          width: 1rem;
          height: 1rem;
          content: "";
      }

      #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before, #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before, #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before {
          position: absolute;
          top: 4px;
          left: -1.5rem;
          display: block;
          width: 16px;
          height: 16px;
          pointer-events: none;
          content: "";
          background-color: #ffffff;
          border: #adb5bd solid 1px;
          border-radius: 50%;
      }

      #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::after {
          position: absolute;
          top: 0px!important;
          left: -1.5rem;
          display: block;
          width: 1rem;
          height: 1rem;
          content: "";
      }

      #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after {
          position: absolute;
          top: 0px!important;
          left: -1.5rem;
          display: block;
          width: 1rem;
          height: 1rem;
          content: "";
      }

      #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-radio .custom-control-label::after {
          background: no-repeat 50%/50% 50%;
      }
      #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-checkbox .custom-control-label::after, #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::after, #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::after, #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after {
          background: no-repeat 50%/50% 50%;
      }

      #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-control, #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-control {
        position: relative;
        display: block;
        min-height: 1.5rem;
        padding-left: 1.5rem;
      }

      #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input, #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-input, #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-input, #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-input {
          position: absolute;
          z-index: -1;
          opacity: 0;
          box-sizing: border-box;
          padding: 0;
      }

      #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label, #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label, #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label, #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label {
          color: #000000;
          font-size: 12px!important;
          font-family: 'Open Sans', Arial, Helvetica, sans-serif;
          line-height: 22px;
          margin-bottom: 0;
          position: relative;
          vertical-align: top;
          font-style: normal;
          font-weight: 700;
      }

      #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-select, #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-select {
        background-color: #ffffff !important;
        color: #333333 !important;
        border-color: #cccccc;
        border-radius: 4px !important;
        border-style: solid !important;
        border-width: 1px !important;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-size: 14px !important;
        line-height: 20px !important;
        margin-bottom: 0;
        margin-top: 0;
        padding: 10px 28px 10px 12px !important;
        width: 100% !important;
        box-sizing: border-box !important;
        max-width: 100% !important;
        height: auto;
        display: inline-block;
        vertical-align: middle;
        background: url('https://cdn.mailerlite.com/images/default/dropdown.svg') no-repeat right .75rem center/8px 10px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
      }


      #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow {
        height: auto;
        width: 100%;
        float: left;
      }
      .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal { width: 70%; float: left; }
      .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-button-horizontal { width: 30%; float: left; }
      .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-button-horizontal.labelsOn { padding-top: 25px;  }
      .ml-form-formContent.horozintalForm .ml-form-horizontalRow .horizontal-fields { box-sizing: border-box; float: left; padding-right: 10px;  }
      #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input {
        background-color: #ffffff;
        color: #333333;
        border-color: #cccccc;
        border-radius: 4px;
        border-style: solid;
        border-width: 1px;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 0;
        margin-top: 0;
        padding: 10px 10px;
        width: 100%;
        box-sizing: border-box;
        overflow-y: initial;
      }
      #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button {
        background-color: #000000 !important;
        border-color: #000000;
        border-style: solid;
        border-width: 1px;
        border-radius: 4px;
        box-shadow: none;
        color: #ffffff !important;
        cursor: pointer;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-size: 14px !important;
        font-weight: 700;
        line-height: 20px;
        margin: 0 !important;
        padding: 10px !important;
        width: 100%;
        height: auto;
      }
      #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button:hover {
        background-color: #333333 !important;
        border-color: #333333 !important;
      }
      #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type="checkbox"] {
        box-sizing: border-box;
        padding: 0;
        position: absolute;
        z-index: -1;
        opacity: 0;
        margin-top: 5px;
        margin-left: -1.5rem;
        overflow: visible;
      }
      
      .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0rem rgb(0 123 255 / 25%);
}
      #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description {
        color: #000000;
        display: block;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-size: 12px;
        text-align: left;
        margin-bottom: 0;
        position: relative;
        vertical-align: top;
      }
      #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label {
        font-weight: normal;
        margin: 0;
        padding: 0;
        position: relative;
        display: block;
        min-height: 24px;
        padding-left: 24px;

      }
      #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label a {
        color: #000000;
        text-decoration: underline;
      }
      #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label p {
        color: #000000 !important;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
        font-size: 12px !important;
        font-weight: normal !important;
        line-height: 18px !important;
        padding: 0 !important;
        margin: 0 5px 0 0 !important;
      }
      #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label p:last-child {
        margin: 0;
      }
      #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit {
        margin: 0 0 20px 0;
        float: left;
        width: 100%;
      }
      #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button {
        background: #000;
    color: #fff;
    border: 0;
    padding: 10px;
    margin-top: 20px;
    font-size: 24px;
    padding-top: 5px;
    width:100%;
    border-radius:3px;
      }
      #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button.loading {
        display: none;
        left: 0;
    bottom: 20px;
      }
      #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button:hover {
        background-color: #333333 !important;
      }
      .ml-subscribe-close {
        width: 30px;
        height: 30px;
        background: url('https://cdn.mailerlite.com/images/default/modal_close.png') no-repeat;
        background-size: 30px;
        cursor: pointer;
        margin-top: -10px;
        margin-right: -10px;
        position: absolute;
        top: 0;
        right: 0;
      }
      .ml-error input, .ml-error textarea, .ml-error select {
        border-color: red!important;
      }

      .ml-error .custom-checkbox-radio-list {
        border: 1px solid red !important;
        border-radius: 4px;
        padding: 10px;
      }

      .ml-error .label-description,
      .ml-error .label-description p,
      .ml-error .label-description p a,
      .ml-error label:first-child {
        color: #ff0000 !important;
      }

      #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow.ml-error .label-description p,
      #mlb2-501379.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow.ml-error .label-description p:first-letter {
        color: #ff0000 !important;
      }


#load{
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: fixed;
    background: #FF6961;
    top: 0;
    left: 0;
    z-index: 999999;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

#load *{
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.loading {
        position: absolute;
    bottom: -9px;
    left: 36%;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 12px;
    font-weight: bold;
 
}


.loading span:after {
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  -webkit-animation: ellipsis steps(4,end) 2000ms infinite;      
  animation: ellipsis steps(4,end) 2000ms infinite;
  content: "\2026"; /* ascii code for the ellipsis character */
  width: 0px;
}

@keyframes ellipsis {
  to {
    width: 1.25em;    
  }
}

@-webkit-keyframes ellipsis {
  to {
    width: 1.25em;    
  }
}

.logo-animate{
    position: absolute;
    width: 320px;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 200px;
}

.logo-animate img{
    width: 31%;
    margin-right: 1%;
     position: relative;
}

.logo-animate img:last-child{
     margin-right: 0;
}

.go.logo-animate img:nth-child(2){
    opacity:0;
}

.logo-animate img:nth-child(1){ 
    left: 0;
}

.logo-animate img:nth-child(3){
    right: 0;
}

.go.logo-animate img:nth-child(1){ 
    left: 17%;
}

.go.logo-animate img:nth-child(3){ 
    right: 17%;
}
 
.top-bar{
    overflow:hidden;
    position:relative;
    z-index:99999;
} 

.top-bar:after{
content: "";
    width: 66.3%;
    height: 10%;
    left: 30%;
    /*background: black;*/
    position: absolute;
    bottom: 5%;
} 

.logo{
float: left;
    height: auto;
    width: 18%;
    padding-right: 1%;
    position:relative;
    z-index:9;
}

.logo a svg{
       height:100%;
            background: #e5e5e5;
            background-repeat: no-repeat;
                -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    opacity:0;
    display:block;
}

.top-menu .logo a svg{
    opacity:1;
}



 

.logo a:hover span{
    margin-left: 5px;
}

.logo a span{
position: absolute;
    font-size: 24px;
    line-height: 26px;
    padding-top: 10px;
    width: 127px;
        -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    top: 0;
    left: 106%;
}

.logo a{
        display: block;
    position: relative;
}

.right-side{
    position:absolute;
    left: 17%;
    top: 0;
    width: 0%;
    background: black;
    height: 100%;
    opacity:9;
     -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

 

.top-menu.menu-opened .right-side{
       
    width: 83%;
    background: black; 
    opacity:1;
}

.top-menu .logo-extend{
         background: url(../assets/images/logo-ext.png);
height: 100%;
    width: 0%;
    position: absolute;
    top: 25%;
    background-repeat: no-repeat;
    left: 65%;
    background-size: 100% 53%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.top-menu.menu-opened .logo-extend{
    width: 100%;
}

.top-menu.menu-opened .logo:hover .logo-extend{
    width: 90%;
}

.top-menu{
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 999;
        -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
        top: 0;
}

.top-menu.menu-opened{
    /*top:0;*/
}
  
.accordion-box .accordion-item-title .container-fluid.g-0{ 
  border-bottom: 2px solid;
  padding: 15px 0 15px; 
  position: relative; 
}

.content-open.accordion-item-title .container-fluid.g-0{
    border-bottom: 0px solid;
}
 
 
 
.top-menu nav{
    position: absolute;
    vertical-align: top;
    padding-top: 3.4%;
    padding-left: 30%;
    width: 90%;
    display:none;
    
} 

 

.top-menu ul {
    
}

.top-menu ul li{
    display:inline-block;
    position:relative;

        padding-bottom:0;
        margin-right:12px;
}

.top-menu  ul li a{
    padding-bottom:10px;
    color: #e5e5e5;
    font-size: 14px;
}

.top-menu ul li a.active {
    border-bottom: 2px solid ;
    padding-bottom:8px;
}

ul.sub-menu{
    position: absolute;
    background: black;
    min-width: 250px;
    left: -15px;
    padding-top:10px;
    display:none;
}

ul.sub-menu li{
    display:block;
    padding:5px 20px; 
    position:relative;
}

ul.sub-menu li:last-of-type{
    padding-bottom:20px;
}

ul.sub-menu li a{
    padding-bottom:5px;
}

ul.sub-sub-menu{
    display:none;
}

ul.sub-sub-menu li{
    text-align:left;
    padding:0; 
}

ul.sub-sub-menu li:last-of-type{
    padding-bottom:0px;
}

ul.sub-sub-menu li a{
    font-size:12px;
    padding-bottom:0;
}


.top-menu  ul li a.hvr-underline-from-left:before {
    background: #e5e5e5;
    height: 2px;
}

 .top-menu  ul li a.active.hvr-underline-from-left:before {
   display:none;
   background: #000;
}

  
 

.members-container-platform{
  background: transparent;
  padding: 30px 0;
    margin-top: 60px;
}

.members-container-platform .row{
  width: 100%;
}

 

.members-list ul li:first-of-type{
    font-size:18px;
    color:#000;
}

.members-list ul li{
    color:#fff;
}

.members-list ul li a{
    color:#000;
}


 
.menu-container{
    float: left;
    width: 17%;
    padding-left: 40px;
}

/*.menu-container .accordion-box.active , #id_1150 .menu-container .accordion-box , .menu-container .hidden-content.active{*/
/*    display:block !important;*/
/*}*/



/*.menu-container .accordion-box , .menu-container .accordion-box.active button , #id_1221 .menu-container .accordion-box.active , #id_1220 .menu-container .accordion-box.active , #id_1290 .menu-container .accordion-box.active, #id_1222 .menu-container .accordion-box.active{*/
/*    display:none !important;*/
/*}*/

.main-body{
    width:82%;
    float:left;
    overflow:hidden;
    padding-top:30px;
    margin-bottom:50px;
    margin-left:1%;
}


 

.top-menu .lang{
        top: 40%;
    position: absolute;
    vertical-align: top;
   display:none;
}

.lang{ 
    margin-right: 0px;
    position: absolute;
    right: 4%;
    top: 37.3%;
}

.lang span{
      display: inline-block;
    vertical-align: bottom;
}

.lang a{
  font-size: 14px;
}

.lang a.active{
  font-family:'mabry-black-pro';
}

 

.top-menu .lang a , .top-menu .lang span{
   color: #e5e5e5;
    padding-bottom: 10px;
    display: inline-block;
    vertical-align: middle;
}

.top-menu.menu-opened .lang a.hvr-underline-from-left:before{
    background: #e5e5e5;
}

.hamburger {
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    position: fixed;
    right: 0;
    top: 32px;
    z-index: 9999;
    padding-right: 2%;
    display:none;
}



.hamburger span {
    display: block;
    height: 4px;
    width: 45px;
    background: #000;
    margin-top: 9px;
    /* border-radius: 1px; */
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    /*border-bottom: 2px solid #e5e5e5;*/
}

.hamburger.menu-opened span{
    border-bottom: 0;
    background: #e5e5e5;
    height: 3px;
}

.hamburger.menu-opened span.top {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 11px;
}

.hamburger.menu-opened span.middle {
    opacity: 0;
}

.hamburger.menu-opened span.bottom {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -14px;
}

.hamburger.menu-opened{
    top:43px;
}

.box-1 {
    width: 96%;

}

.box-1 span{
color: #FF6961
}

.box-1 p{
    font-size: 48px;
    line-height: 52px;
}

.home-slider{

}

.home-slider .slider-image{
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center top;
}

.home-slider .row{
  height: 600px;
}

.home-slider .category-1{
  background: #FF6961;
}

.home-slider .category-2{
 background: #6EDBFE; 
}

.home-slider .category-3{
 background: #6efeb9;

}

.slider-details{
  position: relative;
  padding: 30px 100px;
  height:100%;
  padding-right:0;
}

.category-1 .bg , .category-2 .bg{ 
      background: url('../assets/images/bg.png');
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100px 660px;
    background-position: 71px 0;
}

.slider-details a{
 
}

.category-3 .bg{ 
      background: url('../assets/images/bg1.png');
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100px 660px;
    background-position: 35px 0;
}

.category-3 .slider-details p {
    font-size: 48px;
    line-height: 52px;
    margin-left:60px;
}

.category-3  .slider-details h4{
 margin-left:60px;   
}

.category-3 .slider-details span , .category-3 .slider-details a{
    margin-left:60px;
        margin-top: -16px;
}

.category-3 .slider-details h4 a{
    margin-left:0px;
}

.slider-details h4{
margin-left: 100px;
margin-bottom: 130px;
font-size: 24px;
position: relative;
}

.slider-details span{
  display: block;
  margin-bottom: 20px;
}

.slider-details p{
font-size: 48px;
    line-height: 53px
}

.slider-details p:hover{
    font-weight:bold;
}

 .ppes-slider .owl-dots{
     bottom: -40px; 
 }
 
 .owl-carousel.ppes-slider button.owl-dot {
    background: #aaa7a7;
}

 .owl-carousel.ppes-slider  button.owl-dot.active{
      background: #fff;
 }

.owl-dots{
  position: absolute;
  bottom: 40px;
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
}

.owl-nav{
  display: none;
}

.owl-carousel button.owl-dot{
  height: 15px;
  width: 15px;
  background: #E5E5E5;
  border-radius: 100px;
  margin: 5px;
}

button.owl-dot.active{
  background: #fff;
}

.historic-archive-pop-up-container.ppes-poster-container .historic-archive-pop-up {
    position: fixed;
    width: 500px;
    height: 90%;
    background: white;
    z-index: 99999;
    top: 10%;
    right: 0;
    left: 0;
    margin: auto;
    border: 2px solid;
    padding: 20px;
    overflow-y: auto;
}

.historic-archive-pop-up-container.ppes-poster-container .ppes-accordion-image{
    margin-top:50px;
        position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 400px;
    filter: gray;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);

}

.historic-archive-pop-up-container.ppes-poster-container .ppes-accordion-image + span{
font-size: 19px;
    display: block;
    text-align: center;
    margin-top: 35px;    
    
}

.ppes-profile-accordion a , .ppes-profile-accordion em{
    color:#FF6961;
    font-style:normal;
}

.ppes-profile-accordion .ppes-accordion-image {
  -webkit-filter: grayscale(0);
  filter: none;
}

#id_1221 .ppes-accordion-image:hover {
  -webkit-filter: grayscale(0);
  filter: none;
}

#id_1221 .ppes-accordion-image:after{
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
      -webkit-filter: grayscale(0);
  filter: none;
      -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

#id_1221 .ppes-accordion-image:hover:after{
    background:#FF6961;
        -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.ppes-accordion-image{
    position:relative;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center;
    width:100%;
    height:250px; 
          filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}

.ppes-accordion-details span{
    display: block;
    font-size: 18px;
    line-height: 22px;
    margin-top:10px;
}

.ppes-slider{
    position:relative;
}

.ppes-slider a{
    height: 500px;
    width: 100%;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
      filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
    
}

.ppes-slider a:hover{
      -webkit-filter: grayscale(0);
  filter: none;
}

.ppes-slider .ppes-slider-name{
        font-size: 20px;
    width: 100%;
    display: block;
    padding: 25px;
    text-align: center;
    position: absolute;
    z-index: 99;
    margin-top: 0px;
    opacity:0;
            -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    width: 100px;
    line-height: 25px;
    font-weight: bold;
}

#id_1150 .ppes-slider a{
    height: 300px;
    
}

#id_1150 .ppes-slider .ppes-slider-name {
    font-size: 13px;
    padding: 17px;
    margin-top: 0;
    text-align: left;
    line-height: 18px;
}

.ppes-slider a:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: #FF6961;
    opacity: 0;
        -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.ppes-slider a:hover:before , .ppes-slider a:hover .ppes-slider-name{
    opacity:1;
            -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.ppes-slider:before{
content: "";
    position: absolute;
    width: 10%;
    height: 10%;
    background: #e5e5e5;
    z-index: 99;
    bottom: 0;
    left: 7%;
      
}

.ppes-slider:after{
    content: "";
    position: absolute;
    width: 10%;
    height: 10%;
    background: #e5e5e5;
    z-index: 99;
    bottom: 0;
    left: 33%;
     
}

.triangle-shape{
    position:relative;
}

.triangle-shape:after{
    content: "";
    width: 10%;
    height: 45%;
    background: url(../assets/images/shape.png);
    position: absolute;
    z-index: 99;
    top: 27.7%;
    right: 19.5%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position:center;
    
}

 

 


 


.ees-platform-home{
  padding: 50px 0;
  padding-left:15px;
}

.ees-platform-home h3{
  width: 80%;
}

.ees-platform-home .arrow-right {
  margin-top: 110px;
}

.ees-archive-home .arrow-right{
  margin-top: 15%;
}

.ees-platform-home .img , .ees-archive-home .img{
  width: 100%;
}


.ees-archive-home {
  overflow: hidden;
}

.ees-archive-home p{
      font-size: 24px;
    line-height: 28px;
}

.ees-archive-home  .bg-color-1{
  background: #EEE1C6;
  padding: 40px;
}

.ees-members-container{
        background: #ff686c;
    padding-top: 50px;
    padding-bottom: 100px;
}

.social-newsletter{
  padding: 50px 0;
  background:#fff;
}

.social-newsletter h4{
font-weight: bold;
margin-bottom: 20px
}

.social-newsletter span{
    font-size: 36px;
    color: #FF6961;
    display: block;
    margin-top: -15px;
}

.newsletter span{
    font-size: 14px;
}

.newsletter .col-md-12{
    padding:0;
}

.social-newsletter .email + div{
    float:right;
}

.social-newsletter .email + div .umbraco-forms-indicator{
    display:none;
}




.social-icons{
  margin-top: 135px;
}
.social-newsletter .social-icons a{
margin-right: 50px;
}

.social-newsletter .social-icons a img{
 height:34px;
}

.newsletter input {
    display: block;
    font-size: 18px;
    border-bottom: 1px solid;
    width: 100%;
    margin-bottom: 20px;
        padding: 10px 0;
}

.newsletter .umbraco-forms-submitmessage{
    color: black;
    padding-top: 20px;
    font-size: 22px;
}

.newsletter label {
    font-size: 12px;
}
.newsletter input[type=checkbox] {
    display: inline-block;
    width: auto;
}

.newsletter input[type=submit] {
    background: #000;
    color: #fff;
    border: 0;
    padding: 10px;
    margin-top: 20px;
    font-size: 24px;
        padding-top: 5px;
}

.box-2{
width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
   background-position: center top;
    position: relative;
    padding-top: 100%;
        margin-bottom: 0.5rem;
        background-color:black;
        filter: gray;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.box-2:hover{
           filter: none;
    -webkit-filter: grayscale(0);
    filter: grayscale(0); 
}


.box-2 a.no-data{
    pointer-events: none;
}

.box-2 a *{
      -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.box-2 a{
  position: absolute;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    z-index: 9;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
}

.box-2 a:hover{
 background: #FF6961;
 
}

.box-2 a:hover h3, .box-2 a:hover span{
  color: #000;
}

.box-2 h3{
    font-size: 18px;
    color: #fff;
    line-height: 22px;
    margin-top: 15px;
    margin-left: 15px;
    font-weight: bold;
    position: absolute;
    width:100px;
}

.box-2 span{
font-size: 14px;
    color: #fff;
    margin-top: 60px;
    margin-left: 16px;
    position: absolute;
    font-weight: bold;
    width: 190px;

}

.box-2.style-2 a{
      /*background: rgba(0,0,0,1);  */
}

.box-2.style-2 a:hover{
      background: #FF6961;  
}

#id_1268 .box-2.style-2 a:hover{
    background: #6EDBFE;
}

#id_1219 .box-2.style-2 a:hover{
    background: #6efeb9;
}



.box-2.style-2 h3 {
    font-size: 18px;
    color: #fff;
    line-height: 23px;
    margin-bottom: 0;
    margin-top: 15px;
    margin-left: 15px;
    font-weight: bold;
    position: absolute;
    BOTTOM: auto;
    margin-right: 20px;
    width:auto;
}

.box-2.style-2 span.date {
    font-size: 14px;
    margin-left: 15px;
    position: ABSOLUTE;
    bottom: 12px;
}

.box-2.style-2 a.cat {
    font-size: 14px;
    margin-left: 15px;
    position: ABSOLUTE;
    bottom: 37px;
    background: transparent;
    top: auto;
    text-decoration: underline;
    color:#fff;
}

.box-2.style-2 a:hover + a.cat{
    color:#000;
    background:transparent;
}

.box-2.style-2  a.cat:hover{
    background:transparent !important;
}
 

.box-3 .details .title{
font-size: 24px;
    line-height: 35px;
    font-family: 'mabry-black-pro';
}




.breadcrumb.padding-left{
    padding-left:3px;
}

.breadcrumb{
  display: block;
    background: transparent;
    padding-left: 0;
    color: #FF6961;
    margin-bottom: 0;
    text-transform:uppercase;
    padding-top:0px;
    width:100%;
}

.breadcrumb a:nth-child(1) , .breadcrumb a:last-child:after{
    display:none;
}

.breadcrumb a{
    color: #FF6961;
    padding-bottom:5px;
}

.breadcrumb a:after{
    content:"/";
    margin-left:5px;
}

.hvr-underline-from-left:before {
    background: #000;
    height:2px;
}

 

.box-3 .details .image{
max-width: 230px;
}

.box-3 .details .image img{
  width: 100%;
}

.box-3 .details h2{
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    margin-bottom: 0;
    text-transform:uppercase;
    font-family: 'mabry-black-pro';
}

.box-3 .details h2 + span{
      font-size: 18px;
      display:block;
      margin-top:5px;
}
.box-3 .details h2 + span + span{
    margin-top:30px;
      font-size: 18px;
      display:block;
}

.box-3 .content{
  padding-top: 25px;
}

.box-3 .content p{
  font-size: 24px;
  line-height:28px;
}

.box-3 .content *{
    font-size: 24px;
  line-height:28px;
}

.next-page{
  display: inline-block;
  margin: 50px 0;
}

.prev-page{
  display: inline-block;
  margin: 50px 0;
  margin-left:8px;
}

.prev-page img{
    transform: rotate(-180deg);
}

.prev-page + .next-page{
        margin: 50px 0;
    float: right;
}

.next-page span{
  margin-right: 20px;
    display: inline-block;
    vertical-align: text-top;
        white-space: nowrap;
    max-width: 290px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.prev-page span{
  margin-left: 20px;
    display: inline-block;
    vertical-align: text-top;
        white-space: nowrap;
    max-width: 290px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.box-3 .big-text{
    font-size: 60px;
    line-height: 64px;
    padding-bottom: 50px;
    letter-spacing: -1px;
    width: 85%;
}


.members-container{
      background: #FF6961;
    padding: 30px 0;
    margin-top: 60px;
}

.members-container .row{
  width: 100%;
}

 
.members-container-platform{
  background: transparent;
  padding: 30px 0;
    margin-top: 60px;
}

.members-container-platform .row{
  width: 100%;
}


.accordion .accordion-title {
    border-bottom: 2px solid;
    margin-bottom: 0;
    padding-bottom: 10px;
    font-size: 24px;
    line-height:28px;
}

.accordion-box .accordion-item-title{


}

 

.accordion-box .accordion-item-title h2{
  margin: 0;
  font-size: 24px; 
  line-height: 28px;
width:92%;    
}

 

.accordion-box .accordion-item-title button img{
    opacity:1;
}

.accordion-box .accordion-item-title:hover button img , .accordion-box .accordion-item-title.content-open button img{
    opacity:1;
}

.left-menu{
  padding-top: 30px;
  padding-bottom: 50px;
}

.left-menu-accordion-box a{
  display:block;
}
 

 .left-menu-accordion-box a:hover , .left-menu-accordion-box  a.active{
 font-family:'mabry-black-pro';
}
/* .left-menu-accordion-box .hidden-content.active{*/
/*    display:block;*/
/*}*/

 .left-menu-accordion-box a + ul{
    font-size:12px;
    margin-left:10px;
}

.left-menu-accordion-box .left-menu-item-title h2{
      margin: 0;
    font-size: 14px;
    line-height: 18px;
    width: 100%;  
}

.left-menu-accordion-box .left-menu-item-title .container-fluid.g-0 {
    border-bottom: 0;
    padding: 2px 0px;
    position: relative;
}

.left-menu-accordion-box .left-menu-item-title button img {
    opacity: 1;
    width: 13px;
}

.left-menu-accordion-box .left-menu-item-title button {
    position: absolute;
    cursor: pointer;
    left: -33px;
    top: -2px;
    width: 12%;
    height: 100%;
    text-align: right;
}


.left-menu-accordion-box .hidden-content {
    display: none;
    padding: 5px 0 10px;
    border-bottom: 0;
}

 

.accordion-box .accordion-item-title button{
  position: absolute;
  cursor: pointer;
  right: 25px;
  top: 0px;
  width:100%;
  height:100%;
  text-align:right;
}

.accordion-box .accordion-item-title button.hide-content{
    display:none;
}



.accordion-box .hidden-content{
  display: none;
  padding: 50px 0 50px;
  border-bottom: 2px solid;
}

.accordion-box .hidden-content .col-md-3{
    padding-left:0;
    margin-bottom:15px;
}

.accordion-box .hidden-content .container.g-0{
  position: relative;
}

.accordion-box .hidden-content .date{
  font-size: 60px;
  position: absolute;
  right: 0;
  top:0;
  width: auto;
}

.accordion-box .hidden-content h3{
  font-size: 45px;
  margin-bottom: 30px;
  font-family: 'AeonikPro-Bold', Arial, sans-serif;
}

.accordion-box .hidden-content p{
  font-size: 22px;
}

.accordion-box .hidden-content img{
  width: 100%;
}

.text-style-1{
    font-size:24px;
    line-height:28px;
}

.text-style-1 a{
    color: #FF6961;
}


.blog-pagination{
margin-top: 50px;
    clear: both;
    display: block;
    width: 100%;
    text-align: center;
}

.blog-pagination a{
  padding-top: 13px;
  font-size:14px;
}

.blog-pagination .page-link {
position: relative;
    display: block;
    color: #000000;
    text-decoration: none;
    background-color: #d6d9db;
    border: 0;
    border-radius: 110px;
    min-width: 32px;
    margin: 0 9px;
    font-size: 18px;
    padding: 5px;
}

.blog-pagination .page-link.prev , .blog-pagination .page-link.prev:hover , .blog-pagination .page-link.next , .blog-pagination .page-link.next:hover{
  background: transparent;
  color: #000;
 
}

.blog-pagination .page-link.active , .blog-pagination .page-link:hover{
  background: #000;
  color: #fff;
}

.footer-container{
  background: #e5e5e5;
  
}

.footer-contact h4{
  font-size: 24px;
}

.footer-contact a{
  display: block;
  font-size: 18px;
}

.footer-contact .copyright{
  float: right;
  font-size: 25px;
}

 

.footer-collaboration h4  {
    font-size: 17px;
    padding-top: 20px;
    margin-top:50px;
    border-top:1px solid;
}

.footer-collaboration  , .footer-sponsors {
  padding-bottom: 50px;
}

.footer-collaboration img , .footer-sponsors img{
    max-width: 260px;
    max-height: 95px;
    filter: gray;
    /*-webkit-filter: grayscale(1);*/
    /*filter: grayscale(1);*/
    display: block;
    margin-top: 40px;
}

.footer-collaboration img:hover{
     -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.footer-collaboration a , .footer-sponsors a{
    display:inline-block;
           margin-right: 7%;
}

.footer-collaboration a:nth-of-type(2) img{
     
}


.footer-collaboration a:nth-of-type(3) img{
    
}

.historic-archive-pop-up-container{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 9999;
    display:none;
}

.pop-up-content{
    display:none;
}

.pop-up-image img{
    width:100%;
    margin-bottom:20px;
}

.popup-title{
        display: block;
    font-size: 18px;
    line-height: 22px;
    padding: 20px 0;
    font-family: 'mabry-black-pro';
}

.open-pop-up{
    color: #FF6961;
    cursor:pointer;
}

.pop-up-close{
float: right;
    font-size: 0;
    margin-right: 5px;
    margin-top: 10px;
    width: 20px;
    border-bottom: 2px solid;
    cursor: pointer;
    height: 10px;
    padding-bottom: 10px;
}

.pop-up-text{
           font-size: 18px;
    line-height: 22px;
    height: 75%;
    overflow-y: auto;
}

.popup-year{
    font-size:24px;
}

.historic-archive-pop-up{
        position: fixed;
    width: 500px;
    height: 70%;
    background: white;
    z-index: 99999;
    top: 22%;
    right: 0;
    left: 0;
    margin: auto;
    border: 2px solid;
    padding:20px;
    overflow-y:auto;
}

.historic-archive-container .go-down{
    position: absolute;
    right: 1.5rem;
    top: 80px;
    cursor:pointer;
}

.historic-archive-container .go-down img{
    transform: rotate(90deg);
}

.historic-archive-container .go-up{
     position: absolute;
    right: 1.5rem;
    bottom: 80px;
    cursor:pointer;
}

.historic-archive-container .go-up img{
    transform: rotate(-90deg);
}

.historic-archive-container{
    padding: 120px 0;
    background: #f7f0e3;
    position: relative;
} 

.historic-archive-container:before{
    content: "";
    width: 2px;
    height: 100%;
    background: #000;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 0;
    position: absolute;
    top: 0;
}

.historic-archive-container ul li{
    width: 500px;
    margin: 0 auto;
    position: relative;
    text-align:left;
    height:165px;
    margin-bottom:200px;
        background: #f7f0e3;
}

.historic-archive-container ul li div{
        position: absolute;
    width: 65%; 
    height: 100%; 
    padding: 20px; 
     font-size:22px;
    line-height:24px;
}

.historic-archive-container ul li div h3{
    font-size:22px;
    line-height:24px;
}

.historic-archive-container ul li div:before{
      content: "";
    width: 23%;
    height: 2px;
    background: #000;
    left: 0;
    top: 0;
    position: absolute;
}

.historic-archive-container ul li div:after{
      content: "";
    width: 23%;
    height: 2px;
    background: #000;
    left: 0;
    bottom: 0;
    position: absolute;
}

.historic-archive-container ul li:nth-child(even) div{
     left: 0;
  border-right: 2px solid;
  text-align:right;
}

.historic-archive-container ul li:nth-child(odd) div{

   right: 0;
  border-left: 2px solid;
  
}


.historic-archive-container ul li:nth-child(even) div::before{
left:auto;
right:0;
}

.historic-archive-container ul li:nth-child(even) div::after{
   left:auto;
right:0; 
}

.historic-archive-container .historic-archive-image{
       height: 200px;
    width: 200px;
    position: absolute;
    top: 0;
    left: -230px;
    background-size:cover;
    background-repeat:no-repeat;
}

.historic-archive-container .historic-archive-text{
    height: 50px;
    overflow: hidden;
    display: block;
    width:430px;
}

.historic-archive-container ul li:nth-child(even) div .historic-archive-image{
    right: -230px;
    left:auto;
}

.historic-archive-container ul li:nth-child(even) div .historic-archive-text{
     
    margin-left:-150px;;
}

 .register-container .form-group {
     position:relative;
     float:left;
     width:50%;
 } 
 
 .register-container .form-group.longanswer{
     width:100%;
 }
 
  .register-container .form-group.longanswer .col-sm-10{
     max-width:92%;
 }
 
  .register-container .field-validation-error{
      position: absolute;
    right: 0;
    top: -15px;
    left:0;
    font-size: 12px;
    color: #c44949;
  }
  
   .register-container .btn{
          width: 92%;
    background: black;
    border: 0;
    padding: 15px;
  }
    .register-container .gtpr div{
display:inline-block;
margin-left:10px;
  }
 
 .register-container  .fileupload{
     border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 10px 0;
    width: 41.5%;
    margin-right: 8.5%;
 }
 
 
figure {
  margin: 0;
  display: inline;
  grid-template-rows: 1fr auto;
  break-inside: avoid;
}




.members-list {
  column-count: 4;
  column-gap: 10px;
}

.members-list ul{
     margin-bottom: 10px;
}

/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}

 

#nprogress .bar {
  background: #FF6961;

  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;

  width: 100%;
  height: 4px;
}

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px rgb(104, 251, 183), 0 0 5px rgb(104, 251, 183);
  opacity: 1.0;

  -webkit-transform: rotate(3deg) translate(0px, -4px);
      -ms-transform: rotate(3deg) translate(0px, -4px);
          transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;

  border: solid 2px transparent;
  border-top-color: #000;
  border-left-color:#000;
  border-radius: 50%;

  -webkit-animation: nprogress-spinner 400ms linear infinite;
          animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0%   { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes nprogress-spinner {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}



.development{
        padding: 20px 3%;
    text-align: right;
    background: white;
}



