

html { -ms-text-size-adjust: none; -webkit-text-size-adjust: none; }

iframe { border:0px; }

/*Comments*/
.ETBComment { clear: both; margin-bottom: 20px; min-height: 100px; }
    .ETBComment p { font-size: 90%; }
.ETBCommentH3 { background-color: gray; color: white; padding: 5px; }
    .ETBCommentH3 span { float: right; }
.ETBComment img { float: left; margin-right: 10px; }
.ETBCommentDate { float: right; font-weight: 700; }

/*Email form*/

.ETBFormYesNo {
    list-style-type:none;margin:0px;padding:0px;
}

    .ETBFormYesNo li {
        display: inline-block;
        margin: 0px;
        padding: 0px;
        list-style-type: none;
    }

.ETBFormControl { width: 100%; }
    .ETBFormControl label { display: block; font-size: 90%; }
        .ETBFormControl label span { color: #FF0000; }

.ETBErrorInput { color: red; }
.ETBFormHelpIcon { vertical-align: middle; cursor: help; }

.ETBEmailFormBreak { clear: left; line-height:1px;height:1px; }

.ETBFormMessage { margin-bottom: 10px; }
.ETBFormFinalMessage { display: block; border: 2px dotted green; padding: 10px; border-radius: 10px; }

.ETBFormCellSmall { width: 25%; float: left; margin-bottom: 15px; }
.ETBFormCellMedium { width: 50%; float: left; margin-bottom: 15px; }
.ETBFormCellLarge { width: 100%; float: left; margin-bottom: 15px; }

.ETBFormNotification { text-align: left; }
.ETBFormErrorSpan { color: red; }

.ETBFormNone { display:none; height:1%; }

.ETBBackToTopControl { position:fixed; bottom:5px; right:5px; display:inline-block; cursor:pointer; }


@media only screen and (max-width: 650px)
{
    .ETBFormCellSmall { width: 99%; float: none; height: auto; margin-bottom: 10px; }
    .ETBFormCellMedium { width: 99%; float: none; height: auto; margin-bottom: 10px; }
    .ETBFormCellLarge { width: 99%; float: none; height: auto; margin-bottom: 10px; }

    .ETBFormSeparator { display:none; }
}

/*OLD Mobile Select*/
.ETBMobileNavDropDown { width: 100%; font-size: 60px!important; margin-bottom: 30px; display: block; }

/*Mobile Menu*/
.ETBMobileNavigationControl { display:none; position: absolute; right: 10px; top: 10px; display: block; height: 40px; width: 40px; }
.ETBMobileNavigationDropDown { position:absolute; right:0px; top: 40px; display:none; min-width:200px; list-style-type:none; text-align:left; margin:0px; padding:0px; background-color:white; border:1px solid gray;}

.ETBMobileNavigationDropDown li { text-align:left; }
.ETBMobileNavigationDropDown a { text-decoration:none!important; font-size:90%; display:block; padding:5px; margin:5px; border-top:1px dotted gray; border-collapse:collapse; }
    .ETBMobileNavigationDropDown li:first-child a { border-top:0px!important; }

.ETBMobileNavigationImage { cursor: pointer; width:100%; height:100%; }

.MobileNavigationSelected { font-weight:bold; }

.MobileNavigationSubItem { padding:3px!important;border-top:0px!important; }

/*Search*/
.ETBSearchControl { position: relative; }

.ETBSearchControlTextBox { font-style: italic; color: gray; width: 100%; }

.ETBSearchResult { margin-bottom: 15px; }
    .ETBSearchResult div { font-size: 90%; color: #388222; }
    .ETBSearchResult h2 { font-size: 120%; text-decoration: underline; margin: 0px; padding: 0px; font-weight: normal; margin-bottom: 3px; }
    .ETBSearchResult a { text-decoration: none; color: inherit; }
    .ETBSearchResult p { margin: 0px; }

.ETBPageSearchBoxDiv { margin-top: 10px; }
    .ETBPageSearchBoxDiv input { width: 75%; vertical-align: top; }

.ETBPageSearchBoxButton { width: 21px!important; height: 21px!important; cursor: pointer; }
.ETBSearchControlButton { position: absolute; right: -2px; top: 2px; background-color: White; padding: 2px; }
    .ETBSearchControlButton:hover { background-color: #DEE0C8; }
/*FAQ*/
.ETBFAQContainer { margin-bottom: 10px; }

    .ETBFAQContainer p { height: 0px; overflow: hidden; transition: height 1s; -ms-transition: height 1s; -moz-transition: height 1s; -webkit-transition: height 1s; -o-transition: height 1s; }

.ETBFAQPanelOpen p { height: auto!important; color: Green; }

/*LIST*/
.ETBDefaultList { padding-left: 0px; list-style-type: none; }
    .ETBDefaultList li { padding-left: 0px; list-style-type: none; }

/*RECENT LIST*/
.ETBRecentList { padding-left: 0px; list-style-type: none; }
    .ETBRecentList ul { padding-left: 0px; list-style-type: none; }
    .ETBRecentList li { padding-left: 0px; margin-bottom: 5px; list-style-type: none; }

/*Events*/
.ETBEventItemDate { font-weight: 700; }


/*References*/
.ETBReference { color: #648258; font-size: 110%; }
.ETBReferenceLeftQuote { font-weight: 700; color: Black; }
.ETBReferenceRightQuote { font-weight: 700; color: Black; }
.ETBReference span { display: block; text-align: right; font-weight: 700; color: Black; }


/**Admin Links*/

.AdminLinks { position: fixed; left: 0px; bottom: 0px; background-color: white; border: 1px solid gray; padding: 10px; }


/*Rad Textbox Fix*/
span.RadInput textarea { white-space: pre-wrap; }

.ETBSiteMapControl { line-height:30px;}


/*Social Share*/

ul.ETBSocialShare{
  list-style: none;
  padding: 0;
}

ul.ETBSocialShare li{
  display: inline;
}

ul.ETBSocialShare .sr-only {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

@keyframes shareAni {
0%{margin:0;width:32px}
100%{margin:-5px;width:42px}
}
ul.ETBSocialShare img:hover{animation:shareAni;animation-fill-mode:forwards;animation-duration:.5s}

.ETBContactControl img:hover{animation:contactAni;animation-fill-mode:forwards;animation-duration:.5s}
@keyframes contactAni {
0%{margin:0;width:32px}
100%{margin:-5px;width:42px}
}


input::-webkit-input-placeholder {
    color: #b3b5a1 !important;
}

input:-moz-placeholder { /* Firefox 18- */
    color: #b3b5a1 !important;
}

input::-moz-placeholder { /* Firefox 19+ */
    color: #b3b5a1 !important;
}

input:-ms-input-placeholder {
    color: #b3b5a1 !important;
}


textarea::-webkit-input-placeholder {
    color: #b3b5a1 !important;
}

textarea:-moz-placeholder { /* Firefox 18- */
    color: #b3b5a1 !important;
}

textarea::-moz-placeholder { /* Firefox 19+ */
    color: #b3b5a1 !important;
}

textarea:-ms-input-placeholder {
    color: #b3b5a1 !important;
}
body { font-family: Tahoma, Geneva, sans-serif; text-align: center; font-size: 15px; color: #4C4C4C; background-color: #435561; background-image: url('/images/master/body.jpg'); background-repeat: repeat-x; margin: 0px; padding: 0px; text-align: center; }

img { border: 0px; position: relative; }

.rmText { cursor:pointer!important; }
#Wrapper { width: 900px; text-align: left; margin: 0px auto; position: relative; }

#ContactDiv { float: right; width: 250px; }
label { display: inline-block; float: left; clear: left; margin-bottom: 5px; }

#HomeSide { text-align: center; display: block; font-size: 90%; border-left: 1px solid gray; padding-left: 10px; width: 210px; margin-bottom: 10px; float: right; min-height: 617px; margin-left: 10px; position: relative; }
#Experience { display: block; font-size: 105%; color: #017230; margin-bottom: 20px; text-transform: uppercase; }
#Custom { display: block; margin-bottom: 20px; font-size: 125%; }
#Unique { display: block; margin-bottom: 40px; font-size: 125%; color: #017230; }
#Unlimited { display: block; margin-bottom: 40px; font-size: 125%; }
#Concrete { display: block; margin-bottom: 30px; font-size: 100%; }
#Lifetime { display: block; margin-bottom: 40px; font-size: 145%; text-transform: uppercase; }


iframe {width:100%;height:300px;}


#NewsLetterButton { width:100%; height:auto; }


#ClearInput { clear: left; }

.NavMenuSRS { white-space: normal!important; list-style-type: none!important; list-style-image: none!important; margin: 0px!important; padding: 0px!important; }
    .NavMenuSRS li { margin-left: 25px; margin-right: 25px; margin-top: 10px; }


.wp_home_LSISSRS { white-space: normal!important; }
    .wp_home_LSISSRS a { color: #017230; white-space: nowrap!important; }

.EvolveTheBrand { text-align: center!important; }
    .EvolveTheBrand span { font-size: 70%; text-align: center!important; margin: 0px; padding: 0px; margin-top: 5px; text-align: center; }

.ETBBreadCrumbs {clear:both; }

#MainQuote { float: right; display: inline; margin-bottom: 20px; width: 220px; clear: right; margin-left: 20px; font-family: garamond; }
    #MainQuote span { font-size: 140%; }


    .OurTeam { font-size: 90%; width: 100%; }

.OurTeamTD { padding-right: 10px; clear:both; margin-top:20px; font-size:90%; }

.OurTeam img { border-radius: 10px; border: 2px solid #286989; width: 120px; height: auto; max-height: 179px; float: left; margin-right: 10px; margin-bottom: 0px; margin-top:4px; }

.OurTeam strong { font-size: 120%; }

.clearTD {clear:left; }

.OurTeamH2 { clear: left; border-bottom: 1px dotted gray; }


.SideQuote { font-style: italic; color: gray; float: right; width: 190px; clear: right; margin-bottom: 20px; padding-left: 0px; padding-bottom: 20px; padding-right: 0px; background-image: url('/ClientDocs/shared/corner.jpg'); background-repeat: no-repeat; background-position: center bottom; text-align: justify!important; }
    .SideQuote span { display: block; float: left; color: black; margin-top: 10px; font-size: 90%; width: 220px; padding: 0px; margin: 0px; }
    .SideQuote img { vertical-align: middle; margin-right: 3px; }


.NavMenuSRS { margin-top: 5px!important; margin-bottom: 20px!important; padding-left: 0px; }
    .NavMenuSRS li { margin-left: 0px; }

.NavMenuHWI { list-style-type: none!important; list-style-image: none!important; margin: 0px!important; margin-bottom: 20px!important; padding: 0px!important; }
.wp_home_LSISHWI { padding: 5px; padding-left: 0px; }
    .wp_home_LSISHWI a { color: #7C3E3E; }

.wp_home_LSIHWI { padding: 5px; padding-left: 0px; }


.Quote { font-style: italic; margin-left: -30px; padding-left: 100px; background-image: url('/images/quote.png'); background-repeat: no-repeat; font-size: 90%; padding-left: 80px; min-height: 100px; background-position: left top; color: #4769FF; margin-top: 60px; text-align: justify!important; }
    .Quote span { display: block; float: right; color: black; margin-top: 10px; }

a { color: #017230; }

h1 { font-size: 180%; font-weight:normal; font-family: Trebuchet MS, Helvetica; margin-top: 0px; color: #3F647F; }
h2 { color: #3F647F; font-size: 140%; font-weight:normal; font-family: Trebuchet MS, Helvetica; margin-bottom: 0px; }
h3 { color: white; font-size: 100%; font-family: Trebuchet MS, Helvetica; }

#GalleryPanel { text-align: left; margin-top: 20px; margin-left: 15px; position: relative; }
    #GalleryPanel h2 { font-size: 120%; border-bottom: 1px dotted gray; }
    #GalleryPanel ul { margin: 0px; padding: 0px; list-style-type: none; }
    #GalleryPanel li { padding-top: 5px; padding-bottom: 5px; list-style-type: none; }

.GalleryItem { clear: both; }
    .GalleryItem img { float: left; margin-right: 10px; height: 100px; width: 100px; margin-bottom: 10px; }

.ETBImageGalleryLinkImage { width: 190px!important; height: 190px!important; margin-bottom: 10px!important; margin-right: 10px!important; }

#ContactInfo { position: absolute; top: 20px; right: 0px; font-size: 140%; display: block; color: #017230; }

.ImageGallery { max-width: 640px; }
.IGExLinkImg { margin-right: 10px; margin-bottom: 10px; }

.HomeImages { padding: 20px; padding-bottom: 0px; }
    .HomeImages img { margin-left: 5px!important; margin-right: 5px!important; }

#Links { position: absolute; top: 60px; right: 0px; display: block; background-image: url('/images/master/menu.jpg'); }
.VertLinks { float: right; width: 250px; margin-left: 20px; }

#Header { position: absolute; left: 0px; top: 0px; width: 900px; height: 90px; background-image: url('/images/master/headerbg.jpg'); background-repeat: repeat-x; }


#Title { padding: 0px; margin: 0px; margin-top: 10px; margin-left: 20px; }
#Logo { position: absolute; left: 35px; top: 15px; }
#Symbol { position: absolute; left: -20px; top: 0px; height: 90px; width: auto; }

#Footer { text-align: center; margin-top: 0px; padding: 20px; background-color: #F5F5F5; font-size: 90%; }
.FooterDiv { width: 215px; float: left; background-position: center 20px; background-repeat: no-repeat; height: 200px; }
#Footer h3 { color: white; text-align: center; background-color: #316B51; padding-top: 5px; padding-bottom: 5px; margin-bottom: 50px; margin-top: 0px; margin-left: 5px; margin-right: 5px; }
    #Footer h3 a { color: white; }
#Footer ul { text-align: left; }

#Legal { clear: both; text-align: center; padding: 10px; border-top: 1px solid gray; font-size: 90%; background-color: #F5F5F5; }

#ContentWrapper { background-color: #F5F5F5; }
#Content { float: left; width: 620px; min-height: 700px; margin: 0px; border-right: 1px solid #bebaba; background-color: #F5F5F5; margin-bottom: 10px; padding-left: 20px; padding-right: 20px; padding-top: 10px; background-color: #F5F5F5; }
#SideBar { width: 230px; text-align: center; float: left; margin-bottom: 10px; }
#SideBarBP { text-align: center!important; }

#Main { position: relative; text-align: left; padding-top: 86px; margin: auto; width: 900px; background-image: url('/images/master/mainbg.jpg'); background-repeat: repeat-y; background-position: center top; }


.ClearBoth { line-height: 1px; height: 1px; clear: both; }
.ETBMobileNavigationControl { position: absolute; right: 5px; top: 10px; display: none; }

@media only screen and (max-width: 650px) {

    #NewsLetterButton { width:auto; height:auto; }

    .ETBMobileNavigationControl { display: block; }

    .PageImageLeft { float: none!important; width: 100%!important; height: auto!important; margin-right: 0px!important; margin-bottom: 5px!important; }
    .PageImageRight { float: none!important; width: 100%!important; height: auto!important; margin-left: 0px!important; margin-bottom: 5px!important; }
    .HideWhenMobile { display: none; }

    body { background-color: #F5F5F5; }

    #Logo { left: 50px; width: 70%; height: 32px; }
    #Symbol { left: 0px; }

    #Main { display: block; width: auto; padding: 5px; padding-top: 100px; margin: auto; }

    #SideBar, #Footer, #Header, #Content { min-height:100px; float: none; display: block; width: auto; margin: 0px!important; padding: 0px!important; border: 0px; margin-right: 1%; margin-left: 1%; }

    #Header { width: 100%; }
    #GalleryPanel {text-align:center; }

    #SideBar { border-top: 6px solid #3F647F; }

    #Footer { }
    .FooterDiv { float: none; width: auto; background-image: none!important; height: auto; }
    #Footer h3 { margin: 0px; }

    #Links { display: none; }

    .Box { width: 90%; position: static; display: block; margin: 0px; padding: 0px; margin-bottom: 20px; }

    .ETBSearchControl { display: none; }

    #ContactInfo { top: 60px; right: 10px; }
    .HomeImages {margin:0px;padding:0px;text-align:center;}
    .HomeImages img { width:20%; height:auto;margin:1%!important; }

}

@media only screen and (max-width:450px)
{
    h1 { text-align: center; }
}


@media only screen and (max-width:350px)
{
    .OurTeam img { float:none;width:100%;height:auto!important; margin:0px; max-height:90000px;}
}

.PageImageWide { width:100%;height:auto; }
.PageImageLeft { float:left; margin-right:10px; margin-bottom:5px; }
.PageImageRight { float:right; margin-left:10px; margin-bottom:5px; }
.HideWhenMobile { }

