/* CSS Document */
@import url("css/colors/green.css");
@import url("css/wide.css");
@import url("css/headers/header-dark.css");
@import url("css/footers/footer-dark.css");
/* CSS Reset */
body {
    margin: 0;
    color: #757575 !important;
    font-family: 'Roboto', sans-serif !important;
    font-size: 13px;
    line-height: 21px;
    background-color: #FFFFFF;
}

::selection {
    color: #FFF;
}

::-moz-selection {
    color: #FFF;
}
/* Norrmal Font Styles
========================================================================= */
em {
    font-style: italic;
    letter-spacing: 0;
}

a,
a:visited {
    color: #757575;
    outline: 0 none;
    text-decoration: none !important;
    outline: 0 none !important;
}

    a:active {
        color: #757575 !important;
        text-decoration: none !important;
    }

    body,
    th,
    td,
    table,
    .Head,
    .SubHead,
    .SubSubHead,
    .Normal,
    .NormalBold,
    .NormalRed,
    .NormalTextBox,
    .NormalDisabled,
    a:link,
    a:visited,
    a:hover,
    input,
    .CommandButton {
        font-weight: 300 !important;
        color: #656565;
        -webkit-font-smoothing: antialiased;
    }

strong {
    color: #333;
    font-weight: 700;
}

small {
    font-size: 11px;
    letter-spacing: 0;
}

.Normal,
.NormalDisabled,
.NormalDeleted {
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
}

.row-fluid [class*="span"] {
    min-height: 0 !important;
}
/* 404 Page*/
.fourfourclass > h1 {
    color: #D8D8D8;
    font-size: 320px;
    font-weight: 700;
    line-height: 320px;
    text-align: center;
}

p.lead {
    font-size: 18px;
    font-weight: 300;
}

.no-bold {
    font-weight: 300 !important;
}

.lower-case {
    text-transform: none !important;
}

h3.flt-body {
    font-size: 26px !important;
    line-height: 32px;
    margin-bottom: 24px;
}
/* Site Structure
========================================================================= */
.utilities {
    float: right !important;
    text-align: right;
}

.Header-Row {
}

.Logo-Box {
    position: relative;
}

.Nav-Bar {
    padding: 18px 0 0;
    position: relative;
}

.Mobile-Nav-Row {
    background-color: #1E1F21;
    margin-top: 12px;
}

.Menu-Row {
    padding: 0;
}

.Social-Row {
    min-height: 92px !important;
    padding: 30px 0 5px;
}

.Slider-Row {
    position: relative;
    background-color: #f4f4f4;
    background-repeat: no-repeat;
    background-size: auto 100%;
    z-index: 0;
}

.Content-row {
    background: none repeat scroll 0 0 #FFFFFF;
}

.sub-Row {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #F5F5F5;
    border-color: #EEEEEE -moz-use-text-color;
    border-image: none;
    border-style: solid none;
    border-width: 0px medium;
}

.home-main-shade {
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.07);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.07);
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-color: #F6F6F6;
    background-position: left top;
    border-color: #E5E5E5;
    border-image: none;
    border-style: solid none;
    border-width: 1px medium;
}

.Shaded-Row,
.Shaded-Middle,
.Shaded-Bottom {
    background-attachment: scroll;
    background-color: #F6F6F6;
    background-position: left top;
    border-bottom: 1px solid #E5E5E5;
}

#Tweet-Row {
    min-height: 60px !important;
}

.bottom-arrow {
    position: relative;
}

    .bottom-arrow:after {
        border-left: 16px solid transparent;
        border-right: 16px solid transparent;
        border-top: 16px solid #FFFFFF;
        bottom: -16px;
        content: "";
        display: block;
        height: 0;
        left: 50%;
        margin-left: -16px;
        position: absolute;
        width: 0;
        z-index: 15;
    }

.PageWidth {
    margin-left: auto;
    margin-right: auto;
}

.Content-Wrap:before,
.Content-Wrap:after {
    content: "";
    display: table;
    line-height: 0;
}

.Content-Wrap:after {
    clear: both;
}

.Content-Wrap-fluid {
    padding-left: 25px;
    padding-right: 25px;
}

    .Content-Wrap-fluid:before,
    .Content-Wrap-fluid:after {
        content: "";
        display: table;
        line-height: 0;
    }

    .Content-Wrap-fluid:after {
        clear: both;
    }

.coming-soon-row {
    background: url("./img/coming-soon.jpg") repeat scroll 0 0 / cover transparent;
    padding: 11% 0;
}
/* DNN Content Panes
========================================================================= */
/* Empty Panes */
.DNNEmptyPane {
    margin: 0 !important;
    width: 0 !important;
}

.AddressTop {
}

.TopSocialPane {
    float: right;
    text-align: center;
}

.SliderPane {
    overflow: hidden;
}

.Pane-Padding {
    margin-top: 45px;
    margin-bottom: 40px;
}

.SocialBottom {
    text-align: right !important;
}
/* Back to Top */
.backtotop {
    border-radius: 0.5em 0.5em 0.5em 0.5em;
    bottom: 10px;
    display: block;
    height: 40px;
    position: fixed;
    right: 20px;
    width: 40px;
    z-index: 99999999;
}

    .backtotop:before {
        content: "\f106";
        display: inline-block;
        font-family: "icomoon";
        font-size: 23px;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        left: 0;
        line-height: 40px;
        position: absolute;
        text-align: center;
        text-decoration: inherit;
        text-transform: none;
        width: 40px;
    }

    .backtotop:hover {
        color: #FFFFFF!important;
        opacity: 100!important;
    }

    .backtotop.hidden {
        bottom: -100px;
    }

.backtotop {
    background-color: #111;
    color: #999!important;
    opacity: 0.5;
}
/* Language */
ul.language {
    display: inline-block;
    height: 44px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

    ul.language ul li a {
        line-height: 1px !important;
        padding: 0;
    }

    ul.language li {
        float: left;
        line-height: 33px;
        list-style: none outside none;
        padding: 4px 8px 0 22px;
        position: relative;
        z-index: 99;
    }

        ul.language li:hover li {
            float: none;
            font-size: 0;
        }

            ul.language li:hover li a:hover {
                background: none repeat scroll 0 0 #1E7C9A;
            }

        ul.language li:hover ul {
            display: block;
            position: absolute;
        }

        ul.language li ul {
            display: none;
            left: -1px;
            margin: 0;
            padding: 0;
            position: absolute;
            width: 118px;
        }

        ul.language li a {
            color: #FFFFFF;
            cursor: pointer;
            font-size: 0;
        }

            ul.language li a:hover {
                background: none repeat scroll 0 0 transparent;
            }

.language li ul li {
    border: medium none;
    line-height: 15px;
    padding: 5px 5px 5px 0;
}

a.globe {
    position: relative;
}

    a.globe:before {
        content: "\e24b";
        font-family: icomoon;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        font-size: 17px;
        padding-right: 0.5em;
        top: 0;
        left: 0;
    }

.language .language-object {
    float: right;
    display: block;
    margin: 0;
    padding: 0;
}

    .language .language-object .Language.selected img {
        opacity: 1;
        max-width: 20px;
    }

    .language .language-object span {
        float: left;
        padding-top: 3px;
        padding-bottom: 3px;
        padding-left: 5px;
        margin: 0;
    }

        .language .language-object span:first-child {
            padding-left: 8px;
        }

        .language .language-object span:hover img {
            opacity: 1;
        }

        .language .language-object span img {
            opacity: 0.3;
            max-width: 20px;
        }
/*------------------------------------------------*/
/* SEARCH DROP BOX */
/*------------------------------------------------*/
div#search {
    display: inline-block;
    float: right;
    height: 45px;
    padding-left: 15px;
    position: relative;
}

#search-box {
    background-color: #252525;
    border-radius: 4px 4px 4px 4px;
    display: none;
    padding: 8px;
    position: absolute;
    right: 18px;
    top: 100%;
    width: 220px;
    z-index: 999;
}
/*------------------------------------------------*/
/* SEARCH */
/*------------------------------------------------*/
#search {
    height: 32px;
}

    #search a.SearchButton:hover {
        background: url('img/search.png') no-repeat center center, rgb(45,45,45); /* Old browsers */
        background: url('img/search.png') no-repeat center center, -moz-linear-gradient(top, rgba(45,45,45,1) 0%, rgba(86,86,86,1) 100%); /* FF3.6+ */
        background: url('img/search.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(45,45,45,1)), color-stop(100%,rgba(86,86,86,1))); /* Chrome,Safari4+ */
        background: url('img/search.png') no-repeat center center, -webkit-linear-gradient(top, rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* Chrome10+,Safari5.1+ */
        background: url('img/search.png') no-repeat center center, -o-linear-gradient(top, rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* Opera 11.10+ */
        background: url('img/search.png') no-repeat center center, -ms-linear-gradient(top, rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* IE10+ */
        background: url('img/search.png') no-repeat center center, linear-gradient(to bottom, rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* W3C */
    }

    #search a.SearchButton:link,
    #search a.SearchButton:visited {
        background: url("img/search.png") no-repeat scroll center center rgba(0, 0, 0, 0.3);
        border-radius: 3px 3px 3px 3px;
        display: inline-block;
        float: right;
        height: 32px;
        width: 32px;
        margin: 0;
        padding: 0;
        text-indent: -9999px;
    }

    #search p.closed {
        position: relative;
    }

    #search p {
        cursor: pointer;
        font-size: 0;
        margin: 0;
        padding-left: 15px;
        height: 45px;
        width: 15px;
        line-height: 45px;
    }

        #search p.closed:before {
            content: "\e1c3";
            font-family: icomoon;
            font-style: normal;
            font-weight: normal;
            text-decoration: inherit;
            font-size: 16px;
            padding-right: 0.5em;
            position: absolute;
            top: 0;
            left: 0;
        }

    #search p {
        position: relative;
    }

        #search p:before {
            content: "\e225";
            font-family: icomoon;
            font-style: normal;
            font-weight: normal;
            text-decoration: inherit;
            font-size: 17px;
            padding-right: 0.5em;
            position: absolute;
            top: 0;
            left: 0;
        }

#dnn_dnnSearch_txtSearch {
    display: block;
    float: left;
    width: 160px;
    height: 32px;
    padding: 0 5px 0 10px;
    margin: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    color: #000;
    line-height: 32px;
    font-size: 11px;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}

    #dnn_dnnSearch_txtSearch:active,
    #dnn_dnnSearch_txtSearch:focus {
        background: #ccc;
        box-shadow: inset 0px 3px 8px #999;
    }
/*========================================================+
|  Login/Social Elements                                  |
+========================================================*/
.buttonDiv {
    display: block;
}

.loginLinks {
    display: inline-block;
    float: none;
    margin: 0 10px 0 0;
}

    .loginLinks .registerGroup a,
    .loginLinks .loginGroup a,
    .button {
        color: #666666;
        font-size: 12px;
        font-weight: normal;
        line-height: 45px;
        overflow: hidden;
        padding: 0 20px;
        position: relative;
    }

        .loginLinks .registerGroup a:hover,
        .loginLinks .loginGroup a:hover,
        .button:hover {
            text-decoration: none;
            -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
            -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
            cursor: pointer;
        }

    .loginLinks .registerGroup,
    .loginLinks .registerGroup *,
    .loginLinks .loginGroup,
    .loginLinks .loginGroup * {
        display: block;
        float: left;
        font-weight: normal;
    }

        .loginLinks .registerGroup .userNotifications a strong,
        .loginLinks .registerGroup .userMessages a strong {
            display: block;
            text-indent: 999999px;
            top: 0px;
            left: 0px;
            width: 26px;
        }

            .loginLinks .registerGroup .userNotifications a strong:hover {
                background: url("img/social_sprite.png") no-repeat scroll 5px -144px transparent;
            }

            .loginLinks .registerGroup .userMessages a strong:hover {
                background: url("img/social_sprite.png") no-repeat scroll 5px -80px transparent;
            }

        .loginLinks .registerGroup .userNotifications a strong {
            background: url("img/social_sprite.png") no-repeat scroll 5px -112px transparent;
        }

        .loginLinks .registerGroup .userMessages a strong {
            background: url("img/social_sprite.png") no-repeat scroll 5px -48px transparent;
        }

        .loginLinks .registerGroup .userProfileImg img {
            border-radius: 999px 999px 999px 999px;
            height: 35px;
            margin: 5px 12px;
            width: 35px;
            -moz-opacity: 0.70;
            opacity: 0.70;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=70);
        }

            .loginLinks .registerGroup .userProfileImg img:hover {
                -moz-opacity: 1;
                opacity: 1;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
            }

        .loginLinks .registerGroup .userProfileImg a {
            padding: 0;
        }

        .loginLinks .registerGroup .buttonGroup {
            margin: 0;
            padding: 0;
        }

        .loginLinks .registerGroup li {
            border-right: none;
        }

.mobileButtons {
    display: none;
    float: right;
}

    .mobileButtons li {
        list-style: none;
        padding: 0;
        margin: 0 10px 0 0;
        display: block;
        float: left;
    }

        .mobileButtons li a {
            padding: 0 10px;
            font-size: 14px;
            color: #666666;
            border: 1px solid #DADADA;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
        }

    .mobileButtons ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
/**** BREADCRUMBS ***/
.pagetitle {
    color: #454545;
    font-size: 24px;
    line-height: 0;
    padding: 45px 0 30px;
    text-transform: uppercase;
}

.span5.crumbs {
    padding: 35px 15px;
    text-align: right;
}

.breadcrumbDiv {
    margin: -10px auto 10px auto;
    padding: 0 10px;
}

.breadcrumbDiv,
.breadCrumb {
    color: #999999 !important;
    font-size: 10px;
    text-shadow: 1px 1px #FFFFFF;
}

.breadCrumb {
    margin: 0 6px;
}


/*------------------------------------------------*/
/* MEDIA QUERIES */
/*------------------------------------------------*/
/* CSS Document */
@media only screen and (min-width: 1200px) {
    /* CSS Document */
}

@media only screen and (min-width: 980px) and (max-width: 1199px) {
    /* CSS Document */
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
    /* CSS Document */
}

@media only screen and (max-width: 820px) {
    /* CSS Document */
    .sticky {
        position: relative !important;
    }
}

@media only screen and (max-width: 767px) {
    /* CSS Document */
    .content-wrap {
        padding: 0 30px;
    }

    .sf-menu {
        left: 0 !important;
    }

    .sticky,
    nav {
        padding: 8px 0 !important;
    }

    .sticky,
    nav {
        padding: 8px 0 0 !important;
    }

        .sticky #Logo img {
            padding: 0 0 15px;
            width: 160px !important;
        }
}

@media only screen and (min-width: 640px) and (max-width: 767px) {
    /* CSS Document */
    #map {
        max-height: 200px !important;
    }

    #Parallax {
        display: none !important;
    }
}

@media only screen and (max-width: 630px) {
    /* CSS Document */
    .hi-icon-wrap {
        margin: 0 auto 50px !important;
    }

    .item-description h5 {
        font-size: 0.9em !important;
    }

    .item-description span {
        font-size: 0.88em !important;
    }
}

@media only screen and (min-width: 481px) and (max-width: 639px) {
    /* CSS Document */
    #map {
        max-height: 180px !important;
    }
}

@media only screen and (max-width: 480px) {
    #map {
        max-height: 160px !important;
    }
}

@media only screen and (min-width: 321px) and (max-width: 480px) {
    /* CSS Document */
}

@media only screen and (max-width: 320px) {
    /* CSS Document */
}



/* C9 Changes */

#Footer-Row h2, #Footer-Row h3 {
    color: white;
    margin: 0;
    font-weight: normal;
}

#Footer-Row h2 {
font-size: 1.2em;
letter-spacing: -1px;
}

#Footer-Row h3 {
    font-size: 1.3em;
    font-weight: lighter;
    margin-top: 10px;
}



#dnn_FooterPane .Normal > div {
    /*clear: both;*/
    margin-bottom: 10px;
    height: 85px;
}

#dnn_FooterPane .contactImage {
    height: 70px;
    float: left;
width: 46px;
margin-right: 7px;
    border-right: 1px solid #8A92A1;
    clear: left;
    text-align: center;
    position: relative;
}

.contactImage img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#dnn_FooterPane p {
line-height: 1.3em;
font-size: 0.9em;
}

#dnn_ctr1425_HtmlModule_lblContent > div {
    width: 33.33333%;
    float: left;
}

#dnn_ShadedHalf_B li {
list-style-type: none;
background: #41ad49;
padding: 3px;
border-radius: 3px;
display: inline-block;
margin-top: 5px;
width: auto;
color: #FFF;
}

    #dnn_ShadedHalf_B li:after {
        content: "";
        clear: both;
    }


   .Normal  li {
    margin-left: 2em;
}

   div#dnn_TweetsPane {
padding: 20px 134px;
}

.TweetsPane .slide img {
width: 25%;
}

a#dnn_dnnLOGO_hypLogo {
margin-left: 40px;
}

#dnn_TopShaded h3.heading {
    color: #41ad49;
}


.portfolio-item .item-description h5 {

text-transform: uppercase;
}


#Footer-Row .Pane-Padding {
    margin-top: 20px;
    margin-bottom: 20px; 
}

div#dnn_Foot_3Col_B .article_container {
    /*float: none;*/
    width: 100%;
}

    div#dnn_Foot_3Col_B .article_container a, .copyright a {
        color: white;
    }



    div#dnn_Foot_3Col_B .article_container span {
        color: #5EB36F;
        font-weight: bold;
    }

    div.copyright {
float: left;
}
    
    div#credits {
float: right;
}

    .flatna-03 {
color: #FFF;
}

    .flatna-title-03 {
border-bottom: none!important;
}

    #Footer-Row div.line {
border-bottom: 1px solid #5EB36F;
}