/** block eyeable widget when in admin mode **/
body.admin #eyeAble_container_ID{
    display: none!important;
}

body { margin-top:0px}

.list-black-bullets ul li{
     list-style-type: disc !important;
}
.list-black-bullets ul li:before{
    content: ""!important;
    display: none!important;
}
.video-module .btn.btn-play {opacity:0}
.video-module .video-iframe {background-size:cover}
                                
@media (max-width:479px){
    .table-show-all-on-mobi {width:auto}
}
                                
.persywidget-module .cs-widget__container {
    max-width: 100%;
}
                                
                                @media (max-width: 640px)
                                .image-module {
                                    margin: 0px 0!important;
                                }
                                
                                .menuitem-module.module-wrapper>a>span {
                                text-decoration:none!important
                                }
                                
                                .externalcontact-module .externalselect-wrapper .label { color: #e90068}
                        
                        .agencysearch-module .results-container .agency-item {
                            width: 100%;
                            padding: 15px 20px;
                            background: #ffffff;
                        }
                        
                        .externalcontact-module .externalselect-wrapper .label {
                            display: none;
                            color: #e90068;
                        }
                        
                        .externalcontact-module .btn-wrapper {
                            display: none;
                            text-align: right;
                        }

.search-container-parent .persy-widget.secretary-scheme .widget-search {
    background: #8D151E;
}

.secretary .btn.btn-search {
    position: relative;
    font-family: ARSMaquettePro, sans-serif;
    margin: 0 0 0 3px;
    width: 100%;
    background-color: #8D151E!important;
    font-size: 16px;
    color: #fff;
    line-height: 44px;
    text-decoration: none;
    text-transform: uppercase;
    height: 44px;
    padding: 0 10px;
    border: 0;
    cursor: pointer;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -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;
}

.secretary .btn.btn-search:hover {
    background-color: #e0452d!important;
}

.secretary .btn.btn-search:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    vertical-align: top;
    width: 55px;
    height: 44px;
    background: #8d151e url(/bundles/uniquecommon/dist/img/search_magnifier_white.png) no-repeat center center;
}
.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);
}

.accordionitem-module {
    padding: 0;
    /* margin-bottom: 0px!important; */
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.uniqueblogdetails-module .btn-back-to-list {
    background: #8d151e;
    color: #fff!important;
    margin: 0;
    width: 50%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.uniqueblogdetails-module .similar-articles-container .article-item:hover {
    background: #f1f1f1;
    text-decoration: none;
}

.djOFvk.djOFvk.djOFvk {
    display: flex;
    color: white;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    outline: 0px;
    text-decoration: none;
    box-shadow: none;
    font-size: 18px;
    line-height: 24px;
    height: 40px;
    font-weight: 500;
    text-align: center;
    padding: 0px 30px;
    border-radius: 0px;
    cursor: pointer;
    transition: all 0.2s ease-in 0s;
    background: rgb(141, 21, 30);
    border: none;
}

.privacy-preference-container.pp-mode-simple .pp-popup .pp-content {
    max-width: 475px;
    overflow: auto;
}

.privacy-preference-container .pp-popup .pp-content .pp-categories-list .form-group.form-group-checkbox .form-control+.label {
    display: block;
    position: relative;
    color: #555;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    padding: 0 7px 0 25px;
    margin: 0;
    text-align: left;
    cursor: pointer;
} .text-module .edit p
                {
            line-height: 150%;}
.text-module
                {
            padding: 0px 40px 0px 40px;}
[data-moduleid="root"] p
                {
            font: normal 300 16px ARSMaquettePro, sans-serif; 
            font-size: 1em; 
            color: rgb(89, 89, 89); 
            line-height: 150%; 
            padding: 0px 0px 0px 0px;}
[data-moduleid="root"] a
                {
            font: normal 400 16px ARSMaquettePro, sans-serif; 
            color: rgb(141, 21, 30); 
            line-height: 24px;}
[data-moduleid="root"] a:hover
                {
            font: normal 400 16px ARSMaquettePro, sans-serif; 
            color: rgb(141, 21, 30); 
            line-height: 24px;}
[data-moduleid="root"] h1
                {
            font: normal 300 26px ARSMaquettePro, sans-serif; 
            color: rgb(141, 21, 30); 
            line-height: 28px;}
[data-moduleid="root"] h2
                {
            font: normal 300 20px ARSMaquettePro, sans-serif; 
            color: rgb(141, 21, 30); 
            line-height: 28.8px;}
[data-moduleid="root"] h3
                {
            font: normal 300 18px ARSMaquettePro, sans-serif; 
            color: rgb(0, 0, 0); 
            line-height: 26px;}
[data-moduleid="root"] h4
                {
            font: normal 300 16px ARSMaquettePro, sans-serif;}
[data-moduleid="root"] ul
                {
            font: normal 300 16px ARSMaquettePro, sans-serif; 
            font-size: 1em; 
            color: rgb(89, 89, 89); 
            line-height: 150%;}
#main-container
                    ,
                            #editor-main-container
                {
            font-family: Arial, sans-serif; 
            font: normal 400 16px Arial, sans-serif;}
.fullcontainer-module.module-wrapper[data-moduleid="fullcontainer62d68c2cdf3f1"]
                            {
            background: rgb(0, 0, 0) url() left top repeat;}
.container-module.module-wrapper[data-moduleid="container62d68c2ce6cea"]
                            {
            background: rgb(85, 85, 85) url() left top repeat;}
.fullcontainer-module.module-wrapper[data-moduleid="fullcontainer62d68c2ce6e11"]
                            {
            padding: 60px 40px 60px 0px;}
@media (max-width: 767px) {
                                                    .fullcontainer-module.module-wrapper[data-moduleid="fullcontainer62d68c2ce6e11"]
                            {
            padding: 60px 0px 60px 0px; 
                }}
.image-module.module-wrapper[data-moduleid="image62d68c2ce6e8e"]
                            {
            padding: 0px 0px 0px 0px; 
            margin: 0px 0px 0px 0px;}
.fullcontainer-module.module-wrapper[data-moduleid="fullcontainer62d68c2ce6ef0"]
                            {
            padding: 60px 0px 60px 0px;}
.fullcontainer-module.module-wrapper[data-moduleid="fullcontainer62d68c2ce6fbb"]
                            {
            padding: 0px 20px 60px 0px;}
@media (max-width: 767px) {
                                                    .fullcontainer-module.module-wrapper[data-moduleid="fullcontainer62d68c2ce6fbb"]
                            {
            padding: 0px 0px 60px 0px; 
                }}
.text-module.module-wrapper[data-moduleid="text62d68c2ce7053"] .edit p
                            {
            font: normal 400 26px Lato, sans-serif; 
            color: rgb(255, 255, 255); 
            margin: 0px 0px 0px 0px;}
.text-module.module-wrapper[data-moduleid="text62d68c2ce7053"]
                            {
            padding: 0px 0px 0px 0px;}
.text-module.module-wrapper[data-moduleid="text62d68c2ce71ae"] .edit p
                            {
            font: normal 400 26px Lato, sans-serif; 
            color: rgb(255, 255, 255); 
            margin: 0px 0px 0px 0px;}
.text-module.module-wrapper[data-moduleid="text62d68c2ce71ae"]
                            {
            padding: 0px 0px 0px 0px;}
.text-module.module-wrapper[data-moduleid="text62d68c2ce7203"] .edit p
                            {
            color: rgb(255, 255, 255); 
            margin: 0px 0px 0px 0px;}
.text-module.module-wrapper[data-moduleid="text62d68c2ce7203"]
                            {
            padding: 0px 0px 0px 0px; 
            margin: 0px 0px 0px 0px;}
.container-module.module-wrapper[data-moduleid="container62d68c2ce7289"]
                            {
            padding: 20px 0px 20px 0px;}
@media (max-width: 1199px) {
                                                    .container-module.module-wrapper[data-moduleid="container62d68c2ce7289"]
                            {
            padding: 20px 15px 20px 15px; 
                }}
@media (max-width: 991px) {
                                                    .container-module.module-wrapper[data-moduleid="container62d68c2ce7289"]
                            {
            margin: 0px 0px 50px 0px; 
                }}
.text-module.module-wrapper[data-moduleid="text62d68c2ce7313"] .edit p
                            {
            font: normal 400 14px Lato, sans-serif; 
            color: rgb(255, 255, 255); 
            margin: 0px 0px 0px 0px;}
.text-module.module-wrapper[data-moduleid="text62d68c2ce7313"]
                            {
            padding: 0px 0px 0px 0px; 
            margin: 0px 0px 0px 0px;}
.text-module.module-wrapper[data-moduleid="text62d68c2ce736b"] .edit p
                            {
            font: normal 400 14px Lato, sans-serif; 
            color: rgb(255, 255, 255); 
            margin: 0px 0px 0px 0px; 
            text-align: right;}
.text-module.module-wrapper[data-moduleid="text62d68c2ce736b"] .edit a
                            {
            font: normal 400 14px Lato, sans-serif; 
            color: rgb(255, 255, 255);}
.text-module.module-wrapper[data-moduleid="text62d68c2ce736b"]
                            {
            padding: 0px 0px 0px 0px; 
            margin: 0px 0px 0px 0px;}
@media (max-width: 1199px) {
                                                    .text-module.module-wrapper[data-moduleid="text62d68c2ce736b"]
                            {
            padding: 0px 30px 0px 0px; 
                }}
.image-module.module-wrapper[data-moduleid="image62d68c6f5805e"] a img
                                ,
                                            .image-module.module-wrapper[data-moduleid="image62d68c6f5805e"] .unify-img
                            {
            height: 40px;}
.image-module.module-wrapper[data-moduleid="image62d68c6f5805e"]
                            {
            padding: 20px 0px 20px 0px; 
            margin: 0px 0px 0px 0px;}
.leadsurveywidget-module.module-wrapper[data-moduleid="leadsurveywidget65e804fe3ca3c"]
                            {
            padding: 0px 0px 0px 0px; 
            background: rgb(204, 204, 204) url() left top repeat;}
@media (max-width: 767px) {
                                                    .leadsurveywidget-module.module-wrapper[data-moduleid="leadsurveywidget65e804fe3ca3c"]
                            {
            padding: 0px 15px 0px 15px; 
                }}
.social-module.module-wrapper[data-moduleid="social62d68c2ce70b3"] .social-icons li .social-link
                            {
            font-size: 25px; 
            color: rgb(255, 255, 255); 
            background-color: rgb(0, 0, 0); 
            width: 40px; 
            line-height: 40px; 
            margin: 0px 10px 0px 0px;}
.social-module.module-wrapper[data-moduleid="social62d68c2ce70b3"] .social-icons li .social-link:hover
                            {
            background-color: rgb(141, 21, 30);}
.social-module.module-wrapper[data-moduleid="social62d68c2ce70b3"]
                            {
            padding: 0px 0px 0px 0px; 
            margin: 0px 0px 0px 0px;}