﻿/* Add your custom styles here */
body {
    color: #000000;
    font-family: 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}



/*///// PRESS RELEASE /////////////////*/
.SpacingBottom {
    margin-bottom: 20px;
}

.ArticleUtilities {
    margin-top: 20px;
}


#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
    color: #5a5a5a;
}

/*-- LISTS --*/
.DNNModuleContent .Normal ul, .DNNModuleContent .Normal ol {
    list-style-position: inside;
    padding-left: 18px;
    text-indent: -14px;
}

/*-- LINKS --*/
a, a:visited, a:hover, a:active {
    text-decoration: none;
}

.DNNModuleContent .Normal a:visited {
    color: #000000;
}

.DNNModuleContent .Normal a:hover {
    color: #ed1c24;
}

.DNNModuleContent .Normal a:active {
    color: #ed1c24;
}

/*-- BUTTON LINKS --*/
/*---- Gradient Button Colors --
top: light baby blue - #c4d8e9
bottom: dark baby blue - #86aed1

RED Button
top: #fe3646
bottom: #de0506
------------------------------
///////////////////////////////*/
.dnnPrimaryAction, .dnnFormItem input[type="submit"], a.dnnPrimaryAction {
    border-color: #0D569E;
    background: #a5c3dd;
    background: -moz-linear-gradient(top, #c4d8e9 0%, #86aed1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c4d8e9), color-stop(100%,#86aed1));
    background: -webkit-linear-gradient(top, #c4d8e9 0%,#86aed1 100%);
    background: linear-gradient(top, #c4d8e9 0%,#86aed1 100%);
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.6), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.6), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
    color: #1a3460;
    /*text-shadow: 0px -1px 0px #185B93;*/
    text-shadow: none;
}

    .dnnPrimaryAction:hover, .dnnFormItem input[type="submit"]:hover, a.dnnPrimaryAction:hover {
        border-color: #a52626;
        background: #ed1c24;
        background: -moz-linear-gradient(top, #fe3646 0%, #de0506 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fe3646), color-stop(100%,#de0506));
        background: -webkit-linear-gradient(top, #fe3646 0%,#de0506 100%);
        background: linear-gradient(top, #fe3646 0%,#de0506 100%);
        color: #fff;
    }

.DNNModuleContent .Normal a.button, .DNNModuleContent .Normal a.button:link, .DNNModuleContent .Normal a.button:visited, #divEmailAFriend a.btnEmailAFriend, #divEmailAFriend a.btnEmailAFriend:link, #divEmailAFriend a.btnEmailAFriend:visited, #divPrinterFriendly a.lnkPrinterFriendly, #divPrinterFriendly a.lnkPrinterFriendly:link, #divPrinterFriendly a.lnkPrinterFriendly:visited, .Publish_ReturnToList a.read-more, .Publish_ReturnToList a.read-more:link, .Publish_ReturnToList a.read-more:visited, .Publish_CustomDisplayPaging a.Publish_lnkNext, .Publish_CustomDisplayPaging a.Publish_lnkNext:link, .Publish_CustomDisplayPaging a.Publish_lnkNext:visited, .Publish_CustomDisplayPaging a.Publish_lnkPrevious, .Publish_CustomDisplayPaging a.Publish_lnkPrevious:link, .Publish_CustomDisplayPaging a.Publish_lnkPrevious:visited {
    background: #a5c3dd;
    color: #1a3460;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #a5c3dd;
    text-decoration: none;
    background: #a5c3dd; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M0ZDhlOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4NmFlZDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #c4d8e9 0%, #86aed1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c4d8e9), color-stop(100%,#86aed1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #c4d8e9 0%,#86aed1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #c4d8e9 0%,#86aed1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #c4d8e9 0%,#86aed1 100%); /* IE10+ */
    background: linear-gradient(to bottom, #c4d8e9 0%,#86aed1 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4d8e9', endColorstr='#86aed1',GradientType=0 ); /* IE6-8 */
}

    #divEmailAFriend a.btnEmailAFriend, #divEmailAFriend a.btnEmailAFriend:link, #divEmailAFriend a.btnEmailAFriend:visited, #divPrinterFriendly a.lnkPrinterFriendly, #divPrinterFriendly a.lnkPrinterFriendly:link, #divPrinterFriendly a.lnkPrinterFriendly:visited {
        overflow: visible;
        padding: 7px 20px;
        font-size: 12px;
    }

    .Publish_ReturnToList a.read-more, .Publish_ReturnToList a.read-more:link, .Publish_ReturnToList a.read-more:visited, .Publish_CustomDisplayPaging a.Publish_lnkNext, .Publish_CustomDisplayPaging a.Publish_lnkNext:link, .Publish_CustomDisplayPaging a.Publish_lnkNext:visited, .Publish_CustomDisplayPaging a.Publish_lnkPrevious, .Publish_CustomDisplayPaging a.Publish_lnkPrevious:link, .Publish_CustomDisplayPaging a.Publish_lnkPrevious:visited {
        overflow: visible;
        padding: 7px 20px;
    }

        a.button:hover, .DNNModuleContent .Normal a.button:hover, #divEmailAFriend a.btnEmailAFriend:hover, #divPrinterFriendly a.lnkPrinterFriendly:hover, .Publish_ReturnToList a.read-more:hover, .Publish_CustomDisplayPaging a.Publish_lnkNext:hover, .Publish_CustomDisplayPaging a.Publish_lnkPrevious:hover {
            background: #ed1c24;
            color: #ffffff;
            border: 1px solid #a52626;
            background: #ed1c24; /* Old browsers */
            /* IE9 SVG, needs conditional override of 'filter' to 'none' */
            background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlMzY0NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZTA1MDYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
            background: -moz-linear-gradient(top, #fe3646 0%, #de0506 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fe3646), color-stop(100%,#de0506)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #fe3646 0%,#de0506 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #fe3646 0%,#de0506 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #fe3646 0%,#de0506 100%); /* IE10+ */
            background: linear-gradient(to bottom, #fe3646 0%,#de0506 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe3646', endColorstr='#de0506',GradientType=0 ); /* IE6-8 */
        }

a.button:active {
    background: #a5c3dd;
    color: #1a3460;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #a5c3dd;
}


/*-- Custom Class Additions --*/
.red-text {
    color: #ed1c24;
}

.responsive-image {
    width: 100%;
    height: auto;
}

.imgLeft, .imgLeftWithBorder {
    float: left;
    margin: 0 20px 20px 0;
}

.imgLeftWithBorder {
}

.imgRight, .imgRightWithBorder {
    float: right;
    margin: 0 0 20px 20px;
}

.imgRightWithBorder {
}

/*-- Underline Image --*/
.esgr-content {
}

.head_title {
    display: none;
}

/*-- Company Highlight --*/
.esgr-drop-shadow, .company-highlight-container img {
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.35);
}

.company-highlight-container {
    padding: 20px;
}

    .company-highlight-container img {
        width: 100%;
        height: auto;
    }

    .company-highlight-container h3 {
        color: #ed1c24;
    }

    .company-highlight-container .button {
        margin: 0 auto;
    }

/*//////// HOVER LINKS //////////*/
#top a, #top .contact-info, #ControlEditPageMenu a > * {
    color: #999;
}

    #top a:hover, #ControlEditPageMenu a:hover > * {
        color: #4e89e3;
    }

.DNNModuleContent .Normal a, .DNNModuleContent .Normal a:link, .DNNModuleContent .Normal a:visited {
    color: #1a3460;
    text-decoration: underline;
}

    .DNNModuleContent .Normal a:hover, #footer .DNNModuleContent .Normal a:hover, #footer-bottom .DNNModuleContent .Normal a:hover {
        color: #ed1c24;
    }

#footer .DNNModuleContent .Normal a, #footer-bottom .DNNModuleContent .Normal a {
    text-decoration: none;
}


/*-- Custom Additions --*/
#dnn_dnnLOGO_imgLogo {
    border: 0;
    width: 100%;
    height: auto;
}

.header-wrapper {
    background: #f0f0f0;
    padding: 0px 0;
}

.menu-wrapper {
    background: #1a3460;
}


#main-nav > ul {
    margin: 0;
}

    #main-nav > ul:after {
        clear: both;
        content: ' ';
        display: block;
        font-size: 0;
        height: 0;
        line-height: 0;
        visibility: hidden;
        width: 0;
    }

#main-nav ul ul {
    /*background: #3a3a3a;*/
    background: #1a3460;
    -webkit-box-shadow: 2.5px 2.5px 5px rgba(0, 0, 0, .2);
    -moz-box-shadow: 2.5px 2.5px 5px rgba(0, 0, 0, .2);
    box-shadow: 2.5px 2.5px 5px rgba(0, 0, 0, .2);
    display: none;
    left: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    width: 200px;
    z-index: 99;
}

#main-nav a {
    /*border-bottom: 0px solid transparent;
border-top: 0px solid transparent;*/
    border-top: 1px solid #274e90;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    border-left: 1px solid #274e90;
    font-family: 'Arial', 'Sans-Serif', sans-serif;
    font-size: 14px;
    font-weight: normal;
    display: block;
    letter-spacing: -0.08px;
    padding: 10px 20px 10px;
    position: relative;
    text-align: center;
    text-transform: capitalize;
    z-index: 98;
}

#main-nav ul ul a {
    border-top: 1px solid #274e90;
    border-bottom: 1px solid #000000;
}

#main-nav ul ul, #main-nav ul ul ul {
    left /*\**/: -20px\9;
}

/*-- LIVE SLIDER Additions --*/
#dnn_BannerPane .DnnModule:first-child .c_head.no_title_container {
    margin-bottom: 0;
}

.ModLiveSliderC .ls-inner {
    background-repeat: no-repeat;
    background-position: top left;
}

.ModLiveSliderC .ls-slide .ls-l {
    width: 50% !important;
    left: 50% !important;
    display: block;
    position: relative !important;
    right: 20px !important;
    margin-top: 2.12% !important;
    text-shadow: 0px 2px 1px rgba(7, 7, 7, 1);
}

.ModLiveSliderC .ls-inner .ls-slide .ls-l:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
}

/* H2 Inside of LIVE SLIDER Style Panel Needs to be set to font-size: 40px and line-height: 43px in order to equal out to 32pt font.*/
.ModLiveSliderC .ls-inner .ls-slide h2.ls-l { /*font-size:32px !important; line-height:36px !important;*/
    color: #ffffff;
    font-weight: bold;
    font-family: 'Arial', 'Sans-Serif', sans-serif;
    background: none;
}

/* P tag Inside of LIVE SLIDER Style Panel Needs to be set to font-size: 23px and line-height: 36px in order to equal out to 18pt font.*/
.ModLiveSliderC .ls-slide p.ls-l {
    /*font-size:18px !important; line-height:30px !important;*/ color: #ffffff;
    font-family: 'Arial', 'Sans-Serif', sans-serif;
}

.ModLiveSliderC .ls-slide a.ls-l span {
    /* background: #f15a23; */
    background-color: #ed1c24 !important;
    border: none;
    color: #fff;
    cursor: pointer;
    font-family: 'Arial', 'Sans-Serif', sans-serif;
    font-weight: 400;
    height: auto;
    overflow: visible;
    /*padding: 12px 20px !important;*/
    padding: 2.6% 4.7% !important;
    /*-webkit-transition: background-color .2s ease;
-moz-transition: background-color .2s ease;
-ms-transition: background-color .2s ease;
-o-transition: background-color .2s ease;
transition: background-color .2s ease;*/
    width: auto;
}

    .ModLiveSliderC .ls-slide a.ls-l span:hover {
        background-color: #3a3a3a !important;
        color: #fff;
    }

.ModLiveSliderC .ls-container .ls-shadow {
    display: none;
}

.DnnModule-LiveSlider .c_head {
    margin-bottom: 0px;
}

/*-- NEWS TICKER Using LIVE SLIDER --*/
.DnnModule-LiveSlider + .DnnModule-LiveSlider {
    margin-bottom: 50px;
}

    .DnnModule-LiveSlider + .DnnModule-LiveSlider .ModLiveSliderC .ls-slide { /*height:40px !important;*/
    }

        .DnnModule-LiveSlider + .DnnModule-LiveSlider .ModLiveSliderC .ls-slide:after {
            clear: both;
            content: ' ';
            display: block;
            font-size: 0;
            height: 0;
            line-height: 0;
            visibility: hidden;
            width: 0;
        }

        .DnnModule-LiveSlider + .DnnModule-LiveSlider .ModLiveSliderC .ls-slide .ls-l {
            width: 100% !important;
            right: 0 !important;
            left: 0 !important;
            margin: 0 !important;
            box-sizing: border-box !important; /*padding:10px !important;*/
            padding: 1% !important;
            text-shadow: none;
        }

            .DnnModule-LiveSlider + .DnnModule-LiveSlider .ModLiveSliderC .ls-slide .ls-l h3 { /*font-size:14px !important;*/
            }

/*-- Photo Gallery --*/
.highslide-heading {
    font-size: 1.27em !important;
    font-family: 'Arial', 'Sans-Serif', sans-serif !important;
    color: #ed1c24;
}

.highslide-wrapper .highslide-image {
}

.lcdefault .highslide-caption, .lcdefault .comment-overlay {
    font-family: 'Arial', 'Sans-Serif', sans-serif !important;
}

.highslide img {
    width: 24.4%;
    height: 150px;
    margin-bottom: 10px;
}
/*
.highslide-wrapper {padding: 20px !important; box-sizing:border-box !important;}
.highslide-wrapper img {width:100% !important; height:auto !important; position:relative !important;}
.highslide-wrapper img:after {clear:both; content:' '; display:block; font-size:0;height:0; line-height:0; visibility:hidden; width:0;}
.highslide-caption {position:relative !important;}
*/

/*-- Photo Gallery Landing Page With Table 
.fa-photo-gallery-table .c_contentpane .Normal table {width:100%; border-spacing: 20px; border-collapse:separate;}
.fa-photo-gallery-table .c_contentpane .Normal table img {float:left; width:140px; height:auto;}
.fa-photo-gallery-table .c_contentpane .Normal table td {padding-bottom:40px;}
.fa-photo-gallery-table .c_contentpane h2, .fa-photo-gallery-table .c_contentpane p {width:65%; float:right;}
.fa-photo-gallery-table .c_contentpane .Normal table {margin: 0 0 20px;
background-color: #fff;
-moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.4);
-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.4);
box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.4);
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
color: #606068;
}
--*/

/*-- Photo Gallery Landing Page Fluid --*/
.photo-gallery .ContantPane:after, .photo-gallery .ContantPane .c_content:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
}

.photo-gallery .ContantPane .DnnModule {
    width: 48.935%;
    float: left;
    margin-right: 2.13%;
    box-sizing: border-box;
    margin-bottom: 40px;
    padding: 10px; /*-webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.35); -moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.35); box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.35);*/
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #ECECEC;
}

    .photo-gallery .ContantPane .DnnModule:nth-child(even) {
        margin-right: 0px;
    }

    .photo-gallery .ContantPane .DnnModule .esgr-column .c_contentpane a.align-left { /*width:140px;*/
        width: 30.43%;
        height: auto;
    }

    .photo-gallery .ContantPane .DnnModule .esgr-column .c_contentpane img { /*width:140px; width:40%; height:auto;*/
    }

    .photo-gallery .ContantPane .DnnModule .esgr-column .c_contentpane h2, .photo-gallery .ContantPane .esgr-column .c_contentpane p {
        width: 65%;
        float: right;
    }


/*-- Current Recipients --*/
.news .post-meta {
    display: none;
}

.news .news-wrapper {
    padding: 10px;
    border: 1px solid #ECECEC;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.news .lawidget {
    border: 1px solid #ECECEC;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.news-wrapper:after, .news .item-article:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
}

.news-wrapper .head {
    display: none;
}

.news span.line {
    background-color: #a5c3dd;
    display: none;
}

.news .item-article {
    width: 50%;
    /*height:180px;*/
    margin-bottom: 20px;
    float: left;
    box-sizing: border-box;
    padding: 10px;
    position: relative;
}

    .news .item-article + .item-article {
        border: none;
        margin: 0;
        padding: 10px;
        margin-bottom: 20px;
    }

    .news .item-article:nth-child(even) {
        clear: left;
    }

.news .article-thumbnail, .news .page-thumbnail {
    margin: 0 20px 10px 0;
}

/*-- Past Recipients / Live Articles Module --*/
.two-third .news .item-article {
    width: 100%;
    float: none;
}

.categories a, .categories a:visited {
    color: #000000;
}

    .categories a:hover {
        background: #ed1c24;
        color: #ffffff;
    }

    .categories a:active {
        color: #000000;
    }

.news .categories ul:first-child li:first-child a {
    border-bottom: 1px solid #ECECEC;
}

.news .categories ul li, .news .authors ul li {
    padding: 0;
    border: none;
    border-bottom: 1px solid #ECECEC;
}

.news .categories li:hover a, .news .authors li:hover a {
    color: #000000;
}

    .news .categories li:hover a:hover, .news .authors li:hover a:hover {
        color: #ffffff;
    }

.news .categories li:hover, .news .authors ul li:hover {
    background: none;
    border: none;
}

.news .pager .CurrentPageSelected, .news .pager span.CurrentPage, .news .pager a:hover {
    background-color: #ed1c24;
    color: #F0F0F8;
}

.news .tags a, .news .tags a:link, .news .tags a:visited {
    border: 1px solid #cccccc;
}

    .news .tags a:hover {
        background-color: #ed1c24;
        color: #ffffff;
        border-color: #a52626;
    }

    .news .tags a:active {
        border: 1px solid #cccccc;
    }

/*/// ARTICLE THUMBNAIL IMAGE ////*/
.DNNModuleContent .Normal .itemThumbnail img {
    width: 100%;
    height: auto;
}

/*Video Gallery*/
.tags_view, .categories_view {
    display: none;
}


/*-- Footer --*/
#footer-wrapper {
    /*background: url(img/footer-bg.jpg) no-repeat center top;*/
    border-top: 4px solid #ed1c24;
    background-size: cover;
}

#footer {
    background: none;
}

.footer-nav ul, .social-nav ul {
    list-style: none;
}

.DNNModuleContent .Normal .footer-nav ul, .DNNModuleContent .Normal .social-nav ul {
    padding-left: 0;
    text-indent: 0;
}

.footer-nav ul {
    font-size: 14px;
}

.social-nav ul {
    font-size: 12px;
}

    .social-nav ul li {
        float: left;
        display: inline;
        margin: 0 30px 0 0;
    }
        /*.social-nav ul li:first-child {margin-left:0;}*/
        .social-nav ul li.last {
            margin-right: 0;
            float: right;
        }

        .social-nav ul li a {
            text-align: center;
            display: block;
            max-height: 40px;
        }

    .social-nav ul img {
        display: block;
        margin: 0 auto;
        height: 100%;
        width: auto;
    }

#footer-bottom {
    /*background: url(img/footer-divider.png) no-repeat center top;*/
    line-height: 17px;
    padding: 12px 0;
}

#footer-copyright-wrapper {
    text-align: center;
}

/*--- Contact Us Form ---*/
.ModDNNQuickFormC .dnnFormItem + div, .dnnLoginService .dnnFormItem + div {
    margin-left: 0 !important;
}

.ModDNNQuickFormC .dnnForm .dnnPrimaryAction, .dnnLoginService .dnnForm .dnnPrimaryAction {
    margin-left: 37.5%;
}

.ModDNNQuickFormC .dnnForm .dnnLeft img, .dnnLoginService .dnnForm .dnnLeft img {
    margin-bottom: 20px;
}

.ModDNNQuickFormC .dnnFormItem input[type="text"], .ModDNNQuickFormC .dnnFormItem input[type="password"], .ModDNNQuickFormC .dnnFormItem input[type="email"], .ModDNNQuickFormC .dnnFormItem input[type="tel"], .ModDNNQuickFormC .dnnFormItem select, .ModDNNQuickFormC .dnnFormItem textarea {
    width: 59.9%;
}

/*////// ADMIN PANEL FIXES ////*/
.dnnTextEditor .dnnTextPanel, .dnnTextEditor .dnnTextPanelView, .RadEditor.reWrapper {
    min-width: 100% !important;
    width: 100% !important;
}

td > .dnnLabel {
    width: auto;
}
/*.nowrap {white-space:nowrap;}*/
.reTool span {
    display: block;
}

.reDropdown span {
    float: left;
    text-align: center;
}

@media only screen and (max-width: 959px) {
    /*.news .item-article {width:100%; min-height:180px; float:none; display:block;}*/
    .news .article-thumbnail, .news .page-thumbnail {
        float: none;
        margin: 0 0 20px 0;
        background-color: #FFFFFF;
        border: 1px solid #E0E0E8;
        padding: 4px;
        width: 100%;
        height: auto;
        display: block;
        position: relative;
    }
    /*#footer-wrapper {background-size:cover;}*/
    .dnnFormItem input[type="text"], .dnnFormItem input[type="password"], .dnnFormItem input[type="email"], .dnnFormItem input[type="tel"], .dnnFormItem select, .dnnFormItem textarea {
        width: 100%;
    }

    .ModDNNQuickFormC .dnnForm .dnnPrimaryAction {
        margin-left: 0;
    }

    .ModDNNQuickFormC .dnnForm .dnnLeft {
        width: 100%;
    }

    .ModDNNQuickFormC .dnnForm .dnnLabel {
        width: auto;
    }

    .dnnFormItem input[type="text"], .dnnFormItem input[type="password"], .dnnFormItem input[type="email"], .dnnFormItem input[type="tel"], .dnnFormItem select, .dnnFormItem textarea {
        width: 100%;
        max-width: 100%;
    }

    .photo-gallery .ContantPane .DnnModule .esgr-column .c_contentpane a.align-left {
        width: 100%;
        height: auto;
    }

    .photo-gallery .ContantPane .DnnModule .esgr-column .c_contentpane h2, .photo-gallery .ContantPane .esgr-column .c_contentpane p {
        width: 100%;
        float: right;
    }

    .highslide img {
        width: 24.3%;
        height: 150px;
    }
}

@media only screen and (max-width: 959px) and (min-width: 768px) {
    .align-left {
        margin-bottom: 20px;
    }

    .align-right {
        float: left;
    }

    .social-nav ul li {
        margin-bottom: 20px;
    }

        .social-nav ul li.last {
            float: left;
        }
}

@media only screen and (max-width: 767px) {
    #main-nav {
        float: none;
        margin: 0;
    }

    .photo-gallery .ContantPane .DnnModule {
        width: 100%;
        margin: 0 0 40px 0;
    }

        .photo-gallery .ContantPane .DnnModule .esgr-column .c_contentpane h2, .photo-gallery .ContantPane .DnnModule .esgr-column .c_contentpane p {
            width: 100%;
            float: none;
        }

        .photo-gallery .ContantPane .DnnModule .esgr-column .c_contentpane img {
            width: 100%;
            height: auto;
            margin-bottom: 20px;
        }
}

@media only screen and (max-width: 767px) {
    .ModLiveSliderC .ls-slide img {
        margin-left: 5px !important;
    }

    .align-left {
        float: left;
    }

    .align-right {
        float: right;
    }

    .social-nav ul li.last {
        float: left;
    }
    /*.c_contentpane .Normal .last {float:right;}*/
    .news .item-article {
        width: 100%;
        float: none;
        display: block;
    }

    .highslide img {
        width: 100%;
        height: auto;
    }
}

@media only screen and (max-width: 767px) and (min-width: 480px) {
    .divItemsListing .categoryItemList .one-fourth {
        width: 172px;
        float: left;
        margin-right: 20px;
    }
}

@media only screen and (max-width: 479px) {
    #divEmailAFriend, #divPrinterFriendly {
        float: none;
        display: block;
        margin: 20px auto;
    }

        #divEmailAFriend a.btnEmailAFriend, #divEmailAFriend a.btnEmailAFriend:link, #divEmailAFriend a.btnEmailAFriend:visited, #divPrinterFriendly a.lnkPrinterFriendly, #divPrinterFriendly a.lnkPrinterFriendly:link, #divPrinterFriendly a.lnkPrinterFriendly:visited {
            display: block;
            text-align: center;
        }
}
/*-- Custom Additions --*/
#dnn_dnnLOGO_imgLogo {
    border: 0;
    width: 100%;
    height: auto;
}

.header-wrapper {
    background: #f0f0f0;
    padding: 0px 0;
}

.menu-wrapper {
    background: #1a3460;
}

    .menu-wrapper #main-nav {
       
    }

#main-nav > ul {
    margin: 0;
}

    #main-nav > ul:after {
        clear: both;
        content: ' ';
        display: block;
        font-size: 0;
        height: 0;
        line-height: 0;
        visibility: hidden;
        width: 0;
    }

#main-nav ul ul {
    /*background: #3a3a3a;*/
    background: #1a3460;
    -webkit-box-shadow: 2.5px 2.5px 5px rgba(0, 0, 0, .2);
    -moz-box-shadow: 2.5px 2.5px 5px rgba(0, 0, 0, .2);
    box-shadow: 2.5px 2.5px 5px rgba(0, 0, 0, .2);
    display: none;
    left: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    width: 200px;
    z-index: 99;
}

#main-nav a {
    border-top: 1px solid #274e90;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    border-left: 1px solid #274e90;
    font-family: 'Arial', 'Sans-Serif', sans-serif;
    font-size: 14px;
    font-weight: normal;
    display: block;
    letter-spacing: -0.08px;
    padding: 10px 20px 10px;
    position: relative;
    text-align: center;
    text-transform: capitalize;
    z-index: 98;
    color:#ffffff;
}

#main-nav ul ul a {
    border-top: 1px solid #274e90;
    border-bottom: 1px solid #000000;
}

#main-nav ul ul, #main-nav ul ul ul {
    left /*\**/: -20px\9;
}
#main-nav a:hover, #main-nav .hover > a, #main-nav .current > a {
    background: #ed1c24;
}
#main-nav a:hover, #main-nav .hover > a, #main-nav .current > a, .tabs-nav li.active a, .ss-slider .slide-button.active {
    border-top-color: #ed1c24;
}




/*-- Footer --*/
#footer-wrapper {
    /*background: url(img/footer-bg.jpg) no-repeat center top;*/
    border-top: 4px solid #ed1c24;
    background-size: cover;
    margin-top: 40px;
}

#footer {
    background: none;
}

.footer-nav ul, .social-nav ul {
    list-style: none;
}

.DNNModuleContent .Normal .footer-nav ul, .DNNModuleContent .Normal .social-nav ul {
    padding-left: 0;
    text-indent: 0;
}

.footer-nav ul {
    font-size: 14px;
}

.social-nav ul {
    font-size: 12px;
}

    .social-nav ul li {
        float: left;
        display: inline;
        margin: 0 30px 0 0;
    }
        /*.social-nav ul li:first-child {margin-left:0;}*/
        .social-nav ul li.last {
            margin-right: 0;
            float: right;
        }

        .social-nav ul li a {
            text-align: center;
            display: block;
            max-height: 40px;
        }

    .social-nav ul img {
        display: block;
        margin: 0 auto;
        height: 100%;
        width: auto;
    }

#footer-bottom {
    /*background: url(img/footer-divider.png) no-repeat center top;*/
    line-height: 17px;
    padding: 12px 0;
}

#footer-copyright-wrapper {
    text-align: center;
}







@media only screen and (max-width: 959px) {
    .footer-nav {
        padding: 16px 32px;
    }
    
}

@media only screen and (max-width: 959px) and (min-width: 768px) {

}

@media only screen and (max-width: 767px) {
    #main-nav {
        float: none;
        margin: 0;
    }
}
/*-- Footer --*/
#footer-wrapper {
    /*background: url(img/footer-bg.jpg) no-repeat center top;*/
    border-top: 4px solid #ed1c24;
    background-size: cover;
}

#footer {
    background: none;
}

.footer-nav ul, .social-nav ul {
    list-style: none;
}

.DNNModuleContent .Normal .footer-nav ul, .DNNModuleContent .Normal .social-nav ul {
    padding-left: 0;
    text-indent: 0;
}

.footer-nav ul {
    font-size: 14px;
}

.social-nav ul {
    font-size: 12px;
}

    .social-nav ul li {
        float: left;
        display: inline;
        margin: 0 30px 0 0;
    }
        /*.social-nav ul li:first-child {margin-left:0;}*/
        .social-nav ul li.last {
            margin-right: 0;
            float: right;
        }

        .social-nav ul li a {
            text-align: center;
            display: block;
            max-height: 40px;
        }

    .social-nav ul img {
        display: block;
        margin: 0 auto;
        height: 100%;
        width: auto;
    }

#footer-bottom {
    /*background: url(img/footer-divider.png) no-repeat center top;*/
    line-height: 17px;
    padding: 12px 0;
}

#footer-copyright-wrapper {
    text-align: center;
}
/*-- Footer --*/
#footer-wrapper {
    /*background: url(img/footer-bg.jpg) no-repeat center top;*/
    border-top: 4px solid #ed1c24;
    background-size: cover;
    padding-top: 30px;
}

#footer {
    background: none;
}

.footer-nav ul, .social-nav ul {
    list-style: none;
}

.DNNModuleContent .Normal .footer-nav ul, .DNNModuleContent .Normal .social-nav ul {
    padding-left: 0;
    text-indent: 0;
}

.footer-nav ul {
    font-size: 14px;
}

.social-nav ul {
    font-size: 12px;
}

.social-nav ul li {
    float: left;
    display: inline;
    margin: 0 30px 0 0;
}
/*.social-nav ul li:first-child {margin-left:0;}*/
.social-nav ul li.last {
    margin-right: 0;
    float: right;
}

    .social-nav ul li a {
        text-align: center;
        display: block;
        max-height: 40px;
        font-size: 12px;
    }

.social-nav ul img {
display: block;
margin: 0 auto;
height: 100%;
width: auto;
}
#footer h3 {
    font-size:18px;
}
#footer .right {
    float:right;
}
#footer-bottom {
    background: url(/_content/SharedKernel.Web/images/footer-divider.png) no-repeat center top;
    line-height: 17px;
    padding: 12px 0;
    text-align: center;
    font-size: 14px;
}
#footer{
    margin-bottom: 40px;
}
#footer, #footer a, #footer-bottom, #footer-bottom a {
    color: #868686;
    font-size:14px;
}
#footer .footer-nav ul,
#footer .footer-nav li {
    margin: 0;
    padding: 0;
}
#footer .social-nav ul {
    margin-top: 0;
}
.social-nav ul li {
    margin: 0 15px 0 0;
    font-size: 14px;
}
