﻿@charset "UTF-8";
@import url('./bootstrap/css/bootstrap.min.css');

body {
    font-size: 13px; /* This overrides the browsers default font size */
    line-height: 20px; /* If you change the font-size make sure you change the line-height value as well - the usual ratio is around 1.5 (font-size x 1.5 = line-height) */
    color: #333333;
    font-family: helvetica-light, Arial, Helvetica, sans-serif;
}

/* DNN Body */
#Body {
    /* CSS3 */
    background: #f6f4f4; /* Old browsers */
    min-height: 1px;
}

.accordion {
    margin: 0;
    padding-top:12px;
    padding-bottom:10px;
    padding-left:40px;
    line-height:20px;
    border-top:#f0f0f0 1px solid;
    background: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration:none;
    text-transform:uppercase;
    /*color: #004175;*/
	color: #486d7d;
    font-family:Arial;
    font-weight:700;
    font-size:14px;
    text-transform:uppercase;
    margin-top:5px;
    margin-bottom:0px;
    cursor:pointer;
}
.accordion-open {
    /*background: url(/Portals/_default/Skins/SealBeachCa/Images/DivCollapse.png) 10px 10px no-repeat #ffffff;*/
	background: url(/Portals/_default/Skins/SealBeachCa/Images/DivCollapse.png) 10px 10px no-repeat #f0f0f0;
}
.accordion-close {
    /*background: url(/Portals/_default/Skins/SealBeachCa/Images/DivExpand.png) 10px 10px no-repeat #ffffff;*/
	background: url(/Portals/_default/Skins/SealBeachCa/Images/DivExpand.png) 10px 10px no-repeat #f0f0f0;
}
.accordion-content {
    /*background:#f0f0f0;*/
	background:#e7e7e7;
    padding:10px;
    margin-top:2px;
    padding-left:40px;
}

@font-face {
    font-family: 'helvetica-light';
    src: url('webfonts/helvetica-light/helvetica-light.eot');
    src: url('webfonts/helvetica-light/helvetica-light.eot?#iefix') format('embedded-opentype'), url('webfonts/helvetica-light/helvetica-light.woff') format('woff'), url('webfonts/helvetica-light/helvetica-light.ttf') format('truetype'), url('webfonts/helvetica-light/helvetica-light.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanslight';
    src: url('webfonts/open-sans-light/OpenSans-Light-webfont.eot');
    src: url('webfonts/open-sans-light/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'), url('webfonts/open-sans-light/OpenSans-Light-webfont.woff') format('woff'), url('webfonts/open-sans-light/OpenSans-Light-webfont.ttf') format('truetype'), url('webfonts/open-sans-light/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'walkway_boldregular';
    src: url('webfonts/walkway/Walkway_Bold-webfont.eot');
    src: url('webfonts/walkway/Walkway_Bold-webfont.eot?#iefix') format('embedded-opentype'), url('webfonts/walkway/Walkway_Bold-webfont.woff') format('woff'), url('webfonts/walkway/Walkway_Bold-webfont.ttf') format('truetype'), url('webfonts/walkway/Walkway_Bold-webfont.svg#walkway_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'walkway_blackregular';
    src: url('webfonts/walkway/Walkway_Black-webfont.eot');
    src: url('webfonts/walkway/Walkway_Black-webfont.eot?#iefix') format('embedded-opentype'), url('webfonts/walkway/Walkway_Black-webfont.woff') format('woff'), url('webfonts/walkway/Walkway_Black-webfont.ttf') format('truetype'), url('webfonts/walkway/Walkway_Black-webfont.svg#walkway_blackregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'walkway_semiboldregular';
    src: url('webfonts/walkway/Walkway_SemiBold-webfont.eot');
    src: url('webfonts/walkway/Walkway_SemiBold-webfont.eot?#iefix') format('embedded-opentype'), url('webfonts/walkway/Walkway_SemiBold-webfont.woff') format('woff'), url('webfonts/walkway/Walkway_SemiBold-webfont.ttf') format('truetype'), url('webfonts/walkway/Walkway_SemiBold-webfont.svg#walkway_semiboldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

	@font-face {
		font-family: 'MeteoconsRegular';
		src: url('webfonts/meteocons/meteocons-webfont.eot');
		src: url('webfonts/meteocons/meteocons-webfont.eot?#iefix') format('embedded-opentype'),
			 url('webfonts/meteocons/meteocons-webfont.woff') format('woff'),
			 url('webfonts/meteocons/meteocons-webfont.ttf') format('truetype'),
			 url('webfonts/meteocons/meteocons-webfont.svg#MeteoconsRegular') format('svg');
		font-weight: normal;
		font-style: normal;
	}


/*------------------------------------------------*/
/* FONT STYLE */
/*------------------------------------------------*/
body, th, td, table, h1, h2, h3, h4, h5, h6,
.Head, .SubHead, .SubSubHead,
.Normal, .NormalBold, .NormalRed, .NormalTextBox, .NormalDisabled,
input, .CommandButton {
    font-size: 14px; /* This overrides the browsers default font size */
    
    color: #333333;
}

a:link, a:visited, a:hover {
color: #333333;
}

em {
    font-style: italic;
    letter-spacing: 0;
}

strong {
    color: #333;
    font-weight: bold;
}

small {
    font-size: 12px;
    letter-spacing: 0;
}

/*------------------------------------------------*/
/* HEADER STYLE */
/*------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    line-height: 1;
    margin: 0 0 10px 0;
    font-family: helvetica-light, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: normal;
}

h1 {
    font-size: 20px;
	letter-spacing: 2px;
    margin-bottom: 25px;
}

h2 a,
h2, h2 .Head {
    font-size: 18px;
	letter-spacing: 2px;
}

.container-body .no-space {
    margin: 0;
}

.container-body h3.no-space-h3 {
    margin: 20px 0;
}

h3, h3 .Head {
    font-size: 14px;
    letter-spacing: 1px;
}

h4, h4 .Head {
    font-size: 12px;
    letter-spacing: 1px;
}

h5, h5 .Head {
    font-size: 12px;
    letter-spacing: 1px;
}

h6, h6 .Head {
    font-size: 10px;
    letter-spacing: 1px;
}

/*------------------------------------------------*/
/* ANCHOR STYLE */
/*------------------------------------------------*/
a, a:link, a:visited, a:active {
    color: #486d7d;
    text-decoration: none;
    outline: 0;
}

    a:hover {
        color: #D00;
        text-decoration: none;
        outline: 0;
    }

	.container-body p a, ol li a{
		text-decoration: underline !important;
	}
	
/* DNN Specific Selectors 
-------------------------------------*/
.CommandButton {
    font-size: 13px;
    color: #3d3d3d;
    font-weight: bold;
}

    .CommandButton:hover {
        color: #007cae;
    }

a.CommandButton:link {
    font-size: 13px;
    text-decoration: none;
    color: #3d3d3d;
    font-weight: bold;
}

a.CommandButton:hover {
    text-decoration: underline;
    color: #007cae;
}

/*------------------------------------------------*/
/* PARAGRAPH STYLE */
/*------------------------------------------------*/
p {
	line-height: 2em;
}

.container-body p { margin: 0; }
.container-body ul { margin-top: 0; margin-bottom: 0; }
.container-body p + p { margin-top: 38px; }
.container-body h2,.container-body h3 { margin-top: 38px; }


hr {
    clear: both;
    height: 0;
    border: solid #c0c0c0;
    border-width: 1px 0 0;
    margin: 20px 0 20px 0;
}

/*------------------------------------------------*/
/* IMAGE STYLES */
/*------------------------------------------------*/
img {
    border: 0;
}

/* Image Align Left 
    -------------------------------------*/
.imgLeft {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}

/* Image Align Right 
    -------------------------------------*/
.imgRight {
    float: right;
    margin-left: 30px;
    margin-bottom: 30px;
}

/* Image with border 
    -------------------------------------*/
.imgBorder {
    border: solid 3px #fff;
}

/* Polaroid Image Style 
    -------------------------------------*/
.imgPolaroid {
    color: #a6a6a6;
    font-size: 12px;
    text-align: left;
    padding: 13px 13px 17px 13px;
    background-color: #fff;
    box-shadow: 0 1px 2px #ccc;
}

    .imgPolaroid img {
        margin-bottom: 12px;
    }

/*------------------------------------------------*/
/* lIST STYLE */
/*------------------------------------------------*/


/* Ordered List */
ol li {
    list-style-type: decimal;
    margin-bottom: 8px;
    vertical-align: top;
}

ol ol {
    margin-top: 8px;
    margin-left: 30px;
}

    ol ol li {
        list-style-type: lower-roman;
    }

    ol ol ol li {
        list-style-type: lower-alpha;
    }

ol ul li {
    list-style-type: lower-roman;
}

ul li { background-image: none; }
.container-body ol li ul li {
    list-style-type: none;
}
.container-body ol li ul {
    margin-bottom: 0;
}
.container-body ol,
.container-body ul {
margin-bottom: 38px;
}
.container-body ol {
}
.container-body ul
{
margin-left: 0px;
list-style-type:none;
padding:0px;
}
.container-body ul li
{
background-image:url(images/triangle.gif);
background-repeat:no-repeat;
background-position: 0px 9px; 
padding-left:14px;
} 
.container-body ul li,
.container-body ol li {
line-height: 2em;
}

.container-body ul ul {
    margin-bottom: 0;
    margin-left: 25px;
}
.container-body ul li ul li {
    margin: 0;
}

ul.linklist li {
    background-image: none;
    padding: 0;
}
ul.linklist {
    margin-bottom:  0;
}

ul.linklist li a:hover {
	text-decoration: none;
	color: red;
}

/*------------------------------------------------*/
/* TABLE STYLE */
/*------------------------------------------------*/

/* Default Table Style */
table.tableDefault {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: transparent;
}

    table.tableDefault th,
    table.tableDefault td {
        font-size: 12px;
        padding: 8px;
    }

    table.tableDefault th {
        font-weight: bold;
        text-align: left;
        border-bottom: solid 2px #aaa;
        background-color: #d7d7d7;
    }

    table.tableDefault td {
        border-bottom: solid 1px #d9d9d9;
    }

    table.tableDefault tr:nth-child(odd) {
        background: #transparent;
    }

    table.tableDefault tr:nth-child(even) {
        background: #e3e4e6;
    }

.tableDefault tbody tr:hover td {
    color: #111;
}

/*------------------------------------------------*/
/* FORM STYLE
/*------------------------------------------------*/
input[type="text"], select, textarea, input[type="email"], input[type="search"], input[type="password"] {
    padding: 9px;
    margin-bottom: 20px;
    background: #f3f3f3;
    border: 1px solid #bfbfbf;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8), inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8), inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    color: #666;
    font-size: 13px;
}

/*------------------------------------------------*/
/* BUTTONS STYLE */
/*------------------------------------------------*/
/* Primary Style Button (blue)*/
button.primaryButton,
a.primaryButton {
    display: inline-block;
    padding: 12px 20px;
    margin-bottom: 5px;
    background-color: #486d7d;
    background: -moz-linear-gradient(top, #1aa0c9 0%, #1aa0c9);
    background: -webkit-gradient(linear, left top, left bottom, from(#1aa0c9), to(#1aa0c9));
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 0px solid #ffffff;
    -moz-box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
    -webkit-box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
    box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #ffffff;
    text-shadow: 0px 0px 0px rgba(000,000,000,0), 0px 0px 0px rgba(255,255,255,0);
}

/* Secondary Style Button (darkgray) */
button.secondaryButton,
a.secondaryButton {
    display: inline-block;
    padding: 12px 20px;
    margin-bottom: 5px;
    background-color: #666;
    background: -moz-linear-gradient(top, #8a8a8a 0%, #8a8a8a);
    background: -webkit-gradient(linear, left top, left bottom, from(#8a8a8a), to(#8a8a8a));
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 0px solid #ffffff;
    -moz-box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
    -webkit-box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
    box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #ffffff;
    text-shadow: 0px 0px 0px rgba(000,000,000,0), 0px 0px 0px rgba(255,255,255,0);
}

/* Alternative Style Button (darkgray with arrow) */
button.altButton,
a.altButton {
    display: inline-block;
    padding: 9px 32px 9px 22px;
    margin-bottom: 5px;
    background: #484848 url('images/arrow.png') no-repeat 87% center;
    background: url('images/arrow.png') no-repeat 87% center, -moz-linear-gradient(top, #3d3d3d 0%, #3d3d3d);
    background: url('images/arrow.png') no-repeat 87% center, -webkit-gradient(linear, left top, left bottom, from(#3d3d3d), to(#3d3d3d));
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 0px solid #ffbf00;
    -moz-box-shadow: 0px 0px 0px rgba(000,000,000,0), inset 0px 0px 0px rgba(255,255,255,0);
    -webkit-box-shadow: 0px 0px 0px rgba(000,000,000,0), inset 0px 0px 0px rgba(255,255,255,0);
    box-shadow: 0px 0px 0px rgba(000,000,000,0), inset 0px 0px 0px rgba(255,255,255,0);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    text-shadow: 0px 0px 0px rgba(000,000,000,0), 0px 0px 0px rgba(255,255,255,0);
}

a.dnnPrimaryAction {
    color: #efefef;
}

a.dnnSecondaryAction {
    color: #555;
}

button.primaryButton:hover,
button.secondaryButton:hover,
a.primaryButton:hover,
a.secondaryButton:hover {
    cursor: pointer;
    cursor: hand;
    background-image: none;
    background-color: #D00;
}

button.altButton:hover,
a.altButton:hover {
    cursor: pointer;
    cursor: hand;
    background: #D00 url('images/arrow.png') no-repeat 87% center;
}

/*------------------------------------------------*/
/* SITE SPACING
/*------------------------------------------------*/
.spacingTop {
    margin-top: 30px;
}

.spacingRight {
    margin-right: 30px;
}

.spacingBottom {
    margin-bottom: 30px;
}

.spacingLeft {
    margin-left: 30px;
}

/*------------------------------------------------*/
/* SITE STRUCTURE */
/*------------------------------------------------*/
#userControls {
    height: 32px;
}

    #userControls .language {
        min-height: 0 !important;
        display: inline;
    }

.wrapper {
    margin: 0 Auto;
    width: 980px;
}

/*------------------------------------------------*/
/* SEARCH */
/*------------------------------------------------*/
#search {
    margin-top: 45px;
}

span#dnn_Header_SEARCH1_ClassicSearch {
    display: block;
    position: relative;
}

    #search a.SearchButton:link,
    #search a.SearchButton:visited,
    #search a.SearchButton:hover {
        display: block;
        height: 35px;
        width: 35px;
        margin: 0;
        padding: 0;
        background: #F6F6F6 url('images/search.png') no-repeat center center;
        text-indent: -9999px;
        text-align: left;
        position: absolute;
        right: 0;
    }


    #search input[type="text"] {
        margin-bottom: 0;
        border: 0;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: #F6F6F6;
        border: none;
        padding: 0px 20px 0px 10px;
        font-size: 20px;
        color: #AAA;
        font-family: 'walkway_boldregular';
        letter-spacing: 2px;
        text-transform: uppercase;
        float: left;
        height: 35px;
		width: 90px;
		transition: width 500ms ease-in-out;
    }
	
	#search input[type="text"]:hover,
	#search input[type="text"]:focus {
		width: 263px;
	}

    #search .searchInputContainer {
        display: block !important;
        position: absolute !important;
        right: 27px;
        margin: 0 !important;
    }

    #search ul.searchSkinObjectPreview {
    z-index: 10000;
    }
    

/*------------------------------------------------*/
/* LOGIN */
/*------------------------------------------------*/
#login {
    margin-top: 15px;
}

    #login .registerGroup,
    #login .registerGroup *,
    #login .loginGroup,
    #login .loginGroup * {
        display: block;
    }

    #login .registerGroup,
    #login .loginGroup {
        float: right;
        padding: 0;
        margin: 0;
    }

        /* Register Group Styles */
        #login .registerGroup li {
            float: left;
        }

        #login .registerGroup .buttonGroup {
            margin-right: 0;
        }

        #login .registerGroup a,
        #login .loginGroup a {
            display: block;
            position: relative;
            height: 25px;
            min-width: 12px;
            padding: 7px 15px 0 15px;
            color: #333;
            font-size: 11px;
            vertical-align: middle;
        }

            #login .registerGroup a:hover,
            #login .loginGroup a:hover {
                background: #F6F6F6;
            }

            #login .registerGroup a:active,
            #login .loginGroup a:active {
                color: #fff;
                text-shadow: 0px -1px 0px #F6F6F6;
            }

            #login .registerGroup a:hover,
            #login .loginGroup a:hover {
                text-decoration: none;
            }

            #login .registerGroup a strong,
            #login .loginGroup a strong {
                display: block;
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                overflow: hidden;
                font-size: 11px;
                text-indent: -9999px;
            }

    #login .userMessages a,
    #login .userNotifications a {
        background-color: #F6F6F6;
    }

    #login .userMessages strong {
        height: 100%;
        background: url('images/icon_message.png') no-repeat center center;
    }

    #login .userNotifications {
        /*border-right: 1px solid #CCC;*/
    }

        #login .userNotifications strong {
            height: 100%;
            background: url('images/icon_notification.png') no-repeat center center;
        }

    #login .registerGroup a span {
        display: inline-block;
        position: absolute;
        right: 2px;
        top: -9px;
        min-width: 7px;
        margin-right: 3px;
        background: rgb(59,150,182); /* Old browsers */
        text-align: center;
        font-size: 11px;
        color: #fff;
        text-shadow: 0px 1px 0px #333333;
    }

    #login .registerGroup .userProfileImg a {
        min-width: 25px;
        min-height: 32px;
        padding: 0;
        background: none;
    }

    #login .registerGroup a img {
        height: 32px;
        width: 32px;
        background: #333;
    }

    /* Login Group Styles */
    #login .loginGroup {
        /*border-right: 1px solid #CCC;*/
    }

        #login .loginGroup a {
            color: #333;
        }

    /* Number of message next to the message icon*/
    #login .userMessages a span,
    #login .userNotifications a span {
        display: inline-block;
        margin-top: 9px;
        margin-right: 0px;
        background-color: transparent;
        font-size: 10px;
    }

/*------------------------------------------------*/
/* SITE HEADER */
/*------------------------------------------------*/
#siteHeadouter {
    /*background: #fff;*/
    /* CSS3 */
    /*-webkit-box-shadow: 1px 50px 100px 0px #cacaca;
    box-shadow: 1px 50px 100px 0px #cacaca;*/
}


#logo {
    float: left;
}

/* Language */
.language .language-object {
    /*float: right;*/
    display: inline-block;
    margin: 0;
    padding: 0;
}

    .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 img {
            height: 12px;
            width: 17px;
            opacity: 0.3;
        }

        .language .language-object span:hover img {
            opacity: 1;
        }

    .language .language-object .Language.selected img {
        opacity: 1;
        border-color: #222;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
        box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
    }




/*------------------------------------------------*/
/* BREADCRUMBS */
/*------------------------------------------------*/
/*#Breadcrumb {
    padding-top: 20px;
    padding-bottom: 12px;
    margin-bottom: 25px;
    border-bottom: solid 1px #c0c0c0;
}

    #Breadcrumb img {
        margin-left: 10px;
        margin-right: 10px;
    }

    #Breadcrumb a.breadcrumbLink:link,
    #Breadcrumb a.breadcrumbLink:visited {
        color: #666;
        font-size: 12px;
        font-weight: bold;
    }

    #Breadcrumb a.breadcrumbLink:hover {
        color: #486d7d;
    }*/

/* ----- Breadcrumbs ----- */
#Breadcrumb{
	background: #F4F4F4;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 20px;
    margin-bottom: 25px;
    font-size: .9em;
}

    #Breadcrumb img {
        margin-left: 10px;
        margin-right: 10px;
    }
    #Breadcrumb span.breadcrumbLink {
        
    }
    #Breadcrumb a.breadcrumbLink:link,
    #Breadcrumb a.breadcrumbLink:visited {
        color: #4a7385;
    }

    #Breadcrumb a.breadcrumbLink:hover {
        color: #4a7385;
    }


/*------------------------------------------------*/
/* CONTENT PANES */
/*------------------------------------------------*/
.edit .contentPane {
    padding-top: 40px;
}

/* Content Pane - Home */
/* Removed for Bootstrap
.leftPane {
    float: left;
    width: 630px;
}

.sidebarPane {
    float: right;
    width: 320px;
}
*/

/* Content Pane - 2 columns */
/* Removed for Bootstrap
.twoColRightPane {
    float: right;
    width: 260px;
}

.twoColLeftPane {
    float: left;
    width: 690px;
}

.leftPaneLowerLeft {
    float: left;
    width: 400px;
}

.leftPaneLowerRight {
    float: right;
    width: 260px;
}
    */

/* Content Pane - 3 columns */
.threeColLeftPane,
.threeColCenterPane,
.threeColRightPane {
    float: left;
    width: 306px;
}

/* Content Pane - 3 columns Social */
.threeColSocialLeftPane {
    float: left;
    width: 110px;
}

.threeColSocialCenterPane {
    float: left;
    position: relative;
    width: 560px;
}

.threeColSocialRightPane {
    float: left;
    width: 250px;
}

/* Content Pane - Footer */
/* ----- Footer ----- */
footer {
    position: absolute;
	bottom: 50px;
    z-index: 1;
    width: 1000px;
    padding: 20px;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
}

    footer #footer-background {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #486d7d;
        opacity: .8;
        z-index: 1;
    }

    footer #footer-content {
        position: relative;
        z-index: 2;
    }

        footer #footer-content .footer-border {
            display: inline-block;
            width: 10%;
            border-bottom: 1px solid #FFF;
            vertical-align: middle;
        }

        footer #footer-content #footer-copyright {
            display: inline-block;
            font-size: 18px;
            margin: 0 5px 5px;
            font-family: 'walkway_boldregular';
            letter-spacing: 2px;
			width: 75%
        }

        footer #footer-content ul li {
            display: inline-block;
            border-left: 1px solid #FFF;
            padding: 0 10px;
            line-height: 14px;
        }

            footer #footer-content ul li:first-child {
                border-left: none;
            }

            footer #footer-content ul li a {
                color: #FFF;
                font-size: 14px;
                font-family: 'walkway_boldregular';
            }

    footer #menu-footer {
        margin: 0;
    }

    footer .social-media-links h3 {
        color: #fff;
    }
/* Removed for Bootstrap

.footerPane {
    float: left;
    width: 136px;
}

    .footerPane,
    .footerPane .Normal {
        color: #808080;
    }

.footerPaneRight {
    float: right;
}
*/

/* Empty Panes */
.DNNEmptyPane {
    width: 0;
    margin: 0;
}

    .DNNEmptyPane.rightTwoCol + div {
        width: 100%;
    }

/* Copyright
    -------------------------------------*/
#copyright {
    font-size: 12px;
    color: #a6a6a6;
    margin-bottom: 25px;
}

    #copyright a:link,
    #copyright a:visited {
        font-size: 12px;
        color: #a6a6a6;
    }

    #copyright a:hover {
        color: #D00;
    }

    #copyright a.DNNMobileLink {
        color: #666;
        font-weight: bold;
    }

        #copyright a.DNNMobileLink:hover {
            color: #D00;
        }

    #copyright .pull-right {
        text-align: right;
    }

/*------------------------------------------------*/
/* SOCIAL STYLE */
/*------------------------------------------------*/
/* ----------------------------------*/
/* DNN Module: Console */
/* ----------------------------------*/
.threeColSocial .console {
    /*width: 250px;*/
    width: 100% !important; /* updated for responsive*/
    height: auto;
    background-color: #484848; /* Menu Background Color */
}

.threeColSocial .console-none div {
    cursor: pointer;
    cursor: hand;
    float: left;
    height: auto;
    /*width: 250px;*/
    width: 100% !important; /* updated for responsive*/
    padding: 0px;
    margin: 0px;
    text-align: left;
}

.threeColSocial .console-none h3 {
    padding: 10px 8px 10px 40px;
    margin: 0;
    border-bottom: solid 1px #fff;
    background: url('images/arrow.png') 18px center no-repeat;
    color: #eee;
    font-size: 13px;
    line-height: 1;
    font-weight: bold;
}

.threeColSocial .console-none div div {
    display: none;
}

.threeColSocial .console-mouseon {
    background-color: #70b1c7; /* Menu Hover Background Color */
}

/* ----------------------------------*/
/* DNN Module: ViewProfile Image */
/* ----------------------------------*/
#UserProfileImg img {
    width: 100px;
    height: auto;
    border: solid 3px #fff;
}

.threeColSocial .UserProfileControls ul {
    margin: 15px 0;
}

    .threeColSocial .UserProfileControls ul li {
        list-style-type: none;
        margin-bottom: 3px;
    }

/* ----------------------------------*/
/* DNN Module: Member Directory (Send A Message, Follow, Subscribe) */
/* ----------------------------------*/
.threeColSocialRightPane .DnnModule #mdMemberList {
    margin: 0 0 30px 0;
}

.threeColSocialRightPane #mdMemberList ul {
    margin: 10px 0 0 0;
}

.threeColSocialRightPane #mdMemberList li {
    margin-bottom: 0;
    -size: 12px;
    font-weight: bold;
    list-style-type: none;
}

.threeColSocialRightPane #mdMemberList > li {
    width: 216px;
    margin: 0;
    padding: 6px 17px;
    background: #d7d7d7;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: background 0.15s ease-in-out;
    -moz-transition: background 0.15s ease-in-out;
    -o-transition: background 0.15s ease-in-out;
    -ms-transition: background 0.15s ease-in-out;
    transition: background 0.15s ease-in-out;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3);
}

    .threeColSocialRightPane #mdMemberList > li:hover {
        z-index: 2; /*bring current li to top for tooltip */
        background: #d7d7d7;
        -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3), inset 0px 0px 0px 0px rgba(255, 255, 255, 1);
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3), inset 0px 0px 0px 0px rgba(255, 255, 255, 1);
    }

/* ----------------------------------*/
/* DNN Module: ViewProfile (Activity Feed) */
/* ----------------------------------*/
.threeColSocial .journalTools {
    max-width: 560px;
}

.threeColSocial .journalrow {
    padding-bottom: 10px;
    border-bottom: solid 1px #c0c0c0;
    margin-bottom: 20px;
}

.threeColSocial .journalfooter {
    padding: 0;
    margin: 0;
}

.threeColSocial .journalrow div.journalitem p.journalfooter {
    font-size: 12px;
    padding: 0;
    margin-bottom: 0;
}

.threeColSocial .journalrow div.journalitem ul.jcmt {
    font-size: 12px;
}

.threeColSocial .journalrow div.journalitem .likes {
    padding: 2px 5px;
    background-color: #dbdbdb;
}

#journalEditor #journalContent .juser, .journalrow .juser {
    border: none;
    color: #486d7d;
    background-color: transparent;
}

/* ----------------------------------*/
/* DNN Module: ViewProfile (Message) */
/* ----------------------------------*/
.threeColSocial #UserDisplayNameHeader h2 {
    padding-bottom: 10px;
    border-bottom: solid 1px #c0c0c0;
}

/* dnnAdminTabNav Style*/
.threeColSocial #smMainContent .ui-corner-all {
    border-radius: 0;
}

.threeColSocial ul.dnnAdminTabNav {
    height: 38px;
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #c0c0c0;
}

    .threeColSocial ul.dnnAdminTabNav li {
        margin-right: 1px;
    }

        .threeColSocial ul.dnnAdminTabNav li a {
            padding: 10px 15px;
            margin-bottom: 0px;
            border: none;
            background: #d7d7d7;
            -webkit-border-radius: 1px 1px 0px 0px;
            border-radius: 1px 1px 0px 0px;
            -webkit-border-radius: 0px;
            border-radius: 0px;
            color: #666;
            font-size: 12px;
            font-weight: bold;
            text-shadow: none;
        }

            .threeColSocial ul.dnnAdminTabNav li a:hover {
                background: #484848;
                color: #eee;
            }

        .threeColSocial ul.dnnAdminTabNav li.ui-tabs-active a {
            padding: 10px 15px;
            margin-top: 0px;
            background: #484848;
            color: #eee;
        }

/* Message & Notification number block*/
.threeColSocial .dnnAdminTabNav a span {
    display: inline;
    min-height: 12px;
    padding: 2px 6px;
    margin-right: 8px;
    background: rgb(59,150,182); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(59,150,182,1) 0%, rgba(35,125,155,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(59,150,182,1)), color-stop(100%,rgba(35,125,155,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(59,150,182,1) 0%,rgba(35,125,155,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(59,150,182,1) 0%,rgba(35,125,155,1) 100%); /* Opera 11.10+ */
    background: linear-gradient(top, rgba(59,150,182,1) 0%,rgba(35,125,155,1) 100%); /* W3C */
    -webkit-box-shadow: 0px 1px 0px 0px #666;
    -moz-box-shadow: 0px 1px 0px 0px #666;
    box-shadow: 0px 1px 0px 0px #666;
    color: #eee;
    font-weight: normal;
    font-size: 11px;
}

/* Compose new message link */
.threeColSocial .dnnFormExpandContent {
    position: absolute;
    top: -40px;
    right: 0;
    height: 20px;
    font-size: 12px;
}

    .threeColSocial .dnnFormExpandContent a.ComposeMessage {
        font-size: 12px;
    }

/* compose button */
.threeColSocial a.dnnPrimaryAction {
    display: inline-block;
    padding: 12px 20px;
    margin-bottom: 5px;
    background-color: #486d7d;
    background: -moz-linear-gradient(top, #1aa0c9 0%, #1aa0c9);
    background: -webkit-gradient(linear, left top, left bottom, from(#1aa0c9), to(#1aa0c9));
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 0px solid #ffffff;
    -moz-box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
    -webkit-box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
    box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #ffffff;
    text-shadow: 0px 0px 0px rgba(000,000,000,0), 0px 0px 0px rgba(255,255,255,0);
}

    .threeColSocial a.dnnPrimaryAction:hover,
    .threeColSocial a.dnnPrimaryAction:active {
        cursor: pointer;
        cursor: hand;
        background-image: none;
        background-color: #D00;
    }

/* Message Control (Select, Actions, Inbox, Sent, Archived)*/
.threeColSocial .DnnModule .messageControls .dnnButtonGroup {
    margin-right: 0px; /* fixed Archived Button spacinging issue */
}

.threeColSocial .messageControls {
    margin: 0;
    padding: 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #c0c0c0;
}

    .threeColSocial .messageControls .messageFolders {
        float: right;
    }

/* number x-x of x */
.threeColSocial .messageFolders p {
    float: left;
    display: inline-block;
    padding: 8px 15px;
    margin: 0;
    color: #666;
    font-size: 12px;
}

    .threeColSocial .messageFolders p strong {
        color: #666;
        font-weight: bold;
    }

/* Messages / Notification Specific Button Styles
    -------------------------------------*/
/* Style for the Action menu bar*/
.threeColSocial .DnnModule-Messaging-Notifications .dnnTertiaryAction {
    width: auto !important;
    padding: 9px 10px;
    font-size: 12px;
}

/* Styles for select drop*/
.threeColSocial .DnnModule .selectDrop ul {
    top: 34px;
    min-width: 120px;
    padding: 10px 14px !important;
    border: 1px solid #c2c2c2;
    background: #e7e7e7;
    /*CSS3*/
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, .1);
}

/* Styles for select button on active state*/
.threeColSocial .selectDrop.active > a {
    background: #70b1c7;
    color: #eee;
    border-right: solid 0px #486d7d;
    -webkit-box-shadow: inset 0px 1px 1px 0px #486d7d;
    -moz-box-shadow: inset 0px 1px 1px 0px #486d7d;
    box-shadow: inset 0px 1px 1px 0px #486d7d;
}

/* when select drop down button is clicked toggle active class to show*/
.threeColSocial .selectDrop ul li {
    margin-bottom: 3px;
    font-size: 12px;
}

/* Remove corners and add dividers to buttons in button group */
.threeColSocial .dnnButtonGroup {
    background: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    list-style: none;
}

.threeColSocial ul.dnnButtonGroup > li {
    border-left: none;
}

.threeColSocial .dnnButtonGroup > li > a {
    border-left: 1px solid #ddd; /*light*/
    border-right: 1px solid #bbb; /*dark*/
    background-color: #d7d7d7;
    color: #666;
}

    /* Conversations button selected*/
    .threeColSocial .dnnButtonGroup > li > a.active {
        color: #eee;
        border-right: 1px solid #486d7d;
        background-color: #70b1c7;
    }

    /* Actions button hover*/
    .threeColSocial .dnnButtonGroup > li > a.disabled:hover {
        color: #eee;
        border-left: 1px solid #486d7d;
        background-color: #70b1c7;
    }

/* Select button hover */
.threeColSocial .alpha > a:hover {
    color: #eee;
    background-color: #70b1c7;
    border-right: 1px solid #486d7d;
}

/*First Button styles of a button group */
.threeColSocial .alpha > a,
.threeColSocial .alpha > a:hover,
.threeColSocial .alpha > a.active {
    border-left: 1px solid #70b1c7;
    /*CSS3*/
    -moz-border-radius-topleft: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
/*Last Button styles of a button group */
.threeColSocial .omega > a,
.threeColSocial .omega > a:active,
.threeColSocial .omega > a.active {
    border-right: 1px solid #70b1c7;
    /*CSS3*/
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

/* Archive Button */
.threeColSocial a.dnnSecondaryAction.ArchiveItems span {
    display: none; /* hide Archive text*/
}

.threeColSocial a.dnnSecondaryAction.ArchiveItems {
    height: 18px;
    min-width: 15px;
    margin-left: 5px;
    background: #d7d7d7 url('images/icon_bin.png') no-repeat center center;
    border-radius: 0;
    -webkit-box-shadow: none;
    text-shadow: none;
    box-shadow: none;
    color: #666;
    border: none;
}

    .threeColSocial a.dnnSecondaryAction.ArchiveItems:hover {
        background: #70b1c7 url('images/icon_bin.png') no-repeat center center;
    }

/*Archive, Sent, Archived buttons Hover*/
.threeColSocial .dnnTertiaryAction:hover, a.dnnTertiaryAction:hover {
    background-color: #70b1c7;
    color: #eee;
}

/* Messages / Notification List Item
    -------------------------------------*/
/* Listing Styles */
.threeColSocial .smListings {
    font-size: 12px;
}

.threeColSocial .DnnModule .smListings ul {
    margin: 0;
}

.threeColSocial .smListings > ul > li {
    padding-top: 10px;
    margin: 0;
    background: transparent;
    border-bottom: 1px solid #c0c0c0;
}

    .threeColSocial .smListings > ul > li.active {
        background: #f4f4f4; /* background color for active list items*/
    }

    .threeColSocial .smListings > ul > li:last-child {
        border-bottom: none;
    }

.threeColSocial .smListings [class^="ListCol-"] {
    padding: 1% 1% 1% 0;
}

.threeColSocial .DnnModule-Messaging-Notifications .smListings .ListCol-1 {
    min-width: 20px; /* Main message list: Checkbox column width on */
}

.threeColSocial .DnnModule-Messaging-Notifications .smListings .ListCol-2 {
    min-width: 65px; /* Main message list: Avatar column width AND Drilldown message list: Message info column width*/
}

.threeColSocial .DnnModule-Messaging-Notifications .smListings .ListCol-3 {
    width: 56%; /* Main message list: Message info column width AND Drilldown message list: Time column width */
}

.threeColSocial .DnnModule-Messaging-Notifications .smListings .ListCol-4 {
    font-size: 11px; /* Main message list: Time column */
}

.threeColSocial .smTimeStamped {
    font-size: 11px;
}

.threeColSocial .DnnModule-Messaging-Details .smListings .ListCol-1 {
    min-width: 65px; /* Drilldown message list: Avatar column width*/
}

.threeColSocial .DnnModule-Messaging-Details .smListings .ListCol-2 {
    width: 56%; /* Drilldown message list: Message info column width*/
}

.threeColSocial .DnnModule-Messaging-Details .smListings .ListCol-3 {
    float: right; /* Drilldown message list: Time column */
    width: 25%;
    font-size: 12px;
}

.threeColSocial .hoverControls a {
    font-size: 12px; /* All lists: Archive & Reply links */
    font-weight: bold;
}

.threeColSocial .DnnModule-Messaging-Details .smListings .meta {
    margin-bottom: 5px; /* Drilldown message list: UserName link */
}

    .threeColSocial .DnnModule-Messaging-Details .smListings .meta a {
        font-weight: bold; /* Drilldown message list: UserName link */
    }

.threeColSocial .DnnModule-Messaging-Details .smListings .message {
    color: #999; /* Drilldown message list: Message text */
    margin: 0;
}

.threeColSocial .DnnModule-Messaging-Notifications .smListings .subject {
    font-weight: bold;
}

.threeColSocial .DnnModule-Messaging-Notifications .smListings .active .subject {
    font-size: 13px; /* All lists: unread message subject */
    margin-bottom: 3px;
}

.threeColSocial .DnnModule-Messaging-Notifications .smListings .meta {
    margin-bottom: 8px; /* All lists: message From - Send to */
    line-height: 14px;
}

.threeColSocial .DnnModule-Messaging-Notifications .smListings .message {
    color: #999; /* All lists: Message text */
}

/*Column 3 Styles*/
.threeColSocial .DnnModule-Messaging-Details .smListings .ListCol-3 ul li {
    margin-bottom: 0px; /* Drilldown message list: Time column */
}

    .threeColSocial .DnnModule-Messaging-Details .smListings .ListCol-3 ul li:first-child {
        color: #999; /* Drilldown message list: Time column */
    }

.threeColSocial .DnnModule-Messaging-Details .smListings .active .ActiveToggle:hover, .smListings .ActiveToggle {
    margin-left: 8px; /* Main message list: Time column-Mark as Read block */
    -webkit-box-shadow: 0px 1px 0px 0px #666;
    -moz-box-shadow: 0px 1px 0px 0px #666;
    box-shadow: 0px 1px 0px 0px #666;
}

    .threeColSocial .DnnModule-Messaging-Details .smListings .active .ActiveToggle, .smListings .ActiveToggle:hover {
        margin-left: 8px; /* Main message list: Time column-Mark as Read block hover */
        background: rgb(59,150,182); /* Old browsers */
        /*CSS3*/
        background: -moz-linear-gradient(top, rgba(59,150,182,1) 0%, rgba(35,125,155,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(59,150,182,1)), color-stop(100%,rgba(35,125,155,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(59,150,182,1) 0%,rgba(35,125,155,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(59,150,182,1) 0%,rgba(35,125,155,1) 100%); /* Opera 11.10+ */
        background: linear-gradient(top, rgba(59,150,182,1) 0%,rgba(35,125,155,1) 100%); /* W3C */
        -webkit-box-shadow: 0px 1px 0px 0px #666;
        -moz-box-shadow: 0px 1px 0px 0px #666;
        box-shadow: 0px 1px 0px 0px #666;
    }
/*Column 4 Styles*/
.threeColSocial .DnnModule-Messaging-Notifications .smListings .ListCol-4 ul li {
    margin-bottom: 0px; /* All lists: Time column */
}

    .threeColSocial .DnnModule-Messaging-Notifications .smListings .ListCol-4 ul li:first-child {
        color: #999; /* All lists: Time column */
    }

.threeColSocial .DnnModule-Messaging-Notifications .smListings .active .ActiveToggle:hover, .smListings .ActiveToggle {
    margin-left: 8px; /* Main message list: Time column-Mark as Read block */
    -webkit-box-shadow: 0px 1px 0px 0px #666;
    -moz-box-shadow: 0px 1px 0px 0px #666;
    box-shadow: 0px 1px 0px 0px #666;
}

    .threeColSocial .DnnModule-Messaging-Notifications .smListings .active .ActiveToggle, .smListings .ActiveToggle:hover {
        margin-left: 8px; /* Main message list: Time column-Mark as Read block hover*/
        background: rgb(59,150,182); /* Old browsers */
        /*CSS3*/
        background: -moz-linear-gradient(top, rgba(59,150,182,1) 0%, rgba(35,125,155,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(59,150,182,1)), color-stop(100%,rgba(35,125,155,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(59,150,182,1) 0%,rgba(35,125,155,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(59,150,182,1) 0%,rgba(35,125,155,1) 100%); /* Opera 11.10+ */
        background: linear-gradient(top, rgba(59,150,182,1) 0%,rgba(35,125,155,1) 100%); /* W3C */
        -webkit-box-shadow: 0px 1px 0px 0px #666;
        -moz-box-shadow: 0px 1px 0px 0px #666;
        box-shadow: 0px 1px 0px 0px #666;
    }

.threeColSocial .DnnModule-Messaging-Notifications .notificationControls {
    font-weight: bold; /* Main notifications list: Follow back & Dismiss links */
}

/* Message Header (subject & back button)
    -------------------------------------*/
.threeColSocial .messageHeader {
    padding: 0;
    margin: 0;
}

    .threeColSocial .messageHeader p {
        font-size: 13px;
        color: #666;
        float: left;
    }

        .threeColSocial .messageHeader p strong {
            color: #333;
        }

    .threeColSocial .messageHeader .returnLink {
        font-size: 12px;
        font-weight: bold;
    }

/* Show Previous Repies 
    -------------------------------------*/
.threeColSocial .morePrevMsgButton {
    color: #666;
    font-size: 12px;
    text-align: center;
    padding: 10px;
    margin-bottom: 15px;
    border: solid 1px #c0c0c0;
    background: #d7d7d7;
    -webkit-box-shadow: inset 0px 0px 3px 0px #ccc;
    -moz-box-shadow: inset 0px 0px 3px 0px #ccc;
    box-shadow: inset 0px 0px 3px 0px #ccc;
}

/* Reply Form
    -------------------------------------*/
.threeColSocial textarea#replyMessage {
    width: 94%;
    height: 75px;
    color: #666;
    border: 1px solid #c0c0c0;
    background: #f4f4f4;
}

    .threeColSocial textarea#replyMessage:focus,
    .threeColSocial textarea#replyMessage:active {
        color: #666;
        background: #fff;
    }

/*------------------------------------------------*/
/* GENERIC CLASSES
    /*------------------------------------------------*/

/* Clear-fix for floated elements 
    -------------------------------------*/
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
}

.left {
    float: left;
}

.right {
    float: right;
}

/*------------------------------------------------*/
/* HOMEPAGE */
/*------------------------------------------------*/

/* Welcome Message*/
.content_intro {
    padding-top: 30px;
    color: #8c8c8c;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

    .content_intro h1 span {
        font-weight: normal;
    }

    .content_intro a {
        font-size: 14px;
    }

/* Featured Product */
.content_featured {
    color: #999;
    vertical-align: top;
}

    .content_featured h2 .TitleH2 {
        display: block;
        margin-bottom: 30px;
    }

    .content_featured .normal {
        font-weight: normal;
    }

    .content_featured img {
        margin-bottom: 25px;
    }

    .content_featured a.primaryButton {
        margin-left: 25px;
    }

/* News */
.content_newslist ul {
    margin: 0;
}

    .content_newslist ul li {
        display: block;
        list-style-type: none;
        margin-bottom: 30px;
    }

        .content_newslist ul li:after {
            clear: both;
            content: ' ';
            display: block;
            font-size: 0;
            line-height: 0;
            visibility: hidden;
        }

        .content_newslist ul li.last {
            margin-bottom: 0;
        }

        .content_newslist ul li img {
            float: left;
            margin-right: 20px;
            margin-bottom: 20px;
        }

        .content_newslist ul li h5 {
            margin-bottom: 5px;
        }

        .content_newslist ul li span,
        .content_newslist ul li strong {
            color: #a6a6a6;
        }

        .content_newslist ul li p {
            margin-top: 12px;
            margin-bottom: 12px;
        }

/* newslist with small thumbnail*/
.smallThumbnail img {
    width: 80px;
}

/* Ads 
    -------------------------------------*/
/* Ads - Copy Block Style */
.adContent {
    position: absolute;
    padding: 20px;
    background-color: #000;
    opacity: 0.7;
    color: #eee;
}

    .adContent h2 {
        margin-bottom: 5px;
        color: #eee;
        font-weight: normal;
    }

/* Ads - Style One: 400x270 */
/*  rewritten for Bootstrap
    .content_adstyleOne {
    position: relative;
    width: 400px;
    height: 270px;
    margin-right: 5px;
    color: #eee;
}*/
.content_adstyleOne {
    position: relative;
    margin-right: 0px;
    margin-bottom: 18px;
    color: #eee;
}

    .content_adstyleOne .adContent {
        bottom: 0;
        right: -2%;
    }

/* Ads - Style Two: 570x130 */
/*  rewritten for Bootstrap
.content_adstyleTwo {
    position: relative;
    width: 570px;
    height: 130px;
    margin-bottom: 10px;
} */
.content_adstyleTwo {
    position: relative;
    margin-bottom: 18px;
}

    .content_adstyleOne img,
    .content_adstyleTwo img {
        width: 100%;
    }

.content_adstyleOne img {
    bottom: 0;
    width: 102% !important;
    max-width: 102%;
}

.content_adstyleTwo .adContent {
    top: 0;
}

.content_adstyleTwo h2 {
    line-height: 1;
}

/* Footer 
    -------------------------------------*/
ul.footerlinks {
    margin: 0;
}

.footerlinks li {
    list-style: none;
    margin-bottom: 8px;
}

    .footerlinks li a:link,
    .footerlinks li a:visited {
        color: #808080;
    }

    .footerlinks li a:hover {
        color: #D00;
    }

ul.footerConnect {
    margin: 0px;
}

    ul.footerConnect li {
        display: inline-block;
        list-style-type: none;
        margin-right: 10px;
    }

/*------------------------------------------------*/
/* ABOUT US */
/*------------------------------------------------*/
/* Team 
    -------------------------------------*/
.content_team ul {
    margin: 0 -12px;
}

    .content_team ul li {
        display: inline-block;
        width: 110px;
        margin: 0 12px 40px;
        text-align: center;
        list-style-type: none;
    }

        /*.content_team  ul li.last { margin-right: 0; }*/

        .content_team ul li .teampic {
            width: 110px;
            height: 147px;
            margin-bottom: 15px;
            background-color: #bfbfbf;
        }

        .content_team ul li img {
            width: 110px;
            max-width: 110px;
            max-height: 147px;
        }

        .content_team ul li span {
            display: block;
            font-weight: bold;
            white-space: nowrap;
        }

/*------------------------------------------------*/
/* OUR PRODUCTS */
/*------------------------------------------------*/

/* replaced with responsive CSS
    .content_products ul {
    margin: 0;
}

    .content_products ul li {
        display: inline-block;
        width: 31%;
        margin-right: 30px;
        margin-bottom: 45px;
        vertical-align: top;
        list-style-type: none;
    }

        .content_products ul li.last {
            margin-right: 0;
        }

        .content_products ul li img {
            margin-bottom: 25px;
        }*/
.content_products ul {
    margin: 0 -1%;
}

    .content_products ul li {
        display: inline-block;
        width: 31.1%;
        margin: 0 1% 45px;
        vertical-align: top;
        list-style-type: none;
    }

        /*.content_products ul li.last { margin-right: 0; }*/
        .content_products ul li img {
            margin-bottom: 25px;
            max-width: 100%;
            width: 100%;
        }

/*------------------------------------------------*/
/* CONTACT US */
/*------------------------------------------------*/
/* One Column Form
-------------------------------------*/
.form_oneCol label {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}

.form_oneCol input, .form_oneCol textarea {
    width: 94%;
}

/* Dealer Form 
    -------------------------------------*/
.form_dealer input {
    width: 200px;
    margin-bottom: 5px;
}

/*------------------------------------------------*/
/* Slide jquery
/*------------------------------------------------*/
#container {
    position: relative;
    z-index: 0;
    width: 980px;
    padding: 0px;
    margin: 0 auto;
}

#example {
    position: relative;
    width: 980px;
    height: 380px;
}

/* Slide -*/
#slides {
    position: absolute;
    z-index: 9;
    top: 0px;
    left: 0px;
}

.slides_container {
    display: none;
    position: relative;
    width: 980px;
    overflow: hidden;
}

    .slides_container a {
        display: block;
        width: 980px;
        height: 380px;
    }

        .slides_container a img {
            display: block;
        }

/* Next/Prev buttons 
    -------------------------------------*/
#slides .next, #slides .prev {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    bottom: 9px;
    left: 12px;
    padding: 0;
    z-index: 12;
}

#slides .prev {
    background: transparent url('images/left-arrow.png') center center no-repeat;
}

#slides .next {
    left: 96px;
    background: transparent url('images/right-arrow.png') center center no-repeat;
}

/* Page link -*/
.pagination_wrap {
    display: inline-block;
    position: absolute;
    z-index: 10;
    bottom: 0;
    right: 0;
    width: 128px;
    height: 40px;
    opacity: 0.8;
    background-color: #222;
}

.pagination {
    position: absolute;
    z-index: 11;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 15px 40px;
}

    .pagination li {
        float: left;
        margin: 0 3px;
        list-style: none;
    }

        .pagination li a {
            float: left;
            display: block;
            width: 9px;
            height: 0;
            padding-top: 8px;
            background-image: url(images/pagination.png);
            background-position: 0 0;
            overflow: hidden;
        }

        .pagination li.current a {
            background-position: 0 -9px;
        }


/* ****** BOOTSTRAP OVERRIDES ******* */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
    background-image: none !important;
    outline: none !important;
}

/* remove min-height from bootstrap */
.row-fluid [class*='span']:not([class*='dnnSortable']) {
    min-height: 0 !important;
}




/* Logo */
.brand.hidden-desktop {
    max-width: 60%;
}

/* Navbar */
.navbar {
    margin-bottom: 0 !important;
    margin-top: 0px;
}

.navbar-inner {
    border: none !important;
    box-shadow: none !important;
    background: none transparent !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    width: 1040px;
}

.navbar .brand {
    padding: 0 !important;
}

.navbar .nav {
    margin: 0;
}

    .navbar .nav .dropup, .dropdown {
        position: initial;
    }

    .navbar .nav li {
        padding: 0;
        margin: 0;
        display: table-cell;
        width: 1%;
        float: none;
    }

        .navbar .nav li a {
            background: #4a7385;
            padding: 14px 15px;
            color: #FFF;
            text-transform: uppercase;
            font-size: 18px;
            font-weight: 700;
            font-family: 'walkway_boldregular';
            letter-spacing: 2px;
            text-align: center;
        }

    .navbar .nav > li > a {
        text-shadow: none;
    }

    .navbar .nav li.dropdown.open > .dropdown-toggle,
    .navbar .nav li.dropdown.active > .dropdown-toggle,
    .navbar .nav li.dropdown.open.active > .dropdown-toggle {
        background-color: #486d7d;
        color: #FFF;
    }

    .navbar .nav li ul li {
        display: block;
        width: initial;
    }

    .navbar .nav li a:not(.active):hover {
        background: #666;
        /*box-shadow: 0 0 5px #555;*/
        color: #FFF;
    }

    .navbar .nav > li > .dropdown-menu li a:hover {
        background: transparent;
        box-shadow: none;
        color: #FFF;
    }

.navbar .row-fluid [class*="span"]:first-child {
    padding-left: 30px;
}

.dropdown-menu.multi-column ul {
    list-style: none;
}

    .dropdown-menu.multi-column ul li {
        margin-top: 10px;
        list-style: none;
    }

.dropdown-menu.multi-column .dropdown-menu {
    display: block !important;
    position: static !important;
    margin: 0 !important;
    border: none !important;
    box-shadow: none !important;
    min-width: 100px;
}

.navbar .nav > li > .dropdown-menu.multi-column:before {
    border: none !important;
}

.navbar .nav > li > .dropdown-menu.multi-column:after {
    display: none;
}

.nav .dropdown-menu {
    color: #FFF;
    box-shadow: 0 7px 10px -5px #555;
    margin: 0;
    background-color: #486d7d;
    border: 0;
    *border-right-width: 1px;
    *border-bottom-width: 1px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 7px 10px #555;
    -moz-box-shadow: 0 7px 10px #555;
    box-shadow: 0 7px 10px -5px #555;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    width: 100%;
}

    .nav .dropdown-menu li div.row-fluid {
        margin: 0 0 10px 0;
    }

.navbar .nav .column-menu li a {
    background-color: transparent;
    text-align: left;
    font-size: 16px;
    padding: 0;
    letter-spacing: initial;
    font-weight: normal;
    text-transform: none;
    font-family: helvetica-light;
}

.nav .dropdown-menu > .active > a,
.nav .dropdown-menu > .active > a:focus {
    background-color: transparent !important;
    background-image: none !important;
    color: #3B9FBF !important;
    outline: none;
}

.nav .dropdown-menu a {
    display: block;
    padding: 3px 15px;
    color: #3B9FBF;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
    /* transition decleration */
    transition: all ease-in 100ms;
    -moz-transition: all ease-in 100ms; /* Firefox 4 */
    -webkit-transition: all ease-in 100ms; /* Safari and Chrome */
    -o-transition: all ease-in 100ms; /* Opera */
    -ms-transition: all ease-in 100ms; /* IE9? */
}

.nav .dropdown-menu > li > a:hover,
.nav .dropdown-menu > .active > a:hover {
    background-color: transparent !important;
    background-image: none !important;
    color: #DD0000 !important;
}



/* Left-aligned */
.navbar ul.nav.nav-leftaligned ul.column-menu {
    float: left;
    margin-left: 40px;
}

.navbar ul.nav.nav-leftaligned .dropdown-menu {
    width: initial;
    padding-right: 40px;
}


.navbar ul.nav.nav-leftaligned  .column-menu li a {
    max-width: 250px;
}

/* Align last three columns right */
.navbar ul.nav.nav-leftaligned li.dropdown:nth-child(3) > ul.dropdown-menu,
.navbar ul.nav.nav-leftaligned li.dropdown:nth-child(4) > ul.dropdown-menu,
.navbar ul.nav.nav-leftaligned li.dropdown:nth-child(5) > ul.dropdown-menu {
    right: 0;
    left: inherit;
}

/* Single column*/
.navbar ul.nav.nav-singlecolumn ul.column-menu {
    margin-left: 40px;
}

.navbar ul.nav.nav-singlecolumn .dropdown-menu {
    min-width: 350px;
    padding-right: 40px;
}

.navbar ul.nav.nav-singlecolumn li {
    position: relative;
}



/* CUSTOMIZE THE CAROUSEL
    -------------------------------------------------- */

a.carousel-control {
font-size: 60px;
font-weight: 100;
line-height: 30px;
color: #ffffff;
}
#myCarousel {
    margin-top: 5px;
}
/*#myCarousel a.carousel-control {
    position: absolute;
    top: 40%;
    left: 15px;
    width: 29px;
    height: 45px;
    background: url(arrows2.png) no-repeat;
    text-indent: -9999px;
    border: 0;
    margin-top: -20px;
    font-size: 60px;
    font-weight: 100;
    line-height: 45px;
    color: #ffffff;
    text-align: center;
    background: #222222;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

   #myCarousel  a.carousel-control.right {
        left: auto;
        right: 15px;
    }*/


/* Portrait tablet to landscape and smaller */
@media (max-width: 979px) {
    .nav-collapse, .nav {
        width: 100%;
    }

        .nav li {
            padding: 0 !important;
            min-height: 30px !important;
            height: auto;
        }

        .nav-collapse .dropdown-menu {
            margin: 0 0 0 4% !important;
            width: 95% !important;
        }

            .nav-collapse .nav > li a,
            .nav-collapse .dropdown-menu a {
                padding: 0 0 0 5px !important;
                line-height: 30px !important;
                height: 30px !important;
                border: 1px solid #eee !important;
                margin-bottom: 3px;
            }

        .nav-collapse .dropdown.open > a {
            background-color: #eee !important;
        }

        .nav > li > ul {
            position: relative !important;
            width: 100% !important;
        }

    .nav {
        width: 100%;
    }

    img {
        max-width: 100%;
    }
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
    #Body {
        margin: 0;
        padding: 0;
    }

    #siteHeadouter > .container,
    #contentWrapper > .container {
        width: 94%;
        padding-left: 2%;
        padding-right: 2%;
    }

    .content_products ul li {
        width: 47.5%;
    }

    select.status-options {
        display: none;
    }

    .content_adstyleOne {
        width: 100% !important;
        max-width: 100%;
    }

        .content_adstyleOne img {
            width: 103% !important;
            max-width: 103%;
        }

        .content_adstyleOne .adContent {
            bottom: 0;
            right: -3%;
        }

    .content_adstyleOne,
    .content_adstyleTwo {
        margin-bottom: 15px;
    }
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    #Body {
        margin: 0;
        padding: 0;
    }

    #siteHeadouter > .container,
    #contentWrapper > .container {
        width: 90%;
        padding-left: 5%;
        padding-right: 5%;
    }

    .content_products ul {
        margin: 0 -2%;
    }

        .content_products ul li {
            width: 45.5%;
            margin: 0 2% 45px;
        }

    .adContent {
        padding-top: 5px;
    }

        .adContent h2 {
            font-size: 18px;
        }

    .carousel-control {
        top: auto !important;
        bottom: 20% !important;
    }

    .content_adstyleOne {
        width: 100% !important;
        max-width: 100%;
    }

        .content_adstyleOne img {
            width: 100% !important;
            max-width: 100%;
        }

        .content_adstyleOne .adContent {
            bottom: 0;
            right: 0%;
        }
}

/* Landscape phones and down */
@media (max-width: 480px) {
    #Body {
        margin: 0;
        padding: 0;
    }

    .content_products ul li {
        width: 98%;
    }

    .LoginPanel {
        width: 90% !important;
    }

    /* DNN Social */
    .moduleSearch {
        width: inherit;
        float: none;
        padding-right: 20px;
    }

        .moduleSearch input {
            width: 100% !important;
            margin-bottom: 10px !important;
        }

        .moduleSearch > input[type="text"] + a {
            float: left;
            width: auto;
        }

    div.blog-list-title {
        width: inherit;
    }

    div[class*="status-container"] {
        padding: 0 20px;
    }

    .link-wrap {
        display: none;
    }

    select.status-options {
        margin: 20px 0;
        width: 100%;
    }

    table.idea-list-table tbody td {
        padding: 10px 5px !important;
    }

    .idea-list-vote-panel {
        width: auto;
    }

    .dnnSocialLink span {
        line-height: 1;
        font-size: inherit;
    }

    .answer-list-tbl-container {
        padding: 0;
    }

    table.answer-list-table td {
        padding-left: 5px;
    }

    .status-expanded-container .profile-topContainer > .dnnRight > ul.profile-statistics > li {
        width: 33%;
    }

    .status-expanded-container .profile-topContainer > .dnnRight > ul.profile-statistics {
        width: 200px;
    }

    .dnnSocialLink .profile-link {
        margin-top: 50px;
    }
}

#siteHeadinner {
    padding: 25px 80px 0 80px;
    width: 1040px;
}

#siteLogo {
    margin-top: 0;
    width: 1040px;
}

#siteWrapperInner {
    width: 1200px;
    margin: auto;
    background-color: #FFF;
	background-image: url('Images/BG_FullWidth.png');
    background-repeat: no-repeat;
    background-position: center bottom;
}

.container-body {
    width: 1040px;
    padding: 0 80px 400px;
    position: relative;
    z-index: 1;
}

.home .container-body { padding-top: 0px; padding-bottom: 400px;}

#beach {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 1200px;
    height: auto;
    z-index: -100;
}

.interior .leftPane {
    background: #f6f4f4;
}
.interior .leftPane .leftPaneInner {
    padding: 0 20px 20px 20px;
}

/* ----- Weather ----- */
html.no-js #weather{
	display: none;
}
#weather{
	background: #f6f4f4;
	padding: 0;
	width: 100%;
	margin-bottom: 37px;
	line-height: 1;
}
#weather #temp{
	background: #486d7d;
	display: inline-block;
	width: 97px;
	text-align: center;
	font-size: 44px;
	font-weight: 700;
	padding: 38px 0;
	color: #f6f4f4;4
	vertical-align: top;
	line-height: .5;
}
#weather #temp .deg{
	font-size: .6em;
	position: relative;
	top: -13px;
}
#weather #forecast{
	display: inline-block;
	width: 97px;
	text-align: center;
	padding: 4px 0;
	vertical-align: top;
	position: relative;
	top: 7px;
	transition: top .25s;
}
#weather:hover #forecast{
	top: 0;
}
#weather #forecast #forecast-temps{
	display: inline-block;
	border-right: 1px solid #486d7d;
	color: #486d7d;
	font-size: 10px;
	width: 30px;
	text-align: right;
	padding: 0 7px;
	vertical-align: middle;
}
#weather #forecast #forecast-verbiage{
	display: inline-block;
	font-size: 10px;
	width: 45px;
	text-align: left;
	color: #486d7d;
	font-style: italic;
	text-transform: uppercase;
	vertical-align: middle;
}
#weather #weather-credit{
	margin-top: 4px;
	height: 10px;
	overflow: hidden;
}
#weather #weather-credit img{
	position: relative;
	height: 10px;
	transition: top .25s;
	top: -14px;
}
#weather:hover #weather-credit img{
	top: -4px;
}
#weather [data-icon]{
	font-size: 50px;
	line-height: 1;
	color: #486d7d;
}
[data-icon]:before {
	font-family: 'MeteoconsRegular';
	content: attr(data-icon);
}



/* News */
#news{
	border-bottom: 0
}
#news h2{
	display: inline-block;
	margin-right: 2%;
	text-transform: uppercase;
	font-size: 18px;
	width: 44%;
	/*
	color: #486d7d;*/
	margin-top: 0;
}
#news h3{
	display: inline-block;
	margin-right: 2%;
	text-transform: uppercase;
	font-size: 14px;
	width: 44%;
	color: #486d7d;
	margin-top: 0;
}
#news-articles article p {
    margin-bottom: 10px;
    line-height: 1.5em;
}
#news #border-hack{
	display: inline-block;
	width: 53%;
	height: 15px;
	border-bottom: 1px solid #000;
	vertical-align: top;
}
#news #news-articles{
	padding: 20px 0;
}
#news #news-articles article{
	margin: 5px 0;
}
#news #news-articles article .date{
	font-size: 12px;
	margin-bottom: 3px;
}
#news #news-articles article .title{
	margin-bottom: 5px;
}
#news #news-articles article .title a{
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	color: #486d7d;
}
#news #news-articles article .content{
	font-size: 14px;
}
#news #news-articles article .read-more{
	text-align: right;
}
#news #news-articles article .read-more a{
	padding: 3px 6px;
	border: 2px solid #486d7d;
	text-transform: uppercase;
	font-size: 10px;
	font-style: italic;
	color: #486d7d;
	font-weight: 700;
}
#news #news-articles .read-older a{
	font-size: 13px;
	text-transform: uppercase;
}

#bannerRow {
    margin-top: 20px;
}

header nav{
	margin-top: 65px;
	text-align: center;
}
.menu-top-container {
    text-align: center;
}
#menu-top{
	display: inline-block;
    margin: 0;padding: 0;
}
#menu-top li{
	display: inline-block;
	padding: 10px 24px 5px;
}
#menu-top li a,
#menu-top li a:visited{
	font-size: 18px;
	text-transform: uppercase;
	color: #000;
	font-family: 'walkway_boldregular';
	letter-spacing: 2px;
}



#myCarousel .carousel-caption {
    position: absolute;   
    left: 0; top: 0;   
    height: 100%;   width: 240px;   padding: 70px 80px;   font-family: 'walkway_boldregular';   
    background: #F5F5F5;   
    opacity: .85;
}
#myCarousel .carousel-caption p,
#myCarousel .carousel-caption h4 {
    color: #404040;
}
    #myCarousel .carousel-caption h4 {
        margin-bottom: 20px;
        font-size: 1.1em;
        text-transform: uppercase;
    }
    #myCarousel .carousel-caption p {
        line-height: 2.1;
    }

    #myCarousel > .carousel-control {
        top: 50%;
    }
    #myCarousel > a.carousel-control {
    border: 0;
    -webkit-border-radius: 0;  
    -moz-border-radius: 0;  
    border-radius: 0;
    font-weight: normal;
    width: 29px;
    height: 45px;
}

    #myCarousel .item {-webkit-transition: opacity 2s; -moz-transition: opacity 2s; -ms-transition: opacity 2s; -o-transition: opacity 2s; transition: opacity 2s;}
#myCarousel .active.left {left:0;opacity:0;z-index:2;}
#myCarousel .next {left:0;opacity:1;z-index:1;}

    #myCarousel > a.left.carousel-control { left: 0;}

    #myCarousel > a.right.carousel-control { right: 0;}

#myCarousel .carousel-action {
	width: 600px;
	left: auto;
	bottom: 10px; right: 20px;
    position: absolute;   
    font-family: 'walkway_boldregular';   
    background: #F5F5F5;   
    opacity: .85;
}
#myCarousel .carousel-action h3 {
	color: #222;
	font-family: 'walkway_boldregular';
	text-transform: uppercase;
	/*margin: 10px 15px;*/
    line-height: 50px;
	display: inline-block;
    font-size: 16px;
    margin: 0 0 0 10px;
    letter-spacing: 1px;
}
#myCarousel .carousel-action a{
	float: right;
	border: 2px solid #486d7d;
	font-size: 12px;
	text-transform: uppercase;
	font-style: italic;
	padding: 3px 10px;
	margin: 10px 10px;
	color: #486d7d;
	line-height: 20px;
}
#myCarousel .carousel-action a:hover{
	color: #486d7d;
}

#myCarousel .carousel-inner > .item > img {
    max-height: 285px;
    width: 1040px;
}

#myCarousel .carousel-slide-right .carousel-caption {
    right: 0;
    left: auto;
}
#myCarousel .carousel-slide-right .carousel-action {
    right: auto;
    left: 20px;
}


div.sb-section-header-title > h3 {
    text-transform: none;
    font-weight: bold;
    margin: 0 0 5px;
}
div.sb-section-header-title > h4 {
    text-transform: none;
    margin: 0 0 5px;
}
div.sb-section-header-title {
    margin-bottom: 5px;
	margin-left: 10px;
    position: absolute;
    bottom: 0;
    left: 125px;
}
div.sb-section-header img {
border: 1px solid black;
}
div.sb-section-header {
    border-bottom: 1px solid gray;
    padding: 0 0 10px 0;
    margin-bottom: 10px;
    position: relative;
}


table.sb-citycouncil-table h3 {
    margin: 0;
}
table.sb-citycouncil-table td {
    padding: 0;
    margin: 0;
}
table.sb-citycouncil-table td.sb-citycouncil-table-photo {
    vertical-align: top;
    padding: 0 50px 0 0;
}

table.sb-citycouncil-table td.sb-citycouncil-table-title {
    padding: 0 0 10px 0;
}

table.sb-citycouncil-table table {
    margin-bottom: 40px;
}

table.phone-table td {
    padding: 5px;
}

.go-top {
	position: fixed;
	bottom: 2em;
	right: 2em;
	background-color: #62a1bf;
	background-image: url('/Portals/0/Images/uparrow_trans.png');
	background-repeat:no-repeat;
	background-position:center;
	display: none;
	width: 22px;
	height: 24px;
	cursor: pointer;
	padding: 12px;
	border-radius: 4px;
}

.go-top:hover {
	background-color: #486d7d;
}

/*.homeTopBanners, */.synTR_standard {
    /*padding: 8px 35px 8px 14px;
    margin-bottom: 20px;*/
}
.synTR_standard h2 {
    margin-top:10px;
    text-align:center;
}
.synTR_standard a, .synTR_standard a span {
    transition: all .3s ease;
    color: #fff;
}
.synTR_standard a span {
    font-weight: 700;
}
.synTR_standard a:hover,
.synTR_standard a:hover span {
    color: #fbff00;
}

.synTR_standard .synTR_blue {
    /*background-color: #4e829a66;*/
    background-color: #486d7d;
    border: 1px solid #4e829a;
}
.synTR_standard .synTR_yellowBack {
    display:none;
    background-color: #fcf8e3;
    border: 1px solid #fcf8e3;
}
.synTR_redText a {
    color: red;
}
.synTR_redText a:hover {
    color: #333;
}
.synTR_standard .synTR_redBack {
    display:none;
    background-color:#F9D4D7;
    border:1px solid #F79191;
	color: red;
}
.synTR_redBack a:hover {
	color: #fbff00;
}
.synTR_standard .synTR_redBack .synTR_redText a span {
	color: red !important;
}
.yellowAlerts .yellowAlert, .synTR_standard .synTR_yellowBack_BlueText { display: none; }
.yellowAlerts, .redAlerts {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  /* border: 1px solid #fbeed5; */
}
.redAlerts {
    background-color:#F9D4D7;
    border:2px solid #F79191;
	height: 400px;
	font-size: 20px;
}

.yellowAlert, .redAlert,
.yellowAlert h4, .redAlert h4,
.yellowAlert strong, .redAlert strong {
  color: #c09853;
  font-size: 18px;
  text-align: center;
}

.redAlert strong { 
	color:#BE5555; 
	font-size: 32px;
}

.redAlert { color:#BE5555; }

.yellowAlert h4, .redAlert h4 {
  margin: 0;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success h4 {
  color: #468847;
}

.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info h4 {
  color: #3a87ad;
}

.row-calendar h2 {
    margin: 0 0 20px 0;
text-align: left;
background: #486d7d;
padding: 5px 10px;
color: #f6f4f4;
text-transform: uppercase;
font-size: 18px;
}

.dnnSearchBoxPanel{
	max-width:1040px;
	background-color:#f4f4f4;
}

.dnnSearchResultPanel{
	max-width:1040px;
	background-color:#f4f4f4;
}

.dnnSearchBox{
	width:900px;
}

.dnnSearchResultPanel .dnnSearchResultSortOptions > li > a {
	padding: 3px 11px 3px 11px;
}

.DnnModule-SearchResults {
	padding-top: 15px;
}


div.news-tiles {
    margin-bottom: 20px;
}
div.news-tile {
    width: 244px;
    float: left;
    margin-right: 20px;
}
div.news-tile.last {
    margin-right: 0;
}
.news-tile img {
    padding: 5px;
    border: 1px solid #9e9d9e;
	width: 234px; height: 129px;
}
.news-tile h3 {
    margin: 10px 0;
    line-height: 1.25em;
}
.news-tile p {
    line-height: 1em;
    margin: 0 0 10px;
    color: #9e9d9e;
}

table.content-table tr th {
    background: #486d7d;  text-align: center;  padding: 5px 10px;
    color: #fff;
    font-weight: normal;
}
table.content-table tr td {
    line-height: 2em;
    vertical-align: top;
    text-align: left;
}

.dnnFormAndList ul.dnnActions li {
    background:  none;
    margin: 0;
}
.dnnFormAndList ul.dnnActions li a.dnnPrimaryAction {
    border-color: #486d7d; /*dark blue*/      background: #486d7d;      background: -moz-linear-gradient(top, #4e829a 0%, #486d7d 100%); /* FF3.6+ */      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4e829a), color-stop(100%,#486d7d)); /* Chrome,Safari4+ */      background: -webkit-linear-gradient(top, #4e829a 0%,#486d7d 100%); /* Chrome10+,Safari5.1+ */      background: linear-gradient(top, #4e829a 0%,#486d7d 100%); /* W3C */      -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: #fff;      text-shadow: 0px -1px 0px #185B93; 
}
.dnnFormAndList ul li a.dnnSecondaryAction {

}

.dnnFormMessage ul li {
    background: none;
    padding: 0;
}
.dnnFormMessage ul {
    margin: 0;
    padding: 0;
}

.container-body .dnnFormItem span.dnnFormMessage.dnnFormError {
    display: block;
    position: absolute;
    overflow: visible;
    /*top:-95%; right: 12%;*/
    bottom: 14px;
    left: 350px;
    /* width: 200px; */
    margin-bottom: 0;
    /* padding: 10px; */
    border: none;
    border-radius: 3px;
    background: rgba(255,0,0,0.75);
    font-size: 12px;
    color: #fff;
    text-align: left;
}

 .container-body    .dnnFormItem span.dnnFormMessage.dnnFormError:after {
        position: absolute;
        bottom: -7px;
        left: 15px;
        content: "";
        width: 0;
        height: 0;
        opacity: 0.75;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 7px solid red;
		display: none;
    }
.dnnFormAndList div.dnnFormItem div.dnnLabel {
    width: 100%;  padding: 0px;  margin: 0 0 5px 0;
    display: block;
    float: none;
    text-align: left;
}

.dnnFormAndList div.dnnFormItem div.dnnLabel a.dnnFormHelp {
	display: none;
}

.container-body ul.dnnActions li {
    background: none;
	line-height: inherit;
}

.container-body .ui-tabs ul.ui-tabs-nav li {
    background: none;
    line-height: normal;
    margin: 0;
}
.container-body .ui-tabs ul.ui-tabs-nav {
    margin: 0;
}
.container-body ul.dnnActions li a {
    padding: 6px;
}
.syn-open-house .carousel-action {
	display: none;
}

#AskCityHall {
    position: fixed;
    top: 3px;
    right: 3px;
    background-color: #62a1bf;
    padding: 8px 15px 8px 15px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    transition: all .4s ease;
    border-radius: 10px;
    text-align: center;
}
#AskCityHall:hover {
    background-color: #666;
}

@media (max-width: 1490px) {
	#AskCityHall {
		top: 110px;
	}
}

.chameleon_slider.NewsOne {
    border-radius: 0 !important;
}
.chameleon_slider.NewsOne .main_panel {
    border-radius: 0 !important;
}