/*Start of tabbedContent*/ .tc-item-par{ background-color: #fff; color: #323a46; width: 57%; position: absolute; right: 0; top: 0; font-size: 15px; display: none; font-weight: 100; } button.tc-tab-button { background-color: #eaedf2; border-top: 1px solid #c6c6c6; border-right: 1px solid #c6c6c6; border-bottom: 1px solid #d7d7d7; border-left: 1px solid #c6c6c6; padding: 10px 25px; text-transform: uppercase; font-weight: 600; font-family: "Open Sans", arial; font-size: 0.8em; outline:0; cursor:pointer; position: relative; left: 0px; margin-right: 3px; width: 100%; display: flex; align-items: center; } button.tc-tab-button:hover { background-color: #d7d7d7; } button.tc-tab-button.selected { background-color: #fff; border-bottom: 1px solid #fff; z-index: 1; } .tc-tab-button:focus{ outline:1px dotted orange; } .tc-container .titleTextAndImages .cta-dom { display:block; float:left; padding:10px; } /* Start of button size ***********************************/ .default button.tc-tab-button.small{font-size: 10px!important; } .default button.tc-tab-button.medium{font-size: 13px!important; } .default button.tc-tab-button.large{font-size: 14px!important; } .sidebyside button.tc-tab-button.small{font-size: 12px!important; } .sidebyside button.tc-tab-button.medium{font-size: 14px!important; } .sidebyside button.tc-tab-button.large{font-size: 18px!important; } .default .tc-tab .small, .default .tc-tab .selected.small { margin-top: 4px; } .default .tc-tab .large, .default .tc-tab .selected.large { margin-top: -1px; } /* Start of default style ***********************************/ .default .tc-tab { float: left; } .default .titleTextAndImages.section, .default .titleTextAndImages h2 { padding:0; margin:0; } .default .tc-item-par { background-color:white; border:1px solid #d7d7d7; padding:20px 20px 40px; float: left; position: absolute; top: 39px; width: 100%; display: none; } .default .tc-item-par.selected { display: block; float: left; left: 0; } .tabbedContent p{ line-height:24px; padding-top:10px; } .cq-wcm-edit .default .tc-item-par, .cq-wcm-design .default .tc-item-par { position: relative; top: -2px; margin: 0 0 20px 0; } .default .tc-item-par h2{ font-size:1.3em; font-weight:400; } .tc-container.default { width: 90%; margin: 0 40px; /*min-height: 300px;*/ position: relative; font-family:"Open Sans", arial; } #st_all .tc-container.default { width: 100%; margin: 0 0; } .default button.tc-tab-button.selected { border:1px solid #c7c7c7; color: #323a46; margin: 0; border-bottom: 1px solid #fff; } /* Side by Side style ***********************************/ .sidebyside .tc-tab-button{ background-color:#eaedf2; border:0; border-right:10px solid #eaedf2; cursor:pointer; padding: 10px 15px; width: 42%; margin: 0 0 6px 0; } .sidebyside .tc-tab-button .tc-tab-text{ color:#323a46; font-weight: 100; font-family: "Open Sans", arial; margin: 0 auto; } .sidebyside .tc-tab-button.selected .tc-tab-text{ color:#fff; float: right; text-align: center; } .sidebyside .tc-tab-button:hover{ background-color:#eff2f7; border-right:7px solid #497abd; color:#497abd; } .sidebyside .tc-tab-button.selected{ background-color: #497abd; border:0; border-right:10px solid #497abd; transition: all .32s; } .sidebyside .tc-item-par.selected{ background-color: #497abd; color: #fff; display: block; } .sidebyside .tc-item-par .titleTextAndImages p{ line-height: 1.5em; padding: 0 0 50px 0; } .sidebyside .tc-item-par.selected .titleTextAndImages h2{ color:white; font-weight: 600; margin: 10px 0; } .tc-container.sidebyside { position: relative; min-height: 500px; margin: 40px 40px; } .tc-tab-image-container { /* float:left; */ } /* Homepage Styling ***********************************/ .home-hideable-container .tc-container.default{margin:0; min-height:none!important} .home-hideable-container .tc-container.default p{font-size:16px; margin-bottom:0px;} .home-hideable-container .default .tc-item-par{padding:20px; width:635px;} /* End Homepage Styling ***********************************/ /* Author Mode Styling ***********************************/ .cq-wcm-edit .sidebyside .tc-item-par, .cq-wcm-design .sidebyside .tc-item-par{ position: relative; float: right; border: 1px solid #ccc; } .cq-wcm-edit .sidebyside .tc-tab, .cq-wcm-design .sidebyside .tc-tab{ clear:right; float: left; width: 40%; border-bottom: 1px solid #ccc; } .cq-wcm-edit .tc-item-par, .cq-wcm-design .tc-item-par{ display: block; } /* End Author Mode Styling ***********************************/ @media screen and (max-width:980px){ .default .tc-item-par { padding:10px 20px 40px; width: 95%; } } /************************************ RWD style ***********************************/ .tc-breakpoint { width: 615px; display: none; } @media screen and (max-width: 615px){ #responsive-template .default .tc-item-par { top: -1px; padding: 10px; } #responsive-template button.tc-tab-button { font-size:1.3em; } #responsive-template .tc-container.default { margin: 0 20px 40px; width: 90%; } #responsive-template .tc-item-par.selected{ color: #fff; margin: 0 10px; width: 95%; } #responsive-template .titleTextAndImages.section, #responsive-template .titleTextImages.section{ width:100%; margin: 20px; } #responsive-template .tc-container .titleTextAndImages .cta-dom { width: 96%; } #responsive-template .tc-container .titleTextAndImages .cta-dom a{ padding:15px; width: 95%; font-size: 1em; } /* Default RWD style ***********************************/ #responsive-template .default .tc-tab { float: none; margin: 0; padding: 0; } #responsive-template .default .tc-tab-button{ width:100%; } #responsive-template .default .titleTextAndImages.section{ width: 90%; padding: 10px 20px; } #responsive-template .default .tc-tab-button:hover{ background-color:#eff2f7; border:1px solid #c7c7c7; color:#497abd; } #responsive-template .default .tc-item-par.selected{ color:#323a46; top: -1px; width: 99.6%; margin: 0 0 10px; } /* Side by Side RWD style ***********************************/ #responsive-template .tc-container.sidebyside { margin: 30px 10px; } #responsive-template .sidebyside .tc-item-par{ width: 100%; float:left; margin: 0 20px 0 20px; } #responsive-template .sidebyside .titleTextAndImages.section, #responsive-template .sidebyside .titleTextImages.section, #responsive-template .sidebyside .tc-tab{ margin: 0 10px; width: 95%; text-align: center; padding: 0px; } #responsive-template .sidebyside .tc-tab-button{ border:0; border-bottom:5px solid #eaedf2; width:100%; } #responsive-template .sidebyside .tc-tab-button:hover{ background-color:#eff2f7; border:0; border-bottom:5px solid #497abd; color:#497abd; } #responsive-template .sidebyside .tc-tab-button.selected{ background-color: #497abd; border:0; border-bottom:5px solid #497abd; color:#fff; transition: all .32s; } #responsive-template .sidebyside .tc-item-par, #responsive-template .default .tc-item-par{ display:none; position: inherit; } #responsive-template .sidebyside .tc-item-par.selected, #responsive-template .default .tc-item-par.selected{ display:block; padding: 0; top: -6px; } #responsive-template .sidebyside .tc-item-par.selected{ background-color: #6a99d9; margin: 0 10px; width: 95%; } #responsive-template .sidebyside .tc-tab-button,{ cursor:pointer; width: 100%; padding:20px 0; } #responsive-template .sidebyside .tc-item-par .titleTextAndImages p{ line-height: 1.5em; padding: 20px 45px 30px; width: 80%; margin: 0; } } @media screen and (max-width: 550px){ #responsive-template .tc-container .titleTextAndImages .cta-dom a{ padding:15px; width: 93%; font-size: 1em; } /* Side by Side RWD style ***********************************/ #responsive-template .sidebyside .tc-item-par, #responsive-template .sidebyside .tc-tab-button #responsive-template .sidebyside .titleTextAndImages.section, #responsive-template .sidebyside .titleTextImages.section, #responsive-template .sidebyside .tc-tab{ margin: 0px 0 -3px; width:100%; } #responsive-template .sidebyside .titleTextAndImages.section, #responsive-template .sidebyside .titleTextImages.section, #responsive-template .sidebyside .tc-tab{ margin: 0; width: 100%; text-align: center; padding: 0px; } #responsive-template .sidebyside .tc-item-par.selected{ background-color: #6a99d9; margin: 0 ; width: 100%; } } @media screen and (max-width: 450px){ #responsive-template .tc-container .titleTextAndImages .cta-dom a{ padding:10px 5px; width: 86%; float:left; font-size: 1em; } #responsive-template .titleTextAndImages.section, #responsive-template .titleTextImages.section{ width:100%; margin: 0px; } /* Side by Side RWD style ***********************************/ #responsive-template .sidebyside .tc-item-par .titleTextAndImages p{ line-height: 1.5em; padding: 20px 30px 30px; width: 85%; display: block; float: left; margin: 0; } } /*End of tabbedContent*/ /* FILE ARCHIVED ON 04:30:17 Feb 10, 2017 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 00:34:12 Sep 09, 2022. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). */ /* playback timings (ms): captures_list: 63.456 exclusion.robots: 0.127 exclusion.robots.policy: 0.118 RedisCDXSource: 1.181 esindex: 0.011 LoadShardBlock: 41.405 (3) PetaboxLoader3.datanode: 47.476 (4) CDXLines.iter: 17.402 (3) load_resource: 40.93 PetaboxLoader3.resolve: 32.193 */