﻿@charset "UTF-8";

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

    .slick-track:before, .slick-track:after {
        content: "";
        display: table;
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Slider */
.slick-loading .slick-list {
    background: #fff url("./ajax-loader.gif") center center no-repeat;
}



/* Icons */
@font-face {
    font-family: "slick";
    src: url("./fonts/slick.eot");
    src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    margin-top: -10px\9;
    /*lte IE 8*/
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}

    .slick-prev:hover, .slick-prev:focus,
    .slick-next:hover,
    .slick-next:focus {
        outline: none;
        background: transparent;
        color: transparent;
    }

        .slick-prev:hover:before, .slick-prev:focus:before,
        .slick-next:hover:before,
        .slick-next:focus:before {
            opacity: 1;
        }

    .slick-prev.slick-disabled:before,
    .slick-next.slick-disabled:before {
        opacity: 0.25;
    }

    .slick-prev:before, .slick-next:before {
        font-family: "slick";
        font-size: 20px;
        line-height: 1;
        color: white;
        opacity: 0.75;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.slick-prev {
    left: -25px;
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-prev:before {
    content: "←";
}

[dir="rtl"] .slick-prev:before {
    content: "→";
}

.slick-next {
    right: -25px;
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}

.slick-next:before {
    content: "→";
}

[dir="rtl"] .slick-next:before {
    content: "←";
}

/* Dots */
.slick-slider {
    margin-bottom: 30px;
}



/*
   http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*
  Personal additions :
*/
body {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

article, aside, div, footer, header,
nav, section {
    box-sizing: border-box;
}

input, button, textarea, select {
    padding: 0;
    margin: 0;
    width: auto;
    height: auto;
    background: none;
    border: none;
    border-radius: 0;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    line-height: 1em;
    outline: none;
    -webkit-margin-before: 0;
    -webkit-margin-end: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-padding-before: 0;
    -webkit-padding-end: 0;
    -webkit-padding-after: 0;
    -webkit-padding-start: 0;
}

    input[type=checkbox] {
        outline: none;
    }

a {
    color: inherit;
    outline: none;
    color: rgb(41,110,148);
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

/** ==|== Responsive =============================================================
	Author: James South
	twitter : http://twitter.com/James_M_South
	github : https://github.com/ResponsiveBP/Responsive
	Copyright (c),  James South.
	Licensed under the MIT License.
	============================================================================== */
/*! Responsive v4.1.1 | MIT License | responsivebp.com */
/*! normalize.css v3.0.3 | MIT License | git.io/normalize */
html {
    font-family: Georgia, sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden],
template {
    display: none;
}

footer {
    margin-top: 15px;
}

a {
    background-color: transparent;
    outline: none !important;
}

    a:active,
    a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 85%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.375rem;
}

sub {
    bottom: -0.1875rem;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1rem 2.5rem;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35rem 0.625rem 0.75rem;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    -webkit-overflow-scrolling: touch;
    color: rgb(8,34,55);
    font-size: 100%;
    line-height: 1.4;
    box-sizing: border-box;
}

*, :before, :after {
    box-sizing: inherit;
}

:focus {
    outline: #4d90fe;
    outline-style: solid;
    outline-width: 1px;
    outline-offset: -1px;
}

[tabindex="-1"]:focus {
    outline: none !important;
}

_::-ms-reveal,
body:not([tabindex]):focus,
div:not([tabindex]):focus {
    outline: none !important;
}

h1, h2, h3, h4, h5, h6 {
    text-rendering: optimizeLegibility;
    page-break-after: avoid;
}

h1 {
    font-size: 2rem;
    margin: 1.34rem 0;
}

h2 {
    font-size: 1.1rem;
    margin: 1.245rem 0;
    color: rgb(41,110,148);
    font-weight: 600;
}

h3 {
    font-size: 1.17rem;
    margin: 1.17rem 0;
}

h4 {
    font-size: 1rem;
    margin: 1.33rem 0;
}

h5 {
    font-size: 0.83rem;
    margin: 1.386rem 0;
}

h6 {
    font-size: 0.67rem;
    margin: 1.561rem 0;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid silver;
    margin: 1rem 0;
    padding: 0;
}

.force-text-left {
    text-align: left;
}

.force-text-right {
    text-align: right;
}

.force-text-center {
    text-align: center;
}

.img-inactive {
    opacity: 0.4;
    filter: alpha(opacity=40); /* msie */
}

.container, .modal-ajax.container,
.modal-iframe,
.container-full {
    margin: 0 auto;
}

    .container.fixed,
    .fixed.modal-iframe, .fixed .container,
    .fixed .modal-iframe,
    .container-full.fixed, .fixed .container-full {
        width: 100%;
    }

.container-full {
    overflow-x: hidden;
}

.container, .modal-ajax.container,
.modal-iframe {
    max-width: 1140px;
    width: 100%;
}

    .container.fixed,
    .fixed.modal-iframe, .fixed .container,
    .fixed .modal-iframe {
        width: 1140px;
    }

.row,
[class*="block-row-"] {
    margin: 0 auto;
}

.no-gutter {
    margin: 0;
}

[class*="block-row-"] {
    display: block;
    padding: 0;
    list-style: none;
}

    [class*=col-],
    [class*="block-row-"] > * {
        display: block;
        float: left;
        min-height: 1px;
        width: 100%;
        background-clip: padding-box;
    }

[dir="rtl"] [class*=col-], [dir="rtl"] [class*="block-row-"] > * {
    float: right;
}

[class*=col-][class*=offset], [class*=col-][class*=push], [class*=col-][class*=pull] {
    position: relative;
}

[class*="block-row-"].no-gutter > *,
.no-gutter > [class*=col-] {
    border: none;
    background-clip: border-box;
}

.equal-height {
    display: table;
    table-layout: fixed;
    height: 1px;
    width: 100%;
}

    .equal-height.no-gutter {
        width: 100%;
    }

    .equal-height:before {
        display: none !important;
    }

    .equal-height > [class*=col-] {
        float: none;
        vertical-align: top;
    }

.col-xxs-1 {
    width: 8.3333%;
}

.offset-xxs-1,
.push-xxs-1 {
    left: 8.3333%;
}

[dir="rtl"] .offset-xxs-1, [dir="rtl"] .push-xxs-1 {
    left: auto;
    right: 8.3333%;
}

.pull-xxs-1 {
    right: 8.3333%;
}

[dir="rtl"] .pull-xxs-1 {
    right: auto;
    left: 8.3333%;
}

.col-xxs-2 {
    width: 16.6667%;
}

.offset-xxs-2,
.push-xxs-2 {
    left: 16.6667%;
}

[dir="rtl"] .offset-xxs-2, [dir="rtl"] .push-xxs-2 {
    left: auto;
    right: 16.6667%;
}

.pull-xxs-2 {
    right: 16.6667%;
}

[dir="rtl"] .pull-xxs-2 {
    right: auto;
    left: 16.6667%;
}

.col-xxs-3 {
    width: 25%;
}

.offset-xxs-3,
.push-xxs-3 {
    left: 25%;
}

[dir="rtl"] .offset-xxs-3, [dir="rtl"] .push-xxs-3 {
    left: auto;
    right: 25%;
}

.pull-xxs-3 {
    right: 25%;
}

[dir="rtl"] .pull-xxs-3 {
    right: auto;
    left: 25%;
}

.col-xxs-4 {
    width: 33.3333%;
}

.offset-xxs-4,
.push-xxs-4 {
    left: 33.3333%;
}

[dir="rtl"] .offset-xxs-4, [dir="rtl"] .push-xxs-4 {
    left: auto;
    right: 33.3333%;
}

.pull-xxs-4 {
    right: 33.3333%;
}

[dir="rtl"] .pull-xxs-4 {
    right: auto;
    left: 33.3333%;
}

.col-xxs-5 {
    width: 41.6667%;
}

.offset-xxs-5,
.push-xxs-5 {
    left: 41.6667%;
}

[dir="rtl"] .offset-xxs-5, [dir="rtl"] .push-xxs-5 {
    left: auto;
    right: 41.6667%;
}

.pull-xxs-5 {
    right: 41.6667%;
}

[dir="rtl"] .pull-xxs-5 {
    right: auto;
    left: 41.6667%;
}

.col-xxs-6 {
    width: 50%;
}

.offset-xxs-6,
.push-xxs-6 {
    left: 50%;
}

[dir="rtl"] .offset-xxs-6, [dir="rtl"] .push-xxs-6 {
    left: auto;
    right: 50%;
}

.pull-xxs-6 {
    right: 50%;
}

[dir="rtl"] .pull-xxs-6 {
    right: auto;
    left: 50%;
}

.col-xxs-7 {
    width: 58.3333%;
}

.offset-xxs-7,
.push-xxs-7 {
    left: 58.3333%;
}

[dir="rtl"] .offset-xxs-7, [dir="rtl"] .push-xxs-7 {
    left: auto;
    right: 58.3333%;
}

.pull-xxs-7 {
    right: 58.3333%;
}

[dir="rtl"] .pull-xxs-7 {
    right: auto;
    left: 58.3333%;
}

.col-xxs-8 {
    width: 66.6667%;
}

.offset-xxs-8,
.push-xxs-8 {
    left: 66.6667%;
}

[dir="rtl"] .offset-xxs-8, [dir="rtl"] .push-xxs-8 {
    left: auto;
    right: 66.6667%;
}

.pull-xxs-8 {
    right: 66.6667%;
}

[dir="rtl"] .pull-xxs-8 {
    right: auto;
    left: 66.6667%;
}

.col-xxs-9 {
    width: 75%;
}

.offset-xxs-9,
.push-xxs-9 {
    left: 75%;
}

[dir="rtl"] .offset-xxs-9, [dir="rtl"] .push-xxs-9 {
    left: auto;
    right: 75%;
}

.pull-xxs-9 {
    right: 75%;
}

[dir="rtl"] .pull-xxs-9 {
    right: auto;
    left: 75%;
}

.col-xxs-10 {
    width: 83.3333%;
}

.offset-xxs-10,
.push-xxs-10 {
    left: 83.3333%;
}

[dir="rtl"] .offset-xxs-10, [dir="rtl"] .push-xxs-10 {
    left: auto;
    right: 83.3333%;
}

.pull-xxs-10 {
    right: 83.3333%;
}

[dir="rtl"] .pull-xxs-10 {
    right: auto;
    left: 83.3333%;
}

.col-xxs-11 {
    width: 91.6667%;
}

.offset-xxs-11,
.push-xxs-11 {
    left: 91.6667%;
}

[dir="rtl"] .offset-xxs-11, [dir="rtl"] .push-xxs-11 {
    left: auto;
    right: 91.6667%;
}

.pull-xxs-11 {
    right: 91.6667%;
}

[dir="rtl"] .pull-xxs-11 {
    right: auto;
    left: 91.6667%;
}

.col-xxs-12 {
    width: 100%;
}

.offset-xxs-12,
.push-xxs-12 {
    left: 100%;
}

[dir="rtl"] .offset-xxs-12, [dir="rtl"] .push-xxs-12 {
    left: auto;
    right: 100%;
}

.pull-xxs-12 {
    right: 100%;
}

[dir="rtl"] .pull-xxs-12 {
    right: auto;
    left: 100%;
}

.equal-height > [class*=col-xxs] {
    display: table-cell;
    height: 100%;
}

.equal-height > .col-xxs-13 {
    display: table-caption;
}

.block-row-xxs-1 > * {
    width: 100%;
}

.block-row-xxs-1 > :nth-of-type(n+1) {
    clear: none;
}

.block-row-xxs-1 > :nth-of-type(1n+1) {
    clear: both;
}

.block-row-xxs-2 > * {
    width: 50%;
}

.block-row-xxs-2 > :nth-of-type(n+1) {
    clear: none;
}

.block-row-xxs-2 > :nth-of-type(2n+1) {
    clear: both;
}

.block-row-xxs-3 > * {
    width: 33.3333%;
}

.block-row-xxs-3 > :nth-of-type(n+1) {
    clear: none;
}

.block-row-xxs-3 > :nth-of-type(3n+1) {
    clear: both;
}

.block-row-xxs-4 > * {
    width: 25%;
}

.block-row-xxs-4 > :nth-of-type(n+1) {
    clear: none;
}

.block-row-xxs-4 > :nth-of-type(4n+1) {
    clear: both;
}

.block-row-xxs-5 > * {
    width: 20%;
}

.block-row-xxs-5 > :nth-of-type(n+1) {
    clear: none;
}

.block-row-xxs-5 > :nth-of-type(5n+1) {
    clear: both;
}

.block-row-xxs-6 > * {
    width: 16.6667%;
}

.block-row-xxs-6 > :nth-of-type(n+1) {
    clear: none;
}

.block-row-xxs-6 > :nth-of-type(6n+1) {
    clear: both;
}

.block-row-xxs-7 > * {
    width: 14.2857%;
}

.block-row-xxs-7 > :nth-of-type(n+1) {
    clear: none;
}

.block-row-xxs-7 > :nth-of-type(7n+1) {
    clear: both;
}

.block-row-xxs-8 > * {
    width: 12.5%;
}

.block-row-xxs-8 > :nth-of-type(n+1) {
    clear: none;
}

.block-row-xxs-8 > :nth-of-type(8n+1) {
    clear: both;
}

.block-row-xxs-9 > * {
    width: 11.1111%;
}

.block-row-xxs-9 > :nth-of-type(n+1) {
    clear: none;
}

.block-row-xxs-9 > :nth-of-type(9n+1) {
    clear: both;
}

.block-row-xxs-10 > * {
    width: 10%;
}

.block-row-xxs-10 > :nth-of-type(n+1) {
    clear: none;
}

.block-row-xxs-10 > :nth-of-type(10n+1) {
    clear: both;
}

.block-row-xxs-11 > * {
    width: 9.0909%;
}

.block-row-xxs-11 > :nth-of-type(n+1) {
    clear: none;
}

.block-row-xxs-11 > :nth-of-type(11n+1) {
    clear: both;
}

.block-row-xxs-12 > * {
    width: 8.3333%;
}

.block-row-xxs-12 > :nth-of-type(n+1) {
    clear: none;
}

.block-row-xxs-12 > :nth-of-type(12n+1) {
    clear: both;
}

.alert {
    position: relative;
    margin: 1rem 0;
    padding: 0 1rem;
    background-color: #ffd54f;
    border-left: 5px solid #ff6f00;
    color: #4f3c00;
}

    .alert .close {
        position: relative;
        right: -2.73rem;
        top: .13rem;
        float: right;
        background-color: transparent;
        border: none;
        color: inherit;
        font-size: 1.17rem;
        font-weight: bold;
    }

[dir="rtl"] .alert .close {
    float: left;
    right: auto;
    left: -2.73rem;
}

.alert .close:hover {
    text-decoration: underline;
}

.alert-dismissable {
    padding-right: 2.87rem;
}

[dir="rtl"] .alert-dismissable {
    padding-right: 1rem;
    padding-left: 2.87rem;
}

.alert-heading {
    color: inherit;
}

button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
    -webkit-appearance: none;
    border-radius: 0;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    min-height: 2rem;
    padding: 0 1rem;
    margin-bottom: 0;
    background: #dadada;
    border: solid 1px silver;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    text-decoration: none;
}

    button:hover,
    input[type="submit"]:hover,
    input[type="button"]:hover,
    input[type="reset"]:hover {
        background-color: #cdcdcd;
    }

    button:active,
    input[type="submit"]:active,
    input[type="button"]:active,
    input[type="reset"]:active {
        background-color: #e7e7e7;
        outline: none;
    }

    button[disabled],
    input[type="submit"][disabled],
    input[type="button"][disabled],
    input[type="reset"][disabled] {
        background-color: #e7e7e7;
        color: #5d5d5d;
        cursor: not-allowed;
        opacity: 1;
    }

.input-group button, .input-group input[type="submit"], .input-group input[type="button"], .input-group input[type="reset"] {
    min-width: 100%;
}

input[type="submit"], input[type="reset"], input[type="button"] {
    max-width: none;
    width: auto;
}

input.input-validation-error {
    background-color: #ffdada;
    border: 1px solid rgb(255,0,0);
}

.btn-group > * {
    float: left;
}

[dir="rtl"] .btn-group > * {
    float: right;
}

pre,
code,
samp,
kbd {
    padding: .5rem;
    font-size: 1rem;
    background-color: #f7f7f9;
    border: 1px solid silver;
    font-family: monospace, monospace;
    color: #950b2f;
}

    code > kbd {
        background-color: #e8e8ee;
    }

code,
samp,
kbd {
    padding: .0667rem .25rem;
}

kbd {
    white-space: nowrap;
}

pre {
    overflow-x: auto;
}

    pre code,
    pre samp {
        padding: 0;
        border: none;
    }

    pre code {
        word-wrap: normal;
        white-space: pre;
    }

.pre-scrollable {
    max-height: 20rem;
    overflow-y: scroll;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

legend {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
}

label {
    display: block;
    margin-bottom: 1rem;
}

    label[for] {
        cursor: pointer;
    }

    label > input,
    label > input[type='checkbox'],
    label > input[type='radio'],
    label > select {
        display: inline-block;
        margin: 0 1rem 0 0;
        vertical-align: text-top;
    }

[dir=rtl] label > input, [dir=rtl] label > input[type='checkbox'], [dir=rtl] label > input[type='radio'], [dir=rtl] label > select {
    margin: 0 0 0 1rem;
}

select,
textarea,
input,
.readonly {
    display: block;
    height: 2rem;
    padding: 0.25rem;
    width: 100%;
    margin-bottom: 1rem;
    background: white;
    border: 1px solid rgb(41,110,148);
    border-radius: 0;
    color: rgb(8,34,55);
    font-family: inherit;
}

    select option {
        padding: 10px;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        text-transform: uppercase;
    }

    fieldset[disabled] select, select[disabled], fieldset[disabled] textarea,
    textarea[disabled], fieldset[disabled] input,
    input[disabled], fieldset[disabled] .readonly,
    .readonly[disabled] {
        background: #ebebeb;
        border-color: silver;
        color: silver;
        cursor: not-allowed;
        opacity: 1;
    }

    input[type='file']::-ms-value {
        background: white;
        border: none;
    }

    input[type='file']::-ms-browse {
        -webkit-appearance: none;
        background: #dadada;
        border: solid 1px silver;
        color: rgb(8,34,55);
    }

        input[type='file']::-ms-browse:active {
            background-color: #e7e7e7;
        }

    input[type='file']::-webkit-file-upload-button {
        -webkit-appearance: none;
        border-radius: 0;
        background: #dadada;
        border: solid 1px silver;
        color: rgb(8,34,55);
    }

        input[type='file']::-webkit-file-upload-button:active {
            background-color: #e7e7e7;
        }

    input[type='color'] {
        max-width: 6.563rem;
    }

    input[type='radio'],
    input[type='checkbox'] {
        height: 1.2rem;
        min-width: 1.2rem;
        margin-bottom: 1.1rem;
        padding: 0;
        width: auto;
    }

    input[type='radio'] {
        border-radius: 100%;
        border: none \9;
    }

    input[type='range'] {
        border: 1px solid transparent;
        border: 1px solid silver \9;
        background-color: transparent;
        background-color: white \9;
        padding: 0.25rem 0;
        padding: 0.25rem \9;
    }

    _::-ms-reveal,
    input[type='range'] {
        border: 1px solid transparent;
    }

    select,
    textarea,
    input[type='text'],
    input[type='search'],
    input[type='datetime'],
    input[type='datetime-local'],
    input[type='date'],
    input[type='week'],
    input[type='month'],
    input[type='time'],
    input[type='number'],
    input[type='password'],
    input[type='tel'],
    input[type='email'],
    input[type='url'],
    input[type='color'] {
        -webkit-appearance: none;
    }

        select option {
            height: 100%;
        }

[multiple] {
    height: auto;
}

    [multiple] option {
        height: auto;
    }

textarea {
    height: auto;
    min-height: 5.25rem;
    resize: both;
}

    textarea.horizontal {
        resize: horizontal;
    }

    textarea.vertical {
        resize: vertical;
    }

    textarea.no-resize {
        resize: none;
    }

.readonly,
[readonly] {
    border-color: #ebebeb;
    cursor: not-allowed;
}

::-webkit-input-placeholder {
    color: #767676;
    opacity: 1;
}

::-moz-placeholder {
    color: #767676;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #767676;
    opacity: 1;
}

::placeholder {
    color: #767676;
    opacity: 1;
}

@-moz-document url-prefix() {
    input[type='color'] {
        padding: 0;
    }

    input[type='file'] {
        height: auto;
        min-height: 2rem;
    }
}

input.inline-block,
select.inline-block {
    width: auto;
}

.form-actions {
    margin: 1rem 0;
    padding: 1rem 0;
}

.input-group,
.btn-group {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 100%;
    margin-bottom: 1rem;
}

.btn-group {
    width: auto;
}

    .input-group > *,
    .btn-group > * {
        display: table-cell;
        margin-bottom: 0;
    }

.input-group-addon {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

    .input-group-addon > * {
        margin-bottom: 0 !important;
    }

.supplement {
    padding: 0 1rem;
    line-height: 1.4;
    background: #dadada;
    border: solid 1px silver;
}

html:not([dir=rtl]) .supplement:first-child {
    border-right: none;
}

html:not([dir=rtl]) .supplement:last-child {
    border-left: none;
}

[dir=rtl] .supplement:first-child {
    border-left: none;
}

[dir=rtl] .supplement:last-child {
    border-right: none;
}

ul,
ol {
    margin: 1rem 0;
    padding-left: 2.5rem;
}

[dir="rtl"] ul, [dir="rtl"] ol {
    padding-left: 0;
    padding-right: 2.5rem;
}

ul ul,
ol ol {
    margin: 0;
}

ul.no-bullets,
ol.no-bullets {
    padding-left: 0;
}

[dir="rtl"] ul.no-bullets, [dir="rtl"] ol.no-bullets {
    padding-right: 0;
}

ul.no-bullets > li,
ol.no-bullets > li {
    list-style: none;
}

ul.colored,
ol.colored {
    padding-left: 2.5rem;
}

    ul.colored > li,
    ol.colored > li {
        list-style-type: none;
        position: relative;
    }

        ul.colored > li:before,
        ol.colored > li:before {
            position: absolute;
            top: .1rem;
            left: -1rem;
            -webkit-margin-start: -.25rem;
            content: "\25cf";
            color: #00a9ec;
            font-size: .8rem;
            text-align: right;
            text-decoration: none;
        }

[dir="rtl"] ul.colored > li:before, [dir="rtl"] ol.colored > li:before {
    left: auto;
    right: -1rem;
    text-align: left;
}

ol.colored {
    counter-reset: foo;
}

    ol.colored > li {
        counter-increment: foo;
    }

        ol.colored > li:before {
            content: counter(foo) ".";
            top: 0;
            left: -3.125rem;
            width: 2.5rem;
            -webkit-margin-start: 0;
            font-size: 1rem;
        }

[dir="rtl"] ol.colored > li:before {
    right: -3.125rem;
}

dt, dd {
    min-height: 1.4rem;
}

audio,
canvas,
iframe,
img,
video,
svg {
    vertical-align: middle;
}

img {
    max-width: 100%;
    height: auto;
}

    img[src*=".svg"] {
        width: 100% \9;
    }

    _::-ms-reveal,
    img[src*=".svg"] {
        width: 100%;
    }

a img {
    border: none;
}

.media {
    height: 0;
    height: auto;
    margin-bottom: 1rem;
    max-width: 100%;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}

    .media.four-by-three {
        padding-bottom: 75%;
    }

    .media.instagram {
        height: auto;
        max-width: none;
        padding-bottom: 120%;
    }

    .media.vine {
        height: auto;
        max-width: none;
        padding-bottom: 100%;
    }

    .media.getty {
        height: auto;
        padding-bottom: 79.9663%;
    }

    .media iframe,
    .media object,
    .media embed,
    .media video {
        background-color: transparent;
        border: 0;
        height: 100%;
        left: 0;
        margin: 0;
        outline: none;
        padding: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .media img {
        bottom: -1000000%;
        left: -1000000%;
        margin: auto;
        position: absolute;
        right: -1000000%;
        top: -1000000%;
        width: 100%;
    }

    .media.media-scroll {
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

table {
    margin: 1rem 0;
    max-width: 100%;
    width: 100%;
}

    table th,
    table td {
        padding: 0.5rem;
        text-align: left;
        vertical-align: top;
    }

[dir="rtl"] table th, [dir="rtl"] table td {
    text-align: right;
}

.table-bordered {
    border: 1px solid silver;
    border-left-width: 0;
    border-collapse: separate;
}

    .table-bordered th,
    .table-bordered td {
        border-top: 1px solid silver;
        border-left: 1px solid silver;
    }

    .table-bordered thead:first-child tr:first-child th,
    .table-bordered tbody:first-child tr:first-child td {
        border-top-width: 0;
    }

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
    background-color: #ebebeb;
}

.table-scrollable {
    margin: 1rem 0;
    overflow-y: hidden;
    overflow-x: auto;
    width: 100%;
}

    .table-scrollable table {
        margin: 0;
    }

[data-navigation],
.navigation {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    position: fixed;
    z-index: 2147483647;
    width: 1px;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    visibility: hidden;
    background-color: rgb(8,34,55);
    color: white;
    -webkit-transition: .3s linear width;
    transition: .3s linear width;
}

    [data-navigation].open,
    .navigation.open {
        width: 260px;
    }

    [data-navigation].visible,
    .navigation.visible {
        visibility: visible;
    }

    [data-navigation] > button:first-child,
    .navigation > button:first-child {
        visibility: visible;
        background-color: rgb(8,34,55);
        color: white;
        width: 55px;
        height: 48px;
        padding: 0;
        position: absolute;
        left: 1px;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        border: none;
    }

    [dir="rtl"] [data-navigation], [data-navigation].pull, [dir="rtl"] .navigation,
    .navigation.pull {
        float: none;
        right: auto;
        left: 0;
    }

        [dir="rtl"] [data-navigation] > button:first-child, [data-navigation].pull > button:first-child, [dir="rtl"] .navigation > button:first-child,
        .navigation.pull > button:first-child {
            left: auto;
            right: 1px;
            -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
        }

        [dir="rtl"] [data-navigation].pull, [dir="rtl"] .navigation.pull {
            left: auto;
            right: 0;
        }

            [dir="rtl"] [data-navigation].pull > button:first-child, [dir="rtl"] .navigation.pull > button:first-child {
                right: auto;
                left: 1px;
                -webkit-transform: translate3d(-100%, 0, 0);
                transform: translate3d(-100%, 0, 0);
            }

    [data-navigation] > ul,
    .navigation > ul {
        list-style: none;
        margin: 0;
        padding: .5rem 0;
        width: 260px;
        height: 100%;
        overflow-y: auto;
    }

    [data-navigation] a,
    .navigation a {
        color: inherit;
        display: block;
        padding: .5rem 1rem;
    }

.autosize,
[data-autosize] {
    overflow: hidden;
    -webkit-transition: height .2s linear;
    transition: height .2s linear;
}

.carousel {
    margin-bottom: 1rem;
    overflow: hidden;
    position: relative;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}

    .carousel.no-transition > figure {
        -webkit-transition-duration: 0s !important;
        transition-duration: 0s !important;
    }

    .carousel > figure {
        margin: 0;
        display: none;
        position: relative;
        -webkit-transition: .7s ease-in-out left;
        transition: .7s ease-in-out left;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

[dir="rtl"] .carousel > figure {
    -webkit-transition: .7s ease-in-out right;
    transition: .7s ease-in-out right;
}

.carousel > figure > img {
    display: block;
    width: 100%;
}

.carousel > figure > figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-height: 50%;
    overflow-y: auto;
    padding: 1px 3rem;
    background-color: rgba(34, 34, 34, 0.4);
    color: white;
}

.carousel > ol {
    left: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 1rem;
    z-index: 3;
}

    .carousel > ol li {
        background-color: transparent;
        border: 1px solid rgb(8,34,55);
        cursor: pointer;
        display: inline-block;
        height: 1rem;
        margin: 1px;
        text-indent: -9999px;
        width: 1rem;
    }

        .carousel > ol li:hover {
            background-color: silver;
        }

    .carousel > ol .active {
        background-color: white;
    }

        .carousel > ol .active:hover {
            background-color: white;
        }

.carousel .carousel-active,
.carousel .next,
.carousel .prev,
.carousel .swipe {
    display: block;
}

    .carousel .carousel-active,
    .carousel .next.left,
    .carousel .prev.right {
        left: 0;
    }

[dir="rtl"] .carousel .carousel-active, [dir="rtl"] .carousel .next.left, [dir="rtl"] .carousel .prev.right {
    left: auto;
    right: 0;
}

.carousel .carousel-active {
    position: relative !important;
    z-index: 1;
}

.carousel .next,
.carousel .prev,
.carousel .swipe {
    position: absolute;
    z-index: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.carousel .next,
.carousel .carousel-active.right {
    left: 100%;
}

[dir="rtl"] .carousel .next, [dir="rtl"] .carousel .carousel-active.right {
    left: auto;
    right: 100%;
}

    [dir="rtl"] .carousel .next.swiping, [dir="rtl"] .carousel .carousel-active.right.swiping {
        right: -100%;
    }

.carousel .prev,
.carousel .carousel-active.left {
    left: -100%;
}

[dir="rtl"] .carousel .prev, [dir="rtl"] .carousel .carousel-active.left {
    left: auto;
    right: -100%;
}

    [dir="rtl"] .carousel .prev.swiping, [dir="rtl"] .carousel .carousel-active.left.swiping {
        right: 100%;
    }

.carousel > button {
    position: absolute;
    left: 1px;
    top: 40%;
    z-index: 3;
    display: block;
    width: 3rem;
    margin-top: -1rem;
    padding: 1rem;
    background-color: transparent;
    border: none;
    font-size: 2rem;
    font-weight: bold;
    color: white;
    text-align: center;
    text-decoration: none;
}

[dir="rtl"] .carousel > button {
    left: auto;
    right: 1px;
}

.carousel > button.forward {
    left: auto;
    right: 1px;
}

[dir="rtl"] .carousel > button.forward {
    right: auto;
    left: 1px;
}

.carousel > button:hover {
    text-decoration: underline;
}

.carousel-fade > figure {
    position: absolute;
    top: 0;
    right: 0 !important;
    bottom: 0;
    left: 0 !important;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.carousel-fade > figure, [dir="rtl"] .carousel-fade > figure {
    -webkit-transition: opacity .7s ease-in-out;
    transition: opacity .7s ease-in-out;
}

    .carousel-fade > figure.swipe,
    .carousel-fade > figure.next,
    .carousel-fade > figure.prev {
        z-index: 1;
        opacity: 1;
    }

.carousel-fade .carousel-active.swipe {
    z-index: 2;
}

.carousel-fade .carousel-active {
    opacity: 1;
}

    .carousel-fade .carousel-active.left, .carousel-fade .carousel-active.right {
        z-index: 2;
        opacity: 0;
    }

.carousel-fade .carousel-control, .carousel-fade .carousel-control:visited {
    z-index: 3;
}

.accordion {
    border: solid 1px silver;
    margin-bottom: .125rem;
}

.accordion-head {
    display: block;
}

    .accordion-head a {
        display: block;
        padding: .5rem;
    }

.accordion-body {
    padding: 0 .5rem;
    border-top: solid 1px silver;
}

.trans,
.collapse {
    -webkit-transition: height .5s ease, width .5s ease;
    transition: height .5s ease, width .5s ease;
}

.expand,
.collapse {
    display: block;
    height: auto;
    margin-top: 0;
    overflow: hidden;
    position: relative;
    width: auto;
}

.collapse {
    height: 0;
}

    .collapse.width {
        height: auto;
        width: 0;
    }

.modal-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
    text-align: center;
}

    .modal-overlay:before {
        content: "";
        display: inline-block;
        height: 100%;
        width: 1px;
        margin-right: -1px;
        vertical-align: middle;
    }

[dir="rtl"] .modal-overlay:before {
    margin-right: 0;
    margin-left: -1px;
}

.modal-loader:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    width: 12px;
    height: 4px;
    margin: auto;
    content: "";
    background-image: url(data:image/gif;base64,R0lGODlhDAAEAPABAP///wAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJMgABACwAAAAADAAEAAACCoQRqXm42h48MhUAIfkECTIAAQAsBAAAAAQABAAAAgSEjwkFACH5BAUyAAEALAgAAAAEAAQAAAIEhI8JBQA7);
    image-rendering: optimizeSpeed;
}

.modal {
    display: inline-block;
    max-height: 95%;
    max-width: 95%;
    vertical-align: middle;
    margin: 0 auto;
    overflow: auto;
}

.modal-iframe,
.modal-image {
    overflow: hidden;
}

    .modal-iframe .media,
    .modal-iframe iframe {
        max-height: 100%;
        max-width: 100%;
    }

    .modal-iframe .media {
        background-color: #fff;
        margin-bottom: 0;
    }

    .modal-iframe.iframe-full {
        height: 95%;
    }

.iframe-full .media {
    height: 100%;
    padding: 0;
}

.modal-image > img {
    max-height: 100%;
}

.modal-content {
    max-height: 100%;
    overflow: auto;
    padding: 1rem;
    background-color: white;
    text-align: left;
}

[dir="rtl"] .modal-content {
    text-align: right;
}

.modal-header,
.modal-footer {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    color: #fff;
}

.modal-header {
    padding: 0 4.555rem;
}

.modal-footer {
    top: auto;
    bottom: 0;
}

.modal-close {
    position: fixed;
    top: 1px;
    right: 1px;
    z-index: 2;
    display: inline-block;
    padding: 1.245rem;
    font-size: 1.5rem;
    font-weight: bold;
    color: white;
}

[dir="rtl"] .modal-close {
    right: auto;
    left: 1px;
}

.modal-direction {
    position: fixed;
    top: 49%;
    left: 0;
    z-index: 2;
    display: block;
    width: 3rem;
    padding: 1rem;
    color: white;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
}

[dir="rtl"] .modal-direction {
    right: 0;
}

.modal-direction.next {
    left: auto;
    right: 0;
}

[dir="rtl"] .modal-direction.next {
    right: auto;
    left: 0;
}

button.modal-close,
button.modal-direction {
    background-color: transparent;
    border: none;
}

    button.modal-close:hover,
    button.modal-direction:hover {
        text-decoration: underline;
    }

.tabs {
    position: relative;
}

    .tabs > ul {
        list-style: none;
        border-bottom: 1px solid silver;
        margin-top: 0;
        padding: 0;
    }

        .tabs > ul > li {
            float: left;
            margin-bottom: -1px;
        }

[dir="rtl"] .tabs > ul > li {
    float: right;
}

.tabs > ul > li a {
    display: block;
    line-height: 2;
    margin-right: .2rem;
    padding: 0 1rem;
    border: 1px solid transparent;
    text-decoration: none;
    cursor: pointer;
}

[dir="rtl"] .tabs > ul > li a {
    margin-right: 0;
    margin-left: .2rem;
}

.tabs > ul > li a:hover {
    background-color: #ebebeb;
    border-color: silver;
}

.tabs > ul > li > [aria-selected="true"], .tabs > ul > li > [aria-selected="true"]:hover {
    background-color: white;
    border: 1px solid silver;
    border-bottom-color: transparent;
    color: #454545;
    cursor: default;
}

.tabs > * {
    display: none;
}

.tabs > ul,
.tabs [tabIndex="0"] {
    display: block;
}

    .clearfix:before, .container:before, .modal-ajax.container:before,
    .modal-iframe:before,
    .container-full:before, .row:before,
    [class*="block-row-"]:before, .alert:before, .tabs > ul:before, .clearfix:after, .container:after, .modal-ajax.container:after,
    .modal-iframe:after,
    .container-full:after, .row:after,
    [class*="block-row-"]:after, .alert:after, .tabs > ul:after {
        content: "";
        display: table;
    }

    .clearfix:after, .container:after, .modal-ajax.container:after,
    .modal-iframe:after,
    .container-full:after, .row:after,
    [class*="block-row-"]:after, .alert:after, .tabs > ul:after {
        clear: both;
    }

.push {
    float: right;
}

[dir="rtl"] .push {
    float: left;
}

.pull {
    float: left;
}

[dir="rtl"] .pull {
    float: right;
}

.push-xxs {
    float: right;
}

[dir="rtl"] .push-xxs {
    float: left;
}

.pull-xxs {
    float: left;
}

[dir="rtl"] .pull-xxs {
    float: right;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.inline {
    display: inline;
}

.block-xxs {
    display: block;
}

.inline-block-xxs {
    display: inline-block;
}

.inline-xxs {
    display: inline;
}

.text-pull {
    text-align: left;
}

[dir="rtl"] .text-pull {
    text-align: right;
}

.text-push {
    text-align: right;
}

[dir="rtl"] .text-push {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-xxs-pull {
    text-align: left;
}

[dir="rtl"] .text-xxs-pull {
    text-align: right;
}

.text-xxs-push {
    text-align: right;
}

[dir="rtl"] .text-xxs-push {
    text-align: left;
}

.text-xxs-center {
    text-align: center;
}

.grid-state-indicator {
    position: absolute;
    top: -9999px;
    height: 1px;
    width: 0;
}

.scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

[data-lock], [data-lock] body {
    height: 100%;
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
}

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
}

    .ir:before {
        content: "";
        display: block;
        height: 150%;
        width: 0;
    }

.hidden {
    display: none !important;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

.invisible {
    visibility: hidden;
}

.fade-out,
.fade-in {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.fade-out {
    opacity: 0 !important;
}

.fade-in {
    opacity: 1 !important;
}

.visible-xxs,
.visible-xs,
.visible-s,
.visible-m,
.visible-l {
    display: none !important;
}

/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
    border-radius: 5px;
    border: 1px solid gray;
    background: #eee;
    color: #007196;
}

    /* Use this next selector to style things like font-size and line-height: */
    .tooltipster-default .tooltipster-content {
        color: #007196;
        font-size: 17px;
        font-family: "Oswald", Arial;
        line-height: 16px;
        padding: 8px 10px;
        overflow: hidden;
    }

    /* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
    .tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
        /* border-color: ... !important; */
    }

/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
    cursor: help;
    margin-left: 4px;
}

/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
    padding: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999999;
    pointer-events: none;
    width: auto;
    overflow: visible;
}

    .tooltipster-base .tooltipster-content {
        overflow: hidden;
    }

/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

    .tooltipster-arrow span, .tooltipster-arrow-border {
        display: block;
        width: 0;
        height: 0;
        position: absolute;
    }

.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-top: 8px solid;
    bottom: -7px;
}

.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
    border-left: 9px solid transparent !important;
    border-right: 9px solid transparent !important;
    border-top: 9px solid;
    bottom: -7px;
}

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-bottom: 8px solid;
    top: -7px;
}

.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
    border-left: 9px solid transparent !important;
    border-right: 9px solid transparent !important;
    border-bottom: 9px solid;
    top: -7px;
}

.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
    left: 0;
    right: 0;
    margin: 0 auto;
}

.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
    left: 6px;
}

.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
    left: 5px;
}

.tooltipster-arrow-top-right span, .tooltipster-arrow-bottom-right span {
    right: 6px;
}

.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
    right: 5px;
}

.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
    border-top: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important;
    border-left: 8px solid;
    top: 50%;
    margin-top: -7px;
    right: -7px;
}

.tooltipster-arrow-left .tooltipster-arrow-border {
    border-top: 9px solid transparent !important;
    border-bottom: 9px solid transparent !important;
    border-left: 9px solid;
    margin-top: -8px;
}

.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
    border-top: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important;
    border-right: 8px solid;
    top: 50%;
    margin-top: -7px;
    left: -7px;
}

.tooltipster-arrow-right .tooltipster-arrow-border {
    border-top: 9px solid transparent !important;
    border-bottom: 9px solid transparent !important;
    border-right: 9px solid;
    margin-top: -8px;
}

/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */
.tooltipster-fade {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.tooltipster-fade-show {
    opacity: 1;
}

.tooltipster-grow {
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-backface-visibility: hidden;
}

.tooltipster-grow-show {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-swing {
    opacity: 0;
    -webkit-transform: rotateZ(4deg);
    -ms-transform: rotateZ(4deg);
    transform: rotateZ(4deg);
    -webkit-transition-property: -webkit-transform, opacity;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.tooltipster-swing-show {
    opacity: 1;
    -webkit-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
    -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
    transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
    top: 0;
    -webkit-transition-property: top;
    transition-property: top;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

    .tooltipster-fall.tooltipster-dying {
        -webkit-transition-property: all;
        transition-property: all;
        top: 0px !important;
        opacity: 0;
    }

.tooltipster-slide {
    left: -40px;
    -webkit-transition-property: left;
    transition-property: left;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

    .tooltipster-slide.tooltipster-dying {
        -webkit-transition-property: all;
        transition-property: all;
        left: 0px !important;
        opacity: 0;
    }

/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
    opacity: 0.5;
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

html {
    font-family: Georgia, sans-serif;
    font-size: 100%;
}

body {
    font-size: 1rem;
    line-height: 1.5em;
}

section:first-of-type {
    margin-top: 117px;
}

@media (max-width: 765px) {
    section:first-of-type {
        margin-top: 165px;
    }
}

.free-access {
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    margin-left: 10px;
}

form input, form textarea, form button {
    font-family: 'Roboto', sans-serif;
}

.default {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    background: #00b0ff;
}

.default_content {
    margin: auto;
    font-size: 1.75rem;
    text-transform: uppercase;
    color: #005880;
}

.gulp {
    margin-top: -35%;
    margin-left: 30%;
}

.header {
    position: fixed;
    z-index: 2;
    max-width: 1130px;
    width: 100%;
    background-color: #fff;
}

.header-container {
    display: table;
    width: 100%;
    margin-bottom: 0;
    font-family: "Oswald", Arial;
    position: relative;
}

    .header-container > div {
        display: table-cell;
        vertical-align: top;
        position: relative;
    }

        .header-container > div:first-of-type {
            width: 284px;
        }

    .header-container:before {
        content: '';
        position: absolute;
        z-index: -1;
        bottom: 0;
        left: 0;
        background-color: #033753;
        height: 24px;
        width: 100%;
    }

.header-logo-link {
    text-decoration: none;
}

    .header-logo-link:hover {
        text-decoration: none;
    }

.logo-container {
    background-color: #033753;
}

.header-home .breadCrumbs {
    display: none;
}

.header-sub .logo-container {
    background-color: rgb(41,110,148);
}

.header-sub.archive-header:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 285px;
    height: 24px;
    background: -webkit-linear-gradient(left, rgb(41,110,148) 50%, #033753 100%);
    background: linear-gradient(to right, rgb(41,110,148) 50%, #033753 100%);
}

.header-logo {
    margin: 3px 0 0 0;
    width: 300px;
    height: 112px;
}

.header-logo-small {
    display: none;
}

.banner-container {
    display: table;
    width: 100%;
    padding: 9px 10px 20px 0;
}

    .banner-container.sub {
        display: table;
        width: 100%;
        padding: 9px 10px 10px 0;
    }

    .banner-container > div {
        display: table-cell;
        vertical-align: middle;
    }

.banner {
    text-align: end;
    padding-left: 20px;
    display: none !important;
}

.nav-buttons {
    text-align: end;
    float: right;
}

    .nav-buttons > div {
        display: inline-block;
        vertical-align: middle;
    }

.button-container {
    padding-right: 30px;
    position: relative;
}

    .button-container button {
        display: block;
        border: none;
        background-color: #fff;
        background-size: 100%;
        background-repeat: no-repeat;
    }

    .button-container .createAccount {
        background-color: #fff;
        box-shadow: inset -1px -1px 1px 0.5px rgba(0, 0, 0, 0.5);
        text-transform: uppercase;
        text-decoration: none;
        color: #007196;
        font-size: 13px;
        font-family: "Oswald", Arial;
        font-weight: 600;
        white-space: nowrap;
        padding: 2px 0 3px 0;
        border: 1px solid #c0d4de;
        display: inline-block;
        width: 126px;
        text-align: center;
    }

    .button-container .myAccount {
        background-image: url("/images/myAccount.png");
        width: 126px;
        height: 36px;
        display: block;
    }

    .button-container .login-toggle {
        background-image: url("/images/login.png?2");
        background-color: #fff;
        box-shadow: inset -1px -1px 1px 0.5px rgba(0, 0, 0, 0.5);
        text-transform: uppercase;
        text-decoration: none;
        color: #007196;
        font-size: 13px;
        font-family: "Oswald", Arial;
        font-weight: 600;
        white-space: nowrap;
        padding: 2px 0 3px 0;
        border: 1px solid #c0d4de;
        display: inline-block;
        width: 127px;
        text-align: center;
    }

    .button-container .logout-button {
        background-color: #fff;
        box-shadow: inset -1px -1px 1px 0.5px rgba(0, 0, 0, 0.5);
        text-transform: uppercase;
        text-decoration: none;
        color: #007196;
        font-size: 13px;
        font-family: "Oswald", Arial;
        font-weight: 600;
        white-space: nowrap;
        padding: 2px 0 3px 0;
        border: 1px solid #c0d4de;
        display: inline-block;
        width: 127px;
        text-align: center;
    }

.search-container {
    margin-right: 0px;
    width: 230px;
    height: 30px;
    box-sizing: border-box;
    border: 2px solid #007196;
    position: relative;
}

    .search-container:before {
        position: absolute;
        z-index: -1;
        top: 1px;
        left: 1px;
        right: 1px;
        bottom: 1px;
        content: '';
        border: 1px solid #007196;
    }

    .search-container input {
        margin-bottom: 0;
        padding: 0 0 0 4px;
        border: none;
        width: 200px;
        outline: none;
    }

.input-container {
    margin-top: 3px;
    height: 20px;
    padding-left: 2px;
}

    .input-container input {
        font-size: 14px;
        font-family: "Oswald", Arial !important;
        height: 20px;
    }

.search-toggle {
    background-color: transparent;
    outline: none;
    border: none;
    padding: 0 8px;
    position: absolute;
    top: -3px;
    right: 0;
}

    .search-toggle i {
        color: #007196;
        -webkit-transition: .1s;
        transition: .1s;
    }

    .search-toggle:hover {
        background-color: transparent;
    }

        .search-toggle:hover i {
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1);
        }

.search-label {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    .search-label.focusable:active, .search-label.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

.nav-container {
    display: inline-block;
    width: 100%;
    position: relative;
}

#nav-list-desktop {
    display: table;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    margin-top: 4px;
    margin-bottom: 10px;
}

    #nav-list-desktop > li {
        display: table-cell;
        width: 14.2857%;
        padding: 0 2px;
        position: relative;
    }

#nav-list-mobile-archive {
    display: none;
}

    #nav-list-mobile-archive .nav-link {
        padding-left: 5px;
        margin-bottom: 5px;
        text-align: left;
        border-radius: 0;
        border-bottom: 1px solid #012437;
    }

.nav-link {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    background-color: #007196;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 9px 10px 10px;
    outline: none;
}

    .nav-link:hover {
        background-color: #033753;
    }

    .nav-link.active {
        background-color: #033753;
    }

.underbar {
    width: 100%;
    height: 24px;
    background-color: #033753;
}

.login-menu {
    display: none;
    position: absolute;
    width: 200px;
    z-index: 5;
    background-color: #fff;
    text-align: center;
    padding: 5px;
    border: 1px solid grey;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
}

.archive-header .login-menu {
    left: 0;
}

#favorite-hover {
    display: none;
    position: fixed;
    width: 83%;
    top: 110px;
    z-index: 2;
    pointer-events: none;
}

    #favorite-hover div {
        width: 200px;
        padding: 10px;
        color: #007196;
        font-size: 17px;
        font-family: "Oswald", Arial;
        font-weight: 600;
        background-color: #fff;
        text-align: center;
        display: table;
        margin: auto;
        border: 1px solid grey;
        box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.4);
    }

.login-menu .login-submit,
.login-menu .newUser {
    background-color: #fff;
    box-shadow: inset -1px -1px 1px 0.5px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    text-decoration: none;
    color: #007196;
    font-size: 14px;
    font-family: "Oswald", Arial;
    font-weight: 600;
    padding: 0 20px;
    white-space: nowrap;
    border: 1px solid #c0d4de;
    display: block;
    width: 100px;
}

.login-dropdown label {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    .login-dropdown label.focusable:active, .login-dropdown label.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

.login-input-container {
    margin: 5px 0 10px;
    border: 2px solid #007196;
    position: relative;
}

    .login-input-container:before {
        position: absolute;
        z-index: -1;
        top: 1px;
        left: 1px;
        right: 1px;
        bottom: 1px;
        content: '';
        border: 1px solid #007196;
    }

.login-help {
    white-space: nowrap;
    margin: 15px 0;
}

    .login-help a {
        color: #007196;
        font-size: 12px;
        padding: 0 6px;
        text-transform: uppercase;
        font-weight: 500;
    }

.login-email, .archive-year,
.archive-month,
.login-password {
    margin-bottom: 0;
    background-color: transparent;
    font-size: 12px;
    height: 24px;
}

.login-submit {
    margin-bottom: 10px;
}

.ad-container {
    padding: 20px;
}

.archive-toggle {
    position: relative;
}

    .archive-toggle:after {
        content: '';
        position: absolute;
        height: 0;
        width: 0;
        border-top: 10px solid #007196;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
    }

    .archive-toggle:after {
        border-top-color: #FFF;
        bottom: 5px;
        right: 5px;
    }

.archive-search {
    min-width: 120px;
    display: none;
    position: absolute;
    left: 40%;
    z-index: 1;
    background-color: #fff;
    text-align: center;
    padding: 5px;
    border: 1px solid grey;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
}

.archive-header .archive-search {
    left: 0;
}

.archive-search input {
    text-transform: uppercase;
}

.archive-input-container {
    margin: 10px 0;
    border: 2px solid #007196;
    position: relative;
}

    .archive-input-container:before {
        position: absolute;
        z-index: -1;
        top: 1px;
        left: 1px;
        right: 1px;
        bottom: 1px;
        content: '';
        border: 1px solid #007196;
    }

    .archive-input-container label {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

        .archive-input-container label.focusable:active, .archive-input-container label.focusable:focus {
            clip: auto;
            height: auto;
            margin: 0;
            overflow: visible;
            position: static;
            width: auto;
        }

.archive-home-page {
}

    .archive-home-page h2 {
        margin-top: 0 !important;
        color: rgb(33,57,84) !important;
    }

    .archive-home-page h3 {
        font-weight: 900 !important;
        margin: 16px 0 16px 0 !important;
    }

    .archive-home-page h4 {
        text-transform: uppercase !important;
        color: rgb(32,150,138) !important;
    }

.error-state {
    display: none;
    color: #c22d8f;
    text-align: center;
    padding: 5px 0;
    font-size: 14px;
    line-height: 1;
}

.parsley-errors-list {
    display: none;
}

.breadCrumbs {
    position: absolute;
    bottom: 0px;
    left: 10px;
    line-height: 20px;
    font-size: 13px;
    font-weight: 800;
    color: rgb(188,223,220);
    text-transform: uppercase;
}

    .breadCrumbs ul {
        margin: 0;
        padding: 0;
        display: inline-block;
    }

.archive-home, .archive-years a, .archive-months a {
    padding-right: 5px;
    text-decoration: none;
    color: rgb(188,223,220);
}

    .archive-home:after, .archive-years a:after, .archive-months a:after {
        content: '\f105';
        font-family: FontAwesome;
        text-decoration: none;
        padding-left: 8px;
    }

    .archive-home span, .archive-years a span, .archive-months a span {
        text-decoration: underline;
    }

.archive-years li {
    display: none;
}

    .archive-years li.active {
        display: block;
    }

.archive-months li {
    display: none;
}

    .archive-months li.active {
        display: block;
    }

.archive-months a span {
    text-decoration: none;
}

.archive-months a:after {
    content: '';
}


.nav-hamburger {
    display: none;
    height: 60px;
    width: 60px;
    background-color: #007196;
    text-align: center;
    color: #fff;
    cursor: pointer;
    position: relative;
    box-shadow: inset -1px -1px 1px 0.5px rgba(0, 0, 0, 0.5);
    outline: none;
    position: relative;
}

    .nav-hamburger:before {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        content: '';
        box-shadow: inset 1px 1px 1px 0.5px rgba(255, 255, 255, 0.5);
    }

    .nav-hamburger .hamburger {
        width: 46px;
        height: 4px;
        background-color: #fff;
        position: absolute;
        top: 30%;
        left: 7px;
    }

        .nav-hamburger .hamburger:before, .nav-hamburger .hamburger:after {
            content: '';
            position: absolute;
            left: 0;
            width: 46px;
            height: 4px;
            background-color: #fff;
        }

        .nav-hamburger .hamburger:before {
            top: -10px;
        }

        .nav-hamburger .hamburger:after {
            bottom: -10px;
        }

    .nav-hamburger span {
        font-size: 14px;
        text-transform: uppercase;
        font-weight: bold;
        position: absolute;
        bottom: 3px;
        left: 50%;
        margin-left: -16px;
    }

.header-sub .archive-nav {
    width: 95%;
    text-align: center;
    margin: 0;
}

.archive-list {
    display: none;
    margin: 0;
    padding: 0;
}

    .archive-list li {
        display: inline-block;
        white-space: nowrap;
        margin-right: 48px;
        padding-bottom: 8px;
    }

        .archive-list li:last {
            margin-right: 8px;
        }

        .archive-list li.icon-social {
            display: none;
        }

    .archive-list a {
        display: block;
    }

        .archive-list a:hover img {
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1);
        }

    .archive-list img {
        height: 33px;
    }

.archive-action img {
    height: 33px;
}


.archive-header .archive-list {
    display: block;
    height: 42px;
}

.archive-header .nav-hamburger {
    display: block;
    position: absolute;
    right: 10px;
    top: -53px;
    z-index: 1;
}

.archive-header #nav-list-desktop {
    display: none;
}


.archive-header #nav-list-mobile-archive {
    display: none;
    width: auto;
    margin-top: 0;
    margin-right: 10px;
    padding: 20px 15px;
    background-color: #007196;
    position: absolute;
    top: 7px;
    right: 0;
    z-index: 1;
}

.archive-header nav-list-mobile-archive > li {
    width: 140px;
    display: block;
}

.archive-header nav-list-mobile-archive .nav-link {
    padding-left: 5px;
    margin-bottom: 5px;
    text-align: left;
    border-radius: 0;
    border-bottom: 1px solid #012437;
}

.archive-header nav-list-mobile-archive .archive-toggle {
    padding-right: 10px;
}

    .archive-header nav-list-mobile-archive .archive-toggle:after {
        content: none;
    }

.article-controls {
    display: none;
    margin: 0 auto;
    top: 30px;
    left: -8px;
    width: 98%;
    position: relative;
}

.archive-header .article-controls {
    display: block;
}

.article-controls .prev,
.article-controls .next {
    font-size: 0;
    position: absolute;
    text-decoration: none;
    outline-width: 0px;
}

    .article-controls .prev:before,
    .article-controls .next:before {
        position: absolute;
        top: 50%;
        margin-top: -48px;
    }

.article-controls .prev {
    left: 15px;
}

.article-controls .prev {
    background: url("/images/arrow-left.gif");
    background-size: cover;
    width: 31px;
    height: 38px;
}

.article-controls .next {
    right: 15px;
}

.article-controls .next {
    right: 0;
    background: url("/images/arrow-right.gif");
    background-size: cover;
    width: 31px;
    height: 38px;
}

    .article-controls .prev:hover, .article-controls .next:hover {
    }

.content-container {
    margin-top: 150px;
}

.content-pad {
    margin: 0 10px 0 10px;
}

.content-sub-top-pad {
    margin: 114px 0 0 0;
}

@media (max-width: 765px) {
    .content-sub-top-pad {
        margin: 162px 0 0 0;
    }
}

.embed-container {
    position: relative;
    height: 0;
    overflow: hidden;
}

/* 16x9 Aspect Ratio */
.embed-container-16x9 {
    padding-bottom: 56.25%;
}

/* 4x3 Aspect Ratio */
.embed-container-4x3 {
    padding-bottom: 75%;
}

.embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.footer {
    background-color: #033753;
    font-family: "Oswald", Arial;
    display: table;
    width: 100%;
    height: 32px;
    margin-top: 20px;
}

    .footer > div {
        display: table-cell;
        vertical-align: middle;
    }

        .footer > div:first-of-type {
            width: 100%;
        }

    .footer span {
        display: inline-block;
        vertical-align: middle;
        padding: 4px 0;
    }

.footer-copyright,
.footer-info {
    font-size: 14px;
    font-weight: 600;
    height: 32px;
}

.footer-copyright {
    color: #fff;
    margin-left: 10px;
}

.footer-info {
    text-align: right;
    white-space: nowrap;
    color: #fff;
}

    .footer-info span {
        color: #fff;
        margin-right: 10px;
    }

.footer-privacy {
    vertical-align: middle;
    background-color: #033753;
    background-image: url("/images/privacy-policy.png");
    background-size: 100%;
    width: 150px;
    border: none;
}


.home-slide-container {
    background-color: rgb(41,110,148);
}

.home-slide-image {
    margin: 35px 0 0 0;
    text-align: center;
}

    .home-slide-image img {
        max-width: 235px;
        height: auto;
    }

.home-slide-right-container {
    margin: 35px 50px 0 0;
    display: block;
}

.background-gray {
    background-color: rgb(232,234,235);
}

.background-dark-grey {
    background-color: rgb(143, 156, 163) !important;
}

.background-yellow {
    background-color: #fffae1 !important;
}

.background-red {
    background-color: #ffc8c8 !important;
}

.message-error {
    background-color: #ffc8c8 !important;
    padding: 5px !important;
    text-align: center;
}

.message-warning {
    background-color: #fffae1 !important;
    padding: 5px !important;
    text-align: center;
}

.message-success {
    background-color: rgb(203, 225, 237) !important;
    padding: 5px !important;
    text-align: center;
}

.ajax-spinner {
    background: url("/css/ajax-loader.gif") center center no-repeat;
    height: 32px;
    margin: 5px;
}


.border-yellow {
    border: 15px solid #fffae1;
}

.slick-dots {
    list-style: none;
    display: block;
    text-align: left;
    padding: 0;
    bottom: 0;
    margin-left: 36px;
}

@media (max-width: 765px) {
    .slick-dots {
        list-style: none;
        display: block;
        text-align: center;
        padding: 0;
        bottom: 0;
    }
}


.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

    .slick-dots li button {
        border: 0;
        background: transparent;
        display: block;
        height: 20px;
        width: 20px;
        outline: none;
        line-height: 0px;
        font-size: 0px;
        color: transparent;
        padding: 5px;
        cursor: pointer;
    }

        .slick-dots li button:hover, .slick-dots li button:focus {
            outline: none;
        }

            .slick-dots li button:hover:before, .slick-dots li button:focus:before {
                opacity: 1;
            }

        .slick-dots li button:before {
            position: absolute;
            top: 0;
            left: 0;
            content: "•";
            width: 20px;
            height: 20px;
            font-family: "slick";
            font-size: 6px;
            line-height: 20px;
            text-align: center;
            color: black;
            opacity: 0.25;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

    .slick-dots li.slick-active button:before {
        color: black;
        opacity: 0.75;
    }

.slick-dots {
}

    .slick-dots li {
        margin: 0 10px;
        width: 15px;
    }

        .slick-dots li.slick-active button:before {
            color: #91d6d1;
        }

    .slick-dots button:before {
        font-size: 18px !important;
        color: #213954;
    }






.slider {
    margin-bottom: 0;
}



.issue-slider {
    overflow-y: hidden;
    overflow-x: hidden;
    overflow: hidden;
    margin-bottom: 0;
}

.featureIssue-container {
    background-color: #007196;
    padding: 15px 40px;
    display: table;
}

    .featureIssue-container > div {
        display: table-cell;
        vertical-align: middle;
    }

        .featureIssue-container > div:first-of-type {
            width: 40%;
        }

        .featureIssue-container > div:last-of-type {
            width: 60%;
        }

.featureIssue-picture {
    text-align: center;
}

    .featureIssue-picture img {
        max-width: 220px;
        vertical-align: top;
        margin: 15px auto;
    }

.featureIssue-highlights {
    padding-left: 50px;
    min-height: 307px;
}

.highlights-content .issue-header {
    display: block;
    color: #aeb4ba;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}



.highlights-content .issue-link {
    display: inline-block;
    color: #fff;
    font-weight: bold;
    line-height: 1.2;
    font-size: 15px;
    text-decoration: underline;
}

    .highlights-content .issue-link strong {
        font-weight: 900;
        letter-spacing: .03rem;
    }

.highlights-content .issue-title-head {
    color: rgb(33,57,84);
    font-size: 16px;
    font-weight: 900;
    display: block;
    margin-bottom: 5px;
}

.highlights-content .issue-body {
    color: rgb(253,253,254);
    font-size: 15px;
    line-height: 20px;
    display: inline-block;
    margin-top: 15px;
}

.highlights-content .issue-link:hover {
    color: #e6e6e6;
}

.highlights-content .free-access {
    color: #91d6d1;
}

.highlights-content .issue-authors {
    display: block;
    color: #d1e3eb;
    font-size: 13px;
    text-transform: uppercase;
    padding-bottom: 12px;
    margin-top: -3px;
}

.highlights-content .issue-contentLink {
    text-decoration: none;
    font-size: 16px;
    color: #d1e3eb;
    font-family: "Oswald", Arial;
    font-weight: 500;
}

    .highlights-content .issue-contentLink:before {
        content: '\f101';
        font-family: FontAwesome;
        padding-right: 5px;
    }

    .highlights-content .issue-contentLink:hover {
        color: #e6e6e6;
    }

.advantage-container {
    background-color: #fffae1;
}

.adv-header {
    text-align: center;
    color: #a82c8c;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    margin: 15px 0 5px;
}

.adv-footer {
    text-align: center;
    margin: 10px 0 20px 0;
}

    .adv-footer > a {
        text-align: center;
        color: #fff;
        text-transform: uppercase;
        font-family: "Oswald", Arial;
        font-weight: bold;
        white-space: nowrap;
        padding: 5px 17px;
        background-color: #c22d8f;
        box-shadow: inset -1px -1px 1px 0.5px rgba(0, 0, 0, 0.5);
        outline: none;
        position: relative;
        text-decoration: none;
    }

        .adv-footer > a:before {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            content: '';
            box-shadow: inset 1px 1px 1px 0.5px rgba(255, 255, 255, 0.5);
        }

        .adv-footer > a:hover {
            background-color: #992370;
        }

.point-container {
    text-align: center;
    padding: 10px 20px;
}

    .point-container .point-picture {
        height: 55px;
    }

    .point-container .point-header {
        font-size: 16px;
        font-weight: 600;
        color: #213954;
        margin-bottom: 5px;
    }

    .point-container .point-description {
        font-size: 14px;
        line-height: 1.4;
        color: rgba(23, 40, 58, 0.8);
        text-align: center;
    }

    .point-container .point-link {
        color: #007196;
    }

        .point-container .point-link:hover {
            color: #004b63;
        }

.sponsor-container {
    width: 100%;
    height: 100%;
    background-color: #e8eaec;
}

    .sponsor-container .slick-list {
        height: 100%;
    }

    .sponsor-container .slick-track {
        height: 100%;
    }

.sponsor-slide {
    height: 100%;
    width: 100%;
    text-align: center;
}

.sponsor {
    display: table;
    width: 100%;
    height: 100%;
}

    .sponsor > div {
        display: table-cell;
        vertical-align: middle;
    }

    .sponsor img {
        margin: 20px auto;
        padding: 0 10px;
        max-height: 285px;
    }

    .sponsor.medium img {
        max-height: 600px;
    }

    .sponsor.large img {
        max-height: 900px;
    }

.margin-top-bottom-30 {
}

.archive-container {
    border-bottom: 1px solid rgb(177,186,195);
    padding: 0 25px;
    margin: 0;
    /*max-height: 343px;*/
    /*overflow-y: hidden;*/
}

    .archive-container .article-header {
        text-align: center;
        margin: 0 0 20px -10px;
        border-top: 1px solid rgb(177,186,195);
        box-sizing: border-box;
        text-transform: uppercase;
        padding-top: 5px;
    }

    .archive-container .article-title {
        display: block;
        color: #007196;
        font-size: 15px;
        font-weight: bold;
        line-height: 1.1;
        margin-left: 10px;
        margin-bottom: 5px;
        padding-left: 5px;
        text-decoration: none;
        position: relative;
    }

        .archive-container .article-title:before {
            position: absolute;
            left: -25px;
            content: url("/images/greenArrow.png?2");
            font-size: 16px;
            -webkit-transition: .2s;
            transition: .2s;
        }

        .archive-container .article-title:hover {
            color: #004b63;
        }

            .archive-container .article-title:hover:before {
                -webkit-transform: translateX(5px);
                -ms-transform: translateX(5px);
                transform: translateX(5px);
            }

    .archive-container .article-authors, .archive-container .article-date {
        display: block;
        text-align: right;
        text-transform: uppercase;
        font-size: 13px;
        line-height: 1;
        color: #416277;
        margin-bottom: 5px;
    }

    .archive-container .article-date {
        text-transform: none;
        margin-bottom: 10px;
    }

    .archive-container .free-access {
        color: #00978b;
    }

.button-to-top {
    padding: 16px 3px 12px 9px;
    margin-top: 10px;
    font-size: 20px;
    color: #fff;
    background-color: rgb(41,110,148);
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family: "Roboto", sans-serif;
    ;
    font-weight: 900;
    letter-spacing: 5px;
    line-height: 11px;
}

    .button-to-top span {
        font-size: 35px;
        font-weight: 600;
    }


.issue-table {
    margin: 0;
}

    .issue-table tr td {
        padding: 10px;
    }

        .issue-table tr td.center {
            text-align: center;
            vertical-align: middle;
        }

.archive-issue {
}

    .archive-issue h2 {
        margin: 0 0 6px 0;
        font-family: "Oswald", Arial;
        font-size: 18px;
        font-weight: 800;
        color: rgb(33,57,84);
        text-transform: uppercase;
    }

    .archive-issue h3 {
        margin: 0 0 -5px 0;
        color: rgb(41,110,148);
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 18px;
        font-weight: 600;
        line-height: 20px;
    }

    .archive-issue span {
        color: rgb(99,115,134);
        font-weight: 600;
        font-size: 13px;
        margin-top: 5px;
        line-height: 14px;
        display: inline-block;
    }

    .archive-issue .article-preview {
        display: none;
        font-size: 13px;
        color: rgb(17,34,53);
        line-height: 18px;
    }

    .archive-issue .issue-header {
        background-color: rgb(211,215,221);
    }

        .archive-issue .issue-header div {
            padding: 10px;
        }

        .archive-issue .issue-header .issue-title {
            font-weight: 700;
        }

    .archive-issue .issue-previous-next, .archive-issue .issue-previous-next:visited {
        display: block;
        font-family: "Oswald", Arial;
        font-size: 11px;
        font-weight: 700;
        color: rgb(33,57,84);
        text-decoration: none;
        text-transform: uppercase;
        position: relative;
    }

        .archive-issue .issue-previous-next span {
            text-decoration: underline;
            color: rgb(33,57,84);
        }

    .archive-issue .cell-pad div {
        padding: 10px;
    }


    .archive-issue .arow {
        background-color: rgb(230,238,242);
    }

    .archive-issue .arow-alt {
        background-color: rgb(213,226,234);
    }

    .archive-issue a.button-preview-text {
        background-image: url(/images/icon-issue-open.png);
        width: 24px;
        height: 24px;
        display: inline-block;
        border: none;
        outline: none;
        -webkit-transition: .2s;
        transition: .2s;
    }

        .archive-issue a.button-preview-text:hover {
            -ms-transform: scale(1.2,1.2); /* IE 9 */
            -webkit-transform: scale(1.2,1.2)); /* Safari */
            transform: scale(1.2,1.2); /* Standard syntax */
        }

        .archive-issue a.button-preview-text.close {
            background-image: url(/images/icon-issue-close.png);
            width: 24px;
            height: 24px;
            display: inline-block;
            border: none;
            outline: none;
            -webkit-transition: .2s;
            transition: .2s;
        }

            .archive-issue a.button-preview-text.close:hover {
                -ms-transform: scale(1.2,1.2); /* IE 9 */
                -webkit-transform: scale(1.2,1.2)); /* Safari */
                transform: scale(1.2,1.2); /* Standard syntax */
            }

    .archive-issue a.button-free {
        background-image: url(/images/button-free-access.gif);
        width: 94px;
        height: 32px;
        display: inline-block;
        border: none;
        outline: none;
        -webkit-transition: .2s;
        transition: .2s;
    }

        .archive-issue a.button-free:hover {
            -ms-transform: scale(1.1,1.1); /* IE 9 */
            -webkit-transform: scale(1.1,1.1)); /* Safari */
            transform: scale(1.1,1.1); /* Standard syntax */
        }

    .archive-issue a.button-purchase {
        background-image: url(/images/button-purchase.gif);
        width: 94px;
        height: 33px;
        display: inline-block;
        border: none;
        outline: none;
        -webkit-transition: .2s;
        transition: .2s;
    }

        .archive-issue a.button-purchase:hover {
            -ms-transform: scale(1.1,1.1); /* IE 9 */
            -webkit-transform: scale(1.1,1.1)); /* Safari */
            transform: scale(1.1,1.1); /* Standard syntax */
        }

    .archive-issue .article-page-num {
        font-family: "Oswald", Arial;
        font-size: 18px;
        font-weight: 700;
    }


.issue-prev {
    padding-left: 20px;
}

    .issue-prev:before {
        position: absolute;
        margin: 0 0 0 -17px;
        top: 0px;
        content: '\f100';
        font-family: FontAwesome;
        color: rgb(32,150,138);
        font-weight: 900;
        text-decoration: none;
        font-size: 18px;
        -webkit-transition: .2s;
        transition: .2s;
    }

    .issue-prev:hover:before {
        -webkit-transform: translateX(-5px);
        -ms-transform: translateX(-5px);
        transform: translateX(-5px);
    }

.issue-next {
    padding-right: 20px;
}

    .issue-next:after {
        position: absolute;
        margin: 0 0 0 7px;
        top: 0px;
        content: '\f101';
        font-family: FontAwesome;
        color: rgb(32,150,138);
        font-weight: 900;
        text-decoration: none;
        font-size: 18px;
        -webkit-transition: .2s;
        transition: .2s;
    }

    .issue-next:hover:after {
        -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
        transform: translateX(5px);
    }

.archive-issue .issue-previous {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: rgb(32,150,138);
    text-decoration: none;
    position: relative;
    line-height: 23px;
    text-transform: uppercase;
}


.article-header {
    color: #707f8a;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    margin: 5px 0 26px;
}









.doctor-container {
    border: 15px solid #fffae1;
    margin: 0 10px;
}

.doctor-cert {
    margin-top: 10px;
    margin-bottom: 15px;
    text-align: center;
}

    .doctor-cert img {
        width: 80%;
        height: auto;
    }

.doctor-text {
    font-size: 15px;
    line-height: 1.3;
    color: rgba(23, 40, 58, 0.8);
    padding: 0 25px;
    margin-bottom: 10px;
}

    .doctor-text .doctor-link {
        color: #2a6f94;
    }

        .doctor-text .doctor-link:hover {
            color: #2f4756;
        }



.subscribe-box {
    background-color: rgb(254,251,230);
    padding: 20px 25px 20px 25px !important;
    margin: 5px 5px 20px 5px;
    font-size: 16px;
}

    .subscribe-box h3 {
        color: rgb(33,57,84);
        font-size: 1.0rem;
        font-weight: 600;
        text-align: center;
        margin: 0 0 10px 0;
    }

        .subscribe-box h3 a {
            color: rgb(41,110,148);
        }

    .subscribe-box h4 {
        font-family: 'Roboto Condensed', sans-serif;
        color: rgb(33,57,84);
        font-size: 1.2rem;
        font-weight: 700;
        text-align: center;
        margin: 0 0 10px 0;
    }

        .subscribe-box h4 a {
            color: rgb(59,108,146);
        }

    .subscribe-box p {
        font-size: 1.0rem;
        color: rgb(81,84,97);
        margin: 0 0 10px 0;
    }

    .subscribe-box .divider {
        background-color: rgb(230,238,242);
        border: 4px solid #fff;
        padding: 3px 0 3px 0;
        margin-left: -30px;
        margin-right: -29px;
    }

    .subscribe-box fieldset {
        overflow: hidden;
        margin: 10px 0 3px 0;
    }

    .subscribe-box .question {
        float: left;
        clear: none;
        width: 100%;
    }

    .subscribe-box label {
        color: rgb(33,57,86);
        font-size: 1.0rem;
        font-weight: 900;
        display: block;
        padding: 0 1em 0 0;
        margin-bottom: .5em;
    }

    .subscribe-box input[type=text],
    input.radio {
        background-color: rgb(254,251,230);
        border: 1px solid rgb(45,112,148);
    }

    .subscribe-box input[type=radio],
    input.radio {
        float: left;
        clear: none;
        margin: 2px 25px 0 2px;
    }

    .subscribe-box .button-change-padding {
        margin: 10px 0 30px 0;
    }

    .subscribe-box a.grn {
        color: rgb(41,110,148);
    }

        .subscribe-box a.grn:hover {
            color: rgb(33,57,84);
        }

    .subscribe-box .border-left {
        border-left: solid 1px rgb(89,133,160);
    }

    .subscribe-box table {
        border-bottom: 2px solid rgb(78,92,110);
        font-size: 1.0rem;
    }

        .subscribe-box table thead {
            border-top: 2px solid rgb(78,92,110);
            border-bottom: 1px solid rgb(102,113,127);
        }

            .subscribe-box table thead th {
                padding: 13px 5px 0 0;
                text-align: center;
                vertical-align: bottom;
                font-weight: 900;
            }

        .subscribe-box table tbody td {
            padding: 7px 5px 6px 0;
            font-weight: 700;
            text-align: center;
            vertical-align: bottom;
        }

    .subscribe-box.my-account-articles {
        margin: 0 20px 25px 20px;
        padding: 20px 25px 10px 25px !important;
        font-weight: 500;
    }

        .subscribe-box.my-account-articles p {
            font-size: 14px;
            color: rgb(100,116,135);
        }



.order-receipt-box {
    background-color: rgb(254,251,230);
    margin: 0;
    padding: 0;
    border: 1px solid rgb(55,119,154);
}

    .order-receipt-box table {
        background-color: rgb(254,251,230);
        color: rgb(33,57,84);
        margin: 0;
    }

    .order-receipt-box tr {
        border-top: 1px solid rgb(55,119,154);
    }

    .order-receipt-box th {
        color: #fff;
        font-weight: 700;
    }

    .order-receipt-box td {
        font-weight: 500;
    }

    .order-receipt-box th:nth-child(3), .order-receipt-box th:nth-child(4) {
        text-align: right;
    }

    .order-receipt-box td:nth-child(3), .order-receipt-box td:nth-child(4) {
        text-align: right;
    }


.subscribe-divider {
    margin-top: -18px;
    background-color: rgb(230,238,242);
    border: 4px solid #fff;
    padding: 3px 0 3px 0;
    margin-left: 2px;
    margin-right: -3px;
}

.subscribe-vertical-divider {
    border-left: 1px solid rgb(112,157,175);
    height: 470px;
    margin-left: 30px;
}

.webinar-divider {
    margin-top: -14px;
    background-color: rgb(230,238,242);
    border: 0px solid #fff;
    padding: 5px 0 3px 0;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 0px;
}

.row.subscribe-select {
    margin: 20px 0 10px 0;
}

.subscribe-select-label {
    padding: 6px 0 0 0 !important;
}

.subscribe-select-input {
    padding: 3px 0 0 8px !important;
    text-align: left;
}

.subscribe-table {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    color: rgb(33,57,84);
    border-bottom: 2px solid rgb(33,57,84);
}

table.ins {
    width: 90%;
}

.subscribe-table a {
    color: rgb(41,110,148);
    font-weight: 500;
}

.subscribe-table tr.sub-header {
    border-top: 2px solid rgb(33,57,84);
    border-bottom: 1px solid rgb(33,57,84);
}

    .subscribe-table tr.sub-header th {
        padding: 12px 0 0 0;
        margin: 0 0 10px 0;
        font-weight: 900;
        font-size: 100%;
        text-align: center;
    }

.subscribe-table tr.row-divider {
    border-top: 2px dotted rgb(41,110,148);
}

.subscribe-table tr td.first-row {
    padding: 10px 0;
}

.subscribe-table tr td {
    padding: 5px 0;
}

.subscribe-button-row {
    background-color: rgb(41,110,148);
    margin: 2px 0 !important;
    padding: 0 20px;
}

    .subscribe-button-row a {
        color: #fff;
        font-weight: 900;
        text-decoration: none;
        text-transform: uppercase;
        padding: 20px 0;
        outline: none;
    }

    .subscribe-button-row .pad {
        padding: 10px 0;
    }

    .subscribe-button-row .highlight-text {
        font-size: 13px;
        color: rgb(249,220,47);
        text-transform: none;
    }

.subscribe-button-3 {
    background: url(/images/button-link-subscribe-3-col.gif) no-repeat rgb(41,110,148);
    width: 326px;
    height: 102px;
    display: table-cell;
    vertical-align: middle;
}

    .subscribe-button-3:hover {
        background: url(/images/button-link-subscribe-3-col-hover.gif) no-repeat rgb(41,110,148);
        width: 326px;
        height: 102px;
        display: table-cell;
        vertical-align: middle;
    }

.subscribe-button-4 {
    background: url(/images/button-link-subscribe-4-col.gif) no-repeat rgb(41,110,148);
    width: 268px;
    height: 102px;
    display: table-cell;
    vertical-align: middle;
}

    .subscribe-button-4:hover {
        background: url(/images/button-link-subscribe-4-col-hover.gif) no-repeat rgb(41,110,148);
        width: 268px;
        height: 102px;
        display: table-cell;
        vertical-align: middle;
    }


.subscribe-footer {
    padding: 0 20px;
    border-top: 2px solid rgb(215,220,224);
}

    .subscribe-footer h2 {
        font-size: 1.1rem;
        color: rgb(41,110,148);
        font-weight: 600;
        margin: 0 0 10px 0;
    }

    .subscribe-footer p {
        font-size: 14px;
        line-height: 1.4;
        color: rgba(23, 40, 58, 0.8);
        text-align: left;
    }

    .subscribe-footer .subscribe-footer-item {
        padding: 10px 25px;
        margin: 20px 0;
        border-right: 1px solid rgb(89,143,171);
        height: 115px;
    }

        .subscribe-footer .subscribe-footer-item.first {
            border-left: 1px solid rgb(89,143,171);
        }

    .subscribe-footer .highlight-text {
        color: rgb(185,86,164);
        font-size: 14px;
        font-weight: 700;
    }

.order-table {
    margin-left: auto;
    margin-right: auto;
    color: rgb(33,57,84);
    border-bottom: 2px solid rgb(33,57,84);
    width: 92%;
}

    .order-table a {
        color: rgb(41,110,148);
        font-weight: 500;
    }

    .order-table tr.sub-header {
        border-top: 2px solid rgb(33,57,84);
        border-bottom: 1px solid rgb(33,57,84);
    }

        .order-table tr.sub-header th {
            padding: 12px 0 0 0;
            margin: 0 0 10px 0;
            font-weight: 900;
            font-size: 100%;
        }

    .order-table tr.row-divider {
        border-top: 2px dotted rgb(41,110,148);
    }

    .order-table tr td.first-row {
        padding: 10px 0;
    }

    .order-table tr td {
        padding: 10px 0;
        font-size: 105%;
        font-weight: 700;
    }

    .order-table tr.thin td {
        padding: 4px 0;
        font-size: 95%;
        font-weight: 700;
    }

    .order-table tr.remove-row td {
        padding: 0 0 20px 0;
        font-size: 95%;
        font-weight: 700;
    }

    .order-table p {
        color: rgb(33,57,84);
    }

.order-box, .order-box p, .order-box strong {
    color: rgb(33,57,84) !important;
}

    .order-box .verticle-space {
        margin-bottom: 20px;
    }


.survey-container {
    margin: 0 30px;
}

    .survey-container .buttons-container {
        margin: 15px 0;
    }


#survey-results {
}

    #survey-results .question-option-result {
        display: block;
        font-size: 14px;
        margin: 0 0;
        line-height: 20px;
    }

    #survey-results .option-bar {
        display: inline-block;
        width: 0%;
        height: 15px;
        background-color: rgb(33,57,84);
        margin-bottom: 10px;
    }

    #survey-results .option-vote {
        display: inline;
        font-size: 14px;
        font-weight: 500;
        padding-left: 3px;
        position: relative;
        top: -13px;
        white-space: nowrap;
    }

.survey-header {
    color: #707f8a;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 5px;
}

.question-title {
    color: #033753;
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0 5px;
}

.question-description {
    font-size: 14px;
    color: rgba(23, 40, 58, 0.8);
    font-style: italic;
    line-height: 1.2;
    margin-bottom: 8px;
}

.question-option {
    margin-bottom: 5px;
    padding-left: 27px;
    position: relative;
    font-size: 14px;
}

.question-input {
    height: 12px;
    width: 12px;
    position: absolute;
    left: 0;
    margin: 2px 0 0 0 !important;
    outline: none;
}

/*.survey-submit {
    background: url("/images/submit.png");
    background-size: cover;
    width: 116px;
    border: none;
}*/

.survey-submit {
    background-color: #fff;
    box-shadow: inset -1px -1px 1px 0.5px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    text-decoration: none;
    color: #007196;
    font-size: 14px;
    font-family: "Oswald", Arial;
    font-weight: 600;
    white-space: nowrap;
    padding: 2px;
    border: 1px solid #c0d4de;
    display: inline-block;
    width: 120px;
}

.survey-results {
    float: right;
    padding: 10px 0 0 0;
}

    .survey-results a {
        color: rgb(41,110,148);
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        font-weight: 600;
        text-decoration: none;
    }

        .survey-results a:before {
            content: '\f101';
            font-family: FontAwesome;
            padding-right: 5px;
            font-size: 12px;
            -webkit-transition: .2s;
            transition: .2s;
        }

        .survey-results a:before {
            -webkit-transform: translateX(5px);
            -ms-transform: translateX(5px);
            transform: translateX(5px);
        }





.popbox {
    display: none;
    text-align: center;
    margin: 0 !important;
}

    .popbox .popbox-caption {
        display: block;
        text-align: left;
        font-size: 16px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        padding: 5px;
    }

.popbox-padding {
    padding: 8px;
}

.popbox-footnote {
    display: none;
    margin: 0 !important;
    /*background-color: rgb(93,105,117);*/
}

.slick-prev, .slick-next {
    margin-top: -10px;
}

    .slick-prev:before, .slick-next:before {
        font-family: FontAwesome;
        color: #416277;
        font-size: 96px;
        position: absolute;
        top: 50%;
        margin-top: -48px;
    }

.slick-prev {
    left: -40px;
}

    .slick-prev:before {
        content: '\f104';
        left: 0;
    }

.slick-next {
    right: -40px;
}

    .slick-next:before {
        content: '\f105';
        right: 0;
    }

.case-head {
    display: block;
    font-size: 36px;
    color: #033753;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 5px;
    border-bottom: 5px solid #033753;
}

.case-title {
    display: block;
    color: #007196;
    font-size: 24px;
    font-weight: 600;
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 15px;
}

    .case-title:hover {
        color: #004b63;
    }

.doctor-list {
    margin-top: 0;
    margin-bottom: 5px;
    padding-bottom: 8px;
    padding-left: 0;
    border-bottom: 10px solid #c0d4de;
}

    .doctor-list a {
        font-family: 'Roboto', sans-serif;
        text-transform: uppercase;
        color: rgb(78,97,118);
        font-size: 15px;
        line-height: 1;
    }

        .doctor-list a:hover {
            color: #2f4756;
        }

.article-content {
    font-family: Georgia, sans-serif;
}

    .article-content h1 {
        display: block;
        color: rgb(41,110,148);
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 24px;
        font-weight: 600;
        text-decoration: none;
        padding: 12px 0 8px 0;
        margin: 0px 0 5px 0;
        border-top: 5px solid rgb(23,40,58);
    }

    .article-content h2 {
        display: block;
        font-family: 'Roboto', sans-serif;
        font-stretch: semi-condensed;
        font-size: 20px;
        color: rgb(41,110,148);
        text-transform: none;
        font-weight: 600;
        padding-bottom: 0;
        margin: 18px 0 6px 0;
        line-height: 34px;
    }

    .article-content .article-comment-button {
        background-color: rgb(45,149,137);
        box-shadow: inset -1px -1px 1px 0.5px rgba(0, 0, 0, 0.5);
        text-transform: uppercase;
        text-decoration: none;
        color: #fff;
        font-size: 14px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        white-space: nowrap;
        padding: 2px 5px 0px 5px;
        border: 1px solid #c0d4de;
        display: inline-block;
        letter-spacing: .1em;
        width: 260px;
    }

        .article-content .article-comment-button h4 {
            display: block;
            font-family: 'Roboto', sans-serif;
            font-style: italic;
            font-size: 18px;
            font-weight: 300;
            margin: 0 14px 0 0;
            padding: 8px;
            float: left;
        }

            .article-content .article-comment-button h4:after {
                position: relative;
                right: -12px;
                top: -1px;
                content: '\f101';
                font-family: FontAwesome;
                color: #fff;
            }

        .article-content .article-comment-button span.step {
            font-family: 'Roboto', sans-serif;
            font-size: 14px;
            font-weight: bold;
            background: #fff;
            border-radius: 1em;
            -webkit-border-radius: 1em;
            color: rgb(45,149,137);
            display: inline-block;
            line-height: 1.8em;
            margin: 5px 12px 8px 12px;
            padding: 2px 0 0 0;
            text-align: center;
            width: 1.9em;
        }


    .article-content .article-paragraph {
        padding-bottom: 10px;
        display: block;
    }

    .article-content p {
        padding-bottom: 10px;
        display: block;
    }

    .article-content .article-paragraph p {
        margin-bottom: 15px;
    }

    .article-content .article-paragraph:nth-child(n+2) {
        text-indent: 25px;
    }

    .article-content .dropcap {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 84px;
        line-height: 1;
        color: #c0d4de;
        float: left;
        font-weight: 600;
        padding-right: 2px;
        margin: -6px 0 -12px 0;
    }

    .article-content .superscript {
        display: inline;
        color: rgb(41,110,148);
        cursor: pointer;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        font-size: 14px;
        vertical-align: baseline;
        position: relative;
        top: -0.4em;
        text-decoration: none;
    }

        .article-content .superscript:hover {
            color: rgb(33,57,84);
        }

    .article-content .ref-tip {
        outline: none;
        border: none;
        background-color: transparent;
        padding: 0;
        margin: 0;
    }

    .article-content .article-subhead {
        display: block;
        font-size: 24px;
        color: #033753;
        padding: 10px 0;
    }

.ref-content {
    display: none;
    position: relative;
    padding: 15px;
}

    .ref-content .citations li {
        border-bottom: 1px solid #416277;
    }

.closer {
    position: absolute;
    top: 3px;
    right: 3px;
    color: #c22d8f;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
}

.tooltipster-content .ref-content {
    display: block;
}

.yellow-popup {
    max-width: 300px;
    background-color: #fffae1;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.2);
}

    .yellow-popup .tooltipster-content {
        color: black;
        font-size: 16px;
        line-height: 1;
    }

.relArt-container {
    background-color: #fffae1;
    padding: 10px;
    margin-bottom: 15px;
}

h3.relArt-header {
    font-size: 19px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    color: rgb(116,126,137);
    text-transform: uppercase;
    text-align: center;
    margin: 5px 45px -5px 45px;
}

.relArt-list {
    padding-left: 24px;
}

    .relArt-list li {
        margin-bottom: 15px;
    }

        .relArt-list li:last-of-type {
            margin-bottom: -8px;
        }

.relArt-title {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: rgb(32,150,138);
    text-decoration: none;
    position: relative;
    line-height: 23px;
}

    .relArt-title:before {
        position: absolute;
        left: -20px;
        content: '\f101';
        font-family: FontAwesome;
        color: #459fa5;
        -webkit-transition: .2s;
        transition: .2s;
    }

    .relArt-title:hover {
        color: rgb(18,40,58);
    }

        .relArt-title:hover:before {
            -webkit-transform: translateX(5px);
            -ms-transform: translateX(5px);
            transform: translateX(5px);
        }

.relArt-authors {
    display: block;
    text-align: right;
    color: rgb(93,105,117);
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 20px;
    margin-right: 7px;
}

.relArt-date {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    text-align: right;
    color: rgb(93,105,117);
    margin-top: -2px;
    margin-right: 7px;
}

.blueBox-container {
    color: rgb(8,34,55);
    background-color: rgb(192,212,223);
    margin: 5px 0;
    padding: 20px;
}

    .blueBox-container h2 {
        color: rgb(41,110,148);
        font-size: 23px;
        margin: 0;
    }

.blueBox-header {
    padding: 0;
    text-align: center;
    color: #033753;
    text-transform: uppercase;
}

.blueBox-paragraph {
    text-indent: 25px;
}

.citations-container {
    margin-top: 10px;
}

    .citations-container.footnotes {
        border-top: 1px solid rgb(8,34,55);
        margin-top: 20px;
    }

    .citations-container h2 {
        font-family: 'Roboto', sans-serif;
        text-align: center;
        text-transform: uppercase;
        font-size: 17px;
        font-weight: 900;
        color: rgb(116,126,137);
        padding: 3px 0 8px 0;
        margin: 0;
    }

.citations-list {
    padding: 0;
    margin: 0;
}

.citation {
    color: rgb(8,34,55);
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 1.2;
    margin-bottom: 6px;
}

    .citation .citation-link {
        color: rgb(8,34,55);
        text-decoration: none;
    }

        .citation .citation-link:hover {
            color: rgb(8,34,55);
        }

.references li {
    border-bottom: 1px solid rgb(8,34,55);
    padding-bottom: 1px;
}

.imgCap-container, .vidCap-container {
    display: inline-block;
    margin: 0 0 25px 0;
    width: 100%;
    border-bottom: 1px solid rgb(23,40,58);
}

    .imgCap-container .no-content .imgCap-image-container, .vidCap-container .no-content .imgCap-image-container {
        padding-bottom: 5px;
    }

.imgCap-image-container {
    text-align: center;
}

    .imgCap-image-container img {
        width: 100%;
        height: auto;
    }

.imgCap-content {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    padding-bottom: 3px !important;
}

.vidCap-container {
    border-bottom: none;
}

    .vidCap-container iframe {
        width: 100%;
    }

.bios-container {
    background-color: #fffae1;
    padding: 30px 10px 10px 10px;
    margin: 16px 0 16px 0;
}

.bio-container {
    display: inline-grid;
    text-align: center;
    width: 19%;
    margin-bottom: 15px;
}

.bios-list {
    padding-left: 0;
    text-align: center;
    margin: -10px 0 0 0;
}

.bio {
    display: inline-block;
    text-align: center;
    /*border-bottom: 1px solid rgb(8,34,55);*/
    margin: 0 15px;
}

    .bio .bio-image {
        width: 116px;
        height: 159px;
        min-width: 116px;
    }


.bio-title {
    /*border-bottom: 2px solid rgb(23,40,58);*/
    display: block;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    /* height: 60px; */
    margin: 3px 26px;
}

    .bio-title .bio-name {
        font-size: 13px;
    }

.bios-content {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    line-height: 1.2;
    margin-top: 7px;
}

.articlehead-quantity-container, .comments-quantity-container {
    background-color: #00978b;
    width: 350px;
    padding: 7px 5px;
    margin-top: 25px;
    margin-bottom: 35px;
    box-shadow: inset -1px -1px 1px 0.5px rgba(0, 0, 0, 0.5);
    outline: none;
    position: relative;
}

    .articlehead-quantity-container:before, .comments-quantity-container:before {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        content: '';
        box-shadow: inset 1px 1px 1px 0.5px rgba(255, 255, 255, 0.5);
    }

    .articlehead-quantity-container .comments-head, .comments-quantity-container .comments-head {
        font-size: 18px;
        color: #fff;
        text-transform: uppercase;
        font-style: italic;
    }

        .articlehead-quantity-container .comments-head:after, .comments-quantity-container .comments-head:after {
            content: '\f101';
            font-family: FontAwesome;
            font-size: 16px;
            padding: 0 10px;
        }

    .articlehead-quantity-container .comments-quantity, .comments-quantity-container .comments-quantity {
        color: #00978b;
        font-size: 18px;
        line-height: 1;
        position: relative;
        z-index: 1;
    }

        .articlehead-quantity-container .comments-quantity:before, .comments-quantity-container .comments-quantity:before {
            position: absolute;
            z-index: -1;
            top: -2;
            left: 50%;
            margin-left: -12px;
            content: '';
            height: 24px;
            width: 24px;
            background-color: #fff;
            border-radius: 50%;
        }

        .articlehead-quantity-container .comments-quantity.LQuan:before, .comments-quantity-container .comments-quantity.LQuan:before {
            width: 30px;
            height: 30px;
            margin-left: -15px;
            top: -4px;
        }

        .articlehead-quantity-container .comments-quantity.XLQuan:before, .comments-quantity-container .comments-quantity.XLQuan:before {
            width: 40px;
            height: 30px;
            margin-left: -20px;
            top: -4px;
        }

.comments-quantity-container {
    background-color: transparent;
    box-shadow: none;
}

    .comments-quantity-container .comments-head {
        color: #00978b;
    }

    .comments-quantity-container .comments-quantity:before {
        background-color: #ffda26;
    }

.makeComment-container {
    display: inline-block;
    margin-bottom: 30px;
    position: relative;
}

.loginComment,
.makeComment {
    background-color: #00978b;
    color: #ffda26;
    text-transform: uppercase;
    font-size: 16px;
    padding: 5px 50px 5px 30px;
    margin-right: 30px;
    box-shadow: inset -1px -1px 1px 0.5px rgba(0, 0, 0, 0.5);
    outline: none;
    position: relative;
    position: relative;
}

    .loginComment:before,
    .makeComment:before {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        content: '';
        box-shadow: inset 1px 1px 1px 0.5px rgba(255, 255, 255, 0.5);
    }

    .loginComment:hover,
    .makeComment:hover {
        background-color: #00645c;
    }

    .loginComment:after,
    .makeComment:after {
        content: '';
        position: absolute;
        height: 0;
        width: 0;
        border-top: 10px solid #ffda26;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
    }

    .loginComment:after,
    .makeComment:after {
        border-left-width: 7px;
        border-right-width: 7px;
    }

.loginComment {
    display: inline-block;
}

.makeComment {
    display: none;
}

    .makeComment:after {
        bottom: 7px;
        right: 20px;
    }

.username-container {
    display: inline-block;
}

.username-label {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    .username-label.focusable:active, .username-label.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

.username {
    display: inline-block;
    border: none;
    width: auto;
    color: #416277;
    font-weight: 600;
    font-size: 18px;
    cursor: default;
    outline: none;
}

.username-change, .username-cancel {
    display: inline-block;
    font-size: 14px;
    padding: 0;
    text-decoration: none;
    outline: none;
    border: none;
    background-color: transparent;
    text-transform: uppercase;
    color: #00978b;
    font-weight: 600;
    margin-right: 15px;
    margin-left: 15px;
    position: relative;
}

    .username-change:after, .username-cancel:after {
        bottom: 0 !important;
    }

    .username-change:after, .username-cancel:after {
        content: '';
        position: absolute;
        bottom: 5px;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #00978b;
    }

    .username-change:hover, .username-cancel:hover {
        color: #00645c;
    }

    .username-change:hover, .username-cancel:hover {
        background-color: transparent;
    }

        .username-change:hover:after, .username-cancel:hover:after {
            background-color: #00645c;
        }

.username-cancel {
    display: none;
}

.usernameActive .username-cancel {
    display: inline-block;
}

.usernameActive .username {
    outline: auto;
    outline-color: #007196;
}

.username-tooltip {
    display: inline-block;
    padding: 5px;
    cursor: pointer;
}

.username-tooltip-content {
    display: none;
}

.username-tooltip-theme {
    background-color: white;
    border: 1px solid #00978b;
    padding: 5px;
    max-width: 200px;
}

    .username-tooltip-theme .tooltipster-content {
        font-size: 14px;
        line-height: 1.2;
        color: #416277;
    }

.makeComment-box {
    display: none;
    position: relative;
    border: 2px solid #00978b;
    padding-bottom: 20px;
    margin-top: 25px;
    width: 600px;
}

    .makeComment-box.active {
        display: block;
    }

.makeComment-label {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    .makeComment-label.focusable:active, .makeComment-label.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

.makeComment-content {
    resize: none;
    border: none;
    outline: none;
}

.makeComment-submit {
    color: #00978b;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 5px;
    border: none;
    background-color: white;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    position: absolute;
    right: 5px;
    bottom: 0;
}

    .makeComment-submit:hover {
        color: #00645c;
    }

    .makeComment-submit:hover {
        background-color: white;
    }

        .makeComment-submit:hover:after {
            background-color: #00645c;
        }

    .makeComment-submit:after {
        content: '';
        position: absolute;
        bottom: 5px;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #00978b;
    }

.comments {
    max-height: 600px;
    overflow: scroll;
}

.comment {
    border-bottom: 2px dashed #00978b;
    margin-bottom: 5px;
}

    .comment .makeComment-box {
        margin-bottom: 10px;
    }

    .comment .username {
        margin-bottom: 10px;
    }

.comments-list {
    padding-left: 0;
}

.comment-label {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    .comment-label.focusable:active, .comment-label.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

.comment-body {
    margin-left: 3%;
    max-width: 97%;
    max-height: 75px;
    overflow: scroll;
    margin-bottom: 20px;
    outline: none;
    border: none;
    cursor: default;
    resize: none;
}

.comment-options {
    margin-left: 30px;
    margin-bottom: 10px;
}

    .comment-options button {
        background-color: #00978b;
        color: #ffda26;
        font-weight: 600;
        text-transform: uppercase;
        width: 120px;
        padding: 5px 0;
        box-shadow: inset -1px -1px 1px 0.5px rgba(0, 0, 0, 0.5);
        outline: none;
        position: relative;
    }

        .comment-options button:before {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            content: '';
            box-shadow: inset 1px 1px 1px 0.5px rgba(255, 255, 255, 0.5);
        }

        .comment-options button:hover {
            background-color: #00645c;
        }

    .comment-options .reply {
        display: none;
        margin-right: 80px;
    }

    .comment-options .edit {
        display: none;
    }

.loggedIn .loginComment {
    display: none;
}

.loggedIn .makeComment {
    display: inline-block;
}

.loggedIn .reply {
    display: inline-block;
}

.loggedIn .edit {
    display: inline-block;
}

body {
    font-family: 'Roboto', sans-serif;
}

.body-container {
    max-width: 1130px;
    margin: 0 auto;
}

.pad-right {
    padding-right: 12px !important;
}

.pad-both {
    padding-right: 12px !important;
    padding-left: 12px !important;
}

.pad-left {
    padding-left: 12px !important;
}

div.jcoRte a {
    color: rgb(41,110,148);
    text-decoration: none;
}

    div.jcoRte a:hover {
        color: rgb(33,57,84);
        text-decoration: none;
    }

div.jcoRte ul {
    list-style: disc;
}

div.jcoRte ol {
    list-style: decimal;
}


[class*=col-] {
    padding: 0;
}

.equal-height > [class*=col-] {
    vertical-align: middle;
}

.slick-slider {
    margin-bottom: 0;
}

.row {
    margin: 0 auto;
}


.jco-button {
    background-color: #fff;
    box-shadow: inset -1px -1px 1px 0.5px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    text-decoration: none;
    color: #007196;
    font-size: 15px;
    font-family: "Oswald", Arial;
    font-weight: 600;
    white-space: nowrap;
    padding: 5px 0 7px 0;
    border: 1px solid #c0d4de;
    display: inline;
    width: 160px;
}

.jco-button-change {
    background-color: #fff;
    box-shadow: inset -1px -1px 1px 0.5px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    text-decoration: none;
    color: #007196;
    font-size: 14px;
    font-family: "Oswald", Arial;
    font-weight: 600;
    white-space: nowrap;
    padding: 3px 0 4px 0;
    border: 1px solid #c0d4de;
    display: inline-block;
    display: inline-block;
    width: 120px;
}

.jco-button-medium {
    background-color: #fff;
    box-shadow: inset -1px -1px 1px 0.5px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    text-decoration: none;
    color: rgb(41,110,148);
    font-size: 14px;
    font-family: "Oswald", Arial;
    font-weight: 600;
    white-space: nowrap;
    padding: 4px;
    border: 1px solid #c0d4de;
    display: inline;
    width: 140px;
}

.jco-button-large {
    background-color: #fff;
    box-shadow: inset -1px -1px 1px 0.5px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    text-decoration: none;
    color: rgb(41,110,148);
    font-size: 14px;
    font-family: "Oswald", Arial;
    font-weight: 600;
    white-space: nowrap;
    padding: 6px 20px;
    border: 1px solid #c0d4de;
    display: inline;
}

.jco-button-small {
    background-color: #fff;
    box-shadow: inset -1px -1px 1px 0.5px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    text-decoration: none;
    color: rgb(41,110,148);
    font-size: 12px;
    font-family: "Oswald", Arial;
    font-weight: 600;
    white-space: nowrap;
    padding: 3px;
    border: 1px solid #c0d4de;
    display: inline;
    width: 100px;
}

.jco-button-small-padded {
    background-color: #fff;
    box-shadow: inset -1px -1px 1px 0.5px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    text-decoration: none;
    color: rgb(41,110,148);
    font-size: 13px;
    font-family: "Oswald", Arial;
    font-weight: 600;
    white-space: nowrap;
    padding: 2px 20px 4px 20px;
    border: 1px solid #c0d4de;
    display: inline-block;
}

.jco-button-special {
    background-color: #fff;
    box-shadow: inset -1px -1px 1px 0.5px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    text-decoration: none;
    color: rgb(32,150,138);
    font-size: 14px;
    font-family: "Oswald", Arial;
    font-weight: 500;
    padding: 0 20px;
    white-space: nowrap;
    font-size: 14px;
    padding: 5px 10px;
    border: 1px solid #c0d4de;
    display: block;
    height: 36px;
    margin-bottom: 18px;
}

.jco-button-quiz {
    background-color: #fff;
    box-shadow: inset -1px -1px 1px 0.5px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    text-decoration: none;
    color: rgb(32,150,138);
    font-size: 14px;
    font-family: "Oswald", Arial;
    font-weight: 600;
    white-space: nowrap;
    font-size: 14px;
    padding: 5px 5px;
    border: 1px solid #c0d4de;
    display: block;
    height: 36px;
    margin: 0 20px 20px 18px;
}

.jco-button-ins {
    background-color: #fff;
    box-shadow: inset -1px -1px 1px 0.5px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    text-decoration: none;
    color: rgb(43,111,148);
    font-size: 14px;
    font-family: "Oswald", Arial;
    font-weight: 600;
    white-space: nowrap;
    font-size: 14px;
    padding: 5px 5px;
    border: 1px solid #c0d4de;
    display: block;
    height: 36px;
    margin: 0 20px 20px 18px;
}

.jco-button-grid {
    box-shadow: inset -1px -1px 1px 0.5px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    text-decoration: none;
    color: rgb(43,111,148);
    font-size: 14px;
    font-family: "Oswald", Arial;
    font-weight: 600;
    white-space: nowrap;
    padding: 5px 25px;
    border: 1px solid #c0d4de;
    display: inline-block;
}
    .jco-button-grid.light {
        background-color: #fff;
    }
    .jco-button-grid.dark {
        color: #fff;
        background-color: rgb(7,48,84);
    }

.jco-button-quiz.view-answers {
    background-color: rgb(252,238,151);
}

.jco-button-quiz.retake {
    color: #fff;
    background-color: rgb(32,150,138);
}


.jco-button-confirm {
    background-color: #fff;
    box-shadow: inset -1px -1px 1px 0.5px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    text-decoration: none;
    color: #007196;
    font-size: 14px;
    font-family: "Oswald", Arial;
    font-weight: 600;
    white-space: nowrap;
    padding: 4px;
    border: 1px solid #c0d4de;
    display: inline-block;
    width: 80px;
}


.jco-button-special p.left {
    float: left;
    padding: 0;
    margin: 0;
}

.jco-button-special p.right {
    float: right;
    padding: 0;
    margin: 0;
}

a.link-bold {
    color: #007196;
    font-size: 14px;
    font-family: "Oswald", Arial;
    font-weight: 600;
}


.help-dialog {
    background-image: url(/images/icon-help.png);
    width: 12px;
    height: 18px;
    display: inline-block;
    margin-left: 20px;
}

.help-dialog-box {
    display: none;
    padding: 20px;
    max-width: 800px;
    max-height: 550px;
    overflow: auto;
}

    .help-dialog-box h4 {
        font-size: 1.0rem;
        font-weight: 600;
        margin: 0 0 10px 0;
    }

    .help-dialog-box p {
        font-size: 0.9rem;
        width: 100%;
        margin-bottom: 15px;
    }

.text-gray {
    color: rgb(101,116,135) !important;
}

.text-small-gray {
    color: rgb(101,116,135) !important;
    font-weight: 300;
    font-size: 80%;
}

.message-show {
    color: rgb(168,44,140);
    /*background-color: rgba(255, 192, 192, 0.52);*/
    font-size: 0.9rem;
    padding: 10px;
    display: block;
    text-align: center;
    font-weight: 600;
}

    .message-show ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

        .message-show ul li {
            margin: 0;
        }

    .message-show.info {
        color: #535a00 !important;
    }

.message-show-left {
    color: rgb(168,44,140);
    font-size: 0.9rem;
    padding: 10px 0;
    display: block;
    text-align: left;
    font-weight: 600;
}

    .message-show-left ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

        .message-show-left ul li {
            margin: 0;
        }

    .message-show-left.info {
        color: #535a00 !important;
    }

.account-bkgd {
    background: #fff url(/images/account-background.gif) repeat-x;
    min-height: 500px;
}


.account-bkgd-small {
    background: #fff url(/images/account-background-small.gif) repeat-x;
    min-height: 90px;
}



.account-box {
    font-family: 'Roboto', sans-serif !important;
    color: rgb(37,60,88);
    background-color: #fff;
    border: 1px solid #709EB7;
    padding: 10px;
    margin: 0 0 15px 0;
}

    .account-box h1 {
        font-size: 1.1rem;
        font-weight: 700;
        padding: 0;
        margin: 5px 0 15px 0;
    }

    .account-box p {
        margin: 5px 0 15px 0;
    }

    .account-box a {
        color: rgb(41,110,148);
        font-weight: 500;
    }

    .account-box input[type=checkbox] {
        display: block;
        float: left;
        margin-top: 1px;
    }

    .account-box input[type=radio] {
        display: block;
        float: left;
        margin-top: 1px;
    }

    .account-box label {
        display: block;
        float: left;
        width: 80%;
        padding-left: 10px;
    }

    .account-box .info-text-small {
        font-size: 85%;
        color: rgb(93,105,117);
        text-transform: uppercase;
    }

.st-custom-button {
    cursor: pointer;
}

.my-account {
}

    .my-account h1 {
        color: rgb(139,147,157);
        font-weight: 500;
        font-size: 20px;
    }

    .my-account .subscribe-divider {
        margin-top: 0 !important;
    }

.my-account-section {
    background-color: rgb(254,251,230);
}

    .my-account-section h2 {
        color: rgb(139,147,157);
        letter-spacing: 1px;
        text-transform: uppercase;
        font-weight: 100;
        font-size: 21px;
        margin: 0;
    }

    .my-account-section input, .my-account-section select {
        background-color: rgb(254,251,230);
        border: 2px solid rgb(127,167,180);
    }

    .my-account-section .form-white input, .my-account-section .form-white select {
        background-color: #fff;
        border: 2px solid rgb(180,204,217);
    }

    .my-account-section .pad-all {
        padding: 25px;
    }

    .my-account-section .pad-sides {
        padding: 25px 25px 0 25px;
    }

    .my-account-section .pad-sides-flat {
        padding: 5px 25px 0 25px;
    }

    .my-account-section .menu-option {
        margin: 0 0 15px 0;
        font-weight: 500;
    }

    .my-account-section .question-help a {
        color: rgb(100,116,135);
        font-weight: 700;
        font-size: 20px;
        text-decoration: none;
        padding-left: 15px;
    }

    .my-account-section .form-view label {
        display: inline;
        color: rgb(100,116,136);
        margin-right: 15px;
        font-weight: 700;
    }

    .my-account-section .form-view span {
        color: rgb(33,57,84);
        font-weight: 700;
    }

    .my-account-section .form-edit label {
        display: inline-block;
        color: rgb(33,57,84);
        width: 115px;
        font-weight: 700;
    }

    .my-account-section .form-edit2 input[type=checkbox] {
        display: block;
        float: left;
        margin-top: 1px;
        margin-right: 12px;
        outline: none;
    }

    .my-account-section .form-edit2 label {
        color: rgb(33,57,84);
        font-weight: 700;
    }

    .my-account-section .form-edit input {
        display: inline;
        width: 280px;
    }


.terms {
    width: 100%;
    height: 200px;
    border: 1px solid #ccc;
    background: #f2f2f2;
    padding: 6px;
    overflow: auto;
}


.quiz-list {
    padding: 8px;
}

    .quiz-list h2 {
        display: block;
        width: 100%;
        text-align: center;
        background-color: rgb(244,245,246);
        text-transform: uppercase;
        color: rgb(33,57,84);
        font-weight: 900;
        padding: 8px;
        margin: 3px 0px 10px 0;
    }

    .quiz-list table {
        margin-top: 5px;
    }

        .quiz-list table thead tr {
            border-top: 2px solid rgb(41,110,148);
            border-bottom: 1px solid rgb(41,110,148);
            background-color: rgb(199,206,212);
        }

            .quiz-list table thead tr th {
                color: rgb(23,40,58);
                padding: 10px 10px 3px 10px;
                text-align: left;
                text-transform: uppercase;
                font-size: 14px;
                font-weight: 700;
            }

                .quiz-list table thead tr th:nth-child(1) {
                    width: 33%;
                }

                .quiz-list table thead tr th:nth-child(2) {
                    width: 33%;
                }

                .quiz-list table thead tr th:nth-child(3) {
                    width: 33%;
                }

                .quiz-list table thead tr th::first-letter {
                    font-size: 18px;
                    font-weight: 500;
                }

        .quiz-list table tbody tr:nth-child(even) {
            background-color: rgb(254,251,234);
        }

        .quiz-list table tbody tr:nth-child(odd) {
            background-color: rgb(254,248,213);
        }

        .quiz-list table tbody tr td {
            padding: 5px 10px 5px 10px;
            text-align: left;
            font-size: 15px;
        }

            .quiz-list table tbody tr td strong {
                font-family: 'Roboto Condensed', sans-serif !important;
                font-weight: 700;
                font-size: 15px;
            }

            .quiz-list table tbody tr td .quiz-warning {
                color: rgb(168,44,140);
                font-size: 0.9rem;
                font-weight: 500;
                padding-left: 3px;
            }

.quiz-section {
    margin: 12px 0 30px 0;
}

    .quiz-section h2 {
        display: block;
        text-align: center;
        font-size: 1.2rem;
        margin: 1.245rem 0;
        color: rgb(41,110,148);
        font-weight: 600;
    }

    .quiz-section .quiz-header {
        background-color: rgb(233,235,238);
    }

        .quiz-section .quiz-header div {
            padding: 10px 20px;
            color: rgb(33,57,84);
            font-weight: 900;
            font-size: 18px;
        }

    .quiz-section .quiz-yellow-bkgrd {
        background-color: rgb(254,251,230);
        padding: 15px 60px;
    }

    .quiz-section .quiz-question {
        font-weight: 700;
        color: rgb(69,83,97);
        margin: 10px 0 10px 0;
    }

    .quiz-section .quiz-answers input[type=radio] {
        display: block;
        float: left;
        margin-top: 1px;
    }

    .quiz-section .quiz-answers label {
        display: block;
        float: left;
        width: 87%;
        padding-left: 20px;
        font-weight: 900;
    }

    .quiz-section .quiz-answer-review {
        color: rgb(111,126,144);
        font-weight: 900;
    }

        .quiz-section .quiz-answer-review.selected {
            color: rgb(33,57,84);
            font-weight: 900;
            text-decoration: none;
        }

        .quiz-section .quiz-answer-review.correct {
            background-color: rgba(0, 255, 0, 0.42);
        }

        .quiz-section .quiz-answer-review.incorrect {
            background-color: rgba(255, 0, 0, 0.42);
        }

        .quiz-section .quiz-answer-review .selected-answer {
            border-bottom: 3px solid rgb(33,57,84);
        }


    .quiz-section .quiz-change-answer-button {
        box-shadow: inset -1px -1px 1px 0.5px rgba(0, 0, 0, 0.5);
        text-transform: uppercase;
        text-decoration: none;
        color: rgb(44,111,148);
        background-color: rgb(255,255,255);
        font-size: 14px;
        font-family: "Oswald", Arial;
        font-weight: 600;
        white-space: nowrap;
        padding: 4px;
        border: 1px solid #c0d4de;
        display: block;
        width: 135px;
        text-align: center;
        margin-top: 10px;
    }

.quiz-section-buttons {
}

    .quiz-section-buttons .quiz-button {
        box-shadow: inset -1px -1px 1px 0.5px rgba(0, 0, 0, 0.5);
        text-transform: uppercase;
        text-decoration: none;
        color: rgb(44,111,148);
        font-size: 14px;
        font-family: "Oswald", Arial;
        font-weight: 600;
        white-space: nowrap;
        padding: 4px;
        border: 1px solid #c0d4de;
        display: inline;
        width: 170px;
    }

        .quiz-section-buttons .quiz-button.previous {
            background-color: rgb(220,223,225);
        }

        .quiz-section-buttons .quiz-button.cancel {
            background-color: rgb(229,192,221);
        }

        .quiz-section-buttons .quiz-button.save {
            background-color: rgb(252,238,151);
        }

        .quiz-section-buttons .quiz-button.continue {
            color: #fff;
            background-color: rgb(32,150,138);
        }

    .quiz-section-buttons .quiz-dropdown {
        color: rgb(44,111,148);
        background-color: rgb(202,219,228);
        text-transform: uppercase;
        font-size: 14px;
        font-family: "Oswald", Arial;
        font-weight: 600;
        width: 160px;
        display: block;
        margin: 0 auto;
    }

    .quiz-section-buttons .quiz-button-cell {
        vertical-align: top;
        min-height: 65px;
    }

    .quiz-section-buttons .quiz-button-info {
        font-size: 13px;
        margin-top: 2px;
    }

.quiz-divider {
    background-color: rgb(230,238,242);
    border: 4px solid #fff;
    padding: 3px 0 3px 0;
}

.ins-list {
    padding: 8px 20px;
}

    .ins-list input[type=checkbox] {
        width: 100%;
    }

    .ins-list input {
        margin: 0;
    }

    .ins-list table {
        margin: 5px 0;
        border-left: 2px solid rgb(41,110,148);
        border-right: 2px solid rgb(41,110,148);
        border-bottom: 2px solid rgb(41,110,148);
    }

        .ins-list table thead tr {
            border-top: 2px solid rgb(41,110,148);
            border-bottom: 1px solid rgb(41,110,148);
            background-color: rgb(199,206,212);
        }

        .ins-list table tr.ins-row-info {
            margin: 0;
            padding: 0;
        }

        .ins-list table thead tr th {
            color: rgb(26,51,85);
            padding: 12px 5px 3px 5px;
            text-align: left;
            font-size: 14px;
            font-weight: 700;
        }

        .ins-list table tbody tr.highlight {
            background-color: rgb(254,251,230) !important;
        }

        .ins-list table tbody tr td {
            padding: 5px 5px 5px 5px;
            text-align: left;
            font-size: 15px;
        }

            .ins-list table tbody tr td strong {
                font-family: 'Roboto Condensed', sans-serif !important;
                font-weight: 700;
                font-size: 15px;
            }

            .ins-list table tbody tr td .ins-warning {
                color: rgb(168,44,140);
                font-size: 0.9rem;
                font-weight: 500;
                padding-left: 3px;
            }


.access-list table thead tr th:nth-child(1), .access-list table tbody tr td:nth-child(1) {
    width: 1%;
    text-align: center;
}

.access-list table thead tr th:nth-child(2), .access-list table tbody tr td:nth-child(2) {
    width: 1%;
    text-align: center;
}

.access-list table thead tr th:nth-child(3), .access-list table tbody tr td:nth-child(3) {
    width: 20%;
    text-align: left;
}

.access-list table thead tr th:nth-child(4), .access-list table tbody tr td:nth-child(4) {
    width: 20%;
    text-align: left;
}

.access-list table thead tr th:nth-child(5), .access-list table tbody tr td:nth-child(5) {
    width: 16%;
    text-align: left;
}

.access-list table thead tr th:nth-child(6), .access-list table tbody tr td:nth-child(6) {
    width: 20%;
    text-align: left;
}

.access-list table thead tr th:nth-child(7), .access-list table tbody tr td:nth-child(7) {
    width: 20%;
    text-align: left;
}

.access-list table thead tr th:nth-child(8), .access-list table tbody tr td:nth-child(8) {
    width: 1%;
    text-align: center;
}

.access-list table thead tr th:nth-child(9), .access-list table tbody tr td:nth-child(9) {
    width: 1%;
    text-align: center;
}


.access-list table tbody tr:nth-child(odd), .access-list table tbody tr:nth-child(odd) input {
    background-color: rgb(255,255,255);
}

.access-list table tbody tr:nth-child(even), .access-list table tbody tr:nth-child(even) input {
    background-color: rgb(233,235,238);
}

.access-list table tbody tr.access-row-info td {
    padding: 0;
    color: rgb(33,57,84);
    text-align: left;
    font-size: 12px;
    font-weight: 500;
}

.access-list table tbody tr td .access-warning {
    color: rgb(168,44,140);
    font-size: 0.9rem;
    font-weight: 500;
    padding-left: 3px;
}


.request-list table tbody tr.odd, .request-list table tbody tr input.odd {
    background-color: rgb(255,255,255);
}

.request-list table tbody tr.even, .request-list table tbody tr input.even {
    background-color: rgb(233,235,238);
}

.request-list table tbody tr.approve, .request-list table tbody tr input.approve {
    background-color: rgb(199, 226, 196) !important;
}

.request-list table tbody tr.deny, .request-list table tbody tr input.deny {
    background-color: rgb(254,251,230) !important;
}

.request-list table tbody tr.delete, .request-list table tbody tr input.delete {
    background-color: rgb(230, 207, 207) !important;
}


.link-list a {
    width: 90%;
    margin: 15px 0;
    background-color: #fff;
    box-shadow: inset -1px -1px 1px 0.5px rgba(0, 0, 0, 0.5);
    color: #007196;
    font-size: 14px;
    font-family: "Oswald", Arial;
    font-weight: 500;
    white-space: nowrap;
    padding: 5px 9px 8px 9px;
    border: 1px solid #c0d4de;
    display: block;
    text-decoration: none;
}

    .link-list a:hover {
        background-color: rgb(213,226,234);
    }


#ins-search-results {
    margin: 30px 0;
}

    #ins-search-results div.ins-search-item {
        margin: 5px 10px;
        border: 2px solid #709EB7;
        padding: 10px 0 0 0;
    }

        #ins-search-results div.ins-search-item a {
            margin: 10px 40px 5px 40px;
        }


.report-tabs {
    overflow: hidden;
}

    .report-tabs > ul {
        list-style: none;
        padding: 5px;
        margin: 0 10px;
    }

    .report-tabs li {
        display: inline-block;
        margin: 5px 6px 3px 0;
    }

        .report-tabs li a {
            padding: 10px 20px;
            text-decoration: none;
            border-width: 1px;
            border-radius: 5px;
            background-color: #ccc;
            color: #555;
        }

            .report-tabs li a.active {
                background-color: rgb(0,113,150);
                color: #fff;
            }

.recent-access-list {
}

    .recent-access-list h3 {
        font-size: 15px;
        width: 100%;
        background-color: #bccedb;
        color: #333;
        text-align: center;
        padding: 10px 5px;
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
        margin: 0;
        font-weight: 600;
    }

    .recent-access-list h4 {
        font-size: 13px;
        width: 100%;
        background-color: #c8c8c8;
        color: #333;
        text-align: center;
        padding: 5px 5px;
        margin: 0;
        font-weight: 500;
    }

    .recent-access-list div.access-item {
        margin: 10px;
        border-bottom: 1px solid #bccedb;
    }

    .recent-access-list div.access-inner {
        font-size: 12px;
    }

        .recent-access-list div.access-inner div div {
            padding: 0 10px;
            line-height: 1.5;
        }

    .recent-access-list div.access-even {
        padding: 5px 0;
        background-color: rgb(255,255,255);
    }

    .recent-access-list div.access-odd {
        padding: 5px 0;
        background-color: rgb(233,235,238);
    }

    .recent-access-list .nowrap {
        white-space: nowrap
    }

#comments {
    font-family: 'Roboto', sans-serif;
}

    #comments h3 {
        font-family: 'Roboto', sans-serif;
        color: rgb(45,149,137);
        font-style: italic;
        font-size: 17px;
        font-weight: 500;
        margin-right: 13px;
        float: left;
    }

        #comments h3:after {
            position: relative;
            right: -12px;
            top: -1px;
            content: '\f101';
            font-family: FontAwesome;
            color: rgb(45,149,137);
        }

    #comments span.step {
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        font-weight: bold;
        background: rgb(243,224,45);
        border-radius: 1em;
        -webkit-border-radius: 1em;
        color: rgb(45,149,137);
        display: inline-block;
        line-height: 1.8em;
        margin: 16px 12px;
        padding: 2px 0 0 0;
        text-align: center;
        width: 1.9em;
    }

    #comments .link-button-login {
        background-color: rgb(45,149,137);
        box-shadow: inset -1px -1px 1px 0.5px rgba(0, 0, 0, 0.5);
        text-transform: uppercase;
        text-decoration: none;
        color: rgb(243,224,45);
        font-size: 14px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        white-space: nowrap;
        padding: 10px 25px 6px 25px;
        border: 1px solid #c0d4de;
        display: inline-block;
        letter-spacing: .1em;
        width: 240px;
    }

    #comments .link-button-login-blue {
        background-color: rgb(45,149,137);
        box-shadow: inset -1px -1px 1px 0.5px rgba(0, 0, 0, 0.5);
        text-transform: uppercase;
        text-decoration: none;
        color: rgb(200,228,225);
        font-size: 14px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        white-space: nowrap;
        padding: 10px 25px 6px 25px;
        border: 1px solid #c0d4de;
        display: inline-block;
        letter-spacing: .1em;
        width: 240px;
    }

    #comments .down-arrow {
        position: relative;
        top: 4px;
        background-image: url(/images/comment-down-arrow.gif);
        background-repeat: no-repeat;
        background-position: right 0rem center;
        width: 28px;
        display: inline-block;
    }

    #comments .down-arrow-blue {
        position: relative;
        top: 4px;
        background-image: url(/images/comment-down-arrow-blue.gif);
        background-repeat: no-repeat;
        background-position: right 0rem center;
        width: 28px;
        display: inline-block;
    }

    #comments .user-name-container {
        margin-top: 15px;
    }

        #comments .user-name-container .user-screen-name {
            color: rgb(139,147,157);
            font-size: 18px;
            font-weight: 600;
            width: 155px;
            display: inline-block;
        }

        #comments .user-name-container .link-button-change-name {
            color: rgb(45,149,137);
            font-size: 15px;
            font-weight: 600;
            margin-left: 30px;
            letter-spacing: .03em;
            border-bottom: 2px solid rgb(45,149,137);
            padding-bottom: 2px;
            text-decoration: none;
        }

        #comments .user-name-container .link-button-change-name-help {
            color: rgb(45,149,137);
            font-size: 20px;
            font-weight: 600;
            margin-left: 15px;
            text-decoration: none;
            cursor: help;
        }

    #comments #change-name-help-popup {
        position: relative;
        border: 1px solid rgb(45,149,137);
        padding: 8px;
        font-size: 13px;
        color: rgb(95,104,116);
        width: 215px;
        font-weight: 300;
        line-height: 1.4em;
        bottom: 115px;
        left: 345px;
    }

    #comments #user-screen-name-input {
        width: 165px;
        float: left;
        color: rgb(139,147,157);
        font-size: 18px;
        font-weight: 600;
        margin-top: -4px;
        margin-left: -5px;
    }

    #comments .form-container {
        padding: 20px 0 0 0;
    }

    #comments .comment-form-text {
        height: 110px;
        border: 1px solid rgb(45,149,137);
        width: 97%;
    }

    #comments .comment-button-container {
        margin-top: 15px;
        padding-bottom: 20px;
    }

@media (max-width: 767px) {
    #comments .comment-button-container {
        margin-top: 10px;
    }
}

#comments .comment-button, #comments .comment-button-submit {
    background-color: rgb(45,149,137);
    box-shadow: inset -1px -1px 1px 0.5px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    text-decoration: none;
    color: rgb(243,224,45);
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    white-space: nowrap;
    padding: 2px 5px 0px 5px;
    border: 1px solid #c0d4de;
    display: inline-block;
    letter-spacing: .1em;
    width: 115px;
}

#comments .comment-button-cancel {
    background-color: rgb(220, 220, 220);
    box-shadow: inset -1px -1px 1px 0.5px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    text-decoration: none;
    color: rgb(96, 96, 96);
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    white-space: nowrap;
    padding: 2px 5px 0px 5px;
    border: 1px solid #c0d4de;
    display: inline-block;
    letter-spacing: .1em;
    width: 115px;
    margin-bottom: 20px;
}

#comments #comments-list {
    font-size: 14px;
    margin-top: 10px;
    color: rgb(14,27,57);
    max-height: 500px;
    overflow-y: auto;
}

    #comments #comments-list .comment-item {
        border-bottom: 1px rgb(45,149,137);
        background-image: linear-gradient(to right, rgb(45,149,137) 46%, rgba(255,255,255,0) 0%);
        background-position: bottom;
        background-size: 10px 1px;
        background-repeat: repeat-x;
        padding: 25px 0 0 10px;
    }

    #comments #comments-list .sub-level {
        padding-left: 60px;
    }

    #comments #comments-list .comment-item.level1 {
        padding-left: 60px;
    }

    #comments #comments-list .comment-item.level2 {
        padding-left: 120px;
    }

@media (max-width: 767px) {
    #comments #comments-list .sub-level {
        padding-left: 30px;
    }

    #comments #comments-list .comment-item.level1 {
        padding-left: 30px;
    }

    #comments #comments-list .comment-item.level2 {
        padding-left: 60px;
    }
}

#comments #comments-list .my-comment {
    background-color: #f3f6f6;
}

#comments #comments-list .needs-approval {
    background-color: #d4ebea;
}

#comments #comments-list .comment-screen-name {
    color: rgb(45,149,137);
    font-size: 18px;
    font-weight: 600;
    padding-left: 5px;
    margin-bottom: 15px;
}

#comments #comments-list .awaiting-approval-text span {
    font-family: 'Roboto Condensed', sans-serif;
    background-color: #fffae1;
    padding: 2px 10px;
    font-weight: 600;
    margin: 0 0 3px 0;
    display: inline-block;
}

#comments #comments-list .comment-text-container {
    margin-bottom: 15px;
}

#comments #comments-list .comment-item-form {
    padding: 25px 0;
}



form input {
    font-family: 'Roboto', sans-serif !important;
}

























































@media print and (min-width: 536px), screen and (min-width: 37.5em) {
    .col-xs-1 {
        width: 8.3333%;
    }

    .offset-xs-1,
    .push-xs-1 {
        left: 8.3333%;
    }

    [dir="rtl"] .offset-xs-1, [dir="rtl"] .push-xs-1 {
        left: auto;
        right: 8.3333%;
    }

    .pull-xs-1 {
        right: 8.3333%;
    }

    [dir="rtl"] .pull-xs-1 {
        right: auto;
        left: 8.3333%;
    }

    .col-xs-2 {
        width: 16.6667%;
    }

    .offset-xs-2,
    .push-xs-2 {
        left: 16.6667%;
    }

    [dir="rtl"] .offset-xs-2, [dir="rtl"] .push-xs-2 {
        left: auto;
        right: 16.6667%;
    }

    .pull-xs-2 {
        right: 16.6667%;
    }

    [dir="rtl"] .pull-xs-2 {
        right: auto;
        left: 16.6667%;
    }

    .col-xs-3 {
        width: 25%;
    }

    .offset-xs-3,
    .push-xs-3 {
        left: 25%;
    }

    [dir="rtl"] .offset-xs-3, [dir="rtl"] .push-xs-3 {
        left: auto;
        right: 25%;
    }

    .pull-xs-3 {
        right: 25%;
    }

    [dir="rtl"] .pull-xs-3 {
        right: auto;
        left: 25%;
    }

    .col-xs-4 {
        width: 33.3333%;
    }

    .offset-xs-4,
    .push-xs-4 {
        left: 33.3333%;
    }

    [dir="rtl"] .offset-xs-4, [dir="rtl"] .push-xs-4 {
        left: auto;
        right: 33.3333%;
    }

    .pull-xs-4 {
        right: 33.3333%;
    }

    [dir="rtl"] .pull-xs-4 {
        right: auto;
        left: 33.3333%;
    }

    .col-xs-5 {
        width: 41.6667%;
    }

    .offset-xs-5,
    .push-xs-5 {
        left: 41.6667%;
    }

    [dir="rtl"] .offset-xs-5, [dir="rtl"] .push-xs-5 {
        left: auto;
        right: 41.6667%;
    }

    .pull-xs-5 {
        right: 41.6667%;
    }

    [dir="rtl"] .pull-xs-5 {
        right: auto;
        left: 41.6667%;
    }

    .col-xs-6 {
        width: 50%;
    }

    .offset-xs-6,
    .push-xs-6 {
        left: 50%;
    }

    [dir="rtl"] .offset-xs-6, [dir="rtl"] .push-xs-6 {
        left: auto;
        right: 50%;
    }

    .pull-xs-6 {
        right: 50%;
    }

    [dir="rtl"] .pull-xs-6 {
        right: auto;
        left: 50%;
    }

    .col-xs-7 {
        width: 58.3333%;
    }

    .offset-xs-7,
    .push-xs-7 {
        left: 58.3333%;
    }

    [dir="rtl"] .offset-xs-7, [dir="rtl"] .push-xs-7 {
        left: auto;
        right: 58.3333%;
    }

    .pull-xs-7 {
        right: 58.3333%;
    }

    [dir="rtl"] .pull-xs-7 {
        right: auto;
        left: 58.3333%;
    }

    .col-xs-8 {
        width: 66.6667%;
    }

    .offset-xs-8,
    .push-xs-8 {
        left: 66.6667%;
    }

    [dir="rtl"] .offset-xs-8, [dir="rtl"] .push-xs-8 {
        left: auto;
        right: 66.6667%;
    }

    .pull-xs-8 {
        right: 66.6667%;
    }

    [dir="rtl"] .pull-xs-8 {
        right: auto;
        left: 66.6667%;
    }

    .col-xs-9 {
        width: 75%;
    }

    .offset-xs-9,
    .push-xs-9 {
        left: 75%;
    }

    [dir="rtl"] .offset-xs-9, [dir="rtl"] .push-xs-9 {
        left: auto;
        right: 75%;
    }

    .pull-xs-9 {
        right: 75%;
    }

    [dir="rtl"] .pull-xs-9 {
        right: auto;
        left: 75%;
    }

    .col-xs-10 {
        width: 83.3333%;
    }

    .offset-xs-10,
    .push-xs-10 {
        left: 83.3333%;
    }

    [dir="rtl"] .offset-xs-10, [dir="rtl"] .push-xs-10 {
        left: auto;
        right: 83.3333%;
    }

    .pull-xs-10 {
        right: 83.3333%;
    }

    [dir="rtl"] .pull-xs-10 {
        right: auto;
        left: 83.3333%;
    }

    .col-xs-11 {
        width: 91.6667%;
    }

    .offset-xs-11,
    .push-xs-11 {
        left: 91.6667%;
    }

    [dir="rtl"] .offset-xs-11, [dir="rtl"] .push-xs-11 {
        left: auto;
        right: 91.6667%;
    }

    .pull-xs-11 {
        right: 91.6667%;
    }

    [dir="rtl"] .pull-xs-11 {
        right: auto;
        left: 91.6667%;
    }

    .col-xs-12 {
        width: 100%;
    }

    .offset-xs-12,
    .push-xs-12 {
        left: 100%;
    }

    [dir="rtl"] .offset-xs-12, [dir="rtl"] .push-xs-12 {
        left: auto;
        right: 100%;
    }

    .pull-xs-12 {
        right: 100%;
    }

    [dir="rtl"] .pull-xs-12 {
        right: auto;
        left: 100%;
    }

    .equal-height > [class*=col-xs] {
        display: table-cell;
        height: 100%;
    }

    .equal-height > .col-xs-13 {
        display: table-caption;
    }

    .block-row-xs-1 > * {
        width: 100%;
    }

    .block-row-xs-1 > :nth-of-type(n+1) {
        clear: none;
    }

    .block-row-xs-1 > :nth-of-type(1n+1) {
        clear: both;
    }

    .block-row-xs-2 > * {
        width: 50%;
    }

    .block-row-xs-2 > :nth-of-type(n+1) {
        clear: none;
    }

    .block-row-xs-2 > :nth-of-type(2n+1) {
        clear: both;
    }

    .block-row-xs-3 > * {
        width: 33.3333%;
    }

    .block-row-xs-3 > :nth-of-type(n+1) {
        clear: none;
    }

    .block-row-xs-3 > :nth-of-type(3n+1) {
        clear: both;
    }

    .block-row-xs-4 > * {
        width: 25%;
    }

    .block-row-xs-4 > :nth-of-type(n+1) {
        clear: none;
    }

    .block-row-xs-4 > :nth-of-type(4n+1) {
        clear: both;
    }

    .block-row-xs-5 > * {
        width: 20%;
    }

    .block-row-xs-5 > :nth-of-type(n+1) {
        clear: none;
    }

    .block-row-xs-5 > :nth-of-type(5n+1) {
        clear: both;
    }

    .block-row-xs-6 > * {
        width: 16.6667%;
    }

    .block-row-xs-6 > :nth-of-type(n+1) {
        clear: none;
    }

    .block-row-xs-6 > :nth-of-type(6n+1) {
        clear: both;
    }

    .block-row-xs-7 > * {
        width: 14.2857%;
    }

    .block-row-xs-7 > :nth-of-type(n+1) {
        clear: none;
    }

    .block-row-xs-7 > :nth-of-type(7n+1) {
        clear: both;
    }

    .block-row-xs-8 > * {
        width: 12.5%;
    }

    .block-row-xs-8 > :nth-of-type(n+1) {
        clear: none;
    }

    .block-row-xs-8 > :nth-of-type(8n+1) {
        clear: both;
    }

    .block-row-xs-9 > * {
        width: 11.1111%;
    }

    .block-row-xs-9 > :nth-of-type(n+1) {
        clear: none;
    }

    .block-row-xs-9 > :nth-of-type(9n+1) {
        clear: both;
    }

    .block-row-xs-10 > * {
        width: 10%;
    }

    .block-row-xs-10 > :nth-of-type(n+1) {
        clear: none;
    }

    .block-row-xs-10 > :nth-of-type(10n+1) {
        clear: both;
    }

    .block-row-xs-11 > * {
        width: 9.0909%;
    }

    .block-row-xs-11 > :nth-of-type(n+1) {
        clear: none;
    }

    .block-row-xs-11 > :nth-of-type(11n+1) {
        clear: both;
    }

    .block-row-xs-12 > * {
        width: 8.3333%;
    }

    .block-row-xs-12 > :nth-of-type(n+1) {
        clear: none;
    }

    .block-row-xs-12 > :nth-of-type(12n+1) {
        clear: both;
    }

    .push-xs {
        float: right;
    }

    [dir="rtl"] .push-xs {
        float: left;
    }

    .pull-xs {
        float: left;
    }

    [dir="rtl"] .pull-xs {
        float: right;
    }

    .block-xs {
        display: block;
    }

    .inline-block-xs {
        display: inline-block;
    }

    .inline-xs {
        display: inline;
    }

    .text-xs-pull {
        text-align: left;
    }

    [dir="rtl"] .text-xs-pull {
        text-align: right;
    }

    .text-xs-push {
        text-align: right;
    }

    [dir="rtl"] .text-xs-push {
        text-align: left;
    }

    .text-xs-center {
        text-align: center;
    }
}

@media print and (min-width: 537px), screen and (min-width: 48em) {
    .col-s-1 {
        width: 8.3333%;
    }

    .offset-s-1,
    .push-s-1 {
        left: 8.3333%;
    }

    [dir="rtl"] .offset-s-1, [dir="rtl"] .push-s-1 {
        left: auto;
        right: 8.3333%;
    }

    .pull-s-1 {
        right: 8.3333%;
    }

    [dir="rtl"] .pull-s-1 {
        right: auto;
        left: 8.3333%;
    }

    .col-s-2 {
        width: 16.6667%;
    }

    .offset-s-2,
    .push-s-2 {
        left: 16.6667%;
    }

    [dir="rtl"] .offset-s-2, [dir="rtl"] .push-s-2 {
        left: auto;
        right: 16.6667%;
    }

    .pull-s-2 {
        right: 16.6667%;
    }

    [dir="rtl"] .pull-s-2 {
        right: auto;
        left: 16.6667%;
    }

    .col-s-3 {
        width: 25%;
    }

    .offset-s-3,
    .push-s-3 {
        left: 25%;
    }

    [dir="rtl"] .offset-s-3, [dir="rtl"] .push-s-3 {
        left: auto;
        right: 25%;
    }

    .pull-s-3 {
        right: 25%;
    }

    [dir="rtl"] .pull-s-3 {
        right: auto;
        left: 25%;
    }

    .col-s-4 {
        width: 33.3333%;
    }

    .offset-s-4,
    .push-s-4 {
        left: 33.3333%;
    }

    [dir="rtl"] .offset-s-4, [dir="rtl"] .push-s-4 {
        left: auto;
        right: 33.3333%;
    }

    .pull-s-4 {
        right: 33.3333%;
    }

    [dir="rtl"] .pull-s-4 {
        right: auto;
        left: 33.3333%;
    }

    .col-s-5 {
        width: 41.6667%;
    }

    .offset-s-5,
    .push-s-5 {
        left: 41.6667%;
    }

    [dir="rtl"] .offset-s-5, [dir="rtl"] .push-s-5 {
        left: auto;
        right: 41.6667%;
    }

    .pull-s-5 {
        right: 41.6667%;
    }

    [dir="rtl"] .pull-s-5 {
        right: auto;
        left: 41.6667%;
    }

    .col-s-6 {
        width: 50%;
    }

    .offset-s-6,
    .push-s-6 {
        left: 50%;
    }

    [dir="rtl"] .offset-s-6, [dir="rtl"] .push-s-6 {
        left: auto;
        right: 50%;
    }

    .pull-s-6 {
        right: 50%;
    }

    [dir="rtl"] .pull-s-6 {
        right: auto;
        left: 50%;
    }

    .col-s-7 {
        width: 58.3333%;
    }

    .offset-s-7,
    .push-s-7 {
        left: 58.3333%;
    }

    [dir="rtl"] .offset-s-7, [dir="rtl"] .push-s-7 {
        left: auto;
        right: 58.3333%;
    }

    .pull-s-7 {
        right: 58.3333%;
    }

    [dir="rtl"] .pull-s-7 {
        right: auto;
        left: 58.3333%;
    }

    .col-s-8 {
        width: 66.6667%;
    }

    .offset-s-8,
    .push-s-8 {
        left: 66.6667%;
    }

    [dir="rtl"] .offset-s-8, [dir="rtl"] .push-s-8 {
        left: auto;
        right: 66.6667%;
    }

    .pull-s-8 {
        right: 66.6667%;
    }

    [dir="rtl"] .pull-s-8 {
        right: auto;
        left: 66.6667%;
    }

    .col-s-9 {
        width: 75%;
    }

    .offset-s-9,
    .push-s-9 {
        left: 75%;
    }

    [dir="rtl"] .offset-s-9, [dir="rtl"] .push-s-9 {
        left: auto;
        right: 75%;
    }

    .pull-s-9 {
        right: 75%;
    }

    [dir="rtl"] .pull-s-9 {
        right: auto;
        left: 75%;
    }

    .col-s-10 {
        width: 83.3333%;
    }

    .offset-s-10,
    .push-s-10 {
        left: 83.3333%;
    }

    [dir="rtl"] .offset-s-10, [dir="rtl"] .push-s-10 {
        left: auto;
        right: 83.3333%;
    }

    .pull-s-10 {
        right: 83.3333%;
    }

    [dir="rtl"] .pull-s-10 {
        right: auto;
        left: 83.3333%;
    }

    .col-s-11 {
        width: 91.6667%;
    }

    .offset-s-11,
    .push-s-11 {
        left: 91.6667%;
    }

    [dir="rtl"] .offset-s-11, [dir="rtl"] .push-s-11 {
        left: auto;
        right: 91.6667%;
    }

    .pull-s-11 {
        right: 91.6667%;
    }

    [dir="rtl"] .pull-s-11 {
        right: auto;
        left: 91.6667%;
    }

    .col-s-12 {
        width: 100%;
    }

    .offset-s-12,
    .push-s-12 {
        left: 100%;
    }

    [dir="rtl"] .offset-s-12, [dir="rtl"] .push-s-12 {
        left: auto;
        right: 100%;
    }

    .pull-s-12 {
        right: 100%;
    }

    [dir="rtl"] .pull-s-12 {
        right: auto;
        left: 100%;
    }

    .equal-height > [class*=col-s] {
        display: table-cell;
        height: 100%;
    }

    .equal-height > .col-s-13 {
        display: table-caption;
    }

    .block-row-s-1 > * {
        width: 100%;
    }

    .block-row-s-1 > :nth-of-type(n+1) {
        clear: none;
    }

    .block-row-s-1 > :nth-of-type(1n+1) {
        clear: both;
    }

    .block-row-s-2 > * {
        width: 50%;
    }

    .block-row-s-2 > :nth-of-type(n+1) {
        clear: none;
    }

    .block-row-s-2 > :nth-of-type(2n+1) {
        clear: both;
    }

    .block-row-s-3 > * {
        width: 33.3333%;
    }

    .block-row-s-3 > :nth-of-type(n+1) {
        clear: none;
    }

    .block-row-s-3 > :nth-of-type(3n+1) {
        clear: both;
    }

    .block-row-s-4 > * {
        width: 25%;
    }

    .block-row-s-4 > :nth-of-type(n+1) {
        clear: none;
    }

    .block-row-s-4 > :nth-of-type(4n+1) {
        clear: both;
    }

    .block-row-s-5 > * {
        width: 20%;
    }

    .block-row-s-5 > :nth-of-type(n+1) {
        clear: none;
    }

    .block-row-s-5 > :nth-of-type(5n+1) {
        clear: both;
    }

    .block-row-s-6 > * {
        width: 16.6667%;
    }

    .block-row-s-6 > :nth-of-type(n+1) {
        clear: none;
    }

    .block-row-s-6 > :nth-of-type(6n+1) {
        clear: both;
    }

    .block-row-s-7 > * {
        width: 14.2857%;
    }

    .block-row-s-7 > :nth-of-type(n+1) {
        clear: none;
    }

    .block-row-s-7 > :nth-of-type(7n+1) {
        clear: both;
    }

    .block-row-s-8 > * {
        width: 12.5%;
    }

    .block-row-s-8 > :nth-of-type(n+1) {
        clear: none;
    }

    .block-row-s-8 > :nth-of-type(8n+1) {
        clear: both;
    }

    .block-row-s-9 > * {
        width: 11.1111%;
    }

    .block-row-s-9 > :nth-of-type(n+1) {
        clear: none;
    }

    .block-row-s-9 > :nth-of-type(9n+1) {
        clear: both;
    }

    .block-row-s-10 > * {
        width: 10%;
    }

    .block-row-s-10 > :nth-of-type(n+1) {
        clear: none;
    }

    .block-row-s-10 > :nth-of-type(10n+1) {
        clear: both;
    }

    .block-row-s-11 > * {
        width: 9.0909%;
    }

    .block-row-s-11 > :nth-of-type(n+1) {
        clear: none;
    }

    .block-row-s-11 > :nth-of-type(11n+1) {
        clear: both;
    }

    .block-row-s-12 > * {
        width: 8.3333%;
    }

    .block-row-s-12 > :nth-of-type(n+1) {
        clear: none;
    }

    .block-row-s-12 > :nth-of-type(12n+1) {
        clear: both;
    }

    .dl-horizontal > dt {
        clear: left;
        float: left;
        width: 9.375rem;
        white-space: nowrap;
        overflow: hidden;
        text-align: right;
        text-overflow: ellipsis;
    }

    [dir="rtl"] .dl-horizontal > dt {
        clear: right;
        float: right;
        text-align: left;
    }

    .dl-horizontal > dd {
        margin-left: 10.375rem;
    }

    [dir="rtl"] .dl-horizontal > dd {
        margin-left: auto;
        margin-right: 10.375rem;
    }

    .push-s {
        float: right;
    }

    [dir="rtl"] .push-s {
        float: left;
    }

    .pull-s {
        float: left;
    }

    [dir="rtl"] .pull-s {
        float: right;
    }

    .block-s {
        display: block;
    }

    .inline-block-s {
        display: inline-block;
    }

    .inline-s {
        display: inline;
    }

    .text-s-pull {
        text-align: left;
    }

    [dir="rtl"] .text-s-pull {
        text-align: right;
    }

    .text-s-push {
        text-align: right;
    }

    [dir="rtl"] .text-s-push {
        text-align: left;
    }

    .text-s-center {
        text-align: center;
    }
}

@media (min-width: 62em) {
    .col-m-1 {
        width: 8.3333%;
    }

    .offset-m-1,
    .push-m-1 {
        left: 8.3333%;
    }

    [dir="rtl"] .offset-m-1, [dir="rtl"] .push-m-1 {
        left: auto;
        right: 8.3333%;
    }

    .pull-m-1 {
        right: 8.3333%;
    }

    [dir="rtl"] .pull-m-1 {
        right: auto;
        left: 8.3333%;
    }

    .col-m-2 {
        width: 16.6667%;
    }

    .offset-m-2,
    .push-m-2 {
        left: 16.6667%;
    }

    [dir="rtl"] .offset-m-2, [dir="rtl"] .push-m-2 {
        left: auto;
        right: 16.6667%;
    }

    .pull-m-2 {
        right: 16.6667%;
    }

    [dir="rtl"] .pull-m-2 {
        right: auto;
        left: 16.6667%;
    }

    .col-m-3 {
        width: 25%;
    }

    .offset-m-3,
    .push-m-3 {
        left: 25%;
    }

    [dir="rtl"] .offset-m-3, [dir="rtl"] .push-m-3 {
        left: auto;
        right: 25%;
    }

    .pull-m-3 {
        right: 25%;
    }

    [dir="rtl"] .pull-m-3 {
        right: auto;
        left: 25%;
    }

    .col-m-4 {
        width: 33.3333%;
    }

    .offset-m-4,
    .push-m-4 {
        left: 33.3333%;
    }

    [dir="rtl"] .offset-m-4, [dir="rtl"] .push-m-4 {
        left: auto;
        right: 33.3333%;
    }

    .pull-m-4 {
        right: 33.3333%;
    }

    [dir="rtl"] .pull-m-4 {
        right: auto;
        left: 33.3333%;
    }

    .col-m-5 {
        width: 41.6667%;
    }

    .offset-m-5,
    .push-m-5 {
        left: 41.6667%;
    }

    [dir="rtl"] .offset-m-5, [dir="rtl"] .push-m-5 {
        left: auto;
        right: 41.6667%;
    }

    .pull-m-5 {
        right: 41.6667%;
    }

    [dir="rtl"] .pull-m-5 {
        right: auto;
        left: 41.6667%;
    }

    .col-m-6 {
        width: 50%;
    }

    .offset-m-6,
    .push-m-6 {
        left: 50%;
    }

    [dir="rtl"] .offset-m-6, [dir="rtl"] .push-m-6 {
        left: auto;
        right: 50%;
    }

    .pull-m-6 {
        right: 50%;
    }

    [dir="rtl"] .pull-m-6 {
        right: auto;
        left: 50%;
    }

    .col-m-7 {
        width: 58.3333%;
    }

    .offset-m-7,
    .push-m-7 {
        left: 58.3333%;
    }

    [dir="rtl"] .offset-m-7, [dir="rtl"] .push-m-7 {
        left: auto;
        right: 58.3333%;
    }

    .pull-m-7 {
        right: 58.3333%;
    }

    [dir="rtl"] .pull-m-7 {
        right: auto;
        left: 58.3333%;
    }

    .col-m-8 {
        width: 66.6667%;
    }

    .offset-m-8,
    .push-m-8 {
        left: 66.6667%;
    }

    [dir="rtl"] .offset-m-8, [dir="rtl"] .push-m-8 {
        left: auto;
        right: 66.6667%;
    }

    .pull-m-8 {
        right: 66.6667%;
    }

    [dir="rtl"] .pull-m-8 {
        right: auto;
        left: 66.6667%;
    }

    .col-m-9 {
        width: 75%;
    }

    .offset-m-9,
    .push-m-9 {
        left: 75%;
    }

    [dir="rtl"] .offset-m-9, [dir="rtl"] .push-m-9 {
        left: auto;
        right: 75%;
    }

    .pull-m-9 {
        right: 75%;
    }

    [dir="rtl"] .pull-m-9 {
        right: auto;
        left: 75%;
    }

    .col-m-10 {
        width: 83.3333%;
    }

    .offset-m-10,
    .push-m-10 {
        left: 83.3333%;
    }

    [dir="rtl"] .offset-m-10, [dir="rtl"] .push-m-10 {
        left: auto;
        right: 83.3333%;
    }

    .pull-m-10 {
        right: 83.3333%;
    }

    [dir="rtl"] .pull-m-10 {
        right: auto;
        left: 83.3333%;
    }

    .col-m-11 {
        width: 91.6667%;
    }

    .offset-m-11,
    .push-m-11 {
        left: 91.6667%;
    }

    [dir="rtl"] .offset-m-11, [dir="rtl"] .push-m-11 {
        left: auto;
        right: 91.6667%;
    }

    .pull-m-11 {
        right: 91.6667%;
    }

    [dir="rtl"] .pull-m-11 {
        right: auto;
        left: 91.6667%;
    }

    .col-m-12 {
        width: 100%;
    }

    .offset-m-12,
    .push-m-12 {
        left: 100%;
    }

    [dir="rtl"] .offset-m-12, [dir="rtl"] .push-m-12 {
        left: auto;
        right: 100%;
    }

    .pull-m-12 {
        right: 100%;
    }

    [dir="rtl"] .pull-m-12 {
        right: auto;
        left: 100%;
    }

    .equal-height > [class*=col-m] {
        display: table-cell;
        height: 100%;
    }

    .equal-height > .col-m-13 {
        display: table-caption;
    }

    .block-row-m-1 > * {
        width: 100%;
    }

    .block-row-m-1 > :nth-of-type(n+1) {
        clear: none;
    }

    .block-row-m-1 > :nth-of-type(1n+1) {
        clear: both;
    }

    .block-row-m-2 > * {
        width: 50%;
    }

    .block-row-m-2 > :nth-of-type(n+1) {
        clear: none;
    }

    .block-row-m-2 > :nth-of-type(2n+1) {
        clear: both;
    }

    .block-row-m-3 > * {
        width: 33.3333%;
    }

    .block-row-m-3 > :nth-of-type(n+1) {
        clear: none;
    }

    .block-row-m-3 > :nth-of-type(3n+1) {
        clear: both;
    }

    .block-row-m-4 > * {
        width: 25%;
    }

    .block-row-m-4 > :nth-of-type(n+1) {
        clear: none;
    }

    .block-row-m-4 > :nth-of-type(4n+1) {
        clear: both;
    }

    .block-row-m-5 > * {
        width: 20%;
    }

    .block-row-m-5 > :nth-of-type(n+1) {
        clear: none;
    }

    .block-row-m-5 > :nth-of-type(5n+1) {
        clear: both;
    }

    .block-row-m-6 > * {
        width: 16.6667%;
    }

    .block-row-m-6 > :nth-of-type(n+1) {
        clear: none;
    }

    .block-row-m-6 > :nth-of-type(6n+1) {
        clear: both;
    }

    .block-row-m-7 > * {
        width: 14.2857%;
    }

    .block-row-m-7 > :nth-of-type(n+1) {
        clear: none;
    }

    .block-row-m-7 > :nth-of-type(7n+1) {
        clear: both;
    }

    .block-row-m-8 > * {
        width: 12.5%;
    }

    .block-row-m-8 > :nth-of-type(n+1) {
        clear: none;
    }

    .block-row-m-8 > :nth-of-type(8n+1) {
        clear: both;
    }

    .block-row-m-9 > * {
        width: 11.1111%;
    }

    .block-row-m-9 > :nth-of-type(n+1) {
        clear: none;
    }

    .block-row-m-9 > :nth-of-type(9n+1) {
        clear: both;
    }

    .block-row-m-10 > * {
        width: 10%;
    }

    .block-row-m-10 > :nth-of-type(n+1) {
        clear: none;
    }

    .block-row-m-10 > :nth-of-type(10n+1) {
        clear: both;
    }

    .block-row-m-11 > * {
        width: 9.0909%;
    }

    .block-row-m-11 > :nth-of-type(n+1) {
        clear: none;
    }

    .block-row-m-11 > :nth-of-type(11n+1) {
        clear: both;
    }

    .block-row-m-12 > * {
        width: 8.3333%;
    }

    .block-row-m-12 > :nth-of-type(n+1) {
        clear: none;
    }

    .block-row-m-12 > :nth-of-type(12n+1) {
        clear: both;
    }

    .push-m {
        float: right;
    }

    [dir="rtl"] .push-m {
        float: left;
    }

    .pull-m {
        float: left;
    }

    [dir="rtl"] .pull-m {
        float: right;
    }

    .block-m {
        display: block;
    }

    .inline-block-m {
        display: inline-block;
    }

    .inline-m {
        display: inline;
    }

    .text-m-pull {
        text-align: left;
    }

    [dir="rtl"] .text-m-pull {
        text-align: right;
    }

    .text-m-push {
        text-align: right;
    }

    [dir="rtl"] .text-m-push {
        text-align: left;
    }

    .text-m-center {
        text-align: center;
    }
}

@media (min-width: 75em) {
    .col-l-1 {
        width: 8.3333%;
    }

    .offset-l-1,
    .push-l-1 {
        left: 8.3333%;
    }

    [dir="rtl"] .offset-l-1, [dir="rtl"] .push-l-1 {
        left: auto;
        right: 8.3333%;
    }

    .pull-l-1 {
        right: 8.3333%;
    }

    [dir="rtl"] .pull-l-1 {
        right: auto;
        left: 8.3333%;
    }

    .col-l-2 {
        width: 16.6667%;
    }

    .offset-l-2,
    .push-l-2 {
        left: 16.6667%;
    }

    [dir="rtl"] .offset-l-2, [dir="rtl"] .push-l-2 {
        left: auto;
        right: 16.6667%;
    }

    .pull-l-2 {
        right: 16.6667%;
    }

    [dir="rtl"] .pull-l-2 {
        right: auto;
        left: 16.6667%;
    }

    .col-l-3 {
        width: 25%;
    }

    .offset-l-3,
    .push-l-3 {
        left: 25%;
    }

    [dir="rtl"] .offset-l-3, [dir="rtl"] .push-l-3 {
        left: auto;
        right: 25%;
    }

    .pull-l-3 {
        right: 25%;
    }

    [dir="rtl"] .pull-l-3 {
        right: auto;
        left: 25%;
    }

    .col-l-4 {
        width: 33.3333%;
    }

    .offset-l-4,
    .push-l-4 {
        left: 33.3333%;
    }

    [dir="rtl"] .offset-l-4, [dir="rtl"] .push-l-4 {
        left: auto;
        right: 33.3333%;
    }

    .pull-l-4 {
        right: 33.3333%;
    }

    [dir="rtl"] .pull-l-4 {
        right: auto;
        left: 33.3333%;
    }

    .col-l-5 {
        width: 41.6667%;
    }

    .offset-l-5,
    .push-l-5 {
        left: 41.6667%;
    }

    [dir="rtl"] .offset-l-5, [dir="rtl"] .push-l-5 {
        left: auto;
        right: 41.6667%;
    }

    .pull-l-5 {
        right: 41.6667%;
    }

    [dir="rtl"] .pull-l-5 {
        right: auto;
        left: 41.6667%;
    }

    .col-l-6 {
        width: 50%;
    }

    .offset-l-6,
    .push-l-6 {
        left: 50%;
    }

    [dir="rtl"] .offset-l-6, [dir="rtl"] .push-l-6 {
        left: auto;
        right: 50%;
    }

    .pull-l-6 {
        right: 50%;
    }

    [dir="rtl"] .pull-l-6 {
        right: auto;
        left: 50%;
    }

    .col-l-7 {
        width: 58.3333%;
    }

    .offset-l-7,
    .push-l-7 {
        left: 58.3333%;
    }

    [dir="rtl"] .offset-l-7, [dir="rtl"] .push-l-7 {
        left: auto;
        right: 58.3333%;
    }

    .pull-l-7 {
        right: 58.3333%;
    }

    [dir="rtl"] .pull-l-7 {
        right: auto;
        left: 58.3333%;
    }

    .col-l-8 {
        width: 66.6667%;
    }

    .offset-l-8,
    .push-l-8 {
        left: 66.6667%;
    }

    [dir="rtl"] .offset-l-8, [dir="rtl"] .push-l-8 {
        left: auto;
        right: 66.6667%;
    }

    .pull-l-8 {
        right: 66.6667%;
    }

    [dir="rtl"] .pull-l-8 {
        right: auto;
        left: 66.6667%;
    }

    .col-l-9 {
        width: 75%;
    }

    .offset-l-9,
    .push-l-9 {
        left: 75%;
    }

    [dir="rtl"] .offset-l-9, [dir="rtl"] .push-l-9 {
        left: auto;
        right: 75%;
    }

    .pull-l-9 {
        right: 75%;
    }

    [dir="rtl"] .pull-l-9 {
        right: auto;
        left: 75%;
    }

    .col-l-10 {
        width: 83.3333%;
    }

    .offset-l-10,
    .push-l-10 {
        left: 83.3333%;
    }

    [dir="rtl"] .offset-l-10, [dir="rtl"] .push-l-10 {
        left: auto;
        right: 83.3333%;
    }

    .pull-l-10 {
        right: 83.3333%;
    }

    [dir="rtl"] .pull-l-10 {
        right: auto;
        left: 83.3333%;
    }

    .col-l-11 {
        width: 91.6667%;
    }

    .offset-l-11,
    .push-l-11 {
        left: 91.6667%;
    }

    [dir="rtl"] .offset-l-11, [dir="rtl"] .push-l-11 {
        left: auto;
        right: 91.6667%;
    }

    .pull-l-11 {
        right: 91.6667%;
    }

    [dir="rtl"] .pull-l-11 {
        right: auto;
        left: 91.6667%;
    }

    .col-l-12 {
        width: 100%;
    }

    .offset-l-12,
    .push-l-12 {
        left: 100%;
    }

    [dir="rtl"] .offset-l-12, [dir="rtl"] .push-l-12 {
        left: auto;
        right: 100%;
    }

    .pull-l-12 {
        right: 100%;
    }

    [dir="rtl"] .pull-l-12 {
        right: auto;
        left: 100%;
    }

    .equal-height > [class*=col-l] {
        display: table-cell;
        height: 100%;
    }

    .equal-height > .col-l-13 {
        display: table-caption;
    }

    .block-row-l-1 > * {
        width: 100%;
    }

    .block-row-l-1 > :nth-of-type(n+1) {
        clear: none;
    }

    .block-row-l-1 > :nth-of-type(1n+1) {
        clear: both;
    }

    .block-row-l-2 > * {
        width: 50%;
    }

    .block-row-l-2 > :nth-of-type(n+1) {
        clear: none;
    }

    .block-row-l-2 > :nth-of-type(2n+1) {
        clear: both;
    }

    .block-row-l-3 > * {
        width: 33.3333%;
    }

    .block-row-l-3 > :nth-of-type(n+1) {
        clear: none;
    }

    .block-row-l-3 > :nth-of-type(3n+1) {
        clear: both;
    }

    .block-row-l-4 > * {
        width: 25%;
    }

    .block-row-l-4 > :nth-of-type(n+1) {
        clear: none;
    }

    .block-row-l-4 > :nth-of-type(4n+1) {
        clear: both;
    }

    .block-row-l-5 > * {
        width: 20%;
    }

    .block-row-l-5 > :nth-of-type(n+1) {
        clear: none;
    }

    .block-row-l-5 > :nth-of-type(5n+1) {
        clear: both;
    }

    .block-row-l-6 > * {
        width: 16.6667%;
    }

    .block-row-l-6 > :nth-of-type(n+1) {
        clear: none;
    }

    .block-row-l-6 > :nth-of-type(6n+1) {
        clear: both;
    }

    .block-row-l-7 > * {
        width: 14.2857%;
    }

    .block-row-l-7 > :nth-of-type(n+1) {
        clear: none;
    }

    .block-row-l-7 > :nth-of-type(7n+1) {
        clear: both;
    }

    .block-row-l-8 > * {
        width: 12.5%;
    }

    .block-row-l-8 > :nth-of-type(n+1) {
        clear: none;
    }

    .block-row-l-8 > :nth-of-type(8n+1) {
        clear: both;
    }

    .block-row-l-9 > * {
        width: 11.1111%;
    }

    .block-row-l-9 > :nth-of-type(n+1) {
        clear: none;
    }

    .block-row-l-9 > :nth-of-type(9n+1) {
        clear: both;
    }

    .block-row-l-10 > * {
        width: 10%;
    }

    .block-row-l-10 > :nth-of-type(n+1) {
        clear: none;
    }

    .block-row-l-10 > :nth-of-type(10n+1) {
        clear: both;
    }

    .block-row-l-11 > * {
        width: 9.0909%;
    }

    .block-row-l-11 > :nth-of-type(n+1) {
        clear: none;
    }

    .block-row-l-11 > :nth-of-type(11n+1) {
        clear: both;
    }

    .block-row-l-12 > * {
        width: 8.3333%;
    }

    .block-row-l-12 > :nth-of-type(n+1) {
        clear: none;
    }

    .block-row-l-12 > :nth-of-type(12n+1) {
        clear: both;
    }

    .push-l {
        float: right;
    }

    [dir="rtl"] .push-l {
        float: left;
    }

    .pull-l {
        float: left;
    }

    [dir="rtl"] .pull-l {
        float: right;
    }

    .block-l {
        display: block;
    }

    .inline-block-l {
        display: inline-block;
    }

    .inline-l {
        display: inline;
    }

    .text-l-pull {
        text-align: left;
    }

    [dir="rtl"] .text-l-pull {
        text-align: right;
    }

    .text-l-push {
        text-align: right;
    }

    [dir="rtl"] .text-l-push {
        text-align: left;
    }

    .text-l-center {
        text-align: center;
    }

    .grid-state-indicator {
        width: 4px;
    }

    .hidden-l {
        display: none !important;
    }

    .visible-l {
        display: block !important;
    }

        .visible-l.inline {
            display: inline !important;
        }

        .visible-l.inline-block {
            display: inline-block !important;
        }

    table.visible-l {
        display: table;
    }

    thead.visible-l {
        display: table-header-group !important;
    }

    tfoot.visible-l {
        display: table-footer-group !important;
    }

    tr.visible-l {
        display: table-row !important;
    }

    th.visible-l,
    td.visible-l {
        display: table-cell !important;
    }

    col.visible-l {
        display: table-column !important;
    }

    caption.visible-l {
        display: table-caption !important;
    }
}

@media (-webkit-min-device-pixel-ratio: 0) {
    input[type='color'] {
        padding: 0;
    }

        input[type='color']::-webkit-color-swatch-wrapper {
            padding: 0;
        }

        input[type='color']::-webkit-color-swatch {
            border: none;
        }

    select {
        background-image: url(/images/drop-down-arrows.gif);
        background-repeat: no-repeat;
        background-position: right .6rem center;
        padding-right: 1.67rem;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        text-transform: uppercase;
    }


    [dir=rtl] select {
        background-position: .6rem center;
        padding-right: 0;
        padding-left: 1.67rem;
    }

    select[multiple] {
        background-image: none;
        padding-left: 0;
        padding-right: 0;
    }
}

@media print and (max-width: 536px), screen and (max-width: 47.99em) {
    /*
   * Force the columns to display as rows on small viewports.
   * Headers are applied with data attributes.
   */
    [data-table-list] {
        opacity: 0;
    }

    .table-list {
        display: block;
    }

        .table-list thead,
        .table-list tfoot,
        .table-list th {
            position: absolute;
            clip: rect(0 0 0 0);
            overflow: hidden;
            visibility: hidden;
        }

            .table-list tbody,
            .table-list tr,
            .table-list td,
            .table-list th[scope=row] {
                position: static;
                display: block;
                overflow: visible;
                visibility: visible;
            }

                .table-list tr:before, .table-list tr:after {
                    content: "";
                    display: table;
                }

                .table-list tr:after {
                    clear: both;
                }

            .table-list td,
            .table-list th[scope=row] {
                float: left;
                width: 100%;
            }

    [dir="rtl"] .table-list td, [dir="rtl"] .table-list th[scope=row] {
        float: right;
    }

    .table-list td:before, .table-list td:after {
        display: block;
        padding: 0.5rem 0;
        font-weight: bold;
    }

    .table-list td:before {
        content: attr(data-thead);
    }

    .table-list th[scope=row]:before, .table-list th[scope=row]:after {
        display: block;
        padding: 0.5rem 0;
        font-weight: bold;
    }

    .table-list th[scope=row]:before {
        content: attr(data-thead);
    }

    .table-list td:after,
    .table-list th[scope=row]:after {
        content: attr(data-tfoot);
    }

    .table-list.table-bordered {
        border-top-style: none;
    }
}

@media (max-width: 37.49em) {
    .push-xxs-only {
        float: right;
    }

    [dir="rtl"] .push-xxs-only {
        float: left;
    }

    .pull-xxs-only {
        float: left;
    }

    [dir="rtl"] .pull-xxs-only {
        float: right;
    }

    .block-xxs-only {
        display: block;
    }

    .inline-block-xxs-only {
        display: inline-block;
    }

    .inline-xxs-only {
        display: inline;
    }

    .text-xxs-pull-only {
        text-align: left;
    }

    [dir="rtl"] .text-xxs-pull-only {
        text-align: right;
    }

    .text-xxs-push-only {
        text-align: right;
    }

    [dir="rtl"] .text-xxs-push-only {
        text-align: left;
    }

    .text-xxs-center-only {
        text-align: center;
    }

    .grid-state-indicator {
        width: 0;
    }

    .hidden-xxs {
        display: none !important;
    }

    .visible-xxs {
        display: block !important;
    }

        .visible-xxs.inline {
            display: inline !important;
        }

        .visible-xxs.inline-block {
            display: inline-block !important;
        }

    table.visible-xxs {
        display: table;
    }

    thead.visible-xxs {
        display: table-header-group !important;
    }

    tfoot.visible-xxs {
        display: table-footer-group !important;
    }

    tr.visible-xxs {
        display: table-row !important;
    }

    th.visible-xxs,
    td.visible-xxs {
        display: table-cell !important;
    }

    col.visible-xxs {
        display: table-column !important;
    }

    caption.visible-xxs {
        display: table-caption !important;
    }
}

@media print and (min-width: 536px) and (max-width: 536px), screen and (min-width: 37.5em) and (max-width: 47.99em) {
    .push-xs-only {
        float: right;
    }

    [dir="rtl"] .push-xs-only {
        float: left;
    }

    .pull-xs-only {
        float: left;
    }

    [dir="rtl"] .pull-xs-only {
        float: right;
    }

    .block-xs-only {
        display: block;
    }

    .inline-block-xs-only {
        display: inline-block;
    }

    .inline-xs-only {
        display: inline;
    }

    .text-xs-pull {
        text-align: left;
    }

    [dir="rtl"] .text-xs-pull {
        text-align: right;
    }

    .text-xs-push {
        text-align: right;
    }

    [dir="rtl"] .text-xs-push {
        text-align: left;
    }

    .text-xs-center {
        text-align: center;
    }
}

@media print and (min-width: 537px) and (max-width: 61.99em), screen and (min-width: 48em) and (max-width: 61.99em) {
    .push-s-only {
        float: right;
    }

    [dir="rtl"] .push-s-only {
        float: left;
    }

    .pull-s-only {
        float: left;
    }

    [dir="rtl"] .pull-s-only {
        float: right;
    }

    .block-s-only {
        display: block;
    }

    .inline-block-s-only {
        display: inline-block;
    }

    .inline-s-only {
        display: inline;
    }

    .text-s-pull {
        text-align: left;
    }

    [dir="rtl"] .text-s-pull {
        text-align: right;
    }

    .text-s-push {
        text-align: right;
    }

    [dir="rtl"] .text-s-push {
        text-align: left;
    }

    .text-s-center {
        text-align: center;
    }

    .grid-state-indicator {
        width: 2px;
    }

    .hidden-s {
        display: none !important;
    }

    .visible-s {
        display: block !important;
    }

        .visible-s.inline {
            display: inline !important;
        }

        .visible-s.inline-block {
            display: inline-block !important;
        }

    table.visible-s {
        display: table;
    }

    thead.visible-s {
        display: table-header-group !important;
    }

    tfoot.visible-s {
        display: table-footer-group !important;
    }

    tr.visible-s {
        display: table-row !important;
    }

    th.visible-s,
    td.visible-s {
        display: table-cell !important;
    }

    col.visible-s {
        display: table-column !important;
    }

    caption.visible-s {
        display: table-caption !important;
    }
}

@media (min-width: 62em) and (max-width: 74.99em) {
    .push-m-only {
        float: right;
    }

    [dir="rtl"] .push-m-only {
        float: left;
    }

    .pull-m-only {
        float: left;
    }

    [dir="rtl"] .pull-m-only {
        float: right;
    }

    .block-m-only {
        display: block;
    }

    .inline-block-m-only {
        display: inline-block;
    }

    .inline-m-only {
        display: inline;
    }

    .text-m-pull {
        text-align: left;
    }

    [dir="rtl"] .text-m-pull {
        text-align: right;
    }

    .text-m-push {
        text-align: right;
    }

    [dir="rtl"] .text-m-push {
        text-align: left;
    }

    .text-m-center {
        text-align: center;
    }

    .grid-state-indicator {
        width: 3px;
    }

    .hidden-m {
        display: none !important;
    }

    .visible-m {
        display: block !important;
    }

        .visible-m.inline {
            display: inline !important;
        }

        .visible-m.inline-block {
            display: inline-block !important;
        }

    table.visible-m {
        display: table;
    }

    thead.visible-m {
        display: table-header-group !important;
    }

    tfoot.visible-m {
        display: table-footer-group !important;
    }

    tr.visible-m {
        display: table-row !important;
    }

    th.visible-m,
    td.visible-m {
        display: table-cell !important;
    }

    col.visible-m {
        display: table-column !important;
    }

    caption.visible-m {
        display: table-caption !important;
    }
}

@media print and (max-width: 536px), screen and (min-width: 37.5em) and (max-width: 47.99em) {
    .grid-state-indicator {
        width: 1px;
    }

    .hidden-xs {
        display: none !important;
    }

    .visible-xs {
        display: block !important;
    }

        .visible-xs.inline {
            display: inline !important;
        }

        .visible-xs.inline-block {
            display: inline-block !important;
        }

    table.visible-xs {
        display: table;
    }

    thead.visible-xs {
        display: table-header-group !important;
    }

    tfoot.visible-xs {
        display: table-footer-group !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }

    col.visible-xs {
        display: table-column !important;
    }

    caption.visible-xs {
        display: table-caption !important;
    }
}

@media print {
    *, :before, :after {
        box-shadow: none !important;
        text-shadow: none !important;
        background: transparent !important;
        color: rgb(8,34,55) !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid silver;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .container, .modal-ajax.container,
    .modal-iframe {
        max-width: 100%;
        width: 100%;
    }

        .container.fixed,
        .fixed.modal-iframe, .fixed .container,
        .fixed .modal-iframe {
            width: 100%;
        }
}

@media (max-width: 991px) {
    .featureIssue-container > div:first-of-type {
        width: 100%;
    }

    .featureIssue-container > div:last-of-type {
        width: 100%;
    }

    .featureIssue-container > div {
        display: block;
    }

    .featureIssue-container {
        display: block;
    }

    .subscribe-footer .subscribe-footer-item {
        padding: 10px 25px;
        margin: 20px 0;
        border-bottom: 1px solid rgb(89,143,171);
        border-right: none;
        height: 115px;
    }

        .subscribe-footer .subscribe-footer-item.first {
            border-top: 1px solid rgb(89,143,171);
            border-left: none;
        }
}

@media (max-width: 767px) {
    .bio-container {
        width: 25%;
    }
}

@media (max-width: 480px) {
    .bio-container {
        width: 40%;
    }
}

@media only screen and (min-width: 33.125rem) {
    main {
        color: rgb(8,34,55);
        font-size: 42px;
    }
}

@media (max-width: 990px) {
    .header-logo {
        margin: 0 0 0 0;
        max-width: 100%;
        height: auto;
    }

    .subscribe-vertical-divider {
        border-bottom: 1px solid rgb(112,157,175);
        height: 1px;
        margin: 40px 0;
    }

    .subscribe-box .border-left {
        border-left: none;
        border-top: solid 1px rgb(89,133,160);
        margin-top: 15px;
    }

    .quiz-section .quiz-header div {
        padding: 10px 20px;
        color: rgb(33,57,84);
        font-weight: 900;
        font-size: 18px;
        text-align: center;
    }
}

@media (max-width: 960px) {
    .archive-list li {
        margin-right: 35px;
    }

    li.icon-facebook, li.icon-twitter, li.icon-email {
        display: none;
    }

    li.icon-social {
        display: inline-block !important;
    }

    #nav-list-desktop {
        margin-top: -1px !important;
        margin-bottom: 0px;
        display: table;
        width: 100%;
        padding-right: 5px;
        padding-left: 5px;
    }
}

@media (max-width: 870px) {
    .button-container {
        padding-right: 20px;
    }

    .search-container {
        width: 150px;
    }

        .search-container input {
            width: 120px;
        }

    .header-logo {
        display: none;
    }

    .header-logo-small {
        display: inline-block !important;
    }

    .banner-container {
        display: table;
        width: 100%;
        padding: 9px 10px 10px 0;
    }

    .hide-sm {
        display: inherit;
    }
}

@media (max-width: 765px) {

    .hide-sm {
        display: none;
    }

    #nav-list-desktop {
        display: none;
        /*width: 171px;
        margin-top: 0;
        margin-right: 10px;
        padding: 20px 15px;
        background-color: #007196;
        position: absolute;
        top: 7px;
        left: -74px;
        z-index: 10;*/
    }

    /*nav-list-desktop > li {
            width: 140px;
            display: block;
        }

        nav-list-desktop .nav-link {
            padding-left: 5px;
            margin-bottom: 5px;
            text-align: left;
            border-radius: 0;
            border-bottom: 1px solid #012437;
        }*/

    #nav-list-mobile-archive {
        display: none;
        width: 171px;
        margin-top: 0;
        margin-right: 10px;
        padding: 20px 15px;
        background-color: #007196;
        position: absolute;
        top: 7px;
        left: -74px;
        z-index: 10;
    }

    .archive-header #nav-list-mobile-archive {
        display: none;
        width: 171px;
        margin-top: 0;
        margin-right: 10px;
        padding: 20px 15px;
        background-color: #007196;
        position: absolute;
        top: 7px;
        right: 0;
        z-index: 1;
    }

    .nav-hamburger {
        display: block;
        height: 60px;
        width: 60px;
        background-color: #007196;
        text-align: center;
        color: #fff;
        cursor: pointer;
        position: absolute;
        top: -55px;
        left: -74px;
        box-shadow: inset -1px -1px 1px 0.5px rgba(0, 0, 0, 0.5);
        outline: none;
    }

        .nav-hamburger:before {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            content: '';
            box-shadow: inset 1px 1px 1px 0.5px rgba(255, 255, 255, 0.5);
        }

    .header-container > div:first-of-type {
        width: 91px;
        height: 163px;
    }

    .header-sub .logo-container {
        padding-bottom: 34px;
    }




    .nav-container {
        width: 0;
        position: absolute;
        top: 164px;
    }

    .button-container .login-toggle {
        padding-right: 0;
    }

    .banner-container {
        padding: 9px 10px 10px 0;
    }

    .login-button-container {
        padding-right: 0 !important;
    }

    .login-button-account {
        padding-right: 6px;
    }

    .search-container {
        margin-right: 2px;
        margin-top: 0;
        width: 259px;
    }

        .search-container input {
            width: 200px;
        }

    .header-sub.archive-header:after {
        display: none;
    }

    .header-sub .archive-nav {
        text-align: right;
        width: 100%;
    }

    .archive-header .archive-list {
    }

    .archive-list li {
        margin-right: 62px;
    }

    .content-container {
        margin-top: 165px;
    }


    .footer div {
        text-align: center;
    }

    .footer-info span {
        margin-right: 0;
    }
}


@media (max-width: 645px) {

    .archive-list li {
        margin-right: 17px;
    }

    .login-button-container {
        padding-bottom: 8px;
    }

    .login-button-account {
        padding-bottom: 8px;
    }

    .login-menu {
        display: none;
        position: absolute;
        width: 200px;
        z-index: 5;
        background-color: #fff;
        text-align: center;
        padding: 5px;
        border: 1px solid grey;
        box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
        left: -76px !important
    }

    #favorite-hover {
        top: 200px;
    }
}

@media (max-width: 600px) {
    .archive-header .article-controls {
        /*display: none;*/
        width: 100%;
    }

    .article-content {
        padding: 0 30px;
    }

    .article-controls .prev {
        background: url("/images/arrow-left.gif");
        background-size: cover;
        width: 15px;
        height: 17px;
    }


    .article-controls .next {
        right: 0;
        background: url("/images/arrow-right.gif");
        background-size: cover;
        width: 15px;
        height: 17px;
    }
}

@media (max-width: 380px) {

    section:first-of-type {
        margin-top: 185px;
    }

    .header-sub .logo-container {
        padding-bottom: 34px;
    }

    /*.button-container .createAccount {
        background-image: url("/images/createAccount.png");
        width: 126px;
        height: 36px;
        display: block;
    }

    .button-container .login-toggle {
        background-image: url("/images/login.png");
        padding-right: 30px;
        width: 127px;
        height: 36px;
        display: block;
    }*/

    .login-button-account {
        padding-right: 3px;
    }

    .search-container {
        margin-right: 2px;
        margin-top: 12px;
        width: 208px;
    }

        .search-container input {
            width: 190px;
        }

    .archive-header .archive-list img {
        width: auto;
        height: 22px;
    }

    .archive-header .article-controls {
        /*display: none;*/
        width: 100%;
    }

    .article-controls .prev {
        background: url("/images/arrow-left.gif");
        background-size: cover;
        width: 15px;
        height: 17px;
    }


    .article-controls .next {
        right: 0;
        background: url("/images/arrow-right.gif");
        background-size: cover;
        width: 15px;
        height: 17px;
    }

    .header-sub .archive-nav {
        text-align: right;
        width: 100%;
        margin-bottom: 20px;
    }
}

@media only print {
    header {
        display: none;
    }

    section:first-of-type {
        margin: 0;
    }

    h6.print-only {
        font-size: 35px;
        font-family: "Oswald", Arial;
        font-weight: 600;
    }

    .content-sub-top-pad {
        margin: 0;
    }

    .content-container {
        margin: 0;
    }
}

@media only screen {
    h6.print-only {
        display: none;
    }
}

/*# sourceMappingURL=style.css.map */
