@charset "UTF-8";
/* Web Solutions 4.0 Compatible */
html {-webkit-box-sizing:border-box;box-sizing:border-box;}
*, *:before, *:after {-webkit-box-sizing:inherit;box-sizing:inherit;}
body{margin:0;padding:0;-webkit-text-size-adjust:none;}

img{border: 0}
ul{padding-left: 0}
ul li{list-style:none}
html, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, hr{font-family:inherit; font-size:inherit; font-style:inherit;font-weight:inherit}
table {border-collapse:collapse}
td, th {empty-cells:show;vertical-align:top;text-align:left}
body {background:#333}
#skipNavigation{background:#fff;color:#000;padding:.5em;position:absolute;left:0;top:-1000px;z-index:10}
#skipNavigation:focus,#skipNavigation:active{top:0;}
.sr-only {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/*page widths*/
body>header, main, body>footer, #alertApp{width:100%;float:left;clear:left;display:block;}
body>*>.wrap,body>main>*>.wrap, body>footer>.fatFooter,#alertApp>*{width:100%;max-width:70rem;margin-left:auto;margin-right:auto;position:relative;overflow:auto}

/* text */
body, .text, input, button{font-family: 'Roboto', sans-serif;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;line-height:1.75;color:#000}
a, a *{color:#e03100;text-decoration:none}
a:hover, a:active, a:hover *, a:active *{color:#1168B5}
p,h1,h2,h3,h4,hr,.content ul,.contentEditor ul,blockquote,dd,ol{margin-top:0;margin-bottom:1.2rem}
h1, h2, h3, h4, h5, h6, h7, h8, h9, th{font-weight:400; line-height: 120%}
p + h2, p + h3, p + h4, p + h5, p + h6,
.highlight + h2, .highlight + h3, .highlight + h4, .highlight + h5, .highlight + h6,
ul + h2, ul + h3, ul + h4, ul + h5, ul + h6 {margin-top:1.25em;}
.textColor, h1, h2, h3, h4, h5, h6, h7, h8, h9, th, dt{color:#2c333b}
em, i, q, cite, .italic{font-style:italic}
b, strong{font-weight:700}
u{text-decoration:none}
hr{border:0;border-top:1px solid rgba(0,0,0,.15);margin:2em 0; clear: both; padding-top:1px}
p{font-size:1em;}
h1{font-size:1.75rem;color: #1168B5;font-weight: 700}
h2, .content * h1{font-size:1.44rem;display: block;color: #4C7B9A;font-weight: 700}
h3, .content * h2{font-size:1.38rem;display: block;color: #4C7B9A;font-weight: 700}
h4, th{font-size:1.25rem;color: #4C7B9A;font-weight: 700}
h5 {font-size:1.1em;margin: 0 0 1rem 0;color: #4C7B9A;font-weight: 700}
h6 {font-size:1.0em;color: #4C7B9A;font-weight: 700}
h7, h8, h9{font-size:1em}
sup, sub { font-size:.6em; line-height:.6em;vertical-align:baseline;position:relative}
sup {bottom:1ex}
sub {top:.5ex}
li {
-webkit-column-break-inside: avoid;
               break-inside: avoid;
}
h1>.text, h2>.text{font-size: 1rem}

.intro {font-size: 1.13rem}

#content .custom-table { margin: 0 0 2rem; width: auto;}
.custom-table td { border: 1px solid #CCC; padding: .25rem 1.25rem; font-size: .9375rem; text-align: center; }
.custom-table p { margin-bottom: 0; }

/* list */
.content ol{margin-left:2em}
.content ol ol li {list-style: lower-alpha}
.content ul li{padding-left:2em; margin-bottom: 1em; position: relative}
.content ul li:before{content: ""; height:1em; width:1em; background:url(/images/icons/misc/bullet.svg) no-repeat center; font-weight:600; font-size:1.19em; position: absolute; left:0.5em; top:0.2em; color: #4C7B9A}
.content ul li ul li:before{opacity: .5}

/* addon classes */
.clearFloats{clear:both}
.nobr{white-space: nowrap}
.twoCol, .threeCol, .resCol{
-webkit-column-rule:1px outset rgba(0,0,0,.15);
        column-rule:1px outset rgba(0,0,0,.15);
-webkit-column-gap:2em;
        column-gap:2em;
}
.req{color:#c00}
.textIcon{background:#999; background-color:rgba(0,0,0,.2);font-size:.8em;line-height:1em;display:inline-block;padding:.2em .4em;border-radius: .5em;color:#fff}
.textIcon:hover{background:#666; background-color:rgba(0,0,0,.4);color:#fff}
.clearfix:after{content: "";display: table;clear: both;}

/* forms */
input, button, select, textarea{font-size:1em; font-family: 'Roboto', sans-serif; line-height: 1.2em}
input[type="text"], input[type="password"], input[type="tel"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], textarea, select, input[type="button"], input[type="submit"]{border-radius:0;-webkit-appearance:none}
input[type="text"], input[type="password"], input[type="tel"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], textarea, select{border:1px solid rgba(0,0,0,.2);background-color:rgba(0,0,0,.05);padding:0.5em;border-radius:3px; -webkit-transition: ease all 200ms; transition: ease all 200ms; -webkit-box-shadow:none; box-shadow:none}
input[type="text"]:hover, input[type="password"]:hover, input[type="tel"]:hover, input[type="number"]:hover, input[type="email"]:hover, input[type="url"]:hover, input[type="search"]:hover, textarea:hover, select:hover{border-color:#666}
input[type="text"]:focus, input[type="password"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, textarea:focus, select:focus{border-color:#e03100}
textarea{display:block;font-size: 1rem}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    select{background-image:url(/images/icons/16x16/select.png);background-repeat:no-repeat;background-position:right center;}
	input[type="search"]::-webkit-search-decoration {-webkit-appearance:none}
	input[type="search"]{padding-right:0}
}
select option{padding:0 .2em}
button,.button,input[type="button"], input[type="submit"], input[type="reset"]{color: #fff; text-align: center;background: #e03100;border-radius: 3px; border: 0; font-weight: 700;padding: 8px 2em 9px;display: inline-block;cursor:pointer}
input::-moz-focus-inner {border:0;padding:0;}
button:hover,input[type="button"]:hover,input[type="submit"]:hover,input[type="reset"]:hover,.button:hover,.button:focus,input[type="button"]:focus,input[type="submit"]:focus,input[type="reset"]:focus{background-color:#1168B5;color:#fff}
button img{height:1em;width:auto;vertical-align:top}
input.bulky, .bulky {padding:.4em .6em;font-size:1.2em}
.formTable, .formTable table{width:100%}
.formTable input[type="text"], .formTable input[type="password"], .formTable input[type="tel"], .formTable input[type="number"], .formTable input[type="email"], .formTable input[type="url"], .formTable input[type="search"], .formTable textarea{width:100%}
.formTable table td,.formTable table td:first-child{padding-bottom:0}
.formTable.right td:first-child{text-align:right;width:1%}
.formTable.right td{width:auto}

.formTable,
:where(.formTable, .form-flex) :where(input:where([type="text"], [type="password"], [type="tel"], [type="number"], [type="email"], [type="url"], [type="search"]), table, textarea, select) {
	width: 100%;
}
/* Forms - without tables ----- */
form.narrow .form-flex,
.narrow.form-flex {
	max-width: 18.75em;
}

.form-flex {
	display: flex;
	flex-wrap: wrap;
        align-items: flex-end;
	justify-content: space-between;
}

.form-flex fieldset {
	border: 0;
	margin: 0;
	padding: 0;
	width: 100%;
}

.form-flex fieldset legend {
	float: left;
	width: 100%;
}

.form-flex>div {
	margin: 0 0 .75em;
}

.form-flex .full {
	width: 100%;
}

.form-flex>div>label:first-of-type {
	display: block;
}

/* Checkboxes, radios */
.form-flex>div>fieldset>label {
	display: inline-block;
}


.subjClass{display:none !important;}
#Captcha label{padding-left:0}
td.right, th.right{text-align:right}
.wsNew{display:inline-block;font-size:.7em;line-height:1.5em;height:1.5em;padding:0 .3em;margin:.3em 0;background-color:#FFC700;overflow:visible;vertical-align:top;color:#fff;font-style:italic}


/* HEADER ------------------------------*/
body>header{background:#fff}
body>header>.wrap{height:60px}
#brand, #brand img{width: auto;}
#brand{display:block;line-height: 0}
#phone {float: right}
#mainnav #phone a {display: inline-block;color: #e03100;font-size: 1.25rem;font-style: italic;font-weight: 700}
#mainnav #phone img {display: inline-block;vertical-align: middle}


/* MAIN ------------------------------ */
.menu{cursor: pointer}
main, .mceContentBody{background:#fff}

.contentEditor{background:#fff;min-width:100%;}
/* side column */
main>div>aside{font-size:1em;line-height:1.3em;}
/* t1 */
#sidenav{width:100%;overflow:hidden;margin:0 0 40px}
#sidenav>ul>li>a {display: none}
#sidenav ul{padding: 0}
#sidenav li{height:1%;overflow:hidden}
#sidenav li a{padding:.5em 5px .5em 2em;line-height:1.5em;display:block}
#sidenav li a:hover, #sidenav li a:active{background:#e5e5e5}
#sidenav li.on>a{color:#000}
/* t2 */
#sidenav li.on ul{}
#sidenav li.on ul li{border-bottom:1px solid rgba(0,0,0,.15);position: relative}
#sidenav li.on ul li a{padding:.75em 1em;font-size:.875rem;line-height: 120%; color:#e03100;font-weight: 700}
#sidenav li ul li a:hover, #sidenav li ul li a:active{color:#1168B5;background:#fff}
#sidenav li ul li.on>a{color: #1168B5}
#sidenav>ul>li>ul>li>a:before {content: '\203A';-webkit-transition: ease all 200ms;transition: ease all 200ms; color: #e03100;float: right; font-size: 1rem;font-weight: 700;}
#sidenav>ul>li>ul>li.on>a:before,
#sidenav>ul>li>ul>li:hover>a:before {color: #1168B5}
#sidenav>ul>li>ul>li.on ul:before {content: '\203A'; -webkit-transition: ease all 200ms; transition: ease all 200ms; position: absolute; right: 0.5em; width: 1em; top: 0.6em; color: #1168B5; -webkit-transform: rotate(90deg); transform: rotate(90deg); font-size: 1rem; font-weight: 700; background: #fff; text-align: center;}
/* t3 */
#sidenav>ul>li>ul>li ul li.on ul:before {content: none}
#sidenav li ul li.on ul{padding-bottom:.75em;border:0}
#sidenav li ul li.on ul li{border:0}
#sidenav li ul li.on ul li a{padding:0.35em 1em 0.35em 2em;font-size:.875em;color:#6c777f;font-style: italic;font-weight: 400;}
#sidenav li ul li ul li a:hover, #sidenav li ul li ul li a:active{background:#f5f5f5}
#sidenav li ul li ul li.on>a{color:#1168B5;}
#sidenav>ul>li>ul>li>ul>li>a:before {
    content: '\2010';
    margin-right: 3px;
}
/* t4 */
#sidenav li ul li ul li.on ul li a{padding-left:50px;font-size:.7em;color:#666}
#sidenav li ul li ul li ul li a:hover, #sidenav li ul li ul li a:active{background:#fff}
#sidenav li ul li ul li ul li.on>a{color:#2c333b;}
/*section callouts*/
main>div>aside section{margin:0 0 20px;padding:10px}
main>div>aside section:hover{background:#f5f5f3}
main>div>aside section h1{margin:0;font-size:1.2em}
main>div>aside section p{margin:0}
/* breadcrumb */
.breadcrumb{margin-bottom: 1em}
.breadcrumb a:after{content: "\00A0\00A0\203A\00A0"}

/* content */
#content{word-wrap:break-word}
//body:not(.management) .content img {max-width: 100%; height: auto}
body .content .photoright, body .content .photoleft{max-width:40%;height:auto}
.content .photoright img,.content .photoleft img {max-width:100%;height:auto;margin: 0;float: none}
.content img.phototreatment{max-width:40%;height:auto}
img.phototreatment,img.photoright,img.photoleft,.photoright img,.photoleft img {}
.photoright{float:right;clear:right}
.photoleft{float:left;clear:left}
.muted {opacity:0.5;filter:alpha(opacity=50)}
.highlight, .content .highlight{background:#F2F2F2; clear: both; padding:1.5rem;margin:2em 0}
.content p+.highlight {margin-top: 2em}
small, .textSm{font-size:.8em}
#content table, .contentEditor table{width:100%}

.shareIcons{display:inline-block;position:relative;overflow:auto}
.shareIcons a{display:block;float:left;margin:0 .5em 1em 0;height:20px;width:20px;background-position:center center; background-repeat:no-repeat;background-size:contain;border-radius:.2em;-webkit-box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, .2);box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, .2)}
.shareIcons a:hover{background-color:#F03C5E}
	.shareFacebook{background-color:#3b5998; background-image:url(../../images/icons/64x64/facebook.png)}
	.shareTwitter{background-color:#00aced; background-image:url(../../images/icons/64x64/twitter.png)}
	.shareLinkedin{background-color:#007bb6; background-image:url(../../images/icons/64x64/linkedin.png)}
	.shareGoogle{background-color:#dd4b39; background-image:url(../../images/icons/64x64/google-plus.png)}

.split {float: left; width: 100%;}
.split a {float: left; display: block; width: 50%;}
.split a img {height: auto; width: 100%;}

/* Interior Header */
.intHeader {width: 100%;float: left;padding-bottom: 8.75em;border-top: 7px solid #485C69;min-height: 6em}

/* =========== HOMEPAGE =========== */
/* Welcome Message (default to third ribbon position) */

main>div:nth-child(1) {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
            flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    }

/* Top Rotator */

main>section:nth-child(2) {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
            flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    }

/* Three callout sections */

main>div:nth-child(3) {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
            flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    }

main>section:nth-child(4) {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
            flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    }

/* Events & Testimonial */

main>section:nth-child(5) {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
            flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    }

/* Call to Action */

main>div:nth-child(6) {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
            flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    }

main>section:nth-child(7) {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
            flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    }

/* First section */
.homeTop {position: relative;clear: both; width: 100%;float: left;border-top: 7px solid #485C69;border-bottom: 7px solid #485C69}
.homeTopBox {z-index: 2;text-align: left;color: #fff;}
.homeTopBox h2 {color: #fff;display: block;background-color: rgba(18,104,181,.9);-webkit-transform: skewX(-20deg);transform: skewX(-20deg);position: relative;margin: 0}
.homeTopBox span {-webkit-transform: skewX(20deg);transform: skewX(20deg);display: inline-block;font-weight: 400}
.homeTopBox p {margin: 0}
.bluBox {height: 43px; line-height: 43px; background-color: #1F3340;font-size: 1.7rem;color: #fff;padding: 0 .8rem;display: inline-block}
.bluBox+.bluBox {border-left: 1px solid rgba(255,255,255,0.1)}
.bluBox:hover {background:#fff }
.bluBox i {color: #fff}
.bluBox:hover i {color: #1F3340}
.controls {position: absolute; bottom: 0; right: 0;}
.homeTop .orgBtn {background-color: #e03100; border-radius: 0 0 3px 0; padding: .75rem 2rem;color: #fff;display: inline-block;vertical-align: top;font-weight: 700}
.homeTop .orgBtn:hover {background: #1168B5;}

/* Third Section */
.homeSection3 {float: left;width: 100%;padding: 5% 1em;position: relative;overflow: hidden;background-color: #F2F2F2}
.homeSection3 .homeLeft {background-image:url(/images/homeImg.jpg);background-size: cover;background-position: bottom;}
.homeSection3 .homeRight h1 {font-weight: 700;color: #1168B5}
.homeSection3 .homeRight a {}
.homeSection3 .homeRight p {font-size: 1.13rem;margin-bottom: 2rem;font-weight: 400}
.homeSection3 .wrap {clear: both}

/* Fourth Section */
.homeSection4 {float: left; width: 100%;background-color: #1F3340;position: relative;}
.homeSection4 h3 {color: #fff;float: left;margin-bottom: 0;font-weight: 700}
.homeSection4 h3:before {content: '\f274';font-family: fontawesome;opacity: .5;margin-right: 10px}
.homeSection4 .wrap div {color: #fff;}
.homeSection4 .wrap div a  {display: inline-block;color: #fff;font-weight: 700;font-size: 1.13rem}
.homeSection4 .wrap div p {color: #fff;font-size: 1.13rem;margin: 0;font-weight: 300}
.homeSection4 .wrap div .orgLink {color: #e03100;font-size: 1.13rem}
.homeSection4 .wrap div .orgLink:hover {color: #1168B5;font-size: 1.13rem}
.homeSection4 .wrap div .orgLink:after {content: '\203A';margin-left: 4px}

#homeBar {width: 100%; float: left;height: 10px;background-color: #fff}

#footCall {width: 100%;float: left;background-color: #1F3340;text-align:center;padding: 4rem 1em}
#footCall h2 {color: #fff;font-size: 1.75em;margin-bottom: 1em;font-weight: 700;display: block;line-height: 1}
#footCall h2 span {font-style: italic}
#footCall p {display: inline-block;color: #fff;line-height: 1}
#footCall p a {color: #e03100;font-size: 1.38rem;font-weight: 700;line-height: 1;font-style: italic}
#footCall p a.button {color: #fff;}

/* Home Callouts */
#homeCallouts {width: 100%;float: left;text-align: center;}
#homeCallouts .wrap {max-width: 1315px;margin: 0 auto;overflow: visible}
#homeCallouts h1 {color: #1168B5}
#homeCallouts p {margin: 0 auto 2.5em;font-size: 1.13rem;font-weight: 400}
.callout {;height: 280px;position: relative;overflow: visible;border: 1px solid #000;background-size: cover;}
.callout div, .callout .link-wrap {display: block; text-align: center; position: absolute;top: 50%;width: 100%;background-color: #e03100;border: 3px solid #fff;font-size: 1rem;-webkit-transform: skewX(-20deg) translateY(-50%);transform: skewX(-20deg) translateY(-50%);padding: 12px 0}
.callout span {color: #fff;font-weight: 700;-webkit-transform: skewX(20deg);transform: skewX(20deg);display: block}
    .product-callouts .callout {display: block; margin-top: 3em}
    .product-callouts .callout .image {display: block; padding-bottom: 50%}

.callout:hover div {left: 4px; background: #1168B5}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.content h1 + time {font-style: italic}

/* Sales Page */
#salesList .twoCol {-webkit-column-rule: none;column-rule: none}
#salesList p {margin-bottom: 0.5em}
#salesList hr {margin: 2em 0}
#salesList .highlight {margin: 0 0 2em; padding:2.5rem}

.gallery {overflow: auto; margin: 2em 0}
.picture img {z-index: 1; cursor: -webkit-zoom-in; cursor: zoom-in; position: relative; display: block; max-width: 100%; height: auto; width: 100%;}
p.picture img {cursor: default;}
.lightbox {z-index: 11; position: relative}
.gallery p.picture {display: inline-block; -webkit-transition: none; transition: none; width: 33%; float: left; padding: 0 1em; text-align: center; vertical-align: baseline}
.lightbox:before {content: ""; background: #000; opacity:0.8; position: fixed; top:0; left:0; z-index: 11; width: 100%; height: 100%; display: block}
body .content .lightbox img {position: fixed; top:50%; left:50%; z-index: 12; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); cursor: -webkit-zoom-out; cursor: zoom-out; width: auto;height: auto;max-width: 95vw;max-height: 95vh;margin: auto}
h2 + .picture {margin: 0}

/* FOOTER ------------------------------ */

body>footer{padding:0 1em 2em 1rem;color:#dadada;font-size:.9em;background-color: #1F3340}
body>footer>.wrap{overflow:visible;color: #919aa1;font-size: 0.75rem}
body>footer>.wrap a {color: #919aa1;font-size: .75rem;font-weight: 400}
body>footer a{color:#3ba0e3;font-weight: 700}
body>footer a:hover, footer a:active{color:#fff}
body>footer a.on, footer .on>a{text-decoration:none;color:#fff}
.fatFooter{margin-bottom:2em;}
.fatFooter>nav>ul ul li{padding-left: 1rem}
body>footer nav{display:inline}
body>footer .wrap nav a:before{content:"\00A0\007C\00A0\00A0"}
body>footer>div{min-height:18px}
body>footer .logo a img {height: 43px; width: auto;}
.fatFooter address p {font-weight: 400;color: #E3E3E3}
footer .social a i {color: #1B7DBE;font-size: 2em;}
footer .social a:hover i {color: #fff}
#footLogo:hover {opacity: .6}
footer .logo a:hover {opacity: .6}


/* APPS ------------------------------ */

/* pagination */
.pagination{font-size:.95em;text-align:right}

/* page header */
.pageHeader{width:100%;height:auto;margin-bottom:2em}

/* ALERT */
#alertApp, #alertApp.alertStatic:hover{width:100%; background:#e03100;padding-left: 1rem;padding-right: 1rem;}

#alertApp h1{margin-bottom:0;font-size:1.1em;padding:1rem 5px;color:#fff;text-align:center;}
#alertTitle span{float:right; opacity:.5}
#alertApp:hover #alertTitle span{opacity:1}
#alertTitle a{color:#fff;text-decoration:underline}
#alertDesc{overflow:hidden}
.alertClosed #alertDesc{height:auto;max-height:0}
.alertOpen #alertDesc{height:auto;min-height:0;max-height:250px;}
#alertDesc p{color: rgba(255,255,255,.8);}
#alertApp {cursor:pointer;}
#alertApp.alertStatic{cursor:auto}
#alertApp:hover {background:#1168B5}


/* MANAGEMENT OVERRIDES ------------------------------ */
#wysiwygBody{background:#fff}

/* management table */
hr+.manage{margin-top:-1em}
.manage{border-bottom:1px solid rgba(0,0,0,.2);width:100%;line-height:1.3em}
.manage th{border-bottom:1px solid rgba(0,0,0,.2);text-align:left}
.manage th.right{text-align:right}
.manage th.sort{cursor:pointer}
.manage th.sort img{margin-left:5px}
.manage th img {position:relative;bottom:-2px}
.manage td,.manage th{padding:5px 5px 5px 0}
.manage td:first-child{padding-left:.8em}
.manage img.preload{display:none;position:absolute;z-index:9900;top:0;border:solid 1px #fff}
.manage td.icons img{margin-left:5px;position:relative;bottom:-2px}
.manage td:first-child.icons img{margin-left:0}
.manage td:first-child.icons{padding-left:3px;padding-right:3px}
.manage td.icons a:first-child img{margin-left:0}
.manage td.icons input{position:relative;bottom:2px;margin-left:5px}
.manage .hidden{font-style:italic;color:#900}
.manageButton{text-align:right;padding:10px 0}
.alternate tbody tr:nth-child(even), .even{background:#fff}
.alternate tbody tr:nth-child(odd), .odd {background:rgba(0,0,0,.06)}
.manage+hr, .manage+.manageLinks+hr{margin-top:50px}
.manageLinks{margin-top:10px}
.manageLinks a{white-space:nowrap}
.manageLinks a img{position:relative;bottom:-2px}
.manageLinks button{margin-left:5px}
.manageButtons{text-align: right;padding:10px 0}
.wsReturnToButton {float:right;margin-top:-3.5em}
.manage.rightFirstChild td:first-child{text-align:right}
.sortRow th{cursor:pointer}
.manageEllipsis{width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block}

/* TRANSITIONS ------------------------------ */
a, a *,button,.button,input[type="button"],input[type="submit"],.rsFullscreenBtn,#alertApp,#alertApp span,#alertDesc,#navContainer li,.hamburger{-webkit-transition: all 200ms ease;transition: all 200ms ease}
input:focus{-webkit-transition: background-color 200ms ease;transition: background-color 200ms ease}


/* FORM ERRORS ------------------------------ */
.form-error {
	color: #EE0000;
	font-size: 0.9375em;
}

.reverse .form-error {
	background: #EE0000;
	color: #FFF;
}

fieldset label:first-of-type input:focus {
	outline: 1px solid #FF0000;
}

.formError {background-color:Black; border:0; padding: 5px 10px; color:#fff; display:none; margin:0 0 2px; z-index:9999; border-radius: 10px; -moz-box-shadow:0 2px 2px #333; -webkit-box-shadow:0 2px 2px #333;}
.formError p {margin:0; font-size:.9em; }
.formError em { border:10px solid;  border-color:Black transparent transparent; bottom:-17px; display:block; height:0; left:40px; position:absolute; width:0; }

@import url(/includes/css/grid-flex.css);
