/*** Common Style here ***/
html, body {
    min-height: 100%;
}

.page-wrapper {
    width: 100%;
    overflow: hidden;
}

#mid-wrapper {
    display: block;
    padding: 0px;
    float: left;
    width: 100%;
}

section {
    padding: 70px 0px;
    float: left;
    width: 100%;
}

section h2 {
    margin: 0px 0px 50px;
}

.fix-wrap {
    display: block;
    max-width: 1170px;
    margin: 0 auto;
}

.btn-primary, .btn-black, .btn-blue {
    display: inline-block;
    padding: 0px 20px;
    min-width: 155px;
    font-family: 'Open Sans', sans-serif; font-weight: 800;
    font-size: 12px;
    line-height: 42px;
    letter-spacing: 2px;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    background: #40BDE8;
    border: none;
    outline: none;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
}

.btn-primary:hover {
    background: #2ea6cf;
    color: #FFF;
}

.btn-black {
    min-width: 145px;
    line-height: 35px;
    letter-spacing: 1px;
    background: #000000;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
}

.btn-black:hover, .btn-brdr:hover {
    background: #40BDE8;
    color: #FFF;
}

.btn-blue {
    min-width: 175px;
    line-height: 35px;
    letter-spacing: 1px;
    background: #006EB6;
}

.btn-blue:hover {
    color: #FFF;
    background: #02579b;
}

.btn-brdr, .btn-brdr-blue {
    display: inline-block;
    padding: 0px 20px;
    min-width: 145px;
    font-family: 'Open Sans', sans-serif; font-weight: 800;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 31px;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border: 2px solid rgba(255,255,255,0.47);
    outline: none;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
}

.btn-brdr-blue {
    line-height: 33px;
    color: #006EB6;
    border: 1px solid #006EB6;
}

header ul li:before, .foot-col ul li:before {
    content: normal;
}

.select2-dropdown {
    z-index: 998;
}

.web-view {
    display: block;
}

.mob-view {
    display: none;
}

.success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 10px;
}

.error {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 10px;
}

.info {
    background: #e8e32e;
    color: #fff;
    padding: 10px 24px;
    float: left;
    width: 100%;
    margin-bottom: 4px;
}
/*** icon style here ***/
.play-btn {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url('../images/icn-play.png') no-repeat 0px 0px;
}
/*** header Style here ***/
.open-navbar {
    overflow: hidden;
}

header {
    display: block;
    padding: 0px;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    color: #797a7d;
    text-align: center;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    z-index: 999;
}

/*video list for careers*/

.video-list {
    display: flex;
    flex-direction: column;
}

.video-list .video-item {
    display: flex;
    height: 80px;
    margin-bottom: 10px;
    cursor: pointer;
}
.video-list .video-item img{
    width: 150px;
    height: 80px;
}
.video-list .video-item .video-text-description {
    padding-left: 20px;
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
    justify-content: center;
}

.video-list .video-item .video-text-description div {
    color: #006EB6;
    margin: 0;
    line-height: normal;
    font-size: 15px;
    font-weight: 500;
}

.video-list .video-item .video-text-description p {
    font-size: 12px;
    margin: 0;
    line-height:normal;
}

/*video list for careers*/

.top-bar {
    display: block;
    width: 100%;
    height: 50px;
    float: left;
    color: #FFF;
    background: #000000;
    overflow: hidden;
    position: relative;
    transition: height 0.5s ease;
    -webkit-transition: height 0.5s ease;
    -moz-transition: height 0.5s ease;
    -o-transition: height 0.5s ease;
}

.top-bar ul, .top-bar ul li {
    display: block;
    margin: 0px 1px 0px 0px;
    padding: 0px;
    float: left;
    text-align: left;
    position: relative;
}

.top-bar ul li:after {
    content: '';
    display: block;
    margin: auto;
    width: 1px;
    height: 40px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: -1px;
    background: rgba(61,61,61,1);
}

.top-bar ul li span, .top-bar ul li a {
    display: block;
    padding: 14px 30px;
    font-family: 'Open Sans', sans-serif; font-weight: 800;
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.top-bar ul li a:hover, .top-bar ul li.active a {
    background: #006EB6;
}

.top-bar ul li span {
    color: rgba(255,255,255,0.7);
    text-transform: capitalize;
}

.navbar {
    display: block;
    padding: 0 30px;
    width: 100%;
    float: left;
}

.header-fix .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-fix .nav-brand {
    padding-top: 5px;
}

.logo {
    display: block;
    float: left;
    background-image: url(../../assets/images/Transwestern-Logo-sq.svg);
    height: 150px;
    width: 150px;
    margin-left: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
}

.header-fix .logo {
    height: 74px;
    background-image: url(../../assets/images/TW-Logo-Vector.svg);
    background-position: center;
    box-shadow: none;
}

.header-RE .logo {
    display: block;
    float: left;
    background-image: url(../../assets/images/Transwestern-RE-Logo-sq.jpg);
    height: 150px;
    width: 150px;
    margin-left: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
}

.logo a {
    display: block;
    outline: none;
}

.header-RE.header-fix {
    background: #0872b9 !important;
}

.header-RE.header-fix .logo {
    background-image: url(../images/TW-Logo-Vector.svg);
    height: 53px;
    width: 200px;
    margin: 10px 0 10px 0;
    box-shadow: none;
}

.navbar-header {
    display: block;
    float: left;
}

.navbar-toggle {
    display: none;
    margin: 0;
    float: right;
    width: 25px;
    height: 19px;
    background: url('../images/toggle-active.png') no-repeat center center;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.navbar-close {
    background: #000;
}

.navbar-close .navbar-toggle {
    background: url('../images/close-toggle.png') no-repeat;
}

.nav-brand {
    float: right;
    padding-top: 30px;
}

.nav-brand ul, .nav-brand ul li {
    display: block;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.nav-brand > ul > li {
    float: left;
}

.nav-brand > ul > li:last-child > a {
    padding-right: 0px;
}

.nav-brand > ul > li > a {
    display: block;
    padding: 0px 18px;
    font-family: 'Open Sans', sans-serif; font-weight: 500;
    font-size: 14px;
    line-height: 33px;
    color: #FFF;
    text-transform: uppercase;
    position: relative;
}

.nav-brand > ul > li:hover > a:before, .nav-brand > ul > li.active > a:before {
    content: '';
    height: 1px;
    position: absolute;
    bottom: 5px;
    left: 18px;
    right: 18px;
    background: #FFF;
}

.header-fix {
    margin: 0px;
    background: #006EB6;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.2);
}

.header-fix .top-bar {
    height: 0px;
    overflow: hidden;
}

/*** Submenu ***/
.submenu-wrap {
    display: block;
    padding: 14px 0px 0px;
    width: 202px;
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease .15s;
    -moz-transition: all .3s ease .15s;
    -o-transition: all .3s ease .15s;
    -ms-transition: all .3s ease .15s;
    transition: all .3s ease .15s;
    overflow: hidden;
    pointer-events: none;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    -o-pointer-events: none;
    -ms-pointer-events: none;
}

.submenu-wrap ul {
    padding: 0px;
    text-align: left;
    background: #FFFFFF;
    border: 1px solid #D6D6D6;
    box-shadow: 0 2px 15px 0 rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 2px 15px 0 rgba(0,0,0,0.5);
    -moz-box-shadow: 0 2px 15px 0 rgba(0,0,0,0.5);
    -o-box-shadow: 0 2px 15px 0 rgba(0,0,0,0.5);
}

.submenu-wrap > ul li a {
    display: block;
    padding: 11px 15px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #006EB6;
}

.submenu-wrap > ul li a:hover {
    color: #FFFFFF;
    background: #006EB6;
}

.nav-brand > ul > li.parent > a i {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -15px;
    margin: auto;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #FFFFFF;
    cursor: auto;
    -webkit-transition: all .3s ease .15s;
    -moz-transition: all .3s ease .15s;
    -o-transition: all .3s ease .15s;
    -ms-transition: all .3s ease .15s;
    transition: all .3s ease .15s;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    z-index: 9;
}

.nav-brand > ul > li.parent:hover > a i {
    opacity: 1;
    visibility: visible;
    overflow: visible;
}

.nav-brand > ul > li.parent:hover .submenu-wrap {
    opacity: 1;
    visibility: visible;
    overflow: visible;
    pointer-events: all;
    -webkit-pointer-events: all;
    -moz-pointer-events: all;
    -o-pointer-events: all;
    -ms-pointer-events: all;
}

.submenu-wrap > ul li.has-submenu > a {
    padding-right: 30px;
    position: relative;
}

li.has-submenu > a i {
    content: '';
    display: block;
    margin: auto;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 15px;
    width: 8px;
    height: 14px;
    background: url('../images/nav-arrow.png') no-repeat 0px 0px;
    background-size: 100% 100%;
}

li.has-submenu > a:hover i, li.has-submenu.open-second-subnav > a i {
    background-image: url('../images/nav-arrow-hover.png');
    background-repeat: no-repeat;
}

li.has-submenu .submenu-nav {
    display: block;
    width: 200px;
    background: #FFF;
    position: absolute;
    top: 0px;
    left: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease .15s;
    -moz-transition: all .3s ease .15s;
    -o-transition: all .3s ease .15s;
    -ms-transition: all .3s ease .15s;
    transition: all .3s ease .15s;
    pointer-events: none;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    -o-pointer-events: none;
    -ms-pointer-events: none;
}

li.has-submenu:hover .submenu-nav {
    opacity: 1;
    visibility: visible;
    overflow: visible;
    pointer-events: all;
    -webkit-pointer-events: all;
    -moz-pointer-events: all;
    -o-pointer-events: all;
    -ms-pointer-events: all;
}

li.has-submenu .submenu-nav ul {
    box-shadow: 5px 2px 10px 0 rgba(0,0,0,0.5);
    -webkit-box-shadow: 5px 2px 10px 0 rgba(0,0,0,0.5);
    -moz-box-shadow: 5px 2px 10px 0 rgba(0,0,0,0.5);
    -o-box-shadow: 5px 2px 10px 0 rgba(0,0,0,0.5);
}

.aboutsubnav li.has-submenu .submenu-nav ul {
    box-shadow: -5px 2px 10px 0 rgba(0,0,0,0.5);
    -webkit-box-shadow: -5px 2px 10px 0 rgba(0,0,0,0.5);
    -moz-box-shadow: -5px 2px 10px 0 rgba(0,0,0,0.5);
    -o-box-shadow: -5px 2px 10px 0 rgba(0,0,0,0.5);
}

.nav-brand > ul > li.aboutsubnav .submenu-wrap {
    left: auto;
    right: 0px;
}

.aboutsubnav li.has-submenu .submenu-nav {
    left: auto;
    right: 100%;
}
/*** Inner page Header Style here ***/
/*.cms-inner-page header {
    background: #006EB6;
}*/

.cms-inner-page header .logo {
    box-shadow: none;
}

.cms-inner-page header.header-RE .logo {
    box-shadow: none;
}

.cms-inner-page header:after {
    content: normal;
}

.cms-inner-page #mid-wrapper {
    padding: 0;
}
/*.cms-page #mid-wrapper { padding: 50px 0px 0px; } */
/*** Header Searchbox ***/
li.nav-search > form {
    position: relative;
    width: inherit;
    height: 33px;
    z-index: 510;
}

li.nav-search input[type="text"] {
    display: block;
    position: absolute;
    top: -4px;
    right: 0px;
    width: 33px;
    height: 40px;
    padding: 0px 20px;
    line-height: normal;
    outline: 0;
    -webkit-appearance: textfield;
    font-size: 0px;
    color: #FFFFFF;
    text-shadow: 0 0 1px rgba(0,0,0,.35);
    background: none;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    z-index: 1;
}

li.nav-search input[type="text"]:focus, li.nav-search:hover input[type="text"] {
    width: 250px;
    padding: 8px 40px 8px 20px;
    background: #002B5F;
    font-size: 16px;
}

li.nav-search .search-btn {
    display: block;
    margin: 0px 8px 0px 18px;
    padding: 0px;
    float: left;
    width: 25px;
    height: 33px;
    cursor: pointer;
    background: url('../images/search-icon.png') no-repeat center center;
    background-size: 20px 20px;
    position: relative;
    z-index: 4;
}

li.nav-search input[type="submit"]:hover {
}

.nav-search ::-webkit-input-placeholder {
    color: #fff;
}

.nav-search ::-moz-placeholder {
    color: #fff;
}

.nav-search :-ms-input-placeholder {
    color: #fff;
}

.nav-search :-moz-placeholder {
    color: #fff;
}
/*** Footer Section Start ***/
footer {
    display: block;
    padding: 0px;
    float: left;
    width: 100%;
    color: #FFF;
    position: relative;
    background: #0D62AD;
}

footer a {
    text-decoration: none;
}

.connect-with-us {
    margin: 0;
    padding: 90px 0;
    background: url('https://images.transwestern.com/f00000000081388/transwestern.com/assets/images/contact-bg.jpg') no-repeat;
    text-align: center;
    background-size: cover;
}

.connect-with-us h2 {
    margin: 0px 0px 30px;
    font-family: 'Open Sans', sans-serif; font-weight: 300;
    font-size: 36px;
    line-height: 30px;
    color: #FFF;
}

.subscribe {
    display: block;
    margin: auto;
    max-width: 544px;
    overflow: hidden;
}

.subscribe .form-group {
    width: 100%;
    float: left;
}

.subscribe input {
    float: left;
    height: 36px;
    line-height: 36px;
}

.subscribe .form-control {
    padding-left: 36px;
    max-width: 318px;
    background-image: url('../images/icn-mail.png');
    background-repeat: no-repeat;
    background-position: top 12px left 10px;
}

.subscribe .btn-primary {
    padding: 0px 18px;
    background-color: #fff;
    color: #12acff;
    transition: background-color .25s;
}

.subscribe .btn-primary:hover {
    background-color: #12acff;
    color: #fff;
}

.footer-links {
    padding: 0px;
}

.footer-links .bordered-section {
    padding: 20px 0px 20px;
    overflow: hidden;
}

.foot-col {
    display: block;
    width: 25%;
    padding-right: 15px;
    float: left;
}

.footer-links .foot-col:last-child {
    padding: 35px 0px 0px 0px;
}

.footer-links .foot-col:last-child ul li a {
    line-height: 32px;
}

.foot-col h6 {
    margin: 30px 0px 12px;
    font-family: 'Open Sans', sans-serif; font-weight: 800;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
}

.foot-col h6 a {
    color: #FFF;
}

.foot-col ul, .foot-col ul li {
    display: block;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.foot-col ul {
    margin: 0px 0px 30px;
}

.foot-col ul li {
    margin: 0px 0px 8px;
}

.foot-col ul li:last-child {
    margin: 0px;
}

.foot-col ul li a {
    display: inline-block;
    font-family: 'Open Sans', sans-serif; font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    color: #FFF;
}

.foot-col ul li a:hover {
    color: #36AFE2;
}

.social-link {
    padding: 5px 0px 0px;
    width: 100%;
}

.foot-col .social-link ul {
    margin: 0px;
    overflow: hidden;
}

.foot-col .social-link ul li {
    float: left;
    min-height: 30px;
    margin: 0px 11px 0px 0px;
}

.social-link ul li:last-child {
    margin: 0px;
}

.social-link ul li i {
    display: block;
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.social-link ul li i.icn-lin {
    background: url('../images/linked-in.png?v=2');
    width: 16px;
    height: 16px;
    background-position: -1px -2px;
}

.social-link ul li i.icn-lin:hover {
    background-position: -1px -23px;
}

.social-link ul li i.icn-tweet {
    background: url('../images/X.png');
    width: 18px;
    height: 14px;
    margin-top: -15px;
}

.social-link ul li i.icn-tweet:hover {
    background-position: 0px -15px;
}

.social-link ul li i.icn-fb {
    background: url('../images/facebook.png?v=2');
    width: 8px;
    height: 18px;
    background-position: -1px -1px;
}

.social-link ul li i.icn-fb:hover {
    background-position: -1px -22px;
}

.social-link ul li i.icn-google {
    width: 22px;
    height: 15px;
    background: url('../images/google-plus.png?v=2');
    background-position: 0px -3px;
}

.social-link ul li i.icn-google:hover {
    background-position: 0px -24px;
}

.social-link ul li i.icn-youtube {
    background: url('../images/youtube.png?v=2');
    width: 14px;
    height: 16px;
    background-position: 0px 0px;
}

.social-link ul li i.icn-youtube:hover {
    background-position: 0px -18px;
}

.social-link ul li i.icn-rss {
    background: url('../images/rss-icon.png?v=2');
    width: 16px;
    height: 16px;
}

.social-link ul li i.icn-rss:hover {
    background-position: 0px -21px;
}

.social-link ul li i.flickr-icon {
    background: url('../images/flickr-icon.png?v=2');
    width: 18px;
    height: 8px;
    margin-top: -10px;
}

.social-link ul li i.flickr-icon:hover {
    background-position: 0px -10px;
}

.social-link ul li i.slideshare-icon {
    background: url('../images/slideshare-icon.png?v=2');
    width: 18px;
    height: 12px;
    background-position: 0px 0px;
}

.social-link ul li i.slideshare-icon:hover {
    background-position: 0px -16px;
}

.social-link ul li i.instagram-icon {
    background: url('../images/instagram-icon.png');
    width: 18px;
    height: 18px;
    background-position: 0px 0px;
    margin-top: 5px;
}

.social-link ul li a:hover i.instagram-icon {
    background-position: 0px -18px;
}

.social-link ul li i.pinterest-icon {
    background: url('../images/pinterest-icon.png?v=2');
    width: 14px;
    height: 19px;
    background-position: -3px 0px;
}

.social-link ul li i.pinterest-icon:hover {
    background-position: -3px -22px;
}

.social-link ul li i.vimeo-icon {
    background: url('../images/vimeo-icon.png?v=2');
    width: 18px;
    height: 16px;
    background-position: 0px 0px;
}

.social-link ul li i.vimeo-icon:hover {
    background-position: 0px -18px;
}

.social-link ul li i.translations-icon {
    background: url('../images/translations-icon.png?v=2');
    width: 14px;
    height: 16px;
    background-position: -1px 0px;
}

.social-link ul li i.translations-icon:hover {
    background-position: -1px -19px;
}

/*.social-link ul li a:hover i { background-position: 0px -21px; }*/
.copyright {
    padding: 20px 0px;
}

.copyright p {
    float: left;
    margin: 0px;
    font-size: 14px;
    line-height: 30px;
    font-weight: 300;
}

.copyright p a {
    display: inline-block;
    margin: 0px 3px;
    color: #36AFE2;
}

.copyright p a:hover {
    color: #36AFE2;
    text-decoration: underline;
}

.deignby-spinx {
    font-size: 14px;
    float: right;
    line-height: 30px;
    font-weight: 300;
    opacity: 0.5;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    -o-opacity: 0.5;
}

.deignby-spinx a {
    color: #fff;
}

.deignby-spinx a:hover {
    text-decoration: underline;
    color: #36AFE2
}
/*** Homepage Banner Style here ***/
.hp-banner {
    padding: 0px;
    position: relative;
    background: #004073;
}

.slider-for .item {
    display: block;
    width: 100%;
}

.slider-for .item a {
    width: 100%;
    height: 746px;
    background-color: #004073;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    overflow: hidden;
}

.slider-for .item .caption {
    display: block;
    margin: 250px 0px 0px;
    max-width: 748px;
}

.slider-for .item .caption h2 {
    margin: 0px 0px 30px;
    font-family: 'Open Sans', sans-serif; font-weight: 500;
    font-size: 45px;
    font-weight: 500;
    line-height: 50px;
    color: #FFFFFF;
}

.hp-fixed {
    display: block;
    padding: 25px 0px 0px;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0,0,0,0.53);
}

.slider-nav {
    margin: 0px 0px 25px;
    display: table;
    width: 100%;
    padding: 0px;
    overflow: hidden;
}

.slider-nav * {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.slider-nav .slide-list {
    display: table-cell;
    padding: 10px 20px;
    width: 20%;
    height: 100px;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid rgba(255,255,255,0.21);
    position: relative;
}

.slider-nav .slide-list:first-child {
    border-left: 1px solid rgba(255,255,255,0.21);
}

.slider-nav .slide-list:after {
    content: '';
    display: none;
    margin: auto;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 20px;
    width: 14px;
    height: 9px;
    background: url('../images/small-arrow.png') no-repeat 0px 0px;
    background-size: 14px 9px;
}

.slider-nav .slide-list span {
    display: block;
    margin-right: 15px;
    font-family: 'Open Sans', sans-serif; font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #FFF;
}

.slider-nav .slide-list:hover {
    background: #FFFFFF;
    border-color: transparent;
    box-shadow: 0 2px 20px 0 rgba(0,0,0,0.5);
}

.slider-nav .slide-list:hover:after {
    display: inline-block;
}

.slider-nav .slide-list:hover span {
    color: #006EB6;
}

.search-property {
    display: block;
    margin: 0px 0px -55px;
    padding: 40px;
    width: 100%;
    background: #006EB6;
    overflow: hidden;
    position: relative;
    z-index: 9;
}

.search-property {
    display: block;
    margin: 0px 0px -55px;
    padding: 40px;
    width: 100%;
    background: #006EB6;
    overflow: hidden;
    position: relative;
    z-index: 9;
}

.search-property h3 {
    margin: 0px;
    float: left;
    line-height: 30px;
    color: #FFFFFF;
}

.search-property-right {
    display: block;
    float: right;
    width: 100%;
    max-width: 450px;
    position: relative;
}

.search-property-right input {
    float: left;
    width: 48%;
    margin-left: 2%;
}

.search-property-right .form-control {
    padding: 0px 15px 1px 15px;
    height: 36px;
}

.search-property-right .search-btn {
    display: block;
    width: 35px;
    height: 36px;
    position: absolute;
    top: 0px;
    right: 0px;
    background: #40BDE8 url('../images/search-icon.png') no-repeat center center;
    background-size: 16px 16px;
    border: none;
    cursor: pointer;
}

.search-property-right .search-btn:hover {
    background-color: #02508f;
}
/*** Home: Family of Companies ***/
.family-companies {
    padding: 70px 0px 80px;
    text-align: center;
    background: #F2EFEC;
}

.family-companies h2 {
    margin: 50px 0px;
    padding: 0px 0px 15px;
    border-bottom: 1px solid rgba(153,153,153,0.34);
}

ul.three-col-list, ul.three-col-list li {
    display: block;
    margin: 0px;
    padding: 0px;
    list-style: none;
    overflow: hidden;
}

ul.three-col-list li {
    padding: 0px 50px;
    width: 33.33%;
    float: left;
}

ul.three-col-list li:first-child {
    padding-left: 0px;
}

ul.three-col-list li:last-child {
    padding-right: 0px;
}

ul.three-col-list li:before {
    content: normal;
}

.company-list {
    display: block;
    margin: auto;
    max-width: 100%;
    overflow: hidden;
}

.company-list img {
    display: block;
    margin: auto;
    max-width: 251px;
}

.company-list p {
    font-family: 'Open Sans', sans-serif; font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
}

.company-list .learn-more {
    display: inline-block;
    font-family: 'Open Sans', sans-serif; font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    color: #006EB6;
    text-decoration: underline;
}
/*** Homepage Post section style here ***/
.hp-post {
    padding: 100px 0px;
}

.hp-post-head {
    display: block;
    margin: 70px auto 50px;
    width: 100%;
    max-width: 780px;
    color: #FFF;
    text-align: center;
}

.hp-post-head p {
    font-size: 18px;
    line-height: 26px;
}

.two-col {
    display: block;
    width: 100%;
    background: #FFF;
    position: relative;
    overflow: hidden;
}

.two-col h2 {
    margin-bottom: 30px;
}

.two-col .left-sidebar, .two-col .content-col {
    display: block;
    float: left;
    padding: 0px;
}

.two-col .left-sidebar {
    width: 31.54%;
    max-width: 268px;
}

.sidebar-row {
    position: relative;
    z-index: 2;
}

.recent-press {
    display: block;
}

.recent-press ul {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

.recent-press ul li {
    display: block;
    padding: 30px 0px;
    border-bottom: 1px solid rgba(153,153,153,0.4);
}

.recent-press ul li:before {
    content: normal;
}

.recent-press ul li:first-child {
    padding-top: 0px;
}

.recent-press ul li h4 {
    margin: 0px 0px 8px;
    font-family: 'Open Sans', sans-serif; font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #094B9F;
}

.recent-press ul li h4 a {
    display: block;
    color: #094B9F;
}

.recent-press ul li h4 a:hover {
    color: #40bde8;
}

.recent-press ul li p {
    margin: 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
}

.view-press {
    display: block;
    padding: 15px 0px;
}

.view-press a {
    display: block;
    font-family: 'Open Sans', sans-serif; font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #094B9F;
}

.view-press a img {
    display: block;
    margin: 5px 0px 0px;
}

.two-col .content-col {
    width: 65.6%;
    max-width: 767px;
    float: right;
}

.featured-publication {
    display: block;
    margin: 0px 0px 50px;
    width: 100%;
    height: 395px;
    background-color: #000000;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

.featured-publication:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 1%, rgba(0,0,0,0) 16%, rgba(0,0,0,0.64) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 1%, rgba(0,0,0,0) 16%, rgba(0,0,0,0.64) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 1%, rgba(0,0,0,0) 16%, rgba(0,0,0,0.64) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a3000000', GradientType=0 );
}

.featured-publication:hover {
    opacity: 0.8;
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    -o-opacity: 0.8;
    -ms-opacity: 0.8;
}

.featured-publication h3 {
    display: block;
    margin: 0px;
    font-family: 'Open Sans', sans-serif; font-weight: 500;
    font-size: 40px;
    line-height: 44px;
    color: #FFF;
    position: absolute;
    left: 40px;
    right: 40px;
    bottom: 40px;
    z-index: 2;
}

.pub-tag {
    display: inline-block;
    padding: 10px;
    font-family: 'Open Sans', sans-serif; font-weight: 800;
    font-size: 14px;
    line-height: 19px;
    color: #FFF;
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgba(0,0,0,0.7);
    z-index: 2;
}

.recent-publication {
    display: block;
    width: 100%;
}

.recent-publication ul, .recent-publication ul li {
    display: block;
    padding: 0px;
    overflow: hidden;
}

.recent-publication ul li {
    clear: left;
    margin: 0px 20px 30px 0px;
    float: left;
    width: 48.6%;
}

.recent-publication ul li:nth-child(2n) {
    clear: right;
    margin-right: 0px;
}

.recent-publication ul li:before {
    content: normal;
}

.recent-publication ul li:hover img {
    opacity: 0.8;
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    -o-opacity: 0.8;
}

.recent-publication ul li h3 {
    float: left;
    width: 100%;
    margin: 15px 0px 0px;
    line-height: 30px;
}

.recent-publication ul li h3 a {
    display: block;
    color: #006EB6;
}

.recent-publication ul li h3 a:hover {
    color: #40bde8;
}

.recent-publication ul li img {
    max-height: 221px;
}

.recent-publication .view-press {
    border-top: 1px solid rgba(153,153,153,0.4);
}

.contact-bar {
    display: block;
    padding: 50px 0px;
    text-align: center;
    background: #006EB6;
}

.contact-bar h2 {
    margin: 0px 0px 20px;
    color: #FFFFFF;
}

.contact-bar .about-form-search {
    display: block;
    margin: auto;
    float: none;
    max-width: 733px;
    overflow: hidden;
}

.contact-bar .about-form-search .input-search-name {
    border: none;
    width: 235px;
}

.contact-bar .about-form-search .input-search-name:focus {
    border: none;
}

.contact-bar .about-form-search .cmn-select {
    margin-left: 14px;
}

.contact-bar .cmn-select .select2-container .select2-selection--single {
    background: #FFF;
    border: none;
}

.contact-card {
    padding: 85px 0px;
    background: #dfd9d6 url('../images/homepage-contact-bg.jpg') no-repeat bottom center;
}

.Vcard-Slider .slick-slide {
    opacity: 0.5;
    margin: 0px 15px;
}

.Vcard-Slider .slick-active {
    opacity: 1;
}

.Vcard-Slider .slick-prev, .Vcard-Slider .slick-next, .story-Slider .slick-prev, .story-Slider .slick-next {
    width: 100px;
    height: 100%;
    top: 0px;
    bottom: 0px;
    background: rgba(255,255,255,0.32);
    transform: none;
}

.Vcard-Slider .slick-prev:hover, .Vcard-Slider .slick-next:hover {
    background: rgba(255,255,255,0.45);
}

.Vcard-Slider .slick-prev, .story-Slider .slick-prev {
    left: 0px;
}

.Vcard-Slider .slick-prev:before {
    left: initial;
    right: 20px;
    opacity: 1;
    background: url('../images/left-arrow-blue.png') no-repeat top center;
}

.Vcard-Slider .slick-next, .story-Slider .slick-next {
    right: 0px;
}

.Vcard-Slider .slick-next:before {
    right: initial;
    left: 20px;
    opacity: 1;
    background: url('../images/right-arrow-blue.png') no-repeat top center;
}

.success-stories h3 {
    font-size: 30px;
    line-height: 32px;
    margin: 0px 0px 30px;
    text-align: center;
    color: #094B9F;
}

.story-Slider .item {
    margin: 0px 5px;
}

.story-Slider .item a {
    display: block;
    position: relative;
    color: #FFFFFF;
}

.story-Slider .item a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, #000000 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 0%, #000000 100%)
}

.story-Slider .item a:hover {
    opacity: 0.8;
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    -o-opacity: 0.8;
}

.story-Slider .caption-slide {
    display: block;
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    z-index: 3;
}

.story-Slider .caption-slide h6 {
    margin: 0px 0px 5px;
    font-size: 16px;
}

.story-Slider .caption-slide p {
    margin: 0px;
    font-family: 'Open Sans', sans-serif; font-weight: 300;
    font-size: 12px;
    line-height: normal;
}

.story-Slider .slick-prev, .story-Slider .slick-next {
    width: 15.4%;
    background: rgba(255,255,255,0.85);
}

.story-Slider .slick-prev:before {
    background: url('../images/left-arrow-blue.png') no-repeat top center;
}

.story-Slider .slick-next:before {
    background: url('../images/right-arrow-blue.png') no-repeat top center;
}
/*** Common Banner Style here ***/
.cmn-banner {
    padding-top: 130px;
    min-height: 420px;
    color: #FFF;
    background-color: #004073;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

.cmn-banner .banner-caption {
    display: block;
    margin: 55px 0px 0px;
    max-width: 748px;
    text-align: left;
    position: relative;
    z-index: 99;
}

.cmn-banner .banner-caption h1 {
    margin: 0px 0px 10px;
    color: #FFF;
}

.left-gradient:before {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: linear-gradient(90deg, #000000 0%, rgba(0,0,0,0) 100%);
    z-index: 0;
    background: rgba(0,0,0,1);
    background: -moz-linear-gradient(-45deg, rgba(0,0,0,1) 0%, rgba(237,237,237,0) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(100%, rgba(237,237,237,0)));
    background: -webkit-linear-gradient(-45deg, rgba(0,0,0,1) 0%, rgba(237,237,237,0) 100%);
    background: -o-linear-gradient(-45deg, rgba(0,0,0,1) 0%, rgba(237,237,237,0) 100%);
    background: -ms-linear-gradient(-45deg, rgba(0,0,0,1) 0%, rgba(237,237,237,0) 100%);
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(237,237,237,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ededed', GradientType=1 );
}

.left-gradient .fix-wrap {
    position: relative;
    z-index: 2;
}
/*** Common pool top section style here ***/
.cmn-pool-top {
    padding: 0px 0px 130px;
    background: #002B5F;
    position: relative;
}

.pool-top-content {
    margin-top: -160px;
    min-height: 500px;
    background: #FFF;
}

.pool-top-content.full {
    width: 100%;
}

.pool-top-content.f-left {
    padding: 65px;
    width: 100%;
    max-width: 767px;
}

.pool-top-content.f-left h2 {
    margin: 0px 0px 18px;
    color: #006EB6;
}
/*** News & Insight page Style here ***/
.news-post {
    padding: 0px 0px 130px;
    background: #002B5F;
}

.news-post .two-col {
    margin: -160px 0px 0px;
}

.news-post .two-col .left-sidebar, .news-post .two-col .content-col {
    padding: 65px;
    max-width: inherit;
}

.news-post .two-col .left-sidebar {
    max-width: inherit;
    background: #F2EFEC;
}

.news-post .two-col .left-sidebar:after {
    content: '';
    width: 31.54%;
    max-width: 369px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    background: #F2EFEC;
    z-index: 0;
}

.news-post .two-col .content-col {
    width: 68.46%;
}

.news-post .recent-publication ul li {
    width: 48.5%;
}

.news-title {
    float: left;
    width: 100%;
}

.news-title .filter-tag {
    display: block;
    float: right;
    width: 185px;
    position: relative;
}

.filter-tag .tag-filter {
    display: block;
    padding: 7px 15px;
    height: 35px;
    font-family: 'Open Sans', sans-serif; font-weight: 800;
    font-size: 14px;
    line-height: 19px;
    border: 1px solid #006EB6;
    position: relative;
}

.filter-tag .tag-filter:after {
    content: '';
    display: block;
    margin: auto;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 15px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #006EB6;
}

.filter-tag .tag-box {
    display: none;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0px;
    background: #000000;
    border: 1px solid rgba(255,255,255,0.25);
    z-index: 9;
}

.tag-box ul, .tag-box li {
    display: block;
    margin: 0px;
    padding: 0px;
    width: 100%;
    list-style: none;
    overflow: hidden;
}

.tag-box ul li {
    padding: 11px 15px;
    margin: 0px;
    border-bottom: 1px solid rgba(223,223,223,0.4);
}

.tag-box ul li:last-child {
    border: none;
}

.tag-box ul li:before {
    content: normal;
}

.tag-box ul li:hover {
    background: #40BDE8;
}

.tag-box ul li .custom_checkbox [type="checkbox"]:not(:checked) + label:before, .custom_checkbox [type="checkbox"]:checked + label:before {
    border-color: #FFF;
}
/*** News Detail page Style here ***/
.news-detail-banner {
    position: relative;
    padding: 70px 0px 160px;
    min-height: 535px;
    height: auto;
    background-position: center center
}

.news-detail-banner:before {
    content: '';
    position: absolute;
    float: left;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.37) 1%, rgba(0,0,0,0.17) 99%, rgba(0,0,0,0.17) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.37) 1%,rgba(0,0,0,0.17) 99%,rgba(0,0,0,0.17) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0.37) 1%,rgba(0,0,0,0.17) 99%,rgba(0,0,0,0.17) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e000000', endColorstr='#2b000000',GradientType=0 ); /* IE6-9 */
}

sup {
    vertical-align: baseline;
    position: relative;
    top: -0.4em;
    font-size: 0.6em;
}

.news-detail-banner .banner-caption {
    margin: 86px 0px;
}

.news-detail-banner .author {
    margin: 0px;
    font-family: 'Open Sans', sans-serif; font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    color: #FFF;
}

.news-detail-content {
    padding: 70px 70px 0px;
    max-width: 869px;
    overflow: hidden;
}

.news-detail-content li {
    color: inherit;
}

.news-detail-content h2 {
    margin: 0px 0px 30px;
}

.post-head {
    display: block;
    width: 100%;
    overflow: hidden;
}

.post-head .f-left {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 22px;
}

.post-head .f-left a {
    color: #006EB6;
    text-decoration: underline;
}

.post-head .f-left p {
    margin: 0px;
    font-family: 'Open Sans', sans-serif;
    color: #626262;
}

.post-row {
    display: block;
    margin: 40px -70px;
    padding: 70px;
    font-size: 22px;
    line-height: 30px;
    background: #F2EFEC;
    overflow: hidden;
}

.news-detail-content .social-share {
    margin: 50px 0px 40px;
}

.social-share {
    display: block;
    margin: 50px 0px 0px;
    width: 100%;
}

.post-share {
    display: table;
    margin: 0px;
    padding: 0px;
    border: none;
    list-style: none;
    overflow: hidden;
}

.post-share li {
    display: table-cell;
    padding: 5px;
    min-width: 50px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    border-left: 1px solid #EFE9E5;
}

.post-share li:last-child {
    border-right: 1px solid #EFE9E5;
}

.post-share li:before {
    content: normal;
}

.post-share li a {
    display: block;
}

.post-share li a:hover {
    opacity: 0.8;
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    -o-opacity: 0.8;
}

.post-share li a img {
    vertical-align: middle;
}

.VcardRow {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.VcardRow .v-card {
    margin: 5px;
    text-align: left;
    min-height: 250px;
    margin-bottom: 20px;
}

.v-card {
    display: block;
    margin: auto;
    padding: 40px 0px;
    width: 350px;
    background: #FFF;
    overflow: hidden;
}

.v-card .f-left {
    margin-right: 20px;
    width: 130px;
}

.v-card .f-right {
    width: 57%;
}

.v-card .f-right h5 {
    margin: 0px;
    font-family: 'Open Sans', sans-serif; font-weight: 800;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #006EB6;
}

.v-card .f-right h5 a {
    color: #006EB6;
}

.v-card .f-right h5 a:hover {
    color: #40BDE8;
}

.v-card .f-right p {
    margin: 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: #000000;
}

.v-card .f-right p.phone {
    margin: 20px 0px 0px;
}

.v-card .f-right p.phone a {
    color: #000000;
    text-decoration: none;
}

.v-card .f-right p.mail {
    margin: 12px 0px 0px;
}
/*** Directory page Style here ***/
.bnr-inner {
    float: left;
    padding-top: 180px;
    padding-bottom: 107px;
    width: 100%;
    position: relative;
    overflow: inherit;
    background-color: #000;
}

.bnr-inner:before {
    content: '';
    display: block;
    width: 100%;
    height: 50px;
    position: absolute;
    top: -50px;
    left: 0px;
    background: #000000;
    z-index: 0;
}

.bnr-inner h1 {
    margin: 0px 0px 30px;
    font-family: 'Open Sans', sans-serif; font-weight: 500;
    font-size: 45px;
    font-weight: 500;
    line-height: 50px;
    color: #FFFFFF;
}

.aboutusmid-main {
    background: #002b5f;
    width: 100%;
    float: left;
}

.company-info-scn {
    padding: 0px 0 128px 0;
    margin-top: -175px;
}

.company-info-scn .angency-leasing h3 {
    margin-bottom: 30px;
    color: #000;
    font-family: 'Open Sans', sans-serif; font-weight: 500;
    font-size: 34px;
    line-height: 38px;
}

.about-tab-list {
    float: left;
    width: 100%;
}

.about-tab-list li {
    font-size: 16px;
    position: relative;
    padding: 7px 0 6px 0;
    float: left;
    width: 100%;
    clear: left;
    color: #fff;
}

.about-tab-list li:first-child {
    padding-top: 10px;
}

.about-tab-list li a {
    position: relative;
    color: #fff;
    width: 85%;
    padding: 0px 0px 0px 45px;
    float: left;
    transition: none
}

.about-tab-list li a:hover, .about-tab-list li a.active {
    font-family: 'Open Sans', sans-serif; font-weight: 800;
    color: #40BDE8;
    background: url('../images/sidebar-arrow.png') no-repeat;
    background-position: right 7px;
}

.about-tab-list li:before {
    display: none;
}

.about-tab-list li ul {
    background: #002B5F;
    float: left;
    width: 100%;
    padding-top: 7px;
    margin-top: 10px;
    padding-bottom: 7px;
    padding-left: 15px;
}

.about-tab-list li ul li a {
    width: 84%;
    font-size: 14px;
    color: #fff;
    font-family: 'Open Sans', sans-serif; font-weight: 500;
}

.about-tab-list li ul li a:hover, .about-tab-list li ul li a.active {
    font-family: 'Open Sans', sans-serif; font-weight: 800;
    color: #40BDE8;
}

.tabdata-common {
    display: none;
}

.tabdata-current {
    display: block
}

.company-infodtl {
    min-height: 450px;
    position: relative;
    background: #fff;
    width: 100%;
    float: left;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}

.about-tab-panel {
    float: left;
    width: 296px;
    height: 100%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    background: #006EB6;
    padding: 55px 0px 55px 0px;
}

.stick .about-tab-list {
    position: fixed;
    top: 0px;
    padding-top: 100px;
    width: 296px; /*transition: all 0.2s ease; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; -ms-transition: all 0.2s ease;*/
}

.aboutpanel-submenu {
    display: none;
}

.SubmenuList .aboutpanel-submenu {
    margin-bottom: 10px;
    display: block
}

.SubmenuList .subcmpy-arrow {
    position: absolute;
    right: -15px;
    top: -5px;
    z-index: 9;
    width: 40px;
    height: 30px;
    background: #006EB6;
}

.SubmenuList .subcmpy-arrow:before {
    content: '';
    background: url('../images/sidebar-arrow.png') no-repeat;
    width: 8px;
    height: 14px;
    margin: 14px 0 0px 17px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    float: left;
}

.aboutpanel-collapsed {
    display: none;
    color: #40BDE8;
    font-size: 16px;
    padding: 8px 0 8px 30px;
    font-family: 'Open Sans', sans-serif; font-weight: 800;
    width: 92%;
    margin: 0px;
}

.about-infopanel {
    width: 874px;
    float: right;
}

.serial-list {
    position: absolute;
    left: -71px;
    top: 0px;
    padding: 11px 0px 10px 0;
    float: left;
    background: #002b5f;
}

.serial-list li {
    line-height: normal;
    color: #fff;
    opacity: 0.5;
    list-style: none;
    font-size: 10px;
    padding: 5px 15px 4px 16px;
    float: left;
    clear: both;
}

.serial-list li:before {
    display: none;
}

.serial-list li a {
    color: #fff;
}

.selected-letter-active {
    font-weight: bold;
    text-decoration: underline;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif; font-weight: 700;
}

.serial-list-clear {
    position: absolute;
    left: 0px;
    top: -38px;
    padding: 5px 0px 4px 0;
    float: left;
    background: #002b5f;
    width: 100%;
    cursor: pointer;
    text-align: center;
    border-bottom: #fff 1px solid;
}

.serial-list-clear a {
    float: left;
    width: 100%;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    color: rgba(127,149,175, 0.7)
}

.serial-list-clear:hover {
    opacity: 0.90;
}

.serial-list-clear li {
    line-height: normal;
    color: #fff;
    opacity: 0.5;
    list-style: none;
    font-size: 10px;
    padding: 5px 15px 4px 16px;
    float: left;
    clear: both;
}

.serial-list-clear li:before {
    display: none;
}

.serial-list-clear li a {
    color: #fff;
}

.info-detail {
    float: right;
    width: 735px;
    padding: 55px 0px 55px 0;
    min-height: 900px;
    margin-right: 68px
}

.info-detail h2 {
    color: #000000;
    font-size: 34px;
    line-height: 34px;
    margin-bottom: 30px;
}

.about-form-search {
    float: left;
}

.about-form-search .cmn-select {
    float: left;
    width: 220px;
    margin-left: 14px;
}

.about-form-search .department-select {
    width: 200px;
}

.about-form-search .input-search-name {
    float: left;
    color: #000;
    width: 235px;
    padding: 0px 14px;
    height: 36px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif; font-weight: 300;
    border: #cacaca 1px solid;
    line-height: 36px;
}

.about-form-search .input-search-name:focus {
    border: #006EB6 1px solid;
}

.drct-search-btn {
    position: relative;
    cursor: pointer;
    float: right;
    margin-left: 14px;
    background: #40BDE8;
    width: 36px;
    height: 36px;
}

.drct-search-btn:after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    background: url('../images/search-icon-about.png') no-repeat;
    width: 16px;
    height: 16px;
    float: left;
    margin: auto;
}

.drct-search-btn:hover {
    background: #2ea6cf;
}

.directory-list-data {
    position: relative;
    float: left;
    width: 100%;
    margin: 32px 0px 25px 0;
}

.directory-list-data table tr:nth-child(odd) {
    background: #f2efec
}

.directory-list-data table tr td {
    text-align: left;
    padding: 20px 0px 20px 20px;
}

.directory-list-data td {
    vertical-align: middle;
    font-size: 14px;
    color: #434343;
    font-family: 'Open Sans', sans-serif; font-weight: 300;
}

.directory-list-data td .name-txt {
    color: #094B9F;
    font-family: 'Open Sans', sans-serif; font-weight: 800;
    font-style: normal
}

.directory-list-data td .vcard-link {
    font-style: normal;
}

.directory-list-data td .vcard-link:hover {
    color: #40BDE8
}

.load-more-btn {
    letter-spacing: 1px;
    background-color: #006EB6;
    float: left;
    font-size: 12px;
    width: 100%;
    font-family: 'Open Sans', sans-serif; font-weight: 800;
    color: #fff;
    line-height: 36px;
    text-align: center;
}

.load-more-btn:hover {
    background: #02589d;
    color: #fff;
}

.select2-results .mCSB_inside > .mCSB_container {
    margin-right: 5px;
}

.select2-results .mCSB_scrollTools {
    width: 4px;
}

.search-reset-map {
    z-index: 9;
    position: fixed;
    bottom: 18px;
    width: 67%;
}

.search-reset-map a {
    background-color: #fff;
    color: #585858;
    float: right;
    margin: 0px 10px 0px 0px;
    font-size: 12px;
    box-shadow: 0 0 2px rgba(0,0,0,.2) !important;
    text-transform: none;
    font-family: 'Open Sans', sans-serif; font-weight: 500;
    border-radius: 2px 2px 2px 2px;
    font-weight: normal;
    padding: 10px 10px;
    min-height: inherit;
    min-width: inherit;
    line-height: normal;
}

.search-reset-map a:hover {
    background: #e2e2e2;
    color: #585858;
}
/*** Bio Detail page Style here ***/
/*.bio-bnr-inner { height: 655px; }*/
.bio-user-info-main {
    float: left;
    margin-top: 10px;
    width: 100%;
}

.bnr-inner .banner-caption {
    max-width: 100%;
    margin-top: 0px;
}

.bio-user-pic {
    float: left;
}

.bio-info-dtl {
    width: 667px;
    float: right;
}

.bio-info-dtl h2 {
    margin-bottom: 15px;
}

.PostPosition-info {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    font-family: 'Open Sans', sans-serif; font-weight: 300;
}

.biouser-social-dtl {
    width: 100%;
    float: left;
    padding: 27px 0;
    margin-top: 50px;
    border-top: #E0E0E0 1px solid;
    border-bottom: #E0E0E0 1px solid;
}

.biouser-social-dtl a {
    float: left;
    color: #fff;
    font-size: 14px;
    color: #36AFE2;
    line-height: normal;
}

.bio-linkedin-icon {
    background: url('../images/bio-linkedin.png') no-repeat;
    width: 17px;
    height: 18px;
}

.bio-twitter-icon {
    background: url('../images/twitter-bio.png') no-repeat;
    width: 21px;
    height: 18px;
    margin: 0 22px 0 22px;
}

.bio-contact-dtl {
    clear: both;
    float: left;
    margin-top: 30px;
    width: 100%;
}

.bio-contact-dtl li {
    color: #fff;
    font-size: 16px;
    padding-left: 0px;
    margin-top: 10px;
}

.bio-contact-dtl li span {
    font-family: 'Open Sans', sans-serif; font-weight: 500;
}

.bio-contact-dtl li:before {
    content: normal
}

.bio-contact-dtl li a {
    color: #fff;
}

.bio-contact-dtl li a.user-mailid {
    text-decoration: underline;
    color: #30AEE5;
}

.bio-contact-dtl li a:hover {
    text-decoration: none;
    color: #30AEE5
}

.user-dtl-download a {
    background: url('../images/download-icon.png') no-repeat;
    width: 15px;
    height: 17px;
    margin-top: 7px;
    float: right;
    position: relative;
    z-index: 99;
}

.user-dtl-download a:hover {
    background: url('../images/download-icon-hover.png')
}

.bio-details-scn {
    padding: 0px;
    background: #002b5f;
}

.bio-details-inner {
    background: #fff;
    float: left;
    width: 100%;
    padding: 60px 75px 60px 75px;
    margin-top: -78px;
    position: relative;
    z-index: 99;
}

.bio-dtl-cont-prt {
    color: #000;
    float: left;
    width: 640px;
}

.bio-details-scn h2 {
    font-size: 24px;
    line-height: 32px;
    color: #4F4F4F;
}

.bio-details-scn h3 {
    color: #4F4F4F;
}

.servicesAssociated-prt {
    float: right;
    width: 300px;
}

.related-pubns-main {
    float: left;
    margin-top: 52px;
    clear: both;
    width: 100%;
}

.related-pubns-main .recent-publication ul li {
    width: 330px;
    clear: none;
    margin: 0 0 30px 15px;
}

.related-pubns-main .recent-publication ul li:nth-child(3n+1) {
    clear: left;
    margin-left: 0px;
}

.related-pubns-main .recent-publication ul li:first-child {
    margin-left: 0px;
}

.bio-services-box {
    background: #F2EFEC;
    float: left;
    width: 100%;
    padding: 35px 45px 45px 45px;
}

.bio-services-box h3 {
    margin-bottom: 25px;
}

.bio-services-box a {
    color: #094B9F;
    text-decoration: underline;
    margin: 2px 0;
    font-size: 16px;
    clear: left;
    float: left;
}

.bio-services-box a:hover {
    text-decoration: none;
}

.associated-pro-prt {
    margin-top: 60px;
    float: left;
}

.properties-cont {
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 25px 30px;
}

.properties-cont h4 {
    color: #fff;
    font-family: 'Open Sans', sans-serif; font-weight: 800;
    margin: 0px;
    font-size: 16px;
}

.properties-cont h4 a {
    color: #fff;
}

.properties-cont h4 a:hover {
    color: #006EB6;
}

.industry-txt {
    color: #fff;
    font-family: 'Open Sans', sans-serif; font-weight: 300;
    font-size: 14px;
}

.bio-more-pdt {
    clear: both;
    background: #f2efec;
    width: 96%;
    color: #006EB6;
    text-align: center;
    font-size: 16px;
    padding: 15px 0;
    font-family: 'Open Sans', sans-serif; font-weight: 500;
}

.bio-more-pdt i {
    font-style: normal;
    font-size: 30px;
    font-family: 'Open Sans', sans-serif; font-weight: 800;
    margin-right: 10px;
    line-height: none;
    top: 3px;
    position: relative;
}

.bio-more-pdt:hover {
    background: #e3ded9
}
/***Property Detail page Style here ***/
.property-dtl-bnr {
    background-position: center center;
    margin-top: 0px;
    padding-top: 250px;
    min-height: 670px;
    position: relative
}

.property-dtl-bnr:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    float: left;
    top: 0px;
    left: 0px;
    background: -moz-linear-gradient(-45deg, rgba(0,0,0,0.92) 0%, rgba(0,0,0,0.06) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(0,0,0,0.92) 0%,rgba(0,0,0,0.06) 100%);
    background: linear-gradient(135deg, rgba(0,0,0,0.92) 0%,rgba(0,0,0,0.06) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb000000', endColorstr='#0f000000',GradientType=1 );
}

.lct-zipe-code {
    color: #fff;
    float: left;
    padding-bottom: 15px;
    font-family: 'Open Sans', sans-serif; font-weight: 300;
    font-size: 14px;
}

.listing-status {
    color: #fff;
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 14px;
}
.under-contract-badge {
    background-color: #006EB6;
    color: white;
    padding: 3px 5px;
    text-align: center;
    border-radius: 5px;
    font-size: 9px;
}

.property-dtl-bnr h2 {
    margin-bottom: 15px;
}

.download-flyer-btn {
    clear: both;
    background: #006EB6;
    min-width: 205px;
    min-height: 36px;
    line-height: 36px;
    float: left;
    clear: left;
    color: #fff;
    padding: 0px 20px;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif; font-weight: 800;
    letter-spacing: 1px;
}

.download-flyer-btn:before {
    content: '';
    background: url(../images/download-button-icon.png) no-repeat;
    width: 11px;
    height: 13px;
    display: inline-block;
    margin-right: 15px;
    margin-top: 2px;
}

.download-flyer-btn:hover {
    color: #fff;
    background: #0059a1;
}

.download-att-btn {
    clear: both;
    background: #006EB6;
    min-width: 100px;
    min-height: 24px;
    line-height: 24px;
    float: left;
    clear: left;
    color: #fff;
    padding: 0px 20px;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif; font-weight: 800;
    letter-spacing: 1px;
}

.download-att-btn:before {
    content: '';
    background: url(../images/download-button-icon.png) no-repeat;
    width: 11px;
    height: 13px;
    display: inline-block;
    margin-right: 15px;
    margin-top: 2px;
}

.download-att-btn:hover {
    color: #fff;
    background: #0059a1;
}

.property-dtl {
    padding: 0px;
}

.comman-inner-mid {
    float: left;
    padding-bottom: 128px;
    background: #002B5F;
    width: 100%;
}

.property-dtl-inner {
    float: left;
    width: 100%;
    background: #fff;
    margin-top: -105px;
    position: relative;
    z-index: 1
}

.property-dscptn {
    background: #f2efec;
    float: left;
    width: 100%;
    padding: 65px 117px 65px 65px;
}

.prpty-dscptn-left {
    width: 500px;
    float: left;
}

.property-dscptn-full .prpty-dscptn-left {
    width: 100%;
}

.prpty-dscptn-right {
    float: right;
    width: 350px;
}

.prpty-dscptnData {
    display: none;
    margin-top: 40px;
    clear: both;
    float: left;
    width: 100%;
}

.prpty-dscptn-tab {
    float: left;
}

.tablist {
    margin: 0px;
}

.tablist li {
    font-weight: normal;
    background: none !important;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif; font-weight: 500;
    color: #094B9F;
    padding: 0px 5px 5px 5px;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    margin-left: 40px;
    float: left;
}

.tablist li:first-child {
    margin-left: 0px;
}

.tablist li.resp-tab-active {
    border: none;
    border-bottom: #094B9F 2px solid;
}

.tablist li:before {
    content: normal;
}

.property-dtl-inner .resp-tabs-container {
    background: none;
    border: none;
}

.property-dtl-inner .resp-tab-content {
    padding: 30px 0 0px 0;
    border: none;
}

p.mail a {
    text-decoration: none;
}

p.mail img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.photos-available {
    float: left;
    width: 100%;
    padding: 75px 65px;
}

.photos-available h3 {
    float: left;
    color: #878787;
    margin-right: 40px;
}

.photosData-main {
    float: left;
    margin-top: 10px;
    clear: both;
    width: 100%;
}

.photos-list {
    float: left;
    width: 100%;
}

.photos-item {
    float: left;
    margin-left: 8px;
    max-width: 315px;
    height: auto;
}

.photos-item:first-child {
    margin-left: 0px;
}

.photos-item img {
    height: auto;
}

.plusmore {
    cursor: pointer;
    min-height: 226px;
    color: #094B9F;
    position: relative;
    text-align: center;
    line-height: 196px;
    padding-top: 25px;
    font-size: 12px;
    width: 60px;
    font-family: 'Open Sans', sans-serif; font-weight: 500;
    background: #F2EFEC;
    float: left;
    margin-left: 8px;
}

.moreplus-icon {
    display: block;
    font-size: 30px;
    line-height: 30px;
    position: absolute;
    top: 38%;
    left: 0px;
    right: 0px;
    margin: auto;
    font-family: 'Open Sans', sans-serif; font-weight: 800;
}

.available-space {
    float: left;
    margin-top: 20px;
    width: 100%;
}

.availablespace-main {
    width: 100%;
    float: left;
}

.table-main {
    width: 100%;
    float: left;
}

.table-main tr th {
    padding-top: 15px;
    background: #006EB6;
    color: #fff;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif; font-weight: 800;
    text-align: left;
}

.table-main tr th strong {
    padding-left: 25px;
    font-weight: normal;
}

.sorting-arr {
    margin-top: 15px;
    width: 100%;
    display: block;
    height: 20px;
    padding-left: 25px;
    background: #002B5F;
    float: left;
}

.sorting-arr i {
    cursor: pointer;
    position: relative;
    top: -4px;
    display: inline-block;
    background: url(../images/sorting-arrow-down.png) no-repeat;
    width: 10px;
    height: 6px;
}

.sorting-arr.active i {
    background: url(../images/sorting-arrow-up.png) no-repeat;
}

.sorting-arr i:hover {
    opacity: 0.5
}

.available-comment-icon {
    padding-left: 25px;
    position: relative;
    top: 10px;
}

.table-main tr td {
    font-family: 'Open Sans', sans-serif; font-weight: 500;
    font-size: 12px;
    color: #000;
    padding: 18px 0 18px 25px;
}

.table-main tr:nth-child(odd) {
    background: #f2efec;
}

.comment-icon {
    display: inline-block;
    vertical-align: middle
}

.prpty-dscptn-right .slick-prev:before {
    background: url('../images/left-arrow-blue.png')
}

.prpty-dscptn-right .slick-next:before {
    background: url('../images/right-arrow-blue.png')
}
/***Table***/
.availablespace-table {
    float: left;
    width: 100%;
    margin-top: 40px;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
    padding: 15px;
    margin: auto;
    width: 50%;
    background: #006EB6
}

.dataTables_length {
    float: left;
    margin: 15px 0px 15px 15px;
}

.dataTables_filter {
    margin: 15px 15px 0px 0px;
}

.dataTables_filter label {
    float: right;
    color: #fff;
    font-size: 16px;
}

body table.dataTable.no-footer {
    border-top: #004e8c 1px solid;
    border-bottom: 1px solid rgba(153, 153,153, 0.3);
}

.availablespace-table .dataTables_length label {
    color: #fff;
    font-size: 16px;
}

.availablespace-table table.dataTable thead th, table.dataTable thead td {
    padding: 0px;
}

.availablespace-table table.dataTable thead .sorting, .availablespace-table table.dataTable thead .sorting_desc {
    background-image: none !important;
    padding: 0px;
}

.availablespace-table table.dataTable thead th, table.dataTable thead td {
    padding-top: 0px !important;
}

.sorting_asc .sorting-arr i {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

.sorting_asc table.dataTable thead .sorting_asc, table.dataTable thead .sorting_asc {
    background-image: none !important
}

.dataTables_filter input {
    float: right;
    color: #999999;
    width: 200px;
    padding: 0px 10px;
    height: 30px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif; font-weight: 300;
    border: #004e8c 1px solid;
    outline: none !important;
    line-height: 30px;
}

.availablespace-table table.dataTable thead th, table.dataTable thead td {
    padding-top: 10px;
}

.dataTables_length select {
    opacity: 1;
    color: #999;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background: url(../images/down_arrow.png) no-repeat 90% 13px;
    outline: none !important;
    background-color: #fff;
    padding: 0 15px 0 10px;
    height: 30px;
    cursor: pointer;
    color: #000;
}

.dataTables_length select::-ms-expand {
    display: none;
}

.dataTables_length select option {
    padding: 5px;
}

table.dataTable.no-footer {
    border-bottom: 1px solid rgba(153,153,153,0.4)
}

.dataTables_wrapper .dataTables_info {
    font-size: 15px;
}

body .dataTables_wrapper .dataTables_paginate {
    padding-top: 15px !important;
}

body .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #40BDE8 !important;
    border: none !important;
    font-size: 12px !important;
    font-family: 'Open Sans', sans-serif !important; font-weight: 300;
    color: #fff !important;
    padding: 1px 12px 0px 12px !important;
    border-radius: 0px;
}

.photos-available .dataTables_wrapper .dataTables_paginate .paginate_button.current, .availablespace-table .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, .availablespace-table .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #2ea6cf !important;
    color: #fff !important;
}

body .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, body .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
    background: #40BDE8 !important;
    color: #fff !important;
}

body .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    background: #40BDE8 !important;
    color: #fff !important
}

.availablespace-table .table-main tr td {
    line-height: normal;
    padding: 14px 0 12px 25px !important
}

.comment-info {
    display: none;
    padding: 30px;
    line-height: 18px;
    color: #FFFFFF;
    text-align: left;
    width: 320px;
    position: absolute;
    top: 100%;
    right: 0px;
    background: #006EB6;
    z-index: 9;
}

.comment-info:after, .comment-info:before {
    bottom: 100%;
    right: 13.8%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.comment-info:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #006EB6;
    border-width: 8px;
    margin-left: -8px;
}

.comment-info:before { /*border-color:rgba(0, 0, 0, 0); border-bottom-color:#e0e0e0 ; border-width:9px; margin-left:-9px;*/
}

.camment-td-info {
    position: relative;
}

.camment-td-info:hover .comment-info {
    display: block;
}
/***Property List Sort***/
.propertysort-main {
    display: none;
    width: 180px;
    min-height: 150px;
    position: absolute;
    right: 18px;
    top: 50px;
    z-index: 99;
    background: #fff;
    border: 1px solid #f1f1f1;
    box-shadow: #999 0px 1px 2px -1px;
}

.propertysort-main:after, .propertysort-main:before {
    bottom: 100%;
    left: 85%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.propertysort-main:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}

.propertysort-main:before {
    border-color: rgba(153, 153, 153, 0);
    border-bottom-color: #dcdcdc;
    border-width: 11px;
    margin-left: -11px;
}

.propertysort-tab {
    margin: 0px;
    padding: 0px;
    border-bottom: #f1f1f1 1px solid;
    width: 100%;
    float: left;
}

.propertysort-tab li:before {
    content: normal
}

.propertysort-tab li {
    float: left;
    padding: 5px 0;
    cursor: pointer;
    margin-bottom: -1px;
    border-bottom: 2px solid transparent;
    text-align: center;
    font-size: 16px;
    width: 50%;
    color: #006EB6;
    font-family: 'Open Sans', sans-serif; font-weight: 500;
}

.propertysort-tab li.active, .propertysort-tab li:hover {
    border-bottom: 2px solid #006EB6;
}

.propertysortData {
    float: left;
    width: 100%;
}

.prtysort-data-list {
    display: none;
    padding: 0px 0px;
}

.prtysort-datacurrent {
    display: block;
}

.softdatalist {
    margin: 0px;
    padding: 10px 15px;
    float: left;
    width: 100%;
}

.softdatalist li:before {
    content: normal;
    padding: 0px;
}

.softdatalist li {
    padding: 3px 0;
    font-size: 14px;
    float: left;
    width: 100%;
}

.softdatalist li a {
    color: #6A6A6A;
    width: 100%;
    float: left;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
}

.softdatalist li a:hover, .softdatalist li a.active {
    color: #006EB6
}

.softdatalist li a:hover, .softdatalist li a.active {
    background: url(../images/sort-checkarrow.png) no-repeat;
    background-position: right 6px;
}

#tblAvailability_length, #tblAvailability_filter {
    display: none;
}

#tblAttachments_length, #tblAttachments_filter {
    display: none;
}

#tblAttachments {
    max-width: 1040px !important;
    min-width: 300px !important;
    width: 100%;
}

.map-lct-show h3 {
    margin-bottom: 5px !important;
    font-size: 18px;
}

.map-loader {
    width: 100%;
    position: fixed;
    height: 100%;
    background: rgba(0,0,0, 0.3);
    z-index: 999;
    top: 0px;
}

.map-loader img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    z-index: 9;
}

.search-prtcity-txt {
    position: absolute;
    z-index: 99;
    margin: 5px 0px 0px -35px;
    float: right;
    font-family: 'Open Sans', sans-serif; font-weight: 700;
    font-size: 14px;
    cursor: pointer;
}
/*** Propety list page Search Propety/ City ***/
body .ac_results li {
    box-sizing: border-box;
    border-top: #595959 1px solid;
    background: #000;
    color: #fff;
    padding: 7px 14px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif; font-weight: 800;
}

body .ac_results li:first-child {
    border-top: none;
}

body .ac_results li:before {
    content: normal;
}

body .pac-logo:after {
    display: none
}

body .pac-logo .pac-icon {
    display: none;
}

body .pac-logo.pac-container {
    background: #000;
    color: #000;
}

body .pac-logo .pac-item {
    box-sizing: border-box;
    border-top: #595959 1px solid;
    background: #000;
    color: #fff;
    padding: 1px 14px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif; font-weight: 800;
    text-align: left;
}

body .pac-logo .pac-item .pac-item-query {
    color: #fff;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif; font-weight: 800;
}

body .ac_results li.ac_over, .ac_results li:hover, body .pac-logo .pac-item:hover {
    cursor: pointer;
    background: #40BDE8
}

.search-property-scn .search-property-right {
    max-width: 600px;
    margin-right: 30px;
}

.search-property-scn .search-property-right input {
    float: left;
}

.search-property-scn .search-property-right .form-control {
    margin-left: 2%;
    width: 55%;
}

.search-property-scn .search-property-right .form-control:first-child {
    margin-left: 0px;
    width: 40%
}

.search-property-scn .search-property-right .search-btn {
    top: 0px;
    right: 0px;
}
/***Photo popup Slider Style here***/
.chocolat-imghide {
    display: none;
}

.chocolat-overlay {
    background: #000;
}

.chocolat-content .chocolat-left {
    background: url(../images/lightbox-arrow-left.png) no-repeat;
    width: 40px;
    height: 40px;
    float: left;
    top: 50%;
    transform: translatetranslate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%)
}

.chocolat-content .chocolat-right {
    padding-left: 0px;
    top: 50%;
    transform: translatetranslate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    background: url(../images/lightbox-arrow-right.png) no-repeat;
    width: 40px;
    height: 40px;
    left: auto;
    right: -73px;
}

.chocolat-content .chocolat-pagination {
    color: #fff;
    font-size: 16px;
    margin-top: 10px;
    float: left;
}

.chocolat-content .chocolat-pagination:before {
    content: 'Exterior';
}

.chocolat-content .chocolat-top {
    overflow: visible;
}

.chocolat-content .chocolat-close {
    background: url(../images/lightbox-x.png) no-repeat;
    width: 25px;
    height: 25px;
    top: -20%;
    right: -40%;
    position: absolute;
    float: right;
}
/***Property Listing Style here***/
.search-property-scn {
    width: 100%;
    padding: 20px 30px;
    background: #002b5f
}

.search-property-scn .search-property-right {
    float: left;
}

.search-property-scn .search-btn {
    background: #40bde8 url('../images/search-icon.png') no-repeat center center;
    background-size: 16px 16px;
}

.search-property-scn .search-property-right .form-control {
    color: #000000;
    font-size: 14px;
}

.search-property-scn .search-property-right .form-control:focus {
    border-color: #40bde8;
}

.property-list-page {
    height: 100vh;
    overflow: hidden;
}

.property-list-page .page-wrapper {
    height: 100%;
}

.property-list-page #mid-wrapper {
    height: 100%;
}

.property-list-page section {
    float: left;
}

.property-list-page #mid-wrapper {
    padding-top: 73px;
}

.property-map {
    clear: both;
    padding: 0px;
    min-height: 600px;
    position: relative
}

.MapMain {
    display: block;
    float: left;
    width: 70%;
    position: relative;
    z-index: 1;
    background-color: #F2EFEC;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
}

.property-result {
    display: block;
    float: right;
    width: 30%;
    max-width: 450px;
    background: #fff;
    position: relative;
    z-index: 2;
}

.filter-right {
    display: block;
    float: left;
}

.filter-right .price-filter {
    display: block;
    float: left;
    width: 160px;
    position: relative;
}

.custom-filter {
    display: block;
    padding: 0px 10px;
    font-family: 'Open Sans', sans-serif; font-weight: 700;
    font-size: 14px;
    line-height: 34px;
    color: #FFF !important;
    border: 1px solid #FFF;
    opacity: 0.25;
    -webkit-opacity: 0.25;
    -moz-opacity: 0.25;
    -o-opacity: 0.25;
    transition: none;
}

.custom-filter:after {
    content: '';
    display: block;
    margin: auto;
    width: 8px;
    position: absolute;
    right: 10px;
    top: 0px;
    bottom: 0px;
    height: 5px;
    background: url('../images/down_arrow_white.png') no-repeat 0px 0px;
    z-index: 3;
}

.filter-box {
    display: none;
    width: 500px;
    color: #FFF;
    position: absolute;
    top: 100%;
    right: 0px;
    background: #000;
    border: 1px solid rgba(255,255,255,0.25);
    box-shadow: 0 2px 20px 0 rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 2px 20px 0 rgba(0,0,0,0.5);
    -moz-box-shadow: 0 2px 20px 0 rgba(0,0,0,0.5);
    -o-box-shadow: 0 2px 20px 0 rgba(0,0,0,0.5);
    z-index: 9;
}

.open-filter .custom-filter {
    background: #000;
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
}

.open-filter .custom-filter:after {
    background: url('../images/up_arrow_white.png') no-repeat 0px 0px;
    z-index: 3;
}

.filter-box .filter-row {
    display: block;
    padding: 35px;
    float: left;
    width: 100%;
    border-bottom: 1px solid rgba(223,223,223,0.4);
}

.filter-box .filter-row:last-child {
    border-bottom: none;
}

.filter-box .filter-row h6 {
    margin: 0px 0px 12px;
    font-family: 'Open Sans', sans-serif; font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #FFF;
}

.filter-right .filter-row .cmn-select {
    margin: 0px;
}

.filter-right .filter-box .select2-container .select2-selection--single {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
}

.filter-row .seprate {
    display: block;
    padding: 0px 12px;
    float: left;
    font-family: 'Open Sans', sans-serif; font-weight: 300;
    font-size: 14px;
    line-height: 36px;
    color: #FFFFFF;
}

.filter-right .cmn-select {
    margin-right: 12px;
    float: left;
    width: 160px;
}

.filter-right .select2-container--open .select2-dropdown {
    box-shadow: 0 2px 20px 0 rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 2px 20px 0 rgba(0,0,0,0.5);
    -moz-box-shadow: 0 2px 20px 0 rgba(0,0,0,0.5);
    -o-box-shadow: 0 2px 20px 0 rgba(0,0,0,0.5);
}

.filter-right .select2-container .select2-selection--single {
    border: 1px solid #FFF;
}

.filter-right .select2-container--open .select2-selection--single {
    background: #000000;
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
}

.filter-right .select2-container .select2-selection--single.selected {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
}

.filter-right .select2-container--default .select2-results > .select2-results__options {
    max-height: 216px;
}

.filter-right .select2-container--open .select2-results {
    background: #000;
}

.filter-right .select2-results .mCSB_inside > .mCSB_container {
    margin: 0px;
}

.filter-right .select2-results__option {
    font-family: 'Open Sans', sans-serif; font-weight: 800;
    color: #FFF;
    border-bottom: 1px solid rgba(223,223,223,0.4);
}

.filter-right .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #002b5f;
}

.filter-right .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #FFF;
}

.filter-right .select2-container--default .select2-selection--single .select2-selection__arrow b {
    background: url('../images/down_arrow_white.png') no-repeat 0px 0px
}

.filter-right .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    background: url('../images/up_arrow_white.png') no-repeat 0px 0px
}

.filter-right .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #40BDE8;
}

.filter-right #divMetroArea .select2-container--open .select2-dropdown {
    width: 270px !important;
}

.filter-right .select2-search--dropdown {
    background: #000;
}

.blue-border {
    border: #002b5f 1px solid !important;
}

.lctn-arr-left {
    box-shadow: rgba(0, 0, 0, 0.6) 0px 4px 6px !important;
    border-left: #002b5f 1px solid;
    margin-top: 2px;
    z-index: 9;
}

.lctn-arr-right {
    box-shadow: rgba(0, 0, 0, 0.6) 0px 4px 6px !important;
    border-right: #002b5f 1px solid;
    margin-top: 2px;
    z-index: 9;
}

.property-or-txt {
    float: left;
    margin: 5px 14px 0px -17px;
    color: #fff;
    font-family: 'Open Sans', sans-serif; font-weight: 700;
    font-size: 14px;
}
/***Additional Filter Panel Part Here***/
.addition-filter-main {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    background: rgba(0,0,0, 0.85);
    float: left;
    width: 752px;
    min-height: 100%;
    padding: 60px 10px 95px 50px;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: -752px;
    z-index: 10000;
    color: #fff;
}

.additionfilter-current {
    left: 0px;
}

.addition-filter-main .mCustomScrollbar {
    width: 100%;
    height: 100%;
}

.filter-type-prt {
    float: left;
    width: 320px;
    color: #fff;
}

.investment-ftr {
    margin-left: 25px;
}

.filter-type-prt h4 {
    margin-top: 35px;
    clear: left;
    margin-bottom: 10px;
    float: left;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif; font-weight: 700;
    color: #fff;
    font-weight: normal;
    line-height: 25px;
}

.checkbox-list {
    margin: 0px;
}

.checkbox-list li {
    padding-left: 0px;
    margin: 8px 0;
    float: left;
    clear: left;
    font-family: 'Open Sans', sans-serif; font-weight: 300;
    font-size: 14px;
    color: #fff;
}

.checkbox-list li:before {
    content: normal;
}

.checkbox-list .custom_checkbox [type="checkbox"]:not(:checked) + label:before, .checkbox-list .custom_checkbox [type="checkbox"]:checked + label:before {
    width: 12px;
    height: 12px;
    border-radius: 0px;
    background: none;
}

.checkbox-list .custom_checkbox [type="checkbox"]:not(:checked) + label:after, .checkbox-list .custom_checkbox [type="checkbox"]:checked + label:after {
    left: 0px;
    top: 0px;
    background: #fff;
}

.checkbox-list .custom_checkbox [type="checkbox"]:not(:checked) + label, .checkbox-list .custom_checkbox [type="checkbox"]:checked + label {
    line-height: 12px;
    padding-left: 22px;
    font-family: 'Open Sans', sans-serif; font-weight: 300;
}

.leed-energy-list {
    clear: left;
    float: left;
    margin-top: 45px;
}

.applyclear-ftr-btn {
    margin-top: 40px;
    clear: both;
    float: left
}

.apply-btn {
    float: left;
    font-size: 12px;
    letter-spacing: 1px;
    background: #006EB6;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif; font-weight: 800;
    color: #fff;
    padding: 10px 20px;
}

.apply-btn:hover {
    background: #01599f;
}

.clear-all-ftr {
    float: left;
    margin-left: 20px;
    font-family: 'Open Sans', sans-serif; font-weight: 300;
    margin-top: 4px;
    color: #fff;
    font-size: 14px;
    text-decoration: underline
}

.clear-all-ftr:hover {
    color: #fff;
    text-decoration: none
}

.additional-filters-btn {
    cursor: pointer;
    background: rgba(0,0,0, 0.85);
    height: 207px;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    font-family: 'Open Sans', sans-serif; font-weight: 800;
    text-transform: uppercase;
    width: 40px;
    float: left;
    position: absolute;
    top: 365px;
    right: -40px;
}

.additional-filters-btn span {
    float: left;
    margin-top: 68px;
    width: 200px;
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    margin-left: -83px;
    opacity: 0.5;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    -o-opacity: 0.5;
}

.additionfilter-current .additional-filters-btn span {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
}
/**Showing listing Panel**/
.show-pro-title-sort {
    border-left: #d9d9d9 1px solid;
    float: left;
    padding: 20px 15px 23px 15px;
    width: 100%;
}

.show-pro-txt {
    float: left;
    color: #000;
    font-size: 12px;
    line-height: 16px;
}

.sort-icontxt {
    float: right;
    color: #094B9F;
    font-size: 12px;
    background: url(../images/sort-icon.png) no-repeat 0px 3px;
    line-height: 16px;
    padding-left: 20px;
    vertical-align: middle;
    margin-right: 20px;
}

.search-list-main {
    border-top: #d9d9d9 1px solid;
    float: left;
    width: 100%;
    height: 100%;
}

.search-list-main ul li {
    border: #d9d9d9 1px solid;
    border-top: none;
    float: left;
    width: 100%;
    padding: 0px;
}

.search-list-main h3 {
    line-height: normal;
    background: #000;
    font-size: 10px;
    color: #fff;
    font-family: 'Open Sans', sans-serif; font-weight: 800;
    padding: 6px 15px;
    margin: 0px;
}

.search-list-main ul li:before {
    content: normal;
}

.search-list-img {
    width: 120px;
    float: left;
    line-height: 120px;
    text-align: center;
}

.search-list-img img {
    vertical-align: middle;
}

.search-list-cont {
    width: 255px;
    float: left;
    padding: 20px 10px 10px 25px;
}

.search-list-cont h4 {
    margin-bottom: 10px;
    line-height: 19px;
    color: #094B9F;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif; font-weight: 800;
}

.search-list-cont p {
    color: #6A6A6A;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0px;
}

.search-list-cont p span {
    display: block;
    padding-top: 2px;
    clear: both;
    font-family: 'Open Sans', sans-serif; font-weight: 800;
}

.property-result .mCustomScrollbar {
    height: 530px;
}

.property-result .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 8px;
    background: #c2c2c2;
}

.property-result .mCSB_scrollTools .mCSB_draggerRail {
    background: none;
}

.property-result .mCSB_inside > .mCSB_container {
    margin-right: 18px;
}

.property-result .mCSB_scrollTools {
    top: 5px
}

.search-list-dtl {
    width: 100%;
    float: left;
    border-top: #d9d9d9 1px solid;
}
/***Service List Page Start Here***/
.service-list-scn {
    padding: 0px;
}

.service-list-inner {
    position: relative;
    float: left;
    display: table;
    width: 100%;
    background: #fff;
    margin-top: -172px;
    padding: 65px 65px 85px 65px;
}

.service-listinfo {
    display: table;
    margin-top: 55px;
    width: 100%;
}

.service-listinfo:first-child {
    margin-top: 0px;
}

.service-list-item {
    clear: both;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.service-list-pic {
    width: 500px;
    display: inline-block;
    vertical-align: middle;
}

.service-list-cont {
    color: #000;
    width: 430px;
    display: inline-block;
    vertical-align: top;
    margin: 0px 0px 0px 95px;
}

.service-list-cont h2 {
    margin-bottom: 20px;
    font-size: 30px;
    font-family: 'Open Sans', sans-serif; font-weight: 500;
    color: #006EB6;
    line-height: 34px;
}

.service-hdarrow {
    display: inline-block;
    background: url(../images/arrow-2.png) no-repeat;
    background-size: 100% 100%;
    width: 25px;
    height: 15px;
    margin-left: 25px;
}

.sub-link-list {
    margin: -10px 0 0px 0;
}

.sub-link-list li {
    padding: 0px;
    margin-bottom: 10px;
    list-style: none;
    color: #006EB6;
}

.sub-link-list li:before {
    content: normal;
}

.sub-link-list li a {
    color: #006EB6;
    text-decoration: underline;
}

.sub-link-list li a:hover {
    text-decoration: none;
}

.slider-itemsort {
    display: table;
    margin: auto;
}

.slider-itemsort .slick-track {
    width: auto !important;
    display: block;
    left: 0px !important;
    right: 0px !important;
    margin: auto !important;
}

.slider-itemsort .story-Slider .item {
    width: auto !important
}

#slider-itemsort .story-Slider .slick-prev, #slider-itemsort .story-Slider .slick-next {
    width: 95px;
}
/***Service Detail Page Start Here***/
.servicedetail-bnr {
    min-height: 535px;
}

.servicedetail-bnr .banner-caption {
    width: 600px;
}

.servicedetail-bnr .banner-caption h1 {
    margin-bottom: 24px;
}

.servicedetail-bnr .banner-caption p {
    line-height: 26px;
    margin-bottom: 22px;
}

.download-support-btn {
    background: #0059a1;
    border: #0059a1 1px solid;
    min-height: 34px;
    line-height: 34px;
    float: left;
    color: #fff;
    padding: 0px 25px;
    font-size: 12px;
    margin-left: 14px;
    font-family: 'Open Sans', sans-serif; font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.bnr-service-btn {
    background: #006EB6;
    min-height: 36px;
    line-height: 36px;
    float: left;
    color: #fff;
    padding: 0px 25px;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif; font-weight: 800;
    letter-spacing: 1px;
}

.bnr-service-btn:hover {
    color: #fff;
    background: #005599;
}

.download-support-btn:before {
    content: '';
    background: url(../images/download-button-icon.png) no-repeat;
    width: 11px;
    height: 13px;
    display: inline-block;
    margin-right: 15px;
    position: relative;
    top: 2px;
}

.download-support-btn:hover {
    background: none;
    border: #fff 1px solid;
    color: #fff;
}

.service-detail-scn {
    position: relative;
    padding: 0px;
}

.service-detail-inner {
    float: left;
    width: 100%;
    background: #fff;
    margin-top: -55px;
}

.angency-leasing {
    padding: 70px;
    float: left;
    width: 100%;
}

.angency-leasing h2 {
    margin-bottom: 30px;
    color: #626262;
    font-family: 'Open Sans', sans-serif; font-weight: 500;
    font-size: 24px;
    line-height: 34px;
}

.angency-leasing .resp-tabs-list li:before {
    content: normal;
}

.angency-leasing .resp-tabs-list {
    border-bottom: #f1f1f1 2px solid;
    float: left;
    width: 100%;
}

.angency-leasing .resp-tabs-list li {
    border-top: 5px solid transparent;
    font-family: 'Open Sans', sans-serif; font-weight: 500;
    font-weight: normal;
    padding: 15px 25px;
    line-height: normal;
    font-size: 16px;
    color: #006EB6;
    background: none !important;
}

.angency-leasing .resp-tabs-list li.resp-tab-active {
    margin: 0px;
    padding-top: 16px !important;
    border-left: 2px solid #f1f1f1;
    border-right: 2px solid #f1f1f1;
    border-top: 5px solid #006EB6;
}

.angency-leasing .resp-tabs-list li.resp-tab-active:after {
    content: '';
    position: absolute;
    left: 0px;
    height: 2px;
    bottom: -2px;
    float: left;
    width: 100%;
    background: #fff;
}

.angency-leasing h3 {
    color: #626262
}

.servicebetter-img {
    float: left;
    width: 233px;
}

.servicebetter-cont {
    width: 475px;
    float: left;
    margin-left: 95px;
    color: #3F3F3F;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Open Sans', sans-serif; font-weight: 500;
}

.servicebetter-cont p {
    color: #3F3F3F;
    font-size: 16px;
    line-height: 24px;
}

.servicebetter-cont h3 {
    margin-bottom: 15px;
    color: #006EB6;
    line-height: 24px;
    font-size: 24px;
}

.servicebetter-cont ul li {
    display: block;
    margin-top: 10px;
    color: #3F3F3F;
    font-size: 16px;
    line-height: 24px;
}

.servicebetter-cont ul li:before {
    width: 15px;
    height: 15px;
    background: url('../images/services-checkicon.png') no-repeat;
    top: 5px;
}

.angency-leasing .resp-tab-content {
    float: left;
    width: 100%;
    border: none;
    padding: 0px;
    padding-top: 40px;
}

.service-experience {
    padding: 70px;
}

.srcs-agency-leasing {
    padding: 80px 65px 90px 65px;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.srcs-agency-leasing h3 {
    color: #006EB6;
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 32px;
}

.srcs-agency-leasing .v-card {
    text-align: left;
    float: left;
    margin-bottom: 25px;
    margin-left: 25px;
    min-height: 250px;
}

.srcs-agency-leasing .v-card:nth-child(2n+1) {
    margin-left: 0px;
}

.view-directory-btn {
    max-width: 725px;
    margin: auto;
}

.view-directory-btn a {
    font-family: 'Open Sans', sans-serif; font-weight: 800;
    font-size: 12px;
    letter-spacing: 2px;
    background: #006EB6;
    width: 100%;
    float: left;
    line-height: 36px;
    padding-top: 1px;
    color: #fff;
    text-align: center;
}

.view-directory-btn a:hover {
    background: #015599
}

.agency-leasing-dtl {
    max-width: 730px;
    margin: auto;
    display: table;
}

.service-exprience {
    padding: 75px 65px;
}

.service-exprience h2 {
    color: #006EB6;
}

.service-title {
    color: #006EB6;
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 50px;
    font-family: 'Open Sans', sans-serif; font-weight: 500;
}

.service-exp-info {
    width: 430px;
    float: left;
}

.service-exp-info ul {
    margin-bottom: 0px;
}

.service-exp-info li {
    padding: 15px 0;
    border-bottom: #e6e6e6 1px solid;
    font-size: 16px;
    color: #000;
}

.service-exp-info li:first-child {
    border-top: #e6e6e6 1px solid;
}

.service-exp-info li strong {
    display: inline-block;
    font-size: 26px;
    font-family: 'Open Sans', sans-serif; font-weight: 800;
    font-weight: normal;
    width: 225px;
}

.statistics-txt {
    margin-top: 7px;
    clear: both;
    display: block;
    color: #3F3F3F;
    opacity: 0.69;
    font-family: 'Open Sans', sans-serif; font-weight: 300;
    font-size: 14px;
}

.service-exp-info li:before {
    content: normal;
}

.services-exp-graph {
    float: right;
    width: 440px;
}

.national-practice-scn {
    padding: 80px 70px;
    background: #f2efec;
}

.national-practice-scn .service-title {
    color: #000;
    margin-bottom: 40px;
    font-family: 'Open Sans', sans-serif; font-weight: 500;
}

.ntnl-practice-map {
    display: block;
}

.documents-repleases-scn {
    float: left;
    padding: 65px 70px 0px 70px;
}

.documents-repleases-scn .service-title {
    color: #000;
    margin-bottom: 25px;
    font-family: 'Open Sans', sans-serif; font-weight: 500;
}

.documents-repleases-scn h3 {
    margin-bottom: 25px;
    font-size: 30px;
    line-height: 32px;
    color: #000000;
}

.sptg-document {
    background: url(../images/sptg-document-down.png) no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 10px;
}

.dcmt-repleaseslist {
    display: flex;
    flex-wrap: wrap;
    gap: 0 3%;
}

.dcmt-repleaseslist li {
    flex: 0 0 30%;
    max-width: 30%;
    padding: 0px;
    padding-top: 20px;
}

.dcmt-repleaseslist li:before {
    content: normal;
}

.dcmt-repleaseslist li a {
    color: #006EB6;
    text-decoration: underline;
}

.dcmt-repleaseslist li a:hover {
    text-decoration: none;
}

.relatedpress-prt {
    float: left;
    clear: left;
    width: 100%;
    padding-top: 60px;
}

.relatedpress-list-main {
    margin-top: 10px;
    width: 100%;
    border-bottom: #e2e2e2 1px solid;
    float: left;
}

.relatedpress-item {
    padding-bottom: 40px;
    width: 290px;
    float: left;
    margin-left: 60px
}

.relatedpress-item:nth-child(3n+1) {
    clear: left;
    margin-left: 0px;
}

.relatedpress-item:first-child {
    margin-left: 0px;
}

.relatedpress-item h4 {
    font-size: 16px;
    color: #006EB6;
    font-family: 'Open Sans', sans-serif; font-weight: 500;
    line-height: 22px;
    margin-bottom: 10px;
}

.sercs-rltd-address {
    font-family: 'Open Sans', sans-serif; font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    display: block;
}

.sercs-rltd-address br {
    line-height: 0px;
}

.viewmore-arrrelated {
    float: left;
    margin-top: 10px;
    margin-bottom: 15px;
    width: 100%;
}

.viewmore-btn {
    float: left;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif; font-weight: 500;
}

.viewmore-btn:hover {
    text-decoration: underline;
}

.arr-related {
    float: right;
    margin-top: 8px;
    margin-right: 5px;
    background: url(../images/arrow-2.png) no-repeat;
    background-size: 100% 100%;
    width: 25px;
    height: 15px
}

.srcs-agency-leasing .cmn-select {
    width: 250px;
    margin: auto;
    background: #fff;
    margin-bottom: 30px;
}
/***Market Report Page Start Here***/
.marketmid-main {
    background: #002b5f;
    width: 100%;
    float: left;
}

.marketmid-main .company-infodtl {
    min-height: 1000px;
    color: #fff;
}

.market-reports-panel {
    min-height: 1000px;
    padding: 45px;
}

.market-reports {
    width: 206px;
}

.stick .market-reports {
    width: 206px;
}

.market-reports .select2-container .select2-selection--single {
    border: 1px solid #FFF;
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 0.25;
    -o-opacity: 1;
}

.market-reports .select2-container--open .select2-selection--single {
    background: none;
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
}

.market-reports-panel .cmn-select {
    width: 100%;
    margin-left: 0px;
    margin-top: 17px;
}

.find-rsrch-reports {
    color: #fff;
}

.find-rsrch-reports .filter-right {
    float: left;
}

.market-reports-panel h4 {
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif; font-weight: 500;
    font-size: 20px;
    line-height: 34px;
}

.find-rsrch-reports p {
    font-size: 12px;
    margin-bottom: 10px;
    width: 95%;
    line-height: 20px;
}

.find-rsrch-reports h4 {
    margin-bottom: 6px;
}

.load-reports-btn {
    margin-top: 20px;
}

.market-contactprt {
    float: left;
    width: 100%;
    margin-top: 55px;
}

.market-contactprt h4 {
    padding-bottom: 5px;
    border-bottom: rgba(255,255,255, 0.3) 1px solid;
    float: left;
    width: 100%;
}

.market-cnt-list {
    margin-bottom: 40px;
    float: left;
    width: 100%;
}

.market-contactprt h5 {
    font-size: 20px;
    margin-bottom: 18px;
    font-family: 'Open Sans', sans-serif; font-weight: 800;
}

.market-contactprt h5 a {
    color: #fff;
}

.market-contactprt p {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    margin-bottom: 0px
}

.market-contactprt p a {
    text-decoration: underline;
    color: #fff;
}

.market-contactprt p a.phone {
    text-decoration: none;
}

.market-contactprt p a:hover {
    text-decoration: none;
}

.cmmpanelright-cont {
    float: right;
    width: 874px;
    color: #000;
}

.marketaboutprt {
    float: right;
    width: 800px;
    margin-top: 75px;
}

.marketrpt-img {
    float: right;
}

.marketcont-prt {
    float: left;
    width: 400px;
}

.marketcont-prt h2 {
    margin-bottom: 25px;
    line-height: 38px;
    font-size: 34px;
}

.cmmpanelright-cont h2 {
    font-size: 34px;
    font-weight: 500;
    line-height: 38px;
    margin-bottom: 25px
}

.cmmpanelright-cont h3 {
    margin-bottom: 30px;
    color: #626262;
    font-family: 'Open Sans', sans-serif; font-weight: 500;
    font-size: 24px;
    line-height: 34px;
}

.cmmpanelright-cont .servicebetter-cont h3 {
    margin-bottom: 15px;
    color: #006EB6;
    line-height: 24px;
    font-size: 24px;
}

.marketreport-tab .servicebetter-cont {
    margin-left: 65px;
    width: 420px;
}

.marketreport-tab.angency-leasing {
    padding-left: 0px;
}

.contact-ressearch-btn {
    clear: both;
    float: left;
    margin-bottom: 15px;
}

.contact-ressearch-btn a {
    margin-left: 13px;
    padding: 0px 25px;
    background: #006EB6;
    border: #006EB6 1px solid;
    line-height: 36px;
    min-height: 36px;
    float: left;
    color: #fff;
    font-family: 'Open Sans', sans-serif; font-weight: 800;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
}

.contact-ressearch-btn a:first-child {
    margin-left: 0px;
}

.contact-ressearch-btn a.researchfactsheet {
    background: none;
    color: #006EB6
}

.downarrow-blue {
    background: url(../images/sptg-document-down.png) no-repeat;
    width: 11px;
    background-size: 100% 100%;
    vertical-align: middle;
    height: 13px;
    display: inline-block;
    margin-right: 10px;
}

.market-reports .select2-container--open .select2-dropdown li {
    white-space: nowrap;
    width: 100%;
}

.multiple-slt .select2-container--default .select2-selection--multiple {
    padding-left: 10px;
    white-space: nowrap;
    background: transparent;
    border: #fff 1px solid;
    height: 36px;
    overflow: hidden;
    border-radius: 0px;
}

.multiple-slt .select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #fff;
    background: none;
    clear: none;
    margin: 0px;
    padding: 0px 0 0 5px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif; font-weight: 800;
    width: auto;
    border-radius: 0px;
    border: none;
}

.multiple-slt .select2-container--default .select2-selection--multiple .select2-selection__choice:first-child {
    padding-left: 0px;
}

.multiple-slt .select2-container .select2-search--inline {
    clear: none;
    width: auto;
    float: left;
    white-space: nowrap;
    padding: 0px;
    margin: 0px;
}

.multiple-slt .select2-container--default .select2-selection--multiple .select2-selection__choice:after {
    content: ','
}

.multiple-slt .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    display: none;
}

.multiple-slt .select2-container .select2-search--inline .select2-search__field {
    color: #fff;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif; font-weight: 800;
}

.multiple-slt .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding-left: 0px;
    margin-top: 1px;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 88%;
}

.multiple-slt .select2-container .select2-search--inline .select2-search__field {
    margin-top: 6px;
}

.market-reports-panel .multiple-slt {
}

.multiple-slt .select2-search__field::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
    font-style: normal;
}

.multiple-slt .select2-search__field::-moz-placeholder {
    color: #fff;
    opacity: 1;
    font-weight: normal;
}

.multiple-slt .select2-search__field:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
    font-style: normal;
}

.multiple-slt .select2-search__field:-moz-placeholder {
    color: #fff;
    opacity: 1;
    font-style: normal;
}

.multiple-slt .dropdown-wrapper {
    position: absolute;
    top: 16px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    border-color: #ffffff transparent transparent transparent;
    right: 12px;
}

.market-reports-panel .multiple-slt {
    width: 206px;
    overflow: hidden;
}

.marketmid-main .company-info-scn {
    padding-bottom: 100px;
}

/***Makert Multiselect***/
.multi-select-container {
    display: inline-block;
    width: 100%;
    position: relative
}

.market-reports-panel .mkrt-cmn-select {
    width: 100%;
    margin-right: 0px;
}

.multi-select-menu {
    overflow: auto !important;
    height: 188px;
    position: absolute;
    left: 0;
    top: 17px;
    z-index: 1;
    float: left;
    min-width: 100%;
    background: #fff;
    margin: 1em 0;
    border: 1px solid #aaa;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    display: none;
}

.multi-select-menuitem {
    position: relative;
    display: block;
    font-size: 14px;
    background-color: #000;
    padding: 7px 5px 7px 28px;
    line-height: normal;
    white-space: nowrap;
    font-family: 'Open Sans', sans-serif; font-weight: 800;
    color: #FFF;
    border-bottom: 1px solid rgba(223,223,223,0.4);
}

.multi-select-menuitem:hover {
    background: #40BDE8
}

.multi-select-presets {
    border-bottom: 1px solid #ddd;
}

.multi-select-menuitem input {
    position: absolute;
    margin-top: 0.25em;
    margin-left: -20px;
}

.multi-select-button {
    display: inline-block;
    font-size: 0.875em;
    padding: 0.2em 0.6em;
    max-width: 16em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: -0.5em;
    cursor: default;
    outline: none !important;
}

.multi-select-button:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    border-color: #fff transparent transparent transparent;
    margin-left: 0.4em;
    vertical-align: 0.1em;
    position: absolute;
    top: 16px;
    right: 12px;
}

.multi-select-container--open .multi-select-menu {
    display: block;
}

.multi-select-container--open .multi-select-button:after {
    border-width: 0px 4px 5px 4px;
    border-color: transparent transparent #fff transparent;
}

.multi-select-container--positioned .multi-select-menu {
    box-sizing: border-box;
}

.multi-select-container--positioned .multi-select-menu label {
    white-space: normal;
}

.mkrt-cmn-select .multi-select-button {
    padding-right: 20px;
    position: relative;
    color: #fff;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif; font-weight: 800;
    width: 205px;
    border: #fff 1px solid;
    background: none;
}



.multi-select-menuitems label > span.check {
    background: none;
    width: 14px;
    height: 14px;
    border: #fff 1px solid;
    position: absolute;
    left: 8px;
    top: 8px;
    float: left;
}

.multi-select-menuitems label > input {
    position: absolute;
    visibility: hidden;
    width: 14px;
    height: 14px;
}

.multi-select-menuitems label > input:checked + span:before {
    content: '';
    display: block;
    margin-left: -1px;
    background: red;
    width: 14px;
    height: 14px;
    background: #fff;
}

/***Market Report Results Page Start Here***/
.market-rpt-result {
    padding: 71px 65px 80px 65px;
    background: #F2EFEC;
}

.btue-cmn-btn {
    padding: 0px 25px;
    background: #006EB6;
    border: #006EB6 1px solid;
    line-height: 36px;
    min-height: 36px;
    float: left;
    color: #fff;
    font-family: 'Open Sans', sans-serif; font-weight: 800;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
}

.btue-cmn-btn:hover {
    background: #00559a;
    color: #fff;
}

.market-rpt-table {
    margin-bottom: 25px;
    text-align: left;
}

.market-rpt-table tr th {
    color: #999999;
    padding: 2px 15px;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif; font-weight: 500;
}

.market-rpt-table .custom_checkbox [type="checkbox"]:not(:checked) + label, .market-rpt-table .custom_checkbox [type="checkbox"]:checked + label {
    line-height: 20px;
    padding-left: 25px;
    font-size: 12px;
    color: #006EB6;
    font-family: 'Open Sans', sans-serif; font-weight: 500;
}

.market-rpt-table .custom_checkbox [type="checkbox"]:not(:checked) + label:before, .market-rpt-table .custom_checkbox [type="checkbox"]:checked + label:before {
    border-color: #006EB6;
    top: 4px;
    border-radius: 0px;
    width: 12px;
    height: 12px;
}

.market-rpt-table .custom_checkbox [type="checkbox"]:not(:checked) + label:after, .market-rpt-table .custom_checkbox [type="checkbox"]:checked + label:after {
    left: 0px;
    top: 4px;
    background: #006EB6;
}

.market-rpt-table th .custom_checkbox [type="checkbox"]:not(:checked) + label, .market-rpt-table th .custom_checkbox [type="checkbox"]:checked + label {
    color: #999999;
}

.market-rpt-table tr:nth-child(even) {
    background: #fff;
}

.market-rpt-table tr td {
    font-size: 12px;
    padding: 10px 15px;
    line-height: 20px;
}

.market-rpt-table a {
    color: #006EB6
}

.market-rpt-table a {
    text-decoration: underline;
}

.market-rpt-result .custom_checkbox [type="checkbox"]:not(:checked) + label:before, .market-rpt-result .custom_checkbox [type="checkbox"]:checked + label:before {
    background: none;
}
/***Our Campany Page Start Here***/
.play-icon {
    background: url('../images/video-play.png') no-repeat;
    width: 14px;
    height: 14px;
    display: inline-block;
    position: relative;
    top: 3px;
    margin-right: 8px;
}

.family-companies-scn {
    background: #F2EFEC;
    float: left;
    width: 100%;
    padding: 58px 75px 40px 75px;
}

.family-companies-scn h3 {
    line-height: 34px;
    font-size: 24px;
    margin-bottom: 0px;
    color: #626262
}

.familyhd-seemore {
    border-bottom: #d6d4d2 1px solid;
    float: left;
    padding-bottom: 20px;
    width: 100%;
}

.family-link {
    margin-top: 8px;
    color: #006EB6;
    font-size: 16px;
    text-decoration: underline
}

.familyhd-link {
    margin-top: 5px;
    color: #006EB6;
    font-size: 16px;
    text-decoration: underline
}

.family-companies-list {
    float: left;
    width: 100%;
    margin: 0px;
}

.family-companies-list li {
    padding: 40px 0px 45px 0px;
    float: left;
    width: 100%;
    border-top: #d6d4d2 1px solid;
}

.family-companies-list li:first-child {
    border-top: none;
}

.family-companies-list li:before {
    content: normal;
}

.family-cmpn-cont {
    width: 430px;
    float: right;
}

.family-cmpn-cont p {
    margin-bottom: 5px;
    color: #000;
    font-size: 16px;
    line-height: 24px;
}

.family-cmpn-img {
    float: left;
    width: 200px;
}

.ourfamily-tab {
    float: left;
    margin-top: 75px;
    width: 100%;
    padding: 0px;
}

.ourfamily-tab .resp-tabs-list {
    background: #F2EFEC;
    padding: 58px 0px 45px 20px;
}

.ourfamily-tab .resp-tabs-list li {
    cursor: pointer;
    margin-right: 0px;
    padding: 0px 0 20px 0 !important;
    border: none;
    margin-left: 48px;
}

.ourfamily-tab .resp-tabs-list li.resp-tab-active:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #0060af transparent transparent transparent;
    right: 0px;
    margin: auto;
    background: none;
    bottom: -12px;
}

.ourfamily-tab .resp-tabs-list li.resp-tab-active {
    margin-left: 48px;
    border: none;
    border-bottom: 6px solid #006EB6;
    border-top: none;
    padding: 0px 0 20px 0 !important;
}

.familyCmpy-tabdata {
    float: left;
    padding: 15px 0px 50px 75px;
    width: 660px;
}

.familyCmpy-tabdata h3 {
    color: #006EB6;
    margin-bottom: 20px;
}

.familyCmpy-tabdata p {
    color: #000;
    font-size: 18px;
}

.familyCmpy-tabdata p a {
    color: #006EB6;
    text-decoration: underline;
}

.familyCmpy-tabdata p a:hover {
    text-decoration: none;
}

.ourfamily-tab .resp-tabs-list li img {
    max-height: 47px;
}

.ourfamily-tab h2 img {
    max-height: 47px;
}
/***Representative Clients Page Start Here***/
.r-clients-client-scn .companyinner-title {
    padding-left: 0px;
}

.r-clients-client-scn {
    padding: 0px 75px 100px 75px;
}

.rpntv-clients-list {
    width: 100%;
    float: left;
}

.rpntv-clients-list li {
    float: left;
    padding: 10px;
    border: #e0e0e0 1px solid;
    height: 160px;
    position: relative;
    margin-bottom: 2%;
    margin-left: 2%;
    width: 32%;
}

.rpntv-clients-list img {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    bottom: 0px;
    top: 0px;
    max-width: 135px;
    max-height: 71px;
}

.rpntv-clients-list li:before {
    content: normal;
}

.rpntv-clients-list li:nth-child(3n+1) {
    margin-left: 0px;
}

.ourcompanypanel {
    min-height: 900px;
}
/***Awards Page Start Here***/
.compay-award-scn {
    float: left;
    padding: 0px;
    width: 100%;
}

.individual-awards {
    clear: both;
    display: flex;
    flex-direction: column;
    padding: 75px 75px 50px 75px;
    background: #f2efec;
}

.awards-list {
    background: #f2efec;
    float: left;
    width: 100%;
    padding: 75px 75px 50px 75px;
}

.individual-award {
    display: flex;
    width: 100%;
    min-height: 220px;
    background: #fff;
    margin-bottom: 25px;
}

.award-pic {
    padding-left: 35%;
    background-size: cover;
    background-position: center; 
}

.award-info {
    flex-grow: 1;
    position: relative;
    padding: 25px;
}

.award-info:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #40BDE8;
}

.individual-award:nth-child(2n) .award-info:after {
    background-color: #e89a40;
}

.award-title {
    margin-bottom: 5px;
    color: #006EB6;
    font-size: 1.5rem;
}

.award-city {
    font-size: 1rem;
    margin-bottom: 10px;
}

.award-description {
    margin-bottom: 15px;
}

.award-date {
    font-size: 0.9rem;
    font-weight: 300;
    color: #999999;
}

.awards-item {
    background: #fff;
    padding: 25px;
    min-height: 185px;
    width: 350px;
    float: left;
    margin-left: 24px;
    margin-bottom: 24px;
}

.awards-item:nth-child(2n+1) {
    margin-left: 0px;
    clear: left
}

.awards-pic {
    width: 71px;
    float: left;
}

.awards-item-cont {
    width: 185px;
    padding-top: 0px;
    float: right;
    margin-right: 20px;
}

.awards-item-cont p {
    margin-bottom: 0px;
    line-height: 22px;
    font-size: 16px;
}

.awards-item-cont strong {
    font-family: 'Open Sans', sans-serif; font-weight: 700;
    font-weight: normal;
}

.awards-iteminner {
    float: left;
    width: 100%;
}
/***Leeadership Page Start Here***/
.company-leeadership {
    padding: 0px;
}

.company-leadership {
    float: left;
    width: 100%;
    padding: 0px;
}

.companyinner-title {
    float: left;
    padding: 55px 70px 55px 75px;
    width: 100%;
}

.companyinner-title h2 {
    font-size: 34px;
    margin-bottom: 0px;
}

.company-leeadership h2 {
    margin-right: 50px;
    float: left;
}

.cmpy-leadership-data {
    background: #f2efec;
    border: none;
    clear: both;
    padding: 50px 75px 100px 75px;
    float: left;
    width: 100%;
}

.cmpy-leadership-data .resp-tab-content {
    padding: 0px;
    border: none;
}

.leadershipData-list {
    float: left;
    width: 100%;
}

.ldrdata-item {
    margin-left: 24px;
    margin-bottom: 24px;
    float: left;
    width: 350px;
}

.ldrdata-item:nth-child(2n+1) {
    clear: left;
    margin-left: 0px;
}

.ldrdata-item .v-card {
    width: 100%;
    min-height: 225px;
}

.v-card p .phone {
    color: #000;
    text-decoration: none;
}
/***Community Service Page Start Here***/
.community-service-scn {
    padding: 0px;
}

.community-srv-list {
    padding: 0px 65px 0px 75px;
}

.community-srv-item {
    float: left;
    padding: 50px 0px 20px 0px;
    width: 100%;
    border-bottom: #dcdcdc 1px solid;
}

.community-srv-item:first-child {
    padding-top: 0px;
}

.community-srv-img {
    width: 300px;
}

.community-srv-cont {
    width: 390px;
}

.community-srv-list p {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

.community-srv-list h3 {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
}

.community-date {
    color: #999999;
    margin-bottom: 10px;
    display: block;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
}

.community-more-arrow {
    padding: 15px 0 70px 0;
    float: left;
    width: 100%;
}

.cmty-arrow {
    cursor: pointer;
    margin-top: 7px;
    background: url('../images/small-arrow.png') no-repeat;
    background-size: 100% 100%;
    width: 25px;
    height: 15px;
    margin-left: 25px;
}
/***Offices Page Start Here***/
.offices-map {
    width: 100%;
    margin-top: 20px;
    float: left;
    clear: both;
}

.offices-map img {
    width: 100%;
}

.offices-listscn {
    padding: 70px 70px 35px 70px;
    background: #f2efec;
    min-height: 1000px;
    position: relative;
}

.offices-listscn .serial-list {
    left: 0px;
    top: 70px;
}

.offices-listscn .serial-list.stick {
    position: fixed;
    left: auto;
    margin-left: -70px;
}

.offices-listscn .serial-list.ftr-stick {
    position: absolute;
    left: auto;
    top: auto;
    bottom: 0px;
    margin-left: -70px;
}

.directory-list-data .serial-list.stick {
    position: fixed;
    left: auto;
    top: 73px;
    margin-left: -71px;
}

.directory-list-data .serial-list.ftr-stick {
    position: absolute;
    left: auto;
    top: auto;
    bottom: -116px;
    margin-left: -71px;
}

.offices-item {
    width: 350px;
    min-height: 288px;
    margin-left: 34px;
    margin-bottom: 36px;
    padding: 37px;
    background: #fff;
    float: left;
}

.offices-item:nth-child(2n+1) {
    margin-left: 0px;
}

.offices-item h4 {
    font-size: 24px;
    margin-bottom: 22px;
}

.offices-item h4 i {
    color: #40BDE8;
    font-style: normal;
}

.offices-item .cmty-arrow {
    display: inline-block;
    margin-left: 15px;
}

.offices-iteminner {
    float: left;
}

.offices-item p {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 22px;
}

.offices-item h4 a {
    color: #006EB6
}

.flexphone-number {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.flexphone-number p {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 24px;
}

.flexphone-number a {
    color: #000;
    text-decoration: none;
}

.flexphone-number a:hover {
    text-decoration: underline;
}

.flexphone-number strong {
    font-weight: normal;
    font-family: 'Open Sans', sans-serif; font-weight: 800;
}

.office-username {
    font-size: 14px;
    line-height: 22px;
    float: left;
    clear: both;
    font-family: 'Open Sans', sans-serif; font-weight: 800;
    margin-top: 10px;
}

.office-email {
    font-size: 12px;
    font-weight: 300;
    float: left;
    clear: left;
    text-decoration: underline;
    line-height: 24px;
}

.office-email:hover {
    text-decoration: none;
}

.offices-item:hover {
    background: #006EB6;
    color: #fff;
}

.offices-item:hover .office-email, .offices-item:hover h4 a, .offices-item:hover .flexphone-number a {
    transition: none;
    color: #fff;
}

.offices-item:hover .cmty-arrow {
    background-image: url('../images/white-small-arrow.png');
}
/***Offices Detail Page Start Here***/
.offices-detail-scn {
    padding: 55px 70px;
}

.offices-detail-scn h2 {
    font-size: 34px;
    margin-bottom: 15px;
    line-height: 34px;
}

.viewall-office {
    float: left;
    margin-bottom: 30px;
    clear: left;
    color: #006EB6;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif; font-weight: 500;
    text-decoration: underline;
}

.viewall-office:hover {
    text-decoration: none;
}

.office-dtlinfo-part {
    background: #F2EFEC;
    width: 330px;
    float: right;
    padding: 40px 55px;
}

.office-dtlinfo-part h3 {
    margin-bottom: 15px;
}

.office-dtlinfo-part strong {
    font-family: 'Open Sans', sans-serif; font-weight: 800;
    font-weight: normal;
}

.office-dtlinfo-part p {
    font-family: 'Open Sans', sans-serif; font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
}

.info-office-number {
    float: left;
}

.info-office-number p {
    margin-bottom: 5px;
    color: #000;
}

.info-office-number a {
    color: #000;
    text-decoration: none;
}

.info-office-number a:hover {
    text-decoration: underline;
}

.offices-d-cont {
    width: 330px;
}

.offices-d-cont p {
    clear: both;
}

.office-vcard {
    float: left;
    padding: 0px;
    clear: both;
    padding: 75px 65px;
    width: 100%;
}
/*** About: Careers page Style here ***/
.join-our-team {
    display: block;
    padding: 75px;
}

.join-our-team > .f-left {
    padding: 0px 0px 35px;
    width: 55.3%;
}

.join-our-team > .f-left h2 {
    margin: 0px 0px 30px;
    font-size: 34px;
    line-height: 38px;
}

.join-our-team > .f-right {
    margin-right: -75px;
    max-width: 324px;
}

.join-our-team .f-right img {
    display: block;
}

.join-btn {
    display: block;
    margin: -35px 0px 0px;
    float: left;
}

.join-btn .btn-brdr-blue {
    margin-left: 5px;
}

.join-btn .btn-brdr-blue i {
    margin: 9px 10px 0px 0px;
}

.careers-grey {
    padding: 75px;
    background: #F2EFEC;
}

.career-testimonial .item {
    width: 100%;
    overflow: hidden;
}

.author-quote {
    display: block;
    padding: 20px 40px 20px 0px;
    float: left;
    width: 70%;
    max-width: 500px;
    min-height: 130px;
    border-right: 1px solid rgba(0,0,0,0.13);
    overflow: hidden;
}

.author-quote .f-left {
    display: block;
    margin-right: 40px;
    width: 90px;
    height: 90px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
}

.author-quote .quote {
    float: left;
    width: 71%;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
}

.author-detail {
    display: block;
    padding: 22px 0px 22px 30px;
    float: right;
    width: 30%;
}

.author-detail h4 {
    margin: 0px 0px 4px;
    font-family: 'Open Sans', sans-serif; font-weight: 800;
    font-size: 16px;
    line-height: 24px;
    color: #40BDE8;
}

.author-detail p {
    margin: 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
}

.career-testimonial .slick-dots {
    padding-left: 125px;
    text-align: left;
}

.career-testimonial .slick-dots li, .career-testimonial .slick-dots li button, .career-testimonial .slick-dots li button:before {
    width: 13px;
    height: 13px;
}

.career-testimonial .slick-dots li button {
    padding: 0px;
    margin: 0px;
}

.career-testimonial .slick-dots li button:before {
    font-size: 13px;
    color: #999999;
    opacity: 0.3;
}

.career-testimonial .slick-dots li.slick-active button:before {
    color: #75B943;
    opacity: 1;
}

.why-join {
    display: block;
    padding: 75px;
}

.why-join .left-tabs > h3 {
    margin: 0px 0px 25px;
    font-size: 24px;
    line-height: 30px;
    color: #626262;
}

.why-join .resp-tab-content img {
    display: block;
}

.why-join .resp-tab-content h3 {
    margin: 40px 0px 30px;
    color: #000000;
}

.why-join .resp-tab-content p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 24px;
}

.career-spotlight h3 {
    margin: 0px 0px 30px;
    font-size: 24px;
    line-height: 34px;
    color: #626262;
}

.career-spotlight ul, .career-spotlight li {
    display: block;
    margin: 0px;
    padding: 0px;
    list-style: none;
    overflow: hidden;
}

.career-spotlight ul li {
    margin: 0px 30px 30px 0px;
    padding: 35px 35px 25px;
    width: 47.9%;
    min-height: 183px;
    float: left;
    background: #FFFFFF;
}

.career-spotlight ul li:before {
    content: normal;
}

.career-spotlight ul li:nth-child(2n) {
    margin-right: 0px;
}

.career-spotlight ul li h3 {
    color: #006EB6;
    margin: 0px 0px 10px;
    line-height: 30px;
}

.career-spotlight ul li p {
    margin: 0px 0px 4px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
}

.career-spotlight ul li .view {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #006EB6;
    text-decoration: underline;
}
/*** Sitemap ***/
.sitemap-wrap {
    padding: 50px;
}

.sitemap-wrap > ul {
    display: block;
    width: 48%;
}
/*** 404 page Style here ***/
.nodata-page {
    padding: 150px 0;
    margin: auto;
    max-width: 700px;
    float: none;
}
/*** Search Results page style here  ***/

.search-result-page .cms-inner-page #mid-wrapper {
    padding-top: 60px;
}

.gs-web-image-box .gs-image, .gs-promotion-image-box .gs-promotion-image {
    max-height: 230px;
}

.gsc-webResult .gsc-url-top {
    margin-bottom: 8px;
}

.search_result_wrap {
    padding-top: 0px;
}

.gs-image {
    border: none !important;
}

.search_result_row {
    display: block;
    padding: 50px 0px;
    border-bottom: 1px solid #ebecec;
}

.search_result_wrap .gsc-control-cse, .search_result_wrap .gsc-result-info {
    padding: 0px;
    font-family: 'Open Sans', sans-serif; font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #626569;
}

.search_result_wrap .gsc-webResult.gsc-result {
    display: block;
    margin: 0px;
    padding: 16px 0px;
    border-bottom: 1px solid #ebecec;
}

.search_result_wrap .gsc-webResult.gsc-result:hover {
    border-bottom: 1px solid #ebecec;
}

.search_result_wrap .gs-image-box.gs-web-image-box.gs-web-image-box-portrait, .search_result_wrap .gs-image-box.gs-web-image-box.gs-web-image-box-landscape, .search_result_wrap .gs-web-image-box, .search_result_wrap .gs-promotion-image-box {
    padding: 0px 40px 0px 0px;
    width: 285px;
    height: auto;
}

.search_result_wrap .gs-web-image-box img.gs-image {
    width: auto;
    max-width: 240px;
    max-height: inherit;
    border: none;
}

.search_result_wrap .gsc-table-cell-snippet-close, .cse .gs-webResult .gs-snippet, .search_result_wrap .gs-webResult .gs-snippet {
    font-family: 'Open Sans', sans-serif; font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #626569;
}

.search_result_wrap .gsc-control-cse .gs-result .gs-title {
    margin: 0px 0px 8px;
    font-size: 30px;
    line-height: 32px;
    color: #000000;
    text-decoration: none;
    height: auto;
}

.search_result_wrap .gsc-control-cse .gs-result .gs-title a, .search_result_wrap .gsc-control-cse .gs-result .gs-title a:link {
    margin: 0px;
    color: #006EB6 !important;
    text-decoration: none;
}

.search_result_wrap .gs-webResult.gs-result a.gs-title:link b {
    color: #006EB6 !important;
    font-size: 28px;
    font-weight: 400;
}

.search_result_wrap .gsc-control-cse .gs-result .gs-title a:hover, .search_result_wrap .gsc-control-cse .gs-result .gs-title a:hover:link, .search_result_wrap .gs-webResult.gs-result a.gs-title:hover b {
    color: #49bce2
}

.search_result_wrap .gs-webResult div.gs-visibleUrl-long {
    margin: 8px 0px 0px;
    font-family: 'Open Sans', sans-serif; font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #006EB6;
}

.search_result_wrap .gs-webResult div.gs-visibleUrl-long b {
    font-weight: normal;
}

.search_result_wrap .gsc-results .gsc-cursor-box {
    margin: 60px 0px 0px;
    padding: 0px;
    border: none;
    text-align: left;
}

.search_result_wrap .gsc-results .gsc-cursor-box .gsc-cursor-page {
    margin-right: 10px;
    font-family: 'Open Sans', sans-serif; font-weight: 300;
    font-size: 17px;
    color: #006EB6;
    text-decoration: none;
}

.gs-webResult.gs-result a.gs-title:visited, .gs-webResult.gs-result a.gs-title:visited b, .gs-imageResult a.gs-title:visited, .gs-imageResult a.gs-title:visited b {
    color: #006EB6 !important;
}

.search_result_wrap .gsc-results .gsc-cursor-page.gsc-cursor-current-page {
    background: none;
    font-weight: 400;
    color: #b1b4b3;
    text-shadow: none;
}

.search_result_wrap .gcsc-branding {
    display: none;
}

.search_result_wrap .gs-result .gs-title * {
    text-decoration: none;
}

.search_result_wrap .gsc-thumbnail-inside, .search_result_wrap .gsc-url-top {
    display: none;
}

.search_result_wrap .gsc-thumbnail-left {
    display: block
}

.search_result_wrap .gsc-url-bottom {
    display: block;
}
/*.result_img { display:block; float:left; margin-right:40px;}*/
.result_caption {
    display: block;
    float: left;
    width: 100%;
    max-width: 870px;
}

.result_caption img {
    display: block;
    float: left;
    margin-right: 40px;
}

.result_caption h3 {
    margin: 0px 0px 15px;
    font-size: 28px;
    line-height: 32px;
    color: #006EB6;
}

.result_caption p {
    margin: 0px 0px 5px;
    font-size: 16px;
    line-height: 20px;
    color: #626569;
}

.result_caption p a {
    display: inline-block;
    color: #49bce2;
    text-decoration: none;
}

.result_caption p a:hover {
    text-decoration: underline;
}

.search_result_wrap .paginartion-main {
    margin-top: 50px;
}

.gsc-control-cse div {
    border-bottom: none
}
/*** Find a Careers page style here  ***/
.findacareer-detail-inner {
    float: left;
    width: 100%;
    background: #fff;
    margin-top: 0px;
    position: relative;
    padding: 50px;
}
/*** Property List: Side Filter panel ***/
.left-list-class {
    display: block;
    width: 100%;
    overflow: hidden;
}

.filter-type-prt .left-list-class h4 {
    width: 100%;
}

.left-list-class .checkbox-list li {
    clear: none;
    margin-right: 30px;
    float: left;
}

.filter-type-prt .cmn-select .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #ffffff;
}

.filter-type-prt .cmn-select .select2-container--default .select2-selection--single .select2-selection__arrow b {
    background: url('../images/down_arrow_white.png') no-repeat 0 0;
}

.cmn-select .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    background: url('../images/up_arrow_white.png') no-repeat 0 0;
}

.divRow {
    clear: both;
    display: block;
    width: 100%;
}

.pool-top-content.pad-thirty h2 {
    margin-bottom: 30px;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    overflow: inherit !important
}
/*.blockquote {display: block;margin: 40px -70px;padding: 70px;font-size: 22px;line-height: 30px;background: #F2EFEC;overflow: hidden; }*/
.newspress-row {
    margin-top: 85px;
}
/***Archive page style here***/
.recent-press-archive {
    padding: 35px 70px 70px 70px;
    float: left;
    width: 100%;
}

.recent-press-archive ul {
    display: flex;
    justify-content: space-between;
    border-bottom: #d7d7d7 1px solid;
    float: left;
    width: 100%;
    padding: 35px 0;
}

.recent-press-archive ul li.press-li {
    color: #006EB6;
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
    float: left;
    width: 27.3%;
    border: none;
}

/*.recent-press-archive ul li.press-li:nth-child(3n+2) {
    margin: 0 9%
}*/

.recent-press-archive ul li.press-li a {
    color: #006EB6;
}

.recent-press-archive ul li.press-li img.press-li-image {
    object-fit: cover;
    margin: 10px 0;
    width: 250px;
    height: 250px;
}

.recent-press-archive ul li.press-li:last-child {
    padding-right: 0px;
}

.press-pagination {
    float: left;
    margin-top: 50px;
    font-family: 'Open Sans', sans-serif; font-weight: 500;
}

.press-pagination .pagination ul {
    padding: 0px;
    border-bottom: none;
}

.press-pagination .pagination li {
    border-bottom: none;
    float: left;
    border: none;
}

.press-pagination .pagination li {
    font-size: 16px;
    float: left;
    font-style: normal;
    border-right: #f2ede9 1px solid;
    padding: 0 16px;
    line-height: 34px;
    line-height: 34px;
    font-family: 'Open Sans', sans-serif; font-weight: 500;
}

.press-pagination .pagination li:first-child {
    border-left: #f2ede9 1px solid;
}

.press-pagination .pagination li a {
    font-style: normal;
    color: #006EB6;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif; font-weight: 500;
}

.press-pagination .pagination li.active, .press-pagination .pagination li:hover a {
    color: #000
}

.press-pagination .pagination li.previos a:before {
    content: '<';
    font-size: 16px;
    color: #006EB6;
    float: left;
    padding: 0;
    line-height: 34px;
    line-height: 34px;
    font-family: 'Open Sans', sans-serif;
}

.press-pagination .pagination li.next a:before {
    content: '>';
    font-size: 16px;
    color: #006EB6;
    float: left;
    padding: 0;
    line-height: 34px;
    line-height: 34px;
    font-family: 'Open Sans', sans-serif;
}

.story-Slider .item a img {
    width: 315px;
    height: 226px;
}

.no-records {
    text-align: center;
}

.gcsc-branding, .gsc-above-wrapper-area-container, .gsc-adBlock, #cse {
    display: none !important;
}

.directory-img img {
    width: 47px;
}

.properties-info img {
    max-width: 300px;
    width: 100%;
}

.properties-info:before {
    display: none;
}

.properties-info-link {
    display: block;
    padding-bottom: 70%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.hidden-text {
    position: absolute;
    left: -99999999px;
    visibility: hidden;
}

.related-news li {
    padding: 0;
}

.related-news li:nth-child(n+4) {
    display: none;
}

.related-news li h3 {
    padding-top: 5px;
    font-size: 15px;
    line-height: 1.5;
}

.TREC-section {
    padding: 20px 0 0 !important;
    font-size: 12pt;
}

.TREC-section a {
    display: inline-block;
    font-family: Arial,sans-serif;
    line-height: 24px;
    color: #fff;
    padding-left: 10px;
}

.TREC-section a:hover {
    color: #fff;
    text-decoration: underline;
}

.text-center {
    text-align: center;
}

.csr-content .csr-btn {
    padding: 0px 25px;
    display: inline-block;
    background: #006EB6;
    border: #006EB6 1px solid;
    line-height: 36px;
    min-height: 36px;
    color: #fff;
    font-family: 'Open Sans', sans-serif; font-weight: 800;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
}

.csr-content .csr-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    list-style-type: none;
}

.csr-content .csr-list.flex-wrap {
    flex-wrap: wrap;
}

.csr-content .csr-list li {
    padding: 0;
    margin-bottom: 30px;
    text-align: center;
}

.csr-content .csr-list li.third {
    display: flex;
    flex-direction: column;
}

.csr-content .csr-list li.third .csr-btn {
    margin-top: auto;
    align-self: center;
}

.csr-content .csr-list li:before {
    display: none;
}

.csr-content .csr-list li img {
    margin-bottom: 10px;
}

.csr-content .csr-list li h4 {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #006EB6;
}

.csr-content .large-accent {
    font-size: 60px;
    font-weight: bold;
    color: #006EB6;
}

.csr-content .large-accent.green {
    color: #00cc33;
}

.csr-content .bold {
    font-weight: bold;
}

.responsive-iframe-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/*** Popup styles ***/
.popup-overlay {
    overflow: hidden;
}

.popup-overlay:before {
    content: '';
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.45);
}

.popup {
    display: none;
    z-index: -1;
    position: fixed;
    top: 10%;
    left: 50%;
    width: 50%;
    padding: 70px 45px;
    transform: translate3d(-50%, 0, 0);
    background-color: #fff;
    max-height: 80%;
    overflow-y: auto;
}

.popup.popup-visible {
    display: block;
    z-index: 1001;
}

.popup-close {
    position: absolute;
    top: 20px;
    right: 28px;
    height: 30px;
    font-size: 42px;
    background: transparent;
    color: #d6d8da;
    line-height: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

.popup-close:hover {
    color: #8e9194;
}

.csr-reports-list {
    list-style: none;
}

.csr-reports-list h6 {
    margin-bottom: 15px;
}

.csr-reports-list li {
    padding: 0;
}

.csr-reports-list li:before {
    content: '';
    display: none;
}

.external-link::after {
    content: '';
    background: url('../images/external-link-icon.png') no-repeat;
    background-size: cover;
    width: 16px;
    height: 14px;
    display: inline-block;
    margin-left: 5px;
    vertical-align: baseline;
}

.clear-both {
    clear: both;
}

.v-spacer-20 {
    height: 20px;
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

@media(min-width:576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media(min-width:768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }
}

@media(min-width:992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media(min-width:1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.8571428571%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

@media(min-width:576px) {
    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

@media(min-width:768px) {
    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media(min-width:992px) {
    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }
}

@media(min-width:1200px) {
    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media(min-width:576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media(min-width:768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media(min-width:992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media(min-width:1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

.fixed-top {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports (position:sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important
}

.shadow-none {
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.m-0 {
    margin: 0 !important
}

.mt-0, .my-0 {
    margin-top: 0 !important
}

.mr-0, .mx-0 {
    margin-right: 0 !important
}

.mb-0, .my-0 {
    margin-bottom: 0 !important
}

.ml-0, .mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1, .my-1 {
    margin-top: .25rem !important
}

.mr-1, .mx-1 {
    margin-right: .25rem !important
}

.mb-1, .my-1 {
    margin-bottom: .25rem !important
}

.ml-1, .mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2, .my-2 {
    margin-top: .5rem !important
}

.mr-2, .mx-2 {
    margin-right: .5rem !important
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important
}

.ml-2, .mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3, .my-3 {
    margin-top: 1rem !important
}

.mr-3, .mx-3 {
    margin-right: 1rem !important
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important
}

.ml-3, .mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5, .my-5 {
    margin-top: 3rem !important
}

.mr-5, .mx-5 {
    margin-right: 3rem !important
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important
}

.ml-5, .mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0, .py-0 {
    padding-top: 0 !important
}

.pr-0, .px-0 {
    padding-right: 0 !important
}

.pb-0, .py-0 {
    padding-bottom: 0 !important
}

.pl-0, .px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1, .py-1 {
    padding-top: .25rem !important
}

.pr-1, .px-1 {
    padding-right: .25rem !important
}

.pb-1, .py-1 {
    padding-bottom: .25rem !important
}

.pl-1, .px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2, .py-2 {
    padding-top: .5rem !important
}

.pr-2, .px-2 {
    padding-right: .5rem !important
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important
}

.pl-2, .px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3, .py-3 {
    padding-top: 1rem !important
}

.pr-3, .px-3 {
    padding-right: 1rem !important
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important
}

.pl-3, .px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5, .py-5 {
    padding-top: 3rem !important
}

.pr-5, .px-5 {
    padding-right: 3rem !important
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important
}

.pl-5, .px-5 {
    padding-left: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto, .my-auto {
    margin-top: auto !important
}

.mr-auto, .mx-auto {
    margin-right: auto !important
}

.mb-auto, .my-auto {
    margin-bottom: auto !important
}

.ml-auto, .mx-auto {
    margin-left: auto !important
}

@media(min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3, .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3, .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3, .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important
    }
}

@media(min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0, .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1, .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1, .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1, .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2, .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2, .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2, .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3, .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5, .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1, .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1, .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1, .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2, .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2, .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2, .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3, .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5, .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5, .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5, .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important
    }
}

@media(min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important
    }
}

@media(min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3, .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3, .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3, .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5, .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important
    }
}

.text-monospace {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}

.text-justify {
    text-align: justify !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media(min-width:576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media(min-width:768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media(min-width:992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media(min-width:1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-italic {
    font-style: italic !important
}

a.be-related-link {
    text-transform: capitalize;
}