﻿/************************************************ UNIVERSAL STYLES ************************************************/

a, a:link {
    color: #004987;
}

    a:hover {
        text-decoration: underline;
        color: #008fda;
    }

hr {
    border-bottom: solid 1px #DDDDDD;
    border-top: 0;
    border-right: 0;
    border-left: 0;
}

.sfContentBlock h1,
h1 {
    font-size: 30px;
    color: #CC3369;
}

.sfContentBlock h2,
h2 {
    font-size: 16px;
    border-bottom: 0;
    font-weight: 600;
    color: #CC3369;
    margin-top: 0;
    margin-bottom: 10px;
}

.sfContentBlock h3,
h3 {
    font-size: 16px;
    color: #582a76;
    font-weight: normal;
    border-bottom: none;
    line-height: 25px;
    text-align: justify;
}

.sfContentBlock h4,
h4 {
    font-size: 13px;
    color: #7ca53f;
    font-weight: bold;
    border-bottom: none;
}

.sfContentBlock ul {
    list-style-type: square;
    padding-left: 25px;
    line-height: 20px;
}

.grad_bg_box_home {
    background-image: url(/Images/SiteImages/bg_hp_boxes.png);
    background-repeat: repeat-x;
    background-position: bottom;
    border: 1px solid #DDDDDD;
    margin-bottom: 20px;
    box-shadow: 1px 1px 5px #CCCCCC;
}

.grad_bg_box_pages {
    background-image: url(/Images/SiteImages/bg_page_boxes.png);
    background-repeat: repeat-x;
    background-position: bottom;
    border: 1px solid #DDDDDD;
    margin-bottom: 20px;
    box-shadow: 1px 1px 5px #CCCCCC;
}

.button {
    text-align: center;
    color: #FFFFFF !important;
    background-color: #135F9B;
    box-shadow: 1px 1px 5px #000000;
    padding: 15px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 2px;
    display: block;
}

    .button:hover {
        background-color: #582a76;
        color: #FFFFFF;
        text-decoration: none;
    }

.RadSocialShare_Default {
    border: 0;
}

/************************************************ GENERAL PAGE TEMPLATE STYLES ************************************************/

/****** BODY ******/

#wrapper {
    height: 100%;
    min-height: 100%;
    position: relative;
    width: 100%;
    display: table;
}

body {
    font-family: 'Open Sans', sans-serif;
    color: #000000;
}

.main-body {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background-repeat: repeat-x;
    background-color: whitesmoke;
    font-size: 12px;
    padding: 0;

}

/****** HEADER ******/

#header_wrapper {
    width: 100%;
    position: fixed;
    z-index: 100;
    padding: 0;
    height: 60px;
    background: white;
}
/******/

#SiteSelect {
  display: inline-block;
  float: right;
  margin-right: 90px;
  margin-top: 10px;
}
#SiteSelect b {
    display: none;
}

    #SiteSelect select {
        height: 40px;
        border-radius: 20px;
        background-color: #002f56;
        border-width: 0px;
        color: #fff;
        padding-left: 2em;
        font-size: 1em;
        outline: none;
    }

#SiteSelect select > option {
    background: #ebebeb;
    color: #3b3b3b;
}


@media (min-width:1280px) {
    #header_wrapper {
    width: 50%;
}
}
#header {
    margin: 0 auto 0 auto;
    padding: 5px 0 0 15px;
}

.header_phonenumber {
    text-align: right;
    color: #7CA53F;
    font-weight: 600;
    font-size: 20px;
}

.header_emails {
    text-align: right;
    color: #7CA53F;
    font-weight: 600;
    font-size: 17px;
}

/** Search **/

.sfsearchBox {
    float: right;
}

    .sfsearchBox .sfsearchTxt {
        background-color: #DDDDDD;
        border: 1px solid #CCCCCC;
        height: 17px;
        float: left;
        width: 190px;
    }

        .sfsearchBox .sfsearchTxt:focus {
            outline-color: #7ca53f;
        }

    .sfsearchBox .sfsearchSubmit {
        background-image: url(/Images/buttons/btn_arrow.png);
        border: 0;
        height: 25px;
        width: 25px;
        float: left;
        color: transparent;
        font-size: 1px;
    }

        .sfsearchBox .sfsearchSubmit:focus {
            outline-color: #7ca53f;
        }


/** Nav **/

./*navbar {
    clear: both;
    position: relative;
    width: 100%;
    z-index: 50;
    color: #3B3B3B;
    font-weight: 600;
    margin: 10px 0 0 0;
}

    .navbar ul {
        float: right;
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .navbar ul li {
            position: relative;
            float: left;
            display: block;
            font-size: 12px;
            text-transform: uppercase;
            border: 0;
        }

            .navbar ul li a {
                text-decoration: none;
                color: #3B3B3B;
                display: block;
                padding-top: 0;
                padding-bottom: 13px;
                margin-left: 25px;
            }

                .navbar ul li a:hover {
                    border-bottom: 3px solid #135F9B;
                    color: #135F9B;
                }*/

.sfNavWrp .sfSel {
    border-bottom: 3px solid #135F9B;
    color: #135F9B;
}


/****** CONTENT ******/

#main_content_wrapper {
    width: 100%;
    background-repeat: repeat-x;
    background-position-y: -10px;
    padding-top: 30px;
}

.main_content_home {
    background-image: url(/Images/SiteImages/bg_homepage.png);
    background-repeat: repeat-x;
    padding: 30px 0 0 0;
    position: relative;
    z-index: 8;
}

.main_content {
    width: 1000px;
    margin: 0 auto 0 auto;
}

/****** FOOTER ******/

#footer_wrapper {
}

#footer1_wrapper {
    width: 100%;
    background-image: url(/Images/SiteImages/bg_footer.png);
    border-top: 5px solid #DDDDDD;
    margin-top: 50px;
}

#footer1 {
    width: 1000px;
    margin: 0 auto 0 auto;
    padding: 20px 0 30px 0;
    color: #FFFFFF;
}

.footer_block ul lh {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
}

    .footer_block ul lh a {
        color: #FFFFFF;
    }

.footer_block ul li {
    margin-bottom: 7px;
}

    .footer_block ul li a {
        color: #FFFFFF;
    }

#footer2_wrapper {
    width: 100%;
    background-color: #EEEEEE;
    padding: 10px 0 10px 0;
}

#footer2 {
    width: 1000px;
    margin: 0 auto 0 auto;
}

.footer2_social {
    text-align: right;
    color: #135F9B;
    font-size: 20px;
    padding: 5px 0 0 0;
    font-weight: 600;
}

    .footer2_social img {
        vertical-align: text-top;
    }

#footer3_wrapper {
    width: 100%;
    background-color: #DDDDDD;
    padding: 10px 0 10px 0;
}

#footer3 {
    width: 1000px;
    margin: 0 auto 0 auto;
    color: #3A3A3A;
    font-size: 11px;
}

.footer_terms {
    text-align: right;
}


/************************************************ CONTENT PAGE STYLES ************************************************/

/****** VERTICAL NAV ******/

.sfNavVerticalWrp {
    background-image: url(/Images/SiteImages/bg_subnav.png);
    background-repeat: repeat-x;
    background-position: top;
    border: 1px solid #DDDDDD;
    margin-bottom: 40px;
    box-shadow: 1px 1px 5px #CCCCCC;
    float: left;
    width: 228px;
}

    .sfNavVerticalWrp li a {
        padding: 15px 0 15px 25px;
        float: left;
        width: 203px;
        border-bottom: 1px solid #DDDDDD;
        background-image: url(/Images/SiteImages/bg_vertical_nav_li.png);
        background-repeat: no-repeat;
        background-position: 10px;
    }

        .sfNavVerticalWrp li a:hover {
            background-color: #135F9B;
            color: #FFFFFF;
            text-decoration: none;
            width: 203px;
            background-image: url(/Images/SiteImages/bg_vertical_nav_li_on.png);
        }

.sfNavWrp ul.sfNavVertical li a.sfSel {
    background-color: #135F9B;
    color: #FFFFFF;
    text-decoration: none;
    width: 203px;
    border-bottom: 0;
    font-weight: bold;
    background-image: url(/Images/SiteImages/bg_vertical_nav_li_on.png);
}


/****** BREADCRUMB ******/

.sfBreadcrumbWrp {
    margin: 0;
}

    .sfBreadcrumbWrp .RadSiteMap .sfBreadcrumbNavigation .rsmLink,
    .sfBreadcrumbWrp .RadSiteMap .rsmOneLevel .rsmItem {
        font-size: 12px;
        text-decoration: none;
    }

        .sfBreadcrumbWrp .RadSiteMap .sfBreadcrumbNavigation .rsmLink:hover {
            color: #135F9B;
            text-decoration: underline;
        }

/****** PAGE HEADING ******/

.page_heading_wrapper {
    border-bottom: 3px solid #7ca53f;
    margin-bottom: 30px;
}

.page_heading {
    color: #135F9B;
    font-size: 30px;
    padding-top: 30px;
    padding-bottom: 15px;
}

    .page_heading img {
        float: right;
        margin-top: -30px;
    }

.page_sub_heading {
    font-size: 16px;
    color: #582a76;
    line-height: 25px;
    text-align: left;
    margin-bottom: 20px;
}

.page_banner_products {
    margin-top: 30px;
}

.page_heading_products {
    color: #135F9B;
    font-size: 30px;
    border-bottom: 3px solid #7ca53f;
    padding: 5px 0 5px 10px;
    background: rgba(255, 255, 255, .9);
    position: relative;
    margin-top: -58px;
    margin-bottom: 30px;
    width: 720px;
}

/************************************************ INDIVIDUAL PAGE STYLES ************************************************/

/****** HOMEPAGE ******/

/** Industry Links **/

.homepage_industry_links a {
    padding: 20px 20px 20px 20px;
    border-right: 1px solid #DDDDDD;
    width: 203px;
    display: block;
}

    .homepage_industry_links a:hover,
    .homepage_industry_links_end a:hover {
        text-decoration: none;
        background-image: url(/Images/SiteImages/bg_hp_boxes_over.png);
        background-position: bottom;
    }


.homepage_industry_links_end a {
    border: 0 !important;
    padding: 20px 20px 20px 20px;
    width: 204px;
    display: block;
}

    .homepage_industry_links a h2,
    .homepage_industry_links_end a h2 {
        display: inline;
        margin-left: 10px;
        vertical-align: super;
        font-weight: bold;
    }

    .homepage_industry_links a p,
    .homepage_industry_links_end a p {
        margin-top: 5px;
        margin-bottom: 0;
    }

/** Solution Links **/

.homepage_solutions a {
    width: 230px;
    display: block;
}

    .homepage_solutions a:hover {
        text-decoration: none;
        background-position: bottom;
        background-image: url(/Images/SiteImages/bg_hp_boxes_over.png);
        background-position: bottom;
    }

.homepage_solutions {
    overflow: hidden;
}

    .homepage_solutions:hover {
        background-image: url(/Images/SiteImages/bg_hp_boxes_over.png);
        background-position: bottom;
    }

    .homepage_solutions img {
        border-bottom: 1px solid #DDDDDD;
    }

        .homepage_solutions img:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); /* For IE8 and earlier */
        }

    .homepage_solutions h2 {
        margin: 0;
        padding: 15px 10px 15px 10px;
        font-size: 14px;
        font-weight: bold;
    }

/** Homepage Right Column **/

.homepage_hero_links a {
    padding: 10px 0 10px 0;
    width: 70px;
    display: block;
    text-align: center;
    margin-top: -70px;
    background-image: url(/Images/SiteImages/bg_hp_boxes.png);
    background-repeat: repeat-x;
    background-position: bottom;
    border: 1px solid #DDDDDD;
    margin-bottom: 20px;
    box-shadow: 1px 1px 5px #CCCCCC;
    position: relative;
    z-index: 9;
}

    .homepage_hero_links a:hover {
        background-image: url(/Images/SiteImages/bg_hp_boxes_over.png);
        text-decoration: none;
    }

    .homepage_hero_links a img {
        margin-bottom: 5px;
    }

.homepage_section_title {
    font-size: 14px;
    margin-bottom: 15px;
}

.homepage_rightcol_title {
    border-bottom: 1px solid #DDDDDD;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
}

    .homepage_rightcol_title h2 a {
        color: #135F9B;
    }

.homepage_latest_news {
    margin-bottom: 10px;
}

    .homepage_latest_news .sfnewsListTitleDate h2.sfnewsTitle {
        margin-bottom: 0px;
    }

        .homepage_latest_news .sfnewsListTitleDate h2.sfnewsTitle a {
            color: #582a76;
            font-weight: 600;
            font-size: 13px;
        }

    .homepage_latest_news .sfnewsListTitleDate .sfnewsMetaInfo {
        color: #000000;
    }

/** Homepage Other **/

.homepage_statement {
    text-align: center;
    color: #135F9B;
    font-weight: 600;
    font-size: 20px;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    padding: 15px 0 15px 0;
}

/****** PRODUCTS & SERVICES PAGE ******/

a.btn_more_info {
    color: #7ca53f;
    float: left;
    display: inline;
    width: auto;
    padding: 0 0 20px 10px;
    font-size: 12px;
    font-weight: bold;
}

a.btn_order_now {
    color: #7ca53f;
    float: left;
    display: inline;
    width: auto;
    padding: 0 0 20px 40px;
    font-size: 12px;
    font-weight: bold;
}

    a.btn_more_info:hover,
    a.btn_order_now:hover {
        background-image: none;
        color: #582a76;
    }

/****** RESOURCE CENTRE HOMEPAGE ******/

.resource_link a {
    padding: 15px;
    display: block;
    overflow: hidden;
    color: #000000;
}

    .resource_link a:hover {
        background-image: url(/Images/SiteImages/bg_hp_boxes_over.png);
        background-position: bottom;
        background-repeat: repeat-x;
    }

    .resource_link a span {
        width: 112px;
        float: left;
    }

    .resource_link a img {
        float: left;
        padding-right: 10px;
    }

.resource_link h2 {
    float: left;
}

.resource_link p {
    float: left;
    width: 200px;
    margin-bottom: 0;
}

.resource_link span.btn_more_info {
    padding: 5px 0 0 0;
    color: #7ca53f;
    font-weight: bold;
    display: block;
}

    .resource_link span.btn_more_info:hover {
        color: #582a76;
    }


/****** RESOURCE CENTRE PAGES ******/

.sfdownloadFileWrp {
    padding: 20px 0 20px 0;
    border-bottom: 1px solid #DDDDDD;
}

    .sfdownloadFileWrp a {
        padding-left: 30px;
    }

/****** NEWS PAGE ******/

.sfnewsListTitleDateSummary {
    margin-top: -40px;
}

    .sfnewsListTitleDateSummary .sfnewsListItem {
        border-bottom: 1px solid #DDDDDD;
        padding: 20px;
    }

    .sfnewsListTitleDateSummary h2.sfnewsTitle {
        margin-bottom: 0;
    }

        .sfnewsListTitleDateSummary h2.sfnewsTitle a {
            color: #582a76;
            font-weight: normal;
            font-size: 16px;
            margin-bottom: 0;
        }

    .sfnewsListTitleDateSummary .sfnewsMetaInfo {
        font-style: italic;
    }

    .sfnewsListTitleDateSummary .sfnewsFullStory {
        margin-top: 10px;
        display: block;
    }

/****** NEWS ITEM PAGE ******/

.sfnewsDetails .sfnewsTitle {
    color: #135F9B;
    border-bottom: 3px solid #7CA53F;
    margin-bottom: 20px;
    padding-bottom: 22px;
    font-size: 30px;
    background-image: url(/Images/SiteImages/icon_page_news.png);
    background-position: top right;
    background-repeat: no-repeat;
}

.sfnewsDetails .sfnewsSummary {
    font-size: 16px;
    color: #582a76;
    line-height: 25px;
    text-align: left;
    margin-bottom: 20px;
    font-style: normal;
    padding: 20px 0 0 0;
}

.sfnewsDetails .sfnewsAuthorAndDate {
    color: #7CA53F;
    font-weight: bold;
    font-size: 13px;
}

.sfnewsDetails .sfnewsContent {
    padding: 0;
}

/****** EVENTS PAGE ******/

.events_category_title {
    background-color: #135F9B;
    margin-top: 20px;
    padding: 10px 0px 10px 20px;
}

    .events_category_title h2 {
        color: #FFFFFF;
        font-weight: 600;
        margin: 0;
        padding: 0;
    }

.sfeventsListTitleCityDate .sfeventListItem {
    padding: 15px;
    border-bottom: 1px solid #DDDDDD;
}

.sfeventsListTitleCityDate h2.sfeventTitle a {
    color: #582a76;
    font-weight: 600;
    font-size: 14px;
}

.sfeventsListTitleCityDate .sfeventMetaInfo div.date {
    display: block;
    font-weight: bold;
    color: #7ca53f;
    font-size: 13px;
}

.sfeventsListTitleCityDate .sfeventMetaInfo div.location {
    color: #000000;
    font-size: 13px;
}

/****** EVENTS ITEM PAGE ******/

.sfeventDetails .sfeventTitle {
    color: #135F9B;
    border-bottom: 3px solid #7CA53F;
    margin-bottom: 30px;
    padding-bottom: 22px;
    font-size: 30px;
    background-image: url(/Images/SiteImages/icon_page_events.png);
    background-position: top right;
    background-repeat: no-repeat;
}

.sfeventDatesLocationContacts {
    padding: 0 0 20px 0;
    border-bottom: 1px solid #DDDDDD;
    line-height: 20px;
}

    .sfeventDatesLocationContacts strong {
        color: #7CA53F;
        font-size: 13px;
    }

.sfeventDetails .sfeventContent h3, .sfeventsListTitleCityDateContent .sfeventContent h3 {
    font-size: 16px;
    font-weight: normal;
    margin-top: 0;
}

.sfeventDetails .sfeventContent ul, .sfeventsListTitleCityDateContent .sfeventContent ul {
    list-style-type: square;
    padding-left: 25px;
    line-height: 20px;
}

/****** CONTACT US PAGE ******/

.contact_us_box {
    min-height: 220px;
    background-image: url(/Images/SiteImages/bg_page_boxes.png);
    background-repeat: repeat-x;
    background-position: bottom;
    border: 1px solid #DDDDDD;
    margin-bottom: 20px;
    box-shadow: 1px 1px 5px #CCCCCC;
}

.contact_us_box_phone {
    background-image: url(/Images/SiteImages/icon_contact_phone.png);
    background-position: 200px 10px;
    background-repeat: no-repeat;
}

.contact_us_box_email {
    background-image: url(/Images/SiteImages/icon_contact_e-mail.png);
    background-position: 190px 15px;
    background-repeat: no-repeat;
}

.contact_us_box_social {
    background-image: url(/Images/SiteImages/icon_contact_social_networks.png);
    background-position: 185px 10px;
    background-repeat: no-repeat;
}

    .contact_us_box_social img {
        vertical-align: text-bottom;
    }

.contact_us_box_office {
    background-image: url(/Images/SiteImages/icon_contact_office.png);
    background-position: 190px 10px;
    background-repeat: no-repeat;
}

.contact_us_box h4 {
    margin-top: 15px;
    margin-bottom: 5px;
}

.contact_us_box h2 {
    font-size: 14px;
    font-weight: bold;
}



/************************************************ FORMS ************************************************/

/****** UNIVERSAL FROM STYLES ******/

.sfError {
    padding-left: 0;
    float: left;
}

.sfFormBox {
    margin-bottom: 0;
}

/****** NEWSLETTER FORM ******/

.newsletter_form {
    padding: 20px 10px 20px 10px;
    overflow: hidden;
    width: auto !important;
    position: relative;
}

    .newsletter_form .sfTxtLbl {
        color: #135F9B;
        font-size: 15px;
        font-weight: 600;
        float: left;
        margin-bottom: 10px;
        margin-top: -25px;
        display: block;
    }

.newsletter_form_textbox input {
    width: 175px;
    float: left;
    background-color: #DDDDDD;
    border: 1px solid #CCCCCC;
    height: 17px;
}

    .newsletter_form_textbox input:focus {
        outline-color: #7ca53f;
    }

.newsletter_form_submit input {
    background-image: url(../Images/buttons/btn_arrow.png);
    border: 0;
    height: 25px;
    width: 25px;
    color: transparent;
    font-size: 1px;
    position: absolute;
    top: 47px;
    right: 12px;
}

.newsletter_form_submit:focus {
    outline-color: #7ca53f;
}

.newsletter_form .sfSuccess {
    margin-top: 0;
    text-align: center;
    font-size: 14px;
    color: #135F9B;
    font-weight: 600;
    line-height: 25px;
}

/****** CONTACT US FORM ******/

.contact_us_form {
    border: 1px solid #DDDDDD;
    padding: 20px;
    width: 440px;
}

    .contact_us_form .sfFormTitle.sfTitleSmall {
        margin: 0 0 20px 0;
    }

    .contact_us_form .sfTopLbls .sfTxtLbl {
        color: #7ca53f;
        font-size: 13px;
        margin-bottom: 5px;
    }

    .contact_us_form .sfFormBox.sfTxtBoxMedium .sfTxt {
        width: 200px;
        border: 1px solid #DDDDDD;
        margin-bottom: 20px;
    }

        .contact_us_form .sfFormBox.sfTxtBoxMedium .sfTxt:focus {
            outline-color: #582a76;
        }

    .contact_us_form .sfFormBlock.sfTxtBlockMedium .sfTxt {
        width: 430px;
        border: 1px solid #DDDDDD;
    }

        .contact_us_form .sfFormBlock.sfTxtBlockMedium .sfTxt:focus {
            outline-color: #582a76;
        }

    .contact_us_form .sfFormSubmit.sfSubmitBtnSmall input {
        background-color: #135F9B;
        background-image: none;
        color: #ffffff;
        border: 0;
        box-shadow: 1px 1px 5px #000000;
        padding: 15px 40px 15px 40px;
        font-size: 14px;
        letter-spacing: 2px;
    }

        .contact_us_form .sfFormSubmit.sfSubmitBtnSmall input:hover {
            cursor: pointer;
            background-color: #582a76;
        }

    .contact_us_form .sfSuccess {
        color: #135F9B;
        font-size: 14px;
        margin-top: 0;
        line-height: 25px;
        font-weight: 600;
    }


/************************************************ SEARCH RESULTS ************************************************/

.sfsearchResultStatistics {
    margin-top: -20px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #582a76;
}

.sfsearchReultTitleSnippetUrl {
    border-bottom: 1px solid #DDDDDD;
    padding: 10px;
}

    .sfsearchReultTitleSnippetUrl .sfsearchResultTitle {
        margin: 0 0 5px 0;
    }

    .sfsearchReultTitleSnippetUrl .sfsearchResultUrl a:link {
        margin-bottom: 5px;
        display: block;
    }

    .sfsearchReultTitleSnippetUrl .sfsearchResultHighLighter {
        line-height: 20px;
    }

        .sfsearchReultTitleSnippetUrl .sfsearchResultHighLighter strong {
            color: #135F9B;
        }



/* ==========================================================================
   Hero Banner
   ========================================================================== */
/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
/* The Nivo Slider styles */
.nivoSlider {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
    box-shadow: none !important;
    margin: 0 !important;
}

    .nivoSlider img {
        position: absolute;
        top: 0px;
        left: 0px;
        max-width: none;
    }

.nivo-main-image {
    display: block !important;
    position: relative !important;
    width: 100% !important;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 6;
    display: none;
    background: white;
    filter: alpha(opacity=0);
    opacity: 0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
    display: block;
    position: absolute;
    z-index: 5;
    height: 100%;
    top: 0;
}

.nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
    overflow: hidden;
}

    .nivo-box img {
        display: block;
    }
/* Caption styles */
.nivo-caption {
    position: absolute;
    left: 0px;
    top: 50px;
    /*background:#000;*/
    color: #636363;
    width: 100%;
    z-index: 8;
    padding: 0;
    opacity: 0.8;
    overflow: hidden;
    display: none;
    -moz-opacity: 0.8;
    filter: alpha(opacity=8);
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}

    .nivo-caption p {
        padding: 0 0 10px 0;
        margin: 0;
    }

    .nivo-caption a {
        display: inline !important;
    }

.nivo-html-caption {
    display: none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
    position: absolute;
    top: 45%;
    z-index: 9;
    cursor: pointer;
}

.nivo-prevNav {
    left: 0px;
    display: none !important;
}

.nivo-nextNav {
    right: 0px;
    display: none !important;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
    text-align: center;
    padding: 0 !important;
    position: relative;
    top: -45px;
    left: -265px;
    z-index: 997;
}

    .nivo-controlNav a {
        cursor: pointer;
    }

        .nivo-controlNav a.active {
            font-weight: bold;
        }

.lt-ie8 .nivo-control {
    float: left;
    position: relative;
    left: 430px;
}

.slider-wrapper {
    width: 1000px;
    margin: 0 auto;
}

.slider-bg {
    width: 100%;
    height: 295px;
    margin-top: -36px;
    position: relative;
    z-index: 1;
}

.lt-ie8 .slider-bg {
    background: none;
    margin-top: 0;
    position: relative;
    /*bottom:4px;*/
}

.lt-ie8 .slider-wrapper {
    height: 300px;
}

.nivoSlider div.nivo-caption {
    width: 450px;
}

    .nivoSlider div.nivo-caption h2 {
        color: #135f9b;
        font-size: 40px;
        font-size: 25px;
        font-weight: 600;
        margin: 0 0 10px 0;
        line-height: 36px;
    }

    .nivoSlider div.nivo-caption h3 {
    }

    .nivoSlider div.nivo-caption p {
        font-size: 14px;
        font-size: 15px;
    }

.nivo-caption p.hero_link {
    padding-top: 5px;
    font-weight: 600;
}
/* ==========================================================================
   Hero Banner - Default Theme
   ========================================================================== */
/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/

.theme-default .nivoSlider {
    position: relative;
    /*background:url(http://www.globalx.com.au/Portals/_default/Skins/GlobalX/img/loading.gif) no-repeat 50% 50%;*/
    margin-bottom: 10px;
    /*  -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;*/
}

    .theme-default .nivoSlider img {
        position: absolute;
        top: 0px;
        left: 0px;
        display: none;
    }

    .theme-default .nivoSlider a {
        border: 0;
        display: block;
    }

.theme-default .nivo-controlNav {
    text-align: center;
    padding: 20px 0;
}

    .theme-default .nivo-controlNav a {
        display: inline-block;
        width: 22px;
        height: 22px;
        background: url(/Images/SiteImages/bullets.png) no-repeat;
        text-indent: -9999px;
        border: 0;
        margin: 0 2px;
    }

        .theme-default .nivo-controlNav a.active {
            background-position: 0 -23px;
            background-position: 0 -23px\9;
        }

.theme-default .nivo-directionNav a {
    display: block;
    width: 30px;
    height: 30px;
    background: url(img/arrows.png) no-repeat;
    text-indent: -9999px;
    border: 0;
    opacity: 0;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.theme-default:hover .nivo-directionNav a {
    opacity: 1;
}

.theme-default a.nivo-nextNav {
    background-position: -30px 0;
    right: 15px;
}

.theme-default a.nivo-prevNav {
    left: 15px;
}

.theme-default .nivo-caption {
}

    .theme-default .nivo-caption a {
        color: #582a76;
        text-transform: uppercase;
    }

        .theme-default .nivo-caption a:hover {
            color: #7ca53f;
            text-decoration: none;
        }

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
    width: 100%;
}

    .theme-default .nivo-controlNav.nivo-thumbs-enabled a {
        width: auto;
        height: auto;
        background: none;
        margin-bottom: 5px;
    }

    .theme-default .nivo-controlNav.nivo-thumbs-enabled img {
        display: block;
        width: 120px;
        height: auto;
    }

.registerbtn-hero {
    padding: 12px 16px;
    background-color: #4FA4C4;
    margin: 30px 0;
    color: #fff !important;
    text-decoration: none;
}

    .registerbtn-hero:hover {
        background-color: #087fac;
        text-decoration: none;
    }
