@import url(fonts/icomoon/style.css);
/*! normalize.css v1.1.1 | MIT License | git.io/normalize */
/* ========================================================================== HTML5 display definitions ========================================================================== */
/** Correct `block` display not defined in IE 6/7/8/9 and Firefox 3. */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }

/** Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3. */
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }

/** Prevent modern browsers from displaying `audio` without controls. Remove excess height in iOS 5 devices. */
audio:not([controls]) { display: none; height: 0; }

/** Address styling not present in IE 7/8/9, Firefox 3, and Safari 4. Known issue: no IE 6 support. */
[hidden] { display: none; }

/* ========================================================================== Base ========================================================================== */
/** 1. Prevent system color scheme's background color being used in Firefox, IE, and Opera. 2. Prevent system color scheme's text color being used in Firefox, IE, and Opera. 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using `em` units. 4. Prevent iOS text size adjust after orientation change, without disabling user zoom. */
html { background: #fff; /* 1 */ color: #000; /* 2 */ font-size: 100%; /* 3 */ -webkit-text-size-adjust: 100%; /* 4 */ -ms-text-size-adjust: 100%; /* 4 */ }

/** Address `font-family` inconsistency between `textarea` and other form elements. */
html, button, input, select, textarea { font-family: sans-serif; }

/** Address margins handled incorrectly in IE 6/7. */
body { margin: 0; }

/* ========================================================================== Links ========================================================================== */
/** Address `outline` inconsistency between Chrome and other browsers. */
a:focus { outline: thin dotted; }

/** Improve readability when focused and also mouse hovered in all browsers. */
a:active, a:hover { outline: 0; }

/* ========================================================================== Typography ========================================================================== */
/** Address font sizes and margins set differently in IE 6/7. Address font sizes within `section` and `article` in Firefox 4+, Safari 5, and Chrome. */
h1 { font-size: 2em; margin: 0.67em 0; }

h2 { font-size: 1.5em; margin: 0.83em 0; }

h3 { font-size: 1.17em; margin: 1em 0; }

h4 { font-size: 1em; margin: 1.33em 0; }

h5 { font-size: 0.83em; margin: 1.67em 0; }

h6 { font-size: 0.67em; margin: 2.33em 0; }

/** Address styling not present in IE 7/8/9, Safari 5, and Chrome. */
abbr[title] { border-bottom: 1px dotted; }

/** Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome. */
b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

/** Address styling not present in Safari 5 and Chrome. */
dfn { font-style: italic; }

/** Address differences between Firefox and other browsers. Known issue: no IE 6/7 normalization. */
hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; }

/** Address styling not present in IE 6/7/8/9. */
mark { background: #ff0; color: #000; }

/** Address margins set differently in IE 6/7. */
p, pre { margin: 1em 0; }

/** Correct font family set oddly in IE 6, Safari 4/5, and Chrome. */
code, kbd, pre, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/** Improve readability of pre-formatted text in all browsers. */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

/** Address CSS quotes not supported in IE 6/7. */
q { quotes: none; }

/** Address `quotes` property not supported in Safari 4. */
q:before, q:after { content: ''; content: none; }

/** Address inconsistent and variable font size in all browsers. */
small { font-size: 80%; }

/** Prevent `sub` and `sup` affecting `line-height` in all browsers. */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sup { top: -0.5em; }

sub { bottom: -0.25em; }

/* ========================================================================== Lists ========================================================================== */
/** Address margins set differently in IE 6/7. */
dl, menu, ol, ul { margin: 1em 0; }

dd { margin: 0 0 0 40px; }

/** Address paddings set differently in IE 6/7. */
menu, ol, ul { padding: 0 0 0 40px; }

/** Correct list images handled incorrectly in IE 7. */
nav ul, nav ol { list-style: none; list-style-image: none; }

/* ========================================================================== Embedded content ========================================================================== */
/** 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3. 2. Improve image quality when scaled in IE 7. */
img { border: 0; /* 1 */ -ms-interpolation-mode: bicubic; /* 2 */ }

/** Correct overflow displayed oddly in IE 9. */
svg:not(:root) { overflow: hidden; }

/* ========================================================================== Figures ========================================================================== */
/** Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11. */
figure { margin: 0; }

/* ========================================================================== Forms ========================================================================== */
/** Correct margin displayed oddly in IE 6/7. */
form { margin: 0; }

/** Define consistent border, margin, and padding. */
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }

/** 1. Correct color not being inherited in IE 6/7/8/9. 2. Correct text not wrapping in Firefox 3. 3. Correct alignment displayed oddly in IE 6/7. */
legend { border: 0; /* 1 */ padding: 0; white-space: normal; /* 2 */ *margin-left: -7px; /* 3 */ }

/** 1. Correct font size not being inherited in all browsers. 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5, and Chrome. 3. Improve appearance and consistency in all browsers. */
button, input, select, textarea { font-size: 100%; /* 1 */ margin: 0; /* 2 */ vertical-align: baseline; /* 3 */ *vertical-align: middle; /* 3 */ }

/** Address Firefox 3+ setting `line-height` on `input` using `!important` in the UA stylesheet. */
button, input { line-height: normal; }

/** Address inconsistent `text-transform` inheritance for `button` and `select`. All other form control elements do not inherit `text-transform` values. Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+. Correct `select` style inheritance in Firefox 4+ and Opera. */
button, select { text-transform: none; }

/** 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls. 2. Correct inability to style clickable `input` types in iOS. 3. Improve usability and consistency of cursor style between image-type `input` and others. 4. Remove inner spacing in IE 7 without affecting normal text inputs. Known issue: inner spacing remains in IE 6. */
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */ *overflow: visible; /* 4 */ }

/** Re-set default cursor for disabled elements. */
button[disabled], html input[disabled] { cursor: default; }

/** 1. Address box sizing set to content-box in IE 8/9. 2. Remove excess padding in IE 8/9. 3. Remove excess padding in IE 7. Known issue: excess padding remains in IE 6. */
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ *height: 13px; /* 3 */ *width: 13px; /* 3 */ }

/** 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome. 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome (include `-moz` to future-proof). */
input[type="search"] { -webkit-appearance: textfield; /* 1 */ -moz-box-sizing: content-box; -webkit-box-sizing: content-box; /* 2 */ box-sizing: content-box; }

/** Remove inner padding and search cancel button in Safari 5 and Chrome on OS X. */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/** Remove inner padding and border in Firefox 3+. */
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/** 1. Remove default vertical scrollbar in IE 6/7/8/9. 2. Improve readability and alignment in all browsers. */
textarea { overflow: auto; /* 1 */ vertical-align: top; /* 2 */ }

/* ========================================================================== Tables ========================================================================== */
/** Remove most spacing between table cells. */
table { border-collapse: collapse; border-spacing: 0; }

/*********** Variables ************************************/
/*********** CTIA Variables ************************************/
/*********** font size conversions ************************************/
/*********** Mixins ************************************/
.subheader .utility ul, .subhead-nav, .subhead-subnav, .formField .sfFieldWrp ul, .formField .control-label ul, .formField .controls ul, .sfLoginFieldsWrp .sfFieldWrp ul, .sfLoginFieldsWrp .control-label ul, .sfLoginFieldsWrp .controls ul { list-style: none; }
.subheader .utility ul, .subhead-nav, .subhead-subnav, .formField .sfFieldWrp ul, .formField .control-label ul, .formField .controls ul, .sfLoginFieldsWrp .sfFieldWrp ul, .sfLoginFieldsWrp .control-label ul, .sfLoginFieldsWrp .controls ul, .subheader .utility ul li, .subhead-nav li, .subhead-subnav li, .formField .sfFieldWrp ul li, .formField .control-label ul li, .formField .controls ul li, .sfLoginFieldsWrp .sfFieldWrp ul li, .sfLoginFieldsWrp .control-label ul li, .sfLoginFieldsWrp .controls ul li { margin: 0; padding: 0; }

.subhead-nav li, .subhead-subnav li { float: left; }
.subhead-nav:after, .subhead-subnav:after { content: ''; display: block; clear: both; }

.visuallyhidden, .unused-field { position: absolute; overflow: hidden; clip: rect(0 0 0 0); height: 1px; width: 1px; margin: -1px; padding: 0; border: 0; }

/*********** CTIA Mixins ************************************/
/* Globals */
html { overflow-y: scroll; /*Force Scroll bar so design doesn't jump on no-scroll*/ }

body { font: 93.75%/1.4 arial, helvetica, clean, sans-serif; background: white; color: #6e6e6e; }

address { font-style: normal; }

h1 { font-size: 353.33333%; font-weight: normal; color: #6e6e6e; line-height: 1; margin: 0 0 .3em; clear: both; border-color: #158f7a; }
.p-07988F9C-4174-6FCD-88EA-FF000002C0F4 .main h1, .p-7D6D909C-4174-6FCD-88EA-FF000002C0F4 .main h1, .secondary h1, .tertiary h1 { border-width: 0 0 2px; border-style: solid; font-size: 106.66667%; padding: .4em 0; margin: 0; text-transform: uppercase; line-height: 1.1; color: #6e6e6e; }
h1 a { color: #6e6e6e; }
h1 a:hover { color: #154e8f; }
.p-7D6D909C-4174-6FCD-88EA-FF000002C0F4 .faux-branding h1 { border: 0 none !important; font-size: 500%; color: #fff; }
h1 label { margin: 0; }

h2 { font-size: 173.33333%; color: #158f7a; line-height: 1.1; margin: .3em 0; }
h2 a { color: #158f7a; }

h3 { font-size: 116%; color: #6e6e6e; line-height: 1.2; letter-spacing: .1em; margin: .3em 0; }
.blurbs h3 { clear: both; }
h3 a { color: #6e6e6e; }

h2 + h3 { margin-top: .8em; }

h4 { font-size: 100%; color: #6e6e6e; margin: .2em 0; }
h4 a { color: #6e6e6e; }
h4 .icon-contact { font-size: 93%; margin-left: .2em; }

h5 { font-size: 100%; color: #6e6e6e; font-style: italic; margin: .2em 0; }
h5 a { color: #6e6e6e; }

p { font-size: 100%; margin: 0 0 1.2em; }
.blurbs p { margin-bottom: 1.8em; }
p:empty { margin: 0; }

li { font-size: 100%; margin: 1em 0; }

.header ol, .header ul, .header li, .main-nav ol, .main-nav ul, .main-nav li, .footer ol, .footer ul, .footer li, .breadcrumbs ol, .breadcrumbs ul, .breadcrumbs li { list-style: none; margin: 0; padding: 0; }

ol { list-style: decimal; }
ol ol { list-style: lower-alpha; }
ol ol ol { list-style: decimal; }
ol ol ol ol { list-style: lower-alpha; }

a { text-decoration: none; color: #158f7a; -webkit-tap-highlight-color: #899414; /*quick color flip of webkit when clicked*/ }
a:hover { color: #154e8f; }
.main a:hover { text-decoration: underline; }

td, td img { vertical-align: top; }

hr { border: 0 none; border-bottom: 1px solid #d3d2d2; margin: 1.4em 0 1.5em; }

iframe { border: 0 none; }

.alignleft { float: left; margin: .2em 1em 1em 0; }

.alignright { float: right; margin: .2em 0 1em 1em; }

/*completely hidden elements */
.hidden, .hidden-frontend { display: none; visibility: hidden; }

/* Out of view but available for screen readers */
.sfPageEditor .hidden-frontend { display: block; }
.sfPageEditor .hidden-frontend * { background: yellow !important; }

.mobile { display: none; }

.intro { font-size: 146.66667%; }
.landing .intro { font-size: 180%; line-height: 1.3; margin: 1em 0 1.8em; }

.more { clear: both; display: inline-block; color: #a8a8a8; font-size: 120%; text-transform: uppercase; margin: .5em 0; }
.more:hover { text-decoration: none !important; }

.icon-circle-arrow-right, .icon-external { margin-left: .4em; vertical-align: top; line-height: 1; display: inline-block; font-size: 140%; margin-top: -.05em; opacity: .8; }

.secured { font-size: 77%; margin-right: .3em; }

.backtotop { float: right; font-size: 93.33333%; }

.icon-plus-sign, .icon-minus-sign { margin-right: .2em; }

.arrows { display: none; text-align: right; }
.arrows a { color: #158f7a; cursor: pointer; font-size: 229%; margin-left: 4%; }

.divider { border-top: 1px solid #d3d2d2; padding-top: 2.2em; margin-top: 2.2em; }

.no-bullets ul { padding: 0; }
.no-bullets ul > li { list-style: none; }

.clear { clear: both; }

.clearright { clear: right; }

.alert { color: red; }

.date { float: left; margin: .2em .8em .8em 0; width: 3.4em; text-align: center; background: #158f7a; color: white; }
.date span { display: block; }
.date .month { font-size: 69%; text-transform: uppercase; padding: .7em .7em 0; letter-spacing: .12em; }
.date .day { font-size: 146.5%; padding: 0 .3em .2em; line-height: 1.1; letter-spacing: .04em; }

.videoPlaylistWrap .playlist > div > a { -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; }

/***********Selected text background/color****************/
::-moz-selection { background: #444; color: white; text-shadow: none; }

::selection { background: #444; color: white; text-shadow: none; }

select { max-width: 100%; }

::-webkit-input-placeholder { color: #a8a8a8; }

:-moz-placeholder { color: #a8a8a8; }

/* CTIA Globals */
h1, h1 > a, h1 > a:hover, h2, h3, h4, h5, strong, b, a, .mtx-select-tree-container > ul > li > span, .subhead-nav .RadTabStripTop_Sitefinity .rtsLI .rtsSelected { color: #5a1b9f; border-color: #5a1b9f; }
.p-25A18F9C-4174-6FCD-88EA-FF000002C0F4 h1, .p-25A18F9C-4174-6FCD-88EA-FF000002C0F4 h1 > a, .p-25A18F9C-4174-6FCD-88EA-FF000002C0F4 h1 > a:hover, .p-25A18F9C-4174-6FCD-88EA-FF000002C0F4 h2, .p-25A18F9C-4174-6FCD-88EA-FF000002C0F4 h3, .p-25A18F9C-4174-6FCD-88EA-FF000002C0F4 h4, .p-25A18F9C-4174-6FCD-88EA-FF000002C0F4 h5, .p-25A18F9C-4174-6FCD-88EA-FF000002C0F4 strong, .p-25A18F9C-4174-6FCD-88EA-FF000002C0F4 b, .p-25A18F9C-4174-6FCD-88EA-FF000002C0F4 a, .p-25A18F9C-4174-6FCD-88EA-FF000002C0F4 .mtx-select-tree-container > ul > li > span, .p-25A18F9C-4174-6FCD-88EA-FF000002C0F4 .subhead-nav .RadTabStripTop_Sitefinity .rtsLI .rtsSelected, .subhead-nav .RadTabStripTop_Sitefinity .rtsLI .p-25A18F9C-4174-6FCD-88EA-FF000002C0F4 .rtsSelected { color: #154e8f; border-color: #154e8f; }
.p-0EA18F9C-4174-6FCD-88EA-FF000002C0F4 h1, .p-0EA18F9C-4174-6FCD-88EA-FF000002C0F4 h1 > a, .p-0EA18F9C-4174-6FCD-88EA-FF000002C0F4 h1 > a:hover, .p-0EA18F9C-4174-6FCD-88EA-FF000002C0F4 h2, .p-0EA18F9C-4174-6FCD-88EA-FF000002C0F4 h3, .p-0EA18F9C-4174-6FCD-88EA-FF000002C0F4 h4, .p-0EA18F9C-4174-6FCD-88EA-FF000002C0F4 h5, .p-0EA18F9C-4174-6FCD-88EA-FF000002C0F4 strong, .p-0EA18F9C-4174-6FCD-88EA-FF000002C0F4 b, .p-0EA18F9C-4174-6FCD-88EA-FF000002C0F4 a, .p-0EA18F9C-4174-6FCD-88EA-FF000002C0F4 .mtx-select-tree-container > ul > li > span, .p-0EA18F9C-4174-6FCD-88EA-FF000002C0F4 .subhead-nav .RadTabStripTop_Sitefinity .rtsLI .rtsSelected, .subhead-nav .RadTabStripTop_Sitefinity .rtsLI .p-0EA18F9C-4174-6FCD-88EA-FF000002C0F4 .rtsSelected { color: #158f7a; border-color: #158f7a; }
.p-4020909C-4174-6FCD-88EA-FF000002C0F4 h1, .p-4020909C-4174-6FCD-88EA-FF000002C0F4 h1 > a, .p-4020909C-4174-6FCD-88EA-FF000002C0F4 h1 > a:hover, .p-4020909C-4174-6FCD-88EA-FF000002C0F4 h2, .p-4020909C-4174-6FCD-88EA-FF000002C0F4 h3, .p-4020909C-4174-6FCD-88EA-FF000002C0F4 h4, .p-4020909C-4174-6FCD-88EA-FF000002C0F4 h5, .p-4020909C-4174-6FCD-88EA-FF000002C0F4 strong, .p-4020909C-4174-6FCD-88EA-FF000002C0F4 b, .p-4020909C-4174-6FCD-88EA-FF000002C0F4 a, .p-4020909C-4174-6FCD-88EA-FF000002C0F4 .mtx-select-tree-container > ul > li > span, .p-4020909C-4174-6FCD-88EA-FF000002C0F4 .subhead-nav .RadTabStripTop_Sitefinity .rtsLI .rtsSelected, .subhead-nav .RadTabStripTop_Sitefinity .rtsLI .p-4020909C-4174-6FCD-88EA-FF000002C0F4 .rtsSelected { color: #899414; border-color: #899414; }
.p-E123909C-4174-6FCD-88EA-FF000002C0F4 h1, .p-E123909C-4174-6FCD-88EA-FF000002C0F4 h1 > a, .p-E123909C-4174-6FCD-88EA-FF000002C0F4 h1 > a:hover, .p-E123909C-4174-6FCD-88EA-FF000002C0F4 h2, .p-E123909C-4174-6FCD-88EA-FF000002C0F4 h3, .p-E123909C-4174-6FCD-88EA-FF000002C0F4 h4, .p-E123909C-4174-6FCD-88EA-FF000002C0F4 h5, .p-E123909C-4174-6FCD-88EA-FF000002C0F4 strong, .p-E123909C-4174-6FCD-88EA-FF000002C0F4 b, .p-E123909C-4174-6FCD-88EA-FF000002C0F4 a, .p-E123909C-4174-6FCD-88EA-FF000002C0F4 .mtx-select-tree-container > ul > li > span, .p-E123909C-4174-6FCD-88EA-FF000002C0F4 .subhead-nav .RadTabStripTop_Sitefinity .rtsLI .rtsSelected, .subhead-nav .RadTabStripTop_Sitefinity .rtsLI .p-E123909C-4174-6FCD-88EA-FF000002C0F4 .rtsSelected { color: #cd7206; border-color: #cd7206; }
.p-0FA18F9C-4174-6FCD-88EA-FF000002C0F4 h1, .p-0FA18F9C-4174-6FCD-88EA-FF000002C0F4 h1 > a, .p-0FA18F9C-4174-6FCD-88EA-FF000002C0F4 h1 > a:hover, .p-0FA18F9C-4174-6FCD-88EA-FF000002C0F4 h2, .p-0FA18F9C-4174-6FCD-88EA-FF000002C0F4 h3, .p-0FA18F9C-4174-6FCD-88EA-FF000002C0F4 h4, .p-0FA18F9C-4174-6FCD-88EA-FF000002C0F4 h5, .p-0FA18F9C-4174-6FCD-88EA-FF000002C0F4 strong, .p-0FA18F9C-4174-6FCD-88EA-FF000002C0F4 b, .p-0FA18F9C-4174-6FCD-88EA-FF000002C0F4 a, .p-0FA18F9C-4174-6FCD-88EA-FF000002C0F4 .mtx-select-tree-container > ul > li > span, .p-0FA18F9C-4174-6FCD-88EA-FF000002C0F4 .subhead-nav .RadTabStripTop_Sitefinity .rtsLI .rtsSelected, .subhead-nav .RadTabStripTop_Sitefinity .rtsLI .p-0FA18F9C-4174-6FCD-88EA-FF000002C0F4 .rtsSelected { color: #823832; border-color: #823832; }
.p-A7A08F9C-4174-6FCD-88EA-FF000002C0F4 h1, .p-A7A08F9C-4174-6FCD-88EA-FF000002C0F4 h1 > a, .p-A7A08F9C-4174-6FCD-88EA-FF000002C0F4 h1 > a:hover, .p-A7A08F9C-4174-6FCD-88EA-FF000002C0F4 h2, .p-A7A08F9C-4174-6FCD-88EA-FF000002C0F4 h3, .p-A7A08F9C-4174-6FCD-88EA-FF000002C0F4 h4, .p-A7A08F9C-4174-6FCD-88EA-FF000002C0F4 h5, .p-A7A08F9C-4174-6FCD-88EA-FF000002C0F4 strong, .p-A7A08F9C-4174-6FCD-88EA-FF000002C0F4 b, .p-A7A08F9C-4174-6FCD-88EA-FF000002C0F4 a, .p-A7A08F9C-4174-6FCD-88EA-FF000002C0F4 .mtx-select-tree-container > ul > li > span, .p-A7A08F9C-4174-6FCD-88EA-FF000002C0F4 .subhead-nav .RadTabStripTop_Sitefinity .rtsLI .rtsSelected, .subhead-nav .RadTabStripTop_Sitefinity .rtsLI .p-A7A08F9C-4174-6FCD-88EA-FF000002C0F4 .rtsSelected { color: #5a1b9f; border-color: #5a1b9f; }

.header, .bannerwrap, .subbanner, .subheader, .main, .footer { -webkit-transition-property: left; -moz-transition-property: left; -o-transition-property: left; transition-property: left; -webkit-transition-duration: 0.2s; -moz-transition-duration: 0.2s; -o-transition-duration: 0.2s; transition-duration: 0.2s; }

/*********** Wrapper ************************************/
.inner { max-width: 1100px; margin: 0 auto; padding: 0 3.8%; }
.inner.sf_cols { width: auto; }
.p-07988F9C-4174-6FCD-88EA-FF000002C0F4 .main .inner, .p-7D6D909C-4174-6FCD-88EA-FF000002C0F4 .main .inner { padding: 0; max-width: 1200px; }

/*********** Main Center Area ************************************/
.main, .primary, .section { position: relative; }

.main { z-index: 1; }
.main img { max-width: 100%; }

.primary { width: 61%; min-height: 20em; }
.primary > .sf_colsIn { margin: 0; padding: 1.8em 10% 0; }
.primary > .sf_colsOut > .sf_colsIn { padding: 10.5% 12%; margin: 0; border-left: 1px solid #d3d2d2; }
.primary > .sf_colsOut:first-child > .sf_colsIn { border: 0 none; }
.onecol .primary, .p-07988F9C-4174-6FCD-88EA-FF000002C0F4 .primary, .p-7D6D909C-4174-6FCD-88EA-FF000002C0F4 .primary { width: 100% !important; }
.onecol .primary > .sf_colsIn, .p-07988F9C-4174-6FCD-88EA-FF000002C0F4 .primary > .sf_colsIn, .p-7D6D909C-4174-6FCD-88EA-FF000002C0F4 .primary > .sf_colsIn { margin: 0; padding: 0; }
.twocol .primary { width: 84%; }
.twocol .primary > .sf_colsIn { padding: 1.8em 7.1% 0; }
.threecol > .primary, .right-based-twocol > .primary { border-right: 1px solid #d3d2d2; margin-right: -1px; }
.right-based-twocol > .primary { width: 77%; }
.right-based-twocol > .primary > .sf_colsIn { padding: 0; }
.right-based-twocol > .primary > .sf_colsIn > .divider { padding: 0; margin: 0; }
.right-based-twocol > .primary .primary { width: 78%; }
.right-based-twocol > .primary .primary > .sf_colsIn { padding: 3.2em 10%; }

.primary > .sf_colsIn > .content + *, .content > .sf_colsOut > .sf_colsIn > * { margin-bottom: 1.8em; }
.primary > .sf_colsIn > .content + *.intro, .content > .sf_colsOut > .sf_colsIn > *.intro { margin-bottom: 1.23em; }

/*********** Left Sidebar ************************************/
.secondary { width: 16%; }
.secondary > .sf_colsIn > * { padding: 13.5% 0; }
.right-based-twocol .secondary { width: 22%; }

/*********** Right Sidebar ************************************/
.tertiary { width: 23%; }
.tertiary > .sf_colsIn { margin: 0; border-left: 1px solid #d3d2d2; }
.tertiary > .sf_colsIn > * { padding: 9.5% 18%; width: 82%; margin-right: -18%; border-top: 1px solid #d3d2d2; }
.tertiary > .sf_colsIn > *:first-child { border: 0 none; }

/*********** 50/50 Columns ************************************/
.sf_2cols_1_50 > .sf_colsIn { margin-right: 10%; }

.sf_2cols_2_50 > .sf_colsIn { margin-left: 10%; }

.sf_2cols_2_33 > .sf_colsIn, .sf_2cols_2_67 > .sf_colsIn { margin-left: 1.5em; }

/*********** Custom layout ************************************/
.topRight { position: absolute; top: 0; right: 0; }

.section { margin: 1.5em 0; }

.table { display: table; width: 100%; margin-bottom: 1.2em; padding-bottom: 0.5em; border-bottom: 1px solid #6e6e6e; }
.table > div { display: table-cell; }

/*********** CTIA Layout ************************************/
.p-07988F9C-4174-6FCD-88EA-FF000002C0F4 .main, .p-7D6D909C-4174-6FCD-88EA-FF000002C0F4 .main { background: url(../Images/main-bkgd.png) repeat center center; }

.p-07988F9C-4174-6FCD-88EA-FF000002C0F4 .primary h1, .p-7D6D909C-4174-6FCD-88EA-FF000002C0F4 .primary h1 { margin-bottom: .3em; }
.p-07988F9C-4174-6FCD-88EA-FF000002C0F4 .primary h2, .p-7D6D909C-4174-6FCD-88EA-FF000002C0F4 .primary h2 { margin: .1em 0; }
.p-07988F9C-4174-6FCD-88EA-FF000002C0F4 .primary li, .p-7D6D909C-4174-6FCD-88EA-FF000002C0F4 .primary li { margin: 1em 0 2em; }
.p-07988F9C-4174-6FCD-88EA-FF000002C0F4 .primary .sfexpandedListWrp h1, .p-7D6D909C-4174-6FCD-88EA-FF000002C0F4 .primary .sfexpandedListWrp h1 { display: none; }

.secondary { position: relative; z-index: 2; }

/*********** Header ************************************/
.header { padding: .4em 0; }
.header a { color: #6e6e6e; }
.header a.rmSelected, .header a:hover { color: #5a1b9f; }
.header .logo-container { margin: .35em 0; overflow: hidden; }
.header .logo { float: left; margin: 0 1em 0 0; width: 10em; }
.header .logo img { max-width: 100%; }
.header .hgroup { padding: .4em 0; }
.header h1 { font-size: 146.5%; margin: .15em 0; padding: 0; text-transform: none; letter-spacing: inherit; }
.header h3 { text-transform: uppercase; font-size: 77%; margin: 0; line-height: 1.1; }

.utility-nav { overflow: hidden; }
.utility-nav li { float: left; padding: .4em 0; }
.utility-nav a { padding: 0 .9em; cursor: pointer; }
.header .utility-nav { float: right; margin-bottom: .4em; }

.social-media-container { float: right; padding: .4em 0; }
.social-media-container ul { overflow: hidden; padding: 0; margin: 0; }
.social-media-container li { float: left; list-style: none; margin-left: .6em; }
.social-media-container li:first-child { margin-left: 0; }
.social-media-container a { font-size: 146.5%; width: 1.1em; height: 1.1em; padding: 0 .01em; line-height: 1.1; display: block; word-wrap: break-word; overflow: hidden; }
.social-media-container a.icon-flickr { padding: 0 .2em; font-size: 153.9%; }
.social-media-container a:before { margin-right: 1em; line-height: 1.1; }

/*********** CTIA Header ************************************/
.header .logo { width: 5.41em; }
.header .logo img { width: 119px; height: 52px; }
.header .utility-nav { font-size: 93.33333%; }
.header .utility-nav .search-btn { padding-right: 0; }
.header .search-container .sfsearchBox, .header .gsc-input { background: #e8e8e8; border: 0 none; }
.header .social-media-container { width: auto; }

.subheader { background: #FFF; }
.subheader .more { margin: 0 1em 0 0; }
.subheader .utility { margin: 1em 0 0.5em; text-align: right; }
.subheader .utility ul, .subheader .utility ul li { display: inline; }
.subheader .utility .icons [class*="icon"] { font-size: 1.5em; padding: 5px; border-radius: 50%; background: #5a1b9f; color: #FFF; }

.subhead-nav { margin: 1em 0 0.5em; }
.subhead-nav .RadTabStripTop_Sitefinity .rtsLink { text-transform: uppercase; font-size: 130%; color: #ccc; }
.subhead-nav .RadTabStripTop_Sitefinity .rtsLI .rtsSelected, .subhead-nav .RadTabStripTop_Sitefinity .rtsLI .rtsSelected * { background: none; }

.subhead-subnav { margin: 0 0 1em; font-size: 90%; }
.subhead-subnav a { padding: 0 1em; }

/*********** Main Nav ************************************/
.main-nav { position: relative; z-index: 3; clear: both; }
.main-nav a { cursor: pointer; display: block; position: relative; padding: .2em 3em .2em 1em; color: #5a1b9f; }
.main-nav a:hover { color: #823832; }
.main-nav a button { display: none; position: absolute; top: 0; right: 0; height: 100%; width: 12%; padding: 0; text-align: center; background: #e4e4e4; background: rgba(211, 210, 210, 0.6); color: white; border: none; font-weight: bold; font-size: 1.5em; cursor: pointer; }
.main-nav .RadSiteMap > ul { margin: 0 -1.6em 0 -.9em; position: relative; z-index: 10; }
.main-nav .RadSiteMap > ul > li { float: left; }
.main-nav .RadSiteMap > ul > li > a { font-size: 120%; color: #6e6e6e; padding: .4em .8em; text-decoration: none; text-transform: uppercase; }
.main-nav .RadSiteMap > ul > li > a:hover, .main-nav .RadSiteMap > ul > li:hover > a, .main-nav .RadSiteMap > ul > li > a.rmSelected, .main-nav .RadSiteMap > ul > li > a.rmExpanded { background: #f2f2f2; color: #5a1b9f; }
.main-nav .RadSiteMap > ul > li:hover > ul { display: block; }
.main-nav .RadSiteMap > ul > li > ul { width: 20em; display: none; position: absolute; z-index: 2; background: #f2f2f2; padding: 1.2em .6em 1.4em; }
.main-nav .RadSiteMap > ul > li > ul > ul { float: left; }
.main-nav .RadSiteMap > ul > li > ul > ul > li > a { font-weight: bold; }

/*********** CTIA Main Nav ************************************/
.main-nav { margin-top: .28em; background: white; }
.main-nav a { padding: .4em 0; }
.main-nav .mega-content-wrap img { margin-right: 1em; max-width: 100%; }
.main-nav .mega-content-wrap h2 { font-size: 133.33%; color: #434343; }
.main-nav .mega-content-wrap h4 { text-transform: uppercase; color: #434343; }
.main-nav .mega-content-wrap .more { clear: none; }
.main-nav .RadSiteMap > ul { margin: 0 -4em 0 -2.7em; }
.main-nav .RadSiteMap > ul > li { font-size: 133.33333%; letter-spacing: -.05em; padding: 0 1.2%; }
.main-nav .RadSiteMap > ul > li > a { padding: .4em 1.4em; font-size: 90%; line-height: 1.25; }
.main-nav .RadSiteMap > ul > li.p-25A18F9C-4174-6FCD-88EA-FF000002C0F4.rtSelected > a, .main-nav .RadSiteMap > ul > li.p-25A18F9C-4174-6FCD-88EA-FF000002C0F4:hover > a, .main-nav .RadSiteMap > ul > li.p-25A18F9C-4174-6FCD-88EA-FF000002C0F4 a:hover, .main-nav .RadSiteMap > ul > li.p-25A18F9C-4174-6FCD-88EA-FF000002C0F4 > ul > li > a, .main-nav .RadSiteMap > ul > li.p-25A18F9C-4174-6FCD-88EA-FF000002C0F4 .mega-content-wrap a { color: #154e8f; }
.main-nav .RadSiteMap > ul > li.p-25A18F9C-4174-6FCD-88EA-FF000002C0F4 > ul > li > a:hover { color: #434343; }
.main-nav .RadSiteMap > ul > li.p-0EA18F9C-4174-6FCD-88EA-FF000002C0F4.rtSelected > a, .main-nav .RadSiteMap > ul > li.p-0EA18F9C-4174-6FCD-88EA-FF000002C0F4:hover > a, .main-nav .RadSiteMap > ul > li.p-0EA18F9C-4174-6FCD-88EA-FF000002C0F4 a:hover, .main-nav .RadSiteMap > ul > li.p-0EA18F9C-4174-6FCD-88EA-FF000002C0F4 > ul > li > a, .main-nav .RadSiteMap > ul > li.p-0EA18F9C-4174-6FCD-88EA-FF000002C0F4 .mega-content-wrap a { color: #158f7a; }
.main-nav .RadSiteMap > ul > li.p-0EA18F9C-4174-6FCD-88EA-FF000002C0F4 > ul > li > a:hover { color: #434343; }
.main-nav .RadSiteMap > ul > li.p-4020909C-4174-6FCD-88EA-FF000002C0F4.rtSelected > a, .main-nav .RadSiteMap > ul > li.p-4020909C-4174-6FCD-88EA-FF000002C0F4:hover > a, .main-nav .RadSiteMap > ul > li.p-4020909C-4174-6FCD-88EA-FF000002C0F4 a:hover, .main-nav .RadSiteMap > ul > li.p-4020909C-4174-6FCD-88EA-FF000002C0F4 > ul > li > a, .main-nav .RadSiteMap > ul > li.p-4020909C-4174-6FCD-88EA-FF000002C0F4 .mega-content-wrap a { color: #899414; }
.main-nav .RadSiteMap > ul > li.p-4020909C-4174-6FCD-88EA-FF000002C0F4 > ul > li > a:hover { color: #434343; }
.main-nav .RadSiteMap > ul > li.p-4020909C-4174-6FCD-88EA-FF000002C0F4 .mega-content-wrap { background: white; width: 34.5%; padding: 1%; margin-top: 1%; }
.main-nav .RadSiteMap > ul > li.p-4020909C-4174-6FCD-88EA-FF000002C0F4 > ul { width: 63%; left: 12%; }
.main-nav .RadSiteMap > ul > li.p-4020909C-4174-6FCD-88EA-FF000002C0F4 > ul > li { width: 29%; }
.main-nav .RadSiteMap > ul > li.p-E123909C-4174-6FCD-88EA-FF000002C0F4.rtSelected > a, .main-nav .RadSiteMap > ul > li.p-E123909C-4174-6FCD-88EA-FF000002C0F4:hover > a, .main-nav .RadSiteMap > ul > li.p-E123909C-4174-6FCD-88EA-FF000002C0F4 a:hover, .main-nav .RadSiteMap > ul > li.p-E123909C-4174-6FCD-88EA-FF000002C0F4 > ul > li > a, .main-nav .RadSiteMap > ul > li.p-E123909C-4174-6FCD-88EA-FF000002C0F4 .mega-content-wrap a { color: #cd7206; }
.main-nav .RadSiteMap > ul > li.p-E123909C-4174-6FCD-88EA-FF000002C0F4 > ul > li > a:hover { color: #434343; }
.main-nav .RadSiteMap > ul > li.p-E123909C-4174-6FCD-88EA-FF000002C0F4 .mega-content-wrap { width: 100%; }
.main-nav .RadSiteMap > ul > li.p-E123909C-4174-6FCD-88EA-FF000002C0F4 .mega-content-wrap li { float: left; width: 45%; margin-left: 6%; }
.main-nav .RadSiteMap > ul > li.p-E123909C-4174-6FCD-88EA-FF000002C0F4 .mega-content-wrap li:first-child { margin: 0; }
.main-nav .RadSiteMap > ul > li.p-E123909C-4174-6FCD-88EA-FF000002C0F4 .mega-content-wrap li img { margin-top: 2%; }
.main-nav .RadSiteMap > ul > li.p-E123909C-4174-6FCD-88EA-FF000002C0F4 > ul { width: 50%; left: auto; right: 5%; }
.main-nav .RadSiteMap > ul > li.p-E123909C-4174-6FCD-88EA-FF000002C0F4 > ul .mega-content li { width: 100%; }
.main-nav .RadSiteMap > ul > li.p-0EA18F9C-4174-6FCD-88EA-FF000002C0F4 > ul, .main-nav .RadSiteMap > ul > li.p-0FA18F9C-4174-6FCD-88EA-FF000002C0F4 > ul, .main-nav .RadSiteMap > ul > li.p-A7A08F9C-4174-6FCD-88EA-FF000002C0F4 > ul { width: 17em; left: inherit; margin: 0 -2.1%; }
.main-nav .RadSiteMap > ul > li.p-0EA18F9C-4174-6FCD-88EA-FF000002C0F4 > ul > li, .main-nav .RadSiteMap > ul > li.p-0FA18F9C-4174-6FCD-88EA-FF000002C0F4 > ul > li, .main-nav .RadSiteMap > ul > li.p-A7A08F9C-4174-6FCD-88EA-FF000002C0F4 > ul > li { float: none; width: auto; margin: 0; }
.main-nav .RadSiteMap > ul > li.p-0FA18F9C-4174-6FCD-88EA-FF000002C0F4.rtSelected > a, .main-nav .RadSiteMap > ul > li.p-0FA18F9C-4174-6FCD-88EA-FF000002C0F4:hover > a, .main-nav .RadSiteMap > ul > li.p-0FA18F9C-4174-6FCD-88EA-FF000002C0F4 a:hover, .main-nav .RadSiteMap > ul > li.p-0FA18F9C-4174-6FCD-88EA-FF000002C0F4 > ul > li > a, .main-nav .RadSiteMap > ul > li.p-0FA18F9C-4174-6FCD-88EA-FF000002C0F4 .mega-content-wrap a { color: #823832; }
.main-nav .RadSiteMap > ul > li.p-0FA18F9C-4174-6FCD-88EA-FF000002C0F4 > ul > li > a:hover { color: #434343; }
.main-nav .RadSiteMap > ul > li.p-A7A08F9C-4174-6FCD-88EA-FF000002C0F4.rtSelected > a, .main-nav .RadSiteMap > ul > li.p-A7A08F9C-4174-6FCD-88EA-FF000002C0F4:hover > a, .main-nav .RadSiteMap > ul > li.p-A7A08F9C-4174-6FCD-88EA-FF000002C0F4 a:hover, .main-nav .RadSiteMap > ul > li.p-A7A08F9C-4174-6FCD-88EA-FF000002C0F4 > ul > li > a, .main-nav .RadSiteMap > ul > li.p-A7A08F9C-4174-6FCD-88EA-FF000002C0F4 .mega-content-wrap a { color: #5a1b9f; }
.main-nav .RadSiteMap > ul > li.p-A7A08F9C-4174-6FCD-88EA-FF000002C0F4 > ul > li > a:hover { color: #434343; }
.main-nav .RadSiteMap > ul > li.rmLast > ul { right: 0; margin: 0; }
.main-nav .RadSiteMap > ul > li > ul { width: 92.4%; left: 0; padding: .8em 4.2% 2.4em; margin: 0 -.9%; font-size: 60%; letter-spacing: 0; }
.main-nav .RadSiteMap > ul > li > ul > li { float: left; width: 15%; margin-left: 6%; }
.main-nav .RadSiteMap > ul > li > ul > li:first-child { margin: 0; }
.main-nav .RadSiteMap > ul > li > ul > li > a { font-size: 133.33%; }
.main-nav .RadSiteMap > ul > li > ul > li li a { color: #434343; }
.main-nav .RadSiteMap > ul > li > ul > li li ul { margin-left: 1.5em; }
.main-nav .RadSiteMap > ul > li > ul > li.mega-content-wrap { width: 38%; }

.mega-menu-list { display: none; }

/*********** Branding Area ************************************/
.bannerwrap { position: relative; z-index: 1; }

#branding { padding-top: 67.1667%; }
#branding .fluid-width-video-wrapper { position: static; }
#branding .embedded-video { position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: 10; }
#branding .content-wrap { position: relative; height: 100%; z-index: 11; }
#branding .inner { max-width: 1200px; padding: 0; position: relative; height: 100%; }
#branding .slide-content { padding: 2% 4.1%; width: 91.8%; left: 0; box-sizing: inherit; background: rgba(255, 255, 255, 0.3); }
#branding .slide-content * { color: #434343; }
#branding .slide-content.dark { background: rgba(0, 0, 0, 0.3); }
#branding .slide-content.dark * { color: white; }
#branding .slide-content .sfitemTitle { font-size: 400%; line-height: 1.1; }
#branding .slide-content p { line-height: 1.5; }

.slide-thumbnails { background: none; position: relative; z-index: 99; margin-top: -3.6em; padding: 0; }
.slide-thumbnails > div { width: 93.6% !important; float: right; margin-right: 6.4%; text-align: right; overflow: hidden; }
.slide-thumbnails > div img { height: 28px; width: auto; border: 0.4em solid white; opacity: 1; margin-left: 1.2em; box-sizing: inherit; }
.slide-thumbnails > div img.current { margin-bottom: 1.1em; outline: none; }

.subbanner { background-color: #154e8f; color: white; }
.subbanner .section-title { font-size: 560%; line-height: 1.65; }
.subbanner .section-title a { color: white; cursor: pointer; }

/*********** CTIA Branding Area ************************************/
.bannerwrap { margin-top: -2.7em; }

#branding { overflow: visible; padding-top: 46.875%; }
#branding .slides-container { overflow: hidden; }
#branding .embedded-video { height: 0; padding-top: 75.339%; }
#branding .embedded-video iframe { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
#branding .slide-content { text-align: center; bottom: inherit; top: 31%; background: none !important; }
#branding .slide-content * { color: white; }
#branding .slide-content.black * { color: black; }
#branding .slide-content.black .sfitemTitle, #branding .slide-content.black .content { color: black; }
#branding .slide-content.blue .sfitemTitle, #branding .slide-content.blue .content { color: #154e8f; }
#branding .slide-content.teal .sfitemTitle, #branding .slide-content.teal .content { color: #158f7a; }
#branding .slide-content.green .sfitemTitle, #branding .slide-content.green .content { color: #899414; }
#branding .slide-content.orange .sfitemTitle, #branding .slide-content.orange .content { color: #cd7206; }
#branding .slide-content.red .sfitemTitle, #branding .slide-content.red .content { color: #823832; }
#branding .slide-content.purple .sfitemTitle, #branding .slide-content.purple .content { color: #5a1b9f; }
#branding .slide-content.very-light-grey .sfitemTitle, #branding .slide-content.very-light-grey .content { color: #f2f2f2; }
#branding .slide-content.light-grey .sfitemTitle, #branding .slide-content.light-grey .content { color: #a8a8a8; }
#branding .slide-content.medium-grey .sfitemTitle, #branding .slide-content.medium-grey .content { color: #6e6e6e; }
#branding .slide-content.dark-grey .sfitemTitle, #branding .slide-content.dark-grey .content { color: #434343; }
#branding .slide-content .sfitemTitle { font-size: 546.66667%; text-transform: uppercase; line-height: .8; }
#branding .slide-content .content { font-size: 173.33333%; text-transform: uppercase; }
#branding .slide-box { display: inline-block; width: 23%; margin: 7% 4% 0; vertical-align: top; }
#branding .slide-box > * { color: white; }
#branding .slide-box, #branding .slide-box h3 { background: rgba(10, 23, 64, 0.4); }
html.lt-ie9 #branding .slide-box, html.lt-ie9 #branding .slide-box h3 { background: #000; }
#branding .slide-box h3 { text-transform: uppercase; font-size: 80%; margin: 0; padding: .7em; cursor: pointer; }
#branding .slide-box .icon-wide-arrow-down { font-size: 200%; display: block; margin: 0 0 -1.07em; color: #d3d2d2; opacity: 87%; }
#branding .slide-box .box-content { text-align: left; padding: .3em .9em .8em; font-size: 100%; line-height: 1.25; display: none; }
#branding .prev, #branding .next { top: 1.2em; left: 0; bottom: inherit; right: inherit; background: none; color: white; opacity: 1; font-size: 250%; padding: 0; width: 100%; text-align: center; }
#branding .next { top: inherit; bottom: 0; }
#branding .slide-indicators { margin: 0 2.6% 0 0; overflow: hidden; }
html.lt-ie9 #branding .slide-indicators { top: 43%; }
html.lt-ie9 #branding .slide-indicators li span { display: none; }
#branding .slide-indicators li { float: none; margin: 0; }
#branding .slide-indicators li a { background: none; border: 1px solid white; font-size: .6em; margin: 1em 0; outline: 0 none; }
html.ie9 #branding .slide-indicators li a { background: rgba(255, 255, 255, 0.1); }
html.lt-ie9 #branding .slide-indicators li a { background: #777; }
#branding .slide-indicators li.current a, html.ie9 #branding .slide-indicators li.current a, html.lt-ie9 #branding .slide-indicators li.current a { background: white; }
#branding .slide-indicators .before, #branding .slide-indicators .after { background: url(../Images/slide-indicators-bkgd.png) repeat-y center center; display: block; }

.subbanner { margin-top: -2.7em; background: #5a1b9f url(../Images/subbanners/about.jpg) no-repeat center center; }
.subbanner .section-title { clear: both; font-size: 620%; text-transform: uppercase; line-height: 1.18; padding-top: .1em; }
.p-25A18F9C-4174-6FCD-88EA-FF000002C0F4 .subbanner { background-color: #154e8f; background-image: url(../Images/subbanners/policy.jpg); }
.p-0EA18F9C-4174-6FCD-88EA-FF000002C0F4 .subbanner { background-color: #158f7a; background-image: url(../Images/subbanners/resource.jpg); }
.p-4020909C-4174-6FCD-88EA-FF000002C0F4 .subbanner { background-color: #899414; background-image: url(../Images/subbanners/yourwirelesslife.jpg); }
.p-E123909C-4174-6FCD-88EA-FF000002C0F4 .subbanner { background-color: #cd7206; background-image: url(../Images/subbanners/CTIAshows.jpg); }
.p-0FA18F9C-4174-6FCD-88EA-FF000002C0F4 .subbanner { background-color: #823832; background-image: url(../Images/subbanners/becomeamember.jpg); }
.p-A7A08F9C-4174-6FCD-88EA-FF000002C0F4 .subbanner { background-color: #5a1b9f; background-image: url(../Images/subbanners/about.jpg); }

/*********** Sidebar ************************************/
/*********** CTIA Sidebar ************************************/
.tertiary h1 { color: #6e6e6e; }
.tertiary h2 { line-height: 1.4; font-size: 120%; }
.tertiary li { padding: .5em 0; }
.tertiary .sfadsList li + li { margin-top: 2em; }
.tertiary p { margin: 1em 0; font-size: 93.33333%; }
.tertiary .sfContentBlock p { font-size: 120%; }
.tertiary .more { color: #a8a8a8; }
.tertiary .blue, .tertiary .blue h2 a, .tertiary .blue .more:hover { color: #154e8f; }
.tertiary .blue h1 { border-color: #154e8f; }
.tertiary .blue .resource-results .type-label { background: #154e8f; }
.tertiary .teal, .tertiary .teal h2 a, .tertiary .teal .more:hover { color: #158f7a; }
.tertiary .teal h1 { border-color: #158f7a; }
.tertiary .teal .resource-results .type-label { background: #158f7a; }
.tertiary .green, .tertiary .green h2 a, .tertiary .green .more:hover { color: #899414; }
.tertiary .green h1 { border-color: #899414; }
.tertiary .green .resource-results .type-label { background: #899414; }
.tertiary .orange, .tertiary .orange h2 a, .tertiary .orange .more:hover { color: #cd7206; }
.tertiary .orange h1 { border-color: #cd7206; }
.tertiary .orange .resource-results .type-label { background: #cd7206; }
.tertiary .red, .tertiary .red h2 a, .tertiary .red .more:hover { color: #823832; }
.tertiary .red h1 { border-color: #823832; }
.tertiary .red .resource-results .type-label { background: #823832; }
.tertiary .purple, .tertiary .purple h2 a, .tertiary .purple .more:hover { color: #5a1b9f; }
.tertiary .purple h1 { border-color: #5a1b9f; }
.tertiary .purple .resource-results .type-label { background: #5a1b9f; }

/*********** Side Navigation ************************************/
.side-nav { display: block; }
.side-nav h2 { font-size: 353.33333%; font-weight: normal; color: #6e6e6e; line-height: 1; margin: 0 0 .3em; clear: both; border-color: #158f7a; border: 0 none !important; color: #434343; margin-top: 1.7em !important; }
.p-07988F9C-4174-6FCD-88EA-FF000002C0F4 .main .side-nav h2, .p-7D6D909C-4174-6FCD-88EA-FF000002C0F4 .main .side-nav h2, .secondary .side-nav h2, .tertiary .side-nav h2 { border-width: 0 0 2px; border-style: solid; font-size: 106.66667%; padding: .4em 0; margin: 0; text-transform: uppercase; line-height: 1.1; color: #6e6e6e; }
.side-nav h2 a { color: #6e6e6e; }
.side-nav h2 a:hover { color: #154e8f; }
.side-nav h2 + ul { margin-top: .3em; }
.side-nav ul { padding: 0; margin: .6em 0; list-style: none; }
.side-nav li { margin: .1em -1.1em; position: relative; }
.side-nav li ul { margin: 0 0 .1em; }
.side-nav li ul li { margin: .1em 0; }
.side-nav li ul a { padding-left: 3em; }
.side-nav li ul ul a { padding-left: 4.7em; }
.side-nav a { display: block; color: #434343; padding: .3em 1.2em .3em 1.3em; position: relative; font-size: 86.66667%; line-height: 1.28; z-index: 2; }
.side-nav a:hover { text-decoration: none !important; background: #f2f2f2; }
.side-nav .rtPlus, .side-nav .rtMinus { position: absolute; top: 20%; right: .3em; z-index: 3; width: 10px; height: 10px; padding: 2px; background-image: url(../Images/arrows-sprite.png); background-repeat: no-repeat; cursor: pointer; }
.side-nav .rtPlus:hover, .side-nav .rtMinus:hover { background-color: #f2f2f2; }
.side-nav .rtPlus + a, .side-nav .rtMinus + a { padding-right: 1.6em; }
.side-nav .rtPlus { background-position: 2px 2px; }
.side-nav .rtPlus:hover { background-position: 2px -22px; }
.side-nav .rtMinus { background-position: 2px -10px; }
.side-nav .rtMinus:hover { background-position: 2px -34px; }
.side-nav .rtParent > a { color: #154e8f; }
.side-nav .rtHover, .side-nav .rtSelected { background: #f2f2f2; }
.side-nav .rtHover > .rtPlus, .side-nav .rtSelected > .rtPlus { background-position: 2px -22px; }
.side-nav .rtHover > .rtMinus, .side-nav .rtSelected > .rtMinus { background-position: 2px -34px; }

/*********** CTIA Side Navigation ************************************/
.p-25A18F9C-4174-6FCD-88EA-FF000002C0F4 .side-nav .rtParent > a { color: #154e8f; }
.p-0EA18F9C-4174-6FCD-88EA-FF000002C0F4 .side-nav .rtParent > a { color: #158f7a; }
.p-4020909C-4174-6FCD-88EA-FF000002C0F4 .side-nav .rtParent > a { color: #899414; }
.p-E123909C-4174-6FCD-88EA-FF000002C0F4 .side-nav .rtParent > a { color: #cd7206; }
.p-0FA18F9C-4174-6FCD-88EA-FF000002C0F4 .side-nav .rtParent > a { color: #823832; }
.p-A7A08F9C-4174-6FCD-88EA-FF000002C0F4 .side-nav .rtParent > a { color: #5a1b9f; }
.side-nav .rtPlus, .side-nav .rtMinus { display: none; }
body.p-99E38F9C-4174-6FCD-88EA-FF000002C0F4 .side-nav .rtUL { margin: 0.6em 0; }
body.p-99E38F9C-4174-6FCD-88EA-FF000002C0F4 .side-nav .rtSp { display: none; }
body.p-99E38F9C-4174-6FCD-88EA-FF000002C0F4 .side-nav .rtIn { border: none; padding: 4px 3px 3px !important; }

body.p-99E38F9C-4174-6FCD-88EA-FF000002C0F4 .primary .RadTreeView_Sitefinity a { color: #5a1b9f; }

/*********** Widgets and Modules ***********************/
.sftaxonCloud { overflow: hidden; }
.sftaxonCloud li { float: left; }
.sftaxonCloud li a { line-height: 1.3; display: block; margin-right: .4em; }
.sftaxonCloud .sfCloudSize6 { font-size: 123.1%; }
.sftaxonCloud .sfCloudSize5 { font-size: 108%; }
.sftaxonCloud .sfCloudSize4 { font-size: 93%; }
.sftaxonCloud .sfCloudSize3 { font-size: 85%; }
.sftaxonCloud .sfCloudSize2 { font-size: 77%; }
.sftaxonCloud .sfCloudSize1 { font-size: 69%; }
.sftaxonCloud .sfCloudSize1, .sftaxonCloud .sfCloudSize2, .sftaxonCloud .sfCloudSize3 { display: none; }

.sfitemsListAds { padding: 0; margin: 0; list-style: none; }
.sfitemsListAds li { margin: 0 0 20%; }

.sidebarScrollable { position: relative; overflow: hidden; width: 207px; height: 195px; margin: 0 auto; }
.sidebarScrollable .items { width: 20000em; position: absolute; clear: both; }
.sidebarScrollable .items > div { float: left; width: 207px; clear: none; }

.navi { text-align: center; margin: 1em 0; }
.navi a { display: inline-block; width: 10px; height: 10px; border: 1px solid #a8a8a8; background: #FFF; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; margin: 0 3px; cursor: pointer; }
.navi a.active { background: #a8a8a8; }

.search-container .sfsearchBox { margin: 0; padding: 0; float: right; }
.search-container input { float: left; background: none; border: 0 none; }
.search-container input[type="submit"] { background: none; border: 0 none; width: 1.8em; height: 1.7em; display: block; cursor: pointer; text-indent: -999em; position: relative; z-index: 2; padding: 0; margin: 0 0 0 -3em; float: right; }
.search-container input[type="submit"]:hover, .search-container input[type="submit"]:focus { background: url(../images/blank.png); }
.search-container .icon-search { height: 1em; display: block; float: right; padding: .3em; line-height: 1; margin-left: -3em; }
.search-container .icon-search:before { font-size: 116%; }
.header .search-container input[type="text"] { padding: .4em .4em .2em; width: 17em; }

.thumbnailWrap img { float: left; margin: 0 1em 1em 0; }
.thumbnailWrap .itemContent { overflow: auto; }

.videoPlaylistWrap .sf_2cols_2_25, .videoPlaylistSummaryWrap div { background: #f2f2f2; }

.videoPlaylistSummaryWrap { display: none; margin-bottom: 1.5em; font-size: 85%; }
.wide-page-template .videoPlaylistSummaryWrap { font-size: 100%; }
@media screen and (min-width: 1025px) { .videoPlaylistSummaryWrap { display: block; } }
.videoPlaylistSummaryWrap div { display: none; }

.videoPlaylistSummaryWrap div { padding: 1.5em; border-bottom: 1px solid #d3d2d2; }

.videoPlaylistWrap { overflow: hidden; position: relative; padding-bottom: 36%; margin-bottom: 0 !important; }
.videoPlaylistWrap .sf_colsOut { position: absolute; top: 0; bottom: 0; }
.videoPlaylistWrap .sf_colsOut .sf_colsIn { margin: 0; }
.videoPlaylistWrap .sf_2cols_1_75 { width: 65%; background: #000; left: 0; }
.videoPlaylistWrap .sf_2cols_2_25 { width: 35%; right: 0; bottom: -1px; overflow: auto; }
.videoPlaylistWrap .playlist > div > a { color: #434343; font-size: 75%; font-weight: bold; padding: 6% 9%; border-bottom: 1px solid #FFF; display: block; }
.videoPlaylistWrap .playlist > div > a.current, .videoPlaylistWrap .playlist > div > a:hover { text-decoration: none; background: #cccccc; }
.videoPlaylistWrap .playlistItem div { display: none; }

.video, .fluid-width-video-wrapper { margin-bottom: 1em; }
.video > span, .fluid-width-video-wrapper > span { display: inline !important; }

.paneWrap { margin: 1em auto 1.5em; }
.paneWrap, .paneWrap .pane { position: relative; overflow: hidden; }
.paneWrap .pane { display: none; width: 90%; padding: 0 5%; }
.paneWrap .active, .paneWrap .next, .paneWrap .prev, .paneWrap .nav [class*="icon"] { display: block; }
.paneWrap .next, .paneWrap .prev { position: absolute; top: 0; }
.paneWrap .next { left: 100%; }
.paneWrap .prev { left: -100%; }
.paneWrap .nav { display: block; cursor: pointer; position: absolute; top: 25%; }
@media screen and (min-width: 600px) { .paneWrap .nav { top: 3em; } }
.main .paneWrap .nav:hover { text-decoration: none; }
.paneWrap .nav.backward { left: -5px; }
.paneWrap .nav.forward { right: -5px; }
.paneWrap .nav span { font-size: 3em; display: none; }

.VideoThumbailFig { float: left; }
.VideoThumbailFig img { width: 100%; }
.VideoThumbailFig .figCaption { font-size: 80%; }
.VideoThumbailFig .figCaption > a, .VideoThumbailFig .figCaption > div { margin-bottom: 0.3em; }
.VideoThumbailFig .figCaption a { display: block; }
.fourAcross .VideoThumbailFig { width: 21%; margin: 0 2%; }
.VideoThumbailFig .sfTxtContent { display: none; }
@media screen and (min-width: 900px) { .VideoThumbailFig .sfTxtContent { display: block; } }

.paneWrap [id*="flickr"] .pane > a { width: 16%; height: 95px; float: left; margin: 0 2%; overflow: hidden; }

/*********** CTIA Widgets and Modules ***********************/
.tabs .industry-headlines:hover, .tabs .industry-headlines.current { color: #158f7a; }
.industry-headlines h1 { border-color: #158f7a; }
.industry-headlines h2 a, .industry-headlines .more:hover { color: #158f7a; }

.tabs .ctia-news:hover, .tabs .ctia-news.current { color: #cd7206; }
.ctia-news h1 { border-color: #cd7206; }
.ctia-news h2 a, .ctia-news .more:hover { color: #cd7206; }

.facts-stats .summary { font-size: 106.66667%; }
.p-07988F9C-4174-6FCD-88EA-FF000002C0F4 .facts-stats h1, .p-7D6D909C-4174-6FCD-88EA-FF000002C0F4 .facts-stats h1 { border-color: #154e8f; }
.p-07988F9C-4174-6FCD-88EA-FF000002C0F4 .facts-stats .more:hover, .p-7D6D909C-4174-6FCD-88EA-FF000002C0F4 .facts-stats .more:hover { color: #154e8f; }

.blog-social h2 a, .blog-social .tabs .current, .blog-social .tabs a:hover, .blog-social .more:hover { color: #5a1b9f; }
.p-07988F9C-4174-6FCD-88EA-FF000002C0F4 .main .blog-social .tabs li, .p-7D6D909C-4174-6FCD-88EA-FF000002C0F4 .main .blog-social .tabs li { border-color: #5a1b9f; }

.resource-search { background: #f2f2f2; }
.resource-search h1 { text-transform: none; color: #154e8f; border: 0 none; font-size: 133.33333%; }
.resource-search .search-container { background: white; overflow: hidden; }
.resource-search input[type="text"] { padding: .5em .55em .45em; width: 12.1em; margin: 0 -2em 0 0; }
.resource-search input[type="submit"] { height: 2.2em; background: url(../images/blank.png); }
.resource-search .icon-search { font-size: 93.33333%; padding: .6em .3em; }

.facebook-widget h1, .p-07988F9C-4174-6FCD-88EA-FF000002C0F4 .facebook-widget h1 { float: left; border: 0 none; font-size: 226.66667%; color: #5a1b9f; padding: 0; }
.facebook-widget .icon-facebook { color: #a8a8a8; font-size: 80%; }
.facebook-widget .fb-like { float: right; padding: .4em 0; }
.facebook-widget ul { clear: both; margin: 0; padding: 0; list-style: none; }
.facebook-widget p { margin: 0 0 .4em; font-size: 120%; }
.facebook-widget p.fb-date { font-size: 86.66667%; text-transform: uppercase; }
.facebook-widget a { color: #5a1b9f !important; }
.facebook-widget .fb-link-box { background: #f2f2f2; border: 1px solid #d3d2d2; overflow: hidden; }
.facebook-widget .fb-link-box img { float: left; width: 50%; }
.facebook-widget .fb-link-box h4 { margin: 2% 4%; font-size: 73.33333%; line-height: 1.3; }
.facebook-widget .fb-link-box img + h4 { width: 42%; float: right; }

/*********** Tabs ***********************/
.tabs { padding-bottom: .8em; }
.tabs ul { padding: 0; margin: 0; display: table; width: 100%; }
.tabs li { font-size: 353.33333%; font-weight: normal; color: #6e6e6e; line-height: 1; margin: 0 0 .3em; clear: both; border-color: #158f7a; list-style: none; display: table-cell; text-align: center; }
.p-07988F9C-4174-6FCD-88EA-FF000002C0F4 .main .tabs li, .p-7D6D909C-4174-6FCD-88EA-FF000002C0F4 .main .tabs li, .secondary .tabs li, .tertiary .tabs li { border-width: 0 0 2px; border-style: solid; font-size: 106.66667%; padding: .4em 0; margin: 0; text-transform: uppercase; line-height: 1.1; color: #6e6e6e; }
.tabs li a { color: #6e6e6e; }
.tabs li a:hover { color: #154e8f; }
.tabs li:first-child { text-align: left; }
.tabs li:last-child { text-align: right; }
.tabs a { display: inline-block; position: relative; outline: none; }
.tabs a:hover { text-decoration: none; }
.tabs .icon-plain-arrow-down { width: 100%; text-align: center; position: absolute; bottom: -26px; font-size: 167%; display: none; }
.tabs .current { color: #158f7a; cursor: default; }
.tabs .current .icon-plain-arrow-down { display: block; }

/*! jQuery UI - v1.10.3 - 2013-08-05
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.datepicker.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2013 jQuery Foundation and other contributors Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }

.ui-helper-hidden-accessible { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }

.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; border-collapse: collapse; }

.ui-helper-clearfix:after { clear: both; }

.ui-helper-clearfix { min-height: 0; /* support: IE7 */ }

.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter: Alpha(Opacity=0); }

.ui-front { z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }

/* Misc visuals
----------------------------------*/
#ui-datepicker-div { font-size: 90%; }

/* Overlays */
.ui-widget-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; }

.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }

.ui-datepicker .ui-datepicker-header { position: relative; padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position: absolute; top: 2px; width: 1.8em; height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }

.ui-datepicker .ui-datepicker-prev { left: 2px; }

.ui-datepicker .ui-datepicker-next { right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover { left: 1px; }

.ui-datepicker .ui-datepicker-next-hover { right: 1px; }

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px; }

.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }

.ui-datepicker .ui-datepicker-title select { font-size: 1em; margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month-year { width: 100%; }

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year { width: 49%; }

.ui-datepicker table { width: 100%; font-size: .9em; border-collapse: collapse; margin: 0 0 .4em; }

.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0; }

.ui-datepicker td { border: 0; padding: 1px; }

.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding: 0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width: auto; overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width: auto; }

.ui-datepicker-multi .ui-datepicker-group { float: left; }

.ui-datepicker-multi .ui-datepicker-group table { width: 95%; margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group { width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group { width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group { width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane { clear: left; }

.ui-datepicker-row-break { clear: both; width: 100%; font-size: 0; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }

.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane { clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group { float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width: 0; border-left-width: 1px; }

/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }

.ui-widget .ui-widget { font-size: 1em; }

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }

.ui-widget-content { border: 1px solid #aaaaaa; background: white url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }

.ui-widget-content a { color: #222222; }

.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }

.ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; }

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999; background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited { color: #212121; text-decoration: none; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: white url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight { border: 1px solid #fcefa1; background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; }

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a { color: #363636; }

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error { border: 1px solid #cd0a0a; background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary { opacity: .7; filter: Alpha(Opacity=70); font-weight: normal; }

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter: Alpha(Opacity=35); background-image: none; }

.ui-state-disabled .ui-icon { filter: Alpha(Opacity=35); /* For IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon { width: 16px; height: 16px; }

.ui-icon, .ui-widget-content .ui-icon { background-image: url(images/ui-icons_222222_256x240.png); }

.ui-widget-header .ui-icon { background-image: url(images/ui-icons_222222_256x240.png); }

.ui-state-default .ui-icon { background-image: url(images/ui-icons_888888_256x240.png); }

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon { background-image: url(images/ui-icons_454545_256x240.png); }

.ui-state-active .ui-icon { background-image: url(images/ui-icons_454545_256x240.png); }

.ui-state-highlight .ui-icon { background-image: url(images/ui-icons_2e83ff_256x240.png); }

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon { background-image: url(images/ui-icons_cd0a0a_256x240.png); }

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }

.ui-icon-carat-1-n { background-position: 0 0; }

.ui-icon-carat-1-ne { background-position: -16px 0; }

.ui-icon-carat-1-e { background-position: -32px 0; }

.ui-icon-carat-1-se { background-position: -48px 0; }

.ui-icon-carat-1-s { background-position: -64px 0; }

.ui-icon-carat-1-sw { background-position: -80px 0; }

.ui-icon-carat-1-w { background-position: -96px 0; }

.ui-icon-carat-1-nw { background-position: -112px 0; }

.ui-icon-carat-2-n-s { background-position: -128px 0; }

.ui-icon-carat-2-e-w { background-position: -144px 0; }

.ui-icon-triangle-1-n { background-position: 0 -16px; }

.ui-icon-triangle-1-ne { background-position: -16px -16px; }

.ui-icon-triangle-1-e { background-position: -32px -16px; }

.ui-icon-triangle-1-se { background-position: -48px -16px; }

.ui-icon-triangle-1-s { background-position: -64px -16px; }

.ui-icon-triangle-1-sw { background-position: -80px -16px; }

.ui-icon-triangle-1-w { background-position: -96px -16px; }

.ui-icon-triangle-1-nw { background-position: -112px -16px; }

.ui-icon-triangle-2-n-s { background-position: -128px -16px; }

.ui-icon-triangle-2-e-w { background-position: -144px -16px; }

.ui-icon-arrow-1-n { background-position: 0 -32px; }

.ui-icon-arrow-1-ne { background-position: -16px -32px; }

.ui-icon-arrow-1-e { background-position: -32px -32px; }

.ui-icon-arrow-1-se { background-position: -48px -32px; }

.ui-icon-arrow-1-s { background-position: -64px -32px; }

.ui-icon-arrow-1-sw { background-position: -80px -32px; }

.ui-icon-arrow-1-w { background-position: -96px -32px; }

.ui-icon-arrow-1-nw { background-position: -112px -32px; }

.ui-icon-arrow-2-n-s { background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }

.ui-icon-arrow-2-e-w { background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }

.ui-icon-arrowstop-1-n { background-position: -192px -32px; }

.ui-icon-arrowstop-1-e { background-position: -208px -32px; }

.ui-icon-arrowstop-1-s { background-position: -224px -32px; }

.ui-icon-arrowstop-1-w { background-position: -240px -32px; }

.ui-icon-arrowthick-1-n { background-position: 0 -48px; }

.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }

.ui-icon-arrowthick-1-e { background-position: -32px -48px; }

.ui-icon-arrowthick-1-se { background-position: -48px -48px; }

.ui-icon-arrowthick-1-s { background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }

.ui-icon-arrowthick-1-w { background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }

.ui-icon-arrow-4 { background-position: 0 -80px; }

.ui-icon-arrow-4-diag { background-position: -16px -80px; }

.ui-icon-extlink { background-position: -32px -80px; }

.ui-icon-newwin { background-position: -48px -80px; }

.ui-icon-refresh { background-position: -64px -80px; }

.ui-icon-shuffle { background-position: -80px -80px; }

.ui-icon-transfer-e-w { background-position: -96px -80px; }

.ui-icon-transferthick-e-w { background-position: -112px -80px; }

.ui-icon-folder-collapsed { background-position: 0 -96px; }

.ui-icon-folder-open { background-position: -16px -96px; }

.ui-icon-document { background-position: -32px -96px; }

.ui-icon-document-b { background-position: -48px -96px; }

.ui-icon-note { background-position: -64px -96px; }

.ui-icon-mail-closed { background-position: -80px -96px; }

.ui-icon-mail-open { background-position: -96px -96px; }

.ui-icon-suitcase { background-position: -112px -96px; }

.ui-icon-comment { background-position: -128px -96px; }

.ui-icon-person { background-position: -144px -96px; }

.ui-icon-print { background-position: -160px -96px; }

.ui-icon-trash { background-position: -176px -96px; }

.ui-icon-locked { background-position: -192px -96px; }

.ui-icon-unlocked { background-position: -208px -96px; }

.ui-icon-bookmark { background-position: -224px -96px; }

.ui-icon-tag { background-position: -240px -96px; }

.ui-icon-home { background-position: 0 -112px; }

.ui-icon-flag { background-position: -16px -112px; }

.ui-icon-calendar { background-position: -32px -112px; }

.ui-icon-cart { background-position: -48px -112px; }

.ui-icon-pencil { background-position: -64px -112px; }

.ui-icon-clock { background-position: -80px -112px; }

.ui-icon-disk { background-position: -96px -112px; }

.ui-icon-calculator { background-position: -112px -112px; }

.ui-icon-zoomin { background-position: -128px -112px; }

.ui-icon-zoomout { background-position: -144px -112px; }

.ui-icon-search { background-position: -160px -112px; }

.ui-icon-wrench { background-position: -176px -112px; }

.ui-icon-gear { background-position: -192px -112px; }

.ui-icon-heart { background-position: -208px -112px; }

.ui-icon-star { background-position: -224px -112px; }

.ui-icon-link { background-position: -240px -112px; }

.ui-icon-cancel { background-position: 0 -128px; }

.ui-icon-plus { background-position: -16px -128px; }

.ui-icon-plusthick { background-position: -32px -128px; }

.ui-icon-minus { background-position: -48px -128px; }

.ui-icon-minusthick { background-position: -64px -128px; }

.ui-icon-close { background-position: -80px -128px; }

.ui-icon-closethick { background-position: -96px -128px; }

.ui-icon-key { background-position: -112px -128px; }

.ui-icon-lightbulb { background-position: -128px -128px; }

.ui-icon-scissors { background-position: -144px -128px; }

.ui-icon-clipboard { background-position: -160px -128px; }

.ui-icon-copy { background-position: -176px -128px; }

.ui-icon-contact { background-position: -192px -128px; }

.ui-icon-image { background-position: -208px -128px; }

.ui-icon-video { background-position: -224px -128px; }

.ui-icon-script { background-position: -240px -128px; }

.ui-icon-alert { background-position: 0 -144px; }

.ui-icon-info { background-position: -16px -144px; }

.ui-icon-notice { background-position: -32px -144px; }

.ui-icon-help { background-position: -48px -144px; }

.ui-icon-check { background-position: -64px -144px; }

.ui-icon-bullet { background-position: -80px -144px; }

.ui-icon-radio-on { background-position: -96px -144px; }

.ui-icon-radio-off { background-position: -112px -144px; }

.ui-icon-pin-w { background-position: -128px -144px; }

.ui-icon-pin-s { background-position: -144px -144px; }

.ui-icon-play { background-position: 0 -160px; }

.ui-icon-pause { background-position: -16px -160px; }

.ui-icon-seek-next { background-position: -32px -160px; }

.ui-icon-seek-prev { background-position: -48px -160px; }

.ui-icon-seek-end { background-position: -64px -160px; }

.ui-icon-seek-start { background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }

.ui-icon-stop { background-position: -96px -160px; }

.ui-icon-eject { background-position: -112px -160px; }

.ui-icon-volume-off { background-position: -128px -160px; }

.ui-icon-volume-on { background-position: -144px -160px; }

.ui-icon-power { background-position: 0 -176px; }

.ui-icon-signal-diag { background-position: -16px -176px; }

.ui-icon-signal { background-position: -32px -176px; }

.ui-icon-battery-0 { background-position: -48px -176px; }

.ui-icon-battery-1 { background-position: -64px -176px; }

.ui-icon-battery-2 { background-position: -80px -176px; }

.ui-icon-battery-3 { background-position: -96px -176px; }

.ui-icon-circle-plus { background-position: 0 -192px; }

.ui-icon-circle-minus { background-position: -16px -192px; }

.ui-icon-circle-close { background-position: -32px -192px; }

.ui-icon-circle-triangle-e { background-position: -48px -192px; }

.ui-icon-circle-triangle-s { background-position: -64px -192px; }

.ui-icon-circle-triangle-w { background-position: -80px -192px; }

.ui-icon-circle-triangle-n { background-position: -96px -192px; }

.ui-icon-circle-arrow-e { background-position: -112px -192px; }

.ui-icon-circle-arrow-s { background-position: -128px -192px; }

.ui-icon-circle-arrow-w { background-position: -144px -192px; }

.ui-icon-circle-arrow-n { background-position: -160px -192px; }

.ui-icon-circle-zoomin { background-position: -176px -192px; }

.ui-icon-circle-zoomout { background-position: -192px -192px; }

.ui-icon-circle-check { background-position: -208px -192px; }

.ui-icon-circlesmall-plus { background-position: 0 -208px; }

.ui-icon-circlesmall-minus { background-position: -16px -208px; }

.ui-icon-circlesmall-close { background-position: -32px -208px; }

.ui-icon-squaresmall-plus { background-position: -48px -208px; }

.ui-icon-squaresmall-minus { background-position: -64px -208px; }

.ui-icon-squaresmall-close { background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }

.ui-icon-grip-solid-vertical { background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }

.ui-icon-grip-diagonal-se { background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { border-top-left-radius: 4px; }

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { border-top-right-radius: 4px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { border-bottom-left-radius: 4px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { border-bottom-right-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .3; filter: Alpha(Opacity=30); }

.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .3; filter: Alpha(Opacity=30); border-radius: 8px; }

/* News & events widgets */
.sfnewsList, .sfpostsList, .sfeventsList, .sflistList, .sfitemsList { margin: 0; padding: 0; }

.sfnewsListItem, .sfpostListItem, .sfeventListItem, .sflistListItem, .sfitem { list-style: none; clear: both; overflow: hidden; }
.sfnewsListItem ul, .sfpostListItem ul, .sfeventListItem ul, .sflistListItem ul, .sfitem ul { list-style: disc; }
.sfnewsListItem ul ul, .sfpostListItem ul ul, .sfeventListItem ul ul, .sflistListItem ul ul, .sfitem ul ul { list-style: circle; }
.sfnewsListItem ul ul ul, .sfpostListItem ul ul ul, .sfeventListItem ul ul ul, .sflistListItem ul ul ul, .sfitem ul ul ul { list-style: square; }

.sflistItemDetails .sflistItemContent { clear: both; }

.publications.contractor-resources .scrollable .sflistItemTitle { display: table; }

.sfexpandableListWrp { margin-bottom: 1.2em; }
.sfexpandableListWrp .sflistExpandAllLnkWrp { float: right; padding: .4em 0; }
.sfexpandableListWrp .sflistListItem { border-bottom: 1px solid #d3d2d2; padding-bottom: 1em; }

.pane .sfeventListItem { margin-top: 0; }
.featured .sfeventListItem { margin: 2.4em 0 1.2em; }
.featured .sfeventListItem:first-child { margin-top: 1.2em; }
.featured .sfeventListItem .sfeventLocation { color: #154e8f; font-weight: 600; }
.sfeventListItem .sfeventMetaInfo, .sfeventListItem .sfeventLocation, .sfeventListItem .sfeventContent { margin: .2em 0; }
.primary .pane .sfeventListItem .sfeventMetaInfo, .primary .pane .sfeventListItem .sfeventLocation, .primary .pane .sfeventListItem .sfeventContent { margin-left: 4.2em; }
.primary .pane .sfeventListItem .more { margin-left: 4.2em; }
.sfeventListItem p { margin: 0; }

.blog-list li { margin-top: 0; }

.sfeventDetails .sfeventContent { margin-bottom: 1.2em; }

.sfpostAuthor, .sfpostDate, .sfpostAuthorAndDate, .sfnewsAuthor, .sfnewsDate, .sfnewsAuthorAndDate, .sfnewsMetaInfo, .sfeventMetaInfo, .sfitemPublicationDate { color: #a8a8a8; text-transform: uppercase; font-size: 86.66667%; }

.primary { /* Post detail page */ /* Sitefinity comments */ }
.primary .sfpostDetails h1, .primary .sfnewsDetails h1 { margin-bottom: .2em; }
.primary .sfpostContent, .primary .sfnewsContent { border-top: 1px solid #d3d2d2; margin-top: 1em; padding-top: 1.2em; }
.primary .share-comment { margin: 1.2em 0; }
.primary .share-comment .st_sharethis_hcount { margin-top: .8em; display: inline-block; }
.primary .share-comment .st_sharethis_hcount .stArrow { display: none; }
.primary .share-comment .sfpostCommentsCount { display: inline-block; background: url(../Images/sprite.png) no-repeat -221px -59px; padding: 2px 0 2px 26px; font-size: 93%; margin-top: .8em; }
.primary .sfpostCategoriesAndTagsWrp { background: #154e8f; padding: .8em 1.2em; border-top: 3px solid #d3d2d2; border-bottom: 2px solid #d3d2d2; margin-top: 1.2em; font-size: 85%; line-height: 1.6; }
.primary .sfpostCategoriesAndTagsWrp .categories { margin-bottom: .3em; }
.primary .sfpostCategoriesAndTagsWrp .label { text-transform: uppercase; font-size: 108%; }
.primary .sfcommentsFormWrp { padding: 2.1em 0 0; border-top: 1px solid #d3d2d2; }
.primary .sfcommentsList .sfcommentNumber { display: none; }
.primary .sfcommentsForm ol { margin: 0; list-style: none; }
.primary .sfcommentsForm li { margin-bottom: 1em; line-height: 2.2; }
.primary .sfcommentsForm li label { display: block; margin-bottom: 2px; }
.primary .sfcommentsForm li.sfcommentCaptcha img { margin-bottom: 1em; }
.primary .sfcommentsForm li.sfcommentCaptcha label { display: inline; margin-left: 6px; }
.primary .reToolbar li.grip_first { display: none; }
.primary .reToolbar a { color: #154e8f; }

/* CTIA News & events widgets */
/* .p-0EA18F9C-4174-6FCD-88EA-FF000002C0F4 .primary > .sf_colsIn > h1 {
	display: none;
}
form[action="wireless-facts-and-research"],
form[action="federal-state-legislative-activities"],
form[action="press-releases"],
form[action="fcc-legal-filings"] {
	.primary > .sf_colsIn > h1 {
		display: block;
	}
}

.sfitemDetails .sfitemPublicationDate {
	margin-bottom: 1.2em;
}
*/
/*********** Breadcrumbs ************************************/
#PublicWrapper .breadcrumbs { color: #a8a8a8; overflow: hidden; margin-bottom: .6em; }
#PublicWrapper .breadcrumbs ul { padding-bottom: 0; }
#PublicWrapper .breadcrumbs li { font-size: 85%; float: left; }
#PublicWrapper .breadcrumbs li a { color: #a8a8a8; padding: .4em; }
#PublicWrapper .breadcrumbs li a:hover { color: #154e8f; }
#PublicWrapper .breadcrumbs li:first-child a { padding-left: .2em; }

/*********** Sharing ************************************/
.sharing { float: right; margin-right: -1.5em; }
.sharing ul { margin: 0; padding: 0; list-style: none; }
.sharing li { margin: .15em 0 0 .55em; float: left; font-size: 245%; line-height: 1; }
.sharing a { color: #4f7aab; display: block; cursor: pointer; }
.sharing a:hover { color: #154e8f; }

/*********** Content ************************************/
.primary .sfContentBlock { clear: both; }
.primary .secured { font-size: 100%; }
.primary .secured .icon-key { margin-left: .4em; }
.primary table { border-top: 1px solid #d3d2d2; margin-bottom: 1.8em; }
.primary table table { margin-bottom: .6em; }
.primary table thead tr th { background: #e2f1ef; }
.primary table thead tr:first-child th { background: #154e8f; color: white; }
.primary table th { text-transform: uppercase; padding: .6em .4em .5em; border: 0 none; border-bottom: 1px solid #d3d2d2; }
.primary table td { padding: 1em .6em; border-bottom: 1px solid #d3d2d2; }
.primary table td.even, .primary table th.even { background: #ecf6f4; }
.primary .top-search-container { margin-bottom: 1em; }

.infoGroup { margin-bottom: 1em; }
.infoGroup .sfitemShortTxtWrp > div { display: inline-block; }
.infoGroup .sfitemShortTxt { font-weight: normal; }

.glossaryTerm:after { position: relative; top: -10px; font-size: 8px; background: #6e6e6e; color: #FFF; padding: 3px; border-radius: 50%; width: 10px; height: 10px; line-height: 9px; display: inline-block; text-align: center; }

a.glossaryTerm, a.glossaryTerm:visited, a.glossaryTerm:link { border-bottom: 1px dashed #999; text-decoration: none; }

a.glossaryTerm:hover { border-bottom: none; text-decoration: none; }

#glossaryTip { display: none; position: absolute; top: 0; left: 0; z-index: 99999; cursor: default; }

#glossaryContent { text-align: justify; font-size: 11px; line-height: 125%; background-color: #fff; border: 1px solid #ccc; padding: 1em; }
#glossaryContent h6 { font-size: 13px; font-weight: 700; margin: 0 0 .6em; }
#glossaryContent p { margin: 0; }

#glossaryClose { position: absolute; right: -5px; top: -5px; width: 20px; height: 20px; background: url(../images/ui_close_sm.gif) no-repeat; cursor: pointer; }

#glossaryTip > #glossaryClose { background: url(../images/ui_close_sm.png) no-repeat; }

/*********** CTIA Content ************************************/
#glossaryTip { margin-top: -40px; margin-left: 30px; }

#glossaryContent { position: relative; padding: 2em; text-align: left; }
#glossaryContent h6 { display: inline; color: #158f7a; margin: 0; padding-right: 7px; }
#glossaryContent h6:after { content: ': '; }
#glossaryContent h6, #glossaryContent p { font-size: 1.2em; line-height: 1.3em; }
#glossaryContent p { display: inline; text-align: left; }
#glossaryContent:before { content: ''; position: absolute; top: 20px; left: -25px; width: 26px; height: 29px; background: url(../images/tooltipArrow.png) top left no-repeat; }

#glossaryClose { z-index: 2; background: url(../images/ui_close_sm.png) no-repeat !important; }

mark.no-glossary { background: none; color: inherit; }

div#readmybill { height: 477px; margin: 0 auto 0 auto; padding: 0px; }

div#left { width: 518px; float: left; }
div#left h2 { font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; margin: 10px 52px 5px 0; }
div#left p { font-family: Arial, Helvetica, sans-serif; font-size: 10px; margin: 0 52px 15px 0; }

div#page1 { width: 443px; background: url(../images/page_bkg.jpg) no-repeat; height: 390px; margin: 0 52px 0px 0; }

div#page2 { width: 443px; background: url(../images/page2_bkg.jpg) no-repeat; height: 390px; margin: 0 52px 0px 0; }

div#pageContent { width: 345px; height: 390px; padding: 20px 0 0 15px; line-height: 1em; font-size: 85%; }
div#pageContent b, div#pageContent a.catlink { color: #333; }
div#pageContent * { padding: 0; margin: 0; }

table#billheader { font-family: Arial, Helvetica, sans-serif; font-size: 10px; margin-bottom: 0; }

div.billcategory { width: 342px; background: url(../images/bill_category_bkg.jpg) no-repeat; }

div.billdetails { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; text-align: justify; margin-bottom: 3px; }

div#right { position: relative; width: 236px; height: 464px; border: 1px solid #cccccc; float: right; clear: right; margin: 10px 0 0 0; }

div#right_inside { background: url(../images/right_header_bkg.jpg) no-repeat top #cccccc; width: 232px; height: 460px; margin: 2px 2px 2px 2px; }

div#billCat { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; float: right; clear: right; padding: 3px 5px 0; font-weight: bold; }

div#billCatText { font-family: Arial, Helvetica, sans-serif; font-size: 10px; text-align: right; float: right; clear: right; padding: 5px; width: 175px; height: 45px; clear: both; }

div.billDefScrollBox { clear: both; width: 230px; height: 345px; overflow: auto; }

div.billExplainDetails { background: url(../images/bill_definitions_bkg.jpg) no-repeat; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; margin-bottom: 5px; padding: 5px; position: relative; clear: both; color: #333; }
div.billExplainDetails b { font-size: 12px; color: #333; }

a.catlink { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; text-decoration: none; }

.clearboth { clear: both; }

table.billTable td { font-family: Arial, Helvetica, sans-serif; font-size: 9px; text-align: center; }

table.billTable td.leftborder { font-family: Arial, Helvetica, sans-serif; font-size: 9px; text-align: center; border-right: 1px solid #000; }

div#next_prev a { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; text-decoration: none; color: #000; position: absolute; bottom: 2px; left: 2px; padding: 5px; background: #81929A; color: #FFF; display: block; }

div#subBillRightSideBar { float: right; clear: right; width: 220px; height: 430px; padding: 0; background-repeat: repeat-x; background-color: #ccc; border: 1px solid #ccc; vertical-align: top; text-align: left; margin-bottom: 30px; }

.rolloverContent > li { display: none; }
.rolloverContent > li:nth-child(1) { display: block; }
html.lt-ie9 .rolloverContent .accessibility-disability, html.lt-ie9 .rolloverContent .voluntary-guidelines { display: block; }

.standout { background: #f2f2f2; margin: 1em 0; }

.galleryPanes > div { display: none; padding: 1em; overflow: hidden; }
.galleryPanes .sfitemTitle { color: #6e6e6e; margin: 0 0 0.1em; font-size: 1.5em; letter-spacing: 0; }
.galleryPanes .sfimageWrp { float: left; margin-right: 1em; }

.galleryWrap, .galleryThumbs { position: relative; top: 0; }

.galleryWrap { margin: 1em; }
.galleryWrap .prev, .galleryWrap .next { position: absolute; z-index: 10; top: 8px; }
.galleryWrap .prev { left: 0; }
.galleryWrap .next { right: 0; }

.galleryThumbs { height: 57px; width: 88%; overflow: hidden; margin-left: 28px; }

.galleryNav { background: url(../images/arrows-sprite.png) no-repeat; display: block; width: 14px; height: 45px; }
.galleryNav.prev { background-position: -4px -54px; }
.galleryNav.next { background-position: -4px -106px; }

.galleryTabs { position: absolute; top: 0; left: 0; width: 2000em; }
.galleryTabs > div { float: left; width: 465px; }
.galleryTabs .sfitem { float: left; clear: none; margin: 0 0.5em 0 0; position: relative; display: block; width: 58px; height: 57px; overflow: hidden; }
.galleryTabs a.current .sfimageWrp:after { content: ''; display: block; position: absolute; top: 0; left: 0; width: 58px; height: 57px; -webkit-box-shadow: inset 0 0 0 5px #5a1b9f; -moz-box-shadow: inset 0 0 0 5px #5a1b9f; box-shadow: inset 0 0 0 5px #5a1b9f; }

.backtoTop { display: none; color: #FFF !important; position: fixed; bottom: 2em; right: 2em; padding: 0.5em 1em; line-height: 1em; -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px; border-radius: 10px; z-index: 1000; background: #5a1b9f; }
.p-25A18F9C-4174-6FCD-88EA-FF000002C0F4 .backtoTop { background: #154e8f; }
.p-0EA18F9C-4174-6FCD-88EA-FF000002C0F4 .backtoTop { background: #158f7a; }
.p-4020909C-4174-6FCD-88EA-FF000002C0F4 .backtoTop { background: #899414; }
.p-E123909C-4174-6FCD-88EA-FF000002C0F4 .backtoTop { background: #cd7206; }
.p-0FA18F9C-4174-6FCD-88EA-FF000002C0F4 .backtoTop { background: #823832; }

.staff-directory { overflow: hidden; }
.staff-directory li { width: 9em; float: left; clear: none; margin-right: 1.2em; min-height: 230px; }
/*.staff-directory li .sfTxtContent { font-size: 90%; }*/

/* WIRELESS 911 PAGE - ACCORDION */
.wireless-list .answer{display: none;}
.wireless-list .question{cursor: pointer;
  transition: all, 0.3s, ease-in;  -moz-transition: all, 0.3s, ease-in;
  -o-transition: all, 0.3s, ease-in;
  -webkit-transition: all, 0.3s, ease-in;}
.wireless-list > li {
  border-top: 1px solid #e5e1e2;}
.wireless-list div.question:after {
  background: url(../images/arrows-sprite.png) no-repeat; display: block; width: 9px; height: 5px;
  background-position: -9px -19px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  font-size: 1.5em;
  right: 10px;
  -moz-transition: all, 0.3s, ease-in;
  -o-transition: all, 0.3s, ease-in;
  -webkit-transition: all, 0.3s, ease-in;
  transition: all, 0.3s, ease-in;
}
.wireless-list div.question.active:after {
 background: url(../images/arrows-sprite.png) no-repeat; display: block; width: 12px; height: 10px;
  background-position: -9px -51px;
}

/* CTIA Resource Library */
.p-0EA18F9C-4174-6FCD-88EA-FF000002C0F4 .filter-column { -webkit-transition: display 0.3s ease; -moz-transition: display 0.3s ease; -o-transition: display 0.3s ease; transition: display 0.3s ease; display: none; }
.p-0EA18F9C-4174-6FCD-88EA-FF000002C0F4 .control-group { margin-bottom: 1.2em; clear: both; float: left; width: 100%; }
.p-0EA18F9C-4174-6FCD-88EA-FF000002C0F4 .control-group:first-child { margin: 0 -10% 1.8em 0; width: 110%; }
.p-0EA18F9C-4174-6FCD-88EA-FF000002C0F4 .control-group input[type="text"] { width: 79%; float: left; padding-left: 5%; padding-right: 15%; margin: 0; }
.p-0EA18F9C-4174-6FCD-88EA-FF000002C0F4 .control-group input[type="text"] + input[type="submit"] { background: none; border: 0 none; width: 1.8em; height: 1.7em; display: block; cursor: pointer; text-indent: -999em; position: relative; z-index: 2; padding: 0; margin: 0 0 0 -3em; float: right; margin-top: .2em; }
.p-0EA18F9C-4174-6FCD-88EA-FF000002C0F4 .control-group input[type="text"] + input[type="submit"] + .icon-search { height: 1em; display: block; float: right; padding: .3em; line-height: 1; margin-left: -3em; margin-top: .2em; }
.p-0EA18F9C-4174-6FCD-88EA-FF000002C0F4 .control-group input[type="text"] + input[type="submit"] + .icon-search:before { font-size: 116%; }
.p-0EA18F9C-4174-6FCD-88EA-FF000002C0F4 .control-group label { float: left; line-height: 30px; clear: both; margin: 0 .8em 0 0; }
.p-0EA18F9C-4174-6FCD-88EA-FF000002C0F4 .control-group .chzn-container { margin-bottom: 0; }
.p-0EA18F9C-4174-6FCD-88EA-FF000002C0F4 .control-group .chzn-search { display: none; }
.p-0EA18F9C-4174-6FCD-88EA-FF000002C0F4 .searchwrap { margin-bottom: 1.2em; overflow: hidden; }
.p-0EA18F9C-4174-6FCD-88EA-FF000002C0F4 .secondarysearchwrap { text-align: center; clear: both; overflow: hidden; padding: 0 .5em .5em; background: #f2f2f2; }
.p-0EA18F9C-4174-6FCD-88EA-FF000002C0F4 .secondarysearchwrap .icon-wide-arrow-down { font-size: 200%; line-height: .3; color: #d3d2d2; }
.p-0EA18F9C-4174-6FCD-88EA-FF000002C0F4 .form-actions { clear: both; margin-bottom: 1.8em; }
.p-0EA18F9C-4174-6FCD-88EA-FF000002C0F4 .form-actions input { background: none; border: 0 none; padding: 0; margin: 0; }
.p-0EA18F9C-4174-6FCD-88EA-FF000002C0F4 .form-actions input:hover { background: none; color: #434343 !important; }
.p-0EA18F9C-4174-6FCD-88EA-FF000002C0F4 .form-actions input[type="submit"] { color: #158f7a; font-size: 106.66667%; text-transform: uppercase; }
.p-0EA18F9C-4174-6FCD-88EA-FF000002C0F4 .form-actions .icon-circle-arrow-right { color: #158f7a; }
.p-0EA18F9C-4174-6FCD-88EA-FF000002C0F4 .form-actions .reset { margin: .1em -1em 0 .4em; padding-left: .6em; border-left: 1px solid #d3d2d2; text-transform: uppercase; font-size: 80%; }

.mtx-select-tree-container > ul > li { margin: 0; }
.mtx-select-tree-container > ul > li > a { display: none; }
.mtx-select-tree-container > ul > li > span { font-size: 353.33333%; font-weight: normal; color: #6e6e6e; line-height: 1; margin: 0 0 .3em; clear: both; border-color: #158f7a; display: block; }
.p-07988F9C-4174-6FCD-88EA-FF000002C0F4 .main .mtx-select-tree-container > ul > li > span, .p-7D6D909C-4174-6FCD-88EA-FF000002C0F4 .main .mtx-select-tree-container > ul > li > span, .secondary .mtx-select-tree-container > ul > li > span, .tertiary .mtx-select-tree-container > ul > li > span { border-width: 0 0 2px; border-style: solid; font-size: 106.66667%; padding: .4em 0; margin: 0; text-transform: uppercase; line-height: 1.1; color: #6e6e6e; }
.mtx-select-tree-container > ul > li > span a { color: #6e6e6e; }
.mtx-select-tree-container > ul > li > span a:hover { color: #154e8f; }
.mtx-select-tree-container ul { list-style: none; padding: 0; margin: .6em 0; }
.mtx-select-tree-container > ul { margin: 0; }
.mtx-select-tree-container li li { background: url(../Images/checkbox-sprite.jpg) no-repeat -4px -82px; color: #6e6e6e; margin: .1em 0; }
.mtx-select-tree-container li li.selected { background-position: -4px 4px; color: #6e6e6e; cursor: pointer; }
.mtx-select-tree-container li li a { color: #6e6e6e; padding: .25em 1.6em; font-size: 86.66667%; display: inline-block; }
.mtx-select-tree-container input[type="checkbox"] { position: absolute; left: -999em; top: -999em; }

.mtx-select-tree-values { display: none; }

.results-column > .sf_colsIn > ul { padding: 0; }
.results-column > .sf_colsIn > ul > li { list-style: none; }

.resource-results .type-label, .resource-results .publication-date { text-transform: uppercase; float: left; font-size: 86.66667%; line-height: 1.4; margin-bottom: .4em; }
.resource-results .type-label:empty, .resource-results .publication-date:empty { display: none; }
.primary .resource-results .type-label, .primary .resource-results .publication-date { margin-bottom: 1em; }
.resource-results .type-label { background: #158f7a; color: white; padding: 0 .5em; margin-right: .5em; }
.resource-results .publication-date, .resource-results .summary { color: #6e6e6e; }
.primary .resource-results .search-result { margin-bottom: 2.2em; }
.resource-results .title { clear: both; }

/*********** Forms ************************************/
.boxSize { box-sizing: border-box; }

input[type="checkbox"], input[type="radio"] { margin-bottom: .6em; }

textarea { height: 10em; }

label { margin-bottom: .4em; display: inline-block; font-weight: bold; }
label.cursor { cursor: pointer; }

fieldset { border: 0 none; padding: 2.2em 0 0; margin: 1em 0 0; border-top: 1px solid #d3d2d2; }
fieldset:first-of-type { border: 0 none; padding: 0; margin: 0; }

input[type="submit"], .sfSubmitBtnWrp .sfSubmitBtn { background: #f2f2f2; }
input[type="submit"]:hover, input[type="submit"]:focus, .sfSubmitBtnWrp .sfSubmitBtn:hover, .sfSubmitBtnWrp .sfSubmitBtn:focus { border-color: #434343; background-color: #a8a8a8; color: white; text-decoration: none; }
input[type="submit"]:active, .sfSubmitBtnWrp .sfSubmitBtn:active { border-color: #a8a8a8; background-color: #f2f2f2; color: #434343; }

.sfFormsEditor input[type="text"], .sfFormsEditor textarea { width: 100%; }
.sfFormsEditor .sfTxtBoxSmall, .sfFormsEditor .sfTxtBlockSmall { width: 45%; }
.sfFormsEditor .sfTxtBoxMedium, .sfFormsEditor .sfTxtBlockMedium { width: 70%; }
.sfFormsEditor .sfTxtBoxLarge, .sfFormsEditor .sfTxtBlockLarge { width: 100%; }
.sfFormsEditor .sfFormInstructions { margin-bottom: 1.2em; }
.sfFormsEditor .sfFormCheckboxlist, .sfFormsEditor .sfFormRadiolist { margin-bottom: .6em; }
.sfFormsEditor .sfFormCheckboxlist .sfTxtLbl, .sfFormsEditor .sfFormRadiolist .sfTxtLbl { margin-bottom: .6em; }
.sfFormsEditor .sfFormCheckboxlist label, .sfFormsEditor .sfFormRadiolist label { margin-left: .6em; }

.formField { margin-bottom: 1.2em; }
.formField .chzn-container { margin-bottom: 0; }
.inlineFields .formField { display: inline-block; width: 48%; }
.inlineFields .formField .chzn-container { width: auto !important; }

.formField input[type="checkbox"], .formField input[type="radio"], .sfLoginFieldsWrp input[type="checkbox"], .sfLoginFieldsWrp input[type="radio"] { margin-right: 0.5em; }
.formField input[type="text"], .formField textarea, .formField select, .sfLoginFieldsWrp input[type="text"], .sfLoginFieldsWrp textarea, .sfLoginFieldsWrp select { width: 45%; }
.formField .chzn-search input, .sfLoginFieldsWrp .chzn-search input { width: 100%; }
.formField .sfFieldWrp, .formField .control-label, .formField .controls, .sfLoginFieldsWrp .sfFieldWrp, .sfLoginFieldsWrp .control-label, .sfLoginFieldsWrp .controls { display: inline; }
.formField .sfFieldWrp ul, .formField .control-label ul, .formField .controls ul, .sfLoginFieldsWrp .sfFieldWrp ul, .sfLoginFieldsWrp .control-label ul, .sfLoginFieldsWrp .controls ul { display: inline-block; }
.formField .sfFieldWrp .chzn-container li, .formField .control-label .chzn-container li, .formField .controls .chzn-container li, .sfLoginFieldsWrp .sfFieldWrp .chzn-container li, .sfLoginFieldsWrp .control-label .chzn-container li, .sfLoginFieldsWrp .controls .chzn-container li { padding: 0.4em 0.7em; }
.formField .chzn-container .chzn-results, .sfLoginFieldsWrp .chzn-container .chzn-results { display: block; }
.formField .chzn-container .chzn-drop, .sfLoginFieldsWrp .chzn-container .chzn-drop { width: auto; }
.formField .labelGroup, .formField label, .sfLoginFieldsWrp .labelGroup, .sfLoginFieldsWrp label { width: 8em; margin-right: .6em; vertical-align: top; }
.formField .controls .labelGroup, .formField .controls label, .sfLoginFieldsWrp .controls .labelGroup, .sfLoginFieldsWrp .controls label { width: auto; }
.formField .sfCheckBoxWrapper label, .sfLoginFieldsWrp .sfCheckBoxWrapper label { width: auto; }

.sfLoginFieldsWrp { margin: 0; padding: 0; list-style: none; }
.sfLoginFieldsWrp li { margin: 0; }

.sfSubmitBtnWrp { clear: both; margin: 2.2em 0 2.2em 8em; }
.sfSubmitBtnWrp .sfSubmitBtn { border: 1px solid #6e6e6e; font-size: 93.33333%; padding: 0.4em 0.7em; color: #434343; margin-right: 1em; }
.sfSubmitBtnWrp .sfLostPassword { font-size: 80%; }
.sfSubmitBtnWrp .sfLostPassword + a { margin-left: 1em; padding-left: 1em; border-left: 1px solid #d3d2d2; }

.sfError { color: red !important; }

.sfErrorSummary { padding: 1em; background: red; color: #FFF; margin-bottom: 1em; }

@media print { .fileUploader { padding-right: 0; } }
/* ------------------------ Responsive ------------------------ */
@media screen and (max-width: 600px) { .formField label, .primary .sfLoginFieldsWrp label { display: block; float: none; width: auto; margin: 0 0 5px 0; }
  .formField.check, .formField.radio ul, .formField p.form-help { margin-left: 0; padding-left: 0; }
  .formField.form-actions { padding-left: 10px; }
  .formField p.form-help.error { position: relative; width: auto; top: auto; right: auto; }
  .formField input[type="text"], .formField input[type="text"], .formField textarea, .formField select { width: 100% !important; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
  .formField.date input.form-text { width: 90% !important; }
  .formField .labelGroup { width: auto; }
  .multiField .sfFieldWrp, .sfSubmitBtnWrp { margin-left: 0%; } }
.filterWidget label { margin-right: 0.5em; line-height: 2.2em; }
.filterWidget label, .filterWidget > div { float: left; }

.error { color: red !important; }
.error input { border: 1px solid red !important; }

/* CTIA Globals */
input, select, textarea { border: 1px solid #6e6e6e; font-size: 93.33333%; }

input { padding: .4em .7em; text-overflow: ellipsis; }
input.datetimepicker { padding: .18em 0; }

textarea { padding: .4em 0 0 .4em; }

label { font-size: 93.33333%; }

.chzn-container { font-size: 93.33333%; margin-bottom: 1.2em; }

.chzn-container-single .chzn-single, .chzn-container-active.chzn-with-drop .chzn-single, .chzn-container-multi .chzn-choices { border: 1px solid #6e6e6e; border-radius: 0; background: none; box-shadow: none; color: #434343; height: 28px; line-height: 29px; padding-left: .7em; }
.chzn-container-single .chzn-single:hover, .chzn-container-active.chzn-with-drop .chzn-single:hover, .chzn-container-multi .chzn-choices:hover { text-decoration: none; }

.chzn-container-single .chzn-single span, .chzn-container-active.chzn-with-drop .chzn-single span { margin-right: 30px; }
.chzn-container-single .chzn-single div, .chzn-container-active.chzn-with-drop .chzn-single div { width: 24px; background: #d3d2d2; }
.chzn-container-single .chzn-single div b, .chzn-container-active.chzn-with-drop .chzn-single div b { background-position: 7px 5px; }

.chzn-container-active.chzn-with-drop .chzn-single div b { background-position: -11px 5px; }

.chzn-container.chzn-with-drop .chzn-drop { border: 1px solid #6e6e6e; background: #f2f2f2; border-radius: 0; }

.chzn-container .chzn-results { padding: .6em 0; margin: 0; }
.chzn-container .chzn-results li { color: #434343; line-height: inherit; padding: .4em .7em; }
.chzn-container .chzn-results li.highlighted { background: #d3d2d2; color: #434343; }

.chzn-container-active .chzn-single { border: 1px solid #5897fb !important; }

.k-block, .k-button, .k-textbox, .k-drag-clue, .k-touch-scrollbar, .k-window, .k-window-titleless .k-window-content, .k-window-action, .k-inline-block, .k-grid .k-filter-options, .k-grouping-header .k-group-indicator, .k-autocomplete, .k-dropdown-wrap, .k-picker-wrap, .k-numeric-wrap, .k-list-container, .k-calendar-container, .k-calendar td, .k-calendar .k-link, .k-treeview .k-in, .k-editor-button .k-state-hover, .k-editor-button .k-state-active, .k-tooltip, .k-tile, .k-slider-track, .k-slider-selection { border-radius: 0 !important; }

.k-widget { margin-bottom: 1.2em; }

/*********** Google Custom Search ************************************/
.header .gsc-control-searchbox-only { width: 55%; float: right; }
.header .gsc-search-box { margin-bottom: 0; }
.header [type="text"] { background: none !important; padding: .3em .5em .2em; margin: 0; }
.header td.gsc-search-button { width: 0; }
.header input.gsc-search-button { background: none; border: 0 none; width: 1.8em; height: 1.7em; display: block; cursor: pointer; text-indent: -999em; position: relative; z-index: 2; padding: 0; margin: 0 0 0 -3em; float: right; background: url(chosen-sprite.png) no-repeat -32px -22px; border-radius: 0; min-width: inherit; margin: 0 0 0 -2em; }

.gsc-above-wrapper-area, .gsc-above-wrapper-area-container, .gsc-control-cse, .gsc-webResult, .gsc-table-result { padding: 0 !important; margin: 0 !important; border: 0 none !important; }

.gsc-table-cell-snippet-close, .gs-promotion-text-cell { padding: 1.5em 0 !important; }

.gsc-clear-button, .gsc-resultsHeader, .gsc-adBlock { display: none !important; }

.gsc-results .gs-result .gs-title * { color: #5a1b9f; }
.gsc-results .gs-result .gs-visibleUrl { color: #158f7a; }
.gsc-results .gsc-cursor-box { margin-top: 2.2em; }
.gsc-results .gsc-cursor-box .gsc-cursor-page { color: #434343 !important; padding: 0.3em 0.6em; background: #f2f2f2; text-decoration: none !important; margin-right: .6em !important; }
.gsc-results .gsc-cursor-box .gsc-cursor-page:hover { color: white !important; background: #7f2bdb; }
.gsc-results .gsc-cursor-box .gsc-cursor-current-page { color: white !important; background: #5a1b9f; }

/*********** Content ************************************/
.maxx .primary .content > .sf_colsOut > .sf_colsIn > p { margin-bottom: 1.2em; }
.maxx .primary form > ul, .maxx .primary .formPrimaryActions { list-style: none; padding: 0; }
.maxx .primary .formSecondaryActions { list-style: none; padding: 0; overflow: hidden; }
.maxx .primary .formSecondaryActions li { float: left; margin-left: 1em; }
.maxx .primary .formSecondaryActions li:first-child { margin-left: 0; }
.maxx .primary dd { margin-bottom: .8em; }
.maxx .primary table { border: 0 none; margin-bottom: 0.6em !important; width: 100%; }
.maxx .primary table .header { background: none; font-weight: 600; }
.maxx .primary table td { border: 0 none; padding: .2em; }
.maxx .primary table td[bgcolor="cccccc"] { background: #f2f2f2; padding: .6em .4em .5em; }
.maxx .primary table td td { padding: 0; }
.maxx .primary table thead + tbody tr:first-child td, .maxx .primary table thead + tbody tr:first-of-type td { padding-top: .6em; }
.maxx .primary table tr[bgcolor="$dark033"] { background: #154e8f; color: white; font-weight: 600; }
.maxx .primary table tr[bgcolor="$dark033"] td { padding: 0 !important; }
.maxx .primary table tr[bgcolor="#006699"] { background: #158f7a; color: white; font-weight: 600; }
.maxx .primary table tr[bgcolor="#006699"] td { padding: .6em .4em .5em; }
.maxx .primary .store-product table { margin: 1.2em 0; }
.maxx .primary form[name="checkout"] > ul { margin: 0 0 2.8em 0; }
.search-results.search.maxx .primary .searchLogo { float: left; }
.search-results.search.maxx .primary .search-heading { float: left; margin-left: 1.6em; }
.search-results.search.maxx .primary .search-heading h3, .search-results.search.maxx .primary .search-heading h4 { margin: 0; line-height: 1.1; }
.search-results.search.maxx .primary #searchPageForm { clear: both; }
.search-results.search.maxx .primary #searchPageForm + p { float: left; width: 50%; }
.search-results.search.maxx .primary .search-sort { float: right; text-align: right; width: 50%; }
.search-results.search.maxx .primary p.g { clear: both; margin-bottom: 0; margin-top: 1.2em; }
.search-results.search.maxx .primary table.pagination { width: auto; }
.search-results.search.maxx .primary table.pagination td { padding: .1em; }
.search-results.search.maxx .primary table.pagination td:first-child { padding-right: 1em; vertical-align: middle; }

/*********** Paging controls ************************************/
.paged-content, .sf_pagerNumeric { margin-top: 2.2em; font-size: 80%; }
.paged-content ol, .sf_pagerNumeric ol { margin: 0; padding: 0; list-style: none; }
.paged-content li, .paged-content > a, .sf_pagerNumeric li, .sf_pagerNumeric > a { display: inline-block; margin: 0 .3em 1em 0; }
html.lt-ie8 .paged-content li, html.lt-ie8 .paged-content > a, html.lt-ie8 .sf_pagerNumeric li, html.lt-ie8 .sf_pagerNumeric > a { display: inline; zoom: 1; }
.paged-content a, .sf_pagerNumeric a { color: #434343 !important; padding: 0.3em 0.6em; background: #f2f2f2; text-decoration: none !important; }
.paged-content a.active, .paged-content a.sf_PagerCurrent, .sf_pagerNumeric a.active, .sf_pagerNumeric a.sf_PagerCurrent { color: white !important; background: #5a1b9f; }
.paged-content a:hover, .sf_pagerNumeric a:hover { color: white !important; background: #7f2bdb; }

/*********** CTIA Paging controls ************************************/
.p-25A18F9C-4174-6FCD-88EA-FF000002C0F4 .paged-content a.active, .p-25A18F9C-4174-6FCD-88EA-FF000002C0F4 .paged-content a.sf_PagerCurrent, .p-25A18F9C-4174-6FCD-88EA-FF000002C0F4 .sf_pagerNumeric a.active, .p-25A18F9C-4174-6FCD-88EA-FF000002C0F4 .sf_pagerNumeric a.sf_PagerCurrent { color: white !important; background: #154e8f; }
.p-25A18F9C-4174-6FCD-88EA-FF000002C0F4 .paged-content a:hover, .p-25A18F9C-4174-6FCD-88EA-FF000002C0F4 .sf_pagerNumeric a:hover { color: white !important; background: #1f72d2; }
.p-0EA18F9C-4174-6FCD-88EA-FF000002C0F4 .paged-content a.active, .p-0EA18F9C-4174-6FCD-88EA-FF000002C0F4 .paged-content a.sf_PagerCurrent, .p-0EA18F9C-4174-6FCD-88EA-FF000002C0F4 .sf_pagerNumeric a.active, .p-0EA18F9C-4174-6FCD-88EA-FF000002C0F4 .sf_pagerNumeric a.sf_PagerCurrent { color: white !important; background: #158f7a; }
.p-0EA18F9C-4174-6FCD-88EA-FF000002C0F4 .paged-content a:hover, .p-0EA18F9C-4174-6FCD-88EA-FF000002C0F4 .sf_pagerNumeric a:hover { color: white !important; background: #1fd2b3; }
.p-4020909C-4174-6FCD-88EA-FF000002C0F4 .paged-content a.active, .p-4020909C-4174-6FCD-88EA-FF000002C0F4 .paged-content a.sf_PagerCurrent, .p-4020909C-4174-6FCD-88EA-FF000002C0F4 .sf_pagerNumeric a.active, .p-4020909C-4174-6FCD-88EA-FF000002C0F4 .sf_pagerNumeric a.sf_PagerCurrent { color: white !important; background: #899414; }
.p-4020909C-4174-6FCD-88EA-FF000002C0F4 .paged-content a:hover, .p-4020909C-4174-6FCD-88EA-FF000002C0F4 .sf_pagerNumeric a:hover { color: white !important; background: #c7d71d; }
.p-E123909C-4174-6FCD-88EA-FF000002C0F4 .paged-content a.active, .p-E123909C-4174-6FCD-88EA-FF000002C0F4 .paged-content a.sf_PagerCurrent, .p-E123909C-4174-6FCD-88EA-FF000002C0F4 .sf_pagerNumeric a.active, .p-E123909C-4174-6FCD-88EA-FF000002C0F4 .sf_pagerNumeric a.sf_PagerCurrent { color: white !important; background: #cd7206; }
.p-E123909C-4174-6FCD-88EA-FF000002C0F4 .paged-content a:hover, .p-E123909C-4174-6FCD-88EA-FF000002C0F4 .sf_pagerNumeric a:hover { color: white !important; background: #f99927; }
.p-0FA18F9C-4174-6FCD-88EA-FF000002C0F4 .paged-content a.active, .p-0FA18F9C-4174-6FCD-88EA-FF000002C0F4 .paged-content a.sf_PagerCurrent, .p-0FA18F9C-4174-6FCD-88EA-FF000002C0F4 .sf_pagerNumeric a.active, .p-0FA18F9C-4174-6FCD-88EA-FF000002C0F4 .sf_pagerNumeric a.sf_PagerCurrent { color: white !important; background: #823832; }
.p-0FA18F9C-4174-6FCD-88EA-FF000002C0F4 .paged-content a:hover, .p-0FA18F9C-4174-6FCD-88EA-FF000002C0F4 .sf_pagerNumeric a:hover { color: white !important; background: #b95048; }
.p-A7A08F9C-4174-6FCD-88EA-FF000002C0F4 .paged-content a.active, .p-A7A08F9C-4174-6FCD-88EA-FF000002C0F4 .paged-content a.sf_PagerCurrent, .p-A7A08F9C-4174-6FCD-88EA-FF000002C0F4 .sf_pagerNumeric a.active, .p-A7A08F9C-4174-6FCD-88EA-FF000002C0F4 .sf_pagerNumeric a.sf_PagerCurrent { color: white !important; background: #5a1b9f; }
.p-A7A08F9C-4174-6FCD-88EA-FF000002C0F4 .paged-content a:hover, .p-A7A08F9C-4174-6FCD-88EA-FF000002C0F4 .sf_pagerNumeric a:hover { color: white !important; background: #7f2bdb; }

/*********** Footer ************************************/
.footer { border-top: 1px solid #d3d2d2; background: #f2f2f2; padding: 2.2em 0; font-size: 73.33333%; color: #6e6e6e; }
.footer a { color: #6e6e6e; }
.footer a:hover { color: #5a1b9f; }
.footer .sitemap-nav { overflow: hidden; margin-bottom: 3em; }
.footer .sitemap-nav h2 { font-size: 100%; text-transform: uppercase; color: #6e6e6e; line-height: 1.6; }
.footer .sitemap-nav > div > ul > li { float: left; margin-right: 6%; max-width: 13%; }
.footer .sitemap-nav > div > ul > li.rmLast { margin-right: -1%; }
.footer .sitemap-nav > div > ul > li > a { text-transform: uppercase; font-weight: bold; }
.footer .sitemap-nav li li, .footer .sitemap-nav.sfContentBlock li { margin-top: .3em; }
.footer .sitemap-nav a { display: inline-block; line-height: 1.2; }
.footer .icon-external { display: none; }
.footer .social-media-container a { font-size: 209%; padding: 0 .4em .9em .5em; border-radius: 50%; background: #d3d2d2; line-height: 2; color: #a8a8a8; }
.footer .social-media-container a:hover { background: #158f7a; color: white; }
.footer .utility-nav .rmFirst a { padding-left: 0; }
.footer .secondary-nav { display: none; }
.footer .site-info p { margin: 0; }
.footer .site-info .matrix { margin: 2.2em 0 0; }
.footer .site-info .org { display: none; }

/*********** CTIA Footer ************************************/
.footer .sitemap-nav.sfContentBlock { float: left; margin-right: 5%; }
.footer .sitemap-nav > div > ul > li.p-25A18F9C-4174-6FCD-88EA-FF000002C0F4 a:hover { color: #154e8f; }
.footer .sitemap-nav > div > ul > li.p-0EA18F9C-4174-6FCD-88EA-FF000002C0F4 a:hover { color: #158f7a; }
.footer .sitemap-nav > div > ul > li.p-4020909C-4174-6FCD-88EA-FF000002C0F4 a:hover { color: #899414; }
.footer .sitemap-nav > div > ul > li.p-E123909C-4174-6FCD-88EA-FF000002C0F4 a:hover { color: #cd7206; }
.footer .sitemap-nav > div > ul > li.p-0FA18F9C-4174-6FCD-88EA-FF000002C0F4 a:hover { color: #823832; }
.footer .sitemap-nav > div > ul > li.p-A7A08F9C-4174-6FCD-88EA-FF000002C0F4 a:hover { color: #5a1b9f; }
.footer .social-media-container .icon-ctia-blog { text-transform: uppercase; font-weight: bold; font-size: 100%; line-height: 1; padding: 1em 0 0; text-align: center; height: 3em; width: 4em; }
.footer .social-media-container .icon-ctia-blog:first-line { color: #949494; }
.footer .social-media-container .icon-ctia-blog:hover:first-line { color: white; }
.footer .social-media-container a:hover { background: #5a1b9f; }

body { font-family: "Univers LT W02 55 Roman",arial,sans-serif; font-weight: normal; }

.utility-nav a, .main-nav a, .p-07988F9C-4174-6FCD-88EA-FF000002C0F4 .primary h1, input, textbox, label, .chzn-container, .tabs a, .more, .side-nav a, .mtx-select-tree-container a, .breadcrumbs a, .footer, .sfitemFieldLbl, #glossaryContent { font-family: "UniversLTW02-57Condense 726300",arial,sans-serif; font-weight: normal; }

h1, .subbanner .section-title, #branding .sfitemTitle, #branding .content, .tertiary .facebook-widget h1 { font-family: "UniversLTW02-47LightCn",arial,sans-serif; font-weight: normal; }

.p-07988F9C-4174-6FCD-88EA-FF000002C0F4 .main h1, .p-7D6D909C-4174-6FCD-88EA-FF000002C0F4 .main h1, .secondary h1, .mtx-select-tree-container > ul > li > span, .secondary h2, .tertiary h1, .main-nav h2, .main-nav h4 { font-family: "UniversLTW02-57Condense 726300",arial,sans-serif; }

h2, h3, .intro, .tertiary .sfitem, .sfpostAuthor, .sfpostDate, .sfpostAuthorAndDate, .sfnewsAuthor, .sfnewsDate, .sfnewsAuthorAndDate, .sfnewsMetaInfo, .sfeventMetaInfo, #branding .box-content, .results-column p, .tertiary p { font-family: "Univers LT W02 45 Light",arial,sans-serif; font-weight: normal; }
h2 i, h2 em, h3 i, h3 em, .intro i, .intro em, .tertiary .sfitem i, .tertiary .sfitem em, .sfpostAuthor i, .sfpostAuthor em, .sfpostDate i, .sfpostDate em, .sfpostAuthorAndDate i, .sfpostAuthorAndDate em, .sfnewsAuthor i, .sfnewsAuthor em, .sfnewsDate i, .sfnewsDate em, .sfnewsAuthorAndDate i, .sfnewsAuthorAndDate em, .sfnewsMetaInfo i, .sfnewsMetaInfo em, .sfeventMetaInfo i, .sfeventMetaInfo em, #branding .box-content i, #branding .box-content em, .results-column p i, .results-column p em, .tertiary p i, .tertiary p em { font-family: "UniversLTW02-45LightObl",arial,sans-serif; font-style: normal; }

h4, strong, b { font-family: "Univers LT W02 65 Bold",arial,sans-serif; font-weight: normal; }
h4 i, h4 em, strong i, strong em, b i, b em { font-family: "UniversLTW02-65BoldObli",arial,sans-serif; font-style: normal; }

i, em { font-family: "UniversLTW02-55Oblique",arial,sans-serif; font-style: normal; }
i strong, i b, em strong, em b { font-family: "UniversLTW02-65BoldObli",arial,sans-serif; font-style: normal; }

.footer .sitemap-nav > div > ul > li > a, .footer .sitemap-nav h2 { font-family: "UniversLTW02-67BoldCn",arial,sans-serif; font-weight: normal; }

/* ADMIN styles */
.sfPageEditor #branding iframe { display: none; }
.sfPageEditor .sfContentBlock iframe { display: none; }
.sfPageEditor .sfContentBlock .visuallyhidden { position: static !important; clip: inherit; clip: inherit; }
.sfPageEditor .sfContentBlock .visuallyhidden:after { content: " <This text is for screen readers and will be hidden on the front end."; text-transform: none; font-size: 73.33333%; font-weight: normal; color: #434343; }
.sfPageEditor .primary > .sf_colsOut > .sf_colsIn { height: auto; }
.sfPageEditor .footer { margin-top: 0; }
.sfPageEditor .pane { display: block; }

.RadDock_Sitefinity .rdTable .rdTitleBar .admin-icon-site-copyright { background: url(../Images/matrix-admin-icons.png) no-repeat 0 0; }

.RadDock_Sitefinity .rdTable .rdTitleBar .admin-icon-client-contact-info { background: url(../Images/matrix-admin-icons.png) no-repeat 0 -50px; }

.RadDock_Sitefinity .rdTable .rdTitleBar .admin-icon-list-teaser { background: url(../Images/matrix-admin-icons.png) no-repeat 0 -95px; }

.RadDock_Sitefinity .rdTable .rdTitleBar .admin-icon-page-title { background: url(../Images/matrix-admin-icons.png) no-repeat 0 -347px; }

.RadDock_Sitefinity .rdTable .rdTitleBar .admin-icon-section-header { background: url(../Images/matrix-admin-icons.png) no-repeat 0 -819px; }

.RadDock_Sitefinity .rdTable .rdTitleBar .admin-icon-sharing { background: url(../Images/matrix-admin-icons.png) no-repeat 0 -472px; }

.RadDock_Sitefinity .rdTable .rdTitleBar .sfHomepageBannersViewIcn { background: url(../Images/matrix-admin-icons.png) no-repeat 0 -219px; }

.RadDock_Sitefinity .rdTable .rdTitleBar .sfHouseAdsViewIcn { background: url(../Images/matrix-admin-icons.png) no-repeat 0 -304px; }

.RadDock_Sitefinity .rdTable .rdTitleBar .admin-icon-breadcrumbs { background: url(../Images/matrix-admin-icons.png) no-repeat 0 -734px; }

.RadDock_Sitefinity .rdTable .rdTitleBar .admin-icon-archive-by-blog { background: url(../Images/matrix-admin-icons.png) no-repeat 0 -909px; }

.RadDock_Sitefinity .rdTable .rdTitleBar .admin-icon-zoom-search { background: url(../Images/matrix-admin-icons.png) no-repeat 0 -137px; }

.RadDock_Sitefinity .rdTable .rdTitleBar .admin-icon-social-media-links { background: url(../Images/matrix-admin-icons.png) no-repeat 0 -178px; }

.RadDock_Sitefinity .rdTable .rdTitleBar .admin-icon-matrix-general { background: url(../Images/matrix-admin-icons.png) no-repeat 0 -776px; }

.RadDock_Sitefinity .rdTable .rdTitleBar .admin-icon-subnav { background: url(../Images/matrix-admin-icons.png) no-repeat 0 -95px; }
@media screen and (min-width: 1279px) {
	.aboutusMobileContent{display: none; width: 179px; text-align: right;}
	}
@media screen and (max-width: 1279px) {	.hideForMobile{display:none;} .adjustMarginForMobile{margin-top: -4.2em;}}
.staff-directory{margin-left:20px !important;}
.staffDirectory, .staff-directory .sfTxtContent{font-size: 13px;color: #000000;font-family: "UniversLTW02-57Condense 726300",arial,sans-serif; line-height:1.5; letter-spacing: 0;}
.staff-directory h3.sfitemTitle .sfTxtContent{font-size: 15px; color: #000000;font-family: "UniversLTW02-57Condense 726300",arial,sans-serif;letter-spacing: 0;}
