@font-face {
	font-family: Lato-Regular;
	src: url('fonts/Lato-Regular.ttf') format('truetype');
}

@font-face {
	font-family: Lato-Medium;
	src: url('fonts/Lato-Medium.ttf') format('truetype');
}

@font-face {
	font-family: Lato-Bold;
	src: url('fonts/Lato-Bold.ttf') format('truetype');
}

@font-face {
	font-family: joanna_mt_bold1;
	src: url('fonts/joanna_mt_bold1.ttf') format('truetype');
}

@font-face {
	font-family: Joanna-MT-Std-Semibold_25337;
	src: url('fonts/Joanna-MT-Std-Semibold_25337.ttf') format('truetype');
}
@font-face {
	font-family: glyphicons-halflings-regular;
	src: url('fonts/glyphicons-halflings-regular.eot'), url('fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('fonts/glyphicons-halflings-regular.woff'), url('fonts/glyphicons-halflings-regular.svg') format('svg');
}
@font-face {
    font-family: gotham-bold;
    src: url('fonts/Gotham/gotham-bold/gotham-bold.ttf') format('truetype'), url('fonts/Gotham/gotham-bold/gotham-bold.eot') format('embedded-opentype'), url('fonts/Gotham/gotham-bold/gotham-bold.woff') format('woff'), url('fonts/Gotham/gotham-bold/gotham-bold.svg') format('svg');
}

@font-face {
    font-family: Gotham-Book;
    src: url('fonts/Gotham/gotham-book/gotham-book.ttf') format('truetype'), url('fonts/Gotham/gotham-book/gotham-book.eot') format('embedded-opentype'), url('fonts/Gotham/gotham-book/gotham-book.woff') format('woff'), url('fonts/Gotham/gotham-book/gotham-book.svg') format('svg');
}

/*New CSS*/

/*Theme colors*/
.w3-theme-l5 {color:#7473A9 !important; background-color:#f7f7fa !important}
.w3-theme-l4 {color:#000 !important; background-color:#cdd8df !important}
.w3-theme-l3 {color:#000 !important; background-color:#c8c7dd !important}
.w3-theme-l2 {color:#000 !important; background-color:#acaccc !important}
.w3-theme-l1 {color:#fff !important; background-color:#9090bb !important}
.w3-theme-d1 {color:#fff !important; background-color:#63629f !important}
.w3-theme-d2 {color:#fff !important; background-color:#58578e !important}
.w3-theme-d3 {color:#fff !important; background-color:#4d4c7c !important}
.w3-theme-d4 {color:#fff !important; background-color:#42416a !important}
.w3-theme-d5 {color:#fff !important; background-color:#373659 !important}

.w3-theme-light {color:#000 !important; background-color:#f7f7fa !important}
.w3-theme-dark {color:#fff !important; background-color:#373659 !important}
.w3-theme-action {color:#fff !important; background-color:#373659 !important}

.w3-theme {color:#fff !important; background-color:#7473a9 !important}
.w3-text-theme {color:#7473a9 !important}
.w3-border-theme {border-color:#7473a9 !important}

.w3-hover-theme:hover {color:#fff !important; background-color:#7473a9 !important}
.w3-hover-text-theme:hover {color:#7473a9 !important}
.w3-hover-border-theme:hover {border-color:#7473a9 !important}
/*End Theme Colors*/

/*#region Footer*/
    .SterlingFooter{
        /*background-color: rgb(119,119,122);*/
        font-family:Gotham-Book;
        background-color:#28363F;
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .SterlingFooter img{
        width:200px;
    }
    .SterlingFooter a p{
        text-decoration:underline;
        transition: 0.2s;
    }
    .SterlingFooter a p:hover{
        font-size:17px;
        transition: 0.3s;
    }
    .SterlingFooter p{
        color:white;
        font-size:15px;
    }
    .SterlingFooter p.email, .SterlingFooter p.phone{
        color:goldenrod;
        font-size:18px;
    }
    .SterlingFooter a.email, .SterlingFooter a.phone{
        color:goldenrod;
        font-size:18px;
    }
    .SterlingFooter .glyphicon-copyright-mark{color:white;}

    .SterlingFooter .copyright{
        color:white;
    }
    .SterlingFooter .privacyStatement{
        color:white;
    }
    .SterlingFooter .container .row:last-of-type{
        margin-top:10px;
    }
    .SterlingFooter span.copyright:before{
        font-family:glyphicons-halflings-regular;
        content:"\e194";
        position:relative;
        top: 1px;
    }

/*#endregion End Footer*/

/*#region Navbar*/
#sterlingNav .nav>li>a:hover{
    text-decoration:underline;
    background-color:transparent !important;
}
/*#sterlingNav .nav>li:hover{
    margin-top:40px;
}*/

/*#sterlingNav .nav>li:hover::before{
    display:block;
    content:url(img/NavBar/Bridge_Over_Nav-Button.png);
    text-align:center;
}*/
#sterlingNav{
    transition:0.4s;
    font-family:gotham-bold;
}
.sticky {
    /*position: sticky !important;*/
    background-color:#4FAACD;
    color: #FFF !important;
    top:0;
    width:100%;
    z-index:10;
}
.sticky2{
    position: sticky !important;
}
.navbar-toggle .icon-bar{
    background-color:white;
    margin:10px 0;
    height:4px;
    width:44px;
}
.navbar-toggle{
}

.navbar-brand{
    height: 90px;
    margin-right: 30px;
    margin-left: 20px;
    margin-top:20px;
    margin-bottom:20px;
}
.navbar-brand {
    /*background-color:#FFF;*/
    /*border-radius:5px;*/
    /*padding: 10px !important;*/
}
.navbar{
    min-height:70px;
}
.navbar-nav>li{
    height:50px;
    margin-top:60px;    
}
.navbar-nav>li>a, .navbar-nav>li>a:visited{
    color:white;
    text-align:center;
}
.sticky .navbar-nav>li>a, .sticky .navbar-nav>li>a:visited{
    color:#FFF;
    text-align:center;
}
.navbar-nav>li.active{
    /*margin-top:40px;*/
    text-decoration:underline;
    color:#4FAACD;
}
.navbar-nav>li.active::before{
    display:block;
    /*content:url(img/NavBar/Bridge_Over_Nav-Button.png);*/
    text-align:center;
    /*padding: 0 15px;*/
}
.navbar-nav h4{
    font-family:gotham-bold;
    margin-top:75px;
    color:white;
    text-align:center;
}
.sticky .navbar-nav h4{
    font-family:gotham-bold;
    margin-top:75px;
    color:#FFF;
    text-align:center;
}
.navbar-default{
    background-color:transparent;
    /*background-color:#7473a9;*/
    height:120px;
}
.navbar-default .navbar-nav>li>a{
    color:white;
    font-family:gotham-bold;
}
@media only screen and (/*max-width: 767px*/max-width:991px){
    .navbar-fixed-top{
        background-color:#4FAACD;
        position:sticky;
        position:-webkit-sticky;
    }
    .navbar-nav>li{
        margin-top:10px;
    }
    .navbar-nav>li.active{
        margin-top:10px;
    }
    .navbar-nav>li.active::before{
        display:block;
        content:"";
        text-align:center;
        /*padding: 0 15px;*/
    }
    #sterlingNav .nav>li:hover{
       margin-top:10px;
       background-color:#FFF;
    }
    #sterlingNav .nav>li:hover::before{
        display:block;
        content:"";
        text-align:center;
    }
    .navbar-nav h4{
        margin-top:10px;
    }
    .navbar-fixed-top .navbar-collapse{
        max-height:400px;
    }

    /*fix for 991px max*/
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
    /*end fix for 991px max*/
}

/*#endregion End Navbar*/

/*#region Basic Page*/
    .basicContainer {
        padding:20px 0;
    }
    .basicContainer .container{
        background-color:white;       
        padding:20px;
        border:solid #77777A;
    }
    .sterlingThemeFont {
        font-family:Lato-Regular;
    }
    .sterlingThemeFont h4 {
        font-family:Lato-Bold;
    }
    .basic {
        background-image: url(img/promise.jpg);
        background-position:center;
        background-size:cover;
        height:600px;
    }
    .basicOverlay {
        background-color:rgba(0,0,0,0.5);
        height:100%;
    }
    .basic .titleContainer {
        font-family:unicode_joanna;
        font-size:65px;
        color:white;
        margin-top: 250px;
        text-align: center;
    }

/*#endregion Basic Page*/

/*#region Careers Page*/
    .careers {
        background-image: url('img/Careers - Top Banner.jpg');
        background-position:50% 25%;
        background-size:cover;
        height:600px;
    }
    .careersOverlay {
        background-color:rgba(0,0,0,0.5);
        height:100%;
    }
    .careers .titleContainer {
        font-family:gotham-bold;
        font-size:65px;
        color:white;
        margin-top: 250px;
        text-align: center;
    }
    .careersContent{
        font-family:Gotham-Book;
    }
    .careersContent h4, .careersContent h2{
        color:#4FAACD;
        font-family:gotham-bold;
    }
    .careersContent a.linkedin:before{
        /*content: url('img/LI-In-Bug.png');
        height: 10px;*/
        background-image: url('img/LI-In-Bug.png');
        background-size: 50px 40px;
        display: inline-block;
        width: 50px; 
        height: 40px;
        content:"";
        margin-right:5px;
        margin-top:5px;
    }

/*#endregion End Careers Page*/

/*#region Home Page*/
    .scrolldown
    {
        position:relative;
        bottom:20px;
        left:50%;
        width: 20px;
        transform: translateY(-80px) translateX(-50%)
            rotate(45deg);
    }
    .scrolldown span
    {
        position:absolute;
        top:0;
        left:0;
        display:block;
        width: 100%;
        height: 20px;
        border-bottom: 2px solid #fff;
        border-right: 2px solid #fff;
        animation: animate 2.5s linear infinite;
        opacity:0;
    }
    /*.scrolldown span:nth-child(1)
    {
        transform: translate(-15px, -15px);
        animation-delay: -0.4s;
    }*/
    /*.scrolldown span:nth-child(2)
    {
        transform: translate(0, 0);
        animation-delay: -0.2s;
    }*/
    /*.scrolldown span:nth-child(3)
    {
        transform: translate(15px, 15px);
        animation-delay: 0s;
    }*/

    @keyframes animate
    {
        0%
        {
            top: -15px;
            left: -15px;
            opacity: 0;
        }
        25%
        {
            top:0px;
            left:0px;
            opacity:1;
        }
        50%, 100%;
        {
            top: 15px;
            left: 15px;
            opacity: 0;
        }

    }

    .videoOverlay{
        background-color: rgba(0,0,0,1);
    }

    .Top_of_Bridge{
        position:center;
    }
    #sterlingbridgeVideo{
        display:block;
        height:100%;
        width:100%;
        opacity:.8;
    }

    .bridgeAccess{
        /*background-color:#e4e4e4 !important;*/
        padding-bottom: 60px;
    }

    .bridgeAccess h1{
        margin:60px 0;
        color:#4FAACD;
        font-family:gotham-bold;
    }
    .bridgeAccess img{
        margin-bottom:60px;
    }
    .btn.btnLearnMore{
        font-family:gotham-bold;
        color:white;
        margin:10px 0px;
        background-color:#4FAACD;
        border-radius:30px;
        padding: 15px;
        transition: 0.3s;
    }
    .btn.btnLearnMore:hover{
        background-color:#96cce1 !important;        
    }    
    .btn.btnLearnMore span{
        padding-left: 15px;
    }


    /*cards home page*/
    .card_container {
      position: relative;
      /*width: 50%;*/
      font-family:gotham-bold;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

    .card_image {
      display: block;
      width: 100%;
      height: auto;
    }
    a.card_link{
        text-decoration:underline;
        color:#77777A;
        cursor:pointer;
    }
    .card_overlay {
      position: absolute;
      bottom: -20%;
      left: 0;
      right: 0;
      background-color: white;
      overflow: hidden;
      width: 100%;
      height: 100px;
      transition: .5s ease;
      border-top-left-radius:50% 40px;
      border-top-right-radius:50% 40px;
    }

    p.card_inner_text{
        font-size:18px;
        display:none;
        transition:0.4s;
        color:#77777A;
    }
    .card_container:hover .card_overlay {
      height: 120%;
      border-top-left-radius:0;
      border-top-right-radius:0;
    }
    .card_container:hover .card_text p.card_inner_text{
        display:block;
    }
    .card_text {
      padding:25px 10px;
      color: #4FAACD;
      font-size: 22px;
      top: 50%;
      text-align: center;
    }
    .card_text img.card_logo{
        display:none;
        height:60px;        
    }
    .card_text img.card_logo.enlarge{
        display:none;
        height:70px;        
    }

    .card_container:hover .card_text img.card_logo{
        display:inline-block;
    }

    @media only screen and (max-width: 991px){
        .card_overlay{
            bottom:0;
        }
        .card_container:hover .card_overlay {
            height:100%;
        }
        .card_text{
            padding:40px 15px;
        }
        .homeLearnMore .contact{
            height:228px !important;
        }
    }

    .teamToWork{
        background-image:url(img/Put_Our_Team_to_Work.png) ;
        background-position:center;
        background-size:cover;
        opacity:0.9;
    }
    .teamToWork h2, .teamToWork h3{
        font-family:gotham-bold;
        color:white;
    }
    .teamToWork h2{
        margin-top:80px;
    }
    .teamCenter{
        position:relative;
        margin: 10% 0 10% 0;
    }
    .teamWorkOverlay {
        background-color:rgba(0,0,0,0.5);
        height:100%;
    }

    .homeLearnMore{
        /*background-color:#e4e4e4 !important;*/
        padding-top: 60px;
        padding-bottom:60px;
    }
    .homeLearnMoreHeading{
        margin-bottom:100px;
    }
    .homeLearnMore .contact{
        height:152px;
    }
    .homeLearnMore h1{
        font-family:gotham-bold;
        font-weight:bold;
        color:#4FAACD;
    }
    .homeLearnMore h4, .homeLearnMore h3{
        font-family:gotham-bold;
        color:#77777A;
    }
    .homeLearnMore .media{
        padding-left:40px;
        padding-top:40px;
        padding-bottom:40px;
    }
    .homeLearnMore .media-body{
        padding-left:10px;
    }
    .homeLearnMore .contact{
        border: 1px solid #c8c8c9;
    }

    .homeLearnMore p{
        color:#77777A;
        font-family:gotham-bold;
        font-size:15px;
    }

    .homeLearnMore a.email, .homeLearnMore a.phone{
        color:goldenrod;
        font-family:gotham-bold;
        font-size:18px;
    }


/*#endregion End HomePage*/

/*#region About Page*/
    .about{
        background-image: url('img/About - Top Banner.jpg');
        background-position: center;
        background-size:cover;
        height:600px;
    }
    .aboutOverlay{
        background-color:rgba(0,0,0,0.5);
        height:100%;
    }
    .about h1{
        font-family:gotham-bold;
        font-size:65px;
        color:white;
        margin-top: 250px;
        text-align: center;
    }
    .Entrepreneurs{
        padding-top:80px;
        padding-bottom:60px;
    }
    .Entrepreneurs h2{
        font-family:gotham-bold;
        font-weight:bold;
        color:#4FAACD;
    }    
    .Entrepreneurs p{
        color:#77777A;
        font-family:Gotham-Book;
        font-size:18px;
    }
    .Entrepreneurs span.purpleText{
        font-family:gotham-bold;
        color:#4FAACD;
    }
    .entText{
        margin:0 25%;
        text-align:center;
    }
    .brandLogos img{
        height:70px;
        transition:0.3s;
    }
    /*.brandLogos img.enlarge{
        height:80px;
        transition:0.3s;
    }*/

    .brandLogos img:hover{
        height:75px;
    }
    .brandLogos h2{
        font-family:Lato-Bold;
        color:#4FAACD;
        padding-bottom:20px;
    }
    .logo{
        border-left:solid 2px lightgrey;
    }
    .expertText{
        background-color:#fed201;
        height:400px;
        padding:60px 80px;
    }
    .expertText h2{
        font-family:gotham-bold;
        color:#28363f;
        font-weight:bold;
    }
    .expertText p{
        color:#28363f;
        font-family:Gotham-Book;
        font-size:18px;
    }
    .expertText span.purpleText{
        font-family: gotham-bold;
        color:#28363F;
    }
    .expertImage{
        background-image:url('img/About - Insurance Experts.jpg');
        background-position: left;
        background-size:cover;
        height: 400px;
    }
    .bridgeGap{
        padding: 80px 0;
    }
    .bridgeGap h2{
        font-family:gotham-bold;
        font-weight:bold;
        color:#4FAACD;
        font-weight:bold;
    }
    .bridgeGap p{
        color:#77777A;
        font-family:Gotham-Book;
        font-size:18px;
    }
    .bridgeGap span.purpleText{
        font-family:gotham-bold;
        color:#4FAACD;
    }

    .ProvenPerformance{
        background-image: url(img/ProvenPerformance.jpg);
        background-position:center;
        background-size:cover;
    }
    .ProvenPerformanceOverlay{
        padding:60px;
        background-color:rgba(0,0,0,0.5);
        height:100%;
    }
    .ProvenPerformance h2, .ProvenPerformance h3, .ProvenPerformance p{
        color:white;
        font-family:gotham-bold;
    }
    .ProvenPerformance h2{
        font-family:gotham-bold;
        font-size: 40px;
    }
    .ProvenPerformance p{
        font-family:Gotham-Book;
        font-size:18px;
    }
    .ProvenPerformance .logos{
        margin-top:40px;
    }
/*#endregion About Page*/

/*#region Services Page*/
    .services{
        background-image: url(img/services.jpg);
        background-position:50% 25%;
        background-size:cover;
        height:600px;
    }
    .servicesOverlay{
        background-color:rgba(0,0,0,0.5);
        height:100%;
    }
    .services h1{
        font-family:gotham-bold;
        font-size:65px;
        color:white;
        /*position: absolute;*/
        margin-top: 250px;
        /*left: 50%;*/
        /*-webkit-transform: translate(-50%, -50%);*/
        /*-ms-transform: translate(-50%, -50%);*/
        /*transform: translate(-50%, -50%);*/
        text-align: center;
    }
    .servicesTimeline{
        padding-top:80px;
    }
    .servicesTimeline .sterlingLogo{
        height:100px;
    }
    .servicesTimeline p{
        padding:40px 0;
        color:#77777A;
        font-family:Gotham-Book;
        font-size:20px;
    }
    span.purpleText{
        font-family:gotham-bold;
        color:#4FAACD;
    }

    .servicesTimeline .media img{
        margin:0 40px;
    }
    .servicesTimeline .media h2{
         color:#4FAACD;
         font-family:gotham-bold;

    }
    /* The actual timeline (the vertical ruler) */
    .timeline {
      position: relative;
      /*max-width: 1200px;*/
      /*margin: 0 auto;*/
    }

    /* The actual timeline (the vertical ruler) */
    .timeline::after {
      content: '';
      position: absolute;
      width: 2px;
      background-color: grey;
      top: 0;
      bottom: 0;
      left: 10%;      
      /*margin-left: -3px;*/
    }

    /* Container around content */
    .timelineContainer {
      padding: 5px 40px;
      position: relative;
      background-color: inherit;
      width:80%;
    }

    /* The circles on the timeline */
    .timelineContainer::after {
      content: '';
      position: absolute;
      width: 45px;
      height: 45px;
      left: -22px;
      background-color: #4FAACD;
      /*border: 4px solid #FF9F55;*/
      top: 15px;
      border-radius: 50%;
      z-index: 1;
    }

    /* Place the container to the right */
    .timelineRight {
      left: 10%;
    }

    /* The actual content */
    .timelineContent {
      padding: 0px 30px;
      background-color: white;
      position: relative;
      border-radius: 6px;
    }
    @media only screen and (max-width: 991px)
    {
        .timeline::after {
            left:0%;
            display:none;
        }
        .timelineRight{
            left:0%;
        }
        .timelineContainer::after {
            display:none;
        }
        .timelineContainer{
            width:100%;
            padding: 5px 0px;
        }
        .media-left{
            display:table-caption;
        }
        .media-right{
            display:table-caption;
        }
        .media .media-left img{
            margin:10px 0;
        }
        .servicesTimeline .media img{
            margin:20px 0px;
        }
        .teamTimelineContainer .media img {
            margin: 10px 0px;
        }
        .SterlingFooter .container .row div{
            text-align:center;
        }
        .SterlingFooter .pull-right{
            margin-right:15px;
        }
        .SterlingFooter .pull-left{
            margin-left:10px;
        }

    }

    .vpBusinessDevlopment{
        background-image: url(img/vpBusinessDevelopment.jpg);
        /*background-position:100px -100px;*/
        background-size:cover;
        background-repeat:no-repeat;
        height:400px;
        /*transform: scale(1.2);*/
    }
    .vpBusinessDevlopmentOverlay{
        padding-top:100px;
        background-color:rgba(0,0,0,0.5);
        height:100%;
    }
    .vpBusinessDevlopment p{
        padding-bottom:40px;       
        color:white;
        font-family:Lato-Regular;
        font-size:20px;
    }
    .vpBusinessDevlopment h4{
        color:white;
        font-family:Lato-Bold;
    }
    .vpBusinessDevlopment .email{
        color:goldenrod;
        font-family:Lato-Regular;
        font-size:18px;

    }

    .emailUsText{
        background-color:#fed201;
        height:400px;
        padding:60px 80px;
    }
    .emailUsText h2{
        font-family:gotham-bold;
        color:#28363F;
        font-weight:bold;
    }
    .emailUsText h4{
        font-family:gotham-bold;
        color:#28363F;
        font-weight:bold;
    }
    .emailUsText .media{
        padding-top: 20px;
    }
    .emailUsText p, .emailUsText a{
        color:#28363F;
        font-family:Gotham-Book;
        font-size:18px;
    }
    .emailUsText span.purpleText{
        color:#7473A9;
    }
    .emailUsImage{
        background-image:url('img/Services - Email Us.jpg');
        background-position: left;
        background-size:cover;
        height: 400px;
    }

/*#endregion End Services Page*/

/*#region Team Page*/
    .team{
        background-image: url('img/Team - Top Banner.jpg');
        background-position:center;
        background-size:cover;
        height:600px;
    }
    .teamOverlay{
        background-color:rgba(0,0,0,0.5);
        height:100%;
    }
    .team h1{
        font-family:gotham-bold;
        font-size:65px;
        color:white;
        /*position: absolute;*/
        margin-top: 250px;
        /*left: 50%;*/
        /*-webkit-transform: translate(-50%, -50%);*/
        /*-ms-transform: translate(-50%, -50%);*/
        /*transform: translate(-50%, -50%);*/
        text-align: center;
    }
    .teamTimelineContainer p.teamHead{
        padding:100px 0;
        font-family:gotham-bold;
        font-size:20px;
        color:#77777A;
    }
    .teamTimelineContainer .media img.profileImg{
        margin-right:15px;
        height:120px;
        width:120px;
    }
    .timelineContainer .contactIcon {
        width:80px;
        margin-right: 15px;
    }
    .timelineContainer p.email, .timelineContainer p.phone{
        color:goldenrod;
        font-family:gotham-bold;
        font-size:18px;
    }
    .timelineContainer a.social img {
        width:60px;
    }
    .teamTimelineContainer h4{
        font-family:gotham-bold;
        color:#77777A;
        font-size:18px;
    }
    .teamTimelineContainer .panel-body{
        font-family:Gotham-Book;
        color:#77777A;
        font-size:18px;
    }
    .timelineContainer .media-heading{
        font-family:gotham-bold;
        color:#4FAACD;
    }

    .contactPanel{
        margin-top: 20px;
    }
    .contactPanel .panel-body .media{
        margin-top:20px;
    }
    .panel-heading a:before{
        content:url(img/Down_Arrow.png);
        float:right;
        transition: all 0.5s;
    }

    .panel-heading.active a:before {
	    -webkit-transform: rotate(180deg);
	    -moz-transform: rotate(180deg);
	    transform: rotate(180deg);
    }    

    /*.panel-heading a.teamPanel:before{
        content:"Read More..";
        float: left;
        transition: all 0.5s;
    }

    .panel-heading a.teamPanel.less:before{
        content:"Close";
        float:left;
        transition: all 0.5s;
    }*/
/*#endregion End Team Page*/

/*#region Promise Page*/
    .promise{
        background-image: url('img/Promise - Top Banner.jpg');
        background-position:center;
        background-size:cover;
        height:600px;
    }
    .promiseOverlay{
        background-color:rgba(0,0,0,0.5);
        height:100%;
    }
    .promise h1{
        font-family:gotham-bold;
        font-size:65px;
        color:white;
        margin-top: 250px;
        text-align: center;
    }

    .promiseContact{
        background-image: url(img/shutterstock_387274792.jpg);
        background-position:center;
        background-size:cover;
        /*height:500px;*/
        font-family:gotham-bold;
        color:white;
        font-size:18px;
    }
    .promiseContact h3{
        color:white;
    }
    .promiseContact p.email, .promiseContact a.email, .promiseContact p.phone, .promiseContact a.phone {
        color:goldenrod;
        font-family:gotham-bold;
        font-size:18px;
    }
    .promiseContact .media{
        margin-top: 30px;
    }
    .promiseContactOverlay{
        background-color:rgba(0,0,0,0.5);
        height:100%;
        padding:120px 0;
    }
    .promiseWereOnIt{
        font-family:Gotham-Book;
        color:#77777A;
        padding: 50px 0;
        /*background-color:#e3e3ee;*/
    }
    .promiseWereOnIt h1{
        font-family:gotham-bold;
        color:#4FAACD;
    }
    .promiseWereOnIt h2, .promiseWereOnIt h4{
        font-family:gotham-bold;
        color:#4FAACD;
    }
    .promiseWereOnIt .media .media-left img, .promiseWereOnIt .media .media-right img{
        height:120px;
        margin-right: 20px;
    }
    .promiseWereOnIt .media{
        padding:30px 0;
    }
    .promiseWereOnIt p{
        font-size: 18px;
    }
    span.greyText{
        color:#77777A;
    }
/*#endregion End Promise Page*/

/*End New*/
.Normal {
    font-size: 14px;
    line-height: 1.428;
}

.SkinLink {
    margin-top: 15px;
    text-align: center;
}

.navbar {
    margin-bottom: 0 !important;
    border-radius: 0 !important;
}

.carousel-inner > .active.left {
    float: none;
}

.carousel-caption h1 {
    color: #fff;
}

a.btn-info, a.btn-info:visited, a.btn-primary, a.btn-primary:visited {
    color: #fff;
}

.searchBox {
    padding: 15px 15px 0 15px;
    width: 240px;
}

    .searchBox .searchText {
        color: #000;
        float: right;
    }

.searchSkinObjectPreview_group {
    display: none;
}

ul.dnnAdminTabNav {
    height: 40px;
    border-radius: 0 !important;
}


/* styling for the Edit Profile and My Account links in User Profiles */
.dnnActions {
    display: inline-block;
}

    .dnnActions li {
        margin-right: 5px;
        list-style: none;
        float: left;
    }


/*override for dnnLabels in the bootstrap */
.form-group .dnnLabel {
    text-align: left;
    width: auto;
}

.dnnLabel + span {
    white-space: normal;
}

/* Addition to bootstrap menu styles */
/* Displace second and deeper level menus right from their parent.  */
.dropdown-menu .dropdown-menu
{
  margin-left:160px;
}


/* ADMIN */

#ControlBar, #ControlBar:before, #ControlBar:after, #ControlBar *:before, #ControlBar *:after,
#ControlBar li, #ControlBar li:before, #ControlBar li:after,
#ControlBar a, #ControlBar a:before, #ControlBar a:after,
.dnn_mact, .dnn_mact:before, .dnn_mact:after, .dnn_mact *:before, .dnn_mact *:after,
.dnn_mact li, .dnn_mact li:before, .dnn_mact li:after {
    -webkit-box-sizing: content-box !important; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: content-box !important; /* Firefox, other Gecko */
    box-sizing: content-box !important; /* Opera/IE 8+ */
}


.navbar-default .navbar-nav > li > div > ul > li > a, .navbar-default .LoginLink {
    color: #777;
}

    .navbar-default .navbar-nav > li > div > a:hover,
    .navbar-default .navbar-nav > li > div > a:focus,
    .navbar-default .navbar-nav > li > div > ul > li > a:hover,
    .navbar-default .navbar-nav > li > div > ul > li > a:focus {
        color: #ffffff;
        background-color: #178acc;
    }


/*------------------------------------------------*/
/* LOGIN */
/*------------------------------------------------*/

/*.navbar-right {
    height: 51px;
}*/

    .navbar-right .registerGroup,
    .navbar-right .registerGroup *,
    .navbar-right .loginGroup,
    .navbar-right .loginGroup * {
        display: inline;
    }

    .navbar-right .registerGroup,
    .navbar-right .loginGroup {
        float: right;
    }

        .navbar-right .registerGroup li:first-child:hover {
            border-left: #222;
        }

        /* Register Group Styles */
        .navbar-right .registerGroup li {
            float: left;
        }

        .navbar-right .registerGroup .buttonGroup {
            margin-right: 0;
        }

        .navbar-right .registerGroup a,
        .navbar-right .loginGroup a {
            display: block;
            position: relative;
            height: 50px;
            min-width: 12px;
            padding: 15px 15px 0 15px;
            vertical-align: middle;
        }

            .navbar-right .registerGroup a:hover,
            .navbar-right .loginGroup a:hover {
            }

            .navbar-right .registerGroup a:active,
            .navbar-right .loginGroup a:active {
                text-shadow: 0 -1px 0 #ffffff;
            }

            .navbar-right .registerGroup a:hover,
            .navbar-right .loginGroup a:hover {
                text-decoration: none;
            }

            .navbar-right .registerGroup a strong,
            .navbar-right .loginGroup a strong {
                display: block;
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                overflow: hidden;
                font-size: 0;
                text-indent: -9999px;
            }

    .navbar-right .userMessages a,
    .navbar-right .userNotifications a {
        background-color: transparent;
    }

    .navbar-right .userMessages strong {
        height: 100%;
        background: url('i/icon_message.png') no-repeat center center;
    }

    .navbar-right .userNotifications {
    }

        .navbar-right .userNotifications strong {
            height: 100%;
            background: url('i/icon_notification.png') no-repeat center center;
        }

    .navbar-right .registerGroup a span {
        display: inline-block;
        min-width: 7px;
        margin-right: 3px;
        text-align: center;
    }



    .navbar-right .registerGroup .userProfileImg a {
        min-width: 50px;
        min-height: 50px;
        padding: 0;
    }

    .navbar-right .registerGroup a img {
        height: 50px;
        width: 50px;
    }

    /* Login Group Styles */
    .navbar-right .loginGroup {
    }

        .navbar-right .loginGroup a {
        }

    /* Number of message next to the message icon*/
    .navbar-right .userMessages a span,
    .navbar-right .userNotifications a span {
        display: inline-block;
        margin-top: 0;
        margin-right: 0;
        background-color: transparent;
    }

    .navbar-right .userNotifications span, .navbar-right .userMessages span {
        height: 100%;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        overflow: hidden;
        font-size: 0;
        text-indent: -9999px;
        z-index: 999;
    }

    .navbar-right .userNotifications span {
        background: url('i/icon_notification_active.png') no-repeat center center;
    }

    .navbar-right .userMessages span {
        background: url('i/icon_message_active.png') no-repeat center center;
    }


/* Content formatting */

#Content, #TopContent {
    margin-top: 10px;
}


/*
 * blueimp Gallery CSS 2.11.1 https://github.com/blueimp/Gallery
 * Copyright 2013, Sebastian Tschan https://blueimp.net
 * Licensed under the MIT license: http://www.opensource.org/licenses/MIT
 */

.blueimp-gallery,
.blueimp-gallery > .slides > .slide > .slide-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* Prevent artifacts in Mozilla Firefox: */
    -moz-backface-visibility: hidden;
}

    .blueimp-gallery > .slides > .slide > .slide-content {
        margin: auto;
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        opacity: 1;
    }

.blueimp-gallery {
    position: fixed;
    z-index: 999999;
    overflow: hidden;
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0;
    display: none;
    direction: ltr;
    -ms-touch-action: none;
    touch-action: none;
}

.blueimp-gallery-carousel {
    position: relative;
    z-index: auto;
    margin: 1em auto;
    /* Set the carousel width/height ratio to 16/9: */
    padding-bottom: 56.25%;
    box-shadow: 0 0 10px #000;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.blueimp-gallery-display {
    display: block;
    opacity: 1;
}

.blueimp-gallery > .slides {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.blueimp-gallery-carousel > .slides {
    position: absolute;
}

.blueimp-gallery > .slides > .slide {
    position: relative;
    float: left;
    height: 100%;
    text-align: center;
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -ms-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

    .blueimp-gallery,
    .blueimp-gallery > .slides > .slide > .slide-content {
        -webkit-transition: opacity 0.5s linear;
        -moz-transition: opacity 0.5s linear;
        -ms-transition: opacity 0.5s linear;
        -o-transition: opacity 0.5s linear;
        transition: opacity 0.5s linear;
    }

        .blueimp-gallery > .slides > .slide-loading {
            background: url(img/loading.gif) center no-repeat;
            background-size: 64px 64px;
        }

            .blueimp-gallery > .slides > .slide-loading > .slide-content {
                opacity: 0;
            }

        .blueimp-gallery > .slides > .slide-error {
            background: url(img/error.png) center no-repeat;
        }

            .blueimp-gallery > .slides > .slide-error > .slide-content {
                display: none;
            }

        .blueimp-gallery > .prev,
        .blueimp-gallery > .next {
            position: absolute;
            top: 50%;
            left: 15px;
            width: 40px;
            height: 40px;
            margin-top: -23px;
            font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-size: 60px;
            font-weight: 100;
            line-height: 30px;
            color: #fff;
            text-decoration: none;
            text-shadow: 0 0 2px #000;
            text-align: center;
            background: #222;
            background: rgba(0, 0, 0, 0.5);
            -webkit-box-sizing: content-box;
            -moz-box-sizing: content-box;
            box-sizing: content-box;
            border: 3px solid #fff;
            -webkit-border-radius: 23px;
            -moz-border-radius: 23px;
            border-radius: 23px;
            opacity: 0.5;
            cursor: pointer;
            display: none;
        }

        .blueimp-gallery > .next {
            left: auto;
            right: 15px;
        }

        .blueimp-gallery > .close,
        .blueimp-gallery > .title {
            position: absolute;
            top: 15px;
            left: 15px;
            margin: 0 40px 0 0;
            font-size: 20px;
            line-height: 30px;
            color: #fff;
            text-shadow: 0 0 2px #000;
            opacity: 0.8;
            display: none;
        }

        .blueimp-gallery > .close {
            padding: 15px;
            right: 15px;
            left: auto;
            margin: -15px;
            font-size: 30px;
            text-decoration: none;
            cursor: pointer;
        }

        .blueimp-gallery > .play-pause {
            position: absolute;
            right: 15px;
            bottom: 15px;
            width: 15px;
            height: 15px;
            background: url(img/play-pause.png) 0 0 no-repeat;
            cursor: pointer;
            opacity: 0.5;
            display: none;
        }

.blueimp-gallery-playing > .play-pause {
    background-position: -15px 0;
}

.blueimp-gallery > .prev:hover,
.blueimp-gallery > .next:hover,
.blueimp-gallery > .close:hover,
.blueimp-gallery > .title:hover,
.blueimp-gallery > .play-pause:hover {
    color: #fff;
    opacity: 1;
}

.blueimp-gallery-controls > .prev,
.blueimp-gallery-controls > .next,
.blueimp-gallery-controls > .close,
.blueimp-gallery-controls > .title,
.blueimp-gallery-controls > .play-pause {
    display: block;
    /* Fix z-index issues (controls behind slide element) on Android: */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.blueimp-gallery-single > .prev,
.blueimp-gallery-left > .prev,
.blueimp-gallery-single > .next,
.blueimp-gallery-right > .next,
.blueimp-gallery-single > .play-pause {
    display: none;
}

.blueimp-gallery > .slides > .slide > .slide-content,
.blueimp-gallery > .prev,
.blueimp-gallery > .next,
.blueimp-gallery > .close,
.blueimp-gallery > .play-pause {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Replace PNGs with SVGs for capable browsers (excluding IE<9) */
body:last-child .blueimp-gallery > .slides > .slide-error {
    background-image: url(img/error.svg);
}

body:last-child .blueimp-gallery > .play-pause {
    width: 20px;
    height: 20px;
    background-size: 40px 20px;
    background-image: url(img/play-pause.svg);
}

body:last-child .blueimp-gallery-playing > .play-pause {
    background-position: -20px 0;
}

/* IE7 fixes */
* + html .blueimp-gallery > .slides > .slide {
    min-height: 300px;
}

    * + html .blueimp-gallery > .slides > .slide > .slide-content {
        position: relative;
    }

/* fix for carousel for large resolution displays */

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    margin: 0 auto;
    width: 100%;
}


/* fix for DNN dropdown lists being cut off*/

.dnnDropDownList .selected-item, .dnnDropDownList .selected-item a  {
    height: 35px !important;
}


/* fix for coloring on DNN Check boxes and radio */
.dnnCheckbox .mark, .dnnRadiobutton .mark{ background: none;}
