.headerRowSolutions {
    margin-top: 200px;
    margin-bottom: 50px;
    display: flex;
    min-height: 30vh;
    align-items: center;
}

.headerRowSolutionsCopy {

    font-weight: 300;
    width: 100%;
    font-size: 22px;
    display: block;
    text-align: left;
    margin: 0px 0% 0px 0%;
}

.headerRowSolutionsCopy h2 {
    font-size: 42px;
    display: block;
    margin: 0 0 10px 0;
    font-weight: 600;
    color: #2F3260;
}


.featuresBlock div div {
    text-align: right;
    margin-bottom: 60px;
    font-size: 18px;
    width: 90%;
    margin-left: 10%;
}

.featuresBlock div:nth-child(3) div {
    text-align: left;
    margin-left: 0%;
}

.featuresBlock div div span {
    display: block;
    margin-bottom: 5px;
    color: #2F3260;
    font-weight: 600;
}

.featureSolutionGuide {
    display: block;
    width: 90% !important;
    padding-bottom: 120%;
    margin: 0 5% 20px 5% !important;
    border-radius: 30px;
    background-size: cover !important;
    background-position: top !important;
}


.moduleCard {
    -webkit-box-shadow: 0 0 16px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 16px rgb(0 0 0 / 10%);
    box-shadow: 0 0 16px rgb(0 0 0 / 10%);
    display: flex;
    border-radius: 30px;
    padding: 40px 30px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none !important;
    color: #545456;
    font-size: 18px;
    min-height: 315px;
    text-align: center;
    margin-bottom: 20px;
}

.moduleCard:hover {
    -webkit-box-shadow: 0 0 22px rgb(81 125 185 / 80%);
    -moz-box-shadow: 0 0 22px rgb(81 125 185 / 80%);
    box-shadow: 0 0 22px rgb(81 125 185 / 80%);
    color: #545456;
}

.moduleCard span {
    color: #517DB9;
}

.moduleCard object {
    width: 100%;
    text-align: center;
    border-top: 1px solid #D9D9D6;
    margin-top: 8px;
}

.moduleCard object a {
    color: #517DB9;;
    font-size: 12px;
    margin-right: 10px;
}

.moduleCard object a:hover {
    color: #5B6770;
}

.moduleCard object a:last-of-type {
    margin-right: 0px;
}

.moduleIcon {
    display: block;
    height: 80px;
    width: auto;
    margin: 30px 0;
}

.moduleIcon svg, .moduleIcon img {
    height: 100%;
}

.moduleIcon svg .cls-1 {
    fill: #2f3260;
}

.moduleIcon svg .cls-2 {
    fill: #517DB9;
}

.moduleIcon svg .a {
    fill: none;
    stroke: #003057;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.moduleTag {
    text-transform: uppercase;
    font-weight: 100;
    border-bottom: 2px solid #517DB9;
    line-height: 1;
    padding-bottom: 2px;
}


.contactCardRow {
    display: flex;
    justify-content: center;
}


.contactRow h3 {
    color: #2F3260;
    font-size: 34px;
    font-weight: 700;
    text-align: center
}

.contactCard {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 220px;
    cursor: pointer;
}

.contactRowImage {
    width: 240px;
    padding-bottom: 240px;
    background-size: 100% !important;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    background-position: center !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.contactName {
    color: #2F3260;
    font-weight: 600;
    line-height: 1;
    margin: 20px 0 0 0;
    font-size: 18px;
    text-align: center;
}

.contactCard:hover .contactRowImage {
    background-size: 110% !important;
}

.contactPosition {
    font-size: 16px;
    text-align: center;
    width: 90%;
}

.contactOptions {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    margin-top: 10px;
}

.contactOptions a {
    height: 20px;
    display: block;
    margin-right: 10px;
}

.contactOptions a:nth-child(2) {
    height: 26px;
    display: block;
    margin-right: 0px;
}

.contactOptions svg {
    height: 20px;
}

.contactOptions a:nth-child(2) svg {
    height: 26px;
}

.contactOptions svg .cls-1 {
    fill: #343434;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.contactCard:hover .contactOptions svg .cls-1 {
    fill: #FF6720;
}


/* FORM */

.form-connect form {
    margin: 0 auto;
    width: 80% !important;
}

.form-connect #Email,
.box #Email {
    width: 230px !important;

    font-size: 10px;
    letter-spacing: 1px;
    font-weight: 400 !important;
}

.form-connect .mktoForm .mktoButtonWrap button.mktoButton,
.box .mktoForm .mktoButtonWrap button.mktoButton {
    background: #aec03d !important;

    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 10px;
    font-weight: 400 !important;
    text-shadow: none;
}

.form-connect .mktoForm .mktoButtonWrap .mktoButton:hover,
.box .mktoForm .mktoButtonWrap .mktoButton:hover {
    background-color: #8b9930 !important;

}

.form-connect {
    display: none;
    position: absolute;
    z-index: 32;
    background: #fff;
    width: 480px;
    padding: 30px 20px 20px 20px;
    border-radius: 40px;
    margin-left: calc(50% - 240px);
    border: 2px solid #E4E5E6;
    overflow: hidden;
    opacity: 0;
}

.form-connect.active {
    opacity: 1;
}

.form-connect.active h2 {
    text-align: center;
    color: #545456;
    text-transform: uppercase;
    width: 90%;
    font-weight: 300;
    font-size: 26px;
    margin: 20px 10% 20px 10%;
}

.form-connect.active h2.hide {
    display: none
}

.formConnectClose {
    display: flex;
    position: absolute;
    width: 56px;
    height: 54px;
    background: #343434;
    left: -3px;
    top: -2px;
    border-bottom-right-radius: 18px;
    border: 2px solid #E4E5E6;
    color: #fff;
    justify-content: center;
    align-items: center;
    font-size: 27px;
    cursor: pointer;
}

.formConnectClose:hover {
    background: #629BB4;
}


.form-connect .form-col,
.box .form-col {
    height: 340px;
}

.form-connect .mktoForm .mktoAsterix,
.box .mktoForm .mktoAsterix {
    display: none !important;
}

.form-connect .mktoForm .mktoRequiredField label.mktoLabel,
.box .mktoForm .mktoRequiredField label.mktoLabel {
    display: none
}

.form-connect .mktoForm .mktoGutter,
.box .mktoForm .mktoGutter {
    display: none
}

.form-connect .mktoForm .mktoFormRow,
.box .mktoForm .mktoFormRow {
    clear: both;
    width: 100%;
    display: inline-block;
    margin: 0 2% 0 0;
}

.form-connect .mktoForm .mktoFormCol,
.box .mktoForm .mktoFormCol {
    width: 100%;
    margin-bottom: 8px !important
}

.form-connect .mktoForm .mktoFieldWrap,
.box .mktoForm .mktoFieldWrap {
    float: left;
    width: 100%;
}

.form-connect .mktoForm input[type=url],
.form-connect .mktoForm input[type=text],
.form-connect .mktoForm input[type=date],
.form-connect .mktoForm input[type=tel],
.form-connect .mktoForm input[type=email],
.form-connect .mktoForm input[type=number],
.form-connect .mktoForm textarea.mktoField,
.form-connect .mktoForm select.mktoField,
.form-connect #Email {
    display: inline-block;
    width: 100% !important;
    height: 40px;
    padding: 6px 22px;
    font-size: 22px;
    line-height: 1.42857143;
    color: #555555;
    background: #EEF2F4;
    border: 0px solid #45555F !important;
    background-image: none;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    text-align: left;
    font-family: "Source Sans Pro";
    font-weight: 300;
    font-size: 20px;
    box-shadow: 0px 0px 0px 0px #ccc;
    outline: none;
    border-radius: 50px;
    font-weight: 300 !important;
}


.form-connect .mktoForm textarea.mktoField {
    height: 120px;
    border-radius: 25px;
    padding: 18px 22px;
    font-size: 18px;
}

.form-connect .mktoForm label,
.box .mktoForm label {
    width: calc(100% - 33px) !important;
    float: right !important;
    font-size: 10px;
    padding-right: 8px !important;
    color: #333f48;
    opacity: 0.6
}

.form-connect .link-forced,
.box .link-forced {
    color: #333f48 !important
}

.form-connect .mktoForm .mktoRadioList,
.form-connect .mktoForm .mktoCheckboxList,
.box .mktoForm .mktoRadioList,
.box .mktoForm .mktoCheckboxList {
    padding: 0.3em;
    float: left;
    width: 15px !important;
}

.form-connect .mktoForm .mktoOffset,
.box .mktoForm .mktoOffset {
    float: left;
    height: 1.2em;
    display: none;
}

#mktoForm_7898 > div:nth-child(4) {
    width: 100%;
}

.form-connect .mktoButtonRow,
.box .mktoButtonRow {
    bottom: 20px !important;
    right: 0px;
    width: 100%;
}

.form-connect .mktoButtonWrap,
.box .mktoButtonWrap {
    margin-left: 0px !important
}


.thought_leader_image {
    display: block;
    width: 40%;
    padding-bottom: 40%;

    border-radius: 50%;
    background-size: auto 100% !important;
    position: relative;
    margin: auto;
    margin-top: 20px;
}

.confirm-name {
    display: none;
}

.confirm_connect {
    display: none
}

.confirm_connect.active {
    display: block;
    text-align: center;
    width: 80%;
    margin: 20px 10% 20px 10%;
    font-weight: 200 line-height: 120%;
    font-size: 20px;
    color: #545456;
}



.form-connect .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
    display: inline-block;
    width: 100%;
    padding: 10px 30px 8px 30px;
    text-align: center;
    border-radius: 50px;
    color: #000 !important;
    background: #FF6720 !important;
    margin-top: 20px;
    font-size: 20px;
    font-weight: 400 !important;
    line-height: 1px;
    height: 40px;
    cursor: pointer;
    border: none !important;
    min-width: 200px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-transform: none;
    font-family: 'Source Sans Pro', sans-serif;
}

.form-connect .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover {
    text-decoration: none !important;
    background: #003057 !important;
    color: #fff !important;
}

#mktoForm_8636 > div:nth-child(6), #mktoForm_8636 > div:nth-child(7) {
    display: none;
}


/* FORM END */


/* SHAPES */


#shapeArchContainer {
    position: absolute;
    width: 129vw;
    top: 0px;
    left: 37vw;
    z-index: -2;
}

#shapeArch {
    position: absolute;
    width: 129vw;
    top: -108vw;
    left: 2vw;
    z-index: -2;
}


#shapeArch svg .cls-1 {
    fill: #6977b3;
    opacity: 0.5;
    isolation: isolate;
}

#shapeArch svg:hover .cls-1 {
    fill: #FF6720;
}

#shapeCircleContainer {
    position: absolute;
    width: 65vw;
    top: 0px;
    left: 54vw;
    z-index: -2;
}

#shapeCircle {
    position: absolute;
    width: 65vw;
    top: -56vw;
    left: 2vw;
    z-index: -2;
}

#shapeCircle svg .cls-1 {
    fill: #6977b3;
    opacity: 0.7;
    isolation: isolate;
}


#shapeTriangleContainer {
    position: absolute;
    width: 43vw;
    top: 0px;
    left: 79vw;
    z-index: -2;
}

#shapeTriangle {
    position: absolute;
    width: 43vw;
    top: -32vw;
    left: 2vw;
    z-index: -2;
}

#shapeTriangle svg .cls-1 {
    fill: #6977b3;
    opacity: 1;
    isolation: isolate;

}

#shapeArch svg .cls-1,
#shapeCircle svg .cls-1,
#shapeTriangle svg .cls-1 {
    transition: fill 1.6s ease;
}


#shapeArch.orange svg .cls-1,
#shapeCircle.orange svg .cls-1,
#shapeTriangle.orange svg .cls-1 {
    fill: #FF6720;
}



/* SHAPES END */






@media only screen and (max-width: 768px) {
    .contactCardRow {
        display: block;
    }

    .contactCard {
        width: 100%;
        margin-bottom: 40px;
    }

    .contactRowImage {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .featuresBlock div div {
        text-align: center;
        width: 100%;
        margin-left: 0%;
    }

    .featuresBlock div:nth-child(3) div {
        text-align: center;
    }

    .moduleCard {
        margin-bottom: 20px;
    }




    .headerRowSolutions {
        margin-top: 140px;
    }

    #shapeArch {
        top: -83vw;
    }

    #shapeCircle {
        top: -34vw;
    }

    #shapeTriangle {
        top: -25vw;
    }

}

@media only screen and (max-width: 480px) {

    .form-connect {
        width: 100%;
        padding: 30px 10px 20px 10px;
        margin-left: 0;
    }
}
