.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12   {
    min-height: 0 !important;
}

.site-header {
    background: none !important;
    border-bottom: transparent;
}

.header {
    width: 100%;
    margin: 0 auto;
}

svg.footer-logo {
    fill: white;
    width: 150px;
}

.site-header .mobile-pane-client nav.utility ul > li > a {
    line-height: 0;
    height: 2rem;
    border-radius: 0 0 .9rem .9rem;
    background-color: rgba(255, 255, 255, 0.18);
    line-height: 4rem;
    height: 4rem;
    font-size: 1rem;
    text-transform: uppercase;
    border: none;
}

.site-header .mobile-pane nav.utility ul li {
    float: right;
}

.site-header .mobile-pane nav.utility ul {
    right: 0 !important;
}

    .site-header .mobile-pane nav.utility ul li a:hover {
        background-color: #4c8b2b;
        text-decoration: none;
    }

    .site-header .mobile-pane nav.utility ul li:nth-child(1) a {
        border-radius: 0 0 .9rem .9rem;
    }

    .site-header .mobile-pane nav.utility ul li a {
        background-color: #4c8b2b !important;
    }

.nav-carousel .info-icon .icon-files:before, .nav-carousel .info-icon .icon-file-check:before {
    content: "\00a0";
}

.nav-carousel .info-icon {
    background: url("../Images/forms-icon.png") center top no-repeat;
    background-size: 60px 60px;
}

    .nav-carousel .info-icon.icon-questionnaire {
        background-image: url("../Images/questionnaire-icon.png");
        background-size: 51px 60px;
    }

    .nav-carousel .info-icon.icon-cat-roster {
        background-image: url("../Images/CAT-Roster-Icon.png");
        background-size: 87px 60px;
    }

    .nav-carousel .info-icon.icon-digest {
        background-image: url("../Images/digest-icon.png");
        background-size: 93px 60px;
    }

    .nav-carousel .info-icon.icon-policies {
        background-image: url("../Images/policies-icon.png");
        background-size: 57px 60px;
    }

    .nav-carousel .info-icon.icon-forms {
        background-image: url("../Images/forms-icon.png");
        background-size: 57px 60px;
    }

    .nav-carousel .info-icon span {
        font-size: 20px;
        line-height: 30px;
    }

.our-clients .item > article > div.cnt {
    color: #3C4652;
}

    .our-clients .item > article > div.cnt h3 {
        color: #3C4652;
    }

.our-clients .item > article > div {
    position: relative;
}

.our-clients .item > article .last-update {
    padding-top: 4rem;
}
.our-clients.bwd-ourclients h3{
    color:#ffffff;
    font-size:20px;
    height:21px;
    width: calc(100% - 65px);
    display: inline-block;
}
.our-clients.bwd-ourclients .w-30pct h3{
    width:100%;
    height:50px;
    overflow: hidden;
    white-space: normal;
}
.LAkings-theme .our-clients .btn, .Ducks-theme .our-clients .btn, .our-clients .btn{
    bottom:0 !important;
}

.navyblue-bg {
    background: #3C4652;
}

.golden-bg {
    background: #8C7448;
}

.rel-left {
    position: relative !important;
    float: left !important;
}

.rel-right {
    position: relative !important;
    float: right !important;
}
.margin-r-7pct {
    margin-right:7% !important;
}
.w-100pct {
    width: 100% !important;
}
.w-50pct{
    width:50% !important;
}
.w-43pct{
    width:43% !important;
}
.w-30pct {
    width: 30% !important;
}

.align-center {
    display: inline-block;
    margin: auto;
    text-align: center;
    right: auto;
    left: auto;
    float: none;
}

.site-header {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333333), to(transparent));
    background: -webkit-linear-gradient(top, #333333, transparent);
    background: -moz-linear-gradient(top, #333333, transparent);
    background: -ms-linear-gradient(top, #333333, transparent);
    background: -o-linear-gradient(top, #333333, transparent);
    border-bottom: transparent;
}

    .site-header.fixed {
        background: #ffffff !important;
    }

.our-clients .nav-carousel .owl-item .mobile-client-content .cnt p {
    font-family: Muli, Arial, sans-serif;
}


/*Login page css have stop remove later*/
.loginmodal-container {
    padding: 30px;
    max-width: 350px;
    width: 100% !important;
    background-color: #F7F7F7;
    margin: 0 auto;
    border-radius: 2px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    font-family: roboto;
}

    .loginmodal-container h1 {
        text-align: center;
        font-size: 1.8em;
        font-family: roboto;
    }

    .loginmodal-container input[type=submit] {
        width: 100%;
        display: block;
        margin-bottom: 10px;
        position: relative;
    }

    .loginmodal-container input[type=text], input[type=password] {
        height: 44px;
        font-size: 16px;
        width: 100%;
        margin-bottom: 10px;
        -webkit-appearance: none;
        background: #fff;
        border: 1px solid #d9d9d9;
        border-top: 1px solid #c0c0c0;
        /* border-radius: 2px; */
        padding: 0 8px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

        .loginmodal-container input[type=text]:hover, input[type=password]:hover {
            border: 1px solid #b9b9b9;
            border-top: 1px solid #a0a0a0;
            -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
            -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
            box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
        }

.loginmodal {
    text-align: center;
    font-size: 14px;
    font-family: 'Arial', sans-serif;
    font-weight: 700;
    height: 36px;
    padding: 0 8px;
    /* border-radius: 3px; */
    /* -webkit-user-select: none;
  user-select: none; */
}

.loginmodal-submit {
    /* border: 1px solid #3079ed; */
    border: 0px;
    color: #fff;
    text-shadow: 0 1px rgba(0,0,0,0.1);
    background-color: #4d90fe;
    padding: 17px 0px;
    font-family: roboto;
    font-size: 14px;
    /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

    .loginmodal-submit:hover {
        /* border: 1px solid #2f5bb7; */
        border: 0px;
        text-shadow: 0 1px rgba(0,0,0,0.3);
        background-color: #357ae8;
        /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
    }

.loginmodal-container a {
    text-decoration: none;
    color: #666;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    opacity: 0.6;
    transition: opacity ease 0.5s;
}

.login-help {
    font-size: 12px;
}

.utility ul {
    list-style: none;
}

.banner img {
    width: 100%;
}

.banner {
    max-height: 440px;
}

#roaster-list {
    background-color: #ffffff;
    position: relative;
}
/*Registration Page*/
/*body{
    background-color: #525252;
}*/
.centered-form {
    margin-top: 60px;
}

    .centered-form .panel {
        background: rgba(255, 255, 255, 0.8);
        box-shadow: rgba(0, 0, 0, 0.3) 20px 20px 20px;
    }

.panel-title, .loginmodal-container h1 {
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: normal;
    margin: 5px 0;
    width: 100%;
    text-align: left;
}

.panel-body {
    background-color: #ffffff;
}

    .panel-body input.login.loginmodal-submit.btn-block, .panel-body .login.loginmodal-submit {
        display: inline-block;
        width: 100%;
        text-align: center;
        padding: 0.3rem;
        font-size: 1.3rem;
        font-weight: 600;
        text-transform: uppercase;
        color: #fff;
        border: 2px solid #4c8b2b;
        background-color: #4c8b2b;
        -webkit-transition: all 0.15s linear;
        -moz-transition: all 0.15s linear;
        -ms-transition: all 0.15s linear;
        -o-transition: all 0.15s linear;
        transition: all 0.15s linear;
    }

    .panel-body input[type="text"], input[type='password'], input[type='email'] {
        color: #555;
        vertical-align: middle;
        background-color: #ffffff !important;
        background-image: none;
        border: 1px solid #ccc;
        height: 30px;
        padding: 5px 10px;
        font-size: 12px;
        line-height: 1.5;
        border-radius: 3px;
        width: 100%;
    }

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: #ffffff !important;
}

.panel-body a, .panel-body a:visited {
    color: #4c8b2b;
    background-color: transparent;
    text-align: left;
    font-weight: 600;
    text-transform: uppercase;
}

    .panel-body a:active {
        text-decoration: underline;
    }

.info-icon {
    text-align: center;
    color: #D3DBDD;
}

    .info-icon i {
        font-size: 60px;
    }

.table-responsive {
    margin: 0 1rem;
}

.add-more {
    padding-right: 4%;
}

#addmem [class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: bwd;
}

.our-clients .item a.view-all, .our-clients .item a:visited.view-all {
    position: relative;
    font-size: 1.4rem;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 900;
    float: right;
    padding: 1rem 4rem 1rem 1rem;
    margin: 1rem 0;
    cursor: pointer;
    /* text-shadow: 1px 2px 2px #9999FF; */
}

/* generic styles */
.min-height-100 {
    min-height: 70px;
}

.padding-b-20 {
    padding-bottom: 20px;
}

.padding-b-50 {
    padding-bottom: 50px;
}

.margin-b-20 {
    margin-bottom: 20px;
}

.margin-b-30 {
    margin-bottom: 30px;
}

.margin-b-50 {
    margin-bottom: 50px;
}

.margin-b-35 {
    margin-bottom: 35px;
}

.social i, .apps i {
    font-family: 'BWD';
}

/*.site-header .logo-outer{
    cursor: pointer;
    display: inline-block;
    top: 40px;
    position: absolute;
}*/
.site-header .logo {    
    position: absolute;
    background-image: url('../Images/NFP_Aon.png');
    background-repeat:no-repeat;
    background-size:cover;
    display: inline-block;
    height: 82px;
    width: 235px;
    top: auto;
    bottom: -0.6rem;
    left: 1rem;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    /* transition: all 0.15s linear; */
}
.site-header.fixed .logo {
    background-image: url('../Images/NFP_Aon.png');
    top: auto;
    bottom: 1.1rem;
      /* height: 53px;
    width: 223px; */

}

.logo-box {
    width: 100%;
    float: left;
}

.la-div {
    margin-top: 10%;
    width: 100%;
    float: left;
    text-align: center;
    position: absolute;
}

    .la-div img {
        /*width:16%;*/
        height: 190px;
    }

.nhl-div {
    /*margin-top: 30%;*/
    width: 100%;
    float: right;
    position: absolute;
    text-align: right;
}
/*.nhl-div img {
  width:5%;
}*/

/*.nhl-div img {
    width: auto;
    height: 60px;
}*/

/*.nhl-logo {
  width: 100%;
  height: 47px;
  background: url(../../Content/Images/NHL-logo.png) right 0 no-repeat;
  background-size: contain;
  display: inline-block;
}*/
/*.site-header.fixed .nhl-logo {
        background: url(../../Content/Images/nnl-logo.png) left 0 no-repeat;
    }*/
.logo-div img {
    padding-top: 15px;
}

.power-div {
    margin-top: 50px;
    color: #fff;
    text-align: center;
}

.headright-div {
    font-size: 12px;
    color: #fff;
    margin-top: 0px;
    text-align: right;
}

    .headright-div .nhl-logo {
        margin-top: -40px;
        margin-right: 60px;
    }

    .headright-div .mobile-pane {
        position: relative;
        float: right;
        display: inline-block;
        width: 250px;
        height: 50px;
    }

    .headright-div b {
        padding-top: 12px;
        float: left;
        color: #fff;
    }

    .headright-div .alarm-box {
        color: #fff;
        font-size: 30px;
        position: absolute;
    }

        .headright-div .alarm-box span {
            position: absolute;
            color: #fff;
            background: #E05B40;
            padding: 3px;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            -ms-border-radius: 20px;
            border-radius: 20px;
            top: -6px;
            right: 0px;
            font-size: 12px;
            width: 22px;
            text-align: center;
            height: 22px;
            z-index: 9;
        }

.darkgrey-pane {
    background: #3C4652;
    padding: 20px 0;
}

    .darkgrey-pane h3 {
        color: #ffffff !important;
    }



.Dashboard-page .card-div .card-box h3 {
    color: #fff;
}

.banner img {
    width: 100%;
}

.Dashboard-page .card-div {
    padding: 2%;
    background: #faf8f9;
}

    .Dashboard-page .card-div .col-md-2 {
        width: 20%;
    }

    .Dashboard-page .card-div .card-box {
        background: #3C4652;
        padding-bottom: 20px;
        -webkit-transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1);
    }

        .Dashboard-page .card-div .card-box:hover {
            -webkit-transform: scale(1.25, 1.25);
            transform: scale(.90, .90);
        }

    .Dashboard-page .card-div span {
        position: absolute;
        color: #fff;
        background: #E05B40;
        padding: 11px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        border-radius: 20px;
        top: -20px;
        right: 0px;
        width: 40px;
        text-align: center;
        height: 40px;
        z-index: 9;
    }

    .Dashboard-page .card-div .card-box a {
        color: #fff;
        text-decoration: none;
    }

    .Dashboard-page .card-div .card-box .links-box {
        text-align: center;
    }

        .Dashboard-page .card-div .card-box .links-box i {
            font-size: 80px;
            color: #BCBEC0;
        }

/* scroll css */
#basicCarousel ::-webkit-scrollbar {
    width: 10px;
}

/* Track */
#basicCarousel ::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
#basicCarousel ::-webkit-scrollbar-thumb {
    background: #5DBCD2;
}

/*LEAGUE LOGO size*/

.nhl-le-logo {
    height: 90px;
    margin-top: 25%;
}

.mlb-le-logo {
    height: 51px;
    margin-top: 26%;
}

.nba-le-logo {
    height: 113px;
    margin-top: 22%;
    margin-right: 1%;
}

/* Modal button styles */
.LAkings-theme main .btn {
    border: 1px solid #136498 !important;
    width: auto !important;
}

.back-to-admin-outer {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.back-to-admin {
    position: relative;
    float: left;
    width: auto;
    cursor: pointer !important;
    display: inline-block;
    color: #ffffff !important;
}

a.back-to-admin:hover {
    text-decoration: underline !important;
}

section.our-clients.bwd-ourclients div#bwd_ContentPane {
    position: relative;
}

.h2-information {
    position: relative;
    float: left;
    width: 100%;
}

section.our-clients.bwd-ourclients div#bwd_ContentPane nav#navCarousel {
    position: relative;
    float: left;
    width: 100%;
}

.LAkings-theme .our-clients .item > article > div.cnt p {
    min-height: 50px;
}
#section-teamlist main h1, #section-userlist main h1, #roaster-list main h1{
    font-size: 22px;
    padding: 40px 2rem 0 !important;
}
.left-content article, .right-content article {
    /*height:240px;*/
    height:160px;
    overflow-y:auto;
}
.members-page thead{
        background-color: #efefef;
    }



.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #4c8b2b;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    position: fixed;
    width: 120px;
    height: 120px;
    top: 45%;
    left: 45%;
    z-index: 9999;
    display: none;
}

.loader-mask {
    background-color: #000000;
    opacity: 0.7;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 888;
    display: none;
}

.yellow-row{
    background-color:lightyellow !important;
}

.red-row{
    background-color:lightcoral !important;
}

.green-row{
    background-color:lightgreen !important;
}

.floatNotification {
    position: fixed;
    width: 90%;
    height: 30px;
    right: 5%;
    left: 5%;
    bottom:1px;
    background-color: red;
    color: #FFF;
    border-radius: 10px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;    
    z-index:999;
}

.blinker{
    animation: blinker 2s linear infinite;
}

@keyframes blinker {
  20% {
    opacity: 0;
  }
}
@media screen and (min-width: 768px) {

    body section > article, body header > article, body footer > article, body .bwd-module > article {
        padding: 0 1rem;
    }

    .left-content {
        position: relative;
        float: left;
        width: 50%;
    }

    .right-content {
        position: relative;
        float: right;
        width: 50%;
    }

    .buttons-container {
        position: relative;
        float: left;
        width: 100%;
    }

        .buttons-container > div {
            position: relative;
            float: right;
            width: 100%;
            padding: 1rem 0;
        }

    .our-clients .slide-carousel {
        min-height: 30rem;
        height: 32.5rem;
        overflow-y: auto;
    }
    /*.hero-section .banner .desktop {
    height: 420px;
}*/
    .border-right {
        border-right: 1px solid #fff;
    }

    .our-clients:before {
        height: calc(63rem - 100px);
        /*z-index: 0;*/
    }

    .our-clients .item > article {
        height: 26rem;
        overflow-y: auto;
    }

    .rel-left h3 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        height: 30px;
    }

    .our-clients .item > article > div.cnt {
        top: 2rem;
        padding-right: 5%;
    }

    .our-clients .item > article > div.quote {
        bottom: auto;
        padding-top: 1rem;
        top: 0rem;
    }

    .our-clients .nav-carousel .owl-item:before {
        width: 50% !important;
    }

    .our-clients .nav-carousel, #basicCarousel .item article {
        width: 91.5%;
        margin: auto;
    }

    .view-all-container {
        width: 91.5% !important;
        left: -3rem !important;
        /*padding:3rem 0 !important;*/
    }

    .left-content {
        position: relative;
        float: left;
        width: 50%;
        padding-right: 15px;
    }

    .right-content {
        position: relative;
        float: right;
        width: calc(50% - 5px);
        padding-left:5px;
        padding-right: 15px;
    }

    .our-clients .item > article > div {
        left: 0rem;
        width: 47%;
        padding: 0 2px;
    }

        .our-clients .item > article > div.left-5rem {
            left: 5rem;
            padding: 10px;
            text-align: center;
        }

        .our-clients .item > article > div.bottom-5rem {
            margin-bottom: 5rem;
        }

        .our-clients .item > article > div.right-content {
            left: 0rem;
            text-align: left;
        }

    .hero-section .banner .mobile {
        display: none;
    }

    .nhl-div .mobile {
        display: none;
    }

    .nhl-div .desktop {
        display: block;
    }

    .nhl-div img {
        float: right;
    }

    .hero-section .banner .desktop {
        display: block;
        width: 100%;
    }

    main h3 {
        font-size: 25px;
    }
}

@media screen and (min-width: 992px) {
    .site-header {
        height: 95px;
    }

        .site-header svg.logo {
            /*bottom: 2.5rem;
    height: 51.4px;
    width: 262px;*/
            bottom: -0.8rem;
        }

        .site-header.fixed svg {
            bottom: 2rem;
        }

    .our-clients h2 {
        padding: 0;
        position: relative;
        width: 91.5%;
        margin: 0 auto 10px auto;
        font-size: 25px;
        top: -8px;
    }

    .our-clients .nav-carousel .owl-stage-outer .owl-stage {
        margin: auto;
        min-width: 100% !important;
    }
}

@media (min-width: 1024px) {   
   
    #viewAllPCModal .table-responsive thead{
        width: calc(100% - 16px);
        background-color: #efefef;
    }
    #viewAllPCModal .table-responsive tbody > tr > td:nth-child(1), #viewAllPCModal .table-responsive thead > tr > th:nth-child(1) {
        min-width: 85% !important;
        max-width: 85% !important;
    }
    #viewAllPCModal .table-responsive tbody > tr > td:nth-child(2), #viewAllPCModal .table-responsive thead > tr > th:nth-child(2) {
        min-width: 15% !important;
        max-width: 15% !important;
        text-align:right;
    }
    #viewAllPCModal .table-responsive{
        min-height:80px;
        max-height: 415px;
        overflow: auto;
    }
    #viewAllPCModal .table-responsive > .table{
        width:100% !important
    }
    .site-header > article, .bwd-module > article, .site-footer > article, .members-page, .admin-list-header {
        width: 1000px;
        margin: auto;
    }

    main .hero-section article > h1 {
        width: 1000px;
        margin: auto;
    }

    .our-clients h2, .our-clients .nav-carousel {
        width: 100%;
    }

    .our-clients .nav-carousel, #basicCarousel .item article {
        width: 100%;
        margin: auto;
    }

    .cat-roster-top-text {
        font-size: 2.4rem;
        margin: 20px 0 5rem;
        line-height: 1.25em;
        text-align: center;
        padding-left: 30px;
        padding-right: 30px;
    }

    .members-page a {
        cursor: pointer;
    }

    /*.members-page .add-more i.icon-plus:before {
        font-family: BWD, Calibri, Verdana, Arial;
    }

    .members-page thead.ui-datatable-thead {
        width: calc(100% - 16px);
        background-color: #efefef;
    }
    .members-page thead {
        display: inline-block;
        width: 100%;
        border-bottom: 2px solid #ddd;
    }*/
    
    /*.members-page tbody tr, .members-page thead tr {
        display: inline-block;
        width: 100%;
    }*/
    .our-clients .item > article {
        /*height: 28rem;*/
        height:195px;
        overflow-y: auto;
    }

    .LAkings-theme .our-clients .item > article > div.cnt.left-content.border-right {
        width: 50%;
    }
}

@media (min-width: 1280px) {
    .site-header > article, .bwd-module > article, .site-footer > article, .members-page, .admin-list-header {
        width: 1250px;
        margin: auto;
    }

    main .hero-section article > h1 {
        width: 1250px;
        margin: auto;
    }
}

@media (min-width: 1340px) {
    .our-clients .slide-carousel {
        height: 35rem;
    }

    .our-clients:before {
        height: calc(60rem - 100px);
        z-index: 0;
    }

    .our-clients .item > article > div.cnt {
        top: 2rem;
        padding-right: 5%;
    }

    .our-clients .item > article > div.quote {
        bottom: auto;
        padding-top: 1rem;
        top: 0rem;
    }

    .our-clients .nav-carousel {
        width: 91.5%;
    }

    .view-all-container {
        width: 91.5% !important;
        left: -3rem !important;
        /*padding:3rem 0 !important;*/
    }



    .our-clients .item > article > div {
        left: 0rem;
        width: 47%;
    }

        .our-clients .item > article > div.right-content {
            left: 0rem;
            text-align: left;
        }

    .site-header > article, .bwd-module > article, .site-footer > article, .members-page, .admin-list-header {
        width: 1240px;
        margin: auto;
    }

    main .hero-section article > h1 {
        width: 1240px;
        margin: auto;
    }

    .our-clients h2, .our-clients .nav-carousel {
        width: 100%;
    }
}

@media screen and (min-width: 1500px) {
    body section > article, body header > article, body footer > article, body .DnnModule > article {
        max-width: 90% !important;
    }
}

@media screen and (max-width: 480px) {


    .Dashboard-page .card-div .col-md-2 {
        width: 50%;
        margin-bottom: 2%;
    }

    .la-div img {
        height: 127px;
        margin-top: 12%;
    }

    .headright-div .mobile-pane {
        height: auto;
        background: none;
        top: -158px;
        display: block;
    }
    
    .site-header .logo {    
        height: 50px;
        width: 250px;
    }
    .site-header.fixed .logo {
        height: 30px;
        width: 180px;
        top:1px;
    }

    .loader {
        width: 75px;
        height: 75px;
    }
}

@media screen and (min-width:320px) and (max-width:767px) and (orientation:portrait) {
    /*.site-header.fixed{
		height:6rem;
	}*/
    
    .site-header .logo {    
        height: 50px;
        width: 250px;
    }
    .site-header.fixed .logo {
        height: 30px;
        width: 180px;
        top:1px;
    }

    .loader {
        width: 75px;
        height: 75px;
    }
    .hero-section .banner .mobile {
        display: block;
    }

    .hero-section .banner .desktop {
        display: none;
    }

    .nhl-div .mobile {
        display: block;
    }

    .nhl-div .desktop {
        display: none;
    }

    .our-clients h2 {
        padding: 0 0 2rem;
    }

    .our-clients .nav-carousel .owl-nav > div.owl-prev {
        left: -4rem;
    }

    .our-clients .nav-carousel .owl-nav > div.owl-next {
        right: -4rem;
    }

    .our-clients .nav-carousel .owl-item .mobile-client-content .log-img {
        padding: 0px;
    }

    .btn.green-btn {
        display: inline-block;
        width: auto;
        text-align: center;
        padding: 1rem 2.5rem;
        height: 5rem;
        font-size: 1.3rem;
        font-weight: 900;
        text-transform: uppercase;
        color: #fff;
        border: 2px solid #4c8b2b;
        background-color: #4c8b2b;
        border-radius: 2.5rem;
        -webkit-transition: all 0.15s linear;
        -moz-transition: all 0.15s linear;
        -ms-transition: all 0.15s linear;
        -o-transition: all 0.15s linear;
        transition: all 0.15s linear;
    }

        .btn.green-btn:hover {
            background-color: #e05b40 !important;
            border-color: #e05b40 !Important;
            color: #ffffff !important;
        }

    .buttons-container {
        position: relative;
        float: left;
        width: 100%;
    }

        .buttons-container > div {
            position: relative;
            float: right;
            width: 100%;
            padding: 1rem 0;
            margin-top: 50px;
        }

    .our-clients .nav-carousel .owl-item {
        min-height: 85px;
    }

        .our-clients .nav-carousel .owl-item .mobile-client-content .cnt .item h3 {
            font-size: 20px;
            line-height: 20px;
        }

    .our-clients h2 .Head {
        margin-left: 15px;
    }

    main .btn {
        font-size: 15px !important;
    }

    .members-page .add-more i.icon-plus:before {
        font-family: BWD, Calibri, Verdana, Arial;
    }

    .site-footer nav.links {
        width: 100%;
    }

        .site-footer nav.links ul li {
            width: auto;
            padding: 0 4% 0 0;
        }

    /*.nhl-div img {
    float: right;
    width: 8%;
}*/

    /*LEAGUE LOGO size*/
    .nhl-le-logo {
        height: 56px;
        margin-top: 48%;
        padding-right: 2%;
    }

    .mlb-le-logo {
        height: 28px;
        margin-top: 56%;
    }

    .nba-le-logo {
        margin-top: 50%;
        height: 56px;
    }

    .la-div img {
        margin-top: 7%;
    }

    .LAkings .headright-div {
        float: right;
        padding: 0 10px;
    }

    .headright-div .mobile-pane {
        background: none;
        top: -64px;
        float: right;
        height: 150px;
    }

    .site-header .mobile-pane nav.utility ul li a {
        height: 40px;
        line-height: 34px;
        font-size: 12px;
    }

    .utility ul li a {
        padding: 5px;
    }

    .site-header svg.logo {
        left: 1rem;
    }
}

@media screen and (min-width:320px) and (max-width:767px) and (orientation:landscape) {

    .hero-section .banner .mobile {
        display: block;
    }
    
    .site-header .logo {    
        height: 50px;
        width: 250px;
    }
    .site-header.fixed .logo {
        height: 30px;
        width: 180px;
        top:1px;
    }

    .loader {
        width: 75px;
        height: 75px;
    }

    .hero-section .banner .desktop {
        display: none;
    }

    .nhl-div .mobile {
        display: block;
    }

    .nhl-div .desktop {
        display: none;
    }

    .headright-div .mobile-pane {
        background: none;
        top: -64px;
        float: right;
        height: 150px;
    }

    .site-header .mobile-pane nav.utility ul li a {
        height: 40px;
        line-height: 34px;
        font-size: 12px;
    }

    .hero-section .banner .mobile {
        height: 250px;
    }

    .la-div img {
        height: 124px;
    }

    .nba-le-logo {
        height: 56px;
        margin-top: 28%;
    }

    .mlb-le-logo {
        height: 56px;
        margin-top: 27%;
    }

    .nhl-le-logo {
        height: 56px;
        margin-top: 27%;
        padding-right: 2%;
    }

    .la-div {
        margin-top: 9%;
    }

    .our-clients .nav-carousel {
        width: calc(100% - 10rem);
    }

    .site-header svg.logo {
        left: 1rem;
    }
}

@media screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
    .our-clients .slide-carousel {
        min-height: 30rem;
        height: 60rem;
        overflow-y: auto;
    }

    .hero-section .banner .desktop {
        height: 400px;
    }

    .our-clients .item > article {
        height: 45rem;
        overflow-y: auto;
    }

    .headright-div {
        width: 71px;
        float: right;
        margin-top: -62px;
    }

    .our-clients h2 {
        margin: 0 0 3rem;
        padding: 3rem 0;
    }

    .headright-div .mobile-pane {
        position: relative;
        float: right;
        display: inline-block;
        width: 250px;
        height: 115px;
        background: none;
    }

    .mlb-le-logo {
        margin-top: 43%;
    }

    .nba-le-logo {
        margin-top: 36%;
    }

    .nhl-le-logo {
        margin-top: 39%;
    }

    .site-footer nav.links ul li {
        width: auto;
        padding: 0 2% 0 0;
    }

    .site-footer nav.links {
        width: 100%;
    }

    .la-div {
        margin-top: 13%;
    }
}

@media screen and (min-width:768px) and (max-width:1024px) and (orientation:landscape) {
    .our-clients .slide-carousel {
        min-height: 30rem;
        height: 32.5rem;
        overflow-y: auto;
    }

    .hero-section .banner .desktop {
        height: 360px;
    }

    .our-clients .item > article {
        height: 45rem;
        overflow-y: auto;
    }

    .headright-div {
        width: 71px;
        float: right;
        margin-top: 0;
    }

        .headright-div .mobile-pane {
            position: relative;
            float: right;
            display: inline-block;
            width: 250px;
            height: 50px;
            background: none;
        }

    .nba-le-logo {
        margin-top: 23%;
    }

    .nhl-le-logo {
        margin-top: 25%;
    }

    .mlb-le-logo {
        margin-top: 29%;
    }

    .la-div {
        margin-top: 8%;
    }
}

@media screen and (min-width:1024px) and (max-width:1400px) and (orientation:portrait) {
    .headright-div {
        width: 71px;
        float: right;
        margin-top: 0;
    }

        .headright-div .mobile-pane {
            position: relative;
            float: right;
            display: inline-block;
            width: 250px;
            height: 115px;
            background: none;
        }

    .nhl-le-logo {
        margin-top: 30%;
    }

    .mlb-le-logo {
        margin-top: 33%;
    }

    .nba-le-logo {
        margin-top: 27%;
    }

    .la-div {
        margin-top: 10%;
    }
}

@media screen and (min-width:320px) and (max-width: 767px) {
    .our-clients .btn {
        left: 0 !important;
    }
    .site-header .logo {    
    height: 50px;
    width: 250px;
    }
    .site-header.fixed .logo {
        height: 30px;
        width: 180px;
        top:1px;
    }

    .loader {
        width: 75px;
        height: 75px;
    }

    .LAkings-logo {
        height: 40px;
        margin-top: 10px;
    }

    /*.LAkings .headright-div .mobile-pane {
      display: none;
    }*/

    .LAkings .headright-div {
        float: right;
        width: 71px;
    }

        .LAkings .headright-div .nhl-logo {
            width: 100%;
        }

    .our-clients {
        position: relative;
        padding: 0 0 8rem;
    }

    .LAkings .headright-div .nhl-logo {
        top: -10px;
        position: absolute;
        right: -68px;
    }

    .LAkings-theme .our-clients .item > article div.align-center {
        padding-top: 35px;
    }

    .LAkings-theme .our-clients .item > article .btn.align-center {
        right: 0 !important;
        left: 0 !important;
    }

    .LAkings-theme main .btn {
        width: 100%;
    }

    .members-page {
        padding: 0 15px;
    }

        .members-page h6 {
            width: 100%;
            display: block;
        }
        /* Force table to not be like tables anymore */
        .members-page table {
            min-width: 280px;
            width: 100%;
        }

        .members-page div.table-responsive {
            width: calc(100% - 30px);
            min-width: 300px;
            margin: 0;
        }

    .table-responsive > .table {
        width: 100%;
    }

    /*.members-page table, .members-page thead, .members-page tbody, .members-page th, .members-page td, .members-page tr {
        display: block;
    }*/


        .members-page td input[type='text'] {
            width: 100px;
        }
        

    #section-teamlist br, #section-userlist br {
        display: none;
    }

    #section-userlist {
        margin-top: 20px;
        margin-bottom: 20px;
    }

        #section-userlist main.home h1 {
            padding: 0 10px 0 15px !important;
        }

        #section-userlist main.home .btn {
            padding: 3px 8px;
        }

    .back-to-admin-outer {
        padding-left: 15px;
    }
    section.our-clients.bwd-ourclients div#bwd_ContentPane nav#navCarousel {
        /* margin-bottom:20px;
          border-bottom: 10px solid #3C4652;*/
        margin-bottom: 10px;
        position: relative;
        margin: 0 auto;
        width: 100vw;
        padding: 0 40px;
    }
    .LAkings-theme .our-clients, .LAkings-theme .our-clients {
        position: relative;
        float: left;
        padding-bottom: 20px;
    }

    app-footer {
        position: relative;
        float: left;
    }

    .LAkings .headright-div {
        height: 40px;
    }

    .our-clients .nav-carousel .owl-nav > div.owl-prev {
        left: 0;
    }

    .our-clients .nav-carousel .owl-nav > div.owl-next {
        right: 0;
    }

    .our-clients h2 .Head {
        margin-left: 15px;
    }

    .our-clients .nav-carousel {
        position: relative;
        margin: 0 auto;
        width: calc(100% - 8rem);
    }

        .our-clients .nav-carousel .owl-item {
            min-height: 85px;
        }
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

app-forgotpassword {
    position: relative;
    min-height: calc(100vh - 206px);
    display: block;
}

/* Logo styles */
.site-header.fixed svg.logo path.small-text {
    fill: #4c8b2b;
}
.site-header.fixed svg.logo path.separator {
    fill: #4c8b2b;
}
.site-header.fixed svg.logo path.big-text {
    fill: #000000;
}

.site-header svg.logo path.small-text {
    fill: #0c233f;
}
.site-header svg.logo path.separator {
    fill: #0c233f;
}
.site-header svg.logo path.big-text {
    fill: #0c233f;
}
@media only screen and (min-device-width: 1800px) and (max-device-width: 1200px) {
  .img-header img {
    float: left !important;
    margin-bottom: 2% !important;
  }
}

@media only screen and (min-device-width: 1600px) and (max-device-width: 900px) {
  .img-header img {
    float: left !important;
    margin-bottom: 2% !important;
  }
}
