body {
    font-family: 'open sans', sans-serif;
}

.logo {
    padding: 25px 0;
}

    .logo img {
        max-width: 100%;
        height: auto;
    }

.textBox::before {
    background: #0d52a0;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* IE 8 */
    filter: alpha(opacity=70); /* IE 5-7 */
    -moz-opacity: 0.7; /* Netscape */
    -khtml-opacity: 0.7; /* Safari 1.x */
    opacity: 0.7; /* Good browsers */
}

.textBox {
    position: absolute;
    z-index: 5%;
    z-index: 9999999999;
    bottom: 7%;
    width: 87%;
    position: absolute;
}

    .textBox h2 {
        color: white;
        border-left: 0 !important;
        text-transform: none !important;
        line-height: 33px;
        font-size: 22px !important;
        padding: 3% !important;
    }

nav {
    background: #008d53;
    box-shadow: inset 0 0 20px #007c4a;
    border-radius: 0 !important;
}

    nav a, nav a:hover {
        color: #fff;
        /* font-size: 18px;
        text-transform: uppercase;*/
        border-right: 1px solid #15734c;
        border-left: 1px solid #43aa80;
        text-decoration: none;
    }

    nav li:first-child a {
        border-left: none;
    }

    nav li:last-child a {
        border-right: none;
    }

header {
    background: #0d52a0;
    box-shadow: inset 0 0 20px #083e80;
    min-height: 200px;
}

    header.interior img {
        width: 100%;
        height: auto;
        min-height: 200px;
    }

    header.interior {
        position: relative;
        margin-top: 4px;
    }

    header .bannerText {
    }

    header .headerInteriorTextLeft {
        bottom: 40%;
        position: absolute;
    }

        header .headerInteriorTextLeft h2 {
            border: 0 !important;
            font-size: 65px !important;
            color: #fff;
            text-transform: none !important;
            text-shadow: 2px 2px 2px #000;
            line-height:70px
        }

.headerBG {
    margin-top: 4px;
}

.padding25 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.rotator {
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    border-left: 4px solid #fff;
    margin-top: 25px;
    box-shadow: -13px -9px 24px #07305e;
}

.btnGreen {
    background: #008c53;
    box-shadow: inset 0 0 10px #006c32 !important;
    border-radius: 0 !important;
    clear: both;
    box-shadow: 0 0 10px #999;
    margin-bottom: 15px;
}

    .btnGreen a, .btnGreen a:hover {
        color: #fff;
        text-decoration: none;
    }

    .btnGreen:hover {
        background: #007c4a;
    }

.date {
    color: #666;
    font-style: italic;
}

#sidebar .date {
    color: #333;
    font-weight: 700;
    font-style: normal;
}

#sidebar a.description {
    color: #008d53;
    font-weight: 700;
    text-decoration: none;
}

.secondaryContent img {
    border: 3px solid #333;
}

.newsItem {
    margin-bottom: 20px;
}

header h1 {
    font-size: 28px;
    color: #49c491;
    font-weight: 700;
    line-height: 32px;
}

h2 {
    color: #333333;
    font-weight: 700 !important;
    border-left: 6px solid #008d53;
    padding-left: 10px;
    text-transform: uppercase;
    font-size: 21px !important;
}

    h2.socialTwit {
        border-left: 0px;
    }

    h2.sponsor {
        border-left: 0px;
        color: #0d52a0;
        text-transform: none;
        line-height: normal;
        padding: 20px 0;
    }

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18;
    color: #008b51 !important;
}

.RadMenu .rmRootToggle {
    border-radius: 0 !important;
    border-width: 0 !important;
    ;
    box-shadow: 0 !important;
    ;
}

.search {
    float: right;
    margin-top: 40px;
}

.searchIcon {
    margin-left: 4px;
    margin-top: 4px;
    position: absolute;
    z-index: 100;
}

.search .searchBar {
    width: 200px !important;
    box-shadow: 0 0 10px #999 !important;
    border-radius: 0 !important;
    padding-left: 35px;
}

.auxLinks {
    float: right;
    padding-top: 35px;
    clear: right;
}

    .auxLinks a {
        font-weight: bold;
    }

.btn-search {
    background: #008d53;
    border-radius: 0 !important;
    clear: both;
    box-shadow: inset 0 0 10px #006c32 !important;
    color: #fff !important;
}

.newsletter input {
    background: none repeat scroll 0 0 #97bbe3;
    border: 0 none;
    border-radius: 0 !important;
    box-shadow: 0 0 10px #5488b0 inset;
    color: #333;
    height: 34px;
}

.newsletter button {
    background: none repeat scroll 0 0 #49c491;
    border: 0 none;
    border-radius: 0 !important;
    box-shadow: 0 0 10px #5488b0 inset;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    height: 34px;
    border-right: 7px solid #008d53;
}

header .welcome {
    font-size: 16px;
    color: #fff;
    padding: 42px 25px;
}

.callouts a {
    /*font-size: 15px;*/
}

.calloutsCont {
    background: url(../images/calloutsBG.jpg) repeat-x bottom;
    padding: 25px 0;
}

.secondaryContent {
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    padding: 25px 0;
    background: #ededed;
}

.copyright {
    margin-top: 45px;
}

.greenRule {
    height: 10px;
    background: #008d53;
}

.twitName {
    color: #0953a0;
    font-size: 20px;
    margin-left: 25%;
    margin-top: -15px;
    text-transform: uppercase;
}

footer {
    background: #0d519f;
    box-shadow: inset 0 0 50px #08356f;
    min-height: 331px;
    padding-top: 90px;
    color: #fff;
}

    footer a {
        color: #fff !important;
        font-size: 18px;
        text-transform: uppercase !important;
        font-weight: 300;
    }

        footer a.dcwd {
            color: #88c0fe !important;
            font-size: 14px;
            text-transform: none !important;
            font-weight: normal;
        }

.RadSiteMap .rsmLink, .RadSiteMap .rsmTemplate {
    display: block;
    margin-bottom: 20px;
    margin-right: 40px !important;
    padding: 2px 5px 2px 0;
    text-decoration: none;
}

#mainContent {
    float: right;
    padding-top: 25px;
    padding-bottom: 25px;
    background: #fff;
    box-shadow: 0 0 12px #999;
}

#sidebar {
    float: left;
    padding-top: 25px;
    padding-bottom: 25px;
}

.interiorBG {
    background: #ededed;
}

/* Search, AddThis and Text Size TABLE  */

#searchTable {
    margin: 0px 0 0 0px;
    padding: 0;
    width: 320px;
}

.textSize {
    font-weight: bold;
    color: #256e70;
    font-size: 12px;
    margin: 0;
    padding: 0 10px 0 0;
}





.linkSmallA, .linkMidA, .linkBigA {
    height: 18px;
    width: 18px;
    text-align: center;
}

    .linkSmallA a:link, .linkSmallA a:visited {
        text-decoration: none;
        color: #256e70;
        background-image: url('/images/smallABack.gif');
        background-repeat: no-repeat;
        background-position: left center;
        display: block;
    }


    .linkSmallA a:hover, .linkSmallA a:active {
        text-decoration: none;
        color: #9b9d9d;
        background-position: -18px 0px;
    }


    .linkMidA a:link, .linkMidA a:visited {
        text-decoration: none;
        color: #256e70;
        background-image: url('/images/midABack.gif');
        background-repeat: no-repeat;
        background-position: left center;
        display: block;
    }


    .linkMidA a:hover, .linkMidA a:active {
        text-decoration: none;
        color: #9b9d9d;
        background-position: -18px 0px;
    }



    .linkBigA a:link, .linkBigA a:visited {
        text-decoration: none;
        color: #256e70;
        background-image: url('/images/bigABack.gif');
        background-repeat: no-repeat;
        background-position: left center;
        display: block;
    }


    .linkBigA a:hover, .linkBigA a:active {
        text-decoration: none;
        color: #9b9d9d;
        background-position: -18px 0px;
    }


/* END OF Search, AddThis and Text Size TABLE  */

/*Styles pulled from old site */

/*.pageTitle
{
    margin: 0;
    padding: 0;
    color: #008c55;
    font-size: 1.25em;
    font-weight: bold;
}*/
.captionText {
    font-style: italic;
    font-size: .7em;
    color: Gray;
}

.smallItalicGoldText {
    font-size: .75em;
    color: #c0760f;
    font-style: italic;
}

.mediumItalicGoldText {
    color: #c0760f;
    font-style: italic;
}

.largeItalicGoldText {
    color: #c0760f;
    font-style: italic;
    font-size: 1.25em;
}

.smallBlueText {
    color: #0088cc;
    font-size: .75em;
}

.mediumBlueText {
    color: #0088cc;
}

.largeBlueText {
    color: #0088cc;
    font-size: 1.25em;
}

.whiteSearch {
    color: white;
}

.smallGreenText {
    color: #008b51;
    font-size: .75em;
}

.mediumGreenText {
    color: #008b51;
}

.largeGreenText {
    color: #008b51;
    font-size: 1.25em;
}






/*Styles pulled from old site */

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

    .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        max-width: 420px;
        height: 100%;
    }

@media screen and (min-width: 769px) {
    .mobile-nav {
        display: none;
        visibility: hidden;
    }

    #mainContent {
        min-height: 700px;
    }
}

@media screen and (max-width: 1190px) {
    .rotator {
        border-bottom: 4px solid #fff;
    }
}

@media screen and (max-width: 1000px) {
    .headerBG {
        background: url(../images/headerBG.jpg) no-repeat bottom left;
    }

    .rotator {
        border-bottom: 4px solid #fff;
    }

    .auxLinks {
        float: right;
        padding-top: 0;
        text-align: center;
    }

    .search {
        float: right;
        margin-bottom: 25px;
        margin-left: 25px;
        margin-top: 0;
    }
}

@media screen and (max-width: 768px) {
    #mainContent {
        float: none;
    }

    #sidebar {
        float: none;
    }

    #rsmNavFooterMenu .rsmItem {
        width: 100%;
    }

    .rotator {
        border-bottom: 4px solid #fff;
    }

    .collapse {
        visibility: hidden;
        display: none;
    }

    .auxLinks {
        float: right;
        padding-bottom: 25px;
        padding-top: 15px;
        text-align: center;
    }

    .headerBG {
        background: url(../images/headerBG.jpg) no-repeat bottom left;
    }

    header .headerInteriorTextLeft h2 {
        border: 0 !important;
        font-size: 45px !important;
        color: #fff;
        text-transform: none !important;
    }
}

@media screen and (max-width: 480px) {
    .headerBG {
        background: url(../images/headerBG.jpg) no-repeat bottom left;
    }

    .search {
        margin-top: 0 !important;
    }

    .auxLinks table td:first-child {
        display: table-header-group;
    }

    .auxLinks {
        float: right;
        padding-bottom: 25px;
        padding-top: 0px;
        text-align: center;
    }

    .collapse {
        visibility: hidden;
        display: none;
    }

    header .headerInteriorTextLeft h2 {
        border: 0 !important;
        font-size: 35px !important;
        color: #fff;
        text-transform: none !important;
    }

    .responsiveTable td {
        display: table-header-group;
        border-top: none !important;
    }

    .table-striped > tbody > tr:nth-of-type(2n+1) {
        background: none;
    }

    .textBox {
        display: none;
    }

        .textBox h2 {
            display: none;
        }
}



/* Social Media Icons*/


.social_icons {
    width: 415px;
    height: 40px;
    background: url(/images/repeatBack.png);
    text-align: left;
}

    .social_icons ul {
        list-style: none;
    }

    .social_icons li {
        float: left;
    }

        .social_icons li a {
            display: block;
            text-indent: -9999em;
        }

    .social_icons .facebook a {
        background: url(/images/icon-facebook-down.png) no-repeat;
        width: 58px;
        height: 40px;
    }

        .social_icons .facebook a:hover {
            background: url(/images/icon-facebook-up.png) no-repeat;
            width: 58px;
            height: 40px;
        }

    .social_icons .twitter a {
        background: url(/images/icon-twitter-down.png) no-repeat;
        width: 56px;
        height: 40px;
    }

        .social_icons .twitter a:hover {
            background: url(/images/icon-twitter-up.png) no-repeat;
            width: 56px;
            height: 40px;
        }


    .social_icons .flickr a {
        background: url(/images/icon-flickr-down.png) no-repeat;
        width: 60px;
        height: 40px;
    }

        .social_icons .flickr a:hover {
            background: url(/images/icon-flickr-up.png) no-repeat;
            width: 60px;
            height: 40px;
        }


    .social_icons .youtube a {
        background: url(/images/icon-youtube-down.png) no-repeat;
        width: 62px;
        height: 40px;
    }

        .social_icons .youtube a:hover {
            background: url(/images/icon-youtube-up.png) no-repeat;
            width: 62px;
            height: 40px;
        }

    .social_icons .tumblr a {
        background: url(/images/icon-tumblr-down.png) no-repeat;
        width: 62px;
        height: 40px;
    }

        .social_icons .tumblr a:hover {
            background: url(/images/icon-tumblr-up.png) no-repeat;
            width: 62px;
            height: 40px;
        }

.hidden {
    display: none;
}


.with-borders {
    /*border-radius: 6px;*/
    border-top: 2px solid #ebebeb;
    border-bottom: 4px solid #ebebeb;
    border-left: 2px solid #ebebeb;
    border-right: 2px solid #ebebeb;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
    padding: 15px 20px;
    background-color: #f7f8f8;
}

    .with-borders h4 {
        text-align: right;
        text-transform: uppercase;
        font-size: 14px;
        margin-bottom: 0;
    }

    .with-borders h2 {
        text-align: right;
        font-weight: 300 !important;
        font-size: 32px !important;
        color: #444445;
        text-transform: none;
        line-height: 38px;
        border-left: none;
    }

    .with-borders h3 {
        color: #444445;
        text-align: right;
    }

.orange {
    color: #f15a29 !important;
}

.with-borders .blue {
    color: #1c75bc !important;
}

.with-borders .red {
    color: #ed1c24 !important;
}

.with-borders .green {
    color: #2bb673 !important;
}


.with-borders2 {
    border-top: 2px solid #ebebeb;
    border-bottom: 4px solid #ebebeb;
    border-left: 2px solid #ebebeb;
    border-right: 2px solid #ebebeb;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
    padding: 30px 20px;
    /*background-color: #f7f8f8;*/
    background-image: url('/images/parallax-7.jpg');
    margin-bottom: 40px;
}

    .with-borders2 h4 {
        text-align: right;
        text-transform: uppercase;
        font-size: 14px;
        margin-bottom: 0;
    }

    .with-borders2 h2 {
        text-align: center;
        font-weight: 300 !important;
        font-size: 30px !important;
        color: #444445;
        text-transform: none;
        line-height: 38px;
        border-left: none;
    }

        .with-borders2 h2 strong {
            color: #0d52a0;
        }

    .with-borders2 h3 {
        color: #444445;
        text-align: right;
    }

    .with-borders2 .orange {
        color: #f15a29 !important;
    }

    .with-borders2 .blue {
        color: #1c75bc !important;
    }

    .with-borders2 .red {
        color: #ed1c24 !important;
    }

    .with-borders2 .green {
        color: #2bb673 !important;
    }


.with-borders3 {
    border-top: 2px solid #ebebeb;
    border-bottom: 4px solid #ebebeb;
    border-left: 2px solid #ebebeb;
    border-right: 2px solid #ebebeb;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
    padding: 30px 20px;
    background-color: #f7f8f8;
    margin-bottom: 40px;
    text-align: center;
}

    .with-borders3 h4 {
        text-align: center;
        text-transform: uppercase;
        font-size: 18px;
        margin-bottom: 0;
    }

    .with-borders3 h2 {
        text-align: center;
        font-weight: 300 !important;
        font-size: 24px !important;
        color: #444445;
        text-transform: none;
        line-height: 28px;
        border-left: none;
    }

        .with-borders3 h2 strong {
            color: #0d52a0;

        }
        .with-borders3 h1{
            font-size:80px;
            clear:both
        }


    .with-borders3 h3 {
        color: #444445;
        text-align: right;
    }

    .with-borders3 .orange {
        color: #f15a29 !important;
    }

    .with-borders3 .blue {
        color: #1c75bc !important;
    }

    .with-borders3 .red {
        color: #ed1c24 !important;
    }

    .with-borders3 .green {
        color: #2bb673 !important;
    }
    
.stat-box {
    padding: 30px 20px;
    text-align: center;
}

    .stat-box h4 {
        text-align: center;
        text-transform: uppercase;
        font-size: 18px;
        margin-bottom: 0;
    }

    .stat-box h2 {
        text-align: center;
        font-weight: 300 !important;
        font-size: 24px !important;
        color: #444445;
        text-transform: none !important;
        line-height: 28px;
        border-left: none;
    }

        .stat-box h2 strong {
            color: #0d52a0;

        }
        .stat-box h1{
            font-size:60px;
            color: #0d52a0;
            font-weight:300;
            clear:both
        }


    .stat-box h3 {
        color: #444445;
        text-align: right;
    }

    .stat-box h3 .orange {
        color: #f15a29 !important;
    }

    .stat-box h3 .blue {
        color: #1c75bc !important;
    }

    .stat-box h3 .red {
        color: #ed1c24 !important;
    }

    .stat-box h3 .green {
        color: #2bb673 !important;
    }

.intro-text {
    font-size: 18px;
    font-weight: 500;
}
ul.list-icons li {
    list-style-type: none;
    list-style:none;
    padding-left:30px
}
ul.list-icons li:before {
  content: "\f046";
  font-family: 'FontAwesome';
  float: left;
  margin-left: -1.2em;
  color: #0088cc;
  font-size:20px;
  padding-top:5px
}

ul.list-icons li ul li:before {
    content:''

}
ul.list-icons li ul li {
    list-style-type: disc;
    line-height:20px;
    padding-left:0
}

ul.list-icons li ul li ul  {
 margin-top:10px
}
ul.list-icons li ul li ul li {
    list-style-type: circle;
    line-height:14px
}


.btn {
    text-decoration: none !important;
}

.btn-green {
    color: #fff;
    background-color: #2bb673;
    border-color: #27a166;
}

    .btn-green:hover,
    .btn-green:focus,
    .btn-green.focus,
    .btn-green:active,
    .btn-green.active,
    .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #27a166;
        border-color: #218a57;
    }

    .btn-green:active,
    .btn-green.active,
    .open > .dropdown-toggle.btn-primary {
        background-image: none;
    }

.btn-orange {
    color: #fff;
    background-color: #f15a29;
    border-color: #eb5727;
}

    .btn-orange:hover,
    .btn-orange:focus,
    .btn-orange.focus,
    .btn-orange:active,
    .btn-orange.active,
    .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #eb5727;
        border-color: #d74d21;
    }

    .btn-orange:active,
    .btn-orange.active,
    .open > .dropdown-toggle.btn-primary {
        background-image: none;
    }

.btn-blue {
    color: #fff;
    background-color: #1c75bc;
    border-color: #1a69a8;
}

    .btn-blue:hover,
    .btn-blue:focus,
    .btn-blue.focus,
    .btn-blue:active,
    .btn-blue.active,
    .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #1a69a8;
        border-color: #165e97;
    }

    .btn-blue:active,
    .btn-blue.active,
    .open > .dropdown-toggle.btn-primary {
        background-image: none;
    }

em.image-icon, em.icon-featured {
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 100%;
    color: #FFF;
    font-size: 85px !important;
    text-align: center !important;
}

em.icon-featured {
    display: inline-block;
    padding: 0;
    width: 150px;
    height: 150px;
}

.icon.icon-featured.orange-background {
    background-color: #f15a29;
}

.icon.icon-featured.blue-background {
    background-color: #1c75bc;
}


.icon.icon-featured.red-background {
    background-color: #ed1c24 !important;
}

.icon.icon-featured.green-background {
    background-color: #2bb673 !important;
}





.icon-featured.icon {
    padding-top: 35px !important;
}

/* Circular Bars */
.circular-bar {
    text-align: center;
    margin-bottom: 25px;
}

    .circular-bar .circular-bar-chart {
        position: relative;
    }

    .circular-bar strong {
        display: block;
        font-weight: 600;
        font-size: 18px;
        line-height: 30px;
        position: absolute;
        top: 35%;
        width: 80%;
        left: 10%;
        text-align: center;
    }

    .circular-bar label {
        display: block;
        font-weight: 100;
        font-size: 30px !important;
        line-height: 20px;
        position: absolute;
        top: 45%;
        width: 80%;
        left: 10%;
        text-align: center;
    }

    .circular-bar.only-icon .fa, .circular-bar.only-icon .icons {
        display: block;
        font-weight: 600;
        font-size: 38px;
        line-height: 30px;
        position: absolute;
        top: 40%;
        width: 80%;
        left: 10%;
        text-align: center;
    }

    .circular-bar.single-line strong {
        top: 40%;
    }

    .circular-bar.circular-bar-sm label {
        font-size: 14px;
        top: 36%;
    }

    .circular-bar.circular-bar-lg strong {
        font-size: 20px;
        top: 40%;
    }

/* Progress */
.progress {
    border-radius: 25px;
    height: 20px;
    background: #FAFAFA;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    overflow: visible;
}

    .progress.progress-border-radius {
        border-radius: 3px;
    }

        .progress.progress-border-radius .progress-bar {
            border-radius: 3px;
        }

    .progress.progress-no-border-radius {
        border-radius: 0;
    }

        .progress.progress-no-border-radius .progress-bar {
            border-radius: 0;
        }

    .progress.progress-sm {
        height: 10px;
    }

        .progress.progress-sm .progress-bar {
            line-height: 10px;
        }

    .progress.progress-lg {
        height: 35px;
    }

        .progress.progress-lg .progress-bar {
            font-size: 13px;
            line-height: 35px;
        }

.progress-bar {
    background-color: #CCC;
    box-shadow: none;
    position: relative;
    border-radius: 25px;
}

.progress-bar-tooltip {
    position: absolute;
    padding: 4px 8px;
    background-color: #333;
    color: #FFF;
    line-height: 15px;
    font-size: 11px;
    display: block;
    position: absolute;
    top: -28px;
    right: 5px;
    border-radius: 3px;
    opacity: 0;
}

    .progress-bar-tooltip:after {
        border-color: #333 transparent;
        border-style: solid;
        border-width: 5px 5px 0;
        bottom: -5px;
        content: "";
        display: block;
        left: 13px;
        position: absolute;
        width: 0;
    }

.progress-bar-primary {
    background-color: #CCC;
    color: #FFF;
}

.progress-bar-success {
    background-color: #47a447;
    color: #FFF;
}

.progress-bar-warning {
    background-color: #ed9c28;
    color: #FFF;
}

.progress-bar-danger {
    background-color: #d2322d;
    color: #FFF;
}

.progress-bar-info {
    background-color: #5bc0de;
    color: #FFF;
}

.progress-bar-dark {
    background-color: #1d2127;
    color: #FFF;
}

/* Counters */
.counters .counter {
    text-align: center;
}

.counters .fa, .counters .icons {
    display: block;
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 5px;
}

.counters strong {
    display: block;
    font-weight: bold;
    font-size: 50px;
    line-height: 50px;
}

.counters label {
    display: block;
    font-weight: 100;
    font-size: 20px;
    line-height: 20px;
}

.counters .counter-side-icon .fa, .counters .counter-side-icon .icons, .counters .counter-side-icon strong {
    display: inline-block;
}

.counters .counter-with-unit strong {
    display: inline-block;
}

.counters.with-borders .counter {
    border-radius: 6px;
    border-top: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
    border-left: 1px solid #ECECEC;
    border-right: 1px solid #ECECEC;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
    padding: 25px;
}

.counters.counters-sm .fa, .counters.counters-sm .icons {
    font-size: 25px;
    line-height: 25px;
}

.counters.counters-sm strong {
    font-size: 35px;
    line-height: 35px;
}

.counters.counters-sm label {
    font-size: 15px;
    line-height: 15px;
}

.counters.counters-lg .fa {
    font-size: 45px;
    line-height: 45px;
}

.counters.counters-lg strong {
    font-size: 60px;
    line-height: 60px;
}

.counters.counters-lg label {
    font-size: 25px;
    line-height: 25px;
}

.counters.counters-text-light .counter {
    color: #FFF !important;
}

    .counters.counters-text-light .counter .fa, .counters.counters-text-light .counter .icons, .counters.counters-text-light .counter strong, .counters.counters-text-light .counter label {
        color: #FFF !important;
    }

.counters.counters-text-dark .counter {
    color: #2e353e !important;
}

    .counters.counters-text-dark .counter .fa, .counters.counters-text-dark .counter .icons, .counters.counters-text-dark .counter strong, .counters.counters-text-dark .counter label {
        color: #2e353e !important;
    }


.callout-large-gray {
    font-size: 24px;
    font-weight: 500;
    color: #606060;
    font-style: italic;
    line-height: 30px;
}

.RadCaptcha_Default label{
    display:block
}
