a
{
    color:#0073C2;
}

a:hover
{
    color:#005C9A;
}

body
{
    background-color:#040e3d;
    color:#040E3D;
    font-family:lato, Arial, sans-serif;
    margin:0;
    min-width: 600px;
}

button
{
    background-color:#0ADC0A;
    border:3px solid #040e3d;
    border-radius:32px;
    color:#040e3d;
    display:block;
    font-size:18px;
    font-weight:700;
    height:56px;
    margin-top:48px;
    padding:16px 32px;
    text-decoration:none;
    width:100%;
    box-sizing: border-box;

}

button:hover
{
    background-color:#08C508;
}

h1
{
    font-size:40px;
    font-weight:700;
    line-height:150%;
    margin:16px 0;
}

h2
{
    font-size:32px;
    font-weight:700;
    line-height:150%;
    margin-top:32px;
}

h3
{
    font-size:24px;
    font-weight:700;
    line-height:150%;
    margin-bottom: 16px;
}

input,textarea
{
    background-color:#E6EBED;
    border:3px solid #040e3d;
    border-radius:32px;
    font-family:Lato;
    font-size:24px;
    height:52px;
    padding:0 20px;
    width: 100%;
    box-sizing: border-box;

}

.about-image-container {
    box-shadow:0 2px 3px rgba(0,0,0,0.2);
    border: 6px solid #ffffff;
            border-radius: 25px;
              background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom right;
    height: 240px;
    width: 100%;
}

.about-image-haze {
        height: 240px;
    width: 100%;
        background-color:rgba(4,14,61,0.1);
        border-radius: 24px;

}

.about-john {
    background-image:url(../img/about-john.jpg);
}

.about-magda {
    background-image:url(../img/about-magda.jpg);
}

.about-kirsty {
    background-image:url(../img/about-kirsty.jpg);
}

.about-rob {
    background-image:url(../img/about-rob.jpg);
}

.about-erin {
    background-image:url(../img/about-erin.jpg);
}

.about-kev {
    background-image:url(../img/about-kev.jpg);
}

.team-bio-text {
       margin-top: 32px;
}


.about-image {
     width: 100%;
}

label
{
    display:block;
    font-size:18px;
    margin:24px 0 8px;
}

p,li
{
    font-size:18px;
    font-weight:500;
    line-height:150%;
    margin: 0;

}

ul {
    margin-bottom: 32px;
    margin-top: 0px;
}

textarea
{
    height:104px;
    padding-top:16px;
}

.arrow
{
    border-bottom:20px solid #FFF;
    border-left:20px solid transparent;
    border-right:20px solid transparent;
    height:0;
    left:200px;
    position:relative;
    top:0px;
    width:0;
}

.bluehaze
{
    background-color:rgba(4,14,61,0.4);
    width:100%;
    width: 100%;
    height: 100%;
    padding: 140px 0px 80px 0px;

}


.leda-section-header video {
    position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1000;
}


.businesstile
{
    background-color:#FFF;
    border-radius:32px;
    box-shadow:0 2px 3px rgba(0,0,0,0.2);
    color:#040E3D;
    display:inline-block;
    padding:24px;
    text-align:left;
    vertical-align:top;
    width:380px;
}


.leda-cameo-container {
    height: 96px;
    display:flex;
}

.leda-cameo {
margin-top: 16px;
    height: 64px;
  width: 64px;
  border-radius: 50%;
  display: inline-block;
    box-shadow:0 2px 3px rgba(0,0,0,0.2);
    border: 6px solid #ffffff;
}

.leda-cameo-container .expert-cameo-image {
    margin-top: 16px;
}

.leda-cameo-text {
width: 290px;
padding-top: 27px;
    padding-left: 16px;
}

.leda-cameo-text a {
    color: #040E3D !important;
}


.expert-cameo-container {
margin: 64px;
    max-width: 650px;
    padding: 32px;
        border-radius: 25px;
    width: 420px;
    background-color: #040e3d;

}

#cameo-video {
    width: 420px;
}

.cameo-leda-logo {
    float: left;
    width: 64px;
    position: relative;
    top: -86px;
    left: 22px;
}

.expert-cameo-image {
    height: 64px;
  min-width: 64px;
  border-radius: 50%;
    box-shadow:0 2px 3px rgba(0,0,0,0.2);
    border: 4px solid #ffffff;
      display: inline-block;

}

.expert-cameo-container p {
color: #FFFFFF;
}

.expert-cameo-header {
    font-size: 24px;
    margin-bottom: 24px;
}

.position-1 {

}

.position-2 {
    position:relative;
left:-24px;
}

.position-3 {
       position:relative;
left:-48px; 
}

.expert-cameo-quote {
    font-size: 20px;
        margin-bottom: 16px;
}

.expert-cameo-text {
    font-size: 16px;
}

.expert-cameo-textgroup {
margin-left: 24px;

}

.leda-flex {
    display: flex;
}



.team-container {
    display:flex;
    padding: 32px 0px;
border-bottom: 1px solid #99ADB6;
flex-direction: column;
    align-items: center;
}

.team-container p {
    margin-bottom: 0px !important;
}

.secondary-pg-logo {
    float: left;
    width: 226px;
    margin-right: 48px;
    position: relative;
    top: -11px;
}





.businesstileheader img
{
    margin:8px 0 0 24px;
    height: 48px;
}

.businesstileheader p
{
    display:inline;
    font-size: 24px;
    left:8px;
    position:relative;
    top:-16px;
}

.businesstileheader
{
    background-color:#040E3D;
    border-radius:32px 32px 0 0;
    color:#FFF;
    height:64px;
    left:-24px;
    position:relative;
    top:-24px;
    width:428px;
}

.tawk-router-view {
    border 10px solid black;
}

.call
{
    font-size:32px;
    font-weight:700;
    line-height:150%;
    text-align: right;
}

.email
{
    font-size:20px;
    font-weight:700;
    line-height:150%;
}

.header-child-special .call {
padding-left: 0px;
font-size: 40px;
text-align: left;
}

.header-child-special .email {
padding-left: 0px;
font-size: 32px;

}

.header-child-special a {
    text-decoration: none;

}

.embed {
    margin-bottom: 32px;
}

.final-footer
{
    background-color:#040e3d;
    color:#fff;
    margin:0;
    padding:80px 32px;
    text-align:right;
}

.final-footer img
{
    height:64px;
    margin-bottom:32px;
}

.final-footer p
{
    font-size:14px;
}

.header-child
{
    margin:auto !important;
}

.header-child a {
    text-decoration: none;
    color:  #fff;
}

.header-child-special
{
    background-color:rgba(4,14,61,0.7);
    border-radius:25px;
    width: 420px;

}

.initials p
{
    color:#fff;
    font-size:25px;
    font-weight:400;
    padding-top:8px;
    text-align:center;
}

.initials
{
    background-color:#41A940;
    border-radius:50%;
    display:inline-block;
    height:55px;
    left:193px;
    margin:0;
    padding:0;
    position:relative;
    top:0px;
    width:55px;
}

.initials-two {
    background-color: #004B87;
}

.initials-three {
    background-color: #CE0058;
}

.leader-header-secondary
{
    font-size:24px;
    font-weight:700;
    line-height:150%;
    margin:0;
}

a.leda-big-link
{
    background-color:#0ADC0A;
    border:3px solid #040e3d;
    border-radius:32px;
    color:#040e3d !important;
    display:inline-block;
    font-size:18px;
    font-weight:700;
    height:24px;
    margin-top:32px;
    padding:16px 32px;
    text-decoration:none;
}

.leda-big-link:hover
{
    color:#040e3d;
}

.leda-content-child
{
    margin:40px auto;
    max-width: 650px;
    padding: 32px;
}

.leda-content-container
{
    align-items:flex-start;
    display:flex;
    flex-wrap:wrap;
    justify-content: center;
    margin:auto;
    max-width:2000px;
}

.leda-header-contact
{
    float:right;
    position:relative;
    text-align:right;
    top:-28px;
}

.leda-img-container
{
    border:1px solid #fff;
    border-radius:32px;
    float:left;
    height:100%;
    width:100%;
}

.leda-section-even
{
    background-color: #f2f5f6;
    margin:0;
    padding:80px 32px;
}

.leda-content-left {
    margin-top: 32px;
        max-width: 700px;
        min-width: 500px;

}

.leda-content-right {
        margin-top: 32px;
}

.leda-content-left p {
    margin-bottom: 32px;
}

.leda-section-footer ul,.leda-section-footer li
{
    font-size:16px;
    list-style-type:none;
    margin:0;
    padding:0;
}

.leda-section-footer
{
    border:solid #9A9EB1;
    border-width:2px 0;
}

.leda-section-header
{
padding: 0px !important;
    height: 100%;
    background: none !important;

}







.header-child h1, .header-child p {
    padding-left: 90px;
}

.leda-section-odd
{
    background-color:#040e3d;
    color:#fff;
    margin:0;
    padding:80px 32px;
}

.leda-section-odd a {
    color:  #fff;
}

.leda-sticky-header li a
{
    float:left;
    font-size:24px;
    list-style:none;
    padding-bottom:8px;
    text-decoration:none;
}

.leda-sticky-header a
{
    color:#fff;
        text-decoration:none;

}

.leda-sticky-header ul,.leda-sticky-header li
{
    display:inline-block;
    margin:0 32px 0 0;
    padding:0;
}

.leda-sticky-header
{
    background-color:#040e3d;
    border-bottom:1px solid #293159;
    box-shadow:0 10px 20px 0 rgba(0,20,29,0.2), 0 20px 40px 0 rgba(0,20,29,0.1);
    color:#fff;
    height:32px;
    left:0;
    padding:32px;
    position:fixed;
    right:0;
    top:0;
    z-index:999;
}



.person-john {
    background-image:url(../img/person-john.png);
    background-size: cover;
}

.person-magda {
    background-image:url(../img/person-magda.png);
    background-size: cover;
}

.person-kirsty {
    background-image:url(../img/person-kirsty.png);
    background-size: cover;
}

.person-rob {
    background-image:url(../img/person-rob.png);
    background-size: cover;
}

.person-erin {
    background-image:url(../img/person-erin.png);
    background-size: cover;
}

.person-tracey {
    background-image:url(../img/person-tracey.png);
    background-size: cover;
}



.selected
{
    border-bottom:4px solid #0ADC0A;
    position: relative;
    top: 4px;
}

.socialimages {
    position: relative;
    left:  -8px;
}

.socialimages img
{
    height:48px;
    padding:0px 8px;
}

.tick
{
    line-height:32px;
    list-style-image:url(../img/tick.png);
}

::marker
{
    position:  relative;
    top:  -30px;
}

#award
{
    background-image:url(../img/fsb-win-jm-rc.jpg);
    background-repeat:no-repeat;
    background-size:cover;
    border:4px solid #fff;
    border-radius:32px;
}

.leda-section-associations .leda-content-child {
    margin: 0px;

}

.container-associations {
    align-items: center !important;
}

.leda-section-associations h2 {
    margin: auto;
    text-align: center;
    font-size: 24px;
    color: #81869e;
}

.associations {
    max-height: 128px;
    max-width: 256px;
}

#ef
{
    height:105px;
}

#ledacom
{
    height:104px;
}

#racecar
{
    background-image:url(../img/leda-team.jpeg);
    background-repeat:no-repeat;
    background-size: 650px, cover;
    border:4px solid #fff;
    border-radius:32px;
      background-position: -25px -25px;

}

.fb-page {
    margin: 0px 64px 64px 64px;
}

.hero-img {
    height:260px;
    width:520px;
}

#winner
{
    height:103px;
    position:relative;
    top:0px;
}

a:focus,button:focus,input:focus,textarea:focus,.leda-big-link:focus
{
    outline:4px solid #FFB500;
}

.socialimages
{
    margin-top:32px;
}


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

.leda-header-contact {
    display: none;
}
}


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

.secondary-pg-logo {
    display: none;
}

}


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

.header-child img {
        margin: auto;
    display: block;
        position: relative;
    left: -32px;
}

.header-child h1, .header-child p {
    padding-left: 0px;
}

.header-child-special .call, .header-child-special .email {
    font-size: 24px;
    text-align: center;
}

  .businesstile {
    width: 400px;
  }

  .businesstileheader {
    width: 448px;
  }

}





@media only screen and (max-width: 1366px) {
  body {
    background-color: lightblue;
  }

  .businesstile {
    width: 330px;
  }

  .businesstileheader {
    width: 378px;
  }

  .associations {
    max-width: 200px;
}

.leda-content-child {
    padding: 16px;
}

.arrow {
    left: 175px;
}

.initials {
    left: 168px;
}

.header-child {
    margin-bottom: 100px !important;
}


}



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

.leda-content-child {
    margin: 8px auto;
}

.associations {
    max-width: 226px;
}

.leda-content-child {
    padding: 24px;
}

}





@media only screen and (min-width: 2000px) {

.leda-content-child
{
    padding: 48px;
}

  .businesstile {
    width: 440px;
  }

  .businesstileheader {
    width: 488px;
  }

  .arrow {
    left: 230px;
}

.initials {
    left: 223px;
}


}








