﻿.rn_Home h2, .rn_Home .rn_VisualProductSelector .rn_BreadCrumb, .rn_IncidentDetail h2 {
    font-size: 2em;
    font-weight: normal;
    line-height: 1.25em;
    margin-bottom: 1em;
}

.rn_SearchControls .rn_SearchButton .rn_ButtonText, .rn_SearchControls .rn_SourceSearchButton .rn_ButtonText {
    height: 1px;
    left: -10000px;
    overflow: hidden;
    position: absolute;
    top: auto;
    width: 1px;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

button, input[type="submit"] {
    border: 1px solid #245aa6;
    border-radius: 3px;
    color: white;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    background-color: #477DCA;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #477DCA), color-stop(100%, #2761b2));
    background-image: -webkit-linear-gradient(#477DCA, #2761b2);
    background-image: linear-gradient(#477DCA, #2761b2);
    padding: 7px 18px;
    text-decoration: none;
    text-shadow: 0 1px 0 #1b509a;
    background-clip: padding-box;
    -webkit-font-smoothing: antialiased;
    font-size: 1em;
    font-weight: bold;
    line-height: 1em;
}

    button:hover:not(:disabled), input[type="submit"]:hover:not(:disabled) {
        box-shadow: inset 0 1px 0 0 #628dc8;
        cursor: pointer;
        background-color: #3c71bb;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3c71bb), color-stop(100%, #255aa5));
        background-image: -webkit-linear-gradient(#3c71bb, #255aa5);
        background-image: linear-gradient(#3c71bb, #255aa5);
    }

    button:active:not(:disabled), input[type="submit"]:active:not(:disabled) {
        border: 1px solid #245aa6;
        box-shadow: inset 0 0 8px 4px #235397, inset 0 0 8px 4px #235397, 0 1px 1px 0 #eee;
    }

    button[name="autoevaluacion"]:active:not(:disabled) {
        border: 1px solid #42b5c0;
        box-shadow: inset 0 0 8px 4px #235397, inset 0 0 8px 4px #235397, 0 1px 1px 0 #eee;
    }

    button[name="informacion"]:active:not(:disabled) {
        border: 1px solid #9883b8;
        box-shadow: inset 0 0 8px 4px #235397, inset 0 0 8px 4px #235397, 0 1px 1px 0 #eee;
    }

    button[name="teleasistencia"]:active:not(:disabled) {
        border: 1px solid #7097bf;
        box-shadow: inset 0 0 8px 4px #235397, inset 0 0 8px 4px #235397, 0 1px 1px 0 #eee;
    }

    button:disabled, input[type="submit"]:disabled {
        opacity: 0.5;
        cursor: not-allowed;
    }

body {
    color: #333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1em;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.25em;
    margin: 0;
    text-rendering: optimizeLegibility;
}

h1 {
    font-size: 2.25em;
}

h2 {
    font-size: 2em;
}

h3 {
    font-size: 1.75em;
}

h4 {
    font-size: 1.5em;
}

h5 {
    font-size: 1.25em;
}

h6 {
    font-size: 1em;
}

p {
    margin: 0 0 0.75em;
}

a {
    color: #3B6DB1;
    text-decoration: none;
    -webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    transition: color 0.1s linear;
}

    a:hover {
        color: #2c5999;
    }

    a:active, a:focus {
        color: #2c5999;
    }

hr {
    border-bottom: 1px solid #999;
    border-left: none;
    border-right: none;
    border-top: none;
    margin: 1.5em 0;
}

img {
    margin: 0;
    max-width: 100%;
}

abbr, acronym {
    border-bottom: 1px dotted #999;
    cursor: help;
}

address {
    display: block;
    margin: 0 0 0.75em;
}

hgroup {
    margin-bottom: 0.75em;
}

del {
    color: #595959;
}

blockquote {
    border-left: 2px solid #999;
    color: #595959;
    margin: 1.5em 0;
    padding-left: 0.75em;
}

cite {
    color: #737373;
    font-style: italic;
}

    cite:before {
        content: '\2014 \00A0';
    }

fieldset {
    background: #b3b3b3;
    border: 1px solid #999;
    margin: 0 0 0.75em 0;
    padding: 1.5em;
}

input, label, select {
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1em;
}

label {
    font-weight: bold;
    margin-bottom: 0.375em;
}

    label.required:after {
        content: "*";
    }

    label abbr {
        display: none;
    }

textarea, input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"], select[multiple=multiple] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color;
    -moz-transition: border-color;
    transition: border-color;
    background-color: white;
    border-radius: 0.1875em;
    border: 1px solid #999;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1em;
    margin-bottom: 0.75em;
    padding: 0.5em 0.5em;
    width: 100%;
}

    textarea:hover, input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="url"]:hover, input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover, select[multiple=multiple]:hover {
        border-color: #808080;
    }

    textarea:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, select[multiple=multiple]:focus {
        border-color: #477DCA;
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7);
    }

textarea {
    resize: vertical;
}

input[type="search"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

input[type="checkbox"], input[type="radio"] {
    display: inline;
    margin-right: 0.375em;
}

input[type="file"] {
    width: 100%;
}

select {
    width: auto;
    max-width: 100%;
    margin-bottom: 1.5em;
}

button, input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
}

table {
    border-collapse: collapse;
    margin: 0.75em 0;
    table-layout: fixed;
    width: 100%;
}

th {
    border-bottom: 1px solid #737373;
    font-weight: bold;
    padding: 0.75em 0;
    text-align: left;
}

td {
    border-bottom: 1px solid #999;
    padding: 0.75em 0;
}

tr, td, th {
    vertical-align: middle;
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

dl {
    line-height: 1.5em;
    margin-bottom: 0.75em;
}

    dl dt {
        font-weight: bold;
        margin-top: 0.75em;
    }

    dl dd {
        margin: 0;
    }

@font-face {
    font-family: 'FontAwesome';
    src: url('Fonts/fontawesome-webfont.eot?v=4.3.0');
    src: url('Fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('Fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('Fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('Fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('Fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none;
}

    .fa-ul > li {
        position: relative;
    }

.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: 0.14286em;
    text-align: center;
}

    .fa-li.fa-lg {
        left: -1.85714em;
    }

.fa-border {
    padding: 0.2em 0.25em 0.15em;
    border: solid 0.08em #eee;
    border-radius: 0.1em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: 0.3em;
}

.fa.pull-right {
    margin-left: 0.3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    filter: none;
}

.fa-stack, .rn_CommunityHome .rn_RecentQuestions .rn_StackedIcons {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

    .fa-stack-1x, .rn_CommunityHome .rn_RecentQuestions .rn_StackedIcons:after, .fa-stack-2x, .rn_CommunityHome .rn_RecentQuestions .rn_StackedIcons:before {
        position: absolute;
        left: 0;
        width: 100%;
        text-align: center;
    }

    .fa-stack-1x, .rn_CommunityHome .rn_RecentQuestions .rn_StackedIcons:after {
        line-height: inherit;
    }

    .fa-stack-2x, .rn_CommunityHome .rn_RecentQuestions .rn_StackedIcons:before {
        font-size: 2em;
    }

.fa-inverse {
    color: #fff;
}

.fa-glass:before {
    content: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-signal:before {
    content: "\f012";
}

.fa-gear:before, .fa-cog:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-key:before {
    content: "\f084";
}

.fa-gears:before, .fa-cogs:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-rss:before {
    content: "\f09e";
}

.fa-hdd-o:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-group:before, .fa-users:before {
    content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc";
}

.fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd";
}

.fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2";
}

.fa-legal:before, .fa-gavel:before {
    content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-flash:before, .fa-bolt:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152";
}

.fa-euro:before, .fa-eur:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155";
}

.fa-rupee:before, .fa-inr:before {
    content: "\f156";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158";
}

.fa-won:before, .fa-krw:before {
    content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-turkish-lira:before, .fa-try:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-slack:before {
    content: "\f198";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-pied-piper:before {
    content: "\f1a7";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-spoon:before {
    content: "\f1b1";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9";
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}

.fa-file-word-o:before {
    content: "\f1c2";
}

.fa-file-excel-o:before {
    content: "\f1c3";
}

.fa-file-powerpoint-o:before {
    content: "\f1c4";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8";
}

.fa-file-code-o:before {
    content: "\f1c9";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd";
}

.fa-circle-o-notch:before {
    content: "\f1ce";
}

.fa-ra:before, .fa-rebel:before {
    content: "\f1d0";
}

.fa-ge:before, .fa-empire:before {
    content: "\f1d1";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-hacker-news:before {
    content: "\f1d4";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7";
}

.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8";
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9";
}

.fa-history:before {
    content: "\f1da";
}

.fa-genderless:before, .fa-circle-thin:before {
    content: "\f1db";
}

.fa-header:before {
    content: "\f1dc";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-sliders:before {
    content: "\f1de";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-newspaper-o:before {
    content: "\f1ea";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bell-slash-o:before {
    content: "\f1f7";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-eyedropper:before {
    content: "\f1fb";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-area-chart:before {
    content: "\f1fe";
}

.fa-pie-chart:before {
    content: "\f200";
}

.fa-line-chart:before {
    content: "\f201";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-bus:before {
    content: "\f207";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-cc:before {
    content: "\f20a";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b";
}

.fa-meanpath:before {
    content: "\f20c";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-diamond:before {
    content: "\f219";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-venus:before {
    content: "\f221";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-facebook-official:before {
    content: "\f230";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-server:before {
    content: "\f233";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-times:before {
    content: "\f235";
}

.fa-hotel:before, .fa-bed:before {
    content: "\f236";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-train:before {
    content: "\f238";
}

.fa-subway:before {
    content: "\f239";
}

.fa-medium:before {
    content: "\f23a";
}

html, body {
    height: 100%;
}

body {
    margin: 0;
}

h1 {
    font-size: 1.75em;
    word-wrap: break-word;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5 {
    font-size: 0.83em;
}

h6 {
    font-size: 0.75em;
}

a {
    padding: 0.1em 0;
}

legend {
    display: none;
}

pre {
    background: #eaeaea;
    color: #000;
    padding: 1em;
}

fieldset {
    background: #F4F4F4;
}

.rn_Container {
    *zoom: 1;
    max-width: 68em;
    margin-left: auto;
    margin-right: auto;
}

    .rn_Container:before, .rn_Container:after {
        content: " ";
        display: table;
    }

    .rn_Container:after {
        clear: both;
    }

@media screen and (max-width: 1088px) {
    .rn_Container {
        margin: 0 1em;
    }
}

@media screen and (max-width: 720px) {
    .rn_Container {
        word-wrap: break-word;
    }
}

.rn_MegaContainer {
    *zoom: 1;
    margin: 20px;
}

    .rn_MegaContainer:before, .rn_MegaContainer:after {
        content: " ";
        display: table;
    }

    .rn_MegaContainer:after {
        clear: both;
    }

.rn_ErrorMessage {
    background: #FBE3E4;
    color: #6a0f14;
    font-weight: bold;
    margin-bottom: 0.75em;
    padding: 0.75em;
}

    .rn_ErrorMessage a {
        color: #3d090b;
    }

        .rn_ErrorMessage a:hover {
            color: #110203;
        }

.rn_WarningMessage {
    background: #FFF6BF;
    color: #594c00;
    font-weight: bold;
    margin-bottom: 0.75em;
    padding: 0.75em;
}

    .rn_WarningMessage a {
        color: #262000;
    }

        .rn_WarningMessage a:hover {
            color: black;
        }

.rn_ErrorField {
    background: #FEFDA0 !important;
}

.rn_Required, .rn_ErrorLabel {
    color: #c31c24;
}

.rn_InfoMessage {
    background: #E6EFC2;
    color: #333c10;
    font-weight: bold;
    margin-bottom: 0.75em;
    padding: 0.75em;
}

    .rn_InfoMessage a {
        color: #111405;
    }

        .rn_InfoMessage a:hover {
            color: black;
        }

.rn_CaptchaDialog {
    border: 1px solid #CCC;
}

    .rn_CaptchaDialog #recaptcha_area table {
        table-layout: auto;
    }

    .rn_CaptchaDialog #recaptcha_area input {
        display: inline;
    }

.rn_HintBox {
    background: #FFF;
    border-radius: 3px;
    border-top: 0;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    display: block;
    margin-top: 0.3em;
}

    .rn_HintBox:before {
        font-family: 'FontAwesome';
        margin-right: 6px;
    }

    .rn_HintBox:before {
        content: "\f0d8";
        font-size: 2em;
        color: #FFF;
        top: -10px;
        left: 33px;
        z-index: 1;
        margin: 0;
        position: absolute;
    }

    .rn_HintBox:after {
        font-family: 'FontAwesome';
        margin-left: 6px;
    }

    .rn_HintBox:after {
        content: "\f0d8";
        font-size: 2.2em;
        color: #DBDBDB;
        top: -11px;
        left: 32px;
        margin: 0;
        position: absolute;
    }

.rn_HintBoxRight {
    background: #FFF;
    border-radius: 3px;
    border-top: 0;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    display: block;
    margin-top: 0.3em;
    margin-left: 15px;
}

    .rn_HintBoxRight:before {
        font-family: 'FontAwesome';
        margin-right: 6px;
    }

    .rn_HintBoxRight:before {
        content: "\f0d9";
        font-size: 2em;
        color: #FFF;
        top: 10px;
        left: 5px;
        z-index: 1;
        margin: 0;
        position: absolute;
    }

    .rn_HintBoxRight:after {
        font-family: 'FontAwesome';
        margin-left: 6px;
    }

    .rn_HintBoxRight:after {
        content: "\f0d9";
        font-size: 2.2em;
        color: #DBDBDB;
        top: 11px;
        left: 3px;
        margin: 0;
        position: absolute;
    }

.rn_Loading:before {
    font-family: 'FontAwesome';
    margin-right: 6px;
    content: "\f110";
    -webkit-animation: fa-spin 2s infinite linear;
    -moz-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    display: block;
    font-size: 1em;
    position: relative;
    text-align: center;
}

.rn_CheckSquare:before {
    font-family: 'FontAwesome';
    margin-right: 6px;
    content: "\f046";
    font-size: 1em;
}

.rn_ExclamationCircle:before {
    font-family: 'FontAwesome';
    margin-right: 6px;
    content: "\f06a";
    font-size: 1em;
}

.rn_Body {
    min-height: 100%;
}

.rn_SkipNav:focus, .rn_SkipNav:active {
    background-color: #FFF;
    height: auto;
    left: auto;
    top: auto;
    width: auto;
}

.rn_PageContent {
    padding: 4em 0;
}

    .rn_PageContent .rn_PopularKB h2, .rn_PageContent .rn_PopularSocial h2 {
        color: #333;
        margin-bottom: 1em;
        font-size: 1.75em;
        font-weight: bold;
        line-height: 2em;
    }

    .rn_PageContent .rn_PopularKB .rn_Container, .rn_PageContent .rn_PopularSocial .rn_Container {
        padding: 2em 0;
    }

.rn_SearchControls form {
    *zoom: 1;
    display: block;
}

@media screen and (max-width: 400px) {
    .rn_SearchControls form {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
    }

        .rn_SearchControls form:last-child {
            margin-right: 0;
        }
}

.rn_SearchControls form:before, .rn_SearchControls form:after {
    content: " ";
    display: table;
}

.rn_SearchControls form:after {
    clear: both;
}

.rn_SearchControls .rn_SearchInput {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 91.4702%;
}

    .rn_SearchControls .rn_SearchInput:last-child {
        margin-right: 0;
    }

@media screen and (max-width: 720px) {
    .rn_SearchControls .rn_SearchInput {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 82.94039%;
    }

        .rn_SearchControls .rn_SearchInput:last-child {
            margin-right: 0;
        }
}

.rn_SearchControls .rn_SearchButton, .rn_SearchControls .rn_SourceSearchButton {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 6.17215%;
    text-align: right;
}

    .rn_SearchControls .rn_SearchButton:last-child, .rn_SearchControls .rn_SourceSearchButton:last-child {
        margin-right: 0;
    }

@media screen and (max-width: 720px) {
    .rn_SearchControls .rn_SearchButton, .rn_SearchControls .rn_SourceSearchButton {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 14.70196%;
    }

        .rn_SearchControls .rn_SearchButton:last-child, .rn_SearchControls .rn_SourceSearchButton:last-child {
            margin-right: 0;
        }
}

.rn_SearchControls .rn_SearchButton .rn_SubmitButton, .rn_SearchControls .rn_SourceSearchButton .rn_SubmitButton {
    width: 100%;
    padding: 0.5em 0;
    font-weight: bold;
}

    .rn_SearchControls .rn_SearchButton .rn_SubmitButton:after, .rn_SearchControls .rn_SourceSearchButton .rn_SubmitButton:after {
        font-family: 'FontAwesome';
        margin-left: 6px;
        content: "\f002";
        margin: 0;
    }

.rn_SearchControls .rn_SearchFilters {
    *zoom: 1;
    display: block;
}

    .rn_SearchControls .rn_SearchFilters:before, .rn_SearchControls .rn_SearchFilters:after {
        content: " ";
        display: table;
    }

    .rn_SearchControls .rn_SearchFilters:after {
        clear: both;
    }

    .rn_SearchControls .rn_SearchFilters span.rn_Label, .rn_SearchControls .rn_SearchFilters label {
        margin-bottom: 2px;
        font-weight: normal;
        text-shadow: 0 1px #000;
    }

.rn_PopularSocial h2:before, .rn_QuestionResults h2:before, .rn_QuestionList h2:before {
    font-family: 'FontAwesome';
    margin-right: 6px;
    content: "\f086";
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 6.17215%;
    width: auto;
    line-height: 1em;
    font-size: 2em;
    color: #62C2FF;
}

    .rn_PopularSocial h2:before:last-child, .rn_QuestionResults h2:before:last-child, .rn_QuestionList h2:before:last-child {
        margin-right: 0;
    }

@media screen and (max-width: 720px) {
    .rn_PopularSocial h2:before, .rn_QuestionResults h2:before, .rn_QuestionList h2:before {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 14.70196%;
    }

        .rn_PopularSocial h2:before:last-child, .rn_QuestionResults h2:before:last-child, .rn_QuestionList h2:before:last-child {
            margin-right: 0;
        }
}

.rn_PopularKB h2:before, .rn_KBAnswerResults h2:before, .rn_KBAnswerList h2:before {
    font-family: 'FontAwesome';
    margin-right: 6px;
    content: "\f0eb";
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 6.17215%;
    width: auto;
    line-height: 1em;
    font-size: 2em;
    color: #62C2FF;
}

    .rn_PopularKB h2:before:last-child, .rn_KBAnswerResults h2:before:last-child, .rn_KBAnswerList h2:before:last-child {
        margin-right: 0;
    }

@media screen and (max-width: 720px) {
    .rn_PopularKB h2:before, .rn_KBAnswerResults h2:before, .rn_KBAnswerList h2:before {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 14.70196%;
    }

        .rn_PopularKB h2:before:last-child, .rn_KBAnswerResults h2:before:last-child, .rn_KBAnswerList h2:before:last-child {
            margin-right: 0;
        }
}

.rn_PopularKB h2, .rn_PopularSocial h2, .rn_KBAnswerResults h2, .rn_QuestionResults h2, .rn_KBAnswerList h2, .rn_QuestionList h2 {
    margin-bottom: 1em;
    font-size: 1.75em;
    font-weight: bold;
    line-height: 2em;
    width: 100%;
}

.rn_PopularKB .rn_AnswersLink, .rn_PopularKB .rn_DiscussionsLink, .rn_PopularSocial .rn_AnswersLink, .rn_PopularSocial .rn_DiscussionsLink, .rn_KBAnswerResults .rn_AnswersLink, .rn_KBAnswerResults .rn_DiscussionsLink, .rn_QuestionResults .rn_AnswersLink, .rn_QuestionResults .rn_DiscussionsLink, .rn_KBAnswerList .rn_AnswersLink, .rn_KBAnswerList .rn_DiscussionsLink, .rn_QuestionList .rn_AnswersLink, .rn_QuestionList .rn_DiscussionsLink {
    display: block;
    font-size: larger;
    text-align: right;
}

    .rn_PopularKB .rn_AnswersLink a:after, .rn_PopularKB .rn_DiscussionsLink a:after, .rn_PopularSocial .rn_AnswersLink a:after, .rn_PopularSocial .rn_DiscussionsLink a:after, .rn_KBAnswerResults .rn_AnswersLink a:after, .rn_KBAnswerResults .rn_DiscussionsLink a:after, .rn_QuestionResults .rn_AnswersLink a:after, .rn_QuestionResults .rn_DiscussionsLink a:after, .rn_KBAnswerList .rn_AnswersLink a:after, .rn_KBAnswerList .rn_DiscussionsLink a:after, .rn_QuestionList .rn_AnswersLink a:after, .rn_QuestionList .rn_DiscussionsLink a:after {
        font-family: 'FontAwesome';
        margin-left: 6px;
        content: "\f054";
        font-size: smaller;
    }

.rn_PopularKB .rn_HeaderContainer, .rn_PopularSocial .rn_HeaderContainer, .rn_KBAnswerResults .rn_HeaderContainer, .rn_QuestionResults .rn_HeaderContainer, .rn_KBAnswerList .rn_HeaderContainer, .rn_QuestionList .rn_HeaderContainer {
    *zoom: 1;
    margin-bottom: 0;
}

    .rn_PopularKB .rn_HeaderContainer:before, .rn_PopularKB .rn_HeaderContainer:after, .rn_PopularSocial .rn_HeaderContainer:before, .rn_PopularSocial .rn_HeaderContainer:after, .rn_KBAnswerResults .rn_HeaderContainer:before, .rn_KBAnswerResults .rn_HeaderContainer:after, .rn_QuestionResults .rn_HeaderContainer:before, .rn_QuestionResults .rn_HeaderContainer:after, .rn_KBAnswerList .rn_HeaderContainer:before, .rn_KBAnswerList .rn_HeaderContainer:after, .rn_QuestionList .rn_HeaderContainer:before, .rn_QuestionList .rn_HeaderContainer:after {
        content: " ";
        display: table;
    }

    .rn_PopularKB .rn_HeaderContainer:after, .rn_PopularSocial .rn_HeaderContainer:after, .rn_KBAnswerResults .rn_HeaderContainer:after, .rn_QuestionResults .rn_HeaderContainer:after, .rn_KBAnswerList .rn_HeaderContainer:after, .rn_QuestionList .rn_HeaderContainer:after {
        clear: both;
    }

    .rn_PopularKB .rn_HeaderContainer h2, .rn_PopularSocial .rn_HeaderContainer h2, .rn_KBAnswerResults .rn_HeaderContainer h2, .rn_QuestionResults .rn_HeaderContainer h2, .rn_KBAnswerList .rn_HeaderContainer h2, .rn_QuestionList .rn_HeaderContainer h2 {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 91.4702%;
    }

        .rn_PopularKB .rn_HeaderContainer h2:last-child, .rn_PopularSocial .rn_HeaderContainer h2:last-child, .rn_KBAnswerResults .rn_HeaderContainer h2:last-child, .rn_QuestionResults .rn_HeaderContainer h2:last-child, .rn_KBAnswerList .rn_HeaderContainer h2:last-child, .rn_QuestionList .rn_HeaderContainer h2:last-child {
            margin-right: 0;
        }

.rn_PopularKB .rn_RssIcon, .rn_PopularSocial .rn_RssIcon, .rn_KBAnswerResults .rn_RssIcon, .rn_QuestionResults .rn_RssIcon, .rn_KBAnswerList .rn_RssIcon, .rn_QuestionList .rn_RssIcon {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 6.17215%;
    margin-top: 0.83em;
    text-align: right;
}

    .rn_PopularKB .rn_RssIcon:last-child, .rn_PopularSocial .rn_RssIcon:last-child, .rn_KBAnswerResults .rn_RssIcon:last-child, .rn_QuestionResults .rn_RssIcon:last-child, .rn_KBAnswerList .rn_RssIcon:last-child, .rn_QuestionList .rn_RssIcon:last-child {
        margin-right: 0;
    }

.rn_SideRail li {
    padding-left: 5px;
}

.rn_Well, .rn_WellDark {
    padding: 1em;
    background: #FFF;
    border: 1px solid #999;
}

    .rn_Well li, .rn_WellDark li {
        padding-left: 0;
    }

    .rn_Well h2, .rn_Well h3, .rn_Well h4, .rn_WellDark h2, .rn_WellDark h3, .rn_WellDark h4 {
        line-height: 1.5em;
        margin-bottom: 0.5em;
    }

    .rn_Well h2, .rn_Well h3, .rn_WellDark h2, .rn_WellDark h3 {
        font-size: 1.1em;
    }

    .rn_Well h4, .rn_WellDark h4 {
        font-size: 1em;
    }

.rn_WellDark {
    background: #f4f4f4;
}

.rn_HighContrastMode input, .rn_HighContrastMode input[type="submit"], .rn_HighContrastMode button, .rn_HighContrastMode textarea, .rn_HighContrastMode select {
    border: 1px outset !important;
}

.rn_HighContrastMode .rn_HintBox:before, .rn_HighContrastMode .rn_HintBox:after {
    content: none;
}

.rn_HighContrastMode .rn_Avatar .rn_Default {
    border: 1px outset;
}

.rn_AnswerPreview ol, .rn_AnswerPreview ul {
    clear: both;
    padding-left: 2em;
}

.rn_AnswerPreview > ol, .rn_AnswerPreview > ul {
    margin-bottom: 1em;
}

.rn_AnswerPreview li {
    line-height: 1.4em;
    margin: 4px 0;
}

.rn_AnswerPreview ul li {
    list-style: disc;
}

.rn_AnswerPreview li ul li {
    list-style: circle;
}

.rn_AnswerPreview li li ul li {
    list-style: square;
}

.rn_AnswerPreview ol li, .rn_AnswerPreview li ol li, .rn_AnswerPreview li li ol li {
    list-style: decimal;
}

.rn_AnswerPreview .rn_Header {
    background-color: #313e52;
    height: 60px;
    width: 100%;
}

.rn_AnswerPreview .rn_Footer, .rn_AnswerPreview .rn_Body {
    background: #FFF;
    overflow: hidden;
    padding: 0 0 20px 10px;
    text-align: left;
    width: 99%;
}

.rn_AnswerPreview .rn_MainColumn {
    background: #FFF;
    float: left;
    margin-right: 8px;
    min-height: 650px;
    height: auto !important;
    height: 650px;
    overflow: visible;
    padding: 0 0 10px 6px;
    width: 74%;
}

.rn_AnswerPreview .rn_PageTitle {
    color: #25383C;
    overflow: hidden;
    padding: 16px 0 0;
}

    .rn_AnswerPreview .rn_PageTitle .rn_Home, .rn_AnswerPreview .rn_PageTitle .rn_QuestionList, .rn_AnswerPreview .rn_PageTitle .rn_KBAnswerList {
        border-bottom: 0;
        overflow: visible;
    }

    .rn_AnswerPreview .rn_PageTitle .rn_AnswerDetail {
        padding: 16px 0 5px;
        line-height: 1.2em;
    }

    .rn_AnswerPreview .rn_PageTitle .rn_Home {
        margin-bottom: 10px;
    }

    .rn_AnswerPreview .rn_PageTitle h1, .rn_AnswerPreview .rn_PageTitle h2, .rn_AnswerPreview .rn_PageTitle h3, .rn_AnswerPreview .rn_PageTitle h4, .rn_AnswerPreview .rn_PageTitle h5, .rn_AnswerPreview .rn_PageTitle h6 {
        clear: left;
        word-wrap: break-word;
    }

    .rn_AnswerPreview .rn_PageTitle p {
        clear: both;
    }

.rn_AnswerPreview .rn_Summary {
    padding: 7px 0 0;
    line-height: 1em;
    letter-spacing: -0.01em;
}

.rn_AnswerPreview .rn_AnswerInfo {
    color: #666;
    margin: 6px 0 20px;
}

    .rn_AnswerPreview .rn_AnswerInfo div {
        display: inline;
    }

.rn_AnswerPreview .rn_PageContent {
    overflow: visible;
}

.rn_AnswerPreview .rn_AnswerText {
    clear: both;
    line-height: 1.4em;
    padding: 5px 0 15px;
}

.rn_AnswerPreview .rn_FileAttach {
    padding-bottom: 1em;
}

.rn_AnswerPreview .rn_QuestionText p {
    background: #EFEFEF;
    padding: 1em;
}

.rn_AccountNotifications {
    padding: 0;
}

    .rn_AccountNotifications h2 {
        padding: 1em 0 0;
    }

.rn_AccountOverview {
    padding: 0;
}

    .rn_AccountOverview h2 {
        padding: 1em 0 0;
    }

    .rn_AccountOverview table {
        table-layout: auto;
    }

        .rn_AccountOverview table td, .rn_AccountOverview th {
            white-space: nowrap;
        }

        .rn_AccountOverview table th:first-child, .rn_AccountOverview td:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
            max-width: 350px !important;
        }

    .rn_AccountOverview .rn_SideRail {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%;
    }

        .rn_AccountOverview .rn_SideRail:last-child {
            margin-right: 0;
        }

        .rn_AccountOverview .rn_SideRail legend {
            display: block;
        }

        .rn_AccountOverview .rn_SideRail ul {
            list-style-type: initial;
            margin-left: 1em;
        }

        .rn_AccountOverview .rn_SideRail fieldset {
            padding: 1em;
        }

    .rn_AccountOverview .rn_ContentDetail {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 65.88078%;
    }

        .rn_AccountOverview .rn_ContentDetail:last-child {
            margin-right: 0;
        }

.rn_Home {
    padding: 0;
}

    .rn_Home .rn_PopularKB .rn_Container, .rn_Home .rn_Container .rn_VisualProductCategorySelector {
        border-bottom: 2px dashed #b7cce7;
    }

    .rn_Home.hero {
        min-height: 200px;
    }

.rn_SideRail {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
    padding-top: 2em;
}

    .rn_SideRail:last-child {
        margin-right: 0;
    }

@media screen and (max-width: 720px) {
    .rn_SideRail {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        margin-top: 0;
    }

        .rn_SideRail:last-child {
            margin-right: 0;
        }
}

.rn_SideRail h2 {
    font-size: 1.2em;
}

.rn_SideRail > div {
    margin-bottom: 4em;
}

.rn_SideRail .rn_PreviousAnswers h2:before {
    font-family: 'FontAwesome';
    margin-right: 6px;
    content: "\f133";
}

.rn_RecordDetail {
    padding: 2em 0 0;
}

    .rn_RecordDetail:empty {
        padding: 0;
    }

    .rn_RecordDetail ol, .rn_RecordDetail ul {
        clear: both;
        padding-left: 2em;
    }

    .rn_RecordDetail > ol, .rn_RecordDetail > ul {
        margin-bottom: 1em;
    }

    .rn_RecordDetail li {
        line-height: 1.4em;
        margin: 4px 0;
    }

    .rn_RecordDetail ul li {
        list-style: disc;
    }

    .rn_RecordDetail li ul li {
        list-style: circle;
    }

    .rn_RecordDetail li li ul li {
        list-style: square;
    }

    .rn_RecordDetail ol li, .rn_RecordDetail li ol li, .rn_RecordDetail li li ol li {
        list-style: decimal;
    }

    .rn_RecordDetail .rn_Highlight {
        font-weight: bold;
        font-style: normal;
    }

    .rn_RecordDetail .rn_RecordInfo {
        color: #5e5e5e;
        padding-bottom: 1em;
        margin-bottom: 0.5em;
    }

    .rn_RecordDetail .rn_PrimaryQuestionContent {
        padding-bottom: 1em;
    }

    .rn_RecordDetail .rn_SecondaryQuestionContent {
        padding-bottom: 1em;
        border-bottom: 2px dashed #b7cce7;
    }

    .rn_RecordDetail .rn_DetailTools {
        *zoom: 1;
        padding: 0.5em 0;
        border-bottom: 2px dashed #b7cce7;
        text-align: right;
    }

        .rn_RecordDetail .rn_DetailTools:before, .rn_RecordDetail .rn_DetailTools:after {
            content: " ";
            display: table;
        }

        .rn_RecordDetail .rn_DetailTools:after {
            clear: both;
        }

        .rn_RecordDetail .rn_DetailTools > div, .rn_RecordDetail .rn_DetailTools > span {
            display: inline-block;
            margin-left: 1em;
        }

@media screen and (max-width: 720px) {
    .rn_RecordDetail .rn_DetailTools > div, .rn_RecordDetail .rn_DetailTools > span {
        display: block;
    }
}

.rn_RecordDetail .rn_DetailTools .rn_Links {
    float: right;
    margin-left: initial;
}

    .rn_RecordDetail .rn_DetailTools .rn_Links > div, .rn_RecordDetail .rn_DetailTools .rn_Links > span {
        float: left;
        margin-left: 1em;
    }

.rn_RecordDetail .rn_AnswerText blockquote, .rn_RecordDetail .rn_AnswerQuestion blockquote {
    border: 0;
    padding-left: 1em;
}

.rn_RecordDetail .rn_AnswerQuestion table {
    width: auto;
    margin: 0;
    border-spacing: 0.5em;
    border-collapse: separate;
}

    .rn_RecordDetail .rn_AnswerQuestion table td {
        border: 0;
        padding: 0;
    }

@media print {
    .rn_HideInPrint {
        display: none;
    }
}

.rn_ContentDetail {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%;
}

    .rn_ContentDetail:last-child {
        margin-right: 0;
    }

@media screen and (max-width: 720px) {
    .rn_ContentDetail {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        margin-right: 0;
        margin-top: 0;
    }

        .rn_ContentDetail:last-child {
            margin-right: 0;
        }
}

.rn_ContentDetail:after {
    content: '\A0';
}

.rn_ContentDetail .rn_RecordDetail {
    padding-bottom: 0.5em;
}

.rn_Product {
    padding: 0;
}

    .rn_Product .rn_RelatedSocial h2 {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        font-size: 1.75em;
        margin-bottom: 1em;
        display: inline-block;
    }

        .rn_Product .rn_RelatedSocial h2:last-child {
            margin-right: 0;
        }

        .rn_Product .rn_RelatedSocial h2:before {
            font-family: 'FontAwesome';
            margin-right: 6px;
            content: "\f086";
            float: left;
            display: block;
            margin-right: 2.35765%;
            width: 6.17215%;
            font-size: 2em;
            width: auto;
            color: #62C2FF;
        }

            .rn_Product .rn_RelatedSocial h2:before:last-child {
                margin-right: 0;
            }

    .rn_Product.rn_Hero .rn_HeroInner {
        padding: 1em 0;
    }

        .rn_Product.rn_Hero .rn_HeroInner .rn_ProductCategoryBreadcrumb li {
            background: none;
        }

            .rn_Product.rn_Hero .rn_HeroInner .rn_ProductCategoryBreadcrumb li a {
                color: #DDD;
            }

            .rn_Product.rn_Hero .rn_HeroInner .rn_ProductCategoryBreadcrumb li:after {
                border-left-color: #40526b;
            }

        .rn_Product.rn_Hero .rn_HeroInner .rn_ProductHero {
            float: left;
            display: block;
            margin-right: 2.35765%;
            width: 65.88078%;
        }

            .rn_Product.rn_Hero .rn_HeroInner .rn_ProductHero:last-child {
                margin-right: 0;
            }

            .rn_Product.rn_Hero .rn_HeroInner .rn_ProductHero h1 {
                margin: 0.5em 0;
            }

        .rn_Product.rn_Hero .rn_HeroInner .rn_ProductSubscription {
            float: left;
            display: block;
            margin-right: 2.35765%;
            width: 31.76157%;
            margin-top: 13em;
        }

            .rn_Product.rn_Hero .rn_HeroInner .rn_ProductSubscription:last-child {
                margin-right: 0;
            }

            .rn_Product.rn_Hero .rn_HeroInner .rn_ProductSubscription .rn_DiscussionSubscriptionIcon a {
                color: #fff;
            }

    .rn_Product .rn_DiscussionSubscriptionIcon {
        text-align: right;
    }

.rn_IncidentDetail > div, .rn_IncidentDetail > form {
    margin-bottom: 2em;
}

.rn_SearchControls form {
    *zoom: 1;
    display: block;
}

    .rn_SearchControls form:before, .rn_SearchControls form:after {
        content: " ";
        display: table;
    }

    .rn_SearchControls form:after {
        clear: both;
    }

.rn_SearchControls .rn_SearchFilters {
    *zoom: 1;
    display: block;
    margin-top: 1em;
}

    .rn_SearchControls .rn_SearchFilters:before, .rn_SearchControls .rn_SearchFilters:after {
        content: " ";
        display: table;
    }

    .rn_SearchControls .rn_SearchFilters:after {
        clear: both;
    }

.rn_ResultList, .rn_QuestionList, .rn_KBAnswerList {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%;
}

    .rn_ResultList:last-child, .rn_QuestionList:last-child, .rn_KBAnswerList:last-child {
        margin-right: 0;
    }

@media screen and (max-width: 720px) {
    .rn_ResultList, .rn_QuestionList, .rn_KBAnswerList {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
    }

        .rn_ResultList:last-child, .rn_QuestionList:last-child, .rn_KBAnswerList:last-child {
            margin-right: 0;
        }
}

.rn_ResultList > div, .rn_QuestionList > div, .rn_KBAnswerList > div {
    *zoom: 1;
    display: block;
    margin-bottom: 1em;
}

    .rn_ResultList > div:before, .rn_ResultList > div:after, .rn_QuestionList > div:before, .rn_QuestionList > div:after, .rn_KBAnswerList > div:before, .rn_KBAnswerList > div:after {
        content: " ";
        display: table;
    }

    .rn_ResultList > div:after, .rn_QuestionList > div:after, .rn_KBAnswerList > div:after {
        clear: both;
    }

.rn_ResultList .rn_Results, .rn_ResultList .rn_SourceResultDetails, .rn_QuestionList .rn_Results, .rn_QuestionList .rn_SourceResultDetails, .rn_KBAnswerList .rn_Results, .rn_KBAnswerList .rn_SourceResultDetails {
    width: 100%;
    text-align: right;
}

.rn_SideRail {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
}

    .rn_SideRail:last-child {
        margin-right: 0;
    }

@media screen and (max-width: 720px) {
    .rn_SideRail {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
    }

        .rn_SideRail:last-child {
            margin-right: 0;
        }
}

.rn_KBAnswerList .rn_Multiline .rn_Content .rn_Element1 {
    display: inline-block;
}

.rn_CommunityHome {
    padding: 2.5em 0 0 0;
}

    .rn_CommunityHome.hero {
        min-height: 200px;
    }

    .rn_CommunityHome .rn_ContentDetail h2, .rn_CommunityHome h2 {
        font-size: 1.5em;
        line-height: 2em;
    }

    .rn_CommunityHome .rn_AnnouncementText {
        border: 1px solid #a1a1a1;
        border-radius: 6px;
        padding: 1em;
        margin-bottom: 1em;
        background-color: #e5f1ff;
    }

        .rn_CommunityHome .rn_AnnouncementText h2 {
            line-height: 1.25em;
        }

        .rn_CommunityHome .rn_AnnouncementText ul {
            padding-top: 0.7em;
        }

    .rn_CommunityHome .rn_Forums {
        margin-top: 0.5em;
        clear: both;
    }

        .rn_CommunityHome .rn_Forums .rn_ForumListIcon {
            float: left;
            width: 8%;
            font-size: 3em;
            font-weight: bold;
            line-height: 1em;
        }

            .rn_CommunityHome .rn_Forums .rn_ForumListIcon:before {
                font-family: 'FontAwesome';
                margin-right: 6px;
                content: "\f086";
                color: #62c2ff;
            }

        .rn_CommunityHome .rn_Forums .rn_ForumListTitle {
            width: 92%;
            display: inline-block;
            vertical-align: text-top;
        }

    .rn_CommunityHome .rn_UserLists {
        margin: 1em 0 0 0;
    }

        .rn_CommunityHome .rn_UserLists .rn_MostCommentsList, .rn_CommunityHome .rn_UserLists .rn_MostQuestionsList {
            display: inline-table;
            width: 43%;
            margin-right: 3em;
        }

            .rn_CommunityHome .rn_UserLists .rn_MostCommentsList .rn_UserListIcon, .rn_CommunityHome .rn_UserLists .rn_MostQuestionsList .rn_UserListIcon {
                float: left;
                width: 12%;
                font-size: 1.5em;
                font-weight: bold;
                line-height: 2em;
                text-align: center;
            }

                .rn_CommunityHome .rn_UserLists .rn_MostCommentsList .rn_UserListIcon:before, .rn_CommunityHome .rn_UserLists .rn_MostQuestionsList .rn_UserListIcon:before {
                    font-family: 'FontAwesome';
                    margin-right: 6px;
                    content: "\f201";
                    color: #62c2ff;
                }

            .rn_CommunityHome .rn_UserLists .rn_MostCommentsList .rn_UserListTitle, .rn_CommunityHome .rn_UserLists .rn_MostQuestionsList .rn_UserListTitle {
                width: 88%;
                display: inline-block;
            }

            .rn_CommunityHome .rn_UserLists .rn_MostCommentsList .rn_UserList, .rn_CommunityHome .rn_UserLists .rn_MostQuestionsList .rn_UserList {
                clear: both;
            }

    .rn_CommunityHome .rn_RecentQuestions {
        margin-top: 1em;
    }

        .rn_CommunityHome .rn_RecentQuestions .rn_StackedIcons {
            float: left;
            width: 8%;
            line-height: 1.8em;
            font-size: 1.7em;
            margin-right: 0.4em;
        }

            .rn_CommunityHome .rn_RecentQuestions .rn_StackedIcons:before {
                font-family: 'FontAwesome';
                content: '\f075';
            }

            .rn_CommunityHome .rn_RecentQuestions .rn_StackedIcons:after {
                font-family: 'FontAwesome';
                content: '\f128';
            }

            .rn_CommunityHome .rn_RecentQuestions .rn_StackedIcons:before {
                color: #62C2FF;
            }

            .rn_CommunityHome .rn_RecentQuestions .rn_StackedIcons:after {
                color: white;
            }

        .rn_CommunityHome .rn_RecentQuestions .rn_RecentQuestionsTitle {
            width: 90%;
            display: inline-block;
        }

    .rn_CommunityHome .rn_SideRail {
        padding-top: 2em;
    }

        .rn_CommunityHome .rn_SideRail h2 {
            font-size: 1.2em;
            line-height: 2em;
        }

        .rn_CommunityHome .rn_SideRail .rn_TwitterPosts {
            max-width: 252px;
        }

.rn_CreateAccount .rn_ThirdPartyLogin {
    *zoom: 1;
    margin: 1em 0;
}

    .rn_CreateAccount .rn_ThirdPartyLogin:before, .rn_CreateAccount .rn_ThirdPartyLogin:after {
        content: " ";
        display: table;
    }

    .rn_CreateAccount .rn_ThirdPartyLogin:after {
        clear: both;
    }

    .rn_CreateAccount .rn_ThirdPartyLogin .rn_ServicesMessage {
        font-size: 1.2em;
        margin-bottom: 0.5em;
    }

.rn_CreateAccount .rn_CreateAccountMessage {
    font-size: 1.2em;
    margin: 1em 0 1.5em;
}

.rn_PublicProfile {
    margin-top: 2em;
}

    .rn_PublicProfile h1 {
        border-bottom: 1px solid #DDD;
        margin-bottom: 1em;
        line-height: 2em;
    }

    .rn_PublicProfile .rn_ModerationToolbar {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 91.4702%;
    }

        .rn_PublicProfile .rn_ModerationToolbar:last-child {
            margin-right: 0;
        }

        .rn_PublicProfile .rn_ModerationToolbar > div {
            float: right;
        }

    .rn_PublicProfile .rn_UserInfo {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 23.23176%;
    }

        .rn_PublicProfile .rn_UserInfo:last-child {
            margin-right: 0;
        }

        .rn_PublicProfile .rn_UserInfo .rn_AvatarDisplay {
            margin-bottom: 1em;
        }

        .rn_PublicProfile .rn_UserInfo .rn_DefaultProfilePicture {
            cursor: default;
            font-size: 7em;
            height: 186px;
            width: 186px;
        }

@media screen and (max-width: 720px) {
    .rn_PublicProfile .rn_UserInfo {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 14.70196%;
    }

        .rn_PublicProfile .rn_UserInfo:last-child {
            margin-right: 0;
        }

        .rn_PublicProfile .rn_UserInfo .rn_DefaultProfilePicture {
            height: 100px;
            width: 100px;
            font-size: 3em;
        }
}

@media screen and (max-width: 400px) {
    .rn_PublicProfile .rn_UserInfo {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
    }

        .rn_PublicProfile .rn_UserInfo:last-child {
            margin-right: 0;
        }

        .rn_PublicProfile .rn_UserInfo .rn_DefaultProfilePicture {
            height: 75px;
            width: 75px;
            font-size: 3em;
        }

        .rn_PublicProfile .rn_UserInfo .rn_AvatarDisplay {
            float: left;
            display: block;
            margin-right: 2.35765%;
            width: 31.76157%;
        }

            .rn_PublicProfile .rn_UserInfo .rn_AvatarDisplay:last-child {
                margin-right: 0;
            }

        .rn_PublicProfile .rn_UserInfo .rn_UserDetails {
            float: left;
            display: block;
            margin-right: 2.35765%;
            width: 65.88078%;
        }

            .rn_PublicProfile .rn_UserInfo .rn_UserDetails:last-child {
                margin-right: 0;
            }
}

.rn_PublicProfile legend {
    display: block;
    font-size: 0.85em;
}

.rn_PublicProfile .rn_UserActivity {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 91.4702%;
}

    .rn_PublicProfile .rn_UserActivity:last-child {
        margin-right: 0;
    }

@media screen and (max-width: 720px) {
    .rn_PublicProfile .rn_UserActivity {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 82.94039%;
    }

        .rn_PublicProfile .rn_UserActivity:last-child {
            margin-right: 0;
        }
}

@media screen and (max-width: 400px) {
    .rn_PublicProfile .rn_UserActivity {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
    }

        .rn_PublicProfile .rn_UserActivity:last-child {
            margin-right: 0;
        }
}

.rn_PublicProfile .rn_ProfileSearch .rn_SearchField {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%;
    margin-bottom: 0;
    min-height: 2.5em;
}

    .rn_PublicProfile .rn_ProfileSearch .rn_SearchField:last-child {
        margin-right: 0;
    }

.rn_PublicProfile .temp-placeholder {
    *zoom: 1;
    display: block;
}

    .rn_PublicProfile .temp-placeholder:before, .rn_PublicProfile .temp-placeholder:after {
        content: " ";
        display: table;
    }

    .rn_PublicProfile .temp-placeholder:after {
        clear: both;
    }

    .rn_PublicProfile .temp-placeholder ul li {
        margin-left: 20px;
    }

    .rn_PublicProfile .temp-placeholder .rn_SearchQuestionComment {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 125.58941%;
    }

        .rn_PublicProfile .temp-placeholder .rn_SearchQuestionComment:last-child {
            margin-right: 0;
        }

.rn_PublicProfile .rn_UserModerationProfile {
    *zoom: 1;
    display: block;
}

    .rn_PublicProfile .rn_UserModerationProfile:before, .rn_PublicProfile .rn_UserModerationProfile:after {
        content: " ";
        display: table;
    }

    .rn_PublicProfile .rn_UserModerationProfile:after {
        clear: both;
    }

.rn_UserInfo {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
}

    .rn_UserInfo:last-child {
        margin-right: 0;
    }

    .rn_UserInfo .rn_AvatarAlignment {
        float: left;
        margin-right: 10px;
        text-align: center;
    }

        .rn_UserInfo .rn_AvatarAlignment a {
            color: #FFF;
        }

.rn_SocialFilterItem {
    border: 1px solid #cecece;
    background: #f4f4f4;
    vertical-align: top;
}

    .rn_SocialFilterItem li {
        margin: 2px;
        clear: both;
    }

    .rn_SocialFilterItem h3, .rn_SocialFilterItem h4 {
        font-size: 1.1em;
        background-color: #cecece;
        border-bottom: 1px solid #CCC;
        padding: 2px;
    }

.rn_SocialFilterItem_FieldSet {
    padding: 0;
    border: 0;
    margin: 0;
}

.rn_ModerationOverview h2 {
    margin-bottom: 0.5em;
}

.rn_ModerationOverview .rn_ModerationAnnouncement {
    border: 1px solid #888;
    padding: 4px;
}

.rn_ModerationOverview .rn_ModerationAnnouncement, .rn_ModerationOverview .rn_ModerationSummaryTable, .rn_ModerationOverview .rn_ActivityCharts {
    margin-bottom: 20px;
}

.rn_ModerationOverview .rn_ActivityChartsContainer > div {
    clear: none;
    float: left;
    width: 50%;
}

@media screen and (max-width: 960px) {
    .rn_ModerationOverview .rn_ActivityChartsContainer > div {
        display: block;
        width: 100%;
    }
}

.rn_ModerationDashboard .rn_Results {
    text-align: right;
}

.rn_ModerationDashboard .rn_ErrorMessage span {
    font-weight: normal;
}

.rn_QuestionModerationGrid_Container, .rn_UserModerationGrid_Container, .rn_CommentModerationGrid_Container {
    *zoom: 1;
}

    .rn_QuestionModerationGrid_Container:before, .rn_QuestionModerationGrid_Container:after, .rn_UserModerationGrid_Container:before, .rn_UserModerationGrid_Container:after, .rn_CommentModerationGrid_Container:before, .rn_CommentModerationGrid_Container:after {
        content: " ";
        display: table;
    }

    .rn_QuestionModerationGrid_Container:after, .rn_UserModerationGrid_Container:after, .rn_CommentModerationGrid_Container:after {
        clear: both;
    }

.rn_ModerationFilterDialog.rn_ModerationFilterDialogSocialUser {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
}

    .rn_ModerationFilterDialog.rn_ModerationFilterDialogSocialUser:last-child {
        margin-right: 0;
    }

@media screen and (max-width: 720px) {
    .rn_ModerationFilterDialog.rn_ModerationFilterDialogSocialUser {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 82.94039%;
    }

        .rn_ModerationFilterDialog.rn_ModerationFilterDialogSocialUser:last-child {
            margin-right: 0;
        }
}

.rn_ModerationFilterDialog.rn_ModerationFilterDialogSocialUser .rn_Dialog .rn_SocialFilter .rn_SocialDialogFilterItem {
    width: 100%;
}

#rn_ChatDialogHeaderContainer {
    padding: 0.5em;
}

    #rn_ChatDialogHeaderContainer #rn_ChatDialogTitle {
        float: left;
        display: block;
        margin-right: auto;
        font-weight: bold;
    }

    #rn_ChatDialogHeaderContainer #rn_ChatDialogHeaderButtonContainer {
        float: right;
    }

        #rn_ChatDialogHeaderContainer #rn_ChatDialogHeaderButtonContainer button {
            padding: 0.5em;
        }

#rn_InChatButtonContainer {
    overflow: auto;
    float: right;
    padding: 0 0.5em 1em;
}

.rn_ChatQueueSearch, #rn_PreChatButtonContainer, #rn_ChatDialogHeaderContainer {
    *zoom: 1;
}

    .rn_ChatQueueSearch:before, .rn_ChatQueueSearch:after, #rn_PreChatButtonContainer:before, #rn_PreChatButtonContainer:after, #rn_ChatDialogHeaderContainer:before, #rn_ChatDialogHeaderContainer:after {
        content: " ";
        display: table;
    }

    .rn_ChatQueueSearch:after, #rn_PreChatButtonContainer:after, #rn_ChatDialogHeaderContainer:after {
        clear: both;
    }

#rn_PreChatButtonContainer {
    padding: 0.5em 1em;
}

    #rn_PreChatButtonContainer .rn_ChatRequestEmailResponseButton button {
        letter-spacing: 0.8px;
    }

    #rn_PreChatButtonContainer .rn_ChatCancelButton {
        float: right;
    }

#rn_ChatFooter {
    position: relative;
    margin-top: -1em;
    height: 1em;
    bottom: 0;
    left: 0;
    right: 0;
    clear: both;
}

#rn_ChatContainer #rn_ChatDialogHeaderButtonContainer button {
    background: #fff;
    color: #3873c4;
    border-color: transparent;
}

    #rn_ChatContainer #rn_ChatDialogHeaderButtonContainer button:hover:not(:disabled) {
        border-color: #CCC #555 #555 #CCC;
        background-color: #E0E0E0;
    }

.rn_UserDetail {
    bottom: 440px;
    left: 192px;
}

    .rn_UserDetail h1 {
        text-overflow: ellipsis;
        overflow: hidden;
        width: 23em;
    }

.rn_PublicProfileUpdateAvatarDisplay {
    float: left;
    margin-bottom: 40px;
}

.yui3-widget-stacked .yui3-widget-shim {
    opacity: 0;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.yui3-skin-sam .yui3-widget-mask {
    background: #000;
    opacity: 0.4;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#yui3-css-stamp {
    display: none;
}

.yui3-overlay {
    position: absolute;
}

.yui3-panel-hidden, .yui3-overlay-hidden {
    visibility: hidden;
}

.yui3-widget-tmp-forcesize .yui3-overlay-content {
    overflow: hidden !important;
}

.yui3-panel {
    *zoom: 1;
    max-width: 68em;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
}

    .yui3-panel:before, .yui3-panel:after {
        content: " ";
        display: table;
    }

    .yui3-panel:after {
        clear: both;
    }

    .yui3-panel.yui3-panel-focused {
        outline: 0;
    }

    .yui3-panel .yui3-widget-hd {
        background: #FFF;
        padding: 8px 1em 8px 8px;
        position: relative;
        min-height: 1em;
    }

        .yui3-panel .yui3-widget-hd h2.rn_DialogTitle {
            font-size: 0.85em;
            font-weight: normal;
        }

        .yui3-panel .yui3-widget-hd .yui3-widget-buttons {
            position: absolute;
            padding: 2px;
            top: 0;
            right: 0;
        }

        .yui3-panel .yui3-widget-hd .yui3-button-close {
            background: transparent;
            border: 0;
            border-radius: 0;
            box-shadow: none;
            padding: 0;
            overflow: hidden;
            vertical-align: top;
            color: #222;
            font-size: 0.8em;
            height: 1em;
            width: 0.9em;
        }

            .yui3-panel .yui3-widget-hd .yui3-button-close::before {
                content: "\d7";
                text-align: center;
                margin-right: 1em;
            }

    .yui3-panel .yui3-widget-bd {
        *zoom: 1;
        padding: 10px;
        min-height: 80px;
    }

        .yui3-panel .yui3-widget-bd:before, .yui3-panel .yui3-widget-bd:after {
            content: " ";
            display: table;
        }

        .yui3-panel .yui3-widget-bd:after {
            clear: both;
        }

    .yui3-panel .yui3-widget-ft {
        background: #edf5ff;
        padding: 8px;
        text-align: right;
    }

        .yui3-panel .yui3-widget-ft .yui3-widget-buttons {
            display: inline-block;
            zoom: 1;
        }

        .yui3-panel .yui3-widget-ft .yui3-button {
            margin-left: 8px;
        }

    .yui3-panel .yui3-panel-content {
        background: #FFF;
    }

        .yui3-panel .yui3-panel-content.rn_ActionDialog {
            float: left;
            display: block;
            margin-right: 2.35765%;
            width: 100%;
            *zoom: 1;
            border: 1px solid #DDD;
        }

            .yui3-panel .yui3-panel-content.rn_ActionDialog:last-child {
                margin-right: 0;
            }

            .yui3-panel .yui3-panel-content.rn_ActionDialog:before, .yui3-panel .yui3-panel-content.rn_ActionDialog:after {
                content: " ";
                display: table;
            }

            .yui3-panel .yui3-panel-content.rn_ActionDialog:after {
                clear: both;
            }

            .yui3-panel .yui3-panel-content.rn_ActionDialog .yui3-widget-hd, .yui3-panel .yui3-panel-content.rn_ActionDialog .yui3-widget-bd, .yui3-panel .yui3-panel-content.rn_ActionDialog .yui3-widget-ft {
                padding: 0.5em;
            }

            .yui3-panel .yui3-panel-content.rn_ActionDialog .yui3-widget-hd {
                color: inherit;
                font-size: 1.6em;
                margin-bottom: 1em;
                padding-right: 1.2em;
            }

            .yui3-panel .yui3-panel-content.rn_ActionDialog .yui3-widget-ft {
                float: left;
                display: block;
                margin-right: 2.35765%;
                width: 100%;
                *zoom: 1;
                margin-top: 1em;
            }

                .yui3-panel .yui3-panel-content.rn_ActionDialog .yui3-widget-ft:last-child {
                    margin-right: 0;
                }

                .yui3-panel .yui3-panel-content.rn_ActionDialog .yui3-widget-ft:before, .yui3-panel .yui3-panel-content.rn_ActionDialog .yui3-widget-ft:after {
                    content: " ";
                    display: table;
                }

                .yui3-panel .yui3-panel-content.rn_ActionDialog .yui3-widget-ft:after {
                    clear: both;
                }

@media screen and (max-width: 400px) {
    .yui3-panel .yui3-panel-content.rn_ActionDialog .yui3-widget-ft {
        margin-top: 0;
    }
}

@media screen and (max-width: 400px) {
    .yui3-panel .yui3-panel-content.rn_ActionDialog .yui3-widget-ft .yui3-widget-buttons {
        display: block;
    }

        .yui3-panel .yui3-panel-content.rn_ActionDialog .yui3-widget-ft .yui3-widget-buttons .yui3-button {
            display: block;
            width: 100%;
            margin: 0 0 0.5em;
        }
}

.yui3-panel .yui3-panel-content.rn_MessageDialog {
    border: 1px solid #DDD;
}

    .yui3-panel .yui3-panel-content.rn_MessageDialog .yui3-widget-hd {
        font-size: 1.2em;
    }

@media screen and (max-width: 400px) {
    .yui3-skin-sam .yui3-widget-mask {
        background: #DDD;
        opacity: 1;
    }

    .yui3-panel .yui3-panel-content.rn_ActionDialog {
        background: none;
    }

        .yui3-panel .yui3-panel-content.rn_ActionDialog .yui3-widget-hd, .yui3-panel .yui3-panel-content.rn_ActionDialog .yui3-widget-ft {
            background: none;
        }
}

.rn_Alert {
    overflow: hidden;
    padding: 1em;
}

    .rn_Alert a.rn_CloseLink {
        float: right;
        font-weight: bold;
        text-decoration: none;
    }

    .rn_Alert .rn_AlertMessage {
        cursor: default;
    }

.rn_AlertBox {
    border-radius: 3px;
    font-size: 1.1em;
    margin: 0.8em 0;
}

    .rn_AlertBox.rn_SuccessAlert {
        background: #E1F5E3;
        border: 1px solid #A6E0A6;
        color: #013A01;
    }

        .rn_AlertBox.rn_SuccessAlert a {
            color: #013A01;
        }

    .rn_AlertBox a.rn_CloseLink {
        color: #666;
    }

.rn_InfoAlert {
    background: #d9EDF7;
    border: 1px solid #C6CBE9;
    color: #161664;
}

.rn_ErrorAlert {
    background: #F2DEDE;
    border: 1px solid #E99999;
    color: #690505;
}

.rn_BannerAlert {
    color: #FFF;
    font-size: 1.3em;
    padding: 1em 10%;
    text-align: center;
    z-index: 100;
}

    .rn_BannerAlert.rn_SuccessAlert {
        background: #335B33;
    }

    .rn_BannerAlert.rn_InfoAlert {
        background: rgba(114, 114, 236, 0.94);
    }

    .rn_BannerAlert.rn_ErrorAlert {
        background: rgba(225, 34, 33, 0.94);
    }

    .rn_BannerAlert.rn_WarningAlert {
        background: rgba(254, 253, 160, 0.94);
        color: #000;
    }

    .rn_BannerAlert a {
        color: #FFF;
    }

.rn_UserAvatar {
    display: block;
    line-height: 0.9em;
    overflow: hidden;
}

    .rn_UserAvatar a {
        display: block;
        border: 1px solid transparent;
    }

        .rn_UserAvatar a:focus {
            border: 1px dotted #3B6DB1;
        }

    .rn_UserAvatar .rn_Avatar {
        display: inline-block;
        position: relative;
        max-width: 100%;
        line-height: 1em;
    }

    .rn_UserAvatar .rn_Placeholder:before {
        padding-top: 100%;
        content: '';
        font-size: 0;
        display: block;
    }

    .rn_UserAvatar .rn_Small {
        font-size: 0.5em;
        width: 24px;
    }

    .rn_UserAvatar .rn_Medium {
        font-size: 1em;
        width: 48px;
    }

    .rn_UserAvatar .rn_Large {
        font-size: 2em;
        width: 96px;
    }

    .rn_UserAvatar .rn_XLarge {
        font-size: 2.8em;
        width: 160px;
    }

    .rn_UserAvatar img {
        height: auto;
        width: 100%;
        border-radius: 2px;
    }

    .rn_UserAvatar .rn_Default {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border-radius: 2px;
        display: block;
        bottom: 0;
        font-weight: bold;
        left: 0;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0;
    }

        .rn_UserAvatar .rn_Default .rn_Liner {
            -moz-transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            position: absolute;
            top: 50%;
            left: 50%;
        }

    .rn_UserAvatar .rn_DefaultColor0 {
        background: #05F;
        color: #FFF;
    }

    .rn_UserAvatar .rn_DefaultColor1 {
        background: #24E84B;
        color: #111;
    }

    .rn_UserAvatar .rn_DefaultColor2 {
        background: #002B36;
        color: #FFF;
    }

    .rn_UserAvatar .rn_DefaultColor3 {
        background: #A5C24D;
        color: #111;
    }

    .rn_UserAvatar .rn_DefaultColor4 {
        background: #FFA;
        color: #111;
    }

    .rn_UserAvatar .rn_DefaultColor5 {
        background: #636363;
        color: #FFF;
    }

    .rn_UserAvatar .rn_DisplayName {
        display: block;
        font-size: 0.7em;
        margin-top: 0.2em;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
    }

        .rn_UserAvatar .rn_DisplayName.rn_DisplayNameDisabled {
            color: #545454;
        }

.rn_AvatarLink {
    *zoom: 1;
    display: inline-block;
}

    .rn_AvatarLink:before, .rn_AvatarLink:after {
        content: " ";
        display: table;
    }

    .rn_AvatarLink:after {
        clear: both;
    }

.rn_Footer {
    background: #EFEFEF;
    padding: 2em 0;
}

@media print {
    .rn_Footer {
        padding: 0;
    }
}

.rn_Footer .rn_SiteFeedback {
    display: inline;
    font-size: 1.25em;
    font-weight: bold;
}

.rn_Footer .rn_PageSetSelector {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
}

    .rn_Footer .rn_PageSetSelector:last-child {
        margin-right: 0;
    }

.rn_Footer .rn_Misc {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    text-align: right;
    float: right;
}

    .rn_Footer .rn_Misc:last-child {
        margin-right: 0;
    }

header {
    background-color: #313e52;
    color: #FFF;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    height: 60px;
    width: 100%;
}

    header nav {
        *zoom: 1;
        max-width: 68em;
        margin-left: auto;
        margin-right: auto;
    }

        header nav:before, header nav:after {
            content: " ";
            display: table;
        }

        header nav:after {
            clear: both;
        }

        header nav .rn_NavigationBar {
            float: left;
            display: block;
            margin-right: 2.35765%;
            width: 48.82117%;
            width: 55.35098%;
            margin-right: 0;
        }

            header nav .rn_NavigationBar:last-child {
                margin-right: 0;
            }

@media screen and (max-width: 1088px) {
    header nav .rn_NavigationBar {
        padding-left: 1em;
    }
}

@media screen and (max-width: 960px) {
    header nav .rn_NavigationBar {
        width: 100%;
        padding-left: 0;
    }
}

header nav .rn_NavigationBar .rn_NavigationMenuButton {
    color: #dbdbdb;
    cursor: pointer;
    display: none;
    float: right;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 60px;
    margin: 0;
    padding-right: 1em;
    text-transform: uppercase;
}

@media screen and (max-width: 960px) {
    header nav .rn_NavigationBar .rn_NavigationMenuButton {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        padding: 0 1em;
    }

        header nav .rn_NavigationBar .rn_NavigationMenuButton:last-child {
            margin-right: 0;
        }
}

header nav .rn_NavigationBar .rn_NavigationMenuButton:hover {
    color: #FFF;
}

header nav .rn_NavigationBar #rn_NavigationMenuButtonToggle {
    display: none;
}

@media screen and (max-width: 960px) {
    header nav .rn_NavigationBar #rn_NavigationMenuButtonToggle {
        display: inline;
    }
}

header nav .rn_NavigationBar #rn_NavigationMenuButtonToggle:checked ~ .rn_NavigationMenu {
    display: block;
}

header nav .rn_NavigationBar #rn_NavigationMenuButtonToggle:focus ~ .rn_NavigationMenuButton {
    color: #FFF;
}

header nav .rn_NavigationBar .rn_NavigationMenu {
    -webkit-transform-style: preserve-3d;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

@media screen and (max-width: 960px) {
    header nav .rn_NavigationBar .rn_NavigationMenu {
        display: none;
    }
}

header nav .rn_NavigationBar .rn_NavigationMenu li {
    background: transparent;
    display: inline;
    line-height: 60px;
    padding-right: 2em;
    text-decoration: none;
    width: auto;
}

@media screen and (max-width: 960px) {
    header nav .rn_NavigationBar .rn_NavigationMenu li {
        background: #313e52;
        display: block;
        line-height: 60px;
        overflow: hidden;
        padding-left: 0.8em;
        width: 100%;
    }
}

header nav .rn_NavigationBar .rn_NavigationMenu li a {
    font-weight: 400;
    color: #dbdbdb;
}

    header nav .rn_NavigationBar .rn_NavigationMenu li a:hover {
        color: #FFF;
    }

    header nav .rn_NavigationBar .rn_NavigationMenu li a.rn_SelectedTab {
        color: #FFF;
        border: 1px solid #313e52;
    }

header nav .rn_SearchBar {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
    line-height: 60px;
    width: 17.70196%;
}

    header nav .rn_SearchBar:last-child {
        margin-right: 0;
    }

    header nav .rn_SearchBar ::-webkit-input-placeholder {
        color: #FFF;
    }

    header nav .rn_SearchBar ::-moz-placeholder {
        color: #FFF;
        opacity: 1;
    }

    header nav .rn_SearchBar :-ms-input-placeholder {
        color: #FFF;
    }

@media screen and (max-width: 960px) {
    header nav .rn_SearchBar {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        background: #505050;
        border-bottom: 1px solid #1e2632;
        padding: 0 1em;
    }

        header nav .rn_SearchBar:last-child {
            margin-right: 0;
        }
}

header nav .rn_SearchBar input[type="search"] {
    background: #445871;
    border: 1px solid #273342;
    color: #FFF;
    margin-top: 12px;
    width: 100%;
    height: 36px;
}

header nav .rn_SearchBar button, header nav .rn_SearchBar button:active, header nav .rn_SearchBar button:hover, header nav .rn_SearchBar button:focus {
    background: #4f6785;
    border: 1px solid #273342;
    box-shadow: none;
    color: #FFF;
    font-size: small;
    height: 30px;
    top: 3px;
    right: 3px;
    position: absolute;
    width: 30px;
}

header nav .rn_LoginStatus {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
    float: right;
    margin: 0;
}

    header nav .rn_LoginStatus:last-child {
        margin-right: 0;
    }

@media screen and (max-width: 1088px) {
    header nav .rn_LoginStatus {
        width: auto;
        position: absolute;
        right: 20px;
    }
}

.rn_Hero {
    background: #40526b;
    color: #FFF;
    padding: 1em 0;
    text-shadow: #000 0 1px;
}

    .rn_Hero .rn_Label {
        text-shadow: #000 0 1px;
    }

    .rn_Hero .rn_HeroLogo img {
        height: 3em;
        margin-bottom: 1em;
    }

    .rn_Hero .rn_HeroInner {
        *zoom: 1;
        max-width: 68em;
        margin-left: auto;
        margin-right: auto;
        *zoom: 1;
        margin: auto;
        padding: 3em 0;
    }

        .rn_Hero .rn_HeroInner:before, .rn_Hero .rn_HeroInner:after {
            content: " ";
            display: table;
        }

        .rn_Hero .rn_HeroInner:after {
            clear: both;
        }

        .rn_Hero .rn_HeroInner:before, .rn_Hero .rn_HeroInner:after {
            content: " ";
            display: table;
        }

        .rn_Hero .rn_HeroInner:after {
            clear: both;
        }

@media screen and (max-width: 1088px) {
    .rn_Hero .rn_HeroInner {
        margin: 0 1em;
    }
}

@media screen and (max-width: 400px) {
    .rn_Hero .rn_HeroInner {
        margin: 0;
        max-width: none;
    }
}

@media screen and (max-width: 960px) {
    .rn_Hero .rn_HeroInner {
        padding: 4em 1em 3em;
    }
}

.rn_Hero .rn_HeroInner > a, .rn_Hero .rn_HeroInner > p a {
    border: 1px solid #FFF;
    border-radius: 0.1875em;
    color: #FFF;
    padding: 3px 8px;
}

@media screen and (max-width: 720px) {
    .rn_Hero .rn_HeroInner a {
        display: block;
        margin-bottom: 0.8em;
    }
}

.rn_Hero .rn_HeroInner .rn_HeroCopy h1 {
    font-size: 1.4em;
    font-weight: 200;
    margin-bottom: 0.2em;
}

@media screen and (min-width: 53.75em) {
    .rn_Hero .rn_HeroInner .rn_HeroCopy h1 {
        font-size: 2em;
    }
}

.rn_Hero .rn_HeroInner .rn_HeroCopy p {
    margin: auto;
    margin-bottom: 3em;
    font-weight: 200;
}

.rn_Hero .rn_HeroInner .col {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
}

    .rn_Hero .rn_HeroInner .col:last-child {
        margin-right: 0;
    }

@media screen and (max-width: 400px) {
    .rn_Hero .rn_HeroInner .col {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
    }

        .rn_Hero .rn_HeroInner .col:last-child {
            margin-right: 0;
        }
}

.rn_Hero .rn_HeroInner input, .rn_Hero .rn_HeroInner button {
    min-height: 2.35em;
}

button, input[type="submit"] {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #3873c4;
    border-radius: 0.1875em;
    color: #fff;
    font-size: 1em;
    padding: 0.5em 1em;
    border: 0;
    font-weight: 800;
    letter-spacing: 1.1px;
}

    button:hover:not(:disabled), input[type="submit"]:hover:not(:disabled) {
        background: #5b8cd0;
        box-shadow: none;
    }

    button[name="autoevaluacion"]:hover:not(:disabled) {
        background: #42b5c0;
        box-shadow: none;
    }

    button[name="informacion"]:hover:not(:disabled) {
        background: #9883b8;
        box-shadow: none;
    }

    button[name="teleasistencia"]:hover:not(:disabled) {
        background: #7097bf;
        box-shadow: none;
    }

    button:focus:not(:disabled), input[type="submit"]:focus:not(:disabled) {
        background: #5b8cd0;
    }

.ygtvchildren table {
    border-collapse: collapse;
}

    .ygtvchildren table td {
        padding: 0;
        border: 0;
    }

.ygtvchildren .ygtvrow {
    cursor: pointer;
}

.ygtvchildren a.ygtvspacer {
    display: block;
    text-decoration: none;
    width: 1em;
}

.ygtvchildren .ygtvtm, .ygtvchildren .ygtvtmh, .ygtvchildren .ygtvtp, .ygtvchildren .ygtvtph, .ygtvchildren .ygtvln, .ygtvchildren .ygtvlm, .ygtvchildren .ygtvlmh, .ygtvchildren .ygtvlp, .ygtvchildren .ygtvlph, .ygtvchildren .ygtvloading {
    cursor: pointer;
    height: 22px;
    width: 1em;
}

    .ygtvchildren .ygtvtm a, .ygtvchildren .ygtvtmh a, .ygtvchildren .ygtvtp a, .ygtvchildren .ygtvtph a, .ygtvchildren .ygtvln a, .ygtvchildren .ygtvlm a, .ygtvchildren .ygtvlmh a, .ygtvchildren .ygtvlp a, .ygtvchildren .ygtvlph a, .ygtvchildren .ygtvloading a {
        color: #333;
        text-decoration: none;
    }

.ygtvchildren .ygtvln, .ygtvchildren .ygtvtn {
    width: 1em;
    height: 20px;
}

.ygtvchildren .ygtvtm a, .ygtvchildren .ygtvtmh a, .ygtvchildren .ygtvlm a, .ygtvchildren .ygtvlmh a {
}

    .ygtvchildren .ygtvtm a:before, .ygtvchildren .ygtvtmh a:before, .ygtvchildren .ygtvlm a:before, .ygtvchildren .ygtvlmh a:before {
        font-family: 'FontAwesome';
        margin-right: 6px;
        content: "\f0d7";
    }

.ygtvchildren .ygtvtp a, .ygtvchildren .ygtvtph a, .ygtvchildren .ygtvlp a, .ygtvchildren .ygtvlph a {
}

    .ygtvchildren .ygtvtp a:before, .ygtvchildren .ygtvtph a:before, .ygtvchildren .ygtvlp a:before, .ygtvchildren .ygtvlph a:before {
        font-family: 'FontAwesome';
        margin-right: 6px;
        content: "\f0da";
    }

.ygtvchildren .ygtvloading:before {
    font-family: 'FontAwesome';
    margin-right: 6px;
    content: "\f110";
    -webkit-animation: fa-spin 2s infinite linear;
    -moz-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    display: block;
    font-size: 1em;
    position: relative;
    text-align: center;
}

.ygtvchildren .ygtvloading a.ygtvspacer {
    display: none;
}

.ygtvchildren .ygtvdepthcell, .ygtvchildren .ygtvblankdepthcell {
    background: transparent;
    width: 1em;
    height: 20px;
}

.ygtvchildren .ygtvlabel, .ygtvchildren .ygtvlabel:link, .ygtvchildren .ygtvlabel:visited, .ygtvchildren .ygtvlabel:hover {
    color: #111;
    font-size: 12px;
    margin-left: 2px;
    text-decoration: none;
}

.ygtvchildren .ygtvfocus {
    background-color: #c0e0e0;
    border: 0;
}

    .ygtvchildren .ygtvfocus .ygtvlabel, .ygtvchildren .ygtvfocus .ygtvlabel:link, .ygtvchildren .ygtvfocus .ygtvlabel:visited, .ygtvchildren .ygtvfocus .ygtvlabel:hover {
        background-color: #c0e0e0;
    }

    .ygtvchildren .ygtvfocus a {
        outline-style: none;
    }

.yui3-calendar-pane, .yui3-calendar-grid {
    width: 100%;
}

.yui3-calendar-column-hidden, .yui3-calendar-hidden {
    display: none;
}

.yui3-skin-sam .yui3-calendar-content {
    padding: 10px;
    color: #000000;
    border: 1px solid #808080;
    background-color: #f9f9f9;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #f2f2f2));
    background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f2f2f2 100%);
    background-image: linear-gradient(to bottom,#f9f9f9 0%, #f2f2f2 100%);
    border-radius: 5px;
}

.yui3-skin-sam .yui3-calendar-grid {
    padding: 5px;
    border-collapse: collapse;
}

.yui3-skin-sam .yui3-calendar-header {
    padding-bottom: 10px;
}

.yui3-skin-sam .yui3-calendar-header-label {
    margin: 0;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    width: 100%;
}

.yui3-skin-sam .yui3-calendar-day, .yui3-skin-sam .yui3-calendar-prevmonth-day, .yui3-skin-sam .yui3-calendar-nextmonth-day {
    padding: 5px;
    border: 1px solid #CCCCCC;
    background: #FFFFFF;
    text-align: center;
}

    .yui3-skin-sam .yui3-calendar-day:hover {
        background: #0066CC;
        color: #FFFFFF;
    }

.yui3-skin-sam .yui3-calendar-selection-disabled, .yui3-skin-sam .yui3-calendar-selection-disabled:hover {
    color: #A6A6A6;
    background: #CCCCCC;
}

.yui3-skin-sam .yui3-calendar-weekday {
    font-weight: bold;
}

.yui3-skin-sam .yui3-calendar-prevmonth-day, .yui3-skin-sam .yui3-calendar-nextmonth-day {
    color: #A6A6A6;
}

.yui3-skin-sam .yui3-calendar-day {
    font-weight: bold;
}

.yui3-skin-sam .yui3-calendar-day-selected {
    background-color: #B3D4FF;
    color: #000000;
}

.yui3-skin-sam .yui3-calendar-left-grid {
    margin-right: 1em;
}

[dir="rtl"] .yui3-skin-sam .yui3-calendar-left-grid, .yui3-skin-sam [dir="rtl"] .yui3-calendar-left-grid {
    margin-right: auto;
    margin-left: 1em;
}

.yui3-skin-sam .yui3-calendar-right-grid {
    margin-left: 1em;
}

[dir="rtl"] .yui3-skin-sam .yui3-calendar-right-grid, .yui3-skin-sam [dir="rtl"] .yui3-calendar-right-grid {
    margin-left: auto;
    margin-right: 1em;
}

.yui3-skin-sam .yui3-calendar-day-highlighted {
    background-color: #DCDEF5;
}

.yui3-skin-sam .yui3-calendar-day-selected.yui3-calendar-day-highlighted {
    background-color: #758FBB;
}

.yui3-calendar-day {
    cursor: pointer;
}

.yui3-calendar-selection-disabled {
    cursor: default;
}

.yui3-calendar-prevmonth-day {
    cursor: default;
}

.yui3-calendar-nextmonth-day {
    cursor: default;
}

.yui3-calendar-content:hover .yui3-calendar-day, .yui3-calendar-content:hover .yui3-calendar-prevmonth-day, .yui3-calendar-content:hover .yui3-calendar-nextmonth-day {
    -moz-user-select: none;
}

.yui3-calendar-header {
    text-align: center;
    position: relative;
    width: 100%;
}

.yui3-calendar-header-label {
    display: inline;
}

.yui3-calendarnav-prevmonth {
    cursor: pointer;
}

.yui3-calendarnav-nextmonth {
    cursor: pointer;
}

.yui3-skin-sam .yui3-calendarnav-prevmonth, .yui3-skin-sam .yui3-calendarnav-nextmonth {
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    border: 10px solid transparent;
    position: absolute;
    font-size: 0;
    line-height: 0;
}

    .yui3-skin-sam .yui3-calendarnav-prevmonth:hover, [dir="rtl"] .yui3-skin-sam .yui3-calendarnav-nextmonth:hover, .yui3-skin-sam [dir="rtl"] .yui3-calendarnav-nextmonth:hover {
        border-right-color: #0066CC;
    }

    .yui3-skin-sam .yui3-calendarnav-nextmonth:hover, [dir="rtl"] .yui3-skin-sam .yui3-calendarnav-prevmonth:hover, .yui3-skin-sam [dir="rtl"] .yui3-calendarnav-prevmonth:hover {
        border-left-color: #0066CC;
    }

    .yui3-skin-sam .yui3-calendarnav-prevmonth.yui3-calendarnav-month-disabled, .yui3-skin-sam .yui3-calendarnav-prevmonth.yui3-calendarnav-month-disabled:hover, [dir="rtl"] .yui3-skin-sam .yui3-calendarnav-nextmonth.yui3-calendarnav-month-disabled, .yui3-skin-sam [dir="rtl"] .yui3-calendarnav-nextmonth.yui3-calendarnav-month-disabled, [dir="rtl"] .yui3-skin-sam .yui3-calendarnav-nextmonth.yui3-calendarnav-month-disabled:hover, .yui3-skin-sam [dir="rtl"] .yui3-calendarnav-nextmonth.yui3-calendarnav-month-disabled:hover {
        cursor: default;
        border-right-color: #CCCCCC;
        border-left-color: transparent;
    }

    .yui3-skin-sam .yui3-calendarnav-nextmonth.yui3-calendarnav-month-disabled, .yui3-skin-sam .yui3-calendarnav-nextmonth.yui3-calendarnav-month-disabled:hover, [dir="rtl"] .yui3-skin-sam .yui3-calendarnav-prevmonth.yui3-calendarnav-month-disabled, .yui3-skin-sam [dir="rtl"] .yui3-calendarnav-prevmonth.yui3-calendarnav-month-disabled, [dir="rtl"] .yui3-skin-sam .yui3-calendarnav-prevmonth.yui3-calendarnav-month-disabled:hover, .yui3-skin-sam [dir="rtl"] .yui3-calendarnav-prevmonth.yui3-calendarnav-month-disabled:hover {
        cursor: default;
        border-left-color: #CCCCCC;
        border-right-color: transparent;
    }

.yui3-skin-sam .yui3-calendarnav-prevmonth {
    border-right-color: #000000;
    left: 0;
    margin-left: -10px;
}

.yui3-skin-sam .yui3-calendarnav-nextmonth {
    border-left-color: #000000;
    right: 0;
    margin-right: -10px;
}

[dir="rtl"] .yui3-skin-sam .yui3-calendarnav-prevmonth, .yui3-skin-sam [dir="rtl"] .yui3-calendarnav-prevmonth {
    left: auto;
    right: 0;
    border-left-color: #000000;
    border-right-color: transparent;
}

[dir="rtl"] .yui3-skin-sam .yui3-calendarnav-nextmonth, .yui3-skin-sam [dir="rtl"] .yui3-calendarnav-nextmonth {
    left: 0;
    right: auto;
    border-right-color: #000000;
    border-left-color: transparent;
}

#rn_CreateAccount {
    text-align: left;
}

    #rn_CreateAccount .rn_PasswordInput div #rn_PasswordInput_8_Label {
        position: inherit;
        top: 2em;
    }

    #rn_CreateAccount .rn_PasswordInput #rn_PasswordInput_8_PasswordHelp {
        display: inline-block;
    }

    #rn_CreateAccount .rn_PasswordInput .rn_Password {
        display: inline-block;
    }

    #rn_CreateAccount .rn_PasswordInput .rn_PasswordInputValidate {
        width: 100% !important;
    }

.create_acount #rn_CreateAccount .rn_TextInput input[name="Contact.Emails.PRIMARY.Address"] {
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
}

.create_acount #rn_CreateAccount .rn_TextInput input[name="Contact.Login"] {
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
}

#rn_CreateAccount .rn_PasswordInput input[type="password"] {
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
}

#rn_CreateAccount .rn_TextInput input[name="Contact.Name.First"], #rn_CreateAccount .rn_TextInput input[name="Contact.Name.Last"], #rn_CreateAccount .rn_TextInput input[name="Contact.CustomFields.CO.Cedula"] {
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
}

.bk_image h4 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.resetSolicitud {
    background: -ms-linear-gradient(rgb(115, 115, 115) 46%, rgb(0, 0, 0) 100%) !important;
    ;
}

@media (max-width: 995px) {
    #rn_CreateAccount .rn_PasswordInput div #rn_PasswordInput_8_Label {
        top: 0em;
    }

    #rn_CreateAccount .rn_PasswordInput #rn_PasswordInput_8_PasswordHelp {
        display: block;
    }

    #rn_CreateAccount .rn_PasswordInput .rn_Password {
        width: 100%;
        display: block;
    }

    #rn_CreateAccount .rn_PasswordInput .rn_PasswordInputValidate {
        display: block;
    }
}

#rn_ChangePassword {
    text-align: left;
}

    #rn_ChangePassword input[type="password"] {
        margin: 0;
        width: 100%;
    }

    #rn_ChangePassword input[name="Contact.NewPassword_CurrentPassword"] {
        color: white;
        border-width: 0px;
        border-style: initial;
        border-color: initial;
        border-image: initial;
    }

    #rn_ChangePassword input[name="Contact.NewPassword"], #rn_ChangePassword input[name="Contact.NewPassword_Validation"] {
        color: white;
        border-width: 0px;
        border-style: initial;
        border-color: initial;
        border-image: initial;
    }

    #rn_ChangePassword button[type="Submit"] {
        margin: 3%;
    }

#rn_EmailCredentials_3_username_Submit {
    margin-left: 22%;
    width: 52%;
}

#rn_EmailCredentials_4_password_Submit {
    margin-left: 22%;
    width: 52%;
}

input[type="submit"] {
    background: linear-gradient(rgb(179, 4, 28) 46%, rgb(96, 1, 27) 100%);
}

.rn_EmailCredentials form input[name="emailUsername"] {
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
}

.rn_EmailCredentials form input[name="emailPassword"] {
    background-color: white !important border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
}

@media screen and (max-width: 991px) {
}

@media screen and (max-width: 580px) {
    .contentFirstChat {
        padding-right: 11.5%;
        padding-top: 4%;
    }
}

@media screen and (max-width: 480px) {
    .contentFirstChat {
        padding-right: 11.5%;
        padding-top: 4%;
    }

    #rn_ChatLaunchForm button[type="submit"] {
        margin-left: 31%;
    }
}

#rn_ChatLaunchForm .rn_TextInput input[name="Contact.Name.First"], #rn_ChatLaunchForm .rn_TextInput input[name="Contact.Name.Last"] {
    color: white;
    background: 36px no-repeat scroll rgb(58, 58, 58);
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
}

#rn_ChatLaunchForm .rn_TextInput input[name="Contact.Emails.PRIMARY.Address"] {
    color: white;
    background: 36px no-repeat scroll rgb(58, 58, 58);
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
}

#rn_ChatLaunchForm .rn_TextInput input[name="Incident.Subject"] {
    color: white;
    background: 36px no-repeat scroll rgb(58, 58, 58);
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
}

#rn_ChatLaunchForm .rn_TextInput input[name="Contact.Address.City"] {
    color: white;
    background: 36px no-repeat scroll rgb(58, 58, 58) !important;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
}

.contentFirstQuery {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.infoQuerys {
    margin-left: 15%;
    margin-top: 3%;
    margin-right: 24.4%;
    font-size: 18px;
}

.formQuery {
    margin-top: 1%;
    margin-left: 20%;
}

#special {
    width: 46%;
}

.bton {
    padding-left: 9% !important;
    padding-top: 4%;
}

#rn_FormSubmit_23_Button {
    background: linear-gradient(rgb(218, 4, 28) 46%, rgb(96, 1, 27) 100%);
}

#rn_ProductCategoryInput_24_Product_Button, #rn_ProductCategoryInput_9_Product_Button, #rn_ProductCategoryInput_25_Category_Button, #rn_ProductCategoryInput_10_Category_Button, #rn_FileAttachmentUpload_11_FileInput {
    width: 187px;
}

.bton > .rn_ProductCategoryInput > button {
    width: 100%;
    color: black !important;
}

.btonLogged {
    padding-left: 6% !important;
}

    .btonLogged > .rn_ProductCategoryInput > button {
        width: 100%;
        color: black !important;
    }

#rn_ErrorLocation {
    color: red;
}

.rn_ErrorMessage a {
    color: red !important;
}

#rn_QuestionSubmit .row div {
    padding-right: 0;
    padding-left: 0;
}

#rn_QuestionSubmit div div .rn_TextInput input[name="Contact.Title"] {
    width: 11em;
}

#rn_QuestionSubmit div div .rn_TextInput {
    display: inline-block;
}

    #rn_QuestionSubmit div div .rn_TextInput div {
        display: inline-block;
    }

    #rn_QuestionSubmit div div .rn_TextInput input {
        display: inline-block;
        width: 18.5em;
        border-radius: 10px;
    }

#rn_QuestionSubmit div div img {
    margin: 1%;
}

@media screen and (min-width: 1471px) {
    .mailSpecial {
        right: 0.7em !important;
    }
}

@media screen and (max-width: 1470px) {
    .mailSpecial {
        right: 0.6em !important;
    }
}

@media screen and (max-width: 1330px) {
    .mailSpecial {
        right: -0.3em !important;
    }
}

@media screen and (max-width: 1260px) {
    #rn_QuestionSubmit div div .rn_TextInput input {
        width: 13.5em !important;
    }
}

@media screen and (max-width: 1203px) {
    #rn_QuestionSubmit div div .rn_TextInput input {
        width: 12.5em !important;
    }
}

@media screen and (max-width: 1146px) {
    #rn_QuestionSubmit div div .rn_TextInput input {
        width: 11.5em !important;
    }

    label[for="rn_TextInput_4_Contact.Name.First"] {
        width: 5em !important;
    }
}

@media screen and (max-width: 1146px) {
    #rn_QuestionSubmit div div .rn_TextInput input {
        width: 10.5em !important;
    }
}

@media screen and (max-width: 1019px) {
    #rn_QuestionSubmit div div .rn_TextInput input {
        width: 12em !important;
    }
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    -webkit-text-fill-color: black !important;
}
