/*
  Theme Name: Engage PEO Theme
  Author: Yasiel Sanchez Caleo, SpiderBoost Communications
  Author URI:  https://www.spiderboost.com/
  Description: Exclusive Theme used for Engage PEO
  Version: 1.0
  Licence:  GNU General Public License v2 or later
  Licence URI:  http://www.gnu.org/licenses/gpl-2.0.html
  Text Domain:  ysc
*/

/************************************ Global Style  ************************************/

html,
body {
    overflow-x: hidden;
}

.custom-logo {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6,
p, a, ul, li {
    font-family: 'Roboto', sans-serif;
}

p, a, ul, li { 
    font-size: 16px;
    line-height: 21px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

a {
    /* text-decoration: none !important; */
    transition: all .3s ease;
}

h1, h2, h3, h4, h5, h6, p, ul, li {
    color: #323232;
}

.skip-to-main {
  padding: 10px 50px;
  display: inline-block;
  background-color: #014F9A;
  border: 2px solid #000;
  font-family: sans-serif;
  color: #fff !important;
  text-decoration: none !important;
  position: absolute;
  top: 0;
  left: -10000px;
  z-index: 100000;
}
.skip-to-main:focus {
  left: 0;
}
.navigation.pagination{
  display: flex;
  justify-content: center;
}
.navigation.pagination .pagination-list{
  display: flex;
  justify-content: center;
}
.navigation.pagination .pagination-list .page-numbers{
  width: 50px;
  height: 50px;
  display: flex;
  margin: 5px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #323232;
  font-weight: 600;
  text-decoration: none;
  background-color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.navigation.pagination .pagination-list .page-numbers:hover,
.navigation.pagination .pagination-list .page-numbers.current{
  background-color: #FCECC4;
}
.navigation.pagination .pagination-list .page-numbers.next{
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.navigation.pagination .pagination-list .page-numbers.prev{
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.list-type-none {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
img.alignright{
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}
img.alignleft{
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
img.aligncenter{
  display: block;
  margin: 0 auto 10px auto;
}

blockquote{
  border-left: 1px solid #00607F;
  padding-left: 20px;
  margin: 30px 0;
}
blockquote p{
  color: #00607F;
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
}

/* Global Engage CTA  */
.engage-cta--yellow,
.engage-cta--blue,
.engage-cta--transparent{
  text-decoration: none !important;
  display: inline-block;
  font-size: 16px;
  padding: 10px 20px;
  font-weight: 600;
  border: 1px solid #A36A00;
  background-color: #F5A81C;
  color: #323232;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.engage-cta--yellow:hover{
  background-color: #ffc425;
  color: #323232;
}
.engage-cta--blue{
  background-color: #00607f;
  color: #fff;
  border-color: #00607f;
}
.engage-cta--blue:hover{
  color: #fff;
  background-color: #057fa8;
  border-color: #057fa8;
}
.engage-cta--transparent{
  background-color: #00607f;
  color: #fff;
  border-color: #fff;
}
.engage-cta--transparent:hover{
  background-color: #fff;
  color: #00607f;
  border-color: #fff;
}

/* Global Popup  */
.mtm-global-popup-cont .modal-content{
  overflow: hidden;
}
.mtm-global-popup-cont .text-cont{
    padding: 30px;
}
.mtm-global-popup-cont .text-cont .title{
    color: #323232;
    font-size: 30px;
    margin-bottom: 15px;
}
.mtm-global-popup-cont .close{
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #fff;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    text-shadow: none;
    opacity: 1;
    border: 1px solid #00607F;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.mtm-global-popup-cont .close i{
    color: #00607F;
    font-size: 20px;
    width: 20px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.mtm-global-popup-cont .close:hover{
  background-color: #00607F;
}
.mtm-global-popup-cont .close:hover i{
  color: #fff;
}
@media(max-width: 575px){
    .mtm-global-popup-cont .close{
        right: 0;
    }
}

/************************************ Header Style  ************************************/

/************************************* Body Style  *************************************/
.global-single-newsletter-section .section-form-cont{
  height: 100%;
  padding: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.global-single-newsletter-section .share_buttons .has_share_buttons__fa{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.global-single-newsletter-section .share_buttons .has_share_buttons__fa .blog-inner__is_share_button{
  color: #fff;
  font-size: 25px;
  padding: 10px;
}
.global-single-newsletter-section .share_buttons .has_share_buttons__fa .blog-inner__is_share_button:first-child{
  padding-left: 0;
}
.global-single-newsletter-section .share_buttons .has_share_buttons__fa .blog-inner__is_share_button:hover{
  color: #FCECC4;
}
.global-single-newsletter-section .section-form-cont .form-cont input[type="submit"]{
  margin-top: 28px;
}
.global-single-newsletter-section .form-box span.asterisk{
  color: #00607F;
}
.global-single-newsletter-section .form-box input[type="text"],
.global-single-newsletter-section .form-box input[type="email"],
.global-single-newsletter-section .form-box input[type="date"],
.global-single-newsletter-section .form-box input[type="tel"],
.global-single-newsletter-section .form-box select{
  height: 40px;
  background-color: #fff;
  border-color: #323232;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.global-single-newsletter-section .contact-content__main__form__errors {
  padding: 20px 20px 10px;
  border: 3px solid #475B67;
  margin-bottom: 40px;
  background-color: #f6f6f6;
  display: none;
}
.global-single-newsletter-section .contact-content__main__form__errors.visible {
  display: block;
}
.global-single-newsletter-section .contact-content__main__form__errors:focus {
  border-color: tomato;
}
.global-single-newsletter-section .contact-content__main__form__errors__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 20px;
}
.global-single-newsletter-section .contact-content__main__form__errors ul li {
  margin-bottom: 10px;
}
.global-single-newsletter-section .contact-content__main__form__errors ul li a{
  color: #025FAC;
  text-decoration: none;
}
.global-single-newsletter-section .contact-content__main__form__errors ul li a:hover{
  text-decoration: underline;
}
.global-single-related-articles-section .row-cont{
  margin-top: 70px;
  padding: 50px 0;
  border-top: 1px solid #F4F4F4;
  border-bottom: 1px solid #F4F4F4;
}
.global-single-related-articles-section .insight-loop{
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.global-single-related-articles-section .insight-loop .img-cont{
  position: relative;
}
.global-single-related-articles-section .insight-loop .img-cont .insight-img{
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.global-single-related-articles-section .insight-loop .text-cont{
  padding: 20px 0;
}
.global-single-related-articles-section .insight-loop .text-cont .insight-top-text{
  min-height: 170px;
}
.global-single-related-articles-section .insight-loop .text-cont .date{
  color: #323232;
  font-size: 14px;
  margin-bottom: 10px;
}
.global-single-related-articles-section .insight-loop .text-cont .insight-title{
  color: #323232;
  font-size: 20px;
}
.global-single-related-articles-section .insight-loop .text-cont .insight-link{
  color: #00607F;
  font-size: 16px;
  font-weight: 600;
}
.page-404-page{
  background-color: #FAFAFA;
  padding: 50px 0;
}
.page-404-page .img-404{
  max-width: 500px;
  width: 100%;
}
.page-404-page .title{
  color: #005773;
  font-size: 50px;
  font-weight: 700;
}
.page-404-page ul{
  list-style: none;
  padding-left: 0;
}
.page-404-page ul li{
  margin-bottom: 15px;
}
.page-404-page ul li a{
  color: #00607F;
  font-size: 16px;
  font-weight: 600;
}
.search-template .search_query-p span{
  color: #005773;
}
.search-template .search-loop{
  position: relative;
  background-color: #FAFAFA;
  margin-bottom: 30px;
  border-bottom: 3px solid #FFC425;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.search-template .search-loop:hover{
  box-shadow: 0px 3px 20px #00000029;
}
.search-template .search-loop .search-link{
  display: block;
  padding: 30px;
  color: #000 !important;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none !important;
}
.search-template .search-loop .search-link i{
  position: absolute;
  right: 20px;
  top: 50%;
  color: #00607F !important;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.page-sitemap .sitemap-section{
  margin-bottom: 30px;
}
.page-sitemap .sitemap-section ul{
  list-style: none;
  padding-left: 0;
}
.page-sitemap .sitemap-section ul li a{
  color: #00607F;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  margin-top: 5px;
}
.page-sitemap .sitemap-section ul li a:hover{
  text-decoration: underline !important;
}
.sbi-engage-related-articles a,
.sbi-engage-archive-newsroom a,
.sbi-engage-archive-leadership a,
.sbi-engage-column-list a{
  text-decoration: none !important;
}
.sbi-engage-careers .engage-mid-page-content .ht-apply-link{
  text-decoration: none !important;
}

/************************************ Footer Style  ************************************/



/************************************ Medias Style  ************************************/
@media(max-width: 991px){
  
}
@media(max-width: 767px){
  
}
@media(max-width: 575px){
  
}
@media(max-width: 500px){
  
}