

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: 'Viga', sans-serif; font-style: inherit; outline: 0 }
h1, h2, h3, h4, h5, h6 { margin: 10px 0; font-family: 'Russo One', sans-serif; text-transform: uppercase; }
p { margin: 10px 0; }


/*.ETBFormSubmit { margin: 0 auto !important; display: inline !important; text-align: center !important; float: left !important; }*/
table { border-collapse: collapse; border-spacing: 0 }
a { color: #69bdf1  }
    a:hover { text-decoration: underline !important }
img { border: 0; vertical-align: middle }
body { text-align: center; color: #4f4f4f; margin: 0; padding: 0; font-size: 15px !important; background-color: #333; background-image: url(/images/master/body-backg.jpg?rev=3); background-attachment: fixed; background-position: center bottom; background-size: cover }
h1 { font-size: 170%; color: #69bdf1 ; font-style: normal; padding-bottom: 10px; font-weight: 400; margin-bottom: 20px; border-bottom: 1px solid #398ab5; }
    h1 a { text-decoration: none; color: inherit }
h2 { font-size: 130%; color: #69bdf1 ; font-style: normal; font-weight: 400 }
    h2 a { text-decoration: none; color: inherit }
h3 { font-size: 100%; color: #69bdf1 ; font-style: normal; font-weight: 400 }
    h3 a { text-decoration: none; color: inherit }
p { line-height: 20px; }


#ContentFormWrapper { background-color:#fff; padding:10px;text-align:center; }

#ContentForm { width: 100%; max-width: 500px; margin: 0 auto; text-align: left; }

.ClearLeft { clear: left }
.WhenClass { display: none; }
.ClearRight { clear: right }
.ClearBoth { clear: both }

#SolutionsImage { float: left; background-color: #EFEFEF; margin-top: 6px; margin-right: 5px; width: 40px; height: auto; border-radius: 20px; }

#TopHeader { position: fixed; overflow: visible; top: 0; left: 0; right: 0; text-align: center; background-color: #636363; height: 40px; background-position: right top; background-repeat: no-repeat;  border-bottom: 1px solid #69bdf1 ; } 
#TopHeaderContent { opacity: 1; animation: fade 1s linear; position: relative; height: 40px; width: 100%; max-width: 1000px; text-align: left; margin-left: auto; margin-right: auto }

#TopPhone { position:absolute; left:0px; top:10px; color:#fff!important; text-decoration:none!important;}

#TopContact { position: absolute; top: 5px; right: 10px; }

#Header { position: fixed; overflow: visible; top: 41px; left: 0; right: 0; text-align: center; background-color: #fff; height: 110px; background-position: right top; background-repeat: no-repeat;  }
#HeaderContent { opacity: 1; animation: fade 1s linear; position: relative; height: 110px; width: 100%; max-width: 1000px; text-align: left; margin-left: auto; margin-right: auto }
#CtrlLinks { margin-left: -15px }

@keyframes fade {
    0%,100% { opacity: 0 }
    100% { opacity: 1 }
}


#Links { position: absolute; right: 10px; top: 30px; }
    #Links ul { margin: 0px; padding: 0px; border: 0px; background-image: none; }
    #Links li { margin: 0px; padding: 0px; border: 0px; background-image: none; }
    #links ul li a span { cursor: pointer !important; }
.rmText { text-transform: uppercase; cursor: pointer !important; padding: 0px !important; }

.rmRootLink { color: #000 !important; border-bottom: 2px solid transparent; padding: 15px !important; padding-left: 20px !important; padding-right: 20px !important; }
    .rmRootLink.rmFocused { border-bottom-color: #69bdf1  !important; color: #69bdf1  !important; }
.rmExpanded { color: #fff !important; border-bottom: 2px solid black;  border-bottom-color: #4D4D4D; }

.rmGroup.rmFocused { background-color: #4D4D4D !important; color: #69bdf1  !important; }

.rmRootLink:hover { animation: linkAni; animation-fill-mode: forwards; animation-duration: 1s; }

@keyframes linkAni {
    0% { color: #c7c3c3; border-bottom-color: #fff; }
    20% { color: #88a5db; border-bottom-color: #398ab5; }
    100% { color: #69bdf1 ; border-bottom-color: #4D4D4D; }
}

.rmGroup li { text-align: left !important; padding: 20px !important; text-align: left; background-color: #fff; border-bottom: 1px solid #CFCFCF; text-decoration: none; text-align: left; border-top: 0; }
    .rmGroup li a { text-decoration: none; color: inherit !important; }

    .rmGroup li:hover { background-color: #4D4D4D !important; color: #fff !important; }
    .rmGroup li a:hover { color: #fff !important; }

.rmGroup { border: 1px solid #4D4D4D !important; }


.FaqItemH1 a { display: block; padding-top: 165px; margin-top: -145px }
#FooterWrapper { clear: both; width: auto; overflow: hidden; min-height: 400px; background-color: #EFEFEF; border-top: 3px solid #E6E6E6; border-bottom: 3px solid #E6E6E6; text-align: center }
#Footer { width: 101%; max-width: 1000px; padding: 0; margin: 0; clear: both; text-align: left; margin-left: auto; margin-right: auto }
.FooterPanel { width: 31%; margin: 1%; display: inline-block; overflow: hidden; vertical-align: top }
    .FooterPanel h3 { font-size: 150% !important; text-align: center; color: #7c7a7a; border-bottom:2px solid gray; padding-bottom: 20px; }
    .FooterPanel img { width: 100%; height: auto; border: 1px solid #E6E6E6; padding: 2px }
    .FooterPanel ul { margin: 0; padding: 0; margin-left: 20px }
    .FooterPanel li { list-style-type: square; border-bottom: 1px solid #c7c3c3; padding: 10px }
        .FooterPanel a { text-decoration: none; color: #333 !important; }
    .FooterPanel p { border-bottom: 1px solid #c7c3c3; text-align:center; padding: 10px; padding-left: 0 }
#FooterForm label { font-size: 90% }
#FooterForm input { border: 1px solid #cecdcd; width: 98% }
#FooterForm textarea { border: 1px solid #cecdcd; width: 98% }
.FooterFormSend { background-color: #69bdf1 ; width: 100%; padding: 5px; color: #fff }

.SharePage { text-align: center; font-style: italic; font-size: 120%; }

#CopyrightWrapper { clear: both; width: auto; background-color: #69bdf1 ; text-align: center; margin: 0 }
#Copyright { width: 100%; color: #fff; max-width: 1000px; clear: both; text-align: center; margin-left: auto; margin-right: auto; padding-top: 10px; padding-bottom: 10px }
    #Copyright a { color: #fff !important }
.TrademarkWarning { font-size: 70% }
#BottomLinksWrapper { clear: both; width: auto; background-color: #69bdf1 ; text-align: center }
#BottomLinks { width: 100%; max-width: 1000px; color: #fff !important; clear: both; text-align: right; margin-left: auto; margin-right: auto; min-height: 60px; padding-top: 20px }
    #BottomLinks a { color: #fff !important }

.PageContainer { position:relative; clear: both; width: auto; text-align: center; overflow: hidden; background-color:#fff; }
.PageContent { width: auto; max-width: 1000px; padding: 20px; clear: both; text-align: left; margin: 0px auto }


.BoxContainer { clear: both; width: auto; text-align: center; overflow: hidden }
.BoxContent { width: auto; max-width: 1000px; padding: 20px; padding-top: 20px; padding-bottom: 20px; opacity: 0; clear: both; text-align: left; margin: 200px auto 0 }
.BoxContentAni { animation-name: boxAni; animation-duration: 1s; animation-fill-mode: forwards }

@keyframes boxAni {
    0% { margin-top: 200px; margin-bottom: 0; opacity: 0 }
    100% { margin-top: 0; margin-bottom: 0; opacity: 1 }
}

#IsNetList { list-style-type: none; margin: 0; padding: 0; text-align: center }
    #IsNetList li { list-style-type: none; margin: 20px; padding: 0; display: inline }
    #IsNetList a { color: #fff; text-decoration: none; display: block; padding: 10px; padding-bottom: 0; display: inline-block; background-color: rgba(222,222,222,.5); outline: 1px solid #cecdcd; margin-bottom: 15px }
    #IsNetList img { float: left; padding: 5px; background-color: #E6E6E6; margin-right: 10px; margin-left: -10px; margin-top: -10px; width: 30px; height: 30px; clear: left }
    #IsNetList a:hover { background-color: rgba(222,222,222,.8) }

.BoxStyleRed { background-color: #69bdf1 ; color: #fff !important; text-align:center; }
    .BoxStyleRed h2 { font-size: 210%; color: #000 !important }
    .BoxStyleRed p { font-size: 130%; line-height: 30px; text-align: center; }
    .BoxStyleRed a { color:#fff!important; }
    
    .BoxStyleWhite { background-color: #fff }
    .BoxStyleWhite h2 { font-size: 210%; }

.BoxStyleGray { background-color: #EFEFEF }
    .BoxStyleGray h2 { font-size: 210%; }

.BoxStyleBlack { background-color: #303031; color: #fff; }
    .BoxStyleBlack h2 { color: #CFCFCF; font-size: 210%; }
    .BoxStyleBlack a { color: #407ae5 !important; }

#Main { padding-top:150px;}


#BottomLogo { height: 75px; width: auto; float: left }
#HomePageContent { margin: 0 }
.Max800Wrapper { width: 100%; max-width: 800px; margin-left: auto; margin-right: auto }
#SolutionsListWrapper { width: auto; overflow: hidden }
#SolutionsList { text-align: center; width: 105%; list-style-type: none; margin: 0; margin-left: -6px; padding: 0; padding-top: 10px; border-top: 1px solid #E6E6E6 }
    #SolutionsList li { position: relative; text-align: left; display: inline-block; margin: 0; padding: 0; vertical-align: top; list-style-type: none; margin-right: 2.8%; outline: 1px solid #E6E6E6; width: 30%; margin-bottom: 15px; min-height: 320px; background-color: #fff }
.SolutionsListImg { width: 100%; height: auto; margin-top: 4px }
#SolutionsList li h3 { margin: 15px; text-align: center; border-bottom: 5px solid #4379dc; padding: 10px; }
#SolutionsList li p { margin: 15px; min-height: 120px }
.ReadMore { position: absolute; left: 15px; bottom: 15px; background-color: #69bdf1 ; display: inline-block; padding: 5px; padding-bottom: 0; color: #fff !important; text-decoration: none }
    .ReadMore img { float: left; height: 30px !important; width: 30px !important; margin-top: -5px; margin-left: -5px; margin-right: 10px }
#AltPageWrapper { background-color: #fff }
#AltPageContainer { width: auto; max-width: 1000px; margin-left: auto; margin-right: auto; text-align: left; padding: 20px; padding-top: 10px }
#AltPageContent { float: left; width: 76%; text-align: left; margin-bottom: 10px; border-right: 1px dotted #69bdf1 ; padding-right: 3% }
#AltSideBar { float: right; width: 18%; font-size: 80%; clear: right; min-height: 400px }
    #AltSideBar img { width: 100%; height: auto }
#Logo { position: absolute; top: 25px; left: 0px; width:auto; height:50%; }


#Content { position: relative; overflow: visible; padding: 0; }
.ETBMobileNavigationControl { position: absolute; right: 5px; top: 5px; display: none }
.ETBImageGalleryLinkImage { width: 140px; height: 120px }
.ClearBoth { line-height: 1px; height: 1px; clear: both }
.ETBMobileNavigationControl { position: absolute; right: 5px; top: 5px; display: none }
#evolve { color: #0f6694 !important; font-size: 80% }
#DynClear { display: none; line-height: 1px; height: 1px; clear: both }
.ETBMobileNavigationDropDown { border-bottom-left-radius: 20px }
#MobileContact { background-color: #69bdf1 ; color: #fff !important; border-top: 1px solid #0f6694; position: fixed; left: 0; right: 0; bottom: 0; height: 30px; line-height: 30px; display: none }
    #MobileContact a { color: #fff !important }

#ETBResponsiveRotatorNav { display: none; }
#ETBResponsiveRotator { margin: 0 auto; }
#RotatorContent { border-bottom: 7px solid #244789; background-color: #fff; text-align: center; }

@media only screen and (max-width: 1250px) {

    #CtrlLinks { margin-left: 15px }
}

@media only screen and (max-width: 1200px) {
    #Footer { padding-left: 15px; width: 96% }
}

@media only screen and (max-width: 1000px) {
    .rmLink { font-size: 90% }
}

@media only screen and (max-width: 950px) {
    .rmLink { font-size: 95%; padding-left: 5px !important; padding-right: 9px !important }
    #UnderConstruction { display: none }
    #SolutionsList li { width: 30%; margin-right: 2.8% }
    #AltPageContent { width: 66% }
    #AltSideBar { width: 28% }
}

@media only screen and (max-width: 750px) {

.CheckList { column-count:1!important; }
.CheckList li {text-align:center!important;}
    #SolutionsList li { width: 46%; margin-right: 2% }
    #DynClear { display: block }
    #Footer { padding-left: 20px }
    .FooterPanel { width: 45%; margin-right: 5% }
    .rmLink { font-size: 90%; padding-left: 3px !important; padding-right: 7px !important }

    .PageImageLeft { width: 50% !important; height: auto !important; }
    .PageImageRight { width: 50% !important; height: auto !important; }
}

@keyframes linksFont {
    0% { font-size: 100% }
    100% { font-size: 80% }
}

@keyframes menuAni {
    0% { font-size: 20%; opacity: 0 }
    100% { font-size: 100%; opacity: 1 }
}

.ETBMobileNavigationDropDownAni { display: block; animation: menuAni; animation-duration: 1s; animation-fill-mode: forwards }


@media only screen and (max-width: 700px) {

    .Panel { display: block!important; width: auto!important; vertical-align: top; margin-top:30px!important; border-top:1px solid #E6E6E6; }

    .AdminLinks { display: none }
    .ETBMobileNavigationControl { display: block; animation: menuAni; animation-duration: 1s; animation-fill-mode: forwards }

    h2, p { text-align: center; }
   
    #AltPageContent { float: none; width: auto; border-right: 0; padding-right: 0 }
    #AltSideBar { float: none; width: auto; border-right: 0; min-height: 2px }
    #Header { border-bottom: 2px solid #898989 }
    /*#TopContact { display: none }*/
    #Footer { width: auto; padding: 0; padding-left: 20px; padding-right: 20px }
    .FooterPanel { width: auto !important; float: none !important; margin: 0; margin-top:20px; display:block!important; }
    .PageImageLeft { float: none !important; display: block; width: 80% !important; height: auto !important; margin: 0px auto !important; margin-bottom: 5px !important }
    .PageImageRight { float: none !important; display: block; width: 80% !important; height: auto !important; margin: 0px auto !important; margin-bottom: 5px !important }
}

@keyframes panelAniMobile {
    0% { bottom: 60px; width: 100%; opacity: .1 }
    100% { bottom: -20px; width: 100%; opacity: 1 }
}

@media only screen and (max-width: 450px) {

    #SolutionsImage { float: none; display: block; text-align: center; margin: 0 auto; }
    #HomePanel { white-space: normal }
        #HomePanel a { position: relative; margin: 0; display: inline-block; width: 49%; height: 60px; overflow: hidden }
        #HomePanel img { position: absolute; left: 0; bottom: -20px; margin: 0; width: 100%; animation: panelAniMobile; animation-duration: 1.5s; animation-fill-mode: forwards }
    h1 { font-size: 120%; margin-top: 0px; border-radius: 0px !important; text-align: center; }
    h2 { font-size: 110%; text-align: center; }
    h3 { font-size: 100%; text-align: center; }
    p { padding-left: initial; }
    #MobileContact { display: block }
    #CopyrightWrapper { margin-bottom: 30px }
    #HeaderWrapper { height: 80px }
    #Header { height: 80px }
    .ETBResponsiveRotatorButtons { display: none; }
    #AltSideBar { border-top: 1px solid #69bdf1 ; }
    #SolutionsList li { width: auto; margin: 0; margin-bottom: 15px; min-height: 2px }
}

.PageImageWide { width: 100%; height: auto; }
.PageImageLeft { float: left; margin-right: 10px; margin-bottom: 15px; }
.PageImageRight { float: right; margin-left: 10px; margin-bottom: 15px; }
.HideWhenMobile { display: none; }
.PageImageFifty { width: 48%; height: auto; margin-right: 10px; }

.SmallContact { font-size: 90%; color: #000; }

#ImportantLinks { list-style-type: none; margin-left: 0px; padding-left: 0px; }
    #ImportantLinks li { list-style-type: none; background-image: url('/images/master/list-arrow.png'); background-repeat: no-repeat; background-position: -3px 15px }

#ContactList { list-style-type: none; margin-left: 0px; padding-left: 0px; }
    #ContactList li { list-style-type: none; margin-left: 0px; padding-left: 0px; padding-top: 10px; padding-bottom: 10px; }
    #ContactList strong { font-weight: bolder; }
    #ContactList img { border: 0px; width: 29px; height: 30px; float: left; margin-right: 10px; margin-left: -9px; margin-top: -5px; margin-bottom: 10px; clear: left; }

.Button {position:relative; color:#fff!important; margin:0px auto; display: inline-block; padding: 20px; text-transform: uppercase; background-color: rgb(0, 176, 240); border: 1px solid rgb(78, 113, 126); font-weight: 700; border-radius: 5px; box-shadow: 2px 4px 5px #000000; }
    .Button a { color: #fff !important; }
    
    .CheckList { overflow: hidden; padding: 0px; margin: 0px; column-count:2; }
    .CheckList img { margin-right:10px; }
    
    .CheckList li { text-align: left; list-style-type: none; padding: 10px; }

.H2Highlight { color: rgb(0, 176, 240); font-size: 130%; letter-spacing: 4px; }

.Panel { display:inline-block; width:45%; vertical-align:top; }



@media only screen and (max-width: 650px)
{
    .ETBMobileNavigationControl { display: block; }

    .PageImageLeft { float: none; width: 100%; height: auto; margin-right: 0px; margin-bottom: 5px; }

    .PageImageRight { float: none; width: 100%; height: auto; margin-left: 0px; margin-bottom: 5px; }
}
