/** 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;
}

/** eyeable - touch target is too small **/
.fancyslider-module .circle-mode .dots button {
    width: 15px;
    height:15px;
}

.accordionitem-module .panel-heading {
    background: none;
}
.accordionitem-module .panel-heading .panel-title {
    padding: 0;
}
.accordionitem-module .panel-heading .panel-title .accordion-toggle:focus{
    text-decoration: none;
}
.accordion-module .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 0px;
}

.button-effect-shake:hover {
/* Start the shake animation and make the animation last for 0.5 seconds */
  animation: shake 1s;

  /* When the animation is finished, start again */
  animation-iteration-count: infinite;
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

.effect-hover-zoom{
    transition: transform .2s; /* Animation */
}
.effect-hover-zoom:hover{
    transform: scale(1.1);
}


.job-perspective-box{
    display: none;
}
                                                                    
.datatable-module .datatable-results li .job-date{ display: none; }                          
                                       
.menuitem-module.dropdown .menuitem-module.dropdown.dropdown-on-left a span {
    padding: 0 0 0 0;
}
.slider-module-wrapper .slider-module .carousel-inner .item .item-content .item-anchor>* { padding:0px}

.bluetrix-container.press-bluetrix-container{min-height:50px;}

.video-module .btn.btn-play {opacity:0}
.video-module .video-iframe { background-size:cover}
.cookies-module {z-index:1000}
                        
[data-moduleid="text555c93552aae4"] h1 {word-break: break-word;}
                        
@media all and (max-width:640px) {
    .clear640_imagestyles {
        margin:0px!important;
    }
    .clear640_imagestyles > a {
        text-align:left!important;
    }
}

@media all and (max-width: 1200px) {
	.video-extra-styling-center-1200 {
		display: flex;
		align-items:center;
	}

	.video-extra-styling-center-1200 .embed-responsive {
		width: 100%;
	}
}

.agencysearch-module .agencysearch-form {
    background-color: #0094da;
    padding: 20px 0;
}

@media (max-width: 767px) {
.agencysearch-module {
    padding: 0px !important;
}
}

@media screen and (max-width: 1399px) and (min-width: 1200px) {
    .fix-height-1200-1399 {
        height: 222px!important;
        display: flex!important;
        align-items: center!important;
    }
}


    .header-v1-module.module-wrapper[data-moduleid="menuv15df10ab6c4dfa"] .header-v1 .navbar-header .navbar-brand {
        max-width: 185px !important;
    }

.shortcontact-module .shortcontact-wrapper .form-group select.form-control {
    padding: 0 15px;
    height: 42px;
    color: #0095db;
}

[data-moduleid="newslettercontainer5ece16223392e"] .formcheckbox-module .form-group label input[type="checkbox"]:checked + span.editp:after {
    background-color: #8d151e;
}

.red-button {
    background-color: #8d151e;
    color: #ffffff;
}
.red-button:hover, .red-button:focus {
    color: #ffffff;
}
.flex {
    display: flex;
}
.flex-col {
    flex-flow: column;
}
.flex-row {
    flex-flow: row;
}
.items-center {
    align-items: center;
}
.margin-0 {
    margin: 0;
}

.items-initial {
    align-items: initial;
}

@media all and (min-width: 448px) {
    .sm-flex-row {
        flex-flow: row;
    }
    .sm-items-initial {
        align-items: initial;
    }
    .sm-items-center {
        align-items: center;
    }
}

@media all and (min-width: 992px) {
    .md-flex-col {
        flex-flow: column;
    }
    .md-items-initial {
        align-items: initial;
    }
    .md-items-center {
        align-items: center;
    }
}

.formcheckbox-module .form-group label input[type=checkbox].error + span.editp:before {
    border-color: #ff0000;
}


.complianceform-module .contact-form .contact-form-wrapper .fields .lead {
    font-weight: 300!important;
    color: #173871!important;
    padding-top: 30px;
}


.personal .form-module-override.module-wrapper .contact-form .contact-form-wrapper .fields .input-group .small-size {
    display: none;
    font-size: 24px;
}

.text-module[data-moduleid="text631388b1cca44"] {
    overflow: visible;
}

.text-module[data-moduleid="text631388b1cca44"]:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100vw;
    background-color: #0094da;
    transform: translateX(calc(-100% + 1px));
}

.text-module[data-moduleid="text631388b1cca44"]:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100vw;
    background-color: #0094da;
    transform: translateX(calc(100% - 1px));
}

.menuitem-module.module-wrapper[data-moduleid="menuitem65f1af891f34f"] > a .edit {
    color: rgb(255, 255, 255)!important;
}

.personal .form-module-override.module-wrapper .contact-form .contact-form-wrapper .lead {
    font-size: 20px;
    color: #434343;
    line-height: 18px;
    text-decoration: none;
    font-weight: 400;
}

.personal .text-checkbox {
    color: #838383 !important;
}

.claimamountcalculator-module .bf-input-label {
    display: block;
    font-weight: 500;
    margin-bottom: .5rem;
    color: #ffffff;
}

.claimamountcalculator-module .bf-slider-range {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #ffffff;
}

.claimamountcalculator-module .bf-results-section {
    background-color: #838383;
    padding: 2rem;
    flex: 1;
}

.claimamountcalculator-module .bf-results-title {
    margin-top: 5px;
    font-size: 30px;
    font-weight: 700;
    color: #c4d600;
    margin-bottom: .5rem;
}

.claimamountcalculator-module .bf-breakdown-title {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: .75rem;
}

.akademie .form-module-override.module-wrapper .contact-form .contact-form-wrapper .fields .input-group.input-group-upload .input-upload-wrapper .input-btn {
 display: inline;
}

.akademie .complianceform-module .contact-form .contact-form-wrapper .fields .lead.editp {
    padding-top: 0;
}

.akademie .form-module-override.module-wrapper .contact-form .contact-form-wrapper {
    padding: 0;
}
.akademie .complianceform-module .contact-form .contact-form-wrapper .fields .lead.editp {
    padding-left: 0;
    font-size: 18px;
    font-weight: 600 !important;
}

.akademie .complianceform-module .contact-form .contact-form-wrapper .fields .input-group .editp {
    padding-top: 8px;
}

.akademie .form-module-override.module-wrapper .contact-form .contact-form-wrapper .fields .input-group.input-group-upload .input-upload-wrapper .input-btn {
    margin-left: 4px;
}

.privacy-preference-container.pp-mode-simple .pp-popup .pp-content {
    border-radius: 0px 0px 30px 30px;
    max-width: 575px;
    overflow: auto;
}

.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 {
    background-color: transparent;
    border-radius: 5px;
    border: 2px solid #a72828;
    width: 25px;
    height: 25px;
}

.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: "\f00c";
    font-family: fontAwesome;
    color: #fff;
    opacity: 0;
    transition: opacity .3s ease-in;
    left: 4px;
    top: 3px;
}

.privacy-preference-container .pp-popup .pp-content .pp-text  p span {
    font-family: 'ARSMaquettePro', sans-serif !important;
}

.privacy-preference-container .pp-popup .pp-content .pp-btn-container-actions {
    font-family: 'ARSMaquettePro', sans-serif;
}

.privacy-preference-container .pp-popup .pp-content .btn-pp-individual {
    font-family: 'ARSMaquettePro', sans-serif;
}

.fancyslider-module .circle-mode .slider .bluetrix-container {
    word-break: break-word;
}
.fancyslider-module .circle-mode .fancyslider-module .circle-mode .slider .bluetrix-container .title {
    max-width: 180px;
    word-break: break-word;
};
.akademie .fancyslider-module .slider-container .slider-controls {
    justify-content: center;
}; .text-module .edit p
                {
            margin: 0px 0px 0px 0px; 
            padding: 0px 0px 0px 0px;}
.text-module
                {
            padding: 0px 0px 0px 0px; 
            margin: 0px 0px 0px 0px;}
.container-module > .bluetrix-container
                {
            padding: 0px 0px 0px 0px;}
@media (max-width: 767px) {
                                    .container-module > .bluetrix-container
                {
            padding: 0px 15px 0px 15px; 
                }}
[data-moduleid="root"] p
                {
            font: normal 300 16px ARSMaquettePro, sans-serif; 
            font-size: 16px; 
            color: rgb(131, 131, 131); 
            line-height: 180%; 
            padding: 10px 10px 10px 10px;}
[data-moduleid="root"] a
                {
            font: normal 600 16px ARSMaquettePro, sans-serif; 
            color: rgb(162, 178, 0); 
            padding: 0px 0px 0px 0px;}
[data-moduleid="root"] a:hover
                {
            text-decoration: underline;}
[data-moduleid="root"] h1
                {
            font: normal 700 42px ARSMaquettePro, sans-serif; 
            color: rgb(75, 75, 75); 
            line-height: 44px; 
            margin: 0px 0px 0px 0px; 
            padding: 0px 0px 10px 0px;}
@media (max-width: 479px) {
                                    [data-moduleid="root"] h1
                {
            font-size: 30px; 
            line-height: 32px; 
                }}
@media (max-width: 379px) {
                                    [data-moduleid="root"] h1
                {
            font-size: 28px; 
            line-height: 30px; 
                }}
[data-moduleid="root"] h2
                {
            font: normal 700 32px ARSMaquettePro, sans-serif; 
            color: rgb(75, 75, 75); 
            line-height: 34px; 
            margin: 0px 0px 0px 0px; 
            padding: 0px 0 10px 0;}
@media (max-width: 479px) {
                                    [data-moduleid="root"] h2
                {
            font-size: 30px; 
            line-height: 32px; 
                }}
@media (max-width: 379px) {
                                    [data-moduleid="root"] h2
                {
            font-size: 28px; 
            line-height: 30px; 
                }}
[data-moduleid="root"] h3
                {
            font: normal 700 24px ARSMaquettePro, sans-serif; 
            color: rgb(75, 75, 75); 
            line-height: 26px; 
            margin: 0px 0px 0px 0px; 
            padding: 0px 0 10px 0;}
[data-moduleid="root"] h4
                {
            font: normal 400 18px ARSMaquettePro, sans-serif; 
            color: rgb(75, 75, 75); 
            line-height: 20px; 
            margin: 0px 0px 0px 0px; 
            padding: 0px 0px 10px 0px;}
[data-moduleid="root"] h5
                {
            font: normal 600 16px ARSMaquettePro, sans-serif; 
            color: rgb(75, 75, 75); 
            line-height: 18px; 
            padding: 0px 0px 10px 0px;}
[data-moduleid="root"] ul
                {
            font: normal 300 16px ARSMaquettePro, sans-serif; 
            font-size: 16px; 
            color: rgb(131, 131, 131); 
            line-height: 150%;}
[data-moduleid="root"] ol
                {
            font: normal 300 16px ARSMaquettePro, sans-serif; 
            font-size: 16px; 
            color: rgb(131, 131, 131); 
            line-height: 150%;}
#main-container
                    ,
                            #editor-main-container
                {
            font-family: ARSMaquettePro, sans-serif;}
.privacy-preference-container .pp-popup .pp-content .pp-head
                {
            font: normal 400 28px ARSMaquettePro, sans-serif; 
            color: rgb(196, 214, 0);}
.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 300 16px ARSMaquettePro, sans-serif; 
            color: rgb(131, 131, 131);}
.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-radius: 15px 15px 15px 15px; 
            border-color: rgb(196, 214, 0);}
.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 300 16px ARSMaquettePro, sans-serif; 
            color: rgb(131, 131, 131);}
.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(196, 214, 0);}
.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(131, 131, 131);}
.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(196, 214, 0); 
            background-color: rgb(196, 214, 0);}
.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(196, 214, 0);}
.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(196, 214, 0);}
.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(131, 131, 131);}
.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(196, 214, 0);}
.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(131, 131, 131);}
.text-module.module-wrapper[data-moduleid="text67ee4a891c9e7"] .edit h2
                            {
            font-size: 24px; 
            color: rgb(255, 255, 255); 
            padding: 0px 0px 0px 0px;}
.image-module.module-wrapper[data-moduleid="image67ee4aa83be50"]
                            {
            padding: 0px 40px 0px 0px; 
            margin: 0px 0px 20px 0px;}
.text-module.module-wrapper[data-moduleid="text67ee4ae5071a4"] .edit p
                            {
            color: rgb(255, 255, 255); 
            line-height: 18px; 
            margin: 0px 0px 10px 0px;}
.text-module.module-wrapper[data-moduleid="text67ee4ae5071a4"] .edit a
                            {
            color: rgba(255, 255, 255, 0.99);}
.text-module.module-wrapper[data-moduleid="text67ee4ae5071a4"]
                            {
            padding: 0px 40px 0px 0px;}
@media (max-width: 767px) {
                                                    .fullcontainer-module.module-wrapper[data-moduleid="fullcontainer67ee4b6f49f58"]
                            {
            margin: 40px 0px 0px 0px; 
                }}
.text-module.module-wrapper[data-moduleid="text67ee4b6f4a476"] .edit h2
                            {
            font-size: 24px; 
            color: rgb(255, 255, 255); 
            padding: 0px 0px 0px 0px;}
.image-module.module-wrapper[data-moduleid="image67ee4b6f4a4b4"]
                            {
            padding: 0px 40px 0px 0px; 
            margin: 0px 0px 20px 0px;}
.text-module.module-wrapper[data-moduleid="text67ee4b6f4a4ef"] .edit p
                            {
            color: rgb(255, 255, 255); 
            line-height: 18px; 
            margin: 0px 0px 10px 0px;}
.text-module.module-wrapper[data-moduleid="text67ee4b6f4a4ef"] .edit a
                            {
            color: rgba(255, 255, 255, 0.99);}
.text-module.module-wrapper[data-moduleid="text67ee4b6f4a4ef"]
                            {
            padding: 0px 40px 0px 0px;}
@media (max-width: 767px) {
                                                    .fullcontainer-module.module-wrapper[data-moduleid="fullcontainer67ee4b9506e14"]
                            {
            margin: 40px 0px 0px 0px; 
                }}
.text-module.module-wrapper[data-moduleid="text67ee4b9507393"] .edit h2
                            {
            font-size: 24px; 
            color: rgb(255, 255, 255); 
            padding: 0px 0px 0px 0px;}
.image-module.module-wrapper[data-moduleid="image67ee4b95073d0"]
                            {
            padding: 0px 40px 0px 0px; 
            margin: 0px 0px 20px 0px;}
.text-module.module-wrapper[data-moduleid="text67ee4b950740c"] .edit p
                            {
            color: rgb(255, 255, 255); 
            line-height: 18px; 
            margin: 0px 0px 10px 0px;}
.text-module.module-wrapper[data-moduleid="text67ee4b950740c"] .edit a
                            {
            color: rgba(255, 255, 255, 0.99);}
.text-module.module-wrapper[data-moduleid="text67ee4b950740c"]
                            {
            padding: 0px 40px 0px 0px;}
.text-module.module-wrapper[data-moduleid="text67ee4bd939ca0"] .edit p
                            {
            color: rgb(255, 255, 255); 
            line-height: 18px; 
            margin: 0px 0px 10px 0px;}
.text-module.module-wrapper[data-moduleid="text67ee4bd939ca0"] .edit a
                            {
            color: rgba(255, 255, 255, 0.99);}
.text-module.module-wrapper[data-moduleid="text67ee4bd939ca0"]
                            {
            padding: 0px 40px 0px 0px; 
            margin: 20px 0px 0px 0px;}
.container-module.module-wrapper[data-moduleid="container6809e570d267b"]
                            {
            padding: 80px 0px 80px 0px; 
            background: rgb(162, 178, 0) url() left top repeat;}
.image-module.module-wrapper[data-moduleid="image68b02508f0236"] .content-wrapper
                            {
            display: flex; 
            justify-content: flex-end;}
@media (max-width: 767px) {
                                                    .image-module.module-wrapper[data-moduleid="image68b02508f0236"] .content-wrapper
                            {
            display: flex; 
            justify-content: center; 
                }}
.image-module.module-wrapper[data-moduleid="image68b02508f0236"] a img
                                ,
                                            .image-module.module-wrapper[data-moduleid="image68b02508f0236"] .unify-img
                            {
            height: 97px;}
@media (max-width: 479px) {
                                                    .image-module.module-wrapper[data-moduleid="image68b02508f0236"] a img
                                ,
                                            .image-module.module-wrapper[data-moduleid="image68b02508f0236"] .unify-img
                            {
            height: 90px; 
                }}
.image-module.module-wrapper[data-moduleid="image68b02508f0236"]
                            {
            padding: 0px 20px 0px 0px; 
            margin: 0px 0px 0px 0px;}
@media (max-width: 767px) {
                                                    .image-module.module-wrapper[data-moduleid="image68b02508f0236"]
                            {
            padding: 0px 0px 0px 0px; 
                }}
@media (max-width: 767px) {
                                                    .image-module.module-wrapper[data-moduleid="image68b02703acfbc"] .content-wrapper
                            {
            display: flex; 
            justify-content: center; 
                }}
.image-module.module-wrapper[data-moduleid="image68b02703acfbc"] a img
                                ,
                                            .image-module.module-wrapper[data-moduleid="image68b02703acfbc"] .unify-img
                            {
            height: 97px;}
@media (max-width: 479px) {
                                                    .image-module.module-wrapper[data-moduleid="image68b02703acfbc"] a img
                                ,
                                            .image-module.module-wrapper[data-moduleid="image68b02703acfbc"] .unify-img
                            {
            height: 90px; 
                }}
.image-module.module-wrapper[data-moduleid="image68b02703acfbc"]
                            {
            padding: 0px 0px 0px 20px; 
            margin: 0px 0px 0px 0px;}
@media (max-width: 767px) {
                                                    .image-module.module-wrapper[data-moduleid="image68b02703acfbc"]
                            {
            padding: 0px 0px 0px 0px; 
                }}
.container-module.module-wrapper[data-moduleid="container68b030a20b75a"] > .bluetrix-container
                            {
            background: rgba(0, 0, 0, 0) url(/uploads/assets/footer/unique-icon-green-96x97.png) left center no-repeat; 
            background-size: contain;}
@media (max-width: 991px) {
                                                    .container-module.module-wrapper[data-moduleid="container68b030a20b75a"] > .bluetrix-container
                            {
            background: rgba(0, 0, 0, 0) url() left center no-repeat; 
                }}
.container-module.module-wrapper[data-moduleid="container68b030a20b75a"]
                            {
            padding: 20px 15px 20px 15px; 
            background: rgba(228, 228, 228, 0) url() left top repeat;}