
.results-page {
    background: #fff url('../images/bg-results.jpg') top center no-repeat;
    background-size: 100% 100%;
}

.state-page {
    background: #e6e6e6;
}

.blog-page {
    background: #e6e6e6;
}


.menu-overlay {
    display: none;
    position: absolute;
    background: rgb(0 0 0 / 0.8);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 998;
}

#main-menu {
    background-color: var(--color-ink-900);
    color: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 350px;
    z-index: 9999;
    margin: 0;
    display: none;
    overflow: auto;
    text-align: left;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #fff;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.top-menu {
    display: inline-block;
    width: 100%;
    padding: 15px 0;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.top-menu img {
    width: 100%;
    max-width: 300px;
}

.top-menu ul.menu {
    display: block;
    padding: 10px 15px;
}
.top-menu ul.menu li {
    list-style-type: none;
    display: block;
    position: relative;
    background: none;
    padding: 0;
    margin-bottom: 10px;
    line-height: initial;
}

.top-menu ul.menu li p,
.top-menu ul.menu li a {
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.4;
    padding: 5px;
    display: inline-block;
    width: 100%;
    margin: 0;
    cursor: pointer;
}
.top-menu ul.menu li a:active,
.top-menu ul.menu li a.active {
    font-weight: bold;
    text-decoration: none;
    background: none;
    color: #4088b8;
}
.top-menu ul.menu li p:hover,
.top-menu ul.menu li a:hover,
.top-menu ul.menu li p:focus,
.top-menu ul.menu li a:focus {
    text-decoration: none;
    background: none;
    color: #000;
}
.top-menu ul.menu li ul.submenu {
    display: none;
    padding-left: 20px;
}

.top-menu ul.menu li ul.submenu li {
    width: 100%;
    margin-bottom: 5px;
}
.top-menu ul.menu li ul.submenu li a {
    font-weight: 400;
    padding: 5px 0;
}
.top-menu ul.menu li a span {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
}

.search-form-menu form {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}
.search-form-menu form input {
    height: 40px;
    width: calc(100% - 40px);
    font-size: 17px;
    padding: 10px;
    float: left;
    border: 1px solid #000;
}
.search-form-menu form button {
    width: 40px;
    height: 40px;
    background: #000;
    color: #fff;
    font-size: 18px;
    border: 0;
    float: left;
}
.search-form-menu form button:hover {
    background: #272727;
}

.top-menu .phone-menu {
    display: inline-block;
    float: right;
    margin-top: 5px;
}

.top-menu .phone-menu a.help {
    display: inline;
    font-size: 16px;
    padding: 10px 20px;
    background-color: var(--color-ink-900);
    color: #fff;
    margin: 0 20px;
}
.top-menu .phone-menu a.help:hover {
    background-color: var(--color-ink-800);
    text-decoration: none;
    color: #fff;
}

.top-menu .menu a.case-btn {
    display: inline;
    font-size: 16px;
    padding: 10px 15px;
    background-color: var(--color-ink-900);
    color: #fff;
    margin: 0;
}
.top-menu .menu a.case-btn:hover {
    background-color: var(--color-ink-800);
    text-decoration: none;
    color: #fff;
}

.search-form-header {
    display: inline-block;
    float: left;
    margin-left: 30px;
    margin-top: -4px;
}
.search-form-header form {
    display: inline-block;
    width: 100%;
    max-width: 250px;
}
.search-form-header form input {
    height: 40px;
    width: calc(100% - 40px);
    font-size: 17px;
    padding: 10px;
    float: left;
    border: 1px solid #4088b8;
    background: #ddd;
}
.search-form-header form button {
    width: 40px;
    height: 40px;
    background: #4088b8;
    color: #fff;
    font-size: 18px;
    border: 0;
    float: left;
}
.search-form-header form button:hover {
    background: #272727;
}

.top-menu .gsa-logo {
    display: inline-block;
    margin-left: 20px;
}
.top-menu .gsa-logo img {
    max-height: 40px;
    display: inline-block;
    width: auto;
    margin-top: -5px;
}
.top-menu .gsa-logo img:hover {
    opacity: 0.7;
}

.top-menu .icon-menu {
    display: inline-block;
    cursor: pointer;
    float: right;
}
.top-menu .icon-menu i {
    color: #4088b8;
    font-size: 28px;
}

.top-menu .close-menu {
    padding: 10px 15px;
    cursor: pointer;
    display: inline-block;
}
.top-menu .close-menu i {
    color: #fff;
    font-size: 18px;
    opacity: 0.7;
}
.top-menu .close-menu:hover i {
    opacity: 1;
}

.top-menu .logo {
    width: initial;
    display: inline-block;
    float: left;
}
.top-menu .top-logo img {
    width: 350px;
    height: auto;
    float: left;
    display: inline-block;
    margin-right: 10px;
}
.top-menu .top-logo .hide-small {
    width: initial;
    display: inline-block;
}

.top-menu img.logo-scrolled {
/*    max-width: 100px;*/
    margin-top: 5px;
    margin-bottom: 5px;
/*    width: 40px;*/
    max-width: initial;
    width: 220px;
}

.top-menu .top-logo span {
    text-transform: uppercase;
    display: block;
    color: #1a2730;
    font-size: 13px;
    font-family: 'YsabeauOffice-Bold';
}
.top-menu .top-logo span b {
    margin-top: 9px;
    display: inline-block;
    font-size: 17px;
}

.top-menu-scrolled {
    position: fixed;
    z-index: 999;
    background: #eee;
    padding: 5px 0;
    left: 0;
    top: 0;
    
}
.top-menu-scrolled .phone-menu {
    margin-top: 10px;
}
.top-menu-scrolled #main-menu {
    margin-top: 5px;
}

.collapsing {
    -webkit-transition-duration: .05s !important;
    -o-transition-duration: .05s !important;
    transition-duration: .05s !important;
}


.call-fix-mobile:hover,
.form-fix-mobile:hover {
    background-color: #1a2730;
    text-decoration: none;
    color: #fff;
}

.call-fix-mobile,
.form-fix-mobile {
    display: none;
    width: 100%;
    background: #4088b8;
    padding: 5px;
    margin-top: 10px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

.call-fix-mobile.call-scrolled {
    position: fixed;
    top: 0;
    z-index: 9999;
    left: 0;
    margin: 0;
    display: inline-block;
}

.form-fix-mobile.form-scrolled {
    position: fixed;
    bottom: 0;
    z-index: 9999;
    left: 0;
    margin: 0;
    display: inline-block;
}

.big-video {
    padding: 30px 0;
}

.job-inner-page.job-page .big-video {
    padding: 30px 0 0;
}

.main-hero .top-title {
    text-align: center;
}
.main-hero .top-title h1 {
    margin: 20px 0;
}
.main-hero .top-title h2 {
    margin: -25px 0 30px;
    font-size: 35px;
    text-align: center;
    font-family: inherit;
    font-weight: 500;
    max-width: 100%;
}

.main-hero.hero-careers {
    text-align: center;
}

.big-video h1 {
    margin: 0;
    margin-bottom: 30px;
    padding-right: 20px;
}
.big-video h2.subtitle,
.big-video h2.page-subtitle,
.big-video h3.subtitle,
.big-video h3.page-subtitle {
    margin: 20px 0;
    font-size: 35px;
    text-align: left;
    font-family: inherit;
    font-weight: 500;
}
.big-video p {
    font-family: 'YsabeauOffice-Bold';
}
.big-video p.suma {
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
    font-size: 45px;
    line-height: 55px;
    font-weight: bold;
    color: #4088b8;
}

.container-fluid.hero.about-page .big-video h1+p {
    display: none;
}


.main-hero a {
    background-color: #4088b8;
    color: #fff;
    font-family: 'YsabeauOffice-Bold';
    font-size: 20px;
    padding: 10px 30px;
    border-radius: 4px;
    margin: 10px 0;
    text-align: center;
    width: auto;
    display: inline-block;
    font-weight: 500;
}
.main-hero a:hover {
    background-color: #1A2730;
    color: #fff;
    text-decoration: none;
}
.main-hero a.img {
    background: none;
    padding: 0;
    margin: 10px;
    border-radius: 5px;
    overflow: hidden;
}
.main-hero a.img:hover {
    background-color: none;
    color: #fff;
    text-decoration: none;
}

img.top-hero-image {
    margin-bottom: 15px;
}

.big-video .video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.big-video .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: 5px solid #fff;
}

.video-scroll {
    display: inline-block;
    width: 100%;
}

.big-video h1.no-mb {
    margin-bottom: 0;
}

.big-video p.red-sbtitle {
    color: #4088b8;
    font-size: 30px;
    line-height: 35px;
    font-weight: bold;
}

.small-videos {
    width: 100%;
    display: inline-block;
    margin: 30px 0;
}
.small-videos .small-video {
    float: left;
    display: inline-block;
    padding: 10px;
}
.small-videos p.title {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
}
.small-videos p.content {
    font-size: 15px;
    margin: 0;
    font-style: italic;
    display: none;
}
.small-videos .youtube-popup {
    margin-bottom: 10px;
}
.small-videos .hexagon {
    position: relative;
    width: 20px;
    height: 15px;
    margin-top: 5px;
    margin-right: 0px;
    display: inline-block;
    display: none;
}
.small-videos .hexagon i {
    position: absolute;
    font-size: 17px;
    color: #4088b8;
}
.small-videos a.read-more {
    color: #4088b8;
}
.small-videos .youtube-play-button .play-button {
    width: 60px;
    height: 40px;
}

.big-video p.first {
    font-weight: bold;
}


.this-page {
    display: none;
}

.fourth {
    padding: 50px 15px;
}

.fourth h4 {
    color: #4088b8;
    font-size: 18px;
    line-height: 50px;
    padding-left: 15px;
}

.fourth p {
    color: #1a2730;
    font-size: 16px;
    max-width: 300px;
    line-height: 30px;
}

.category-content h2 {
    margin: 40px 0;
}

.attorneys {
    padding-top: 0px;
    padding-bottom: 20px;
    display: inline-block;
}
.attorneys p.subtitle,
.attorneys h3 {
    font-weight: 400;
    font-size: 30px;
    color: #1a2730;
    text-align: left;
}
.attorneys .subtitle.red,
.attorneys h3.red {
    font-size: 30px;
}
.attorneys h4.mark-only {
    font-size: 25px;
    line-height: 35px;
}
.attorneys p {
    margin: 20px 0;
}

.container-fluid.hero.media-center {
    background: #fff url('../images/bg-category.jpg') top center no-repeat;
    background-size: 100%;
}

.container-fluid.hero.community {
    background: #fff url('../images/bg-community.jpg') top center no-repeat;
    background-size: cover;
    padding-bottom: 100px;
}

body.free-evaluation-pg .hero {
    background: none !important;
}

.big-video p.p-top-news {
    font-size: 24px;
}

.big-video p.p-top-news a {
    background: none;
    font-size: inherit;
    display: inline-block;
    padding: 0;
    margin: 0;
    color: #4088b8;
}

.social-media-top p {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
}

/*.news-pg .container-fluid.hero,
.noticias-pg .container-fluid.hero {
    padding-bottom: 200px;
    background: url(../images/News-Page-Top-Image.jpg) center center no-repeat;
    background-size: cover;
}*/

.news-pg .container-fluid.hero h1,
.noticias-pg .container-fluid.hero h1 {
    /*max-width: 50%;*/
    text-align: left;
    margin-right: 0;
    padding: 0;
}
.news-pg .container-fluid.hero p {
    /*max-width: 50%;*/
    font-size: 20px;
    font-weight: normal;
}
.news-pg .container-fluid.hero p a {
    background: none;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    color: #1a2730;
}

.free-evaluation-pg .row.big-video,
.evaluacion-gratuita-pg .row.big-video {
    padding-bottom: 0;
}

.free-evaluation-pg .row.big-video h1,
.evaluacion-gratuita-pg .row.big-video h1 {
    padding-bottom: 0;
    margin-bottom: 0;
}

.contact-us h2 {
    margin: 30px auto 10px;
    display: block;
    max-width: 1200px;
}

.contact-us p {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

.contact-us h3 {
    margin: 20px auto;
    text-align: left;
    max-width: 1200px;
}

.contact-us {
    padding-top: 20px;
    padding-bottom: 20px;
}

.contact-us img {
    max-width: 100%;
    margin-bottom: 10px;
    height: initial;
}

.col-xs-12.col-md-6 img {
    width: 100%;
    height: auto;
}

.container1200 h3 {
    display: block;
    clear: both;
}

.container-fluid.terms {
    padding-top: 30px;
    padding-bottom: 50px;
}

.container-fluid.terms h2 {
    text-align: center;
    margin: 20px 0 10px;
}
.container-fluid.terms h3 {
    margin: 25px 0 10px;
}
.container-fluid.terms h4 {
    margin: 25px 0 10px;
}

.container-fluid.terms p i {
    font-weight: 700;
    text-align: center;
    margin: 0 auto;
    display: block;
}

/*.container-fluid.hero.careers-page {
    background: #fff url(../images/bg-careers.png) top center no-repeat;
    background-size: 100% 100%;
    background-position: center 100px;
    padding-bottom: 200px;
}*/

.col-xs-12.col-sm-4.col-md-3.menu-left ul {
    padding: 0;
    width: 100%;
    margin-top: 20px;
}

.col-xs-12.col-sm-4.col-md-3.menu-left ul li {
    list-style-type: none;
    background: none;
    padding: 0;
    margin: 0;
    width: 100%;
    line-height: 40px;
    display: inline-block;
    border-bottom: 1px solid #999;
    background: #c7c5c8;
    text-align: left;
    padding: 10px 20px;
}

.col-xs-12.col-sm-4.col-md-3.menu-left ul li a {
    width: 100%;
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    display: inline-block;
}

.col-xs-12.col-sm-4.col-md-3.menu-left ul li a:hover,
.col-xs-12.col-sm-4.col-md-3.menu-left ul li:hover,
.col-xs-12.col-sm-4.col-md-3.menu-left ul li a:active,
.col-xs-12.col-sm-4.col-md-3.menu-left ul li.active a {
    text-decoration: none;
    background: #949394;
}
.col-xs-12.col-sm-12.faq-page-top * {
    text-align: center;
    width: 100%;
    max-width: 100%;
}


.mesothelioma-pg .big-video .col-xs-12.col-sm-6,
.free-evaluation-pg .big-video .col-xs-12.col-sm-12.col-md-6,
.evaluacion-gratuita-pg .big-video .col-xs-12.col-sm-12.col-md-6,
.media-center-pg .col-xs-12.col-sm-12.col-md-12,
body.thank-you-pg .big-video .col-xs-12.col-sm-12.col-md-6,
.military-bases-claim-pg .big-video .col-xs-12,
.afff-claim-pg .big-video .col-xs-12,
.earplugs-claim-pg .big-video .col-xs-12,
.camp-lejeune-claim-pg .big-video .col-xs-12,
.va-claim-pg .big-video .col-xs-12,
.zantac-claim-pg .big-video .col-xs-12,
/*.zinus-claim-pg .big-video .col-xs-12,*/
.uloric-claim-pg .big-video .col-xs-12,
.toyota-claim-pg .big-video .col-xs-12,
.thank-you-veterans-pg .big-video .col-xs-12,
.thank-you-zantac-pg .big-video .col-xs-12,
/*.thank-you-zinus-pg .big-video .col-xs-12,*/
/*.thank-you-zinus-help-pg .big-video .col-xs-12,*/
/*.thank-you-zinus-replacement-pg .big-video .col-xs-12,*/
/*.zinus-pg .big-video .col-xs-12,*/
.thank-you-toyota-pg .big-video .col-xs-12,
.thank-you-uloric-pg .big-video .col-xs-12,
.thank-you-earplugs-pg .big-video .col-xs-12,
.thank-you-afff-pg .big-video .col-xs-12,
.thank-you-camp-lejeune-pg .big-video .col-xs-12,
.thank-you-together-pg .big-video .col-xs-12,
.thank-you-kindness-pg .big-video .col-xs-12,
.logout-pg .big-video .col-xs-12,
.intake-pg .big-video .col-xs-12,
.intake-3m-earplugs-pg .big-video .col-xs-12,
.login-pg .big-video .col-xs-12,
.feedback-pg .big-video .col-xs-12,
.how-to-review-pg .big-video .col-xs-12,
.partners-pg .big-video .col-xs-12,
.privacy-policy-pg .big-video .col-xs-12,
.disclaimer-pg .big-video .col-xs-12,
/*.mesothelioma-pg .big-video .col-xs-12,*/
.professionalism-pg .big-video .col-xs-12,
.profesionalismo-pg .big-video .col-xs-12,
.terms-of-use-pg .big-video .col-sm-12,
.disability-compensation-pg .big-video .col-xs-12.col-sm-12.col-md-6,
.workers-compensation-pg .big-video .col-xs-12.col-sm-12.col-md-6,
.personal-pg .big-video .col-xs-12.col-sm-12.col-md-6,
.free-evaluation-pg .big-video .col-xs-12.col-sm-6,
/*.thank-you-pg .big-video .col-xs-12.col-sm-12.col-md-6,*/
.kindness-pg .big-video .col-xs-12.col-sm-12.col-md-6,
.more-than-pg .big-video .col-xs-12.col-sm-12.col-md-6,
.scholarship-pg .big-video .col-xs-12.col-sm-12.col-md-6,
.privado-pg .big-video .col-xs-12.col-sm-12.col-md-6,
.motivacion-pg .big-video .col-xs-12.col-sm-12.col-md-6,
.motivation-pg .big-video .col-xs-12.col-sm-12.col-md-6 {
    width: 100%;
    text-align: center;
}

.media-center-pg .col-xs-12.col-sm-12.col-md-6 h1 {
    text-align: center;
}

.mesothelioma-pg .col-md-12 h1,
.free-evaluation-pg .col-md-12 h1,
.evaluacion-gratuita-pg .col-md-12 h1,
.media-center-pg .col-md-12 h1,
.military-bases-claim-pg .col-md-12 h1,
.afff-claim-pg .col-md-12 h1,
.earplugs-claim-pg .col-md-12 h1,
.camp-lejeune-claim-pg .col-md-12 h1,
.va-claim-pg .col-md-12 h1,
.parkinson-claim-pg .col-md-12 h1,
.tobacco-claim-pg .col-md-12 h1,
.zantac-claim-pg .col-md-12 h1,
/*.zinus-claim-pg .col-md-12 h1,*/
.uloric-claim-pg .col-md-12 h1,
.toyota-claim-pg .col-md-12 h1,
.thank-you-pg .col-md-12 h1,
.thank-you-client-pg .col-md-12 h1,
.thank-you-veterans-pg .col-md-12 h1,
.thank-you-zantac-pg .col-md-12 h1,
/*.thank-you-zinus-pg .col-md-12 h1,*/
/*.thank-you-zinus-help-pg  .col-md-12 h1,*/
/*.thank-you-zinus-replacement-pg  .col-md-12 h1,*/
/*.zinus-pg .col-md-12 h1,*/
.thank-you-toyota-pg .col-md-12 h1,
.thank-you-uloric-pg .col-md-12 h1,
.thank-you-parkinson-pg .col-md-12,
.thank-you-earplugs-pg .col-md-12 h1,
.thank-you-afff-pg .col-md-12 h1,
.thank-you-camp-lejeune-pg .col-md-12 h1,
.thank-you-together-pg .col-md-12 h1,
.thank-you-kindness-pg .col-md-12 h1,
.logout-pg .col-md-12 h1,
.intake-pg .col-md-12 h1,
.intake-3m-earplugs-pg .col-md-12 h1,
.login-pg .col-md-12 h1,
.feedback-pg .col-md-12 h1,
.how-to-review-pg .col-md-12 h1,
.partners-pg .col-md-12 h1,
.privacy-policy-pg .col-md-12 h1,
.disclaimer-pg .col-md-12 h1,
.professionalism-pg .col-md-12 h1,
.profesionalismo-pg .col-md-12 h1,
.terms-of-use-pg .col-md-12 h1,
.disability-compensation-pg .col-md-12 h1,
.workers-compensation-pg .col-md-12 h1,
.personal-pg .col-md-12 h1,
.free-eval.col-md-12 h1,
.kindness-pg .col-md-12 h1,
.more-than-pg .col-md-12 h1,
.screening-pg .col-md-12 h1,
.scholarship-pg .col-md-12 h1,
.privado-pg .col-md-12 h1,
.motivacion-pg .col-md-12 h1,
.error-404-pg .col-md-12 h1,
.covid-19-pg h1,
.search-pg h1,
.sitemap-pg .col-md-12 h1,
.privacy-policy-pg .col-md-12 h1,
.disclaimer-pg .col-md-12 h1,
.terms-of-use-pg .col-md-12 h1,
.blog-pg .main-hero h1 {
    text-align: center;
    margin: 30px 0;
}

.error-404-pg  .col-md-12,
.thank-you-pg .col-md-12,
.thank-you-application-pg .col-md-12,
.thank-you-client-pg .col-md-12,
.thank-you-veterans-pg .col-md-12,
.thank-you-zantac-pg .col-md-12,
/*.thank-you-zinus-pg .col-md-12,*/
/*.thank-you-zinus-help-pg .col-md-12,*/
/*.thank-you-zinus-replacement-pg .col-md-12,*/
/*.zinus-pg .col-md-12,*/
.thank-you-toyota-pg .col-md-12,
.thank-you-tobacco-pg .col-md-12,
.thank-you-uloric-pg .col-md-12,
.thank-you-earplugs-pg .col-md-12,
.thank-you-afff-pg .col-md-12,
.thank-you-camp-lejeune-pg .col-md-12,
.thank-you-together-pg .col-md-12 {
    text-align: center;
}

.faq-inner-page .big-video p {
    font-size: 20px;
}

.video.top-header .youtube-hq {
    border: 5px solid #fff;
}

.map iframe {
    width: 100%;
    height: 400px;
}

.main-hero h1.title-page {
    color: #1a2730;
    font-size: 60px;
    margin: 50px 0;
}

.tabs-blog {
    text-align: left;
}
.tabs-blog ul {
    text-align: center;
}
.tabs-blog ul li {
    margin: 10px 0;
    margin-left: 0;
    float: none;
    display: inline-block;
}
.tabs-blog ul li a {
    color: #fff;
    font-family: 'YsabeauOffice-Bold';
    font-size: 22px;
    border-radius: 4px;
}
.tabs-blog ul li a span {
    display: none;
}
.tabs-blog ul li.active a span {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #4088b8 !important;
    font-family: 'YsabeauOffice-Bold';
}

.content-blog img {
    float: left;
    margin-right: 10px;
    width: 60%;
}

.blog-search {
    text-align: center;
    /*margin: 30px 0 20px;*/
    margin: 15px 0;
}
.blog-search form#search-blog {
    width: auto;
    display: inline-block;
    width: 100%;
    max-width: 400px;
}
.blog-search form#search-blog p {
    color: #4088b8;
    font-family: 'YsabeauOffice-Bold';
    font-size: 20px;
}
.blog-search form#search-blog input:focus {
    outline: 0;
}
.blog-search form#search-blog input {
    width: calc(100% - 75px);
    height: 45px;
    border: 2px solid #4088b8;
    padding: 0 10px;
    font-size: 17px;
    font-weight: normal;
    font-style: italic;
    margin: 0;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}
.blog-search form#search-blog button {
    background-color: #4088b8;
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
    padding: 5px 10px;
    border-radius: 4px;
    border: 0;
    height: 45px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    float: right;
    width: 75px;
}
.blog-search form#search-blog button:hover {
    background-color: #1a2730;
    text-decoration: none;
}

.tabs-blog .nav>li>a:focus, .tabs-blog .nav>li>a:hover {
    text-decoration: none;
    background-color: #3e5263 !important;
}

.eval-page {
    background: #fff url('../images/bg-job.jpg') top center no-repeat;
    background-size: 100% 100%;
}

/*.contact-pg .contact-page,
.contacto-pg .contact-page {
    background: #fff url(../images/contact-top-image.jpg) center top no-repeat;
    background-size: cover;
    padding-bottom: 20px;
}*/

.contact-pg .container-fluid.content-contact,
.contacto-pg .container-fluid.content-contact {
    padding-top: 30px;
}

.blog-pg .main-hero .big-video h1, .blog-pg .main-hero h1.title-page {
    text-align: center;
}
