﻿#divHelpWrapper:after {
    content: '';
    clear: both;
    display: table;
}

.divPublicPageContainer {
    padding-top: 15px;
}

    .divPublicPageContainer:after {
        content: '';
        clear: both;
        display: table;
    }

.wrapper .h5 {
    color: #4d4d4d;
    margin-bottom: 5px;
}

.wrapper div p {
    font-size: 15px;
    color: #4d4d4d;
    margin-bottom: 4px;
}

div p a {
    color: #4d4d4d;
}

.divPublicLeftPanel {
    margin-right: 7px;
    margin-left: 7px
}

    .divPublicLeftPanel > div:after {
        clear: both;
        content: '';
        display: table;
    }

.thumbnail {
    display: block;
    overflow: hidden;
    line-height: 20px;
    border-radius: 3px;
    position: relative;
    border: 1px solid #ddd;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
}

    .thumbnail > img {
        display: block;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
/*Career page*/
.divHiring {
    top: 0;
    right: 20px;
    z-index: 11;
    color: White;
    font-size: 15px;
    line-height: 21px;
    padding: 4px 15px;
    position: absolute;
    background-color: #484873;
    border: 1px solid #484873;
    border-radius: 0 0 3px 3px;
}

    .divHiring a {
        color: White;
        font-size: 15px;
    }

#careerPage {
    display: none;
}

.leftCol {
    float: left;
}

.divmapCanvas {
    width: 100%;
    height: 204px;
    border-radius: 3px;
    box-sizing: border-box;
    background-color: #F9F9F9;
    border: 1px solid #E6E6E6;
    -webkit-mask-size: 726px 204px;
    -webkit-mask-image: url("/images/circleMask726X204.png");
}
/*===================Develop[er Public Page Style ==================*/
.devClientsLogoScroller {
    position: relative;
}

    .devClientsLogoScroller:after {
        clear: both;
        content: "";
        display: table;
    }

.devClients {
    z-index: 1;
    float: left;
    width: 140px;
    margin: 0px auto;
    background-color: #F9F9F9;
    border-right: 1px solid #E3E3E3;
}

    .devClients h2 {
        color: #4D4D4D;
        font-size: 15px;
        margin: 0 0 0 20px;
        padding: 9px 16px 10px;
        text-transform: uppercase;
    }

#dvProjectLogo {
    padding: 5px;
    line-height: 44px;
    margin-bottom: 1px;
}

.bottomShadow {
    height: 5px;
    background-image: url("../images/shadow_top_4x5.png");
    background: linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); /* W3C */
}

#dvProjectLogo {
    background: white;
    z-index: 11;
}

.devProjContainer {
    position: fixed;
    top: 100px;
}

.devClients h2 {
    line-height: 18px;
}

.divcontrol {
    position: relative;
    padding-bottom: 5px;
    height: 40px;
}

.spncontrol {
    color: #999999;
    display: inline;
    font-size: 13px;
    height: 32px;
    line-height: 32px;
    margin-left: 10px;
    padding: 2px 12px;
    position: absolute;
    text-align: left;
    width: 254px;
}

.divSpacing {
    padding: 40px 30px 50px 60px;
}

.divBanner {
    margin: 10px auto;
    border-bottom-width: 0px;
}

    .divBanner h1 {
        font-size: 44px;
        line-height: 52px;
        margin-bottom: 32px;
    }

    .divBanner ul li {
        color: #999999;
        margin-bottom: 12px;
    }

    .divBanner .xlarge {
        padding: 13px 20px;
    }

.divCareer {
    width: 100%;
    color: #4d4d4d;
    max-width: 530px;
    margin: 10px auto;
}
/*div.h2.lightGrey
{
    font-size: 26px;
}*/
.dvContent-wrapper {
    left: -510px;
    width: 100%;
    height: auto;
    max-width: 978px;
    margin-left: 50%;
    position: relative;
    border-bottom: 1px solid #E4E4E4;
}

.PageSubTitle {
    margin-bottom: 12px;
}

.dvClear {
    clear: both;
}

.publicContainer {
    overflow: hidden;
    border-bottom: 1px solid #E4E4E4;
}

    .publicContainer table {
        width: 100%;
    }

    .publicContainer tr.minHeight {
        height: 520px;
    }

    .publicContainer table td {
        font-size: 16px;
        padding-top: 25px;
        padding-bottom: 25px;
        vertical-align: middle;
    }

        .publicContainer table td:first-child {
            padding-left: 0px;
        }

        .publicContainer table td ul li {
            line-height: 21px;
        }
/*=======================About Us page Style goes here====================*/
.divMblOurLocations {
    display: none;
}

.divAboutUsDetail {
    position: relative;
}

    .divAboutUsDetail h5 {
        color: #4D4D4D;
    }

.box .divSupport:only-of-type {
    color: #4D4D4D;
    line-height: 20px;
}

    .box .divSupport:only-of-type small {
        color: #999;
        font-size: 13px;
    }

    .box .divSupport:only-of-type .h5 {
        margin-bottom: 4px;
    }

.box div:only-of-type a[href] {
    color: rgb(41, 170, 225);
}

.divConnectus {
    color: #999;
    padding-top: 18px;
    margin-bottom: 8px;
    padding-left: 15px;
    text-align: center;
    padding-right: 15px;
}

.divContentInfo p {
    line-height: 20px;
    font-weight: normal;
}

.divContentInfo strong {
    color: #333333;
}

.divContentInfo li {
    list-style: none;
    line-height: 25px;
}

.FontUpper {
    font-size: 10pt;
    text-transform: uppercase;
}

.divContentBody {
    color: #585858;
    min-height: 560px;
}

div.divContentBody div.hr {
    margin-top: 32px;
    margin-bottom: 28px;
}

.divContentBody a {
    color: #999;
    text-decoration: none;
    font-size: 14px;
}

.divContentBody ul {
    padding: 0 10px;
    margin: 0 10px;
}

.divContentBody li {
    padding-left: 0px;
    line-height: 21px;
    margin-bottom: 8px;
    color: rgb(77, 77, 77);
}

.textContent {
    padding-left: 1em;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

div.divContentBody div.imgContent {
    text-align: center;
}

.HrClass {
    clear: both;
    margin: 40px 0px;
    border-bottom: 1px solid #E4E4E4;
}

    .HrClass:after {
        clear: both;
        content: '';
        display: table;
    }

.ContactUsSubTitle {
    font-size: 25px;
    color: rgb(41, 170, 225);
    margin: 0;
}

.SubTitle {
    font-size: 14px;
    color: rgb(41, 170, 225);
    font-style: italic;
}

.leftContent {
    width: 340px;
    float: left;
}

.rightContent {
    width: 310px;
    float: left;
    margin-left: 20px;
}

.iconImage {
    border: 0px;
    margin-right: 10px;
    cursor: pointer;
}

.addressContent {
    width: 160px;
    float: left;
    margin-top: 10px;
    line-height: 18px;
}

.phoneContent {
    width: 160px;
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    line-height: 18px;
}

.iconContainer {
    clear: both;
}

    .iconContainer a {
        text-decoration: none;
        outline: none;
        padding: 0px;
    }

.emailAddressContainer {
    clear: both;
    text-align: center;
    width: 100%;
    margin: 10px 0;
}

.emailInfoSlot {
    width: 220px;
    float: left;
    line-height: 18px;
}

    .emailInfoSlot strong {
        color: #585858;
    }

.ContactHrClass {
    clear: both;
    height: 15px;
    margin: 15px 0px;
    border-bottom: 1px solid #E4E4E4;
}

.HelpCenterQuestion {
    font-size: 1.3em;
    color: rgb(41, 170, 225);
    margin: 0;
    cursor: pointer;
    line-height: 30px;
}

.HelpCenterAnswer {
    font-size: 0.9em;
    color: #4d4d4d;
    margin: 0;
    letter-spacing: 1px;
    color: #4d4d4d;
    padding-bottom: 35px;
    padding-left: 20px;
}

#divHelpCenter div.divContentBody li {
    letter-spacing: 1px;
    font-size: 1.0em;
}

ul.navigation {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

    ul.navigation li {
        vertical-align: middle;
    }

    ul.navigation a, ul.navigation a:visited {
        text-decoration: none;
    }

    ul.navigation img {
        cursor: pointer;
    }

span#spnHelpCenterHeader {
    color: rgb(41, 170, 225);
}

div#dvOtherResource {
    padding: 40px 0px;
    font-family: 'PT Sans Bold';
    border-top: 1px solid #808080;
    border-bottom: 1px solid #808080;
}

div#dvSupport {
    margin-top: 30px;
}

    div#dvSupport p, div#divAboutUS p {
        color: #4d4d4d;
        font-size: 14px;
    }

.title_text {
    font-size: 20px;
    color: #4D4D4D;
    font-weight: bold;
    padding-top: 15px;
}
/*About Page Styles */
.divLeftAside {
    width: 222px;
    position: relative;
}

ul.ULSpacer li {
    line-height: 22px;
}

.divContentBody {
    font-size: 14px;
}

    .divContentBody span {
        display: block;
        line-height: 1.4;
    }

div.div_aboutus_menu {
    margin-bottom: 20px;
}

.divSocialLinks {
    width: auto;
    margin: auto;
}

    .divSocialLinks:after {
        content: '';
        clear: both;
        display: table;
    }

    .divSocialLinks ul.social {
        text-align: center;
    }

        .divSocialLinks ul.social li {
            float: none;
            display: inline-block;
        }

            .divSocialLinks ul.social li a {
                margin-left: 2px;
                margin-right: 2px;
            }
/*==========News Page Specific Styles=================*/
.news-title {
    font-size: 18px;
    margin-bottom: 10px;
    color: rgb(41, 170, 225);
}

.author-info {
    font-size: 11px;
    color: #999;
    font-style: italic;
}

.div_aboutus_menu {
    width: 222px;
}

.news-content {
    margin-top: 10px;
}

div.div_aboutus_menu ul.condoNav li > a {
    position: relative;
}

    div.div_aboutus_menu ul.condoNav li > a i.fas {
        top: 50%;
        right: 13px;
        font-size: 13px;
        margin-top: -6px;
        position: absolute;
        color: rgb(153, 153, 153);
    }


div.div_aboutus_menu ul.condoNav li.active > a i.fas {
    color: white;
}

.sidebar-header {
    font-size: 15px;
    font-weight: bold;
}
/*=================Aareas Page Styles=================*/
.tabDetails {
    display: none;
}

    .tabDetails:after {
        clear: both;
        content: '';
        display: table;
    }

.divRegularTxt {
    font-size: 120%;
}

    .divRegularTxt a[href] {
        color: #22AAE1;
    }

    .divRegularTxt h3, .divRegularTxt h4 {
        color: rgb(41, 170, 225);
    }
/*=============Footer membership Box =================*/
.memberShipFooter {
    width: 290px;
    padding: 20px;
    height: 306px;
    text-align: left;
    border-radius: 3px;
    margin: 45px auto 30px;
    background-color: #f9f9f9;
}

    .memberShipFooter h3 {
        color: rgb(41, 170, 225);
        font-size: 19px;
        margin-top: 0px;
        margin-bottom: 5px;
        font-weight: normal;
    }

    .memberShipFooter div p {
        font-size: 13px;
        color: #4d4d4d;
        margin: 8px 0 8px;
    }

    .memberShipFooter p.p_email_error {
        top: 20px;
        color: Red;
        left: 15px;
        font-size: 10px;
    }

    .memberShipFooter input.text {
        width: 254px;
        height: 26px;
        color: #4d4d4d;
        font-size: 14px;
        line-height: 26px;
        border-radius: 3px;
        padding-left: 15px;
        background-color: #fff;
        border: 1px solid #E4E4E4;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    }

/*===============newMemberShipFooter===========*/
.newMemberShipFooter {
    max-width: 710px;
    padding: 20px 10px;
    height: auto;
    margin: 35px auto 20px;
    color: #4d4d4d;
}

    .newMemberShipFooter h1 {
        font-size: 31px;
    }

.tableDynamic th {
    color: #000000;
    font-size: 14px;
    padding: 6px 10px;
    font-weight: normal;
}

.tableDynamic td {
    font-size: 14px;
    color: #4D4D4D;
    padding: 6px 10px;
}

/*Help page Styles*/

[class^="div_popular_"] h3 {
    color: #4d4d4d;
    font-size: 16px;
}

.div_popular_links ul li {
    margin-bottom: 10px;
}

    .div_popular_links ul li a {
        font-size: 13px;
        line-height: 17px;
        color: rgb(41, 170, 225);
    }

/*Right Content*/
.divTutorialrow table.tableTutorial {
    width: 100%;
    margin-bottom: 10px;
}

.tableTutorial td {
    text-align: left;
    line-height: 20px;
    padding-top: 23px;
    padding-bottom: 23px;
    vertical-align: middle;
    border-bottom: 1px solid #E6E6E6;
}

.tableTutorial tr:last-child td {
    border-bottom: 0px solid #E6E6E6;
}

.tableTutorial .thumbtube {
    width: 224px;
}

.tutinfo {
    margin-left: 20px;
    line-height: 26px;
}

    .tutinfo h3 {
        font-size: 20px;
        margin-bottom: 0;
        color: rgb(41, 170, 225);
    }

.tutorialDetail h3 small {
    color: #4d4d4d;
    font-size: 16px;
    line-height: 23px;
}

a.viewmore, a.Expanded {
    font-size: 12px;
    color: rgb(41, 170, 225);
    background-color: rgba(0,0,0,0);
}

    a.viewmore > i, a.Expanded > i {
        font-size: 14px;
    }
/*a.viewmore
{
    background-position: 100% -10px;
}
a.Expanded
{
    background-position: 100% 5px; 
}*/
.tutinfo .shortext {
    color: #4d4d4d;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    font-weight: normal;
    text-overflow: ellipsis;
}

.tutinfo .shortext600 {
    width: 534px;
}

.tutinfo .shortext780 {
    width: 726px;
}

.tutorialDetail {
    display: none;
}

.tableTutorial td.youtd {
    width: 168px;
}

a.youTubeVideo {
    width: 100%;
    display: block;
    position: relative;
}

    a.youTubeVideo i {
        top: 51px;
        z-index: 1;
        left: 69px;
        width: 30px;
        height: 22px;
        position: absolute;
        background: url(/images/btn_youtube_play.png) no-repeat;
    }

    a.youTubeVideo img {
        max-height: 125px;
        max-width: 166px;
    }

    a.youTubeVideo iframe {
        z-index: -999;
        position: relative;
    }

.dvVideoHolder {
    z-index: 0;
    width: 560px;
    height: 315px;
    position: relative;
    background-color: #F9F9F9;
    border: 1px solid #E6E6E6;
}

[class^="tutubeVideo-"] {
    background-color: #F9F9F9;
    border: 1px solid #E6E6E6;
}

.tutubeVideo-small {
    width: 222px;
    height: 124px;
}

.tutubeVideo-learge {
    width: 643px;
    height: 364px;
}

.dvResultHeader {
    z-index: 11;
    padding-top: 13px;
    background: white;
    border-bottom: 1px solid #E6E6E6;
}

.leftFixer {
    top: 46px;
    z-index: 3;
    width: 222px;
    position: fixed;
    background-color: #fff;
}

.clearDiv {
    clear: both;
    height: 30px;
}

.mobileVideo {
    display: none;
}

div.row .first-col {
    float: left;
    width: 222px;
}

div.row .last-col {
    width: 726px;
}

.aboutus-map {
    width: 100%;
    height: 204px;
    border-radius: 3px;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #E6E6E6;
}

 .action {/*SSd+US12627*/
  
    color: rgb(41, 170, 225);
}
@media screen and (min-width: 768px) {
    div.fixedColumLeft > div.row {
        padding-left: 272px;
        margin-right: 19px;
    }

    .divPublicLeftPanel {
        width: 252px;
        margin-left: 22px;
    }

    .dvArticelHeader h1 {
        font-size: 30px;
        line-height: 36px;
    }

    #divAboutUS div.divmapCanvas {
        width: 466px;
    }

    .imageContentLeft, .imageContentRight {
        width: 100%;
        max-width: 290px;
    }

    .imageContentLeft, .imageContentRight {
        width: 40%;
    }

    .textContentLeft, .textContentRight {
        width: 60%;
    }
    /*For Max Width 1500 layout*/
    .row div.col9 {
        width: inherit;
    }

    #dvLayoutWrapper {
        width: inherit;
        max-width: 1500px;
    }
    /*End of Max Width*/
}

@media screen and (max-width: 767px) {
    .divMblOurLocations {
        display: block;
    }

    .divAboutUsDetail {
        margin-top: 10px;
    }

    .divOurLocations {
        display: none;
    }

    .devClients {
        width: 120px;
        display: none;
    }

        .devClients h2 {
            margin: 0;
        }

    .dvArticelHeader h1 {
        font-size: 21px;
        line-height: 30px;
    }

    div.divContentBody div.Left {
        margin-bottom: 36px;
    }

    div.divContentBody div.Right {
        padding-right: 1em;
    }
}

@media screen and (max-width: 480px) {
    .divSocialLinks ul.social li {
        margin-bottom: 8px;
    }

    .fancybox-wrap-not-a-member {
        left: 2px !important;
    }
}