@charset "UTF-8";
@import url('./bootstrap/css/bootstrap.min.css');
body {
    font-family: 'Droid Serif', Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #333;
    line-height: 18px;
}

.Normal, .NormalDisabled, .NormalDeleted {
    color: #444444;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
}

#cookieModal
{
overflow: auto;
}

@media (max-width: 767px)
{
#cookieModal {
    max-height: 75% !important;
}
}


/* DNN Body */
#Body {
    /* CSS3 */
    background: #efede9;
    /* Old browsers */
    min-height: 1px;
}
.container {
	padding-right: inherit !important;
	padding-left: inherit !important;
}


/*------------------------------------------------*/
/* geocgi Carousel STYLE */
/*------------------------------------------------*/
/* .section {
  padding: 100px;
}
 */
.caption-title {
    font-family: 'Open Sans Condensed', 'Arial Narrow', Helvetica, sans-serif !important;
    font-size: 30pt;
    color: #fff;
}
.carousel-caption-text {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 10px;
}
.carousel-caption-alt {
    position: absolute;
    left: 30px;
    bottom: 15px;
    z-index: 10;
    min-width: 300px;
    max-width: 400px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    
}

.carousel-caption-text{
    background-color: rgba(0, 0, 0, 0.6);
    padding: 10px;
}

.carousel-indicators{
    bottom: -35px !important;
	    top: inherit !important;
		left: inherit !important;
	width: inherit !important;
}

.carousel-indicators .active {

    background-color: #9B0000 !important;
    width: 10px !important;
    height: 10px !important;
	    margin: 1px !important;
}
.carousel-indicators li {
    border: 1px solid #4e4e4e !important;
}

.carousel-control
{
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    width: 15%!important;
    font-size: 20px!important;
    color: #fff!important;
    text-align: center!important;
    text-shadow: 0 1px 2px rgba(0,0,0,.6)!important;
    background-color: rgba(0,0,0,0)!important;
    filter: alpha(opacity=50)!important;
    opacity: .5!important;
	height: auto;
	    margin-top: auto;
		border: none;
		border-radius: inherit;

}
.carousel-control:focus, .carousel-control:hover {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9;
}
.carousel-control .glyphicon-menu-left, .carousel-control .glyphicon-menu-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}
.carousel-control .glyphicon-menu-left, .carousel-control .glyphicon-menu-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    margin: 0 auto;
    width: 100%;
}

.carousel-control .glyphicon-menu-left, .carousel-control .icon-prev {
    left: 20%;
    margin-left: -10px;
}

.carousel-control .glyphicon-menu-right, .carousel-control .icon-prev {
    right: 20%;
    margin-right: -10px;
}

.carousel-control .glyphicon-menu-left, .carousel-control .glyphicon-menu-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}
.btn-anmc2 {
    color: #fff;
    background-color: #000;
    border-color: none;
}

.btn-anmc2:hover {
    color: #fff !important;
    background-color: #000;
    border-color: none;
}

.btn-anmc-primary{
    color: #000 !important;
    font-size: 16px !important;
    background-color: #ffcb05;
    border-color: #d3a702 !important;
}

.btn-anmc-primary:hover {
    color: #000;
    background-color: #fedb55;
    border-color: #d2b546;
}
.btn-group-sm > .btn, .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4285;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}


/*------------------------------------------------*/
/* FONT STYLE */
/*------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans Condensed', 'Arial Narrow', Helvetica, sans-serif;
}

th, td, table, .Head, .SubHead, .SubSubHead,
input, .CommandButton {
    font-family: 'Droid Serif', Arial, Helvetica, sans-serif;
}

em {
    font-style: italic;
    letter-spacing: 0;
}

strong {
    color: #333;
    font-weight: bold;
}

small {
    font-size: 12px;
    letter-spacing: 0;
}

p, span {
    font-family: 'Open Sans', sans-serif;
    font-size: 12pt;
    line-height: 14pt;
}

/*------------------------------------------------*/
/* HEADER STYLE */
/*------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    line-height: 1;
    margin: 0 0 10px 0;
}

h1 {
    font-size: 26px;
}

h2, h2 .Head {
    font-size: 22px;
}

h3, h3 .Head {
    font-size: 18px;
    color: #666;
}

h4, h4 .Head {
    font-size: 16px;
    color: #666;
}

h5, h5 .Head {
    font-size: 14px;
    color: #666;
}

h6, h6 .Head {
    font-size: 13px;
    color: #666;
}

/*------------------------------------------------*/
/* ANCHOR STYLE */
/*------------------------------------------------*/
a, a:link, a:visited, a:active {
    color: #7B96C1;
    text-decoration: none;
    outline: 0;
}

a:hover {
    color: #9A0000;
    text-decoration: none;
    outline: 0;
}

/*------------------------------------------------*/
/* E&C Button STYLE */
/*------------------------------------------------*/

.ceremonyButton, a.ceremonyButton {
  background: #3E4F66;
  border: none;
  padding: 14px 11px;
  color: white;
  -webkit-box-shadow: 2px 5px 5px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow:    2px 5px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow:         2px 5px 5px 0px rgba(0, 0, 0, 0.25);
    font-weight: normal;
  font-size: 16.67px;
  font-family: 'Open Sans', sans-serif;
}

.ceremonyButton:hover {
  -webkit-box-shadow: 2px 5px 5px 0px rgba(0, 0, 0, 0.40);
  -moz-box-shadow:    2px 5px 5px 0px rgba(0, 0, 0, 0.40);
  box-shadow:         2px 5px 5px 0px rgba(0, 0, 0, 0.40);
}


/* DNN Specific Selectors
-------------------------------------*/

#funeralSearchByNameDisclaimer {
    font-style: italic;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #adadad;
    width: 350px;
    padding-bottom: 30px;
    clear: left;
    line-height: 1.6em;
}


.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 {
    margin: 0 0 20px 0;
}

hr {
    clear: both;
    height: 0;
    border: solid #c0c0c0;
    border-width: 1px 0 0;
    margin: 20px 0 20px 0;
}

/*------------------------------------------------*/
/* IMAGE STYLES */
/*------------------------------------------------*/
img {
    border: 0;
	-ms-interpolation-mode: bicubic;
}

#dnn_dnnLOGO_imgLogo {
    width: auto;
    height: auto;
}

/* 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;
}

/*------------------------------------------------*/
/* 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: #3B96B6;
    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: 'Open Sans Condensed', 'Arial Narrow', 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: 'Open Sans Condensed', 'Arial Narrow', 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: 'Open Sans Condensed', 'Arial Narrow', 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;
    position: fixed;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

#userControls .language {
    min-height: 0 !important;
    display: inline;
}

.wrapper {
    margin: 0 Auto;
    width: 980px;
}

/*------------------------------------------------*/
/* SEARCH */
/*------------------------------------------------*/
#search {
    float: right;
    width: 145px;
    background-color: #000;
    border: none !important;
    box-shadow: none !important;
    margin-top: 4px;
    margin-left: 0px;
    position: relative;
}

#search:after {
    position: absolute;
    left: 9px;

    content: "\f002";
    color: #6D6D6D;
    z-index: 2;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 32px;
}

#search a.SearchButton {
    display: none !important;
}

#search a.SearchButton:link,
#search a.SearchButton:visited {
    display: inline-block;
    float: right;
    height: 32px;
    width: 32px;
    margin: 0;
    padding: 0;
    background: #333 url('images/search.png') no-repeat center center;
    text-indent: -9999px;
}

#search a.SearchButton:hover {
    background: url('images/search.png') no-repeat center center, rgb(45, 45, 45);
    /* Old browsers */
    background: url('images/search.png') no-repeat center center, -moz-linear-gradient(top, rgba(45, 45, 45, 1) 0%, rgba(86, 86, 86, 1) 100%);
    /* FF3.6+ */
    background: url('images/search.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(45, 45, 45, 1)), color-stop(100%, rgba(86, 86, 86, 1)));
    /* Chrome,Safari4+ */
    background: url('images/search.png') no-repeat center center, -webkit-linear-gradient(top, rgba(45, 45, 45, 1) 0%, rgba(86, 86, 86, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: url('images/search.png') no-repeat center center, -o-linear-gradient(top, rgba(45, 45, 45, 1) 0%, rgba(86, 86, 86, 1) 100%);
    /* Opera 11.10+ */
    background: url('images/search.png') no-repeat center center, -ms-linear-gradient(top, rgba(45, 45, 45, 1) 0%, rgba(86, 86, 86, 1) 100%);
    /* IE10+ */
    background: url('images/search.png') no-repeat center center, linear-gradient(to bottom, rgba(45, 45, 45, 1) 0%, rgba(86, 86, 86, 1) 100%);
    /* W3C */
}

#dnn_dnnSearch_txtSearch {
    display: block;
    float: left;
    width: 110px;
    height: 32px;
    padding: 0 5px 0 30px;
    margin: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    color: #8f8f8f;
    line-height: 32px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}

#dnn_dnnSearch_txtSearch:active, #dnn_dnnSearch_txtSearch:focus {
    background: #ccc;
    box-shadow: inset 0px 3px 8px #999;
}

/*------------------------------------------------*/
/* LOGIN */
/*------------------------------------------------*/
/*#login {
    float: right;

}

*/
#login .registerGroup,
#login .registerGroup *,
#login .loginGroup,
#login .loginGroup * {
    display: block;
}

#login .registerGroup,
#login .loginGroup {
    float: right;
    padding: 0;
    margin: 0;
    color: #fff !important;
    background: #2b2a2a !important;
}

#login .registerGroup li:first-child:hover {
    border-left: #222;
}

/* 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: #FFF !important;
    font-size: 11px;
    vertical-align: middle;
}

#login .registerGroup a:hover,
#login .loginGroup a:hover {
    background: rgb(45, 45, 45);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(45, 45, 45, 1) 0%, rgba(86, 86, 86, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(45, 45, 45, 1)), color-stop(100%, rgba(86, 86, 86, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(45, 45, 45, 1) 0%, rgba(86, 86, 86, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(45, 45, 45, 1) 0%, rgba(86, 86, 86, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(45, 45, 45, 1) 0%, rgba(86, 86, 86, 1) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(45, 45, 45, 1) 0%, rgba(86, 86, 86, 1) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2d2d2d', endColorstr='#565656', GradientType=0);
    /* IE6-9 */
    color: #ddd;
    text-shadow: 0px -1px 0px #333333;
}

#login .registerGroup a:active,
#login .loginGroup a:active {
    color: #fff;
    text-shadow: 0px -1px 0px #333333;
}

#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: #333;
}

#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: #2b2a2a;
    /* CSS3 */
    /*
    -webkit-box-shadow: 1px 50px 100px 0px #cacaca;
    box-shadow: 1px 50px 100px 0px #cacaca;
	 */
}

#siteHeadinner {
    font-family: 'Open Sans Condensed', 'Arial Narrow', Helvetica, sans-serif;
    padding: 6px 0;
}

.siteHeadNavbar {
    background: #2b2a2a;
    font-family: 'Open Sans Condensed', 'Arial Narrow', Helvetica, sans-serif;
    padding: 6px 0;
    height: 140px !important;
}

#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);
}

#dnn_AlertPane{
	margin-top: 20px;
};

/*------------------------------------------------*/
/* NAVIGATION */
/*------------------------------------------------*/
/* for Simple Menu, see Simple menu folder */
.navbar {
    margin-bottom: 0 !important;
}

.navbar-inner {
    border: none !important;
    box-shadow: none !important;
    background: none;
    transparent !important;
    padding-right: 0 !important;
    filter: undefined !important;
    height: 80px !important;
    max-width: inherit;
    margin: auto 20px;
}

.navbar .brand {
    margin: auto !important;
    padding: 0px !important;
    margin-top: -5px !important;
}

.navbar .nav {
    margin-right: 30px !important;
}

.navbar-fixed-top {
    top: 0 !important;
    height: 141px !important;
    padding-top: 0px !important;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
}

.navbar-fixed-top.admin {
    top: 54px !important;
    z-index: 30;
}

/* Site Navigation */
.nav-collapse {
    margin: auto auto;
    position: relative;
    padding-top: 62px;
}

@media (min-width: 1099px) and (max-width: 1357px) {
    .nav-collapse {
        margin: auto auto;
        /* position: absolute;*/
       /* margin-top: -72px !important;*/
    }
    .navbar .brand {
        margin-top: -15px !important;
    
    }
}

.nav li {
    position: relative;
    list-style: none;
    margin: 0;
}

.nav li ul {
    margin-left: 0;
}

.nav > li {
    float: left;
    height: 30px;
    padding-top: 5px;
    margin-right: 6px;
}

.nav > li > a,
.nav > li > span {
    display: block;
    padding: 5px 7px 5px 15px !important;
    font-size: 29px;
    color: #7a7a7a !important;
    text-decoration: none;
    font-weight: normal !important;
    word-spacing: -2px;
    font-family: 'Open Sans Condensed', 'Arial Narrow', Helvetica, sans-serif !important;
}

.nav-tabs, .nav-pills {
    margin: auto auto;
    text-align: center;
}

.nav > li:hover > a,
.nav > li.active > a {
    color: #d7ad09 !important;
    /* override default bootstrap nav pills styles*/
    background-color: transparent !important;
    box-shadow: none !important;
}

.nav > li:hover > a:active {
    color: #3B96B6;
}

.nav > li:hover > span {
    color: #3B96B6;
}

.nav > li > a .caret.hidden-desktop {
    border: none !important;
    background-image: url(bootstrap/img/glyphicons-halflings-white.png);
    background-color: #333;
    background-position: -305px -110px !important;
    width: 30px !important;
    line-height: 30px !important;
    min-height: 30px !important;
    height: auto;
    display: none !important;
    margin: 0 !important;
    border-radius: 3px;
}

.nav > li > a .caret.hidden-desktop:hover {
    background: url(bootstrap/img/glyphicons-halflings-white.png) -305px -110px, linear-gradient(to bottom, #2D2D2D 0%, #565656 100%) !important;
}

/* Secondary level */
.nav > li ul {
    /* Styles for all sub levels */
    top: 35px;
    left: 0;
    padding: 15px 5px;
    display: none;
    position: absolute;
    z-index: 2;
    width: 225px;
    background: #F5F7F7;
    border: 1px solid #cbcbcb;
    /* CSS3 */
    border-radius: 0px;
    /*box-shadow:inset 0px 1px 0px 0px rgba(255,255,255,1), 0px 0px 3px rgba(0,0,0,0.15);
	*/
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
    -webkit-animation-duration: .25s;
    -webkit-animation-delay: .2s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: .25s;
    -moz-animation-delay: .2s;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: both;
    -ms-animation-duration: .25s;
    -ms-animation-delay: .2s;
    -ms-animation-timing-function: ease;
    -ms-animation-fill-mode: both;
    animation-duration: .25s;
    animation-delay: .2s;
    animation-timing-function: ease;
    animation-fill-mode: both;
}

.nav-collapse:not(.in) .nav li:hover > ul {
    display: block;
}

.navbar .nav > li > .dropdown-menu:before {
    border: none !important;
}

.navbar .nav > li > .dropdown-menu:after {
    position: absolute !important;
    top: -15px !important;
    left: 20px !important;
    content: '' !important;
    width: 0px !important;
    height: 0px !important;
    border-left: 15px solid transparent !important;
    /* left arrow slant */
    border-right: 15px solid transparent !important;
    /* right arrow slant */
    border-bottom: 15px solid #F5F7F7 !important;
    /* bottom, add background color here */
    font-size: 0px !important;
    line-height: 0px !important;
}

.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;
}

.nav-collapse:not(.in) .nav .dropdown-menu {
    border-radius: 0 !important;
    top: 37px !important;
}

.nav > li > ul li:hover {
    color: #D00;
    background: #F5F7F7;
}

/* Tertiary level */
.nav li ul li ul {
    left: 225px;
    top: -8px;
    padding: 15px 5px;
    border-left: 1px solid #ddd;
}

/* Navigation button on mobile size */
.nav-collapse.in {
    /*width:100%;
	*/
    /*
    background-color: #333333 !important;
    background-image: linear-gradient(to bottom, #333333, #333333) !important;
    */
	z-index: 10000;
	height: auto !important;
}

.navbar .btn-navbar {
    background-color: #333333 !important;
    background-image: linear-gradient(to bottom, #333333, #333333) !important;
    cursor: pointer;
    margin-top: 25px !important;
    height: 22px;
    width: 22px;
    z-index: 9999;
}

.navbar .btn-navbar:hover,
.navbar .btn-navbar:active {
    background-image: linear-gradient(to bottom, #2D2D2D 0%, #565656 100%) !important;
}

.navbar .btn-navbar .icon-bar {
    width: 22px;
    margin-top: 4px;
}

.nav-hours-row {
    width: 100%;
    background-color: transparent;
}

.nav-stacked{
    font-weight: normal !imporntant;
    font-family: verdana;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.nav-hours {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    
    float: right;
	color: #ffffff;
    font-family: 'Open Sans Condensed', 'Arial Narrow', Helvetica, sans-serif;
    font-size: 20.5px;
    line-height: 1.25em;
    padding-right: 20px;
    padding-top: 2px;
    padding-left: 10px;
    padding-bottom: 6px;
    max-width: 978px;
	
	margin-right: 10px;
}

.nav-hours .tel {
    color: #FFF;
    text-decoration: none;
}

.nav-hours .tel:hover {
    color: #FFF;
}

/*------------------------------------------------*/
/* 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: #3B96B6;
}

/*------------------------------------------------*/
/* CONTENT PANES */
/*------------------------------------------------*/
.contentPane {
    /*    padding-bottom: 20px;
	padding-top:100px;
*/
}

/* 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 {
    /*clear: both;
	*/
    height: 230px;
    /*margin-top: 30px;
	*/
}

/* Removed for Bootstrap
.footerPane {
    float: left;
    width: 136px;

}


    .footerPane,
    .footerPane .Normal {
        color: #808080;

}


.footerPaneRight {
    float: right;

}


*/
/* Empty Panes */
.DNNEmptyPane {
    width: 0;
    margin: 0;
    padding: 0 !important;
}

.DNNEmptyPane.rightTwoCol + div {
    width: 100%;
}

/* Site Map */
.SiteMapFooter {
    display: none;
}

/* 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: #3B96B6;
    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: #3B96B6;
    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: 'Open Sans Condensed', 'Arial Narrow', 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 #3B96B6;
    -webkit-box-shadow: inset 0px 1px 1px 0px #3B96B6;
    -moz-box-shadow: inset 0px 1px 1px 0px #3B96B6;
    box-shadow: inset 0px 1px 1px 0px #3B96B6;
}

/* 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 #3B96B6;
    background-color: #70b1c7;
}

/* Actions button hover*/
.threeColSocial .dnnButtonGroup > li > a.disabled:hover {
    color: #eee;
    border-left: 1px solid #3B96B6;
    background-color: #70b1c7;
}

/* Select button hover */
.threeColSocial .alpha > a:hover {
    color: #eee;
    background-color: #70b1c7;
    border-right: 1px solid #3B96B6;
}

/*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
    -------------------------------------*/
#dnn_footerPane #dnn_ctr666_HtmlModule_lblContent .row-fluid {
    max-width: 1100px;
    margin: auto;
}

ul.footerlinks {
    font-family: 'Open Sans', sans-serif;
    font-size: 11pt;
    line-height: 14pt;
    color: #7b97c1;
    margin: 50px 10px 10px 10px;
	
	width: 150px;
}

.anc-footer-links {
    padding-left: 60px;
}

.anc-footer-logo {
    min-width: 200px;
}

.anc-footer-logo img {
    position: relative;
    top: 13px;
}

.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;
}

#footerArmyLogo {
    text-align: center;
    /* margin-left: 130px; */
    margin-top: 25px;
    height: 197px;
    width: 140px;
    float: right;
}

.footerContact {
    bottom: 45px;
    text-align: center;
    color: #ffffff;
    font-size: 12pt;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 10px;
    max-width: 1100px;
    margin: auto;
}

.footerLeftPane {
    padding-left: 30px;
    padding-bottom: 20px;
}

.footerRightPane {
    padding-right: 30px;
    padding-bottom: 20px;
}

.footerContact .contactInfo {
    float: left;
}

.footerContact .footerShare {
    float: right;
}

.footerContact .contactInfo,
.footerContact .footerShare {
    line-height: 34px;
}

.footerContact .contactInfo .tel {
    color: #FFF;
}

.footerContact .contactInfo .tel:hover {
    color: #FFF;
}

.footerShare .shareUsText,
.footerShare .shareButtons {
    display: inline;
}

.shareButtons a {
    margin-left: 8px;
    position: relative;
    top: -4px;
}

.row-fluid .anc-footer-links-1 {
    padding-left: 0;
    width: 155px;
}

.row-fluid .anc-footer-links-2 {
    width: 155px;
}

.row-fluid .anc-footer-links-3 {
    width: 210px;
    padding-left: 45px;
}

@media (max-width: 979px) {
    #footerArmyLogo {
        margin-left: 50px;
        float: left;
        clear: left;
    }
    
    .footerContact .contactInfo {
      float: none;
    }
    
    .footerContact .footerShare {
      float: none;
    }
}

@media (max-width: 767px) {
    .anc-footer-links,
    .row-fluid .anc-footer-links-3 {
        padding-left: 0;
    }
}

/*------------------------------------------------*/
/* 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 */
/*------------------------------------------------*/

.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;
}

/* Navbar */
/* Logo */
.brand.hidden-desktop {
    max-width: 60%;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
    box-shadow: none !important;
    background-color: transparent !important;
    outline: none !important;
}

.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
    background-color: transparent !important;
    color: #D00 !important;
    outline: none !important;
}

.dropdown, .dropdown a {
    outline: none !important;
}
/*
.carousel-inner {
    height: 100%;
}
*/
.story-image {
    float: left;
    max-width: 50%;
    max-height: 300px;
    padding-left: 25px;
    padding-right: 25px;
    margin: auto auto;
}

.story-caption {
    margin: auto auto;
    max-width: 50%;
    overflow: hidden;
    color: #000;
}

.story-caption h1 a {
    color: #8f8f8f;
}

.story-caption h1 a:hover {
    color: #9A0000;
}

.story-text {
    height: 200px;
    overflow: hidden;
}

.story-text p {
    width: 100%;
    margin: 0;
    font-size: 14px;
    line-height: 18px;
    font-family: 'Open Sans';
}
/*
.carousel {
    max-width: 978px;
    margin: auto;
}

.carousel-inner {
    background: #efede9;
    width: 80%;
    margin: auto;
}

.carousel-inner img {
    margin: auto auto;
}


.carousel-caption {
	width: 100%;
	height: 100%;
	max-height: 200px:
	overflow: block;
	background: #2B2A2A;
	background: rgba(0, 0, 0, 0.75);

}



.carousel-inner > .item {
    position:absolute;
	 top:0;
	 bottom:0;
	 left:0;
	 right:0;
	
    padding-top: 25px;
    margin: auto;
    height: 300px;
    width: 100%;
    background: #efede9;
}

.carousel-indicators .active {
    background-color: #2B2A2A;
}

.carousel-indicators > li {
    background-color: #CCC;
}

.carousel-control:link {
    color: #ffffff;
}

.carousel-control {
    height: 25%;
    width: 10%;
    border: none;
    border-radius: 0;
    z-index: 6;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
}

.carousel-control.right {
    background-image: url(images/main_news_arrow_right.png);
}

.carousel-control.left {
    background-image: url(images/main_news_arrow_left.png);
}

.carousel-inner > a > img {
    height: auto !important;
}

.carousel-inner img {
    height: auto !important;
    margin: auto auto;
}
*/
.ControlContainer {
    width: 940px !important;
}


/* Media Queries */

@media (min-width: 1099px) and (max-width: 1474px) {
    #dnn_dnnLOGO_imgLogo {
        max-width: 100%;
        width: 20vw;
        min-width: 90%;
    
    }
}
    



/* Large desktop */
@media (min-width: 1200px) {
    select.status-options {
        display: none;
    }

    .content_team ul {
        margin: 0 -19px;
    }

    .content_team ul li {
        margin: 0 19px 40px;
    }

    .ControlContainer {
        width: 1170px !important;
    }

    .contentPane {
        padding-bottom: 20px;
    }

    .container {
        width: 100% !important;
    }

    #rightCol {
        margin-left: 1.12% !important;
    }

    #contentWrapper {
        padding-top: 140px;
    }
    
    .nav-collapse, .nav-collapse.collapse {
      overflow: hidden;
      height: 0;
    }
    

}

/* Portrait tablet to landscape and larger */
@media (min-width: 979px) {
    /*
table.gsc-completion-container {
	left: -150px !important;
}*/
    .contentPane {
        padding-bottom: 20px;
    }

    .container {
        width: 100% !important;
    }

    #rightCol {
        margin-left: 1.12% !important;
    }

    #contentWrapper {
        padding-top: 140px;
    }

}

/* Portrait tablet to landscape and larger */
@media (min-width: 768px) {
	.scheduleExportButton {
	float: right;
	}

    /*.gsc-control-cse {
 background-color: #333;
}

	*/
    .nav-hours {
        padding-right: 0px;
        padding-left: 0px;
    }

    .carousel-indicators {
        
        top: auto;
        bottom: 0;
        padding: 15px 25px 15px 15px;
        right: 50%;
        margin: 0 -35px 0 0;
    }

    .carousel-indicators li {
        margin-bottom: 0;
    }


}

/* Portrait tablet to landscape and smaller */
@media (max-width: 1099px) {
    .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%;
    }
    
    .nav-collapse .nav {
      float: none;
      margin: 0 0 10px;
    }
    
    .nav-collapse .nav > li {
        float: none;
    }
    
    .navbar .btn-navbar {
      display: block;
    }
    
    .navbar-fixed-top, .navbar-fixed-bottom {
        position: static;
    }
}

@media (max-width: 979px) {
    img {
        max-width: 100%;
    }

    .contentPane {
        padding-bottom: 0px !important;
        padding-top: 0px !important;
    }

    .fi-body-left {
        display: none;
        width: 0% !important;
    }

    .fi-body-right {
        width: 587px !important;
        margin: auto !important;
        float: none !important;
    }


}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 1099px) {
    .navbar .btn-navbar {
        margin-right: 25px;
    }

    .nav-collapse .nav {
        margin: 30px 40px 10px;
        width: 90%;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
	.scheduleExportButton {
	float: right;
	}

    #Body {
        margin: 0;
        padding: 0;
    }

    #siteHeadouter > .container {
        width: 100%;
    }

    #contentWrapper > .container {
        width: 100%;
    }

    .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;
    }

    .contentPane {
        padding-bottom: 20px;
    }

    .container {
        width: 100% !important;
    }

    .fi-input {
        bottom: 60px !important;
    }

    .fi-body {
        height: 347px !important;
    }

    #rightCol {
        margin-left: 1.12% !important;
    }


}

@media (min-width: 980px) and (max-width: 1099px) {
    .navbar .btn-navbar {
        display: none;
    }
}

/*
@media (min-width: 980px) {
  .nav-collapse, .nav-collapse.collapse {
    overflow: hidden !important;
    height: 0 !important;
  }
  
  .nav-collapse.in {
    overflow: visible !important;
    height: auto !important;
  }
}
*/

@media (min-width: 1100px) {
  .nav-collapse, .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    .gsc-control-cse {
        background-color: #333;
    }

    #Body {
        margin: 0;
        padding: 0;
    }

    #siteHeadouter > .container {
        width: 100%;
    }

    #contentWrapper > .container {
        width: 100%;
    }

    .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;
    }


    .content_adstyleOne {
        width: 100% !important;
        max-width: 100%;
    }

    .content_adstyleOne img {
        width: 100% !important;
        max-width: 100%;
    }

    .content_adstyleOne .adContent {
        bottom: 0;
        right: 0%;
    }

    .fi-body-right {
        width: 100% !important;
        margin: auto !important;
        float: none !important;
    }

    .fi-input {
        bottom: 60px !important;
    }

    .fi-body {
        height: 347px !important;
    }

    .story-image {
        float: none !important;
    }

    .navbar .btn-navbar {
        margin-right: 25px;
    }


}

@media (max-width: 645px) {
    .fi-input {
        bottom: 20px !important;
    }

    .fi-body {
        height: 500px !important;
    }

    .explore-outer {
        padding-left: 40px !important;
    }

    .navbar .btn-navbar {
        margin-right: 25px;
    }

    .banner-icon {
      display: none !important;
    }

}

/* Landscape phones and down */
@media (max-width: 480px) {
	.scheduleExportButton {
		padding-bottom: 10px;
	}

    table.gsc-completion-container {
        right: auto: !important;
    }

    #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;
    }

    .fi-body-right {
        width: 100% !important;
        margin: auto !important;
        float: none !important;
    }

    .fi-input {
        bottom: 20px !important;
    }

    .fi-body {
        height: 500px !important;
    }

    .explore-outer {
        padding-left: 0px !important;
    }

    .logo-container {
        padding-left: 0px !important;
    }

    .banner-icon {
      display: none !important;
    }

}

.dnnForm .ui-tabs {
    position: relative;
    padding: .2em;
    zoom: 1;
}

/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.dnnForm .ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0;
}

.dnnForm .ui-tabs .ui-tabs-nav li,
ul.dnnAdminTabNav li {
    list-style: none;
    float: left;
    position: relative;
    top: 1px;
    margin: 0 .2em 1px 0;
    border-bottom: 0 !important;
    padding: 0;
    white-space: nowrap;
}

.dnnForm .ui-tabs .ui-tabs-nav li a,
ul.dnnAdminTabNav li a {
    float: left;
    padding: .5em 1em;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    display: block;
    margin: 0;
    letter-spacing: -0.03em;
    background: #818181;
    background: -moz-linear-gradient(top, #818181 0%, #656565 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #818181), color-stop(100%, #656565));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#818181', endColorstr='#656565', GradientType=0);
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    text-shadow: 0px 1px 1px #000;
}

.dnnForm .ui-tabs .ui-tabs-nav li.ui-tabs-selected {
    margin-bottom: 0;
    padding-bottom: 1px;
}

.dnnForm .ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.dnnForm .ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.dnnForm .ui-tabs .ui-tabs-nav li.ui-state-processing a {
    cursor: text
}

.dnnForm .ui-tabs .ui-tabs-nav li a,
.dnnForm .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
    cursor: pointer
}

/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.dnnForm .ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none;
}

.dnnForm .ui-tabs-panel {
    position: relative
}

.dnnForm .ui-tabs-hide {
    display: none !important
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

#mainContentWrapper .indent10 {
    padding: 0 10px;
}

#mainContentWrapper .indent20 {
    padding: 0 20px;
}

#mainContentWrapper .indent30 {
    padding: 0 30px;
}

#mainContentWrapper .indent44 {
    padding: 0 44px;
}

#mainContentWrapper .indent70 {
    padding: 0 70px;
}

.centeredPhotoFrame img {
    border: 0.13em solid #AEAEAD;
}

.centeredPhotoFrame {
    display: inline;
}

.centeringContainer {
    text-align: center;
}

.navbar .nav > li > a {
    text-shadow: none !important;
}

.leftPane {
    background: #fff;
    padding: 27px;
}

.oneColPane {
    margin-left: 2%;
    display: inline-block;
    width: 95%;
    zoom: 1;
}


.footerBackPane {
        background: #221F20;
        padding: 10px;
    }
#footerArmyLogo {
        text-align: center;
        /* margin-left: 130px; */
        margin-top: 25px;
        height: 197px;
        width: 197px;
        float: right;
    }
.alertPane {
    background: #99040c;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 18pt;
    color: #ffffff;
    line-height: 24pt;
    display: none;
}

.announceTitle {
    font-family: 'Open Sans Condensed', 'Arial Narrow', Helvetica, sans-serif;
    font-size: 16pt;
    font-weight: bold;
    color: #9b0000;
    line-height: 21pt;
    text-align: left;
}

.announceText {
    font-family: 'Droid Serif', Arial, Helvetica, sans-serif;
    font-size: 13pt;
    color: #4e4e4e;
    line-height: 21pt;
    text-align: left;
}

#Topgutter {
    padding-top: 0px;
    padding-bottom: 0px;
}

.headerblock {
    height: 250px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
}

.headerblock h2 {
    font-family: 'Open Sans Condensed', 'Arial Narrow', sans-serif;
    font-size: 28pt;
    font-weight: bold;
    line-height: 22pt;
    color: #fff;
    padding-top: 40px;
    padding-bottom: 33px;
    letter-spacing: 0.2px;
}

.headerblock span {
    font-family: 'Droid Serif', serif;
    font-size: 12pt;
    font-weight: normal;
    color: #fff;
    max-width: 560px;
    display: block;
    text-align: left;
    line-height: 18pt;
}

.imagetile {
    position: relative;
    width: 100%;
}

.imagetile span {
    font-family: 'Open Sans Condensed', 'Arial Narrow', sans-serif;
    font-size: 18pt;
    font-weight: bold;
    line-height: 17pt;
    color: white;
    position: absolute;
    bottom: 18px;
    left: 10px;
}

.imagetile a:link, .imagetile a:active, .imagetile a:visited,
.imagehovertext a:link, .imagehovertext a:active, .imagehovertext a:visited {
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
    z-index: 2;
    right: 10px;
    color: white !important;
}

.imagetile a:hover, .imagehovertext a:hover {
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
    color: #3842ff;
}

.imagetile4 {
    width: 213px !important;
    height: 213px !important;
    margin-left: 2px !important;
    margin-bottom: 2px !important;
}

.imagetile8 {
    width: 429px !important;
    height: 213px !important;
    margin-left: 2px !important;
    margin-bottom: 2px !important;
}

.imagetile-north {
    position: absolute;
    bottom: -30%;
}

.imagetile-south {
    position: absolute;
    top: -30%;
}

.imagetile-east {
    position: absolute;
    left: -30%;
}

.imagetile-west {
    position: absolute;
    right: -30%;
}

.imagetile-title {
    font-family: 'Open Sans Condensed', 'Arial Narrow', sans-serif;
    font-size: 18pt;
    line-height: 17pt;
    font-weight: bold;
    color: #fff;
    text-shadow: none;
}

.imagetile-text {
    font-family: 'Droid Serif', serif;
    font-size: 12pt;
    font-weight: normal;
    color: #fff;
    text-shadow: none;
}

.welcome {
    background-image: url('../../../0/Images/plan_sectionphotos_welcome_off.jpg')
}

.welcome:hover {
    background-image: url('../../../0/Images/plan_sectionphotos_welcome_over.jpg')
}

.amphitheater {
    background-image: url('../../../0/Images/plan_sectionphotos_amphitheater_off.jpg')
}

.amphitheater:hover {
    background-image: url('../../../0/Images/plan_sectionphotos_amphitheater_over.jpg')
}

.jfk {
    background-image: url('../../../0/Images/plan_sectionphotos_jfk_off.jpg')
}

.jfk:hover {
    background-image: url('../../../0/Images/plan_sectionphotos_jfk_over.jpg')
}

.tomb {
    background-image: url('../../../0/Images/plan_sectionphotos_tomb_off.jpg')
}

.tomb:hover {
    background-image: url('../../../0/Images/plan_sectionphotos_tomb_over.jpg')
}

.guard {
    background-image: url('../../../0/Images/plan_sectionphotos_guard_off.jpg')
}

.imagetile .imagetext {
    visibility: visible;
}

.imagetile:hover .imagetext {
    visibility: hidden;
}

.imagetile .imagehovertext {
    visibility: hidden;
    color: white;
    position: absolute;
    bottom: 18px;
    left: 10px;
    font-family: 'Open Sans Condensed', 'Arial Narrow', sans-serif;
    font-size: 24px;
    font-weight: bold;
}

.imagetile:hover .imagehovertext {
    visibility: visible;
}

.guard:hover {
    background-image: url('../../../0/Images/plan_sectionphotos_guard_over.jpg')
}

.monument {
    background-image: url('../../../0/Images/plan_sectionphotos_explorer_off.jpg')
}

.monument:hover {
    background-image: url('../../../0/Images/plan_sectionphotos_monuments_over.jpg')
}

.tree {
    background-image: url('../../../0/Images/plan_sectionphotos_trees_off.jpg')
}

.tree:hover {
    background-image: url('../../../0/Images/plan_sectionphotos_trees_over.jpg')
}

.brief-left-pic {
    overflow: hidden;
    margin: 30px 0 20px 0;
}

.brief-left-pic span a:link, .brief-left-pic span a:active, .brief-left-pic span a:visited {
    color: white;
}

.brief-left-pic span a:hover {
    color: pink;
}

.brief-left-pic div h2 {
    font-family: 'Open Sans Condensed', 'Arial Narrow', sans-serif;
    font-size: 21pt;
    font-weight: bold;
    color: #000;
}

.brief-left-pic .brief-container {
    /*float: right;
	*/
    overflow: hidden;
    height: 100%;
    margin: auto 0 auto 210px;
}

.brief-left-pic .brief-container span {
    overflow: hidden;
    font-family: 'Droid Sans', sans-serif;
    font-size: 15pt;
    line-height: 20pt;
    color: #4e4e4e;
}

.brief-left-pic div img {
    width: 195px;
    height: auto;
}

.article {
    /*height: 250px;
	*/
    margin-bottom: 12px;
    text-align: left;
    padding-left: 10px;
    padding-top: 22px;
}

.article > div > img {
    width: 309px;
    height: auto;
    padding-left: 30px;
    padding-bottom: 30px;
}

.article h2 {
    font-size: 26px;
}

.article h3 {
    font-family: 'Open Sans Condensed', 'Arial Narrow', sans-serif;
    font-size: 16pt;
    font-weight: bold;
    line-height: 20pt;
    color: #000000;
}

.article h4 {
    font-family: 'Open Sans Condensed', 'Arial Narrow', sans-serif;
    font-size: 12pt;
    font-weight: bold;
    line-height: 12pt;
    color: #000000;
}

.article span {
    font-family: 'Droid Sans', sans-serif;
    font-size: 12pt;
    line-height: 20pt;
    color: #4e4e4e;
}

.article-container .iconNextTo {
    width: 20px;
    height: auto;
}

/* FuneralSchedule */
.funeral-schedule {
}

.funeral-schedule .funeral-query {
    white-space: nowrap;
}

.funeral-schedule .funeral-query > * {
    display: inline-block;
    margin: 0 0 20px 0;
    vertical-align: middle;
}

.funeral-schedule .funeral-query .funeral-query-label {
    color: #7F7F7F;
    font-weight: bold;
    font-size: 18px;
    font-family: 'Open Sans Condensed', 'Arial Narrow', san-serif;
    margin-right: 8px;
}

.funeral-schedule .funeral-query .funeral-query-button {
    height: 37px;
}

/* StatTables */
table.statTables {
    border-style: none;
    border-collapse: collapse;
    /*table-layout: fixed;*/
    width: 100%;
}

table.statTables tr:nth-child(even) {
    background-color: #eee;
}

table.statTables th {
    border-bottom: solid 1px black;
}

table.statTables th, table.statTables td {
    padding: 4px 4px;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    color: black;
    overflow: hidden;
	white-space: pre-wrap !important;
	white-space: -moz-pre-wrap !important;
	white-space: -pre-wrap !important;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
}


span.TitleItem, label.TitleItem {
    display: inline-block;
    margin: 5px 0 20px 0;
    padding: 9px 0;
    vertical-align: middle;

}

/* bootstrap override */
.container {

}

/* ANC Request Forms */
.anc-request-form {
    font-size: 14px;
    font-family: 'Drop Serif', serif;
}

.anc-request-form h1, .anc-request-form h2, .anc-request-form h3,
.anc-request-form h4, .anc-request-form h5, .anc-request-form h6,
.anc-request-form label,
.anc-request-form fieldset > legend,
.anc-request-form fieldset td.fieldset-label {
    font-family: 'Open Sans Condensed', 'Arial Narrow', sans-serif;
    font-weight: bold;
}

.anc-request-form .required-field {
    color: orangered;
}

.anc-request-form .required-field.spacer {
    display: inline-block;
    overflow: hidden;
    width: 7px;
    min-width: 7px;
    max-width: 7px;
}

.anc-request-form fieldset {
    margin: 10px 0;
    padding: 15px 15px 20px 15px;
}

.anc-request-form fieldset > legend {
    margin: 0;
    color: #333333;
    font-size: 18px;
}

.anc-request-form table.fieldset-layout {
    table-layout: fixed;
    border-style: none;
    border-collapse: collapse;
}

.anc-request-form table.fieldset-layout td {
    overflow: hidden;
    padding: 3px 5px;
    vertical-align: middle;
}

.anc-request-form table.fieldset-layout td.fieldset-label {
    color: #7F7F7F;
    font-size: 16px;
    text-align: right;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    white-space: nowrap;
}

.anc-request-form table.fieldset-layout td.fieldset-input {
}

.anc-request-form table.fieldset-layout td.fieldset-input input {
    width: 100%;
    margin: 5px 0 0 -3px;
    padding: 9px 0;
}

.anc-request-form table.fieldset-layout td.fieldset-input select {
    width: 100%;
    margin-bottom: 0 !important;
}

.anc-request-form table.fieldset-layout td.fieldset-input textarea {
    width: 100%;
    margin: 5px 0 0 -3px;
}

.anc-request-form table.fieldset-layout td.fieldset-input select {
    width: 100%;
    margin-bottom: 0 !important;
}

.anc-request-form table.fieldset-layout td.fieldset-error {
    padding: 0 !important;
    vertical-align: top;
    text-align: center;
}

.anc-request-form table.fieldset-layout td.fieldset-error > .Error {
    padding: 6px 6px 6px 23px;
    border: 1px solid #FF0000;
    background-color: #3F0000;
    color: #FFFFFF;
}

.anc-request-form table.fieldset-layout td.fieldset-error > span.Error[style*=inline] {
    overflow: hidden;
    display: block !important;
}

.anc-request-form table.fieldset-layout .fieldset-notes {
    margin: 15px auto 0 auto;
    color: #E77F11 !important;
    text-align: justify;
    line-height: 25px;
    text-justify: inter-word !important;
}

.anc-request-form .formbuttons-container {
    text-align: right;
}

.anc-request-form input.formbutton {
    line-height: 26px;
    color: #333333;
    font-size: 18px;
    font-family: 'Open Sans Condensed', 'Arial Narrow', sans-serif;
}

/* WreathRequestForm */
.wreath-request-form {
}

.wreath-request-form table.fieldset-layout.table-general {
    margin: 0 auto;
    width: 95%;
}

.wreath-request-form table.fieldset-layout.table-general td.fieldset-label {
    text-align: left;
    width: 170px;
    max-width: 170px;
}

.wreath-request-form table.fieldset-layout.table-date-time {
    margin: 0 auto;
    width: 95%;
}

.wreath-request-form table.fieldset-layout.table-date-time td.fieldset-label.request-date-label {
    width: 125px;
    min-width: 125px;
}

.wreath-request-form table.fieldset-layout.table-date-time td.fieldset-label.request-time-label {
    width: 100px;
    min-width: 100px;
}

.wreath-request-form table.fieldset-layout.table-contact {
    margin: 0 auto;
    width: 70%;
}

.wreath-request-form table.fieldset-layout.table-contact td.fieldset-input select {
    margin-left: -3px;
    width: 101% !important;
}

.wreath-request-form table.fieldset-layout.table-detail {
    margin: 0 auto;
    width: 95%;
}

.wreath-request-form table.fieldset-layout.table-detail td.fieldset-label {
    text-align: left !important;
}

.wreath-request-form table.fieldset-layout.table-detail td.fieldset-input textarea {
    padding: 0;
    width: 100%;
    resize: vertical;
}

.wreath-request-form table.fieldset-layout .detail-remaining-characters {
    text-align: right;
    color: #333333;
}

/* HonorFlightForm */
.honor-request-form {
}

.honor-request-form table.fieldset-layout.table-general {
    margin: 0 auto;
    width: 80%;
}

.honor-request-form table.fieldset-layout.table-general td.fieldset-input select {
    margin-left: -3px;
    width: 101% !important;
}

.honor-request-form table.fieldset-layout.table-date-time {
    margin: 0 auto;
    width: 80%;
}

.honor-request-form table.fieldset-layout.table-date-time td.fieldset-input select {
    margin-left: -3px;
    width: 101% !important;
}

.honor-request-form table.fieldset-layout.table-contact {
    margin: 0 auto;
    width: 70%;
}

.honor-request-form table.fieldset-layout.table-contact td.fieldset-input select {
    margin-left: -3px;
    width: 101% !important;
}

.honor-request-form table.fieldset-layout.table-detail {
    margin: 0 auto;
    width: 95%;
}

.honor-request-form table.fieldset-layout.table-detail td.fieldset-label {
    text-align: left !important;
}

.honor-request-form table.fieldset-layout.table-detail td.fieldset-input textarea {
    padding: 0;
    width: 100%;
    resize: vertical;
}

.honor-request-form table.fieldset-layout .detail-remaining-characters {
    text-align: right;
    color: #333333;
}

.honor-request-form .TitleItemHonor {
    width: auto !important;
    margin-left: 0 !important;
}

/* OtherCeremonyForm */
.other-ceremony-request-form {
}

.other-ceremony-request-form table.fieldset-layout.table-general {
    margin: 0 auto;
    width: 95%;
}

.other-ceremony-request-form table.fieldset-layout.table-general td.fieldset-label {
    text-align: left;
    width: 120px;
    max-width: 120px;
}

.other-ceremony-request-form table.fieldset-layout.table-general td.fieldset-input textarea {
    padding: 0;
    width: 100%;
    resize: vertical;
}

.other-ceremony-request-form table.fieldset-layout.table-date-time {
    margin: 0 auto;
    width: 70%;
}

.other-ceremony-request-form table.fieldset-layout.table-contact {
    margin: 0 auto;
    width: 70%;
}

.other-ceremony-request-form table.fieldset-layout.table-contact td.fieldset-input select {
    margin-left: -3px;
    width: 101% !important;
}

.other-ceremony-request-form table.fieldset-layout.table-detail {
    margin: 0 auto;
    width: 95%;
}

.other-ceremony-request-form table.fieldset-layout.table-detail td.fieldset-input textarea {
    padding: 0;
    width: 100%;
    resize: vertical;
}

.other-ceremony-request-form table.fieldset-layout.table-detail td.fieldset-label,
.other-ceremony-request-form table.fieldset-layout.table-detail td.fieldset-label label {
    text-align: left !important;
    white-space: normal !important;
}

.other-ceremony-request-form table.fieldset-layout.table-detail table.checkbox-options {
    width: 100%;
}

.other-ceremony-request-form table.fieldset-layout.table-detail table.checkbox-options label,
.other-ceremony-request-form table.fieldset-layout.table-detail table.radio-options label {
    padding: 10px 0 0 0;
    color: #333333 !important;
}

.other-ceremony-request-form table.fieldset-layout.table-detail td.fieldset-label.textarea-label {
    text-align: left !important;
}

.other-ceremony-request-form table.fieldset-layout .detail-remaining-characters {
    text-align: right;
    color: #333333;
}

.other-ceremony-request-form .TitleItemOther {
    width: auto !important;
    margin-left: 0 !important;
}

/* overrides */
.Error {
    display: undefined !important;
}

.ModHonorFlightAdminC {
    padding: 30px 50px;
    min-width: 850px;
}

.ModHonorFlightAdminC a {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.ModHonorFlightAdminC .GridView_Filter span {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    padding-right: 20px;
    font-weight: bold;
    font-size: 14px;
}

.ModHonorFlightAdminC .GridView_Filter {
    padding: 20px 0px;
}

.ModHonorFlightAdminC .GridView_Filter a {
    padding: 5px;
}

.ModHonorFlightAdminC .GridView {
    border: 1px solid #c0bdcf;
    column-rule: 1px solid;
    width: 100%;
    display: table;
}

.ModHonorFlightAdminC .GridView th, .ModHonorFlightAdminC .GridView td {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    padding: 5px;
}

.ModHonorFlightAdminC .GridView th {
    font-size: 14px;
    border-bottom: 1px solid #c0bdcf;
    white-space: nowrap;
    background-color: #e9efed;
}

.ModHonorFlightAdminC .GridView_Row {
    background-color: #ede9ef;
}

.ModHonorFlightAdminC .GridView_Alternating {
    background-color: #e9efed;
}

.ModHonorFlightAdminC .GridView_Pager {
    border-top: 1px solid #c0bdcf;
    font-size: 14px;
}

.ModWreathLayingAdminC {
    padding: 30px 50px;
    min-width: 850px;
}

.ModWreathLayingAdminC a {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.ModWreathLayingAdminC .GridView_Filter span {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    padding-right: 20px;
    font-weight: bold;
    font-size: 14px;
}

.ModWreathLayingAdminC .GridView_Filter {
    padding: 20px 0px;
}

.ModWreathLayingAdminC .GridView_Filter a {
    padding: 5px;
}

.ModWreathLayingAdminC .GridView {
    border: 1px solid #c0bdcf;
    column-rule: 1px solid;
    width: 100%;
    display: table;
}

.ModWreathLayingAdminC .GridView th, .ModWreathLayingAdminC .GridView td {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    padding: 5px;
}

.ModWreathLayingAdminC .GridView th {
    font-size: 14px;
    border-bottom: 1px solid #c0bdcf;
    white-space: nowrap;
    background-color: #e9efed;
}

.ModWreathLayingAdminC .GridView tbody {
    width: 100%;
}

.ModWreathLayingAdminC .GridView_Row {
    background-color: #ede9ef;
    width: 100%;
}

.ModWreathLayingAdminC .GridView_Alternating {
    background-color: #e9efed;
    width: 100%;
}

.ModWreathLayingAdminC .GridView_Pager {
    border-top: 1px solid #c0bdcf;
    font-size: 14px;
}

.ModHonorFlightAdminEditC {
    padding: 30px 50px;
}

.ModHonorFlightAdminEditC .step-label {
    font-size: 20px;
}

.ModHonorFlightAdminEditC a {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.ModHonorFlightAdminEditC .GridView_Filter span {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    padding-right: 20px;
    font-weight: bold;
    font-size: 14px;
}

.ModHonorFlightAdminEditC .GridView_Filter {
    padding: 20px 0px;
}

.ModHonorFlightAdminEditC .GridView_Filter a {
    padding: 5px;
}

.ModHonorFlightAdminEditC .GridView {
    border: 1px solid #c0bdcf;
    column-rule: 1px solid;
}

.ModHonorFlightAdminEditC .GridView th, .ModHonorFlightAdminEditC .GridView td {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    padding: 5px;
}

.ModHonorFlightAdminEditC .GridView th {
    font-size: 14px;
    border-bottom: 1px solid #c0bdcf;
    white-space: nowrap;
    background-color: #e9efed;
}

.ModHonorFlightAdminEditC .GridView_Row {
    background-color: #ede9ef;
}

.ModHonorFlightAdminEditC .GridView_Alternating {
    background-color: #e9efed;
}

.ModHonorFlightAdminEditC .GridView_Pager {
    border-top: 1px solid #c0bdcf;
    font-size: 14px;
}

.ModHonorFlightAdminEditC .Form_Item {
    padding-top: 15px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.ModHonorFlightAdminEditC .Form_Title {
    text-align: right;
    padding-right: 20px;
}

.ModHonorFlightAdminEditC legend {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.ModHonorFlightAdminEditC .span-input {
    margin-left: 0;
}

.ModHonorFlightAdminEditC .dp {
    margin-bottom: 15px;
}

.ModWreathLayingAdminEditC {
    padding: 30px 50px;
}

.ModWreathLayingAdminEditC .step-label {
    font-size: 20px;
}

.ModWreathLayingAdminEditC a {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.ModWreathLayingAdminEditC .GridView_Filter span {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    padding-right: 20px;
    font-weight: bold;
    font-size: 14px;
}

.ModWreathLayingAdminEditC .GridView_Filter {
    padding: 20px 0px;
}

.ModWreathLayingAdminEditC .GridView_Filter a {
    padding: 5px;
}

.ModWreathLayingAdminEditC .GridView {
    border: 1px solid #c0bdcf;
    column-rule: 1px solid;
}

.ModWreathLayingAdminEditC .GridView th, .ModWreathLayingAdminEditC .GridView td {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    padding: 5px;
}

.ModWreathLayingAdminEditC .GridView th {
    font-size: 14px;
    border-bottom: 1px solid #c0bdcf;
    white-space: nowrap;
    background-color: #e9efed;
}

.ModWreathLayingAdminEditC .GridView_Row {
    background-color: #ede9ef;
}

.ModWreathLayingAdminEditC .GridView_Alternating {
    background-color: #e9efed;
}

.ModWreathLayingAdminEditC .GridView_Pager {
    border-top: 1px solid #c0bdcf;
    font-size: 14px;
}

.ModWreathLayingAdminEditC .Form_Item {
    padding-top: 15px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.ModWreathLayingAdminEditC .Form_Title {
    text-align: right;
    padding-right: 20px;
}

.ModWreathLayingAdminEditC legend {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.ModWreathLayingAdminEditC .span-input {
    margin-left: 0;
}

.ModWreathLayingAdminEditC .dp {
    margin-bottom: 15px;
}

.ModOtherCeremonyAdminC {
    padding: 30px 50px;
}

.ModOtherCeremonyAdminC a {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.ModOtherCeremonyAdminC .GridView_Filter span {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    padding-right: 20px;
    font-weight: bold;
    font-size: 14px;
}

.ModOtherCeremonyAdminC .GridView_Filter {
    padding: 20px 0px;
}

.ModOtherCeremonyAdminC .GridView_Filter a {
    padding: 5px;
}

.ModOtherCeremonyAdminC .GridView {
    border: 1px solid #c0bdcf;
    column-rule: 1px solid;
}

.ModOtherCeremonyAdminC .GridView th, .ModOtherCeremonyAdminC .GridView td {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    padding: 5px;
}

.ModOtherCeremonyAdminC .GridView th {
    font-size: 14px;
    border-bottom: 1px solid #c0bdcf;
    white-space: nowrap;
    background-color: #e9efed;
}

.ModOtherCeremonyAdminC .GridView_Row {
    background-color: #ede9ef;
}

.ModOtherCeremonyAdminC .GridView_Alternating {
    background-color: #e9efed;
}

.ModOtherCeremonyAdminC .GridView_Pager {
    border-top: 1px solid #c0bdcf;
    font-size: 14px;
}

.ModOtherCeremonyAdminEditC {
    padding: 30px 50px;
}

.ModOtherCeremonyAdminEditC .step-label {
    font-size: 20px;
}

.ModOtherCeremonyAdminEditC a {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.ModOtherCeremonyAdminEditC .GridView_Filter span {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    padding-right: 20px;
    font-weight: bold;
    font-size: 14px;
}

.ModOtherCeremonyAdminEditC .GridView_Filter {
    padding: 20px 0px;
}

.ModOtherCeremonyAdminEditC .GridView_Filter a {
    padding: 5px;
}

.ModOtherCeremonyAdminEditC .GridView {
    border: 1px solid #c0bdcf;
    column-rule: 1px solid;
}

.ModOtherCeremonyAdminEditC .GridView th, .ModOtherCeremonyAdminEditC .GridView td {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    padding: 5px;
}

.ModOtherCeremonyAdminEditC .GridView th {
    font-size: 14px;
    border-bottom: 1px solid #c0bdcf;
    white-space: nowrap;
    background-color: #e9efed;
}

.ModOtherCeremonyAdminEditC .GridView_Row {
    background-color: #ede9ef;
}

.ModOtherCeremonyAdminEditC .GridView_Alternating {
    background-color: #e9efed;
}

.ModOtherCeremonyAdminEditC .GridView_Pager {
    border-top: 1px solid #c0bdcf;
    font-size: 14px;
}

.ModOtherCeremonyAdminEditC .Form_Item {
    padding-top: 15px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.ModOtherCeremonyAdminEditC .Form_Title {
    text-align: right;
    padding-right: 20px;
}

.ModOtherCeremonyAdminEditC legend {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.ModOtherCeremonyAdminEditC .span-input {
    margin-left: 0;
}

.ModOtherCeremonyAdminEditC .dp {
    margin-bottom: 15px;
}

.ModTermsC h1 {
    padding-top: 30px;
    /*    padding-left: 50px;
*/
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    /*    padding-right: 20px;
*/
    text-align: center;
    /*font-weight: bold;
	*/
    /*font-size: 14px;
	*/
}

.ModTermsC p {
    padding-left: 10%;
    width: 80%;
}

.ModHSDesignerC {
    padding: 30px 50px;
}

.ModViewDesignC {
    padding: 30px 50px;
}

/*
.ui-datepicker{
	background-color: #e9efed;

}


*/
.searchbox {
    background-color: #242323 !important;
    background: #242323 !important;
    color: white !important;
    border: 1px solid #212121 !important;
    border-radius: 2px !important;
    padding: 9px !important;
    margin-top: 5px;
    margin-right: 35px !important;
}

.DNN_ANN_DesignTable {

}

.DNN_ANN_DesignTable .SubHead {
    font-family: 'Open Sans', sans-serif;
    font-size: 16pt;
    font-weight: bold;
    line-height: 18pt;
    color: #9b0000;
}

.DNN_ANN_DesignTable .DNN_ANN_Description {
    font-family: 'Open Sans', sans-serif;
    font-size: 12pt;
    line-height: 14pt;
    color: #4e4e4e;
}

.DNN_ANN_Description > a {
    float: right;
}

.DNN_ANN_Description > p {
    margin-bottom: 5px;
}
/*
.carousel {
    margin-bottom: 0px !important;
}
*/

.Rounded_Next_Button {
    display: block;
    margin-left: 10px;
    margin-top: 10px;
    min-width: 87px;
    min-height: 29px;
    background-image: url('/Images/Next.png');
    background-repeat: no-repeat;
}

.Rounded_Save_Finish_Button {
    display: block;
    margin-left: 10px;
    margin-top: 10px;
    min-width: 87px;
    min-height: 29px;
    background-image: url('/Images/SaveandFinish.png');
    background-repeat: no-repeat;
}

.Rounded_Send_Button {
    display: block;
    margin-left: 10px;
    margin-top: 10px;
    min-width: 87px;
    min-height: 29px;
    background-image: url('../../../../Images/Send.png');
    background-repeat: no-repeat;
}

.Rounded_Save_Button {
    display: block;
    margin-left: 10px;
    margin-top: 10px;
    min-width: 87px;
    min-height: 29px;
    background-image: url('../../../../Images/Save.png');
    background-repeat: no-repeat;
}

.Rounded_Register_Button {
    display: block;
    margin-left: 10px;
    margin-top: 10px;
    min-width: 87px;
    min-height: 29px;
    background-image: url('/Images/Register.png');
    background-repeat: no-repeat;
}

.Rounded_Search_Button {
    display: block;
    margin-left: 10px;
    margin-top: 10px;
    min-width: 87px;
    min-height: 29px;
    background-image: url('/Images/Search.png');
    background-repeat: no-repeat;
}

.TitleHomePage {
    color: #000;
    font-family: 'Open Sans Condensed', 'Arial Narrow', Helvetica, sans-serif;
    font-size: 24pt;
    font-weight: bold;
}

.ModBlogC table {
    width: 100%;
}
.Published {
	font-style: italic;
font-size: 10pt;

}
.ModDNNAnnouncementsC > table, .ModDNNAnnouncementsC > table > tbody > tr {
    border-spacing: 0px !important;
}

.interiorContentPane {
    max-width: 978px;
    margin: auto auto;
}

.DNNContainer_Title_h2, .DNNContainer_Title_Homepage {
    max-width: 978px;
    margin: auto auto;
}

.ModFuneralScheduleSearchC {
	margin-top: 20px;
}

.ModFuneralScheduleSearchC h3 > span {
    font-family: inherit;
    font-style: normal !important;
}

ul.bxslider {
			margin: 0;
		}

		.bx-wrapper, .bx-viewport {
			height: 100% !important;
			background-color: #99040c !important;
			-webkit-box-shadow: none !important;
			box-shadow: none !important;
			border: none !important;
padding-bottom: 2px !important;
                        top: 5px !important;
		}

		.bx-wrapper .bx-pager.bx-default-pager a.active {
			background-color: white !important;
		}

    .bx-wrapper {
      margin-bottom: 15px !important;
    }

		.banner {
			width: 100%;
		}

		.banner-icon {
		}

		.banner-message {
      color:white;
      font-size:18px;
      padding-left: 10px;
      padding-bottom: 5px;
		}

		.banner-close {
			width:60px;
      padding-right:30px;
			float:right;
		}

		.banner-close em{
			float:right;
      cursor:pointer;
margin-top:23px;
		}

.alertPane {
  padding-top: 10px;
  padding-bottom: 10px;
}

.dnnFormWarning {
  display: none;
}


.seasontile {
    position: relative;
    width: 100%;
}

.seasontile span {
    font-family: 'Open Sans Condensed', 'Arial Narrow', sans-serif;
    font-size: 18pt;
    font-weight: bold;
    line-height: 17pt;
    color: white;
    position: absolute;
    top: 10px;
    left: 10px;
}

.seasontile a:link, .seasontile a:active, .seasontile a:visited,
.seasonhovertext a:link, .seasonhovertext a:active, .seasonhovertext a:visited {
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
    z-index: 2;
    right: 10px;
    color: white !important;
}

.seasontile a:hover, .seasonhovertext a:hover {
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
    color: #3842ff;
	margin: auto auto;
}

.seasontile3 {
    width: 210px !important;
    height: 210px !important;
    margin-left: 5px !important;
    margin-bottom: 5px !important;
}

.seasontile4 {
    width: 160px !important;
    height: 160px !important;
    margin-left: 5px !important;
    margin-bottom: 5px !important;
}



.spring {
	background-size: 160px 160px;
    background-image: url('../../../0/Images/MemorialArboretum/SeasonalHighlights/anc_spring.jpg')
}

.summer {
	background-size: 160px 160px;
    background-image: url('../../../0/Images/MemorialArboretum/SeasonalHighlights/anc_summer.jpg')
}

.winter {
	background-size: 160px 160px;
    background-image: url('../../../0/Images/MemorialArboretum/SeasonalHighlights/anc_winter.jpg')
}

.fall {
	background-size: 160px 160px;
    background-image: url('../../../0/Images/MemorialArboretum/SeasonalHighlights/anc_fall.jpg')
}

.nativeplants {
    background-size: 210px 210px;
    background-image: url('../../../0/Images/MemorialArboretum/SustainablePractices/NativePlantsIcon.jpg')
}

.raingardens {
    background-size: 210px 210px;
    background-image: url('../../../0/Images/MemorialArboretum/SustainablePractices/RainGardenIcon.jpg')
}

.droughttolerant {
    background-size: 210px 210px;
    background-image: url('../../../0/Images/MemorialArboretum/SustainablePractices/DroughtTolerantIcon.jpg')
}

.seasontile .seasontext {
    visibility: visible;
}

.seasontile .seasonshadow {
    text-shadow: 2px 2px gray;
    filter: Shadow(color=gray,direction=45,strength=1);
}

.seasontile .seasonhovermask {
	visibility: hidden;
  position: absolute;
	right: 0px;
	top: 0px;
}


.seasontile:hover .seasonhovermask {
visibility: visible;
background-color: rgba(64,78,101, 0.5);
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

#youmax-header, #youmax-encloser-comment-wrapper {
display: none !important;
}

.youmax-subscribe {
  position: relative !important;
}

#anc-youmax-header-wrapper {
  float: right !important;
  margin-top: 10px !important;
}



.article-faqs h2 {
    font-size: 29.17px;
}

.article-faqs h3 {
    font-size: 18.75px;
    margin-bottom:0;
    margin-top: 1em;
}

.article-faqs .faqs-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', 'Arial', Helvetica, sans-serif;
}

.article-faqs .faqs-list li {
    font-size: 16.67px;
    line-height: 29.17px;
}

.article-faqs a {
    text-decoration: underline;
}



@media print {
  #dnn_footerPane, #dnn_AlertPane, #dnn_leftPane, #userControls, #siteHeadouter, .nav-hours {
    display: none;
    width: 0px;
    height: 0px;
  }

  #rightCol {
    width: 100%;
  }

  body, p {
    font: 12pt Georgia, "Times New Roman", Times, serif;
    line-height: 1.3;
    width: 100%;
  }

  h1 {
    font-size: 24pt;
  }

  h2 {
    font-size: 14pt;
    margin-top: 10px;
  }


}

