/** block eyeable widget when in admin mode **/
body.admin #eyeAble_container_ID{
    display: none!important;
}

/** fix eyeable paragraph has insufficient line-height **/
.privacy-preference-container .pp-popup .pp-content .pp-head, 
.privacy-preference-container .pp-text-detailed,
.privacy-preference-container .pp-popup .pp-content .pp-text
{
    line-height: 1.5!important;
}

/** overlapping mobile fixes **/
@media (max-width:991px){
    .overlapping-mobile-fix-a a{
        min-height: 40px;
        display: inline-block;
    }
}

.list-black-bullets ul li{
     list-style-type: disc !important;
}
.list-black-bullets ul li:before{
    content: ""!important;
    display: none!important;
}

.secretary .form-module-override.module-wrapper .contact-form .contact-form-wrapper .fields .input-group .input-checkbox .btn-checkbox {
    border: 1px solid #ccc;
    border-radius: 10px;
}

.input-checkbox .btn-checkbox {
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    max-width: 10%;
    margin: 0;
    background-color: #fff;
    -webkit-transition: background-color .2s ease-in;
    -moz-transition: background-color .2s ease-in;
    -ms-transition: background-color .2s ease-in;
    -o-transition: background-color .2s ease-in;
    transition: background-color .2s ease-in;
    font-weight: 300;
}

.secretary .form-module-override.module-wrapper .contact-form .contact-form-wrapper .fields .input-group .input-checkbox.checked .btn-checkbox {
    background-color: #006eb8;
}

.contact-module.module-wrapper[data-moduleid="contact6711f1bcb8c85"].module-wrapper .form-control {
    font: normal 400 18px Kelson, sans-serif;
    color: rgb(85, 85, 85);
    border-radius: 10px;
}

.input-group textarea {
    height: 120px;
    resize: none;
}

.btn-extra-advanced, .contact-module.form-module-override.medical-blue-scheme .contact-form .btn-submit-wrapper .btn.btn-submit-local, .contact-module.form-module-override.medical-green-scheme .contact-form .btn-submit-wrapper .btn.btn-submit-local, .externalcontact-module .btn, .secretary .form-module-override.module-wrapper .contact-form .btn-submit-wrapper .btn.btn-submit-local {
    position: relative;
    float: left;
    margin-top: 20px;
    border-radius: 30px;
    font-family: Kelson, sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #fff !important;
    line-height: initial;
    text-decoration: none;
    background-color: #2cc1ff !important;
    padding: 10px 30px 10px 30px !important;
    text-transform: none;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.btn-extra-advanced .appendix, .contact-module.form-module-override.medical-blue-scheme .contact-form .btn-submit-wrapper .btn.btn-submit-local .appendix, .contact-module.form-module-override.medical-green-scheme .contact-form .btn-submit-wrapper .btn.btn-submit-local .appendix, .externalcontact-module .btn .appendix, .secretary .form-module-override.module-wrapper .contact-form .btn-submit-wrapper .btn.btn-submit-local .appendix {
    display: none;
    background-color: #c40058 !important;
    padding: 15px 20px 15px 20px;
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
}

.btn-extra-advanced:hover, .contact-module.form-module-override.medical-blue-scheme .contact-form .btn-submit-wrapper .btn.btn-submit-local:hover, .contact-module.form-module-override.medical-green-scheme .contact-form .btn-submit-wrapper .btn.btn-submit-local:hover, .externalcontact-module .btn:hover, .secretary .form-module-override.module-wrapper .contact-form .btn-submit-wrapper .btn.btn-submit-local:hover {
    background-color: #006eb8 !important;
}

.privacy-preference-container .pp-popup .pp-content .pp-simple-categories-container .pp-categories-list .pp-category-item .form-group.form-group-checkbox .form-control+.label:after {
    content: "";
    font-family: fontAwesome;
    color: #fff;
    opacity: 0;
    transition: opacity .3s ease-in;
    left: 2px;
    top: 1px;
}

.complianceform-module .contact-form .contact-form-wrapper .fields .input-group {
    color: #173871 !important;
    font-weight: 300 !important;
    font-family: Kelson, sans-serif;
}

.complianceform-module .contact-form .contact-form-wrapper .fields .lead {
    font-weight: 400 !important;
    color: #707272 !important;
}

.secretary .form-module-override.module-wrapper .contact-form .contact-form-wrapper .fields .input-group .input-checkbox .text-checkbox {
    font-size: 16px;
    color: #707272;
    line-height: 18px;
    text-decoration: none;
}

.complianceform-module .contact-form .contact-form-wrapper .fields .input-group {
    color: #707272 !important;
    font-weight: 300 !important;
    font-family: Kelson, sans-serif;
}

.secretary .form-module-override.module-wrapper .contact-form .contact-form-wrapper .fields .input-group.input-group-upload .input-upload-wrapper .input-btn {
    display: inline-block;
    border-radius: 30px;
    vertical-align: top;
    font-size: 16px;
    color: #666;
    line-height: 40px;
    text-decoration: none;
    height: 40px;
    text-align: center;
    padding: 0 45px;
    background-color: #e9e9e9;
    border: 1px solid #e1e1e1;
}

.complianceform-module .contact-form .message-textarea {
    height: 120px;
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child>.btn-group:not(:first-child)>.btn, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn-group:not(:last-child)>.btn, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.secretary .form-module-override.module-wrapper .contact-form .contact-form-wrapper {
    padding: 0px;
    background-color: transparent;
}

.secretary .personalinquiry-module .input-group .editp {
    font-family: Kelson, sans-serif;
    color: #ffffff;
}

.secretary .form-module-override.module-wrapper .contact-form .contact-form-wrapper .head {
    font-size: 22px;
    color: #ffffff;
    line-height: 26px;
    text-decoration: none;
    margin: 0 0 20px 0;
}

.secretary .personalinquiry-module .input-group .editp p {
    font-family: Kelson, sans-serif;
    color: #ffffff;
}

[data-moduleid="root"] p {
    font: normal 300 16px Kelson, sans-serif;
    color: rgb(59, 61, 64);
    line-height: 28px;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
}

.secretary .personalinquiry-module .input-group .text-checkbox {
    color: #ffffff !important;
}

.secretary .personalinquiry-module .input-group .edit {
    font-family: Kelson, sans-serif;
    color: #595959;
}

.secretary .form-module-override.module-wrapper .contact-form .contact-form-wrapper .fields .input-group.input-group-upload .input-upload-wrapper .input-btn {
    display: inline-block;
    border-radius: 30px;
    vertical-align: top;
    font-size: 16px;
    color: #ffffff;
    line-height: 40px;
    text-decoration: none;
    height: 40px;
    text-align: center;
    padding: 0 45px;
    background-color: #006eb8;
    border: 1px solid #006eb8;
}

.secretary .form-module-override.module-wrapper .contact-form .contact-form-wrapper .lead {
    font-size: 16px;
    color: #ffffff;
    line-height: 18px;
    text-decoration: none;
    font-weight: 400;
}

.btn-extra-advanced, .contact-module.form-module-override.medical-blue-scheme .contact-form .btn-submit-wrapper .btn.btn-submit-local, .contact-module.form-module-override.medical-green-scheme .contact-form .btn-submit-wrapper .btn.btn-submit-local, .externalcontact-module .btn, .secretary .form-module-override.module-wrapper .contact-form .btn-submit-wrapper .btn.btn-submit-local {
    position: relative;
    float: left;
    margin-top: 20px;
    border-radius: 30px;
    font-family: Kelson, sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #fff !important;
    line-height: initial;
    text-decoration: none;
    background-color: #006eb8 !important;
    padding: 10px 30px 10px 30px !important;
    text-transform: none;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.btn-extra-advanced:hover, .contact-module.form-module-override.medical-blue-scheme .contact-form .btn-submit-wrapper .btn.btn-submit-local:hover, .contact-module.form-module-override.medical-green-scheme .contact-form .btn-submit-wrapper .btn.btn-submit-local:hover, .externalcontact-module .btn:hover, .secretary .form-module-override.module-wrapper .contact-form .btn-submit-wrapper .btn.btn-submit-local:hover {
    background-color: #08212b !important;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 18px;
    font-family: 'Kelson';
    line-height: 1.42857143;
    color: #08212b;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.secretary .form-module-override.module-wrapper .contact-form .contact-form-wrapper .lead {
    font-size: 18px;
    color: #707272;
    line-height: 28px;
    text-decoration: none;
    font-weight: 500;
    margin-top: 30px;
}

.secretary .form-module-override.module-wrapper .contact-form .contact-form-wrapper .lead {
    font-size: 18px;
    color: #ffffff;
    line-height: 28px;
    text-decoration: none;
    font-weight: 500;
    margin-top: 30px;
}

.secretary .menuextend-module .navbar-nav>.menuitem-module {
    margin-left: 30px;
    border-radius: 30px;
}

.secretary .menuextend-module .navbar-nav>.menuitem-module {
    margin-left: 0px;
    border-radius: 30px;
}

@media (max-width: 991px) {
    .menuextend-module .navbar .container-fluid .navbar-collapse .navbar-nav .menuitem-module {
        float: none;
        /* width: 130px; */
    }
} .container-module > .bluetrix-container
                {
            padding: 0px 30px 0px 30px;}
.container-module
                {
            padding: 0px 0px 0px 0px; 
            margin: 0px 0px 0px 0px;}
.text-module
                {
            padding: 0px 0px 0px 0px; 
            margin: 0px 0px 0px 0px;}
.image-module
                {
            padding: 0px 0px 0px 0px; 
            margin: 0px 0px 0px 0px;}
.fullcontainer-module
                {
            padding: 0px 0px 0px 0px; 
            margin: 0px 0px 0px 0px;}
.accordion-module .panel-heading .panel-title .accordion-toggle
                {
            font: normal 600 24px ARSMaquettePro, sans-serif; 
            color: rgb(255, 255, 255);}
.accordion-module
                {
            background: rgba(0, 0, 0, 0) url() left top repeat;}
[data-moduleid="root"] p
                {
            font: normal 300 18px Kelson, sans-serif; 
            color: rgb(59, 61, 64); 
            line-height: 28px; 
            margin: 0px 0px 20px 0px; 
            padding: 0px 0px 0px 0px;}
[data-moduleid="root"] a
                {
            font: normal 400 18px Kelson, sans-serif; 
            color: rgb(0, 110, 184);}
[data-moduleid="root"] a:hover
                {
            color: rgb(44, 193, 255); 
            text-decoration: none;}
[data-moduleid="root"] h1
                {
            font: normal 500 54px Kelson, sans-serif; 
            color: rgb(0, 0, 0); 
            line-height: 64px; 
            margin: 0px 0px 30px 0px; 
            text-transform: none;}
@media (max-width: 767px) {
                                    [data-moduleid="root"] h1
                {
            font-size: 52px; 
                }}
@media (max-width: 479px) {
                                    [data-moduleid="root"] h1
                {
            font-size: 42px; 
            line-height: 56px; 
                }}
@media (max-width: 379px) {
                                    [data-moduleid="root"] h1
                {
            font-size: 36px; 
                }}
[data-moduleid="root"] h2
                {
            font: normal 400 28px Kelson, sans-serif; 
            color: rgb(0, 0, 0); 
            line-height: 24px; 
            margin: 30px 0px 10px 0px;}
@media (max-width: 479px) {
                                    [data-moduleid="root"] h2
                {
            font-size: 38px; 
            line-height: 40px; 
                }}
[data-moduleid="root"] h3
                {
            font: normal 400 22px Kelson, sans-serif; 
            color: rgb(0, 0, 0); 
            margin: 20px 0px 10px 0px;}
[data-moduleid="root"] h4
                {
            font: normal 400 20px Kelson, sans-serif; 
            color: rgb(0, 0, 0); 
            margin: 10px 0px 10px 0px;}
[data-moduleid="root"] ul
                {
            font: normal 300 18px Kelson, sans-serif; 
            color: rgb(59, 61, 64); 
            line-height: 28px; 
            margin: 0px 0px 20px 0px; 
            padding: 0px 0px 0px 25px;}
[data-moduleid="root"] ol
                {
            font: normal 300 18px Kelson, sans-serif; 
            color: rgb(0, 0, 0); 
            line-height: 28px; 
            margin: 0px 0px 20px 0px;}
.privacy-preference-container .pp-popup .pp-content .pp-head
                {
            font: normal 500 28px Kelson, sans-serif; 
            color: rgb(59, 61, 64);}
.privacy-preference-container .pp-popup .pp-content .pp-text-detailed
                    ,
                            .privacy-preference-container .pp-popup .pp-content .pp-text-simple
                    ,
                            .privacy-preference-container .pp-popup .pp-content .pp-text-simple p
                    ,
                            .privacy-preference-container .pp-popup .pp-content .pp-text-detailed p
                    ,
                            .privacy-preference-container .pp-popup .pp-content .pp-text-detailed p span
                {
            font: normal 400 16px Kelson, sans-serif; 
            color: rgb(0, 0, 0);}
.privacy-preference-container .pp-popup .pp-content .pp-simple-categories-container .pp-categories-list .pp-category-item .form-group.form-group-checkbox .form-control + .label:before
                    ,
                            .secretary .privacy-preference-container .pp-popup .pp-content .pp-simple-categories-container .pp-categories-list .pp-category-item .form-group.form-group-checkbox .form-control + .label:before
                {
            border-color: rgb(0, 107, 232);}
.privacy-preference-container .pp-popup .pp-content .pp-simple-categories-container .pp-categories-list .pp-category-item .form-group.form-group-checkbox label.label
                {
            font: normal 400 16px Kelson, sans-serif; 
            color: rgb(59, 61, 64);}
.privacy-preference-container .pp-popup .pp-content .pp-btn-container .pp-btn-container-actions .btn.btn-pp.btn-pp-accept-all
                    ,
                            .secretary .privacy-preference-container .pp-popup .pp-content .pp-btn-container .pp-btn-container-actions .btn.btn-pp.btn-pp-accept-all
                {
            background-color: rgb(0, 107, 232);}
.privacy-preference-container .pp-popup .pp-content .pp-btn-container .pp-btn-container-actions .btn.btn-pp.btn-pp-accept-all:hover
                    ,
                            .secretary .privacy-preference-container .pp-popup .pp-content .pp-btn-container .pp-btn-container-actions .btn.btn-pp.btn-pp-accept-all:hover
                {
            background-color: rgb(44, 193, 255);}
.privacy-preference-container .pp-popup .pp-content .pp-simple-categories-container .pp-categories-list .pp-category-item .form-group.form-group-checkbox .form-control:checked + .label:before
                    ,
                            .secretary .privacy-preference-container .pp-popup .pp-content .pp-simple-categories-container .pp-categories-list .pp-category-item .form-group.form-group-checkbox .form-control:checked + .label:before
                {
            border-color: rgb(0, 107, 232); 
            background-color: rgb(0, 107, 232);}
.privacy-preference-container .pp-popup .pp-content .pp-detailed-categories-container .pp-categories-list .pp-category-item .form-group.form-group-checkbox .form-control:checked + .label:before
                    ,
                            .secretary .privacy-preference-container .pp-popup .pp-content .pp-detailed-categories-container .pp-categories-list .pp-category-item .form-group.form-group-checkbox .form-control:checked + .label:before
                {
            color: rgb(0, 107, 232);}
.privacy-preference-container .pp-popup .pp-content .pp-detailed-categories-container .pp-categories-list .pp-category-item .pp-category-info-button-wrapper .btn.btn-pp.btn-pp-category-info
                    ,
                            .secretary .privacy-preference-container .pp-popup .pp-content .pp-detailed-categories-container .pp-categories-list .pp-category-item .pp-category-info-button-wrapper .btn.btn-pp.btn-pp-category-info
                {
            color: rgb(0, 107, 232);}
.privacy-preference-container .pp-popup .pp-content .pp-detailed-categories-container .pp-categories-list .pp-category-item .pp-category-info-button-wrapper .btn.btn-pp.btn-pp-category-info:hover
                    ,
                            .secretary .privacy-preference-container .pp-popup .pp-content .pp-detailed-categories-container .pp-categories-list .pp-category-item .pp-category-info-button-wrapper .btn.btn-pp.btn-pp-category-info:hover
                {
            color: rgb(44, 193, 255);}
.privacy-preference-container .pp-popup .pp-content .pp-detailed-categories-container .pp-categories-list .pp-category-item .pp-category-info-container .pp-cookies-list .pp-cookie-item .pp-cookie-attribute .pp-attribute-value a
                    ,
                            .secretary .privacy-preference-container .pp-popup .pp-content .pp-detailed-categories-container .pp-categories-list .pp-category-item .pp-category-info-container .pp-cookies-list .pp-cookie-item .pp-cookie-attribute .pp-attribute-value a
                {
            color: rgb(0, 107, 232);}
.privacy-preference-container .pp-popup .pp-content .pp-detailed-categories-container .pp-categories-list .pp-category-item .pp-category-info-container .pp-cookies-list .pp-cookie-item .pp-cookie-attribute .pp-attribute-value a:hover
                    ,
                            .secretary .privacy-preference-container .pp-popup .pp-content .pp-detailed-categories-container .pp-categories-list .pp-category-item .pp-category-info-container .pp-cookies-list .pp-cookie-item .pp-cookie-attribute .pp-attribute-value a:hover
                {
            color: rgb(44, 193, 255);}
.privacy-preference-container
                {
            padding: 60px 40px 60px 40px; 
            padding: 45px 35px;}
@media (max-width: 479px) {
                                    .privacy-preference-container
                {
            padding: 45px 0px;
                }}
.notice-container.cookies-module .cookies-container
                {
            padding: 0px 0px 0px 0px; 
            border-radius: 0px 0px 0px 0px;}
.notice-container.cookies-module .cookies-content .cookies-text
                {
            font: normal 400 14px Kelson, sans-serif; 
            color: rgb(0, 0, 0);}
.notice-container.cookies-module .cookies-content .btn.btn-cookies
                {
            font: normal 400 18px Kelson, sans-serif; 
            color: rgba(255, 255, 255, 0); 
            background: rgb(0, 110, 184) url() left top repeat;}
.notice-container.cookies-module .cookies-content .btn.btn-cookies:hover
                {
            color: rgb(255, 255, 255); 
            background: rgb(44, 193, 255) url() left top repeat;}
.notice-container.cookies-module .cookies-content .btn.btn-cookies.btn-cookies-accept
                {
            background: rgb(8, 168, 34) url() left top repeat;}
.notice-container.cookies-module .cookies-content .btn.btn-cookies.btn-cookies-close
                {
            background: rgb(229, 9, 236) url() left top repeat;}
.notice-container.cookies-module .cookies-content .btn.btn-cookies.btn-cookies-reject
                {
            background: rgb(14, 231, 237) url() left top repeat;}
.core-lightbox .lightbox-content-wrapper .lightbox-content
                {
            background: rgb(255, 255, 255) url() left top repeat;}
.core-lightbox .lightbox-content-wrapper .lightbox-content .btn.btn-nav
                {
            color: rgb(255, 255, 255); 
            background: rgb(142, 142, 142) url() left top repeat;}
.core-lightbox .lightbox-content-wrapper .lightbox-content .btn.btn-nav:hover
                {
            color: rgb(142, 142, 142); 
            background: rgb(255, 255, 255) url() left top repeat;}
.core-lightbox .lightbox-content-wrapper .lightbox-content .btn.btn-close
                {
            color: rgb(255, 255, 255); 
            background: rgb(142, 142, 142) url() left top repeat;}
.core-lightbox .lightbox-content-wrapper .lightbox-content .btn.btn-close:hover
                {
            color: rgb(142, 142, 142); 
            background: rgb(255, 255, 255) url() left top repeat;}
.core-lightbox
                {
            background: rgba(238, 238, 238, 0.6) url() left top repeat;}
.fullcontainer-module.module-wrapper[data-moduleid="fullcontainer67fe1731741b7"]
                            {
            padding: 50px 0px 0px 0px; 
            min-height: 450px; 
            background: rgb(44, 193, 255) url() left top repeat; 
            z-index:0;}
@media (max-width: 1399px) {
                                                    .fullcontainer-module.module-wrapper[data-moduleid="fullcontainer67fe1731741b7"]
                            {
            min-height: 520px; 
                }}
@media (max-width: 991px) {
                                                    .fullcontainer-module.module-wrapper[data-moduleid="fullcontainer67fe1731741b7"]
                            {
            padding: 50px 0px 0px 0px; 
            min-height: 1px; 
                }}
.container-module.module-wrapper[data-moduleid="container67fe1731741f6"]
                            {
            padding: 0px 0px 50px 0px;}
@media (max-width: 1399px) {
                                                    .container-module.module-wrapper[data-moduleid="container67fe1731741f6"]
                            {
            padding: 0px 0px 70px 0px; 
                }}
@media (max-width: 991px) {
                                                    .container-module.module-wrapper[data-moduleid="container67fe1731741f6"]
                            {
            padding: 0px 0px 0px 0px; 
                }}
.text-module.module-wrapper[data-moduleid="text67fe173174235"] .edit p
                            {
            color: rgb(255, 255, 255); 
            line-height: 38px;}
.text-module.module-wrapper[data-moduleid="text67fe173174235"] .edit h1
                            {
            font: normal 700 50px Kelson, sans-serif; 
            color: rgb(255, 255, 255); 
            line-height: 64px;}
@media (max-width: 1199px) {
                                                    .text-module.module-wrapper[data-moduleid="text67fe173174235"] .edit h1
                            {
            font-size: 45px; 
            line-height: 50px; 
                }}
@media (max-width: 479px) {
                                                    .text-module.module-wrapper[data-moduleid="text67fe173174235"] .edit h1
                            {
            font-size: 42px; 
            line-height: 54px; 
                }}
@media (max-width: 379px) {
                                                    .text-module.module-wrapper[data-moduleid="text67fe173174235"] .edit h1
                            {
            font-size: 40px; 
            line-height: 52px; 
                }}
.text-module.module-wrapper[data-moduleid="text67fe173174235"]
                            {
            width: 40%;}
@media (max-width: 991px) {
                                                    .text-module.module-wrapper[data-moduleid="text67fe173174235"]
                            {
            width: 100%;
                }}
.container-module.module-wrapper[data-moduleid="container67fe173174273"]
                            {
            margin: -400px 0px 0px 0px;}
@media (max-width: 1399px) {
                                                    .container-module.module-wrapper[data-moduleid="container67fe173174273"]
                            {
            margin: -470px 0px 0px 0px; 
                }}
@media (max-width: 991px) {
                                                    .container-module.module-wrapper[data-moduleid="container67fe173174273"]
                            {
            display: none; 
            margin: 0px 0px 0px 0px; 
                }}
.image-module.module-wrapper[data-moduleid="image67fe1731742b2"]
                            {
            min-height: 500px; 
            width: calc(70% - 150px);
margin-left: -150px;
z-index:1;
float: right;}
@media (max-width: 1199px) {
                                                    .image-module.module-wrapper[data-moduleid="image67fe1731742b2"]
                            {
            min-height: 500px; 
                }}
@media (max-width: 991px) {
                                                    .image-module.module-wrapper[data-moduleid="image67fe1731742b2"]
                            {
            min-height: 300px; 
            width: 100%;
margin-left: 0px;
z-index:1;
float: right;
                }}
@media (max-width: 479px) {
                                                    .image-module.module-wrapper[data-moduleid="image67fe1731742b2"]
                            {
            min-height: 250px; 
                }}
@media (max-width: 379px) {
                                                    .image-module.module-wrapper[data-moduleid="image67fe1731742b2"]
                            {
            min-height: 220px; 
                }}
.container-module.module-wrapper[data-moduleid="container67fe1731742f1"]
                            {
            margin: -160px 0px 0px 0px;}
@media (max-width: 1399px) {
                                                    .container-module.module-wrapper[data-moduleid="container67fe1731742f1"]
                            {
            margin: -450px 0px 0px 0px; 
                }}
@media (max-width: 991px) {
                                                    .container-module.module-wrapper[data-moduleid="container67fe1731742f1"]
                            {
            margin: 0px 0px 0px 0px; 
                }}
@media (max-width: 767px) {
                                                    .container-module.module-wrapper[data-moduleid="container67fe1731742f1"]
                            {
            margin: 0px 0px 0px 0px; 
                }}
.container-module.module-wrapper[data-moduleid="container67fe17317436e"]
                            {
            display: none; 
            margin: -400px 0px 0px 0px;}
@media (max-width: 1399px) {
                                                    .container-module.module-wrapper[data-moduleid="container67fe17317436e"]
                            {
            margin: -470px 0px 0px 0px; 
                }}
@media (max-width: 991px) {
                                                    .container-module.module-wrapper[data-moduleid="container67fe17317436e"]
                            {
            display: block; 
            margin: 0px 0px 0px 0px; 
                }}
@media (max-width: 991px) {
                                                    .image-module.module-wrapper[data-moduleid="image67fe1731743ad"]
                            {
            min-height: 300px; 
            width: 100%;
margin-left: 0px;
z-index:1;
float: right;
                }}
@media (max-width: 479px) {
                                                    .image-module.module-wrapper[data-moduleid="image67fe1731743ad"]
                            {
            min-height: 250px; 
                }}
@media (max-width: 379px) {
                                                    .image-module.module-wrapper[data-moduleid="image67fe1731743ad"]
                            {
            min-height: 220px; 
                }}
.container-module.module-wrapper[data-moduleid="container67fe1731743eb"] > .bluetrix-container
                            {
            display: flex; 
            flex-wrap: wrap;}
.container-module.module-wrapper[data-moduleid="container67fe1731743eb"]
                            {
            margin: 100px 0px 0px 0px;}
@media (max-width: 1199px) {
                                                    .container-module.module-wrapper[data-moduleid="container67fe1731743eb"]
                            {
            margin: 50px 0px 0px 0px; 
                }}
.fullcontainer-module.module-wrapper[data-moduleid="fullcontainer67fe173174429"]
                            {
            margin: 50px 0px 0px 0px;}
@media (max-width: 991px) {
                                                    .fullcontainer-module.module-wrapper[data-moduleid="fullcontainer67fe173174429"]
                            {
            margin: 0px 0px 0px 0px; 
                }}
.text-module.module-wrapper[data-moduleid="text67fe173174467"] .edit p
                            {
            line-height: 36px;}
.text-module.module-wrapper[data-moduleid="text67fe173174467"] .edit h2
                            {
            font: normal 700 45px Kelson, sans-serif; 
            color: rgb(0, 0, 0); 
            line-height: 53px; 
            margin: 0px 0px 30px 0px;}
@media (max-width: 479px) {
                                                    .text-module.module-wrapper[data-moduleid="text67fe173174467"] .edit h2
                            {
            font-size: 36px; 
            line-height: 44px; 
                }}
@media (max-width: 379px) {
                                                    .text-module.module-wrapper[data-moduleid="text67fe173174467"] .edit h2
                            {
            font-size: 34px; 
            line-height: 42px; 
                }}
.image-module.module-wrapper[data-moduleid="image67fe1731744e4"]
                            {
            margin: 50px 0px 0px 0px;}
.fullcontainer-module.module-wrapper[data-moduleid="fullcontainer67fe173174522"]
                            {
            padding: 100px 0px 100px 0px;}
@media (max-width: 479px) {
                                                    .fullcontainer-module.module-wrapper[data-moduleid="fullcontainer67fe173174522"]
                            {
            padding: 50px 0px 50px 0px; 
                }}
.text-module.module-wrapper[data-moduleid="text67fe173174560"] .edit p
                            {
            line-height: 36px;}
.text-module.module-wrapper[data-moduleid="text67fe173174560"] .edit h2
                            {
            font: normal 700 45px Kelson, sans-serif; 
            color: rgb(0, 110, 184); 
            line-height: 53px; 
            margin: 0px 0px 30px 0px;}
@media (max-width: 479px) {
                                                    .text-module.module-wrapper[data-moduleid="text67fe173174560"] .edit h2
                            {
            font-size: 36px; 
            line-height: 44px; 
                }}
@media (max-width: 379px) {
                                                    .text-module.module-wrapper[data-moduleid="text67fe173174560"] .edit h2
                            {
            font-size: 34px; 
            line-height: 42px; 
                }}
.text-module.module-wrapper[data-moduleid="text67fe173174560"]
                            {
            margin: 0px 0px 0px 0px;}
.text-module.module-wrapper[data-moduleid="text67fe17317459f"] .edit p
                            {
            line-height: 36px;}
.text-module.module-wrapper[data-moduleid="text67fe17317459f"] .edit h2
                            {
            font: normal 700 45px Kelson, sans-serif; 
            color: rgb(0, 110, 184); 
            line-height: 53px; 
            margin: 0px 0px 30px 0px;}
.text-module.module-wrapper[data-moduleid="text67fe17317459f"] .edit ul
                            {
            line-height: 36px;}
@media (max-width: 991px) {
                                                    .text-module.module-wrapper[data-moduleid="text67fe17317459f"] .edit ul
                            {
            margin: 0px 0px 0px 0px; 
                }}
.text-module.module-wrapper[data-moduleid="text67fe17317459f"]
                            {
            padding: 0px 30px 20px 0px; 
            margin: 0px 0px 0px 0px;}
.button-module.module-wrapper[data-moduleid="button67fe1731745dd"] > a.btn-u
                            {
            border-radius: 30px;}
.button-module.module-wrapper[data-moduleid="button67fe1731745dd"] > a.btn-u:hover
                                ,
                                            .button-module.module-wrapper[data-moduleid="button67fe1731745dd"] > a.btn-u:focus
                            {
            background-color: rgb(8, 33, 43); 
            color: rgb(255, 255, 255);}
.button-module.module-wrapper[data-moduleid="button67fe1731745dd"] > a.btn-u
                            {
            font: normal 400 18px Kelson, sans-serif; 
            color: rgb(255, 255, 255); 
            background: rgb(44, 193, 255) url() left top repeat; 
            padding: 10px 30px 10px 30px; 
            text-transform: uppercase;}
.button-module.module-wrapper[data-moduleid="button67fe1731745dd"]
                            {
            padding: 0px 0px 0px 0px; 
            margin: 0px 0px 0px 0px; 
            width: auto;}
.container-module.module-wrapper[data-moduleid="container67fe17317461c"]
                            {
            background: rgb(0, 110, 184) url() left top repeat;}
.text-module.module-wrapper[data-moduleid="text67fe17317465a"] .edit p
                            {
            color: rgb(255, 255, 255); 
            line-height: 36px;}
.text-module.module-wrapper[data-moduleid="text67fe17317465a"] .edit h2
                            {
            font: normal 700 45px Kelson, sans-serif; 
            color: rgb(0, 110, 184); 
            line-height: 53px; 
            margin: 0px 0px 30px 0px;}
.text-module.module-wrapper[data-moduleid="text67fe17317465a"] .edit h3
                            {
            font: normal 700 35px Kelson, sans-serif; 
            color: rgb(255, 255, 255); 
            line-height: 43px; 
            margin: 0px 0px 30px 0px;}
@media (max-width: 479px) {
                                                    .text-module.module-wrapper[data-moduleid="text67fe17317465a"] .edit h3
                            {
            font-size: 31px; 
            line-height: 39px; 
                }}
@media (max-width: 379px) {
                                                    .text-module.module-wrapper[data-moduleid="text67fe17317465a"] .edit h3
                            {
            font-size: 29px; 
            line-height: 37px; 
                }}
.text-module.module-wrapper[data-moduleid="text67fe17317465a"] .edit ul
                            {
            line-height: 36px;}
.text-module.module-wrapper[data-moduleid="text67fe17317465a"]
                            {
            margin: 100px 0px 0px 0px;}
@media (max-width: 479px) {
                                                    .text-module.module-wrapper[data-moduleid="text67fe17317465a"]
                            {
            margin: 50px 0px 0px 0px; 
                }}
.fullcontainer-module.module-wrapper[data-moduleid="fullcontainer67fe173174698"] >.bluetrix-container
                            {
            display: flex; 
            flex-wrap: wrap; 
            padding: 0px 0px 100px 0px;}
@media (max-width: 479px) {
                                                    .fullcontainer-module.module-wrapper[data-moduleid="fullcontainer67fe173174698"] >.bluetrix-container
                            {
            padding: 0px 0px 50px 0px; 
                }}
.fullcontainer-module.module-wrapper[data-moduleid="fullcontainer67fe1731746d6"]
                            {
            padding: 0px 15px 0px 15px; 
            margin: 30px 0px 0px 0px;}
@media (max-width: 767px) {
                                                    .fullcontainer-module.module-wrapper[data-moduleid="fullcontainer67fe1731746d6"]
                            {
            width: 50%;
                }}
@media (max-width: 479px) {
                                                    .fullcontainer-module.module-wrapper[data-moduleid="fullcontainer67fe1731746d6"]
                            {
            width: 100%;
                }}
.image-module.module-wrapper[data-moduleid="image67fe173174715"] .content-wrapper
                            {
            display: flex; 
            justify-content: center;}
.image-module.module-wrapper[data-moduleid="image67fe173174715"] a img
                                ,
                                            .image-module.module-wrapper[data-moduleid="image67fe173174715"] .unify-img
                            {
            width: 147px; 
            height: 147px;}
.image-module.module-wrapper[data-moduleid="image67fe173174715"]
                            {
            display: flex; 
            justify-content: center;}
.text-module.module-wrapper[data-moduleid="text67fe173174754"] .edit p
                            {
            font: normal 400 18px Kelson, sans-serif; 
            color: rgb(255, 255, 255); 
            text-align: center;}
.text-module.module-wrapper[data-moduleid="text67fe173174754"] .edit a
                            {
            color: rgb(255, 255, 255); 
            text-decoration: underline;}
.text-module.module-wrapper[data-moduleid="text67fe173174754"] .edit h3
                            {
            font: normal 500 22px Kelson, sans-serif; 
            color: rgb(255, 255, 255); 
            text-align: center;}
.text-module.module-wrapper[data-moduleid="text67fe173174754"]
                            {
            margin: 20px 0px 0px 0px;}
.fullcontainer-module.module-wrapper[data-moduleid="fullcontainer67fe173174792"]
                            {
            padding: 0px 15px 0px 15px; 
            margin: 30px 0px 0px 0px;}
@media (max-width: 767px) {
                                                    .fullcontainer-module.module-wrapper[data-moduleid="fullcontainer67fe173174792"]
                            {
            width: 50%;
                }}
@media (max-width: 479px) {
                                                    .fullcontainer-module.module-wrapper[data-moduleid="fullcontainer67fe173174792"]
                            {
            width: 100%;
                }}
.image-module.module-wrapper[data-moduleid="image67fe1731747d0"] .content-wrapper
                            {
            display: flex; 
            justify-content: center;}
.image-module.module-wrapper[data-moduleid="image67fe1731747d0"] a img
                                ,
                                            .image-module.module-wrapper[data-moduleid="image67fe1731747d0"] .unify-img
                            {
            width: 147px; 
            height: 147px;}
.image-module.module-wrapper[data-moduleid="image67fe1731747d0"]
                            {
            display: flex;}
.text-module.module-wrapper[data-moduleid="text67fe17317480e"] .edit p
                            {
            font: normal 400 18px Kelson, sans-serif; 
            color: rgb(255, 255, 255); 
            text-align: center;}
.text-module.module-wrapper[data-moduleid="text67fe17317480e"] .edit h3
                            {
            font: normal 500 22px Kelson, sans-serif; 
            color: rgb(255, 255, 255); 
            text-align: center;}
.text-module.module-wrapper[data-moduleid="text67fe17317480e"]
                            {
            margin: 20px 0px 0px 0px;}
.fullcontainer-module.module-wrapper[data-moduleid="fullcontainer67fe17317484c"]
                            {
            padding: 0px 15px 0px 15px; 
            margin: 30px 0px 0px 0px;}
@media (max-width: 767px) {
                                                    .fullcontainer-module.module-wrapper[data-moduleid="fullcontainer67fe17317484c"]
                            {
            width: 50%;
                }}
@media (max-width: 479px) {
                                                    .fullcontainer-module.module-wrapper[data-moduleid="fullcontainer67fe17317484c"]
                            {
            width: 100%;
                }}
.image-module.module-wrapper[data-moduleid="image67fe17317488a"] .content-wrapper
                            {
            display: flex; 
            justify-content: center;}
.image-module.module-wrapper[data-moduleid="image67fe17317488a"] a img
                                ,
                                            .image-module.module-wrapper[data-moduleid="image67fe17317488a"] .unify-img
                            {
            width: 147px; 
            height: 147px;}
.image-module.module-wrapper[data-moduleid="image67fe17317488a"]
                            {
            display: flex;}
.text-module.module-wrapper[data-moduleid="text67fe1731748c8"] .edit p
                            {
            font: normal 400 18px Kelson, sans-serif; 
            color: rgb(255, 255, 255); 
            text-align: center;}
.text-module.module-wrapper[data-moduleid="text67fe1731748c8"] .edit h3
                            {
            font: normal 500 22px Kelson, sans-serif; 
            color: rgb(255, 255, 255); 
            text-align: center;}
.text-module.module-wrapper[data-moduleid="text67fe1731748c8"]
                            {
            margin: 20px 0px 0px 0px;}
.fullcontainer-module.module-wrapper[data-moduleid="fullcontainer67fe173174906"]
                            {
            padding: 0px 15px 0px 15px; 
            margin: 30px 0px 0px 0px;}
@media (max-width: 767px) {
                                                    .fullcontainer-module.module-wrapper[data-moduleid="fullcontainer67fe173174906"]
                            {
            width: 50%;
                }}
@media (max-width: 479px) {
                                                    .fullcontainer-module.module-wrapper[data-moduleid="fullcontainer67fe173174906"]
                            {
            width: 100%;
                }}
.image-module.module-wrapper[data-moduleid="image67fe173174945"] .content-wrapper
                            {
            display: flex; 
            justify-content: center;}
.image-module.module-wrapper[data-moduleid="image67fe173174945"] a img
                                ,
                                            .image-module.module-wrapper[data-moduleid="image67fe173174945"] .unify-img
                            {
            width: 147px; 
            height: 147px;}
.image-module.module-wrapper[data-moduleid="image67fe173174945"]
                            {
            display: flex;}
.text-module.module-wrapper[data-moduleid="text67fe173174982"] .edit p
                            {
            font: normal 400 18px Kelson, sans-serif; 
            color: rgb(255, 255, 255); 
            text-align: center;}
.text-module.module-wrapper[data-moduleid="text67fe173174982"] .edit h3
                            {
            font: normal 500 22px Kelson, sans-serif; 
            color: rgb(255, 255, 255); 
            text-align: center;}
.text-module.module-wrapper[data-moduleid="text67fe173174982"]
                            {
            margin: 20px 0px 0px 0px;}
.fullcontainer-module.module-wrapper[data-moduleid="fullcontainer67fe1731749c0"]
                            {
            padding: 0px 15px 0px 15px; 
            margin: 30px 0px 0px 0px;}
@media (max-width: 767px) {
                                                    .fullcontainer-module.module-wrapper[data-moduleid="fullcontainer67fe1731749c0"]
                            {
            width: 50%;
                }}
@media (max-width: 479px) {
                                                    .fullcontainer-module.module-wrapper[data-moduleid="fullcontainer67fe1731749c0"]
                            {
            width: 100%;
                }}
.image-module.module-wrapper[data-moduleid="image67fe1731749fe"] .content-wrapper
                            {
            display: flex; 
            justify-content: center;}
.image-module.module-wrapper[data-moduleid="image67fe1731749fe"] a img
                                ,
                                            .image-module.module-wrapper[data-moduleid="image67fe1731749fe"] .unify-img
                            {
            width: 160px; 
            height: 147px;}
.image-module.module-wrapper[data-moduleid="image67fe1731749fe"]
                            {
            display: flex; 
            min-height: 147px;}
.text-module.module-wrapper[data-moduleid="text67fe173174a3b"] .edit p
                            {
            font: normal 400 18px Kelson, sans-serif; 
            color: rgb(255, 255, 255); 
            text-align: center;}
.text-module.module-wrapper[data-moduleid="text67fe173174a3b"] .edit h3
                            {
            font: normal 500 22px Kelson, sans-serif; 
            color: rgb(255, 255, 255); 
            text-align: center;}
.text-module.module-wrapper[data-moduleid="text67fe173174a3b"]
                            {
            margin: 20px 0px 0px 0px;}
.image-module.module-wrapper[data-moduleid="image67fe173174ab7"] .content-wrapper
                            {
            display: flex; 
            justify-content: center;}
.image-module.module-wrapper[data-moduleid="image67fe173174ab7"] a img
                                ,
                                            .image-module.module-wrapper[data-moduleid="image67fe173174ab7"] .unify-img
                            {
            width: 147px; 
            height: 147px;}
.image-module.module-wrapper[data-moduleid="image67fe173174ab7"]
                            {
            display: flex;}
.text-module.module-wrapper[data-moduleid="text67fe173174af5"] .edit p
                            {
            font: normal 400 18px Kelson, sans-serif; 
            color: rgb(255, 255, 255); 
            text-align: center;}
.text-module.module-wrapper[data-moduleid="text67fe173174af5"] .edit h3
                            {
            font: normal 500 22px Kelson, sans-serif; 
            color: rgb(255, 255, 255); 
            text-align: center;}
.text-module.module-wrapper[data-moduleid="text67fe173174af5"]
                            {
            margin: 20px 0px 0px 0px;}
.image-module.module-wrapper[data-moduleid="image67fe173174b70"] .content-wrapper
                            {
            display: flex; 
            justify-content: center;}
.image-module.module-wrapper[data-moduleid="image67fe173174b70"] a img
                                ,
                                            .image-module.module-wrapper[data-moduleid="image67fe173174b70"] .unify-img
                            {
            width: 147px; 
            height: 147px;}
.image-module.module-wrapper[data-moduleid="image67fe173174b70"]
                            {
            display: flex;}
.text-module.module-wrapper[data-moduleid="text67fe173174bae"] .edit p
                            {
            font: normal 400 18px Kelson, sans-serif; 
            color: rgb(255, 255, 255); 
            text-align: center;}
.text-module.module-wrapper[data-moduleid="text67fe173174bae"] .edit a
                            {
            color: rgb(255, 255, 255); 
            text-decoration: underline;}
.text-module.module-wrapper[data-moduleid="text67fe173174bae"] .edit h3
                            {
            font: normal 500 22px Kelson, sans-serif; 
            color: rgb(255, 255, 255); 
            text-align: center;}
.text-module.module-wrapper[data-moduleid="text67fe173174bae"]
                            {
            margin: 20px 0px 0px 0px;}
.container-module.module-wrapper[data-moduleid="container67fe173174bec"] > .bluetrix-container
                            {
            display: flex; 
            flex-wrap: wrap; 
            align-items: center;}
.container-module.module-wrapper[data-moduleid="container67fe173174bec"]
                            {
            padding: 100px 0px 100px 0px; 
            background: rgb(244, 244, 244) url() left top repeat;}
@media (max-width: 767px) {
                                                    .container-module.module-wrapper[data-moduleid="container67fe173174bec"]
                            {
            padding: 60px 0px 60px 0px; 
                }}
@media (max-width: 479px) {
                                                    .container-module.module-wrapper[data-moduleid="container67fe173174bec"]
                            {
            padding: 50px 0px 50px 0px; 
                }}
@media (max-width: 991px) {
                                                    .image-module.module-wrapper[data-moduleid="image67fe173174c2a"] .content-wrapper
                            {
            display: flex; 
            justify-content: center; 
                }}
@media (max-width: 991px) {
                                                    .image-module.module-wrapper[data-moduleid="image67fe173174c2a"] a img
                                ,
                                            .image-module.module-wrapper[data-moduleid="image67fe173174c2a"] .unify-img
                            {
            width: 300px; 
                }}
.image-module.module-wrapper[data-moduleid="image67fe173174c2a"]
                            {
            padding: 0px 60px 0px 0px; 
            width: 40%;}
@media (max-width: 991px) {
                                                    .image-module.module-wrapper[data-moduleid="image67fe173174c2a"]
                            {
            padding: 0px 0px 0px 0px; 
            margin: 0px 0px 30px 0px; 
            width: 100%;
                }}
.fullcontainer-module.module-wrapper[data-moduleid="fullcontainer67fe173174c68"]
                            {
            padding: 0px 0px 0px 0px; 
            width: 60%;}
@media (max-width: 991px) {
                                                    .fullcontainer-module.module-wrapper[data-moduleid="fullcontainer67fe173174c68"]
                            {
            width: 100%;
                }}
.text-module.module-wrapper[data-moduleid="text67fe173174ca6"] .edit p
                            {
            line-height: 36px;}
.text-module.module-wrapper[data-moduleid="text67fe173174ca6"] .edit h2
                            {
            font: normal 700 45px Kelson, sans-serif; 
            color: rgb(0, 110, 184); 
            line-height: 53px; 
            margin: 0px 0px 30px 0px;}
@media (max-width: 479px) {
                                                    .text-module.module-wrapper[data-moduleid="text67fe173174ca6"] .edit h2
                            {
            font-size: 36px; 
            line-height: 44px; 
                }}
@media (max-width: 379px) {
                                                    .text-module.module-wrapper[data-moduleid="text67fe173174ca6"] .edit h2
                            {
            font-size: 34px; 
            line-height: 42px; 
                }}
.text-module.module-wrapper[data-moduleid="text67fe173174ca6"]
                            {
            margin: 0px 0px 0px 0px;}
.button-module.module-wrapper[data-moduleid="button67fe173174ce4"] > a.btn-u
                            {
            border-radius: 30px;}
.button-module.module-wrapper[data-moduleid="button67fe173174ce4"] > a.btn-u:hover
                                ,
                                            .button-module.module-wrapper[data-moduleid="button67fe173174ce4"] > a.btn-u:focus
                            {
            background-color: rgb(8, 33, 43); 
            color: rgb(255, 255, 255);}
.button-module.module-wrapper[data-moduleid="button67fe173174ce4"] > a.btn-u
                            {
            font: normal 400 18px Kelson, sans-serif; 
            color: rgb(255, 255, 255); 
            background: rgb(44, 193, 255) url() left top repeat; 
            padding: 10px 30px 10px 30px; 
            text-transform: uppercase;}
.button-module.module-wrapper[data-moduleid="button67fe173174ce4"]
                            {
            padding: 0px 0px 0px 0px; 
            margin: 0px 0px 0px 0px; 
            width: auto;}
.container-module.module-wrapper[data-moduleid="container67fe173174d22"] > .bluetrix-container
                            {
            display: flex; 
            flex-wrap: wrap; 
            align-items: center;}
.container-module.module-wrapper[data-moduleid="container67fe173174d22"]
                            {
            padding: 100px 0px 100px 0px; 
            background: rgb(255, 255, 255) url() left top repeat;}
@media (max-width: 767px) {
                                                    .container-module.module-wrapper[data-moduleid="container67fe173174d22"]
                            {
            padding: 60px 0px 60px 0px; 
                }}
@media (max-width: 479px) {
                                                    .container-module.module-wrapper[data-moduleid="container67fe173174d22"]
                            {
            padding: 50px 0px 50px 0px; 
                }}
.text-module.module-wrapper[data-moduleid="text67fe173174d60"] .edit p
                            {
            line-height: 36px;}
.text-module.module-wrapper[data-moduleid="text67fe173174d60"] .edit h2
                            {
            font: normal 700 45px Kelson, sans-serif; 
            color: rgb(0, 110, 184); 
            line-height: 53px; 
            margin: 0px 0px 30px 0px;}
@media (max-width: 479px) {
                                                    .text-module.module-wrapper[data-moduleid="text67fe173174d60"] .edit h2
                            {
            font-size: 36px; 
            line-height: 44px; 
                }}
@media (max-width: 379px) {
                                                    .text-module.module-wrapper[data-moduleid="text67fe173174d60"] .edit h2
                            {
            font-size: 34px; 
            line-height: 42px; 
                }}
.text-module.module-wrapper[data-moduleid="text67fe173174d60"]
                            {
            margin: 0px 0px 0px 0px;}
.accordion-module.module-wrapper[data-moduleid="accordion67fe173174d9e"] .panel-heading .panel-title .accordion-toggle
                            {
            font: normal 400 20px Kelson, sans-serif; 
            color: rgb(255, 255, 255); 
            background: rgb(0, 110, 184) url() left top repeat;}
.accordion-module.module-wrapper[data-moduleid="accordion67fe173174d9e"] .panel-collapse .panel-body
                            {
            background-color: rgb(255, 255, 255); 
            border-top: 0px solid rgb(255, 255, 255);}
.accordion-module.module-wrapper[data-moduleid="accordion67fe173174d9e"] .accordionitem-module
                            {
            border-top: 0px solid rgb(255, 255, 255); 
            border-right: 0px solid rgb(255, 255, 255); 
            border-bottom: 0px solid rgb(255, 255, 255); 
            border-left: 0px solid rgb(255, 255, 255);}
@media (max-width: 479px) {
                                                    .accordion-module.module-wrapper[data-moduleid="accordion67fe173174d9e"]
                            {
            padding: 0px 5px 0px 5px; 
                }}
.menuextend-module.module-wrapper[data-moduleid="menuextend67fe173174177"] .navbar .container-fluid .navbar-header .navbar-brand img
                            {
            margin: 20px 0px 20px 0px; 
            height: 45px;}
.menuextend-module.module-wrapper[data-moduleid="menuextend67fe173174177"] .navbar .container-fluid .navbar-collapse .navbar-nav
                            {
            margin: 20px -15px 0px 0px;}
@media (max-width: 991px) {
                                                    .menuextend-module.module-wrapper[data-moduleid="menuextend67fe173174177"] .navbar .container-fluid .navbar-collapse .navbar-nav
                            {
            padding: 0px 0px 0px 0px; 
                }}
.menuextend-module.module-wrapper[data-moduleid="menuextend67fe173174177"] .navbar .container-fluid .navbar-collapse .navbar-nav > .menuitem-module > a
                            {
            font: normal 400 16px Kelson, sans-serif; 
            color: rgb(59, 61, 64); 
            padding: 8px 15px 8px 15px;}
@media (max-width: 991px) {
                                                    .menuextend-module.module-wrapper[data-moduleid="menuextend67fe173174177"] .navbar .container-fluid .navbar-collapse .navbar-nav > .menuitem-module > a
                            {
            padding: 15px 15px 15px 0px; 
                }}
.menuextend-module.module-wrapper[data-moduleid="menuextend67fe173174177"] .navbar .container-fluid .navbar-collapse .navbar-nav > .menuitem-module > a:hover
                            {
            color: rgb(0, 149, 219);}
.menuextend-module.module-wrapper[data-moduleid="menuextend67fe173174177"] .navbar .container-fluid .navbar-collapse .navbar-nav > .menuitem-module.active > a
                            {
            color: rgb(0, 110, 184);}
.menuextend-module.module-wrapper[data-moduleid="menuextend67fe173174177"] .navbar .container-fluid .navbar-collapse .navbar-nav > .menuitem-module .dropdown-menu
                            {
            padding: 0px 0px 0px 0px;}
@media (max-width: 991px) {
                                                    .menuextend-module.module-wrapper[data-moduleid="menuextend67fe173174177"] .navbar .container-fluid .navbar-collapse .navbar-nav > .menuitem-module .dropdown-menu
                            {
            padding: 0px 0px 0px 0px; 
                }}
.menuextend-module.module-wrapper[data-moduleid="menuextend67fe173174177"] .navbar .container-fluid .navbar-collapse .navbar-nav > .menuitem-module .dropdown-menu > .menuitem-module > a
                            {
            padding: 10px 15px 10px 15px;}
@media (max-width: 991px) {
                                                    .menuextend-module.module-wrapper[data-moduleid="menuextend67fe173174177"] .navbar .container-fluid .navbar-collapse .navbar-nav > .menuitem-module .dropdown-menu > .menuitem-module > a
                            {
            font-size: 20px; 
                }}
.menuextend-module.module-wrapper[data-moduleid="menuextend67fe173174177"] .navbar .container-fluid .navbar-collapse .navbar-nav > .menuitem-module .dropdown-menu > .menuitem-module > a:hover
                            {
            color: rgb(0, 149, 219);}
.menuextend-module.module-wrapper[data-moduleid="menuextend67fe173174177"] .navbar .container-fluid .navbar-collapse .navbar-nav > .menuitem-module .dropdown-menu > .menuitem-module.active > a
                            {
            color: rgb(0, 149, 219);}
.menuextend-module.module-wrapper[data-moduleid="menuextend67fe173174177"] .navbar .container-fluid .navbar-header .navbar-toggle
                            {
            color: rgb(0, 149, 219); 
            font-size: 24px; 
            border-radius: 5px; 
            margin: 25px 15px 8px 0px;}
.menuitem-module.module-wrapper[data-moduleid="menuitem672b3db3c12b7"]
                            {
            margin: 0px 10px 0px 0px;}
.menuitem-module.module-wrapper[data-moduleid="menuitem6763ce8a3286b"] > a .edit
                                ,
                                            .menuitem-module.module-wrapper[data-moduleid="menuitem6763ce8a3286b"].dropdown.dropdown-on-right > a > .edit
                            {
            font: normal 400 16px Kelson, sans-serif;}
.menuitem-module.module-wrapper[data-moduleid="menuitem677f8b443f3a4"] > a .edit
                                ,
                                            .menuitem-module.module-wrapper[data-moduleid="menuitem677f8b443f3a4"].dropdown.dropdown-on-right > a > .edit
                            {
            font: normal 400 16px Kelson, sans-serif;}
.menuitem-module.module-wrapper[data-moduleid="menuitem677f8b4b0c14a"] > a .edit
                                ,
                                            .menuitem-module.module-wrapper[data-moduleid="menuitem677f8b4b0c14a"].dropdown.dropdown-on-right > a > .edit
                            {
            font: normal 400 16px Kelson, sans-serif; 
            padding: 0px 10px 0px 0px;}
.menuitem-module.module-wrapper[data-moduleid="menuitem67d817f7f0589"] > a .edit
                                ,
                                            .menuitem-module.module-wrapper[data-moduleid="menuitem67d817f7f0589"].dropdown.dropdown-on-right > a > .edit
                            {
            font: normal 400 16px Kelson, sans-serif;}
.menuitem-module.module-wrapper[data-moduleid="menuitem67e28da086803"] > a .edit
                                ,
                                            .menuitem-module.module-wrapper[data-moduleid="menuitem67e28da086803"].dropdown.dropdown-on-right > a > .edit
                            {
            font: normal 400 16px Kelson, sans-serif; 
            padding: 0px 10px 0px 0px;}
.menuitem-module.module-wrapper[data-moduleid="menuitem67fe173174f9b"] > a .edit
                                ,
                                            .menuitem-module.module-wrapper[data-moduleid="menuitem67fe173174f9b"].dropdown.dropdown-on-right > a > .edit
                            {
            font: normal 400 16px Kelson, sans-serif;}
.menuitem-module.module-wrapper[data-moduleid="menuitem67fe1937799c3"] > a .edit
                                ,
                                            .menuitem-module.module-wrapper[data-moduleid="menuitem67fe1937799c3"].dropdown.dropdown-on-right > a > .edit
                            {
            font: normal 400 16px Kelson, sans-serif;}
.menuitem-module.module-wrapper[data-moduleid="menuitem68493b3e4d19f"] > a .edit
                                ,
                                            .menuitem-module.module-wrapper[data-moduleid="menuitem68493b3e4d19f"].dropdown.dropdown-on-right > a > .edit
                            {
            font: normal 400 16px Kelson, sans-serif;}
.menuitem-module.module-wrapper[data-moduleid="menuitem68493d4de5467"] > a .edit
                                ,
                                            .menuitem-module.module-wrapper[data-moduleid="menuitem68493d4de5467"].dropdown.dropdown-on-right > a > .edit
                            {
            font: normal 400 16px Kelson, sans-serif;}
.menuitem-module.module-wrapper[data-moduleid="menuitem6849405149dfc"] > a .edit
                                ,
                                            .menuitem-module.module-wrapper[data-moduleid="menuitem6849405149dfc"].dropdown.dropdown-on-right > a > .edit
                            {
            font: normal 400 16px Kelson, sans-serif;}
.menuitem-module.module-wrapper[data-moduleid="menuitem68494347b3535"] > a .edit
                                ,
                                            .menuitem-module.module-wrapper[data-moduleid="menuitem68494347b3535"].dropdown.dropdown-on-right > a > .edit
                            {
            font: normal 400 16px Kelson, sans-serif;}
.menuitem-module.module-wrapper[data-moduleid="menuitem684bc930400bd"] > a .edit
                                ,
                                            .menuitem-module.module-wrapper[data-moduleid="menuitem684bc930400bd"].dropdown.dropdown-on-right > a > .edit
                            {
            font: normal 400 16px Kelson, sans-serif;}
.image-module.module-wrapper[data-moduleid="image672376c04afaa"]
                            {
            display: flex; 
            padding: 15px 15px 15px 15px; 
            background: rgb(244, 244, 244) url() left top repeat; 
            width: 35%;}
@media (max-width: 767px) {
                                                    .image-module.module-wrapper[data-moduleid="image672376c04afaa"]
                            {
            display: none; 
                }}
.uniquejobs-module.module-wrapper[data-moduleid="uniquejobs67237ab90b3df"]
                            {
            padding: 0px 0px 0px 0px;}
@media (max-width: 767px) {
                                                    .uniquejobs-module.module-wrapper[data-moduleid="uniquejobs67237ab90b3df"]
                            {
            width: 100%;
                }}
.fullcontainer-module.module-wrapper[data-moduleid="fullcontainer67fe17317432f"] >.bluetrix-container
                            {
            display: flex; 
            flex-wrap: wrap; 
            align-items: center; 
            align-content: center;}
.fullcontainer-module.module-wrapper[data-moduleid="fullcontainer67fe17317432f"]
                            {
            margin: 0px 0px 0px 0px; 
            background: rgb(255, 255, 255) url() left top repeat; 
            width: calc(40% + 150px);
z-index:2;}
@media (max-width: 1399px) {
                                                    .fullcontainer-module.module-wrapper[data-moduleid="fullcontainer67fe17317432f"]
                            {
            margin: 330px 0px 0px 0px; 
            width: calc(40% + 150px);
z-index:2;
                }}
@media (max-width: 1199px) {
                                                    .fullcontainer-module.module-wrapper[data-moduleid="fullcontainer67fe17317432f"]
                            {
            margin: 350px 0px 0px 0px; 
            width: calc(50% + 150px);
z-index:2;
                }}
@media (max-width: 991px) {
                                                    .fullcontainer-module.module-wrapper[data-moduleid="fullcontainer67fe17317432f"]
                            {
            margin: 0px 0px 0px 0px; 
            width: 100%;
z-index:2;
margin-left: 0px;
                }}
@media (max-width: 767px) {
                                                    .fullcontainer-module.module-wrapper[data-moduleid="fullcontainer67fe17317432f"]
                            {
            margin: 0px 0px 0px 0px; 
            width: 100%;
z-index:2;
margin-left: 0px;
                }}
@media (max-width: 479px) {
                                                    .fullcontainer-module.module-wrapper[data-moduleid="fullcontainer67fe17317432f"]
                            {
            margin: 0px 0px 0px 0px; 
                }}
.fullcontainer-module.module-wrapper[data-moduleid="fullcontainer673f2c422bd2e"]
                            {
            padding: 0px 20px 0px 20px; 
            width: 65%;}
@media (max-width: 767px) {
                                                    .fullcontainer-module.module-wrapper[data-moduleid="fullcontainer673f2c422bd2e"]
                            {
            padding: 20px 20px 30px 20px; 
            width: 100%;
                }}
@media (max-width: 479px) {
                                                    .fullcontainer-module.module-wrapper[data-moduleid="fullcontainer673f2c422bd2e"]
                            {
            padding: 30px 0px 30px 0px; 
                }}
.fullcontainer-module.module-wrapper[data-moduleid="fullcontainer67fe173174f59"]
                            {
            background: rgb(0, 110, 184) url() left top repeat;}
.container-module.module-wrapper[data-moduleid="container673ddf5da0000"] > .bluetrix-container
                            {
            display: flex; 
            flex-wrap: wrap;}
.container-module.module-wrapper[data-moduleid="container673ddf5da0000"]
                            {
            padding: 100px 0px 100px 0px;}
.text-module.module-wrapper[data-moduleid="text673ddf637d6ae"] .edit p
                            {
            color: rgb(255, 255, 255);}
.text-module.module-wrapper[data-moduleid="text673ddf637d6ae"] .edit h2
                            {
            color: rgb(255, 255, 255); 
            margin: 0px 0px 10px 0px;}
.text-module.module-wrapper[data-moduleid="text673ddf637d6ae"]
                            {
            padding: 0px 60px 0px 0px;}
@media (max-width: 1199px) {
                                                    .text-module.module-wrapper[data-moduleid="text673ddf637d6ae"]
                            {
            padding: 0px 0px 0px 0px; 
            margin: 0px 0px 30px 0px; 
                }}
@media (max-width: 991px) {
                                                    .fullcontainer-module.module-wrapper[data-moduleid="fullcontainer673ddfc88f827"]
                            {
            margin: 0px 0px 30px 0px; 
                }}
.button-module.module-wrapper[data-moduleid="button673ddfe102574"] > a.btn-u:hover
                                ,
                                            .button-module.module-wrapper[data-moduleid="button673ddfe102574"] > a.btn-u:focus
                            {
            background-color: rgb(44, 193, 255); 
            color: rgb(255, 255, 255);}
.button-module.module-wrapper[data-moduleid="button673ddfe102574"] > a.btn-u
                            {
            font: normal 400 16px Kelson, sans-serif; 
            color: rgb(0, 0, 0); 
            background: rgb(255, 255, 255) url() left top repeat;}
.button-module.module-wrapper[data-moduleid="button673ddfe102574"]
                            {
            padding: 0px 10px 0px 0px; 
            margin: 0px 0px 10px 0px; 
            width: auto;}
.button-module.module-wrapper[data-moduleid="button673de055cfb47"] > a.btn-u:hover
                                ,
                                            .button-module.module-wrapper[data-moduleid="button673de055cfb47"] > a.btn-u:focus
                            {
            background-color: rgb(255, 255, 255); 
            color: rgb(0, 0, 0);}
.button-module.module-wrapper[data-moduleid="button673de055cfb47"] > a.btn-u
                            {
            font: normal 400 16px Kelson, sans-serif; 
            color: rgb(255, 255, 255); 
            background: rgb(44, 193, 255) url() left top repeat;}
.button-module.module-wrapper[data-moduleid="button673de055cfb47"]
                            {
            padding: 0px 10px 0px 0px; 
            margin: 0px 0px 10px 0px; 
            width: auto;}
.button-module.module-wrapper[data-moduleid="button673de082dbbf3"] > a.btn-u:hover
                                ,
                                            .button-module.module-wrapper[data-moduleid="button673de082dbbf3"] > a.btn-u:focus
                            {
            background-color: rgb(44, 193, 255); 
            color: rgb(255, 255, 255);}
.button-module.module-wrapper[data-moduleid="button673de082dbbf3"] > a.btn-u
                            {
            font: normal 400 16px Kelson, sans-serif; 
            color: rgb(0, 0, 0); 
            background: rgb(204, 204, 204) url() left top repeat;}
.button-module.module-wrapper[data-moduleid="button673de082dbbf3"]
                            {
            padding: 0px 10px 0px 0px; 
            margin: 0px 0px 10px 0px; 
            width: auto;}
.button-module.module-wrapper[data-moduleid="button673de0f8b8cd6"] > a.btn-u:hover
                                ,
                                            .button-module.module-wrapper[data-moduleid="button673de0f8b8cd6"] > a.btn-u:focus
                            {
            background-color: rgb(44, 193, 255); 
            color: rgb(255, 255, 255);}
.button-module.module-wrapper[data-moduleid="button673de0f8b8cd6"] > a.btn-u
                            {
            font: normal 400 16px Kelson, sans-serif; 
            color: rgb(0, 0, 0); 
            background: rgb(255, 255, 255) url() left top repeat;}
.button-module.module-wrapper[data-moduleid="button673de0f8b8cd6"]
                            {
            padding: 0px 10px 0px 0px; 
            margin: 0px 0px 10px 0px; 
            width: auto;}
.button-module.module-wrapper[data-moduleid="button673de126e869f"] > a.btn-u:hover
                                ,
                                            .button-module.module-wrapper[data-moduleid="button673de126e869f"] > a.btn-u:focus
                            {
            background-color: rgb(255, 255, 255); 
            color: rgb(0, 0, 0);}
.button-module.module-wrapper[data-moduleid="button673de126e869f"] > a.btn-u
                            {
            font: normal 400 16px Kelson, sans-serif; 
            color: rgb(255, 255, 255); 
            background: rgb(44, 193, 255) url() left top repeat;}
.button-module.module-wrapper[data-moduleid="button673de126e869f"]
                            {
            padding: 0px 10px 0px 0px; 
            margin: 0px 0px 10px 0px; 
            width: auto;}
.button-module.module-wrapper[data-moduleid="button673de13f3f991"] > a.btn-u:hover
                                ,
                                            .button-module.module-wrapper[data-moduleid="button673de13f3f991"] > a.btn-u:focus
                            {
            background-color: rgb(44, 193, 255); 
            color: rgb(255, 255, 255);}
.button-module.module-wrapper[data-moduleid="button673de13f3f991"] > a.btn-u
                            {
            font: normal 400 16px Kelson, sans-serif; 
            color: rgb(0, 0, 0); 
            background: rgb(255, 255, 255) url() left top repeat;}
.button-module.module-wrapper[data-moduleid="button673de13f3f991"]
                            {
            padding: 0px 10px 0px 0px; 
            margin: 0px 0px 10px 0px; 
            width: auto;}
.image-module.module-wrapper[data-moduleid="image673de1ca6d8bd"]
                            {
            display: flex;}
@media (max-width: 991px) {
                                                    .image-module.module-wrapper[data-moduleid="image673de1ca6d8bd"]
                            {
            padding: 0px 10px 0px 0px; 
            width: auto;
                }}
.image-module.module-wrapper[data-moduleid="image673de20b54116"]
                            {
            display: flex;}
@media (max-width: 991px) {
                                                    .image-module.module-wrapper[data-moduleid="image673de20b54116"]
                            {
            width: auto;
                }}
.button-module.module-wrapper[data-moduleid="button684167e805063"] > a.btn-u:hover
                                ,
                                            .button-module.module-wrapper[data-moduleid="button684167e805063"] > a.btn-u:focus
                            {
            background-color: rgb(44, 193, 255); 
            color: rgb(255, 255, 255);}
.button-module.module-wrapper[data-moduleid="button684167e805063"] > a.btn-u
                            {
            font: normal 400 16px Kelson, sans-serif; 
            color: rgb(0, 0, 0); 
            background: rgb(204, 204, 204) url() left top repeat;}
.button-module.module-wrapper[data-moduleid="button684167e805063"]
                            {
            padding: 0px 10px 0px 0px; 
            margin: 0px 0px 10px 0px; 
            width: auto;}
.button-module.module-wrapper[data-moduleid="button689afef0c709f"] > a.btn-u:hover
                                ,
                                            .button-module.module-wrapper[data-moduleid="button689afef0c709f"] > a.btn-u:focus
                            {
            background-color: rgb(255, 255, 255); 
            color: rgb(0, 0, 0);}
.button-module.module-wrapper[data-moduleid="button689afef0c709f"] > a.btn-u
                            {
            font: normal 400 16px Kelson, sans-serif; 
            color: rgb(255, 255, 255); 
            background: rgb(44, 193, 255) url() left top repeat;}
.button-module.module-wrapper[data-moduleid="button689afef0c709f"]
                            {
            padding: 0px 10px 0px 0px; 
            margin: 0px 0px 10px 0px; 
            width: auto;}