﻿.accordion {
    margin-bottom: 0;
}
.accordion:before,
.accordion:after {
    content: " ";
    display: table;
}
.accordion:after {
    clear: both;
}
.accordion .accordion-navigation,
.accordion dd {
    display: block;
    margin-bottom: 0 !important;
}
.accordion .accordion-navigation.active > a,
.accordion dd.active > a {
    background: #e8e8e8;
}
.accordion .accordion-navigation > a,
.accordion dd > a {
    background: #efefef;
    color: #222;
    padding: 1rem;
    display: block;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 1rem;
}
.accordion .accordion-navigation > a:hover,
.accordion dd > a:hover {
    background: #e3e3e3;
}
.accordion .accordion-navigation > .content,
.accordion dd > .content {
    display: none;
    padding: 0.9375rem;
}
.accordion .accordion-navigation > .content.active,
.accordion dd > .content.active {
    display: block;
    background: #fff;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
.text-justify {
    text-align: justify !important;
}
@media only screen and (max-width: 40em) {
    .small-only-text-left {
        text-align: left !important;
    }
    .small-only-text-right {
        text-align: right !important;
    }
    .small-only-text-center {
        text-align: center !important;
    }
    .small-only-text-justify {
        text-align: justify !important;
    }
}
@media only screen {
    .small-text-left {
        text-align: left !important;
    }
    .small-text-right {
        text-align: right !important;
    }
    .small-text-center {
        text-align: center !important;
    }
    .small-text-justify {
        text-align: justify !important;
    }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .medium-only-text-left {
        text-align: left !important;
    }
    .medium-only-text-right {
        text-align: right !important;
    }
    .medium-only-text-center {
        text-align: center !important;
    }
    .medium-only-text-justify {
        text-align: justify !important;
    }
}
@media only screen and (min-width: 40.063em) {
    .medium-text-left {
        text-align: left !important;
    }
    .medium-text-right {
        text-align: right !important;
    }
    .medium-text-center {
        text-align: center !important;
    }
    .medium-text-justify {
        text-align: justify !important;
    }
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
    .large-only-text-left {
        text-align: left !important;
    }
    .large-only-text-right {
        text-align: right !important;
    }
    .large-only-text-center {
        text-align: center !important;
    }
    .large-only-text-justify {
        text-align: justify !important;
    }
}
@media only screen and (min-width: 64.063em) {
    .large-text-left {
        text-align: left !important;
    }
    .large-text-right {
        text-align: right !important;
    }
    .large-text-center {
        text-align: center !important;
    }
    .large-text-justify {
        text-align: justify !important;
    }
}
@media only screen and (min-width: 90.063em) and (max-width: 120em) {
    .xlarge-only-text-left {
        text-align: left !important;
    }
    .xlarge-only-text-right {
        text-align: right !important;
    }
    .xlarge-only-text-center {
        text-align: center !important;
    }
    .xlarge-only-text-justify {
        text-align: justify !important;
    }
}
@media only screen and (min-width: 90.063em) {
    .xlarge-text-left {
        text-align: left !important;
    }
    .xlarge-text-right {
        text-align: right !important;
    }
    .xlarge-text-center {
        text-align: center !important;
    }
    .xlarge-text-justify {
        text-align: justify !important;
    }
}
@media only screen and (min-width: 120.063em) and (max-width: 99999999em) {
    .xxlarge-only-text-left {
        text-align: left !important;
    }
    .xxlarge-only-text-right {
        text-align: right !important;
    }
    .xxlarge-only-text-center {
        text-align: center !important;
    }
    .xxlarge-only-text-justify {
        text-align: justify !important;
    }
}
@media only screen and (min-width: 120.063em) {
    .xxlarge-text-left {
        text-align: left !important;
    }
    .xxlarge-text-right {
        text-align: right !important;
    }
    .xxlarge-text-center {
        text-align: center !important;
    }
    .xxlarge-text-justify {
        text-align: justify !important;
    }
}
/* Typography resets */

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}
/* Default Link Styles */

a {
    color: #008CBA;
    text-decoration: none;
    line-height: inherit;
}
a:hover,
a:focus {
    color: #007ba0;
}
a img {
    border: none;
}
/* Default paragraph styles */

p {
    font-family: inherit;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.25rem;
    text-rendering: optimizeLegibility;
}
p.lead {
    font-size: 1.21875rem;
    line-height: 1.6;
}
p aside {
    font-size: 0.875rem;
    line-height: 1.35;
    font-style: italic;
}
/* Default header styles */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #555;
    text-rendering: optimizeLegibility;
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
    line-height: 1.4;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    font-size: 60%;
    color: #6f6f6f;
    line-height: 0;
}
h1 {
    font-size: 2.125rem;
}
h2 {
    font-size: 1.6875rem;
}
h3 {
    font-size: 1.375rem;
}
h4 {
    font-size: 1.125rem;
}
h5 {
    font-size: 1.125rem;
}
h6 {
    font-size: 1rem;
}
.subheader {
    line-height: 1.4;
    color: #6f6f6f;
    font-weight: normal;
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
}
hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 1.25rem 0 1.1875rem;
    height: 0;
}
/* Helpful Typography Defaults */

em,
i {
    font-style: italic;
    line-height: inherit;
}
strong,
b {
    font-weight: bold;
    line-height: inherit;
}
small {
    font-size: 60%;
    line-height: inherit;
}
code {
    font-family: Consolas, 'Liberation Mono', Courier, monospace;
    font-weight: normal;
    color: #333;
    background-color: #f8f8f8;
    border-width: 1px;
    border-style: solid;
    border-color: #dfdfdf;
    padding: 0.125rem 0.3125rem 0.0625rem;
}
/* Lists */

ul,
ol,
dl {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.25rem;
    list-style-position: outside;
    font-family: inherit;
}
ul {
    margin-left: 1.1rem;
}
ul.no-bullet {
    margin-left: 0;
}
ul.no-bullet li ul,
ul.no-bullet li ol {
    margin-left: 1.25rem;
    margin-bottom: 0;
    list-style: none;
}
/* Unordered Lists */

ul li ul,
ul li ol {
    margin-left: 1.25rem;
    margin-bottom: 0;
}
ul.square li ul,
ul.circle li ul,
ul.disc li ul {
    list-style: inherit;
}
ul.square {
    list-style-type: square;
    margin-left: 1.1rem;
}
ul.circle {
    list-style-type: circle;
    margin-left: 1.1rem;
}
ul.disc {
    list-style-type: disc;
    margin-left: 1.1rem;
}
ul.no-bullet {
    list-style: none;
}
/* Ordered Lists */

ol {
    margin-left: 1.4rem;
}
ol li ul,
ol li ol {
    margin-left: 1.25rem;
    margin-bottom: 0;
}
/* Definition Lists */

dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold;
}
dl dd {
    margin-bottom: 0.75rem;
}
/* Abbreviations */

abbr,
acronym {
    text-transform: uppercase;
    font-size: 90%;
    color: #222;
    border-bottom: 1px dotted #ddd;
    cursor: help;
}
abbr {
    text-transform: none;
}
/* Blockquotes */

blockquote {
    margin: 0 0 1.25rem;
    padding: 0.5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #ddd;
}
blockquote cite {
    display: block;
    font-size: 0.8125rem;
    color: #555555;
}
blockquote cite:before {
    content: "\2014 \0020";
}
blockquote cite a,
blockquote cite a:visited {
    color: #555555;
}
blockquote,
blockquote p {
    line-height: 1.6;
    color: #6f6f6f;
}
/* Microformats */

.vcard {
    display: inline-block;
    margin: 0 0 1.25rem 0;
    border: 1px solid #ddd;
    padding: 0.625rem 0.75rem;
}
.vcard li {
    margin: 0;
    display: block;
}
.vcard .fn {
    font-weight: bold;
    font-size: 0.9375rem;
}
.vevent .summary {
    font-weight: bold;
}
.vevent abbr {
    cursor: default;
    text-decoration: none;
    font-weight: bold;
    border: none;
    padding: 0 0.0625rem;
}
@media only screen and (min-width: 40.063em) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        line-height: 1.4;
    }
    h1 {
        font-size: 2.75rem;
    }
    h2 {
        font-size: 2.3125rem;
    }
    h3 {
        font-size: 1.6875rem;
    }
    h4 {
        font-size: 1.4375rem;
    }
    h5 {
        font-size: 1.125rem;
    }
    h6 {
        font-size: 1rem;
    }
}
/*
       * Print styles.
       *
       * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
       * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
      */

.print-only {
    display: none !important;
}
@media print {
    @page {
        margin: 0.5cm;
    }
    * {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster: h5bp.com/s */
        
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
        /* h5bp.com/t */
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .hide-on-print {
        display: none !important;
    }
    .print-only {
        display: block !important;
    }
    .hide-for-print {
        display: none !important;
    }
    .show-for-print {
        display: inherit !important;
    }
}
.tabs {
    margin-bottom: 0 !important;
    margin-left: 0;
}
.tabs:before,
.tabs:after {
    content: " ";
    display: table;
}
.tabs:after {
    clear: both;
}
.tabs dd,
.tabs .tab-title {
    position: relative;
    margin-bottom: 0 !important;
    list-style: none;
    float: left;
}
.tabs dd > a,
.tabs .tab-title > a {
    display: block;
    background: #efefef;
    color: #222;
    padding: 1rem 2rem;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 1rem;
}
.tabs dd > a:hover,
.tabs .tab-title > a:hover {
    background: #e1e1e1;
}
.tabs dd.active a,
.tabs .tab-title.active a {
    background: #fff;
    color: #222;
}
.tabs.radius dd:first-child a,
.tabs.radius .tab:first-child a {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.tabs.radius dd:last-child a,
.tabs.radius .tab:last-child a {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
.tabs.vertical dd,
.tabs.vertical .tab-title {
    position: inherit;
    float: none;
    display: block;
    top: auto;
}
.tabs-content {
    margin-bottom: 1.5rem;
    width: 100%;
}
.tabs-content:before,
.tabs-content:after {
    content: " ";
    display: table;
}
.tabs-content:after {
    clear: both;
}
.tabs-content > .content {
    display: none;
    float: left;
    padding: 0.9375rem 0;
    width: 100%;
}
.tabs-content > .content.active {
    display: block;
    float: none;
}
.tabs-content > .content.contained {
    padding: 0.9375rem;
}
.tabs-content.vertical {
    display: block;
}
.tabs-content.vertical > .content {
    padding: 0 0.9375rem;
}
@media only screen and (min-width: 40.063em) {
    .tabs.vertical {
        width: 20%;
        max-width: 20%;
        float: left;
        margin: 0 0 1.25rem;
    }
    .tabs-content.vertical {
        width: 80%;
        max-width: 80%;
        float: left;
        margin-left: -1px;
        padding-left: 1rem;
    }
}
.no-js .tabs-content > .content {
    display: block;
    float: none;
}
@font-face {
    font-family: 'RobotoDraftLight';
    src: url(fonts/RobotoDraftLight.ttf);
}
@font-face {
    font-family: 'RobotoDraftMedium';
    src: url(fonts/RobotoDraftMedium.ttf);
}
@font-face {
    font-family: 'RobotoDraftRegular';
    src: url(fonts/RobotoDraftRegular.ttf);
}
@font-face {
    font-family: 'RobotoDraftItalic';
    src: url(fonts/RobotoDraftItalic.ttf);
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: 'RobotoDraftLight';
        src: url(fonts/roboto_light_english/Roboto-Light-webfont.svg) format('svg');
    }
    @font-face {
        font-family: 'RobotoDraftMedium';
        src: url(fonts/roboto_medium_english/Roboto-Medium-webfont.svg) format('svg');
    }
    @font-face {
        font-family: 'RobotoDraftRegular';
        src: url(fonts/roboto_regular_english/Roboto-Regular-webfont.svg) format('svg');
    }
    @font-face {
        font-family: 'RobotoDraftItalic';
        src: url(fonts/roboto_italic_english/Roboto-Italic-webfont.svg) format('svg');
    }
}
body {
    background: url(../../Content/images/Answers_background.png) no-repeat top center;
}
.header {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 62.5rem;
}
.header:before,
.header:after {
    content: " ";
    display: table;
}
.header:after {
    clear: both;
}
.header .logo {
    text-align: center;
}
.header .logo img {
    max-width: 185px;
}
@media only screen and (max-width: 40em) {
    .header .logo {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 100%;
        float: left;
        margin-top: 65px;
    }
}
@media only screen and (min-width: 40.063em) {
    .header .logo {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 50%;
        float: left;
        margin-left: 25% !important;
    }
}
.header .menu_buttons {
    text-align: right;
    padding: 0 !important;
    font-family: RobotoDraftRegular;
    font-size: 16px;
}
@media only screen and (max-width: 40em) {
    .header .menu_buttons {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 100%;
        float: left;
    }
    .header .menu_buttons .menu_btn {
        width: 200px;
        float: none !important;
        margin: 20px auto;
    }
}
@media only screen and (min-width: 40.063em) {
    .header .menu_buttons {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 25%;
        float: right;
        float: left;
    }
}
.header .menu_buttons .menu_btn {
    width: 205px;
    height: 50px;
    text-align: center;
    padding: 5px;
    float: right;
    border-radius: 10px;
    line-height: 42px;
}
.header .menu_buttons .btn_followUs {
    box-shadow: 0 2px 0 #800000;
    background-color: #E0374E;
}
.header .menu_buttons .btn_share {
    box-shadow: 0 2px 0 #404B69;
    background-color: #5D6C95;
    margin-top: 10px;
}
.header .menu_buttons a {
    color: white;
    text-decoration: none;
}
.orign_only_content {
    background-color: white;
    margin: 40px 0 0 0;
}
.orign_only_content .info_wrap {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 62.5rem;
    margin-bottom: 20px;
}
.orign_only_content .info_wrap:before,
.orign_only_content .info_wrap:after {
    content: " ";
    display: table;
}
.orign_only_content .info_wrap:after {
    clear: both;
}
@media only screen and (min-width: 64.063em) {
    .orign_only_content .left_column {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 66.66667%;
        float: left;
    }
}
@media only screen and (max-width: 40em) {
    .orign_only_content .left_column {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 100%;
        float: left;
    }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .orign_only_content .left_column {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 100%;
        float: left;
    }
}
.orign_only_content .left_column .picture_slider p {
    font-size: 14px;
}
.orign_only_content .left_column .preview p {
    margin: 15px 0 10px 0;
    font-size: 14px;
}
@media only screen and (min-width: 64.063em) {
    .orign_only_content .right_column {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 33.33333%;
        float: left;
    }
}
@media only screen and (max-width: 40em) {
    .orign_only_content .right_column {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 100%;
        float: left;
    }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .orign_only_content .right_column {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 100%;
        float: left;
    }
    .orign_only_content .right_column table {
        margin: 0 auto;
    }
}
.orign_only_content .right_column .wikitable {
    margin-bottom: 30px;
}
.orign_only_content .right_column .user_videos p:nth-child(1) {
    margin: 15px 0 0 0;
    font-family: RobotoDraftLight;
    font-size: 32px;
}
.orign_only_content .right_column .user_videos p:nth-child(2) {
    margin: 0;
    font-family: RobotoDraftItalic;
    font-size: 16px;
}
.orign_only_content .right_column .user_videos table iframe {
    width: 100%;
    height: 150px;
}
.sitemap {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 62.5rem;
}
.sitemap:before,
.sitemap:after {
    content: " ";
    display: table;
}
.sitemap:after {
    clear: both;
}
.sitemap .accordion-navigation > a:hover,
.sitemap .accordion dd > a:hover {
    background: none;
}
.sitemap .accordion .accordion-navigation.active > a,
.sitemap .accordion dd.active > a {
    background: none;
}
.sitemap .accordion-navigation {
    border: 1px solid #D7D7D7;
    box-shadow: 0 2px 0 #CFCFCF;
}
.sitemap .accordion-navigation a {
    background: none;
    border: 1px solid #D7D7D7;
    height: 62px;
}
.sitemap .accordion-navigation a p {
    width: 90%;
    float: left;
    font-size: 18px;
    font-family: RobotoDraftItalic;
    color: black;
}
.sitemap .accordion-navigation a .icon {
    float: right;
    width: 10%;
    text-align: right;
}
@media only screen and (max-width: 40em) {
    .sitemap .accordion-navigation a p {
        font-size: 16px !important;
        line-height: 20px !important;
    }
    .sitemap .accordion {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 100%;
        float: left;
        padding: 20px;
    }
}
@media only screen and (min-width: 40.063em) {
    .sitemap .accordion {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 100%;
        float: left;
        padding: 0 0 20px 0;
    }
}
.sitemap a {
    border: none !important;
    color: black;
    padding: 0 20px 0 0;
}
.sitemap a:hover {
    color: #2D9EC3;
    text-decoration: underline;
}
.wiki-tabs-box {
    border-left: 1px solid #73A4B3;
}
.wiki-tabs-box .tabs-content {
    padding-left: 20px;
}
.wiki-tabs-box .tab-title a {
    padding: 10px 25px;
    background: #EDF6FD;
    color: #3E92B7;
}
.wiki-tabs-box .tab-title.active a {
    background: #3CB7E3;
    color: #FFFFFF;
}
.userActionPanel {
    text-align: right;
}
.userAction-btn {
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    width: 168px;
}
#hub-originonly-modal-login {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    display: none;
    border: 5px solid rgba(97, 169, 196, 0.5);
    border-radius: 15px;
    background-color: #FFFFFF;
    max-width: 600px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 0;
    z-index: 1;
}
#hub-originonly-modal-login img.close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
#hub-originonly-modal-login p {
    margin: 0;
    font-size: 16px;
    text-align: center;
}