

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;
}
* { vertical-align: baseline; font-family: 'Segoe UI',Arial; font-style: inherit; outline: 0; }

h1, h2, h3, h4, h5, h6, p { margin: 10px 0; }

table { border-collapse: collapse; border-spacing: 0; }

a { color:red; }
    a:hover { text-decoration: underline!important; }


img { border: 0px; vertical-align: middle; }

body { text-align: center; margin: 0px; padding: 0px; font-size: 14px!important; background-color: #040043; }

h1 { font-size: 180%; font-family: 'Marcellus SC', serif; }
    h1 a { text-decoration: none; color: inherit; }
    h1 span { font-family: 'Marcellus SC', serif; }

h2 { font-size: 130%; font-family: 'Marcellus SC', serif; }
    h2 a { text-decoration: none; color: inherit; }

h3 { font-size: 130%; font-family: 'Marcellus SC', serif; }
    h3 a { text-decoration: none; color: inherit; }

p { line-height: 20px; }

.ClearLeft { clear: left; }
.ClearRight { clear: right; }
.ClearBoth { clear: both; }

.ETBFormTable { width: 520px; }

#Main { position: relative; width: 900px; text-align: left; overflow: visible; margin: auto; margin-top: 20px; margin-bottom: 20px; background-color: #ffffff; border: 1px solid #440000; box-shadow: 0 0 5px 5px rgba(127,0,0,.6); border-radius: 10px; }

#Links { text-align: left; width: 900px; position: absolute; top: 10px; left: 0px; }

.rmRootLink { border-left: 2px solid white; }
.rmLink { color: white; }
.rmText { cursor: pointer!important; padding-left: 0px!important; }
.rmItem { font-size: 95%; font-weight: 600; font-family: Arial; }
    .rmItem.rmFirst a { border-left: 0px!important; }
.rmFocused { color: #DAA520!important; }
.rmLink:hover { color: #fbcf5b!important; }

.rmGroup { padding: 5px!important; margin: 0px!important; border: 1px solid gray; background-color: rgba(233,255,147, .5); }

#Footer { margin-top: 10px; clear: both; text-align: center; padding: 10px; margin: 0px; background-color: #B51902; color: white; }
    #Footer a { color: white; }

#Copyright { text-align: center; font-size: 90%; }

#Logo { border-top-left-radius: 9px; border-top-right-radius: 9px; }

#Content { position: relative; min-height: 400px; margin-bottom: 20px; padding: 20px; padding-top: 60px; overflow: visible; background-color: #ffffff; background-image: url('/images/master/contentbg.jpg?rev=3434e'); background-repeat: no-repeat; }

    #Content img { border: 1px solid #8b2828; border-radius: 5px; }

    #Content iframe { width: 520px; height: 300px; border-radius: 5px; }

.ContactTable { width: 300px; float: right; }


.ClearBoth { line-height: 1px; height: 1px; clear: both; }
.ETBMobileNavigationControl { position: absolute; right: 11px; top: 11px; display: none; }
#Name { position:absolute;top:-5px;left:10px; font-size:140%; display:none;}
#Phone { position:absolute;top:19px;left:10px; font-size:120%;display:none;}

.Map img { width: 520px; height: auto; }

.ETBFormControl { max-width:500px; }

.ETBEmailFormBreak  { clear:left!important; }

.StateText { text-align:center; }

@media only screen and (max-width: 650px)
{
    .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; }
    .RightImage { float: none!important; width: 100%!important; height: auto!important; margin-left: 0px!important; margin-bottom: 5px!important; }

    #Main { display: block; width: auto; padding: 10px; padding-top:60px; margin: auto; border-radius:0px; }

    #SideBar, #Footer, #Header, #Content {  border-radius:0px; float: none; display: block; width: auto; margin: 0px; padding: 0px; border: 0px; background-image: none; }

    #Header { height: 130px; border-radius:0px; }

    #Footer { padding:10px; }

    #Links { display:none; }

    #Logo { width: 100%; left:0px; border-radius:0px; }

    .HomeHeader { font-size: inherit; line-height: inherit!important; }

    .ContactTable { width: auto; float: none; }
        .ContactTable table { width: 100%; }
        .ContactTable td { width: auto; }

    p { line-height: normal!important; }

    .ETBSearchControl { display: none; }

    .StateMap { display:none; }

    #Content iframe { width: 100%; height: 600px; border-radius: 5px; }

    #Gallery img { max-width:90%; }

    .ContactTable { width:100%; }

     #Content iframe { width: 100%!important; height: 300px; border-radius: 0px; }

     .StateText { display:none; }

     .Map img { width: 100%; height: 200px; }

     #Name { display:block;}
     #Phone { display:block;}
}

@media only screen and (max-width: 400px)
{ 
    #Gallery img { height: auto!important; max-width:100%; width: 100%!important; border: 0px!important; margin: 0px!important; margin-bottom:10px!important; }
     .StateMap { zoom: .3!important; }
}


.RightImage{float:right;clear:right;margin-bottom:20px;margin-left:10px;}
.HomeHeader {line-height: 19px!important; text-align:center; font-weight:700; font-size: 19px;font-family:'Marcellus SC', serif;}

.PageImageWide { width:100%;height:auto; }
.PageImageLeft { float:left; margin-right:10px; margin-bottom:5px; }
.PageImageRight { float:right; margin-left:10px; margin-bottom:5px; }
.HideWhenMobile { display:none; }

#Gallery { text-align: justify; }

    #Gallery img { height: 60px; width: auto; border: 0px; margin: 10px; }

.StateMap {position:relative;zoom:120%;background-image:url('/images/states/map-outline.gif');width:610px;height:390px;margin-left:60px;}
.StateMap img {border:0px!important;cursor:pointer;}
.montana {position:absolute; left:119px; top:27px;}
.minnesota {position:absolute; left:301px; top:42px;}
.wisconsin {position:absolute; left:343px; top:74px;}
.michigan {position:absolute; left:370px; top:65px;}
.new-york {position:absolute; left:483px; top:77px;}
.vermont {position:absolute; left:540px; top:72px;}
.new-hampshire {position:absolute; left:555px; top:67px;}
.new-jersey {position:absolute; left:535px; top:131px;}
.maryland {position:absolute; left:492px; top:157px;}
.delaware {position:absolute; left:532px; top:154px;}
.massachusetts {position:absolute; left:549px; top:100px;}
.connecticut {position:absolute; left:549px; top:115px;}
.rhode-island {position:absolute; left:566px; top:113px;}
.nevada {position:absolute; left:49px; top:116px;}
.california {position:absolute; left:8px; top:104px;}
.south-carolina {position:absolute; left:460px; top:232px;}
.florida {position:absolute; left:415px; top:296px;}
.texas {position:absolute; left:183px; top:224px;}
.oklahoma {position:absolute; left:232px; top:217px;}
.washington {position:absolute; left:37px; top:12px;}
.north-dakota {position:absolute; left:232px; top:44px;}
.maine {position:absolute; left:561px; top:31px;}
.oregon {position:absolute; left:16px; top:47px;}
.wyoming {position:absolute; left:151px; top:92px;}
.south-dakota {position:absolute; left:228px; top:87px;}
.iowa {position:absolute; left:305px; top:124px;}
.illinois {position:absolute; left:361px; top:136px;}
.indiana {position:absolute; left:401px; top:144px;}
.ohio {position:absolute; left:431px; top:135px;}
.pennsylvania {position:absolute; left:476px; top:123px;}
.utah {position:absolute; left:108px; top:130px;}
.colorado {position:absolute; left:164px; top:152px;}
.kansas {position:absolute; left:244px; top:174px;}
.missouri {position:absolute; left:315px; top:166px;}
.kentucky {position:absolute; left:387px; top:181px;}
.west-virginia {position:absolute; left:462px; top:160px;}
.virginia {position:absolute; left:456px; top:166px;}
.arizona {position:absolute; left:87px; top:201px;}
.new-mexico {position:absolute; left:153px; top:209px;}
.nebraska {position:absolute; left:226px; top:129px;}
.arkansas {position:absolute; left:328px; top:224px;}
.tennessee {position:absolute; left:381px; top:214px;}
.north-carolina {position:absolute; left:445px; top:202px;}
.louisiana {position:absolute; left:335px; top:275px;}
.idaho {position:absolute; left:91px; top:26px;}
.mississippi {position:absolute; left:366px; top:245px;}
.alabama {position:absolute; left:404px; top:242px;}
.georgia {position:absolute; left:434px; top:238px;}

.StateToolTip {width:300px;padding:10px;text-align:left;}





