﻿@charset "utf-8";
/* ==========================================================================
    nursingcenter.less 
============================================================================= 

    1. Import code from all section (base, layout, module and shame)

*/
/* ==========================================================================
	_base.less 
============================================================================= 

	1. Define/Reference style that are applied to our base HTML elements. 
	   These include things like 
	   - normalize CSS, 
	   - presetting your tags for things like border-box,
	   - removing all margins on h1 tags, 
	   - variables for colors and fonts, 
	   - mix-ins you might use in less/sass,
	   - base bootstap file we want on everypage 
	   or any other global rules you might want to apply to HTML elements. 
*/
/* Base - Imports  ------------------------------------------------- */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
    font-family: sans-serif;
    /* 1 */
    line-height: 1.15;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 3 */
    -webkit-text-size-adjust: 100%;
    /* 3 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
    margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
    display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
    /* 1 */
    display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
    margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}
    /**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
    a:active,
    a:hover {
        outline-width: 0;
    }
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
    font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
    font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
    background-color: #ff0;
    color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 73%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
    display: inline-block;
}
    /**
 * Add the correct display in iOS 4-7.
 */
    audio:not([controls]) {
        display: none;
        height: 0;
    }
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
    border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
    overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}
    /**
 * Remove the inner border and padding in Firefox.
 */
    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }
    /**
 * Restore the focus styles unset by the previous rule.
 */
    button:-moz-focusring,
    [type="button"]:-moz-focusring,
    [type="reset"]:-moz-focusring,
    [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
    overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}
    /**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
    [type="search"]::-webkit-search-cancel-button,
    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
    display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
    display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
    display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
    display: none;
}
/* ==========================================================================
	_presetTags.less 
============================================================================= 

	1. Adds borderbox to all tags.
	2. Removes extra padding, margins, borders, and outlines from certain tags. 
	
*/
* {
    /* IMPORTANT - Apply Border box styling to all elements */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
article,
p,
iframe {
    margin: 0;
    padding: 0;
    border: 0;
}

img,
embed,
object,
video {
    max-width: 100%;
}

img {
    vertical-align: top;
    /* Gets rid of extra space at the buttom of image */
    max-width: 100%;
}

a {
    /* Used to ensure links are clickable on smaller devices */
}

    a:hover,
    a:focus {
        text-decoration: none;
    }

button:focus,
button:hover {
    outline: none;
}

button {
    border: none;
}

    input:focus,
    button:hover {
        outline: none;
    }
/* CAUTION: IE hackery ahead */
select::-ms-expand {
    display: none;
    /* remove default arrow in IE 10 and 11 */
}
/* target Internet Explorer 9 to undo the custom arrow */
@media screen and (min-width: 0/0) {
    select {
        background: none / 9;
        padding: 0.55555556px;
    }
}
/* ==========================================================================
	_variables.less 
============================================================================= 

	1. Define/Reference variables and values. 
	// @var-name      				: #VAR-Value;

*/
/* Imports / Fonts ---------------------------------------------------------- */
/* Colors ------------------------------------------------------------------- */
/* Variable overrides ------------------------------------------------------- */
/* Base Styles -------------------------------------------------------------- */
/* Breakpoints -------------------------------------------------------------- */
/* Other Variables --------------------------------------------------------- */
/* ==========================================================================
	_mixins.less 
============================================================================= 

	1. Create mixins and other reusable less styles 

	2. Vendor Prefixes:

		- How it works:
			As a rule, you can use the CSS properties you would expect just by adding
			a '.' to start them and putting arguments afterwards.

			So you type this:

			div {
			    .box-shadow(0px 0px 10px rgba(255,0,0,.5));
			}
			and you get this through the beauty of LESS:

			div {
			    -webkit-box-shadow: 0px 0px 10px rgba(255,0,0,.5);
			    -moz-box-shadow: 0px 0px 10px rgba(255,0,0,.5);
			    box-shadow: 0px 0px 10px rgba(255,0,0,.5);
			}
*/
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        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;
    }

    .navbar {
        display: none;
    }

    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

        .table td,
        .table th {
            background-color: #fff !important;
        }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('/App_Themes/NursingCenter/fonts/glyphicons-halflings-regular.eot');
    src: url('/App_Themes/NursingCenter/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/App_Themes/NursingCenter/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('/App_Themes/NursingCenter/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/App_Themes/NursingCenter/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/App_Themes/NursingCenter/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "\002a";
}

.glyphicon-plus:before {
    content: "\002b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

.glyphicon-cd:before {
    content: "\e201";
}

.glyphicon-save-file:before {
    content: "\e202";
}

.glyphicon-open-file:before {
    content: "\e203";
}

.glyphicon-level-up:before {
    content: "\e204";
}

.glyphicon-copy:before {
    content: "\e205";
}

.glyphicon-paste:before {
    content: "\e206";
}

.glyphicon-alert:before {
    content: "\e209";
}

.glyphicon-equalizer:before {
    content: "\e210";
}

.glyphicon-king:before {
    content: "\e211";
}

.glyphicon-queen:before {
    content: "\e212";
}

.glyphicon-pawn:before {
    content: "\e213";
}

.glyphicon-bishop:before {
    content: "\e214";
}

.glyphicon-knight:before {
    content: "\e215";
}

.glyphicon-baby-formula:before {
    content: "\e216";
}

.glyphicon-tent:before {
    content: "\26fa";
}

.glyphicon-blackboard:before {
    content: "\e218";
}

.glyphicon-bed:before {
    content: "\e219";
}

.glyphicon-apple:before {
    content: "\f8ff";
}

.glyphicon-erase:before {
    content: "\e221";
}

.glyphicon-hourglass:before {
    content: "\231b";
}

.glyphicon-lamp:before {
    content: "\e223";
}

.glyphicon-duplicate:before {
    content: "\e224";
}

.glyphicon-piggy-bank:before {
    content: "\e225";
}

.glyphicon-scissors:before {
    content: "\e226";
}

.glyphicon-bitcoin:before {
    content: "\e227";
}

.glyphicon-btc:before {
    content: "\e227";
}

.glyphicon-xbt:before {
    content: "\e227";
}

.glyphicon-yen:before {
    content: "\00a5";
}

.glyphicon-jpy:before {
    content: "\00a5";
}

.glyphicon-ruble:before {
    content: "\20bd";
}

.glyphicon-rub:before {
    content: "\20bd";
}

.glyphicon-scale:before {
    content: "\e230";
}

.glyphicon-ice-lolly:before {
    content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232";
}

.glyphicon-education:before {
    content: "\e233";
}

.glyphicon-option-horizontal:before {
    content: "\e234";
}

.glyphicon-option-vertical:before {
    content: "\e235";
}

.glyphicon-menu-hamburger:before {
    content: "\e236";
}

.glyphicon-modal-window:before {
    content: "\e237";
}

.glyphicon-oil:before {
    content: "\e238";
}

.glyphicon-grain:before {
    content: "\e239";
}

.glyphicon-sunglasses:before {
    content: "\e240";
}

.glyphicon-text-size:before {
    content: "\e241";
}

.glyphicon-text-color:before {
    content: "\e242";
}

.glyphicon-text-background:before {
    content: "\e243";
}

.glyphicon-object-align-top:before {
    content: "\e244";
}

.glyphicon-object-align-bottom:before {
    content: "\e245";
}

.glyphicon-object-align-horizontal:before {
    content: "\e246";
}

.glyphicon-object-align-left:before {
    content: "\e247";
}

.glyphicon-object-align-vertical:before {
    content: "\e248";
}

.glyphicon-object-align-right:before {
    content: "\e249";
}

.glyphicon-triangle-right:before {
    content: "\e250";
}

.glyphicon-triangle-left:before {
    content: "\e251";
}

.glyphicon-triangle-bottom:before {
    content: "\e252";
}

.glyphicon-triangle-top:before {
    content: "\e253";
}

.glyphicon-console:before {
    content: "\e254";
}

.glyphicon-superscript:before {
    content: "\e255";
}

.glyphicon-subscript:before {
    content: "\e256";
}

.glyphicon-menu-left:before {
    content: "\e257";
}

.glyphicon-menu-right:before {
    content: "\e258";
}

.glyphicon-menu-down:before {
    content: "\e259";
}

.glyphicon-menu-up:before {
    content: "\e260";
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #fff;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #156d95;
    text-decoration: none;
}

    a:hover,
    a:focus {
        color: #0c3c52;
        text-decoration: underline;
    }

    a:focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 0;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

[role="button"] {
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

    h1 small,
    h2 small,
    h3 small,
    h4 small,
    h5 small,
    h6 small,
    .h1 small,
    .h2 small,
    .h3 small,
    .h4 small,
    .h5 small,
    .h6 small,
    h1 .small,
    h2 .small,
    h3 .small,
    h4 .small,
    h5 .small,
    h6 .small,
    .h1 .small,
    .h2 .small,
    .h3 .small,
    .h4 .small,
    .h5 .small,
    .h6 .small {
        font-weight: normal;
        line-height: 1;
        color: #777777;
    }

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

    h1 small,
    .h1 small,
    h2 small,
    .h2 small,
    h3 small,
    .h3 small,
    h1 .small,
    .h1 .small,
    h2 .small,
    .h2 .small,
    h3 .small,
    .h3 .small {
        font-size: 65%;
    }

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

    h4 small,
    .h4 small,
    h5 small,
    .h5 small,
    h6 small,
    .h6 small,
    h4 .small,
    .h4 .small,
    h5 .small,
    .h5 .small,
    h6 .small,
    .h6 .small {
        font-size: 75%;
    }

h1,
.h1 {
    font-size: 36px;
}

h2,
.h2 {
    font-size: 30px;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 18px;
}

h5,
.h5 {
    font-size: 14px;
}

h6,
.h6 {
    font-size: 12px;
}

p {
    margin: 0 0 10px;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}

small,
.small {
    font-size: 85%;
}

mark,
.mark {
    background-color: #fcf8e3;
    padding: .2em;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777777;
}

.text-primary {
    color: #1c6e93;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #144e68;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #843534;
}

.bg-primary {
    color: #fff;
    background-color: #1c6e93;
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #144e68;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eeeeee;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}

    ul ul,
    ol ul,
    ul ol,
    ol ol {
        margin-bottom: 0;
    }

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

    .list-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
    }

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dt,
dd {
    line-height: 1.42857143;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777777;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eeeeee;
}

    blockquote p:last-child,
    blockquote ul:last-child,
    blockquote ol:last-child {
        margin-bottom: 0;
    }

    blockquote footer,
    blockquote small,
    blockquote .small {
        display: block;
        font-size: 80%;
        line-height: 1.42857143;
        color: #777777;
    }

        blockquote footer:before,
        blockquote small:before,
        blockquote .small:before {
            content: '\2014 \00A0';
        }

    .blockquote-reverse,
    blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        border-right: 5px solid #eeeeee;
        border-left: 0;
        text-align: right;
    }

        .blockquote-reverse footer:before,
        blockquote.pull-right footer:before,
        .blockquote-reverse small:before,
        blockquote.pull-right small:before,
        .blockquote-reverse .small:before,
        blockquote.pull-right .small:before {
            content: '';
        }

        .blockquote-reverse footer:after,
        blockquote.pull-right footer:after,
        .blockquote-reverse small:after,
        blockquote.pull-right small:after,
        .blockquote-reverse .small:after,
        blockquote.pull-right .small:after {
            content: '\00A0 \2014';
        }

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 0;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 0;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: bold;
        box-shadow: none;
    }

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 0;
}

    pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        white-space: pre-wrap;
        background-color: transparent;
        border-radius: 0;
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }
}

table {
    background-color: transparent;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777777;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

    .table > thead > tr > th,
    .table > tbody > tr > th,
    .table > tfoot > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > td,
    .table > tfoot > tr > td {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #ddd;
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd;
    }

    .table > caption + thead > tr:first-child > th,
    .table > colgroup + thead > tr:first-child > th,
    .table > thead:first-child > tr:first-child > th,
    .table > caption + thead > tr:first-child > td,
    .table > colgroup + thead > tr:first-child > td,
    .table > thead:first-child > tr:first-child > td {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #ddd;
    }

    .table .table {
        background-color: #fff;
    }

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ddd;
}

    .table-bordered > thead > tr > th,
    .table-bordered > tbody > tr > th,
    .table-bordered > tfoot > tr > th,
    .table-bordered > thead > tr > td,
    .table-bordered > tbody > tr > td,
    .table-bordered > tfoot > tr > td {
        border: 1px solid #ddd;
    }

    .table-bordered > thead > tr > th,
    .table-bordered > thead > tr > td {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

        .table-responsive > .table {
            margin-bottom: 0;
        }

            .table-responsive > .table > thead > tr > th,
            .table-responsive > .table > tbody > tr > th,
            .table-responsive > .table > tfoot > tr > th,
            .table-responsive > .table > thead > tr > td,
            .table-responsive > .table > tbody > tr > td,
            .table-responsive > .table > tfoot > tr > td {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered {
            border: 0;
        }

            .table-responsive > .table-bordered > thead > tr > th:first-child,
            .table-responsive > .table-bordered > tbody > tr > th:first-child,
            .table-responsive > .table-bordered > tfoot > tr > th:first-child,
            .table-responsive > .table-bordered > thead > tr > td:first-child,
            .table-responsive > .table-bordered > tbody > tr > td:first-child,
            .table-responsive > .table-bordered > tfoot > tr > td:first-child {
                border-left: 0;
            }

            .table-responsive > .table-bordered > thead > tr > th:last-child,
            .table-responsive > .table-bordered > tbody > tr > th:last-child,
            .table-responsive > .table-bordered > tfoot > tr > th:last-child,
            .table-responsive > .table-bordered > thead > tr > td:last-child,
            .table-responsive > .table-bordered > tbody > tr > td:last-child,
            .table-responsive > .table-bordered > tfoot > tr > td:last-child {
                border-right: 0;
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > th,
            .table-responsive > .table-bordered > tfoot > tr:last-child > th,
            .table-responsive > .table-bordered > tbody > tr:last-child > td,
            .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                border-bottom: 0;
            }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #999;
    }

    .form-control::-webkit-input-placeholder {
        color: #999;
    }

    .form-control::-ms-expand {
        border: 0;
        background-color: transparent;
    }

    .form-control[disabled],
    .form-control[readonly],
    fieldset[disabled] .form-control {
        background-color: #eeeeee;
        opacity: 1;
    }

    .form-control[disabled],
    fieldset[disabled] .form-control {
        cursor: not-allowed;
    }

textarea.form-control {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 34px;
    }

    input[type="date"].input-sm,
    input[type="time"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm,
    .input-group-sm input[type="date"],
    .input-group-sm input[type="time"],
    .input-group-sm input[type="datetime-local"],
    .input-group-sm input[type="month"] {
        line-height: 30px;
    }

    input[type="date"].input-lg,
    input[type="time"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg,
    .input-group-lg input[type="date"],
    .input-group-lg input[type="time"],
    .input-group-lg input[type="datetime-local"],
    .input-group-lg input[type="month"] {
        line-height: 46px;
    }
}

.form-group {
    margin-bottom: 15px;
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .radio label,
    .checkbox label {
        min-height: 20px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: normal;
        cursor: pointer;
    }

    .radio input[type="radio"],
    .radio-inline input[type="radio"],
    .checkbox input[type="checkbox"],
    .checkbox-inline input[type="checkbox"] {
        position: absolute;
        margin-left: -20px;
        margin-top: 4px \9;
    }

    .radio + .radio,
    .checkbox + .checkbox {
        margin-top: -5px;
    }

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

    .radio-inline + .radio-inline,
    .checkbox-inline + .checkbox-inline {
        margin-top: 0;
        margin-left: 10px;
    }

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px;
}

    .form-control-static.input-lg,
    .form-control-static.input-sm {
        padding-left: 0;
        padding-right: 0;
    }

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0;
}

select.input-sm {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
    height: auto;
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0;
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto;
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 0;
}

select.input-lg {
    height: 46px;
    line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
    height: auto;
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 0;
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.has-feedback {
    position: relative;
}

    .has-feedback .form-control {
        padding-right: 42.5px;
    }

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-success .form-control:focus {
        border-color: #2b542c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    }

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-warning .form-control:focus {
        border-color: #66512c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    }

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-error .form-control:focus {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    }

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
    top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-static {
        display: inline-block;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .form-inline .input-group .input-group-addon,
        .form-inline .input-group .input-group-btn,
        .form-inline .input-group .form-control {
            width: auto;
        }

        .form-inline .input-group > .form-control {
            width: 100%;
        }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .form-inline .radio label,
        .form-inline .checkbox label {
            padding-left: 0;
        }

        .form-inline .radio input[type="radio"],
        .form-inline .checkbox input[type="checkbox"] {
            position: relative;
            margin-left: 0;
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .btn:focus,
    .btn:active:focus,
    .btn.active:focus,
    .btn.focus,
    .btn:active.focus,
    .btn.active.focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:hover,
    .btn:focus,
    .btn.focus {
        color: #333;
        text-decoration: none;
    }

    .btn:active,
    .btn.active {
        outline: 0;
        background-image: none;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

    .btn.disabled,
    .btn[disabled],
    fieldset[disabled] .btn {
        cursor: not-allowed;
        opacity: 0.65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-default:focus,
    .btn-default.focus {
        color: #333;
        background-color: #e6e6e6;
        border-color: #8c8c8c;
    }

    .btn-default:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

        .btn-default:active:hover,
        .btn-default.active:hover,
        .open > .dropdown-toggle.btn-default:hover,
        .btn-default:active:focus,
        .btn-default.active:focus,
        .open > .dropdown-toggle.btn-default:focus,
        .btn-default:active.focus,
        .btn-default.active.focus,
        .open > .dropdown-toggle.btn-default.focus {
            color: #333;
            background-color: #d4d4d4;
            border-color: #8c8c8c;
        }

    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default {
        background-image: none;
    }

    .btn-default.disabled:hover,
    .btn-default[disabled]:hover,
    fieldset[disabled] .btn-default:hover,
    .btn-default.disabled:focus,
    .btn-default[disabled]:focus,
    fieldset[disabled] .btn-default:focus,
    .btn-default.disabled.focus,
    .btn-default[disabled].focus,
    fieldset[disabled] .btn-default.focus {
        background-color: #fff;
        border-color: #ccc;
    }

    .btn-default .badge {
        color: #fff;
        background-color: #333;
    }

.btn-primary {
    color: #fff;
    background-color: #1c6e93;
    border-color: #185e7e;
}

    .btn-primary:focus,
    .btn-primary.focus {
        color: #fff;
        background-color: #144e68;
        border-color: #040e12;
    }

    .btn-primary:hover {
        color: #fff;
        background-color: #144e68;
        border-color: #0e384a;
    }

    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #144e68;
        border-color: #0e384a;
    }

        .btn-primary:active:hover,
        .btn-primary.active:hover,
        .open > .dropdown-toggle.btn-primary:hover,
        .btn-primary:active:focus,
        .btn-primary.active:focus,
        .open > .dropdown-toggle.btn-primary:focus,
        .btn-primary:active.focus,
        .btn-primary.active.focus,
        .open > .dropdown-toggle.btn-primary.focus {
            color: #fff;
            background-color: #0e384a;
            border-color: #040e12;
        }

    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled:hover,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary:hover,
    .btn-primary.disabled:focus,
    .btn-primary[disabled]:focus,
    fieldset[disabled] .btn-primary:focus,
    .btn-primary.disabled.focus,
    .btn-primary[disabled].focus,
    fieldset[disabled] .btn-primary.focus {
        background-color: #1c6e93;
        border-color: #185e7e;
    }

    .btn-primary .badge {
        color: #1c6e93;
        background-color: #fff;
    }

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .btn-success:focus,
    .btn-success.focus {
        color: #fff;
        background-color: #449d44;
        border-color: #255625;
    }

    .btn-success:hover {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

    .btn-success:active,
    .btn-success.active,
    .open > .dropdown-toggle.btn-success {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

        .btn-success:active:hover,
        .btn-success.active:hover,
        .open > .dropdown-toggle.btn-success:hover,
        .btn-success:active:focus,
        .btn-success.active:focus,
        .open > .dropdown-toggle.btn-success:focus,
        .btn-success:active.focus,
        .btn-success.active.focus,
        .open > .dropdown-toggle.btn-success.focus {
            color: #fff;
            background-color: #398439;
            border-color: #255625;
        }

    .btn-success:active,
    .btn-success.active,
    .open > .dropdown-toggle.btn-success {
        background-image: none;
    }

    .btn-success.disabled:hover,
    .btn-success[disabled]:hover,
    fieldset[disabled] .btn-success:hover,
    .btn-success.disabled:focus,
    .btn-success[disabled]:focus,
    fieldset[disabled] .btn-success:focus,
    .btn-success.disabled.focus,
    .btn-success[disabled].focus,
    fieldset[disabled] .btn-success.focus {
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #fff;
    }

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .btn-info:focus,
    .btn-info.focus {
        color: #fff;
        background-color: #31b0d5;
        border-color: #1b6d85;
    }

    .btn-info:hover {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

    .btn-info:active,
    .btn-info.active,
    .open > .dropdown-toggle.btn-info {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

        .btn-info:active:hover,
        .btn-info.active:hover,
        .open > .dropdown-toggle.btn-info:hover,
        .btn-info:active:focus,
        .btn-info.active:focus,
        .open > .dropdown-toggle.btn-info:focus,
        .btn-info:active.focus,
        .btn-info.active.focus,
        .open > .dropdown-toggle.btn-info.focus {
            color: #fff;
            background-color: #269abc;
            border-color: #1b6d85;
        }

    .btn-info:active,
    .btn-info.active,
    .open > .dropdown-toggle.btn-info {
        background-image: none;
    }

    .btn-info.disabled:hover,
    .btn-info[disabled]:hover,
    fieldset[disabled] .btn-info:hover,
    .btn-info.disabled:focus,
    .btn-info[disabled]:focus,
    fieldset[disabled] .btn-info:focus,
    .btn-info.disabled.focus,
    .btn-info[disabled].focus,
    fieldset[disabled] .btn-info.focus {
        background-color: #5bc0de;
        border-color: #46b8da;
    }

    .btn-info .badge {
        color: #5bc0de;
        background-color: #fff;
    }

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .btn-warning:focus,
    .btn-warning.focus {
        color: #fff;
        background-color: #ec971f;
        border-color: #985f0d;
    }

    .btn-warning:hover {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
    }

    .btn-warning:active,
    .btn-warning.active,
    .open > .dropdown-toggle.btn-warning {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
    }

        .btn-warning:active:hover,
        .btn-warning.active:hover,
        .open > .dropdown-toggle.btn-warning:hover,
        .btn-warning:active:focus,
        .btn-warning.active:focus,
        .open > .dropdown-toggle.btn-warning:focus,
        .btn-warning:active.focus,
        .btn-warning.active.focus,
        .open > .dropdown-toggle.btn-warning.focus {
            color: #fff;
            background-color: #d58512;
            border-color: #985f0d;
        }

    .btn-warning:active,
    .btn-warning.active,
    .open > .dropdown-toggle.btn-warning {
        background-image: none;
    }

    .btn-warning.disabled:hover,
    .btn-warning[disabled]:hover,
    fieldset[disabled] .btn-warning:hover,
    .btn-warning.disabled:focus,
    .btn-warning[disabled]:focus,
    fieldset[disabled] .btn-warning:focus,
    .btn-warning.disabled.focus,
    .btn-warning[disabled].focus,
    fieldset[disabled] .btn-warning.focus {
        background-color: #f0ad4e;
        border-color: #eea236;
    }

    .btn-warning .badge {
        color: #f0ad4e;
        background-color: #fff;
    }

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .btn-danger:focus,
    .btn-danger.focus {
        color: #fff;
        background-color: #c9302c;
        border-color: #761c19;
    }

    .btn-danger:hover {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

    .btn-danger:active,
    .btn-danger.active,
    .open > .dropdown-toggle.btn-danger {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

        .btn-danger:active:hover,
        .btn-danger.active:hover,
        .open > .dropdown-toggle.btn-danger:hover,
        .btn-danger:active:focus,
        .btn-danger.active:focus,
        .open > .dropdown-toggle.btn-danger:focus,
        .btn-danger:active.focus,
        .btn-danger.active.focus,
        .open > .dropdown-toggle.btn-danger.focus {
            color: #fff;
            background-color: #ac2925;
            border-color: #761c19;
        }

    .btn-danger:active,
    .btn-danger.active,
    .open > .dropdown-toggle.btn-danger {
        background-image: none;
    }

    .btn-danger.disabled:hover,
    .btn-danger[disabled]:hover,
    fieldset[disabled] .btn-danger:hover,
    .btn-danger.disabled:focus,
    .btn-danger[disabled]:focus,
    fieldset[disabled] .btn-danger:focus,
    .btn-danger.disabled.focus,
    .btn-danger[disabled].focus,
    fieldset[disabled] .btn-danger.focus {
        background-color: #d9534f;
        border-color: #d43f3a;
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #fff;
    }

.btn-link {
    color: #156d95;
    font-weight: normal;
    border-radius: 0;
}

    .btn-link,
    .btn-link:active,
    .btn-link.active,
    .btn-link[disabled],
    fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .btn-link,
        .btn-link:hover,
        .btn-link:focus,
        .btn-link:active {
            border-color: transparent;
        }

            .btn-link:hover,
            .btn-link:focus {
                color: #0c3c52;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link[disabled]:hover,
            fieldset[disabled] .btn-link:hover,
            .btn-link[disabled]:focus,
            fieldset[disabled] .btn-link:focus {
                color: #777777;
                text-decoration: none;
            }

.btn-lg,
.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 0;
}

.btn-sm,
.btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0;
}

.btn-xs,
.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 1;
}

.btn-block {
    margin: auto;
    display: block;
    width: 55%;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center;
}

    .pager li {
        display: inline;
    }

        .pager li > a,
        .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 15px;
        }

            .pager li > a:hover,
            .pager li > a:focus {
                text-decoration: none;
                background-color: #eeeeee;
            }

    .pager .next > a,
    .pager .next > span {
        float: right;
    }

    .pager .previous > a,
    .pager .previous > span {
        float: left;
    }

    .pager .disabled > a,
    .pager .disabled > a:hover,
    .pager .disabled > a:focus,
    .pager .disabled > span {
        color: #777777;
        background-color: #fff;
        cursor: not-allowed;
    }

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 0;
}

    .breadcrumb > li {
        display: inline-block;
    }

        .breadcrumb > li + li:before {
            content: "/\00a0";
            padding: 0 5px;
            color: #ccc;
        }

    .breadcrumb > .active {
        color: #777777;
    }

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 0;
}

    .alert h4 {
        margin-top: 0;
        color: inherit;
    }

    .alert .alert-link {
        font-weight: bold;
    }

    .alert > p,
    .alert > ul {
        margin-bottom: 0;
    }

        .alert > p + p {
            margin-top: 5px;
        }

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

    .alert-dismissable .close,
    .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

    .alert-success hr {
        border-top-color: #c9e2b3;
    }

    .alert-success .alert-link {
        color: #2b542c;
    }

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

    .alert-info hr {
        border-top-color: #a6e1ec;
    }

    .alert-info .alert-link {
        color: #245269;
    }

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

    .alert-warning hr {
        border-top-color: #f7e1b5;
    }

    .alert-warning .alert-link {
        color: #66512c;
    }

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

    .alert-danger hr {
        border-top-color: #e4b9c0;
    }

    .alert-danger .alert-link {
        color: #843534;
    }

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

    .fade.in {
        opacity: 1;
    }

.collapse {
    display: none;
}

    .collapse.in {
        display: block;
        margin-top: 20px;
        margin-right: 15px;
        margin-left: 15px;
        margin-bottom: 15px;
    }

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto;
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #333333;
        white-space: nowrap;
    }

        .dropdown-menu > li > a:hover,
        .dropdown-menu > li > a:focus {
            text-decoration: none;
            color: #262626;
            background-color: #f5f5f5;
        }

    .dropdown-menu > .active > a,
    .dropdown-menu > .active > a:hover,
    .dropdown-menu > .active > a:focus {
        color: #fff;
        text-decoration: none;
        outline: 0;
        background-color: #1c6e93;
    }

    .dropdown-menu > .disabled > a,
    .dropdown-menu > .disabled > a:hover,
    .dropdown-menu > .disabled > a:focus {
        color: #777777;
    }

        .dropdown-menu > .disabled > a:hover,
        .dropdown-menu > .disabled > a:focus {
            text-decoration: none;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
            cursor: not-allowed;
        }

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    left: auto;
    right: 0;
}

.dropdown-menu-left {
    left: 0;
    right: auto;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777777;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0;
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    .btn-group > .btn,
    .btn-group-vertical > .btn {
        position: relative;
        float: left;
    }

        .btn-group > .btn:hover,
        .btn-group-vertical > .btn:hover,
        .btn-group > .btn:focus,
        .btn-group-vertical > .btn:focus,
        .btn-group > .btn:active,
        .btn-group-vertical > .btn:active,
        .btn-group > .btn.active,
        .btn-group-vertical > .btn.active {
            z-index: 2;
        }

    .btn-group .btn + .btn,
    .btn-group .btn + .btn-group,
    .btn-group .btn-group + .btn,
    .btn-group .btn-group + .btn-group {
        margin-left: -1px;
    }

.btn-toolbar {
    margin-left: -5px;
}

    .btn-toolbar .btn,
    .btn-toolbar .btn-group,
    .btn-toolbar .input-group {
        float: left;
    }

    .btn-toolbar > .btn,
    .btn-toolbar > .btn-group,
    .btn-toolbar > .input-group {
        margin-left: 5px;
    }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
    .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

    .btn-group.open .dropdown-toggle.btn-link {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

    .btn-group-vertical > .btn-group > .btn {
        float: none;
    }

    .btn-group-vertical > .btn + .btn,
    .btn-group-vertical > .btn + .btn-group,
    .btn-group-vertical > .btn-group + .btn,
    .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0;
    }

    .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

    .btn-group-vertical > .btn:first-child:not(:last-child) {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

    .btn-group-justified > .btn,
    .btn-group-justified > .btn-group {
        float: none;
        display: table-cell;
        width: 1%;
    }

        .btn-group-justified > .btn-group .btn {
            width: 100%;
        }

        .btn-group-justified > .btn-group .dropdown-menu {
            left: auto;
        }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

    .input-group[class*="col-"] {
        float: none;
        padding-left: 0;
        padding-right: 0;
    }

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0;
    }

        .input-group .form-control:focus {
            z-index: 3;
        }

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 0;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px;
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
    height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
}

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
    height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}

    .input-group-addon:not(:first-child):not(:last-child),
    .input-group-btn:not(:first-child):not(:last-child),
    .input-group .form-control:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #ccc;
    border-radius: 0;
}

    .input-group-addon.input-sm {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 0;
    }

    .input-group-addon.input-lg {
        padding: 10px 16px;
        font-size: 18px;
        border-radius: 0;
    }

    .input-group-addon input[type="radio"],
    .input-group-addon input[type="checkbox"] {
        margin-top: 0;
    }

    .input-group .form-control:first-child,
    .input-group-addon:first-child,
    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .btn-group > .btn,
    .input-group-btn:first-child > .dropdown-toggle,
    .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
    .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .input-group-addon:first-child {
        border-right: 0;
    }

    .input-group .form-control:last-child,
    .input-group-addon:last-child,
    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .btn-group > .btn,
    .input-group-btn:last-child > .dropdown-toggle,
    .input-group-btn:first-child > .btn:not(:first-child),
    .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

    .input-group-addon:last-child {
        border-left: 0;
    }

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

    .input-group-btn > .btn {
        position: relative;
    }

        .input-group-btn > .btn + .btn {
            margin-left: -1px;
        }

        .input-group-btn > .btn:hover,
        .input-group-btn > .btn:focus,
        .input-group-btn > .btn:active {
            z-index: 2;
        }

    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .btn-group {
        margin-right: -1px;
    }

    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .btn-group {
        z-index: 2;
        margin-left: -1px;
    }

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

    .nav > li {
        position: relative;
        display: block;
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px;
        }

            .nav > li > a:hover,
            .nav > li > a:focus {
                text-decoration: none;
                background-color: #eeeeee;
            }

        .nav > li.disabled > a {
            color: #777777;
        }

            .nav > li.disabled > a:hover,
            .nav > li.disabled > a:focus {
                color: #777777;
                text-decoration: none;
                background-color: transparent;
                cursor: not-allowed;
            }

    .nav .open > a,
    .nav .open > a:hover,
    .nav .open > a:focus {
        background-color: #eeeeee;
        border-color: #156d95;
    }

    .nav .nav-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .nav > li > a > img {
        max-width: none;
    }

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.42857143;
            border: 1px solid transparent;
            border-radius: 0 0 0 0;
        }

            .nav-tabs > li > a:hover {
                border-color: #eeeeee #eeeeee #ddd;
            }

        .nav-tabs > li.active > a,
        .nav-tabs > li.active > a:hover,
        .nav-tabs > li.active > a:focus {
            color: #555555;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent;
            cursor: default;
        }

    .nav-tabs.nav-justified {
        width: 100%;
        border-bottom: 0;
    }

        .nav-tabs.nav-justified > li {
            float: none;
        }

            .nav-tabs.nav-justified > li > a {
                text-align: center;
                margin-bottom: 5px;
            }

        .nav-tabs.nav-justified > .dropdown .dropdown-menu {
            top: auto;
            left: auto;
        }

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-tabs.nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 0;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 0 0 0 0;
    }

    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.nav-pills > li {
    float: left;
}

    .nav-pills > li > a {
        border-radius: 0;
    }

    .nav-pills > li + li {
        margin-left: 2px;
    }

    .nav-pills > li.active > a,
    .nav-pills > li.active > a:hover,
    .nav-pills > li.active > a:focus {
        color: #fff;
        background-color: #1c6e93;
    }

.nav-stacked > li {
    float: none;
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0;
    }

.nav-justified {
    width: 100%;
}

    .nav-justified > li {
        float: none;
    }

        .nav-justified > li > a {
            text-align: center;
            margin-bottom: 5px;
        }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto;
    }

@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs-justified {
    border-bottom: 0;
}

    .nav-tabs-justified > li > a {
        margin-right: 0;
        border-radius: 0;
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border: 1px solid #ddd;
    }

@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 0 0 0 0;
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

a.label:hover,
a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

.label-default {
    background-color: #777777;
}

    .label-default[href]:hover,
    .label-default[href]:focus {
        background-color: #5e5e5e;
    }

.label-primary {
    background-color: #1c6e93;
}

    .label-primary[href]:hover,
    .label-primary[href]:focus {
        background-color: #144e68;
    }

.label-success {
    background-color: #5cb85c;
}

    .label-success[href]:hover,
    .label-success[href]:focus {
        background-color: #449d44;
    }

.label-info {
    background-color: #5bc0de;
}

    .label-info[href]:hover,
    .label-info[href]:focus {
        background-color: #31b0d5;
    }

.label-warning {
    background-color: #f0ad4e;
}

    .label-warning[href]:hover,
    .label-warning[href]:focus {
        background-color: #ec971f;
    }

.label-danger {
    background-color: #d9534f;
}

    .label-danger[href]:hover,
    .label-danger[href]:focus {
        background-color: #c9302c;
    }

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}

    .thumbnail > img,
    .thumbnail a > img {
        margin-left: auto;
        margin-right: auto;
    }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #156d95;
}

.thumbnail .caption {
    padding: 9px;
    color: #333333;
}

.media {
    margin-top: 15px;
}

    .media:first-child {
        margin-top: 0;
    }

.media,
.media-body {
    zoom: 1;
    overflow: hidden;
}

.media-body {
    width: 10000px;
}

.media-object {
    display: block;
}

    .media-object.img-thumbnail {
        max-width: none;
    }

.media-right,
.media > .pull-right {
    padding-left: 10px;
}

.media-left,
.media > .pull-left {
    padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top;
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

    .list-group-item:first-child {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

a.list-group-item,
button.list-group-item {
    color: #555;
}

    a.list-group-item .list-group-item-heading,
    button.list-group-item .list-group-item-heading {
        color: #333;
    }

    a.list-group-item:hover,
    button.list-group-item:hover,
    a.list-group-item:focus,
    button.list-group-item:focus {
        text-decoration: none;
        color: #555;
        background-color: #f5f5f5;
    }

button.list-group-item {
    width: 100%;
    text-align: left;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    background-color: #eeeeee;
    color: #777777;
    cursor: not-allowed;
}

    .list-group-item.disabled .list-group-item-heading,
    .list-group-item.disabled:hover .list-group-item-heading,
    .list-group-item.disabled:focus .list-group-item-heading {
        color: inherit;
    }

    .list-group-item.disabled .list-group-item-text,
    .list-group-item.disabled:hover .list-group-item-text,
    .list-group-item.disabled:focus .list-group-item-text {
        color: #777777;
    }

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #1c6e93;
    border-color: #1c6e93;
}

    .list-group-item.active .list-group-item-heading,
    .list-group-item.active:hover .list-group-item-heading,
    .list-group-item.active:focus .list-group-item-heading,
    .list-group-item.active .list-group-item-heading > small,
    .list-group-item.active:hover .list-group-item-heading > small,
    .list-group-item.active:focus .list-group-item-heading > small,
    .list-group-item.active .list-group-item-heading > .small,
    .list-group-item.active:hover .list-group-item-heading > .small,
    .list-group-item.active:focus .list-group-item-heading > .small {
        color: inherit;
    }

    .list-group-item.active .list-group-item-text,
    .list-group-item.active:hover .list-group-item-text,
    .list-group-item.active:focus .list-group-item-text {
        color: #91ceea;
    }

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d;
}

    a.list-group-item-success .list-group-item-heading,
    button.list-group-item-success .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-success:hover,
    button.list-group-item-success:hover,
    a.list-group-item-success:focus,
    button.list-group-item-success:focus {
        color: #3c763d;
        background-color: #d0e9c6;
    }

    a.list-group-item-success.active,
    button.list-group-item-success.active,
    a.list-group-item-success.active:hover,
    button.list-group-item-success.active:hover,
    a.list-group-item-success.active:focus,
    button.list-group-item-success.active:focus {
        color: #fff;
        background-color: #3c763d;
        border-color: #3c763d;
    }

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f;
}

    a.list-group-item-info .list-group-item-heading,
    button.list-group-item-info .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-info:hover,
    button.list-group-item-info:hover,
    a.list-group-item-info:focus,
    button.list-group-item-info:focus {
        color: #31708f;
        background-color: #c4e3f3;
    }

    a.list-group-item-info.active,
    button.list-group-item-info.active,
    a.list-group-item-info.active:hover,
    button.list-group-item-info.active:hover,
    a.list-group-item-info.active:focus,
    button.list-group-item-info.active:focus {
        color: #fff;
        background-color: #31708f;
        border-color: #31708f;
    }

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b;
}

    a.list-group-item-warning .list-group-item-heading,
    button.list-group-item-warning .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-warning:hover,
    button.list-group-item-warning:hover,
    a.list-group-item-warning:focus,
    button.list-group-item-warning:focus {
        color: #8a6d3b;
        background-color: #faf2cc;
    }

    a.list-group-item-warning.active,
    button.list-group-item-warning.active,
    a.list-group-item-warning.active:hover,
    button.list-group-item-warning.active:hover,
    a.list-group-item-warning.active:focus,
    button.list-group-item-warning.active:focus {
        color: #fff;
        background-color: #8a6d3b;
        border-color: #8a6d3b;
    }

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442;
}

    a.list-group-item-danger .list-group-item-heading,
    button.list-group-item-danger .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-danger:hover,
    button.list-group-item-danger:hover,
    a.list-group-item-danger:focus,
    button.list-group-item-danger:focus {
        color: #a94442;
        background-color: #ebcccc;
    }

    a.list-group-item-danger.active,
    button.list-group-item-danger.active,
    a.list-group-item-danger.active:hover,
    button.list-group-item-danger.active:hover,
    a.list-group-item-danger.active:focus,
    button.list-group-item-danger.active:focus {
        color: #fff;
        background-color: #a94442;
        border-color: #a94442;
    }

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: -1;
    border-top-left-radius: -1;
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

    .panel-title > a,
    .panel-title > small,
    .panel-title > .small,
    .panel-title > small > a,
    .panel-title > .small > a {
        color: inherit;
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item,
    .panel > .panel-collapse > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0;
    }

    .panel > .list-group:first-child .list-group-item:first-child,
    .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-right-radius: -1;
        border-top-left-radius: -1;
    }

    .panel > .list-group:last-child .list-group-item:last-child,
    .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: -1;
        border-bottom-left-radius: -1;
    }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + .panel-footer {
    border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
    margin-bottom: 0;
}

    .panel > .table caption,
    .panel > .table-responsive > .table caption,
    .panel > .panel-collapse > .table caption {
        padding-left: 15px;
        padding-right: 15px;
    }

    .panel > .table:first-child,
    .panel > .table-responsive:first-child > .table:first-child {
        border-top-right-radius: -1;
        border-top-left-radius: -1;
    }

        .panel > .table:first-child > thead:first-child > tr:first-child,
        .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
        .panel > .table:first-child > tbody:first-child > tr:first-child,
        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
            border-top-left-radius: -1;
            border-top-right-radius: -1;
        }

            .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
            .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
                border-top-left-radius: -1;
            }

            .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
            .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
                border-top-right-radius: -1;
            }

    .panel > .table:last-child,
    .panel > .table-responsive:last-child > .table:last-child {
        border-bottom-right-radius: -1;
        border-bottom-left-radius: -1;
    }

        .panel > .table:last-child > tbody:last-child > tr:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
        .panel > .table:last-child > tfoot:last-child > tr:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
            border-bottom-left-radius: -1;
            border-bottom-right-radius: -1;
        }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
                border-bottom-left-radius: -1;
            }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
                border-bottom-right-radius: -1;
            }

    .panel > .panel-body + .table,
    .panel > .panel-body + .table-responsive,
    .panel > .table + .panel-body,
    .panel > .table-responsive + .panel-body {
        border-top: 1px solid #ddd;
    }

    .panel > .table > tbody:first-child > tr:first-child th,
    .panel > .table > tbody:first-child > tr:first-child td {
        border-top: 0;
    }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}

    .panel > .table-bordered > thead > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
    .panel > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-bordered > thead > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
    .panel > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-bordered > tfoot > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .panel > .table-bordered > thead > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
    .panel > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-bordered > thead > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
    .panel > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-bordered > tfoot > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .panel > .table-bordered > thead > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
    .panel > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-bordered > thead > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
    .panel > .table-bordered > tbody > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
        border-bottom: 0;
    }

    .panel > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-bordered > tfoot > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0;
    }

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}

.panel-group {
    margin-bottom: 20px;
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 0;
    }

        .panel-group .panel + .panel {
            margin-top: 5px;
        }

    .panel-group .panel-heading {
        border-bottom: 0;
    }

        .panel-group .panel-heading + .panel-collapse > .panel-body,
        .panel-group .panel-heading + .panel-collapse > .list-group {
            border-top: 1px solid #ddd;
        }

    .panel-group .panel-footer {
        border-top: 0;
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd;
        }

.panel-default {
    border-color: #ddd;
}

    .panel-default > .panel-heading {
        color: #333333;
        background-color: #f5f5f5;
        border-color: #ddd;
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ddd;
        }

        .panel-default > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #333333;
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd;
    }

.panel-primary {
    border-color: #1c6e93;
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #1c6e93;
        border-color: #1c6e93;
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #1c6e93;
        }

        .panel-primary > .panel-heading .badge {
            color: #1c6e93;
            background-color: #fff;
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #1c6e93;
    }

.panel-success {
    border-color: #d6e9c6;
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d6e9c6;
        }

        .panel-success > .panel-heading .badge {
            color: #dff0d8;
            background-color: #3c763d;
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d6e9c6;
    }

.panel-info {
    border-color: #bce8f1;
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bce8f1;
        }

        .panel-info > .panel-heading .badge {
            color: #d9edf7;
            background-color: #31708f;
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1;
    }

.panel-warning {
    border-color: #faebcc;
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc;
        }

        .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b;
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc;
    }

.panel-danger {
    border-color: #ebccd1;
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ebccd1;
        }

        .panel-danger > .panel-heading .badge {
            color: #f2dede;
            background-color: #a94442;
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ebccd1;
    }

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive .embed-responsive-item,
    .embed-responsive iframe,
    .embed-responsive embed,
    .embed-responsive object,
    .embed-responsive video {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        border: 0;
    }

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0, 0, 0, 0.15);
    }

.well-lg {
    padding: 24px;
    border-radius: 0;
}

.well-sm {
    padding: 9px;
    border-radius: 0;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        -o-transform: translate(0, -25%);
        transform: translate(0, -25%);
        -webkit-transition: -webkit-transform 0.3s ease-out;
        -moz-transition: -moz-transform 0.3s ease-out;
        -o-transition: -o-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .modal-backdrop.in {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn + .btn {
        margin-left: 5px;
        margin-bottom: 0;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #777777;
    border-radius: 10px;
}

    .badge:empty {
        display: none;
    }

.btn .badge {
    position: relative;
    top: -1px;
}

.btn-xs .badge,
.btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px;
}

a.badge:hover,
a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #156d95;
    background-color: #fff;
}

.list-group-item > .badge {
    float: right;
}

    .list-group-item > .badge + .badge {
        margin-right: 5px;
    }

.nav-pills > li > a > .badge {
    margin-left: 3px;
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.pager:before,
.pager:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after {
    content: " ";
    display: table;
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.pager:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}
/* ==========================================================================
	_global-elements.less 
============================================================================= 

	1. Intial styles that you want to be applied to every element of that type.
    2. Global styles that should affect all elements in the body. 
*/
body {
    font-family: "Fira Sans", "Helvetica Neue", Helvetica, "Roboto", Arial, sans-serif;
}
/* tablet and desktop */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    font-family: "Fira Sans", "Helvetica Neue", Helvetica, "Roboto", Arial, sans-serif;
    font-size-adjust: 0.47;
    font-weight: 200;
    font-style: normal;
    color: #555555;
    /* margin-top: 8px; */
    /* margin-bottom: 0;*/
}

h1,
h2,
h3 {
    color: #333333;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 24px;
}

b,
strong {
    color: #555555;
}

a:hover {
    color: #156d95;
}

a {
    color: #156d95;
    text-decoration: none;
}

    a,
    a:hover,
    a:focus {
        color: #156d95;
        line-height: 1.3;
        text-decoration: none;
    }
/* may need to be refactored */
.new-titles-list .bulleted {
    list-style: url(/App_Themes/NursingCenter/images/bullet@1x.png);
    list-style-image: url(/App_Themes/NursingCenter/images/bullet@1x.png);
}
/* --- Remove from global sytles  --*/
@media (min-width: 768px) {
    .new-on-nursing {
        padding: 15px;
    }

    .article-bg ul {
        -webkit-padding-start: 10px;
    }
}
/* --- Remove from global sytles  --*/
/* ==========================================================================
	_layout.less 
============================================================================= 

	1. Import various reusable layout specific modules/components

*/
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 0;
    }
}

@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}

    .navbar-collapse.in {
        overflow-y: auto;
    }

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important;
        }

        .navbar-collapse.in {
            overflow-y: visible;
        }

    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
}

    .navbar-brand:hover,
    .navbar-brand:focus {
        text-decoration: none;
    }

    .navbar-brand > img {
        display: block;
    }

@media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
}

    .navbar-toggle:focus {
        outline: 0;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px;
        }

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7.5px -15px;
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
    }

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

        .navbar-nav .open .dropdown-menu > li > a,
        .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 5px 15px 5px 25px;
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px;
        }

            .navbar-nav .open .dropdown-menu > li > a:hover,
            .navbar-nav .open .dropdown-menu > li > a:focus {
                background-image: none;
            }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

        .navbar-nav > li {
            float: left;
        }

            .navbar-nav > li > a {
                padding-top: 15px;
                padding-bottom: 15px;
            }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 8px;
    margin-bottom: 8px;
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .navbar-form .form-control-static {
        display: inline-block;
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .navbar-form .input-group .input-group-addon,
        .navbar-form .input-group .input-group-btn,
        .navbar-form .input-group .form-control {
            width: auto;
        }

        .navbar-form .input-group > .form-control {
            width: 100%;
        }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .navbar-form .radio label,
        .navbar-form .checkbox label {
            padding-left: 0;
        }

        .navbar-form .radio input[type="radio"],
        .navbar-form .checkbox input[type="checkbox"] {
            position: relative;
            margin-left: 0;
        }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }

        .navbar-form .form-group:last-child {
            margin-bottom: 0;
        }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

    .navbar-btn.btn-sm {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .navbar-btn.btn-xs {
        margin-top: 14px;
        margin-bottom: 14px;
    }

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }

        .navbar-right ~ .navbar-right {
            margin-right: 0;
        }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

    .navbar-default .navbar-brand {
        color: #777;
    }

        .navbar-default .navbar-brand:hover,
        .navbar-default .navbar-brand:focus {
            color: #5e5e5e;
            background-color: transparent;
        }

    .navbar-default .navbar-text {
        color: #777;
    }

    .navbar-default .navbar-nav > li > a {
        color: #777;
    }

        .navbar-default .navbar-nav > li > a:hover,
        .navbar-default .navbar-nav > li > a:focus {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .disabled > a,
    .navbar-default .navbar-nav > .disabled > a:hover,
    .navbar-default .navbar-nav > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }

    .navbar-default .navbar-toggle {
        border-color: #ddd;
    }

        .navbar-default .navbar-toggle:hover,
        .navbar-default .navbar-toggle:focus {
            background-color: #ddd;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #888;
        }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a:focus {
        background-color: #e7e7e7;
        color: #555;
    }

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777;
}

    .navbar-default .navbar-link:hover {
        color: #333;
    }

.navbar-default .btn-link {
    color: #777;
}

    .navbar-default .btn-link:hover,
    .navbar-default .btn-link:focus {
        color: #333;
    }

    .navbar-default .btn-link[disabled]:hover,
    fieldset[disabled] .navbar-default .btn-link:hover,
    .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:focus {
        color: #ccc;
    }

.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}

    .navbar-inverse .navbar-brand {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-brand:hover,
        .navbar-inverse .navbar-brand:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-text {
        color: #9d9d9d;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-nav > li > a:hover,
        .navbar-inverse .navbar-nav > li > a:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav > .active > a,
    .navbar-inverse .navbar-nav > .active > a:hover,
    .navbar-inverse .navbar-nav > .active > a:focus {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav > .disabled > a,
    .navbar-inverse .navbar-nav > .disabled > a:hover,
    .navbar-inverse .navbar-nav > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333;
    }

        .navbar-inverse .navbar-toggle:hover,
        .navbar-inverse .navbar-toggle:focus {
            background-color: #333;
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #fff;
        }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: #101010;
    }

    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:hover,
    .navbar-inverse .navbar-nav > .open > a:focus {
        background-color: #080808;
        color: #fff;
    }

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d;
}

    .navbar-inverse .navbar-link:hover {
        color: #fff;
    }

.navbar-inverse .btn-link {
    color: #9d9d9d;
}

    .navbar-inverse .btn-link:hover,
    .navbar-inverse .btn-link:focus {
        color: #fff;
    }

    .navbar-inverse .btn-link[disabled]:hover,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
        color: #444;
    }

.copyright {
    margin: 25px 0;
    font-size: 12px;
    text-align: center;
    padding-bottom: 5px;
}

.footer {
    margin: 30px auto;
}

    .footer .profileReminder {
        background: #fff;
        padding: 15px;
        margin-bottom: 15px;
    }

    .footer.section {
        padding: 15px;
    }

    .footer .logo {
        display: block;
        width: 45px;
        height: 45px;
        position: static;
    }

    .footer li a {
        font-size: 12px;
    }

    .footer .social-list {
        margin: 5px 0;
    }

        .footer .social-list h3 {
            font-size: 22px;
            font-weight: 600;
            margin-top: 0;
            color: #555555;
            line-height: 1.1;
        }
/*@media (min-width: 768px) {
    .footer {
        .logo-wk {
            display: none;
        }
    }

}*/
.form-control {
    margin: 6px 0;
    height: 35px;
}

    .form-control.align-top {
        margin-top: 0;
    }

label.checkbox-label {
    margin: 15px 0 8px;
    font-size: 12px;
    font-weight: normal;
}

.horizontal label {
    margin-right: 8px;
}

select[multiple].form-control {
    height: auto;
    min-height: 30px;
}

.form-horizontal h3 {
    margin-top: 30px;
    margin-bottom: 10px;
}

.full-container {
    min-height: 85px;
    width: 100%;
}

    .full-container.blue-gradient {
        background: transparent url('/App_Themes/NursingCenter/images/bg-gradient-blue.png') 0 100% repeat-x;
        margin-top: 10px;
    }

    .full-container.gray-gradient {
        background: transparent url('/App_Themes/NursingCenter/images/bg-gradient-gray.png') 0 100% repeat-x;
    }

    .full-container.green-gradient {
        background: transparent url('/App_Themes/NursingCenter/images/bg-gradient-green.png') 0 100% repeat-x;
    }

    .full-container.gray-solid {
        background: #f3f3f3;
    }

    .full-container.blue-solid {
        background: #d4e4eb;
        border-top: 5px solid #ffffff;
    }

    .full-container.header-lg {
        background: #0e628d url('/App_Themes/NursingCenter/images/bg-nursingcenter.jpg') 50% -125px no-repeat;
    }

.guidelines,
.guidelines-page {
    /*padding-left: 20px;*/
    /*padding-right: 20px;*/
    max-width: 1040px;
    max-width: 1000px;
    margin: 5px auto;
    padding: 30px 20px;
}

    .guidelines .PagerControl,
    .guidelines-page .PagerControl {
        width: 100%;
        max-width: 1000px;
        margin: 20px auto;
        padding-top: 1px;
        padding-bottom: 1px;
        text-align: center;
    }

    .guidelines .PagerResults,
    .guidelines-page .PagerResults {
        padding-bottom: 15px !important;
        padding-top: 5px !important;
        margin: 5px auto;
        font-weight: bold;
        font-size: 16px;
    }

    .guidelines .PagerNumberArea,
    .guidelines-page .PagerNumberArea {
        /* display: -webkit-box;*/
        /* display: -webkit-flex;*/
        /* display: -moz-box;*/
        /* display: -ms-flexbox;*/
        /* display: flex;*/
        width: 100%;
        padding-left: 0px;
        /* -webkit-box-align: center;*/
        /* -webkit-align-items: center;*/
        /* -moz-box-align: center;*/
        /* -ms-flex-align: center;*/
        /* align-items: center;*/
        /* -webkit-box-pack: center;*/
        /* -webkit-justify-content: center;*/
        /* -moz-box-pack: center;*/
        /* -ms-flex-pack: center;*/
        /* justify-content: center;*/
    }

        .guidelines .PagerNumberArea span[style*="padding"],
        .guidelines-page .PagerNumberArea span[style*="padding"] {
            display: none;
        }

        .guidelines .PagerNumberArea > span,
        .guidelines-page .PagerNumberArea > span {
            /* display: -webkit-box;*/
            /* display: -webkit-flex;*/
            /* display: -moz-box;*/
            /* display: -ms-flexbox;*/
            /* display: flex;*/
            text-align: center;
            vertical-align: middle;
            font-family: "Fira Sans", "Helvetica Neue", Helvetica, "Roboto", Arial, sans-serif;
        }

            .guidelines .PagerNumberArea > span > a,
            .guidelines-page .PagerNumberArea > span > a,
            .guidelines .PagerNumberArea > span > span,
            .guidelines-page .PagerNumberArea > span > span {
                /*display: block;*/
                font-weight: 400;
                line-height: 30px;
                min-height: 48px;
                font-size: 14px;
                padding: 7px 12px;
                /* -webkit-transition: background-color 0.1s ease-out;*/
                /* transition: background-color 0.1s ease-out;*/
                /* -webkit-tap-highlight-color: transparent;*/
                -ms-touch-action: manipulation;
                touch-action: manipulation;
                text-decoration: none;
                cursor: pointer;
                /* background-color: #a6d1ea;*/
                /* color: #007ac3;*/
                /* &:hover{*/
                /*     text-decoration: none; */
                /*     background-color: #80bde1;*/
                /*     color: #007ac3;*/
                /* }*/
                /* &.SelectedPage{*/
                /*     background-color: #fff;*/
                /*     color: #007ac3;*/
                /*     &:hover{*/
                /*         background-color: #80bde1;*/
                /*         color: #007ac3;*/
                /*     }*/
                /* }*/
            }

@media (min-width: 425px) {
    .guidelines .PagerNumberArea > span > a,
    .guidelines-page .PagerNumberArea > span > a,
    .guidelines .PagerNumberArea > span > span,
    .guidelines-page .PagerNumberArea > span > span {
        padding: 8px 18px;
    }
}

.guidelines__page-title,
.guidelines-page__page-title {
    color: black;
    font-weight: 400;
    font-size: 42px;
    line-height: 52px;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-top: 0px;
    margin-bottom: 0px;
    /*padding-left: 20px;*/
    /*padding-right: 20px;*/
}

.guidelines__page-summary,
.guidelines-page__page-summary {
    font-size: 18px;
    color: black;
    line-height: 30px;
    font-weight: lighter;
    /*margin-top: 30px;*/
    margin-bottom: 30px;
    padding-top: 1px;
    padding-bottom: 1px;
}

    .guidelines__page-summary p,
    .guidelines-page__page-summary p {
        font-size: 18px;
        color: black;
        font-weight: lighter;
        margin: 25px auto;
    }

.guidelines-section,
.guidelines-page-section {
    margin-top: 30px;
}

.guidelines-section__back,
.guidelines-page-section__back {
    position: relative;
    top: -20px;
    text-transform: uppercase;
    font-size: 14px;
}

.guidelines-section__header,
.guidelines-page-section__header {
    display: block;
    width: 100%;
    /* border-bottom: solid 1px #e5e5e5;*/
    /* margin-bottom: 25px;*/
    /* display: -webkit-box;*/
    /* display: -webkit-flex;*/
    /* display: -moz-box;*/
    /* display: -ms-flexbox;*/
    /* display: flex;*/
    /* -webkit-box-pack: justify;*/
    /* -webkit-justify-content: space-between;*/
    /* -moz-box-pack: justify;*/
    /* -ms-flex-pack: justify;*/
    /* justify-content: space-between;*/
    /* -webkit-box-align: center;*/
    /* -webkit-align-items: center;*/
    /* -moz-box-align: center;*/
    /* -ms-flex-align: center;*/
    /* align-items: center;*/
}

.guidelines-section__title,
.guidelines-page-section__title {
    display: block;
    color: black;
    font-size: 24px;
    font-weight: 400;
    /*padding-bottom: 15px;*/
    margin-bottom: 15px;
    line-height: 34px;
}

.guidelines-section .separator,
.guidelines-page-section .separator {
    margin-bottom: 45px;
}

.guidelines-section__card-group,
.guidelines-page-section__card-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.guidelines-page {
    /* padding-left: 0px;*/
    /* padding-right: 0px;*/
    max-width: 1040px;
    margin: 0 auto;
}

    .guidelines-page .separator {
        margin-bottom: 45px;
    }

.guidelines-page__prezi {
    margin: 30px auto 45px auto;
    width: 100%;
    height: 400px;
}

@media (min-width: 600px) {
    .guidelines-page__prezi {
        height: 500px;
    }
}

.guidelines-page__prezi iframe {
    width: 100%;
    height: 100%;
}

.guidelines-page__main-content {
    /* padding-left: 20px; */
    /* padding-right: 20px; */
    width: 100%;
    margin-top: 30px;
    margin-bottom: 90px;
}

.guidelines-page__summary-title {
    font-size: 32px;
    line-height: 45px;
    font-weight: bold;
    margin: 30px auto 15px auto;
}

.guidelines-page__original-title {
    font-size: 18px;
    line-height: 28px;
    color: #585858;
    font-weight: normal;
    margin: 10px auto 10px auto;
}

.guidelines-page__meta-content {
    display: block;
    color: #909090;
    font-size: 16px;
    margin: 10px auto 10px auto;
}

.guidelines-page__taglist {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 15px;
    /*margin-bottom: 25px;*/
    border-bottom: solid 1px #e8e8e8;
}

    .guidelines-page__taglist .content-badge--guidelines {
        margin: 5px 15px 15px 0px;
    }

.guidelines-page__summary {
    font-size: 16px;
    line-height: 30px;
    border-bottom: solid 1px #e8e8e8;
    padding-top: 45px;
    padding-bottom: 45px;
}

.guidelines-page__pdf {
    font-size: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #474747;
    margin-top: 45px;
}

    .guidelines-page__pdf span:first-child {
        font-size: 50px;
    }

    .guidelines-page__pdf span:last-child {
        margin-top: 10px;
    }

h1.thickruled {
    padding-bottom: 10px;
    border-bottom: 7px solid #cccccc;
}

h1.unruled {
    border-bottom: none;
}

h2.thickruled {
    border-bottom: 7px solid #cccccc;
}

h2.unruled {
    border-bottom: none;
}

@media (min-width: 768px) {
    .section h3.subtitle {
        font-size: 18px;
        text-transform: uppercase;
        color: #1c6e93;
        margin: 5px 0;
        font-weight: 600;
    }
}

.healthday-newsfeed {
    position: relative;
    width: 100%;
    background-color: white;
    padding-top: 60px;
    padding-bottom: 60px;
}

.healthday-newsfeed__layout-wrapper {
    /*padding-left: 20px;*/
    /*padding-right: 20px;*/
    max-width: 1040px;
    max-width: 1000px;
    margin: 5px auto;
    padding: 45px 20px;
    position: relative;
}

.healthday-newsfeed__page-title {
    color: black;
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-top: 0px;
    margin-bottom: 0px;
    /*padding-left: 20px;*/
    /*padding-right: 20px;*/
}

.healthday-newsfeed__acknowledgement {
    font-size: 12px;
    line-height: 18px;
    display: inline-block;
    vertical-align: middle;
}

    .healthday-newsfeed__acknowledgement img {
        height: 20px;
        vertical-align: bottom;
    }

.healthday-newsfeed .card-carousel {
    padding-top: 20px;
}

.layoutad--enews {
    /* position: relative;*/
    /* width: 100%;*/
    /* background-color: black;  */
    /* padding-top: 60px; */
    /* padding-bottom: 60px;*/
    /* color: white; */
    /* background: url('../../Mockups/images/enewsletter.jpeg') no-repeat center top;*/
    /*    background-image: url('../../Mockups/images/enewsletter.jpeg');*/
    /*    background-position-x: center;*/
    /*    background-position-y: top;*/
    /*    background-repeat-x: no-repeat;*/
    /*    background-repeat-y: no-repeat;*/
    /*    //background-attachment: fixed;*/
    /*    background-origin: initial;*/
    /*    background-clip: initial;*/
    /*    background-color: #00619C; */
    min-height: 380px;
    width: 100%;
    background-color: #00619C;
    background: url('/App_Themes/NursingCenter/imagesenewsletter.jpeg') no-repeat center top;
    background-image: url('/App_Themes/NursingCenter/images/enewsletter.jpeg');
    background-size: cover;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    justify-content: center;
    padding: 10% 20px;
    /*margin-top: 60px;*/
}

@media (min-width: 500px) {
    .layoutad--enews {
        padding: 8% 16%;
    }
}

.layoutad--enews:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: black;
    opacity: .145;
    z-index: 2;
}

.layoutad--enews .layoutad-wrapper {
    width: 100%;
    max-width: 1000px;
    margin: 5px auto;
    /*padding: 30px 20px; */
    position: relative;
    z-index: 5;
    font-size: 16px;
}

.layoutad--enews .layoutad__title {
    color: white;
    font-size: 2.1em;
    font-weight: bolder;
    line-height: 1.15;
    margin: 0;
    max-width: 420px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}

.layoutad--enews .layoutad__description {
    color: white;
    font-size: 16px;
    line-height: 25px;
    margin: 30px 0px 45px 0px;
    letter-spacing: .0075em;
    max-width: 420px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}

.layoutad--enews .layoutad__button {
    display: inline-block;
    background-color: #00619C;
    width: 270px;
    padding: 1.1em 0px;
    letter-spacing: .05em;
    color: #fff;
    text-transform: uppercase;
    border-radius: 2px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
}

.layoutad.hero {
    min-height: 380px;
    width: 100%;
    background-color: #00619C;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    background-origin: border-box;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    justify-content: center;
    padding: 15% 20px;
    /*margin-top: 60px;*/
}

@media (min-width: 1600px) {
    .layoutad.hero {
        background-position: center 15%;
    }
}

@media (min-width: 500px) {
    .layoutad.hero {
        padding: 8% 12%;
    }
}

@media (min-width: 800px) {
    .layoutad.hero {
        padding: 4% 8%;
    }
}

.layoutad.hero:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: black;
    opacity: .145;
    z-index: 2;
}

.layoutad.hero .wrapper {
    width: 100%;
    max-width: 1000px;
    margin: 5px auto;
    /*padding: 30px 20px; */
    position: relative;
    z-index: 5;
    font-size: 16px;
}

.layoutad.hero .layoutad__title {
    color: white;
    font-size: 46px;
    font-weight: bold;
    font-style: italic;
    line-height: 56px;
    margin: 0;
    max-width: 420px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
}

@media (min-width: 500px) {
    .layoutad.hero .layoutad__title {
        font-size: 61px;
        line-height: 71px;
    }
}

@media (min-width: 800px) {
    .layoutad.hero .layoutad__title {
        font-size: 68px;
        line-height: 78px;
    }
}

.layoutad.hero .layoutad__description {
    color: white;
    font-size: 16px;
    line-height: 25px;
    margin: 30px 0px 45px 0px;
    letter-spacing: .0075em;
    max-width: 420px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}

@media (min-width: 500px) {
    .layoutad.hero .layoutad__description {
        font-size: 18px;
        line-height: 28px;
    }
}

@media (min-width: 800px) {
    .layoutad.hero .layoutad__description {
        font-size: 22px;
        line-height: 32px;
        margin: 35px 0px 50px 0px;
    }
}

.layoutad.hero .layoutad__button {
    display: inline-block;
    background-color: #00619C;
    padding: 1.1em;
    letter-spacing: .05em;
    color: #fff;
    /*text-transform: uppercase;*/
    border-radius: 3px;
    text-decoration: none;
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    width: 100%;
    max-width: 280px;
    text-align: center;
}

    .layoutad.hero .layoutad__button [wk-icon^="arrow"] {
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }

    .layoutad.hero .layoutad__button:hover {
        transition: all 0.3s ease-out;
    }

        .layoutad.hero .layoutad__button:hover [wk-icon="arrow-right"] {
            -webkit-transform: translate3d(6px, 0px, 0px);
            transform: translate3d(6px, 0px, 0px);
        }

@media (min-width: 500px) {
    .layoutad.hero .layoutad__button {
        padding: 1em;
        font-size: 16px;
    }
}

@media (min-width: 800px) {
    .layoutad.hero .layoutad__button {
        padding: 1em;
        font-size: 18px;
        max-width: 320px;
    }
}

.layoutad.native {
    min-height: 300px;
    width: 100%;
    background: no-repeat center top;
    background-position-x: center;
    background-position-y: top;
    background-repeat: no-repeat;
    background-color: #00619C;
    /*background-image: url('/App_Themes/NursingCenter/images/enewsletter.jpeg');*/
    background-size: cover;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    justify-content: center;
    padding: 20px 20px;
    border-radius: 5px;
    box-shadow: 5px 5px 45px 1px rgba(0, 0, 0, 0.15);
    margin-top: 60px;
    margin-bottom: 30px;
}

@media (min-width: 500px) {
    .layoutad.native {
        padding: 40px 35px;
    }
}

.layoutad.native:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: black;
    opacity: .145;
    z-index: 2;
    border-radius: 5px;
}

.layoutad.native:after {
    color: rgba(44, 54, 67, 0.7);
    content: 'Advertisement';
    display: block;
    font-size: 8px;
    line-height: 1;
    left: 0;
    letter-spacing: .5px;
    opacity: 0.57;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: -20px;
    width: 100%;
}

.layoutad.native .wrapper {
    width: 100%;
    max-width: 1000px;
    margin: 5px auto;
    padding: 0px;
    position: relative;
    z-index: 5;
    font-size: 16px;
}

.layoutad.native .layoutad__description {
    color: white;
    font-size: 16px;
    line-height: 25px;
    margin: 0px 0px 30px 0px;
    letter-spacing: .0075em;
    max-width: 600px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}

@media (min-width: 500px) {
    .layoutad.native .layoutad__description {
        font-size: 18px;
        line-height: 30px;
    }
}

.layoutad.native .layoutad__button {
    display: inline-block;
    background-color: white;
    padding: 1.1em;
    letter-spacing: .05em;
    color: black;
    /*text-transform: uppercase;*/
    border-radius: 3px;
    text-decoration: none;
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    width: 100%;
    max-width: 280px;
    text-align: center;
    box-shadow: 5px 5px 45px 1px rgba(0, 0, 0, 0.15);
}

    .layoutad.native .layoutad__button [wk-icon^="arrow"] {
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }

    .layoutad.native .layoutad__button:hover {
        transition: all 0.3s ease-out;
    }

        .layoutad.native .layoutad__button:hover [wk-icon="arrow-right"] {
            -webkit-transform: translate3d(6px, 0px, 0px);
            transform: translate3d(6px, 0px, 0px);
        }

body .badge-free {
    background-color: #059DF9;
    content: 'Free';
    width: 45px
}

body .badge-buy {
    background-color: #2F7209;
    content: 'Buy';
    width: 45px;
}

body .badge-open {
    background-color: #F7B733;
    content: 'Open';
    text-transform: capitalize;
}

body .Open {
    background-color: #F7B733;
    content: 'Open';
    width: 45px;
}

    body .Open::first-letter {
        font-size: 115%;
    }

body .badge-enrolled {
    background-color: #6FBB44 !important;
}

body .badge-notenrolled {
    background-color: #B3B3B3 !important;
}

body .badge-purchased {
    background-color: #333333;
    content: 'Bought';
}

body .badge-entitled {
    background-color: #333333;
    content: 'Entitled';
}

body .badge-count {
    background-color: #333333;
    content: string('Count');
}

body .badge-CE {
    background-color: #ED1B27;
    content: 'CE';
}

body .badge-Article {
    background-color: #003471;
    content: 'Article';
}

.main-content {
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.main-content__header {
    font-weight: 400;
    font-size: 28px;
    color: #333333;
    border-bottom: 1px solid #b6c9c0;
    margin-bottom: 20px;
    /*margin-top: 0px; */
    padding-top: 10px;
    padding-bottom: 10px;
}

.main-content--debug {
    /*background-color: #e8e8e8;*/
    /*border: solid 1px #e8e8e8;  */
    min-height: 2000px;
}

.navbar-nav {
    float: none;
    margin: 0 auto 0 auto;
    padding-left: 20px;
    width: 100%;
    max-width: 100%;
}

    .navbar-nav > li {
        float: left;
        margin-top: -3px;
    }

        .navbar-nav > li > a {
            padding-top: 10px;
            color: #FFFFFF;
            margin-top: 3px;
        }

            .navbar-nav > li > a:hover {
                text-decoration: none;
                background-color: #004772;
            }

    .navbar-nav > .open > a,
    .navbar-nav > .open > a:hover,
    .navbar-nav > .open > a:focus {
        background-color: #F3F3F3;
        background-color: #004772;
        color: #003852;
        color: white;
    }

    .navbar-nav .open .dropdown-menu {
        background-color: #ffffff;
    }

    .navbar-nav a {
        color: white;
    }

    .navbar-nav .dropdown {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 160px;
        padding: 5px 0;
        margin: 2px 0 0;
        list-style: none;
        font-size: 14px;
        text-align: left;
        background-color: #fff;
        border: 1px solid #ccc;
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 0;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        background-clip: padding-box;
    }

        .navbar-nav .dropdown .dropdown {
            left: 100%;
        }

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 10px;
    cursor: pointer;
}

    .nav > li > a:hover,
    .nav > li > a:focus {
        text-decoration: none;
        background-color: #004772;
    }

a.dropdown-toggle.disabled {
    font-family: "Fira Sans", "Helvetica Neue", Helvetica, "Roboto", Arial, sans-serif;
    font-size: 15px;
}

.dropdown-menu {
    margin-top: 0px;
    border-color: #F3F3F3;
    min-width: 170px;
}

    .dropdown-menu li a {
        padding: 5px 10px;
        font-weight: 400;
    }

.multi-column-dropdown {
    list-style: none;
    list-style-image: none;
    padding: 0px;
    margin: 0px;
}

    .multi-column-dropdown li a {
        list-style: none;
        list-style-image: none;
        display: block;
        clear: both;
        line-height: 1.428571429;
        white-space: normal;
    }

        .multi-column-dropdown li a:hover {
            text-decoration: none;
            background-color: #D3D3D3;
        }

        .multi-column-dropdown li a strong {
            color: #156D95;
        }
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .mobileview {
        display: none;
    }

    .profile {
        text-align: right;
        display: block;
        font-weight: 300;
    }

        .profile .loggedin {
            display: block;
        }

        .profile a:link,
        .profile a:visited {
            color: #CCCCCC;
        }

        .profile a:active,
        .profile a:hover {
            color: #FFFFFF;
        }

    .navbar-header {
        display: none;
    }

    .dropdown-menu.multi-column.columns-2 {
        min-width: 420px;
        background-color: #F3F3F3;
        border-color: #F3F3F3;
        border-style: solid;
        list-style: none;
        list-style-image: none;
    }

    .dropdown-menu.multi-column.columns-3 {
        min-width: 680px;
        background-color: #F3F3F3;
        border-color: #F3F3F3;
        border-style: solid;
        list-style: none;
        list-style-image: none;
    }
}

.btncaret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top-color: #003852;
    border-bottom-color: #003852;
}

.caret {
    display: inline-block;
    color: white;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
    /* @media (min-width: 768px) {*/
    /*     display: none;*/
    /* }*/
}

.new-order-list .bulleted {
    font-size: 17px;
    line-height: 2.2;
    font-weight: 400;
    color: #555555;
}

.new-titles-list .bulleted {
    font-size: 17px;
    line-height: 2.2;
    font-weight: 400;
    color: #555555;
    list-style-image: url(/App_Themes/NursingCenter/images/bullet@1x.png);
}

.section-body .articles-main li {
    font-size: 14px;
    font-weight: 400;
    color: #555555;
}

.section img {
    /*max-width: 100%;
    height: auto;*/
}

.media {
    margin-top: 10px;
    margin-bottom: 10px;
}

.section {
    padding: 5px;
    font-family: "Fira Sans", "Helvetica Neue", Helvetica, "Roboto", Arial, sans-serif;
}

    .section .media {
        margin-top: 15px;
        margin-bottom: 15px;
        padding: 4px;
    }

    .section ul {
        list-style: inherit;
        list-style-image: url(/App_Themes/NursingCenter/images/bullet@1x.png) !important;
    }

        .section ul li {
            font-weight: 400;
            color: #555555;
            padding: 5px;
        }

            .section ul li a {
                padding: 2px;
                margin: 2px;
            }

    .section h1 {
        font-weight: 400;
        font-size: 28px;
        color: #333333;
        border-bottom: 1px solid #b6c9c0;
    }

    .section h2 {
        font-weight: 400;
        font-size: 24px;
        color: #333333;
        border: none;
    }

    .section h3,
    .section h4 {
        font-weight: 400;
        font-size: 18px;
        color: #333333;
    }

    .section .section-body {
        max-width: 100%;
        margin-top: 5px;
        margin-bottom: 10px;
    }

        .section .section-body .container {
            max-width: 100%;
        }

        .section .section-body .home-page-content .media-left {
            padding-right: 15px;
            display: inline-block;
            float: left;
            text-align: left;
        }

        .section .section-body .downloadapp .media-left {
            display: block;
            max-width: 100%;
            padding-bottom: 8px;
        }

        .section .section-body .downloadapp ul {
            padding-left: 0;
        }

        .section .section-body .downloadapp li {
            list-style: none;
            display: inline-block;
            max-width: 100px;
        }

.sidebar {
    background: #EBEBEB;
    font-family: "Fira Sans", "Helvetica Neue", Helvetica, "Roboto", Arial, sans-serif;
    padding: 10px;
    width: 100%;
    margin-top: 0px;
}

    .sidebar .disableSidebar {
        display: none;
    }

    .sidebar .social-list h2 {
        font-weight: 400;
        font-size: 24px;
        color: #333333;
        padding-bottom: 10px;
        border-bottom: 1px solid #b6c9c0;
    }

    .sidebar .social-list .logo {
        max-width: 60px;
        display: block;
        position: static;
    }

    .sidebar .social-list.signedin {
        margin-top: 0;
    }

    .sidebar .social-list .list-inline .logo {
        width: 32px;
        height: 32px;
        position: static;
    }

    .sidebar .nursing-plus-jobs {
        background: none;
        /* refactor */
    }

        .sidebar .nursing-plus-jobs #ej-ad-widget {
            font-family: "Fira Sans", "Helvetica Neue", Helvetica, "Roboto", Arial, sans-serif;
            margin: 0 0 10px 0;
            color: #000000;
            max-width: 100%;
        }

            .sidebar .nursing-plus-jobs #ej-ad-widget #ej-ad-widget-body {
                margin: 0;
            }

            .sidebar .nursing-plus-jobs #ej-ad-widget #ej-ad-widget-title {
                font-weight: 400;
                font-size: 20px;
                color: #333333;
                padding-bottom: 10px;
                border-bottom: 1px solid #b6c9c0;
            }

            .sidebar .nursing-plus-jobs #ej-ad-widget #first {
                margin: 0;
                padding: 0;
            }

            .sidebar .nursing-plus-jobs #ej-ad-widget .title {
                font-weight: bold;
            }

            .sidebar .nursing-plus-jobs #ej-ad-widget #ej-ad-widget a.ej-search-toggle,
            .sidebar .nursing-plus-jobs #ej-ad-widget #ej-ad-widget a:hover.ej-search-toggle,
            .sidebar .nursing-plus-jobs #ej-ad-widget #ej-ad-widget a:visited.ej-search-toggle {
                font-family: "Fira Sans", "Helvetica Neue", Helvetica, "Roboto", Arial, sans-serif;
                font-size: 16px;
                font-weight: bold;
                color: #ffffff;
                margin: 20px 0 0 0;
                padding: 2px 0 0 15px;
                text-decoration: none;
                display: block;
                background: url(/App_Themes/NursingCenter/images/bg-search-jobs.gif) top left no-repeat;
                height: 27px;
                /*29 minus 2*/
                width: 249px;
                /*264 minus 15*/
            }

            .sidebar .nursing-plus-jobs #ej-ad-widget #ej-ad-widget a.ej-search-toggle-show,
            .sidebar .nursing-plus-jobs #ej-ad-widget #ej-ad-widget a:hover.ej-search-toggle-show,
            .sidebar .nursing-plus-jobs #ej-ad-widget #ej-ad-widget a:visited.ej-search-toggle-show {
                font-family: "Fira Sans", "Helvetica Neue", Helvetica, "Roboto", Arial, sans-serif;
                font-size: 16px;
                font-weight: bold;
                color: #ffffff;
                margin: 20px 0 0 0;
                padding: 2px 0 0 15px;
                text-decoration: none;
                display: block;
                background: url(/App_Themes/NursingCenter/images/bg-search-jobs-show.gif) top left no-repeat;
                height: 27px;
                /*29 minus 2*/
                width: 249px;
                /*264 minus 15*/
            }

            .sidebar .nursing-plus-jobs #ej-ad-widget #ej-widget-search {
                padding: 10px 0 0 10px;
            }

            .sidebar .nursing-plus-jobs #ej-ad-widget #ej-widget-search-form {
                padding: 0;
            }

                .sidebar .nursing-plus-jobs #ej-ad-widget #ej-widget-search-form form {
                    margin: 0;
                    padding: 0;
                }

            .sidebar .nursing-plus-jobs #ej-ad-widget .ej-widget-search-keywords {
                margin: 0 0 7px 0;
            }

                .sidebar .nursing-plus-jobs #ej-ad-widget .ej-widget-search-keywords input {
                    width: 193px;
                }

            .sidebar .nursing-plus-jobs #ej-ad-widget .ej-widget-search-zip {
                margin: 0 5px 7px 0;
                float: left;
            }

                .sidebar .nursing-plus-jobs #ej-ad-widget .ej-widget-search-zip input {
                    width: 107px;
                }

            .sidebar .nursing-plus-jobs #ej-ad-widget .ej-widget-search-within {
                margin: 1px 0 7px 0;
                float: left;
            }

            .sidebar .nursing-plus-jobs #ej-ad-widget .ej-widget-search-category {
                margin: 0 0 18px 0;
            }

                .sidebar .nursing-plus-jobs #ej-ad-widget .ej-widget-search-category select {
                    width: 199px;
                }

            .sidebar .nursing-plus-jobs #ej-ad-widget .ej-widget-search-button {
                margin: -10px 20px 0 0;
                /*#margin:0 12px 0 0; /*for IE*/
                float: left;
            }

            .sidebar .nursing-plus-jobs #ej-ad-widget .ej-clear-float {
                clear: both;
                margin: 0;
                padding: 0;
                height: 0;
                line-height: 0;
                font-size: 0;
                border: 0;
            }

            .sidebar .nursing-plus-jobs #ej-ad-widget #ej-njp-logo-link,
            .sidebar .nursing-plus-jobs #ej-ad-widget #ej-njp-logo-link a,
            .sidebar .nursing-plus-jobs #ej-ad-widget #ej-njp-logo-link a:hover {
                height: 55px;
                width: 300px;
                padding: 0;
                margin: 0;
                display: block;
                text-indent: -9999px;
                font-size: 1px;
                text-align: left;
                background: url(/App_Themes/NursingCenter/images/logo-nursing-jobs-plus.png) no-repeat left top;
            }

    .sidebar .gads {
        margin-top: 10px;
        margin-bottom: 10px;
    }

.sidebar--debug {
    height: 2000px;
    /*width:100%; */
}

.topical__layout-wrapper {
    /*padding-left: 20px;*/
    /*padding-right: 20px;*/
    max-width: 1040px;
    max-width: 1000px;
    margin: 5px auto;
    padding: 45px 20px;
    position: relative;
}

.topical-section,
.topical-section--intro,
.topical-section--ogcategory,
.topical-section--non-ogcontent,
.topical-section--ogcontent {
    position: relative;
    width: 100%;
    background-color: white;
    padding-top: 60px;
    padding-bottom: 60px;
}

    .topical-section .topical__page-title,
    .topical-section--intro .topical__page-title,
    .topical-section--ogcategory .topical__page-title,
    .topical-section--non-ogcontent .topical__page-title,
    .topical-section--ogcontent .topical__page-title {
        color: black;
        font-weight: 400;
        font-size: 30px;
        line-height: 40px;
        padding-top: 1px;
        padding-bottom: 1px;
        margin-top: 0px;
        margin-bottom: 0px;
        /*padding-left: 20px;*/
        /*padding-right: 20px;*/
    }

.topical-section--intro {
    background-color: white;
    padding-top: 0px;
    padding-bottom: 160px;
}

    .topical-section--intro .topical__layout-wrapper {
        padding-top: 0px;
        /*max-width:1200px; */
    }

    .topical-section--intro .topical__page-title {
        color: black;
        font-weight: 400;
        font-size: 42px;
        line-height: 52px;
        padding-top: 1px;
        padding-bottom: 1px;
        margin-top: 0px;
        margin-bottom: 0px;
        /*padding-left: 20px;*/
        /*padding-right: 20px;*/
    }

    .topical-section--intro .topical__intro-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -moz-box-orient: vertical;
        -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

@media (min-width: 800px) {
    .topical-section--intro .topical__intro-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.topical-section--intro .topical__intro-text {
    font-weight: lighter;
    font-size: 16px;
    line-height: 26px;
    padding: 10px 20px 15px 20px;
}

    .topical-section--intro .topical__intro-text p {
        margin: 0px;
        padding: 10px 0px 15px 0px;
    }

@media (min-width: 800px) {
    .topical-section--intro .topical__intro-text {
        width: 50%;
        padding: 10px 45px 20px 0px;
    }

        .topical-section--intro .topical__intro-text p {
            margin: 0px;
            padding: 10px 0px 20px 0px;
        }
}

.topical-section--intro .topical__intro-image {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
}

@media (min-width: 800px) {
    .topical-section--intro .topical__intro-image {
        width: 50%;
    }
}

.topical-section--intro .topical__intro-image img {
    width: 100%;
    height: 100%;
    max-width: 800px;
    max-height: 800px;
}

@media (min-width: 800px) {
    .topical-section--intro .topical__intro-image img {
        width: 100%;
        height: 100%;
        /*max-width: 450px;*/
        max-height: 380px;
    }
}

@media (min-width: 900px) {
    .topical-section--intro .topical__intro-image img {
        max-height: 430px;
    }
}

@media (min-width: 950px) {
    .topical-section--intro .topical__intro-image img {
        max-height: 480px;
    }
}

.topical-section--ogcategory {
    background-color: #f7f7f7;
    background-color: #ececec;
    padding-bottom: 1px;
    height: 115px;
}

    .topical-section--ogcategory .card-carousel {
        padding-top: 20px;
    }

    .topical-section--ogcategory .topical__layout-wrapper {
        top: -250px;
    }

.topical-section--non-ogcontent {
    background-color: #f7f7f7;
    background-color: #ececec;
    padding-top: 30px;
}

    .topical-section--non-ogcontent .card-carousel {
        padding-top: 20px;
    }

    .topical-section--non-ogcontent .topical__layout-wrapper {
        /*top: -215px; */
    }

.topical-section--ogcontent {
    background-color: #474747;
    padding: 30px 0px 60px 0px;
    display: none;
    position: relative;
}

.topical-section--ogcontent--active {
    display: block !important;
}

.topical-section--ogcontent .topical__layout-wrapper {
    position: relative;
    padding: 60px 20px;
}

    .topical-section--ogcontent .topical__layout-wrapper .close-expand-btn {
        position: absolute;
        right: 20px;
        top: -20px;
        font-size: 23px;
        padding: 5px 5px 10px 10px;
        z-index: 12;
        cursor: pointer;
        color: #fff;
    }
/* ==========================================================================
	_module.less 
============================================================================= 

	1. Import various reusable modules/components

*/
.ajaxloader {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 10px auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.circleG {
    background-color: #007cc3;
    float: left;
    height: 44px;
    margin-left: 23px;
    width: 44px;
    animation-name: bounce_circleG;
    -o-animation-name: bounce_circleG;
    -ms-animation-name: bounce_circleG;
    -webkit-animation-name: bounce_circleG;
    -moz-animation-name: bounce_circleG;
    animation-duration: 2.24s;
    -o-animation-duration: 2.24s;
    -ms-animation-duration: 2.24s;
    -webkit-animation-duration: 2.24s;
    -moz-animation-duration: 2.24s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    border-radius: 29px;
    -o-border-radius: 29px;
    -ms-border-radius: 29px;
    -webkit-border-radius: 29px;
    -moz-border-radius: 29px;
}

#circleG_1 {
    animation-delay: 0.45s;
    -o-animation-delay: 0.45s;
    -ms-animation-delay: 0.45s;
    -webkit-animation-delay: 0.45s;
    -moz-animation-delay: 0.45s;
}

#circleG_2 {
    animation-delay: 1.05s;
    -o-animation-delay: 1.05s;
    -ms-animation-delay: 1.05s;
    -webkit-animation-delay: 1.05s;
    -moz-animation-delay: 1.05s;
}

#circleG_3 {
    margin-right: 23px;
    animation-delay: 1.35s;
    -o-animation-delay: 1.35s;
    -ms-animation-delay: 1.35s;
    -webkit-animation-delay: 1.35s;
    -moz-animation-delay: 1.35s;
}

@keyframes bounce_circleG {
    50% {
        background-color: #ffffff;
    }
}

@-webkit-keyframes bounce_circleG {
    50% {
        background-color: #ffffff;
    }
}

.banner-ad {
    width: 100%;
    max-width: 100%;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
    position: relative;
}

    .banner-ad:before {
        color: rgba(44, 54, 67, 0.7);
        content: 'Advertisement';
        display: block;
        font-size: 8px;
        line-height: 1;
        left: 0;
        letter-spacing: .5px;
        opacity: 0.57;
        position: absolute;
        text-align: center;
        text-transform: uppercase;
        top: 10px;
        width: 100%;
    }

    .banner-ad.gray {
        background-color: #f6f6f6;
    }

    .banner-ad.white {
        background-color: white;
    }

    .banner-ad iframe {
        text-align: center;
    }

.blog .PagerControl {
    width: 100%;
    max-width: 1000px;
    margin: 20px auto;
    padding-top: 1px;
    padding-bottom: 1px;
    text-align: center;
}

.blog .PagerResults {
    padding-bottom: 15px !important;
    padding-top: 5px !important;
    margin: 5px auto;
    font-weight: bold;
    font-size: 16px;
}

.blog .PagerNumberArea {
    /* display: -webkit-box;*/
    /* display: -webkit-flex;*/
    /* display: -moz-box;*/
    /* display: -ms-flexbox;*/
    /* display: flex;*/
    width: 100%;
    padding-left: 0px;
    /* -webkit-box-align: center;*/
    /* -webkit-align-items: center;*/
    /* -moz-box-align: center;*/
    /* -ms-flex-align: center;*/
    /* align-items: center;*/
    /* -webkit-box-pack: center;*/
    /* -webkit-justify-content: center;*/
    /* -moz-box-pack: center;*/
    /* -ms-flex-pack: center;*/
    /* justify-content: center;*/
}

    .blog .PagerNumberArea span[style*="padding"] {
        display: none;
    }

    .blog .PagerNumberArea > span {
        /* display: -webkit-box;*/
        /* display: -webkit-flex;*/
        /* display: -moz-box;*/
        /* display: -ms-flexbox;*/
        /* display: flex;*/
        text-align: center;
        vertical-align: middle;
        font-family: "Fira Sans", "Helvetica Neue", Helvetica, "Roboto", Arial, sans-serif;
    }

        .blog .PagerNumberArea > span > a,
        .blog .PagerNumberArea > span > span {
            /*display: block;*/
            font-weight: 400;
            line-height: 30px;
            min-height: 48px;
            font-size: 14px;
            padding: 7px 12px;
            /* -webkit-transition: background-color 0.1s ease-out;*/
            /* transition: background-color 0.1s ease-out;*/
            /* -webkit-tap-highlight-color: transparent;*/
            -ms-touch-action: manipulation;
            touch-action: manipulation;
            text-decoration: none;
            cursor: pointer;
            /* background-color: #a6d1ea;*/
            /* color: #007ac3;*/
            /* &:hover{*/
            /*     text-decoration: none; */
            /*     background-color: #80bde1;*/
            /*     color: #007ac3;*/
            /* }*/
            /* &.SelectedPage{*/
            /*     background-color: #fff;*/
            /*     color: #007ac3;*/
            /*     &:hover{*/
            /*         background-color: #80bde1;*/
            /*         color: #007ac3;*/
            /*     }*/
            /* }*/
        }

@media (min-width: 425px) {
    .blog .PagerNumberArea > span > a,
    .blog .PagerNumberArea > span > span {
        padding: 8px 18px;
    }
}

.blog-title {
    text-align: center;
    color: black;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    font-size: 24px;
    padding-bottom: 20px;
    padding-top: 30px;
    max-width: 1000px;
    margin: 5px auto;
    border-bottom: solid 1px #e8e8e8;
    /*text-transform: uppercase;*/
    /*color: #0f628d;*/
}

.blog-menu {
    max-width: 1000px;
    overflow: hidden;
    margin: 5px auto;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    max-height: 60px;
    line-height: 50px;
    border-bottom: solid 1px #e8e8e8;
    white-space: nowrap;
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
    color: black;
}

.blog-menu__arrow-left {
    padding-right: 10px;
    color: #585858;
    line-height: 17px;
    cursor: pointer;
}

    .blog-menu__arrow-left [wk-icon] {
        color: #585858;
    }

        .blog-menu__arrow-left [wk-icon]:hover {
            color: #585858;
        }

.blog-menu__arrow-right {
    padding-left: 10px;
    color: #585858;
    line-height: 17px;
    cursor: pointer;
}

    .blog-menu__arrow-right [wk-icon] {
        color: #585858;
    }

        .blog-menu__arrow-right [wk-icon]:hover {
            color: #585858;
        }

.blog-menu__flex-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -moz-box-flex: 1;
    flex: 1 1 auto;
    white-space: nowrap !important;
    /* overflow-x: scroll;*/
    /* overflow-y: hidden !important;*/
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}

.blog-menu__navitem-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: -webkit-transform 200ms;
    transition: -webkit-transform 200ms;
    transition: transform 200ms;
    transition: transform 200ms, -webkit-transform 200ms;
    margin: 0;
    padding: 0px;
}

.blog-menu__navitem {
    list-style: none;
    padding: 10px;
    font-size: 16px;
    /*width: max-content;*/
    color: #585858;
}

    .blog-menu__navitem.current {
        color: black;
    }

        .blog-menu__navitem.current a {
            color: black;
            font-weight: bold;
        }

    .blog-menu__navitem a {
        color: #585858;
    }

        .blog-menu__navitem a:hover {
            color: #0E628D;
        }

.blog-hr {
    margin-top: 30px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #e8e8e8;
}

.blog-hr--short {
    border-top: solid 4px black;
    width: 120px;
    margin: 30px auto 20px 0;
}

.blog-pagination {
    width: 100%;
    max-width: 1000px;
    margin: 20px auto;
    padding-top: 1px;
    padding-bottom: 1px;
}

.blog-related {
    padding: 0 30px 30px;
}

    .blog-related h4 {
        margin: 15px 0 5px;
    }

.blog-category__header {
    width: 100%;
    max-width: 1000px;
    margin: 5px auto;
    padding-top: 1px;
    padding-bottom: 1px;
}

    .blog-category__header hr {
        margin-top: 30px;
        margin-bottom: 10px;
        border: 0;
        border-top: 1px solid #e8e8e8;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 20px;
        padding-right: 20px;
    }

.blog-category__page-title {
    font-weight: bold;
    font-size: 38px;
    padding-top: 30px;
    /*border-top: solid 1px #e8e8e8;*/
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
}

.blog-category__page-subtitle {
    font-size: 16px;
    color: #757575;
    padding-left: 20px;
    padding-right: 20px;
}

.blog-category__post-group {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 1px;
    padding-top: 1px;
    margin: 30px auto 40px auto;
    widht: 100%;
    max-width: 1000px;
}

@media (min-width: 500px) {
    .blog-category__post-group {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .blog-category__post-group .blogpost-card,
        .blog-category__post-group .nativead--blog {
            width: 48%;
        }
}

@media (min-width: 780px) {
    .blog-category__post-group {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .blog-category__post-group .blogpost-card,
        .blog-category__post-group .nativead--blog {
            width: 30%;
        }
}

.blog-post {
    width: 100%;
    max-width: 1000px;
    margin: 5px auto;
    padding-top: 1px;
    padding-bottom: 1px;
    /*padding-right: 20px;*/
    /*padding-left: 20px; */
}

.blog-post__title {
    font-weight: bold;
    font-size: 38px;
    padding-top: 5px;
    margin-top: 5px;
}

.blog-post__meta-content {
    display: block;
    font-size: 16px;
    color: #757575;
    padding-top: 5px;
}

    .blog-post__meta-content [wk-icon] {
        font-size: 8px;
        vertical-align: middle;
        margin-top: auto;
        margin-bottom: auto;
        line-height: 16px;
    }

.blog-post__leading-image {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: block;
    /*max-height: 400px; */
    padding-top: 1px;
    padding-bottom: 1px;
    margin: 40px auto 20px auto;
}

.blog-post__header {
    width: 100%;
    max-width: 740px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 1px;
    padding-bottom: 1px;
    margin: 30px auto 10px auto;
}

.blog-post__content {
    width: 100%;
    max-width: 740px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 1px;
    padding-bottom: 1px;
    margin: 0px auto 20px auto;
    word-break: break-word;
    word-wrap: break-word;
    color: rgba(0, 0, 0, 0.84);
    color: #4e4e4e;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.58;
    letter-spacing: -0.003em;
}

    .blog-post__content p {
        margin-top: 20px;
        margin-bottom: 30px;
        padding-bottom: 1px;
        padding-top: 1px;
    }

.blog-post__tags {
    margin: 40px auto 40px auto;
    width: 100%;
    word-break: break-word;
    word-wrap: break-word;
    /* color: rgba(0, 0, 0, 0.84); */
    color: #4e4e4e;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.58;
    letter-spacing: -0.003em;
    margin-top: 60px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: solid 1px #4e4e4e;
    /*border-top: solid 1px #4e4e4e;*/
}

.blog-post__tags-title {
    font-weight: bold;
    display: block;
    /* margin-left: 5px; */
    border-bottom: solid 1px #4e4e4e;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-bottom: 10px;
}

.blog-post__tags a {
    /*color: #0E628D;*/
    display: inline-block;
    /*background: gray;*/
    padding: 15px 10px;
    border: none;
    color: rgba(0, 0, 0, 0.68);
    background: rgba(0, 0, 0, 0.05);
    margin: 5px;
    font-size: 13px;
}

    .blog-post__tags a:hover {
        color: #0E628D;
        color: black;
        background: rgba(0, 0, 0, 0.1);
    }

.blog-post__comment-section {
    padding: 20px;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

    .blog-post__comment-section .blog-post__comment {
        max-width: 600px;
        margin: 30px auto;
    }

.blog-post__comment {
    width: 100%;
    padding: 20px;
    border: solid 1px #e8e8e8;
}

.blog-post__comment-title {
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    padding-bottom: 15px;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 20px;
}

.blog-post__comment-author {
    font-size: 20px;
    font-weight: bold;
    margin: 5px auto 5px auto;
}

.blog-post__comment-date {
    display: block;
    font-size: 16px;
    color: #585858;
    padding-top: 0px;
}

.blog-post__comment hr {
    margin-top: 10px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #585858;
}

.blog-post__comment-content {
    margin: 0 0 10px 0px;
    padding: 1px 0px 10px 0px;
    color: #454545;
    font-size: 16px;
}

.blog-post__comment-abuse {
    display: block;
    text-align: right;
    margin-top: 30px;
}

.blog-post__comment-warning {
    margin: 30px auto 20px auto;
    padding: 10px 0px 10px 0px;
    color: #454545;
    text-align: center;
    font-size: 22px;
}

.blog-post__comment-form {
    width: 100%;
    padding: 20px 25px;
    border: solid 1px #e8e8e8;
    max-width: 580px;
    margin: 10px auto;
    text-align: center;
}

    .blog-post__comment-form textarea {
        resize: none;
        width: 100%;
        min-height: 95px;
        text-orientation: upright;
        border: solid 1px #e8e8e8;
        border-top: none;
        border-left: none;
        border-right: none;
        font-size: 18px;
        line-height: 30px;
        text-align: center;
        vertical-align: sub;
        margin-bottom: 20px;
        outline: none !important;
    }

        .blog-post__comment-form textarea:hover,
        .blog-post__comment-form textarea:active,
        .blog-post__comment-form textarea:focus {
            outline: none !important;
        }

    .blog-post__comment-form .blog-post__comment-label {
        font-weight: lighter;
        font-size: 16px;
    }

    .blog-post__comment-form .blog-post__comment-input {
        height: 16px;
        width: 16px;
        margin: 0;
    }

    .blog-post__comment-form .btn--comment {
        padding: 14px;
        padding-top: 14px;
        padding-bottom: 14px;
        background-color: #0f618c;
        border-radius: 0px;
        color: white;
        text-transform: uppercase;
        margin: 10px auto;
        display: block;
        font-size: 18px;
        width: 100%;
        max-width: 350px;
        text-align: center;
    }

.blogpost-card,
.blogpost-card--hero,
.blogpost-card--mini {
    width: 100%;
    /*min-width: 260px; */
    max-width: 700px;
    margin: 10px auto 40px auto;
    border: solid 1px #e8e8e8;
    border-radius: 5px;
    font-family: "Fira Sans";
    text-decoration: none;
    display: block;
    color: black;
    line-height: unset;
    position: relative;
    outline: none;
    -webkit-transition: -webkit-transform 673ms;
    transition: -webkit-transform 673ms;
    transition: transform 673ms;
    transition: transform 673ms, -webkit-transform 673ms;
    -webkit-transform: translateX(0px) translateY(0px);
    transform: translateX(0px) translateY(0px);
}

    .blogpost-card:hover,
    .blogpost-card--hero:hover,
    .blogpost-card--mini:hover {
        line-height: unset;
        text-decoration: none;
        color: black;
        outline: none;
    }

        .blogpost-card:hover .blogpost-card__title,
        .blogpost-card--hero:hover .blogpost-card__title,
        .blogpost-card--mini:hover .blogpost-card__title {
            color: #0E628D !important;
        }

.blogpost-card__image,
.blogpost-card--hero__image,
.blogpost-card--mini__image {
    width: 100%;
    height: 190px;
    background-position: 50% 50% !important;
    background-origin: border-box !important;
    background-size: cover !important;
    background-color: #0E628D !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: block;
    line-height: unset;
    outline: none;
}

    .blogpost-card__image:hover,
    .blogpost-card--hero__image:hover,
    .blogpost-card--mini__image:hover,
    .blogpost-card__image:active,
    .blogpost-card--hero__image:active,
    .blogpost-card--mini__image:active {
        line-height: unset;
        text-decoration: none;
        color: black;
        outline: none;
    }

.blogpost-card__content-group,
.blogpost-card--hero__content-group,
.blogpost-card--mini__content-group {
    padding: 5px 10px 10px 10px;
}

.blogpost-card__meta-content,
.blogpost-card--hero__meta-content,
.blogpost-card--mini__meta-content {
    border-bottom: solid 1px #e8e8e8;
    padding-bottom: 7px;
    padding-top: 7px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px;
    color: #585858;
}

.blogpost-card__author,
.blogpost-card--hero__author,
.blogpost-card--mini__author {
    /*padding-right: 10px;*/
}

.blogpost-card__date span,
.blogpost-card--hero__date span,
.blogpost-card--mini__date span {
    font-size: 7px;
    vertical-align: middle;
    margin-top: auto;
    margin-bottom: auto;
    line-height: 14px;
}

.blogpost-card__title,
.blogpost-card--hero__title,
.blogpost-card--mini__title {
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    color: black;
    overflow: hidden !important;
    min-height: 50px;
    max-height: 50px;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical;
    font-style: normal !important;
    font-size: 18px;
    line-height: 25px;
    -webkit-transform: translateY(0.96px);
    transform: translateY(0.96px);
    letter-spacing: -0.17px !important;
}

    .blogpost-card__title:hover,
    .blogpost-card--hero__title:hover,
    .blogpost-card--mini__title:hover,
    .blogpost-card__title:active,
    .blogpost-card--hero__title:active,
    .blogpost-card--mini__title:active,
    .blogpost-card__title:focus,
    .blogpost-card--hero__title:focus,
    .blogpost-card--mini__title:focus {
        text-decoration: none;
        color: #0E628D;
        outline: none;
        line-height: 25px;
    }

.blogpost-card__summary,
.blogpost-card--hero__summary,
.blogpost-card--mini__summary {
    font-size: 14px;
    color: #585858;
    display: block;
    text-decoration: none;
    line-height: unset;
    line-height: 22px;
    overflow: hidden !important;
    min-height: 66px;
    max-height: 66px !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical;
    /*display: none;*/
    /* @media (min-width: 425px) {*/
    /* 	display: block;*/
    /* }*/
}

    .blogpost-card__summary:hover,
    .blogpost-card--hero__summary:hover,
    .blogpost-card--mini__summary:hover,
    .blogpost-card__summary:active,
    .blogpost-card--hero__summary:active,
    .blogpost-card--mini__summary:active,
    .blogpost-card__summary:focus,
    .blogpost-card--hero__summary:focus,
    .blogpost-card--mini__summary:focus {
        outline: none;
        color: black;
        text-decoration: none;
        line-height: 22px;
    }

.blogpost-card__share,
.blogpost-card--hero__share,
.blogpost-card--mini__share {
    margin-top: 15px;
    padding-top: 10px;
    text-align: right;
    position: relative;
    /*opacity: 0; */
    color: #585858;
    border-top: solid 1px #e8e8e8;
    /*transition: transform 529ms;*/
    /*transform: translateX(0px) translateY(0px);*/
    /*box-shadow: 13px 33px 36px -3px hsla(0, 0%, 9%, .05);*/
}

    .blogpost-card__share a,
    .blogpost-card--hero__share a,
    .blogpost-card--mini__share a {
        margin-left: 10px;
        color: #585858;
    }

        .blogpost-card__share a:hover,
        .blogpost-card--hero__share a:hover,
        .blogpost-card--mini__share a:hover,
        .blogpost-card__share a:active,
        .blogpost-card--hero__share a:active,
        .blogpost-card--mini__share a:active,
        .blogpost-card__share a:focus,
        .blogpost-card--hero__share a:focus,
        .blogpost-card--mini__share a:focus {
            line-height: unset;
            outline: none;
            text-decoration: none;
            color: #0E628D;
        }

.blogpost-card:hover {
    -webkit-transition: -webkit-transform 623ms;
    transition: -webkit-transform 623ms;
    transition: transform 623ms;
    transition: transform 623ms, -webkit-transform 623ms;
    -webkit-transform: translateX(0px) translateY(-20px);
    transform: translateX(0px) translateY(-20px);
    box-shadow: 13px 33px 36px -3px rgba(23, 23, 23, 0.05);
}

    .blogpost-card:hover .blogpost-card__title {
        color: #0E628D !important;
    }

.blogpost-card--hero {
    max-width: 900px;
    border: none;
}

    .blogpost-card--hero .blogpost-card__image {
        height: 250px;
    }

@media (min-width: 500px) {
    .blogpost-card--hero .blogpost-card__image {
        height: 300px;
    }
}

.blogpost-card--hero .blogpost-card__title {
    font-size: 24px;
}

.blogpost-card--mini {
    margin: 5px auto 20px auto;
    border: none;
    max-width: 240px;
}

    .blogpost-card--mini .blogpost-card__image {
        height: 100px;
    }

    .blogpost-card--mini .blogpost-card__meta-content {
        padding-top: 6px;
        padding-bottom: 6px;
        font-size: 12px;
    }

        .blogpost-card--mini .blogpost-card__meta-content [wk-icon] {
            font-size: 6px;
            line-height: 12px;
        }

    .blogpost-card--mini .blogpost-card__title {
        margin-top: 5px;
        margin-bottom: 5px;
        min-height: 44px;
        max-height: 44px !important;
        font-size: 16px !important;
        line-height: 22px !important;
    }

    .blogpost-card--mini .blogpost-card__summary {
        display: none !important;
    }

    .blogpost-card--mini .blogpost-card__share {
        margin-top: 10px;
        font-size: 12px;
        display: none;
    }

        .blogpost-card--mini .blogpost-card__share a {
            margin-left: 5px;
        }

.blog-section__group {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 1px;
    padding-top: 1px;
    margin: 15px auto 40px auto;
    width: 100%;
    max-width: 1000px;
}

.blog-section__hero-group {
    padding-bottom: 1px;
    padding-top: 1px;
    margin: 15px auto 15px auto;
    widht: 100%;
    max-width: 1200px;
    max-width: 1000px;
}

    .blog-section__hero-group .blog-section__blogpost-group {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .blog-section__hero-group .blog-section__blogpost-group .blogpost-card--mini {
            min-width: 155px;
            margin-top: 0px;
            width: 48%;
        }

@media (min-width: 860px) {
    .blog-section__hero-group {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

        .blog-section__hero-group .blogpost-card--hero {
            min-width: 400px;
            margin-top: 0px;
            margin-bottom: 0px;
            margin-right: 5px;
        }

        .blog-section__hero-group .blogpost-card--mini {
            margin-top: 5px;
            margin-bottom: 0px;
        }

            .blog-section__hero-group .blogpost-card--mini:nth-child(n+5) {
                display: none;
            }
}

.blog-section__blogpost-group .blogpost-card {
    /* min-width: 260px; */
}

@media (min-width: 600px) {
    .blog-section__blogpost-group {
        /* & .blogpost-card:nth-child(-n+2){*/
        /* 	//display: block; */
        /* }*/
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .blog-section__blogpost-group .blogpost-card,
        .blog-section__blogpost-group .nativead--blog {
            width: 48%;
        }
}

@media (min-width: 780px) {
    .blog-section__blogpost-group {
        /* & .blogpost-card:nth-child(-n+3){*/
        /* 	//display: block; */
        /* }*/
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .blog-section__blogpost-group .blogpost-card,
        .blog-section__blogpost-group .nativead--blog {
            width: 30%;
        }
}

.blog-section__header {
    display: block;
    width: 100%;
    border-bottom: solid 1px #e5e5e5;
    margin-bottom: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-section__header--hero {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 20px;
    text-align: right;
    max-width: 1000px;
    margin: 0px auto 30px auto;
}

    .blog-section__header--hero .blog-section__view-more {
        text-transform: lowercase;
        color: black;
        font-size: 14px;
    }

        .blog-section__header--hero .blog-section__view-more:hover {
            color: #0E628D;
        }

.blog-section__title {
    color: black;
    font-size: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px black;
    display: inline-block;
    width: 49%;
}

.blog-section__view-more {
    color: #959595;
    font-size: 16px;
    padding-bottom: 20px;
    min-width: 65px;
    text-transform: uppercase;
    display: inline-block;
    width: 50%;
    text-align: right;
}

.btn {
    min-height: 35px;
}

.btn-primary {
    background-color: #1c6e93;
    padding: 6px 25px;
    font-weight: 600;
}

    .btn-primary:hover,
    .btn-primary:active {
        background-color: #1c6e93;
        padding: 6px 25px;
        font-weight: 600;
        outline: none;
    }

.btn-secondary {
    background: #53713b;
    border: 1px solid #fff;
    color: #ffffff;
    font-weight: 600;
}

    .btn-secondary:hover,
    .btn-secondary:active {
        background: #53713b;
        border: 1px solid #fff;
        color: #ffffff;
        outline: none;
    }
/* .btn--square{*/
/* }*/
.card-carousel {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.card-carousel__arrow-left,
.card-carousel__arrow-right {
    border: solid 3px #474747;
    border: 2px solid transparent;
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.14);
    height: 48px;
    width: 48px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    color: #474747;
    background-color: white;
    cursor: pointer;
    position: absolute;
    z-index: 10;
    top: 40%;
    -webkit-transition: -webkit-transform 1000ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 1000ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 1000ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 1000ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1000ms cubic-bezier(0.19, 1, 0.22, 1);
}

    .card-carousel__arrow-left span,
    .card-carousel__arrow-right span,
    .card-carousel__arrow-left [wk-icon],
    .card-carousel__arrow-right [wk-icon] {
        font-weight: bold;
        font-size: 22px;
    }

    .card-carousel__arrow-left:hover,
    .card-carousel__arrow-right:hover {
        -webkit-transform: scaleX(1.1) scaleY(1.1);
        transform: scaleX(1.1) scaleY(1.1);
        box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.34);
    }

.card-carousel--960 .card-carousel__arrow-left,
.card-carousel--960 .card-carousel__arrow-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

@media (min-width: 960px) {
    .card-carousel--960 .card-carousel__arrow-left,
    .card-carousel--960 .card-carousel__arrow-right {
        display: none;
    }
}

.card-carousel--640 .card-carousel__arrow-left,
.card-carousel--640 .card-carousel__arrow-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

@media (min-width: 640px) {
    .card-carousel--640 .card-carousel__arrow-left,
    .card-carousel--640 .card-carousel__arrow-right {
        display: none;
    }
}

.card-carousel--320 .card-carousel__arrow-left,
.card-carousel--320 .card-carousel__arrow-right {
    display: none;
}

.card-carousel__arrow-left {
    left: -18px;
}

.card-carousel__arrow-right {
    right: -18px;
}

.card-carousel__flex-wrapper {
    scrollbar-width: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    overflow: hidden;
    /*overflow-x: scroll; */
    /* allow for scrolling */
    overflow-x: auto;
    /* make it smooth on iOS */
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    /* IE 10+*/
    overflow: -moz-scrollbars-none;
    /* Firefox*/
    /* Begin styling for ___blogpost-card___ here */
    /* End styling for ___blogpost-card___ here */
    /* Begin styling for ___blogpost-card___ here */
    /* End styling for ___blogpost-card___ here */
    /* Begin styling for ___blogpost-card___ here */
    /* Begin styling for ___blogpost-card___ here */
    /* End styling for ___blogpost-card___ here */
    /* Begin styling for ___blogpost-card___ here */
    /* End styling for ___blogpost-card___ here */
    /* Begin styling for ___guidelines-card___ here */
    /* End styling for ___guidelines-card___ here */
    /* Begin styling for ______ here */
    /*
				You awesome card styles here 	
			*/
    /* End styling for ______ here */
}

    .card-carousel__flex-wrapper.center {
        justify-content: center;
    }

    .card-carousel__flex-wrapper::-webkit-scrollbar {
        /* This is the magic bit */
        display: none;
    }

    .card-carousel__flex-wrapper.left {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .card-carousel__flex-wrapper .blogpost-card,
    .card-carousel__flex-wrapper .nativead--blog {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        min-width: 240px;
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
        /*max-width: 278px; */
        max-width: 260px;
        margin-right: 16px;
        margin-left: 16px;
    }

@media (min-width: 600px) {
    .card-carousel__flex-wrapper .blogpost-card,
    .card-carousel__flex-wrapper .nativead--blog {
        max-width: 290px;
    }
}

.card-carousel__flex-wrapper .category-card--guidelines,
.card-carousel__flex-wrapper .category-card--tipcards,
.card-carousel__flex-wrapper .category-card--blogs {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-width: 260px;
    /* height: -webkit-max-content; */
    /* height: -moz-max-content; */
    /* height: max-content;*/
    /*max-width: 278px; */
    max-width: 260px;
    margin-right: 15px;
    margin-left: 15px;
}

@media (min-width: 600px) {
    .card-carousel__flex-wrapper .category-card--guidelines,
    .card-carousel__flex-wrapper .category-card--tipcards,
    .card-carousel__flex-wrapper .category-card--blogs {
        max-width: 260px;
    }
}

.card-carousel__flex-wrapper .category-card,
.card-carousel__flex-wrapper .category-card.guidelines {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-width: 260px;
    /* height: -webkit-max-content; */
    /* height: -moz-max-content; */
    /* height: max-content;*/
    /*max-width: 278px; */
    max-width: 260px;
    margin-right: 25px;
    margin-left: 25px;
}

@media (min-width: 600px) {
    .card-carousel__flex-wrapper .category-card,
    .card-carousel__flex-wrapper .category-card.guidelines {
        max-width: 260px;
    }
}

.card-carousel__flex-wrapper .content-card,
.card-carousel__flex-wrapper .content-card--nonog,
.card-carousel__flex-wrapper .nativead--content-card {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-width: 260px;
    /* height: -webkit-max-content; */
    /* height: -moz-max-content; */
    /* height: max-content;*/
    /*max-width: 278px; */
    max-width: 260px;
    margin-right: 15px;
    margin-left: 15px;
}

@media (min-width: 600px) {
    .card-carousel__flex-wrapper .content-card,
    .card-carousel__flex-wrapper .content-card--nonog,
    .card-carousel__flex-wrapper .nativead--content-card {
        max-width: 260px;
    }
}

.card-carousel__flex-wrapper .image-card {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 15px;
    margin-right: 15px;
}

.card-carousel__flex-wrapper .featured-card,
.card-carousel__flex-wrapper .text-card {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    /*max-width: 260px; */
    margin-right: 45px;
    margin-left: 15px;
}

.card-carousel__flex-wrapper .healthday-news,
.card-carousel__flex-wrapper .nursing-event {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 260px;
    margin-right: 0px;
    margin-left: 45px;
}

@media (min-width: 600px) {
    .card-carousel__flex-wrapper .healthday-news,
    .card-carousel__flex-wrapper .nursing-event {
        max-width: 260px;
    }
}

.card-carousel__flex-wrapper .guidelines-card,
.card-carousel__flex-wrapper .nativead--guidelines {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    max-width: 260px;
    margin-right: 15px;
    margin-left: 15px;
    /*   	@media (min-width: 400px) {*/
    /*   		max-width: 240px;*/
    /* } */
    /* @media (min-width: 600px) {*/
    /*   		max-width: 260px;*/
    /* }*/
}

.card-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 20px;
    width: 100%;
}

    .card-group.center {
        justify-content: center;
    }

    .card-group.space-between {
        justify-content: space-between;
    }

    .card-group.space-evenly {
        justify-content: space-evenly;
    }

    .card-group .content-card {
        margin-top: 10px;
        margin-bottom: 45px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: 400px;
    }

@media (min-width: 600px) {
    .card-group .content-card {
        max-width: 280px;
    }
}

.card-group .image-card {
    margin-top: 10px;
    margin-bottom: 45px;
}

.card-group .text-card {
    margin-left: auto;
    margin-right: auto;
}

.card-group .featured-card {
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 1000px) {
    .card-group.video-library .content-card {
        margin-top: 10px;
        margin-bottom: 40px;
        margin-left: 13px;
        margin-right: 13px;
    }
}

.card-group.blog .content-card {
    margin-top: 10px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

@media (min-width: 425px) {
    .card-group.blog .content-card {
        max-width: 280px;
    }
}

.ce-dashboard {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    background-color: white;
    color: black;
    border-radius: 3px;
    border: solid 1px #cecece;
    padding: 3% 0%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    margin: 20px auto;
}

    .ce-dashboard .ce-dashboard__section {
        width: 100%;
        padding-right: 3%;
        padding-left: 3%;
        font-size: 12px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

        .ce-dashboard .ce-dashboard__section.border {
            border-right: solid 1px #cecece;
            border-left: solid 1px #cecece;
            padding-right: 3%;
            padding-left: 3%;
            margin-top: -3%;
            margin-bottom: -3%;
            padding-top: 3%;
            padding-bottom: 3%;
        }

        .ce-dashboard .ce-dashboard__section .ce-dashboard__number {
            color: #007ac3;
            font-weight: 300;
            font-size: 3rem;
        }

@media (min-width: 600px) {
    .ce-dashboard .ce-dashboard__section .ce-dashboard__number {
        font-size: 6rem;
    }
}

.ce-dashboard .ce-dashboard__section .ce-dashboard__name {
    font-weight: 100;
    font-style: italic;
    color: black;
    font-size: 1.1rem;
}

@media (min-width: 600px) {
    .ce-dashboard .ce-dashboard__section .ce-dashboard__name {
        font-size: 1.5rem;
    }
}

.ce-dashboard__link {
    font-weight: 100;
    font-size: 14px;
    line-height: 26px;
    width: auto;
    width: fit-content;
    color: #007ac3;
    padding: 0px;
    font-style: italic;
    text-align: right;
    display: block;
    margin: 20px 0px 5px auto;
    cursor: pointer;
    transition: all 0.3s ease-out;
}

    .ce-dashboard__link [wk-icon^="arrow"] {
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .ce-dashboard__link:hover {
        font-size: 16px;
        line-height: 26px;
    }

        .ce-dashboard__link:hover [wk-icon="arrow-right"] {
            -webkit-transform: translate3d(6px, 0px, 0px);
            transform: translate3d(6px, 0px, 0px);
        }

.chkNewsLettersList tbody tr td {
    padding: 5px 10px 5px 5px;
}

    .chkNewsLettersList tbody tr td input {
        flex-basis: 20px;
        text-align: right;
        padding: 10px;
        margin: 10px;
        cursor: pointer;
    }

    .chkNewsLettersList tbody tr td label {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 0px;
        margin: 0px;
        padding-top: 10px;
        padding-bottom: 10px;
        font-weight: normal;
        cursor: pointer;
    }

@media(max-width:992px) {
    .chkNewsLettersList tbody tr td label {
        font-size: 7px;
        line-height: 1px;
        margin-bottom: 0px;
        margin: 0px;
        padding-top: 5px;
        padding-bottom: 1px;
        font-weight: normal;
        cursor: pointer;
    }
}

@media(max-width:992px) {
    .chkNewsLettersList tbody tr td {
        padding: 0px;
    }
}

.chkNewsLettersList tbody tr td:hover {
    box-shadow: 2px 2px 4px #e1e1e1;
}

.confirm-purchase {
    margin: 30px auto;
    width: 100%;
    max-width: 600px;
    padding: 60px 20px;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.15);
}

@media (min-width: 600px) {
    .confirm-purchase {
        padding-left: 60px;
        padding-right: 60px;
        max-width: 800px;
    }
}

.confirm-purchase .confirm-purchase__title {
    font-size: 22px;
    font-weight: 400;
}

.confirm-purchase .separator {
    border: solid black 1px;
}

.confirm-purchase .confirm-purchase__back {
    text-transform: uppercase;
    font-size: 14px;
}

    .confirm-purchase .confirm-purchase__back [wk-icon] {
        margin-left: 0px;
    }

.confirm-purchase .confirm-purchase__description {
    font-size: 16px;
    line-height: 26px;
    font-weight: 100;
    margin: 20px auto;
}

.confirm-purchase .confirm-purchase__total {
    margin: 10px auto;
    text-transform: uppercase;
}

.confirm-purchase .confirm-purchase__total-charged {
    font-size: 18px;
    padding-top: 15px;
    border-top: solid 1px #eeeeee;
    margin-top: 15px;
}

.confirm-purchase .confirm-purchase__purchase-button {
    display: block;
    background-color: #00619C;
    width: 270px;
    padding: 1.1em 0px;
    letter-spacing: .05em;
    color: #fff;
    text-transform: uppercase;
    border-radius: 2px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
    margin: 45px auto 15px auto;
    cursor: pointer;
    border-radius: 3px;
    transition: transform 673ms;
    transform: translateX(0px) translateY(0px);
}

    .confirm-purchase .confirm-purchase__purchase-button:hover {
        transition: all 0.3s ease-out;
        transform: translateX(0px) translateY(-5px);
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
    }

.content-badge {
    display: inline-block;
    vertical-align: middle;
    vertical-align: text-bottom;
    text-align: center;
    padding: 4px 8px 3px 7px;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    border: none;
    color: white;
    background-color: #003471;
    border-radius: 23px;
    box-shadow: 0px 2px 4px 0px black;
}

    .content-badge.no-shadow {
        box-shadow: none;
    }

    .content-badge.buy {
        background-color: #009881;
    }

    .content-badge.ce {
        background-color: #E5202E;
        padding: 4px 10px 5px 10px;
    }

    .content-badge.normal-case {
        text-transform: none;
    }

    .content-badge.price {
        background-color: transparent;
        text-shadow: 2px 2px 5px black;
        color: white;
        box-shadow: none;
        padding: 6px 3px;
    }

.content-badge--guidelines {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    padding: 7px 12px;
    font-size: 14px;
    border: solid 1px #0f628d;
    color: white;
    background-color: #0f628d;
    border-radius: 30px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

    .content-badge--guidelines:hover,
    .content-badge--guidelines:active {
        text-decoration: none;
        color: black;
        outline: none;
        background-color: white;
    }

.content-card {
    width: 100%;
    min-width: 260px;
    margin: 0px;
    border: solid 1px #e8e8e8;
    border-radius: 5px;
    font-family: "Fira Sans";
    text-decoration: none;
    display: block;
    color: black;
    line-height: unset;
    position: relative;
    outline: none;
    transition: transform 673ms;
    transform: translateX(0px) translateY(0px);
    background-color: white;
    align-self: flex-start;
}

    .content-card.no-border {
        border: none;
    }

    .content-card .content-card__image-content {
        height: 170px;
        width: 100%;
        position: relative;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        overflow: hidden;
    }

        .content-card .content-card__image-content.small {
            height: 120px;
        }

            .content-card .content-card__image-content.small .content-card__image.portrait {
                background-size: auto 110px !important;
            }

        .content-card .content-card__image-content .content-card__bookmark {
            position: absolute;
            top: 5px;
            right: 0px;
            background-color: transparent;
            color: white;
            margin: 0px;
            /* display: none; */
            z-index: 4;
            width: 37px;
            height: 43px;
            padding: 3px 10px;
            cursor: pointer;
            transition: transform 1000ms cubic-bezier(0.19, 1, 0.22, 1);
        }

            .content-card .content-card__image-content .content-card__bookmark:hover {
                transform: scaleX(1.1) scaleY(1.1);
            }

            .content-card .content-card__image-content .content-card__bookmark svg {
                width: 100%;
                height: 100%;
            }

            .content-card .content-card__image-content .content-card__bookmark .bookmark-svg path {
                stroke-width: 9;
                fill: #FFFFFF;
                stroke: #000000;
            }

            .content-card .content-card__image-content .content-card__bookmark.active .bookmark-svg path {
                fill: #000000;
                fill: #007ac3;
                stroke: #FFFFFF;
            }

        .content-card .content-card__image-content .content-card__banner {
            margin: 0px;
            position: absolute;
            padding: 4px 10px;
            background: white;
            border-color: #156D95;
            font-size: 10px;
            line-height: 18px;
            font-weight: 400;
            box-shadow: -1px 1px 70px rgba(0, 0, 0, 0.15);
            z-index: 4;
        }

            .content-card .content-card__image-content .content-card__banner.title {
                font-weight: bold;
                text-transform: uppercase;
                font-size: 12px;
                min-width: 90px;
            }

            .content-card .content-card__image-content .content-card__banner.center-align {
                text-align: center;
            }

            .content-card .content-card__image-content .content-card__banner.right-align {
                text-align: right;
            }

            .content-card .content-card__image-content .content-card__banner.left-align {
                text-align: left;
            }

            .content-card .content-card__image-content .content-card__banner.top {
                top: 15px;
            }

            .content-card .content-card__image-content .content-card__banner.bottom {
                bottom: 15px;
            }

            .content-card .content-card__image-content .content-card__banner.left {
                border-left: solid 4px #156D95;
                border-right: none;
                left: 0px;
            }

            .content-card .content-card__image-content .content-card__banner.right {
                border-right: solid 4px #156D95;
                border-left: none;
                right: 0px;
            }

            .content-card .content-card__image-content .content-card__banner.gray {
                border-right-color: #585858;
                border-left-color: #585858;
            }

            .content-card .content-card__image-content .content-card__banner.transparent {
                border: none;
                background-color: transparent;
                color: white;
                box-shadow: none;
            }

            .content-card .content-card__image-content .content-card__banner .title {
                font-weight: bold;
            }

            .content-card .content-card__image-content .content-card__banner .content-badge {
                margin-left: 5px;
                margin-top: -5px;
            }

        .content-card .content-card__image-content .content-card__image {
            display: block;
            height: 100%;
            width: 100%;
            margin: 0px;
            background-color: black;
            position: relative;
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
            background-position: 50% 50% !important;
            background-origin: border-box !important;
            background-size: cover !important;
            background-repeat: no-repeat;
            background-image: url('App_Themes/NursingCenter/images/lnc-logo.svg');
            background-image: url('../../images/lnc-logo.svg');
            color: white;
            transition: all 0.3s ease-out;
        }

            .content-card .content-card__image-content .content-card__image:before {
                color: white;
                position: absolute;
                font-size: 50px;
                left: 50%;
                top: 50%;
                transform: translate3d(-50%, -50%, 0);
                margin: 0px;
                z-index: 4;
                transition: all 0.3s ease-out;
                display: none;
            }

            .content-card .content-card__image-content .content-card__image.video:before {
                display: block;
            }

            .content-card .content-card__image-content .content-card__image.portrait {
                background-size: auto 160px !important;
            }

            .content-card .content-card__image-content .content-card__image:hover {
                color: #156D95;
                opacity: 0.4;
                opacity: 0.7;
                transform: scale(1.05);
                background-color: #297cbb;
            }

                .content-card .content-card__image-content .content-card__image:hover:before {
                    color: #156D95;
                }

    .content-card .content-card__main-content {
        padding: 10px 15px;
        max-width: 100%;
        width: 100%;
    }

        .content-card .content-card__main-content .content-card__text {
            margin: 0px 0px 10px 0px;
            line-height: unset;
            display: block;
            text-decoration: none;
            transition: color 0.3s ease-out;
            color: #585858;
            font-size: 14px;
            font-weight: 400;
            line-height: 18px;
            min-height: 36px;
            max-height: 45px;
            width: 100%;
            max-width: 100%;
            -webkit-line-clamp: 2;
        }

        .content-card .content-card__main-content .content-card__text_source_heading {
            margin: 0px 0px 0px 0px;
            line-height: unset;
            display: block;
            text-decoration: none;
            transition: color 0.3s ease-out;
            color: #585858;
            font-size: 12px;
            font-weight: bold;
            line-height: 18px;
            width: 100%;
            max-width: 100%;
            -webkit-line-clamp: 2;
        }

        .content-card .content-card__main-content .content-card__text_source {
            margin: 0px 0px 0px -1px;
            line-height: unset;
            display: block;
            text-decoration: none;
            transition: color 0.3s ease-out;
            color: #585858;
            font-size: 13px;
            line-height: 18px;
            min-height: 36px;
            max-height: 45px;
            width: 100%;
            max-width: 100%;
            -webkit-line-clamp: 2;
        }

        .content-card .content-card__main-content .content-card__text_bookmark {
            margin: 25px 0px 10px 0px;
            line-height: unset;
            display: block;
            text-decoration: none;
            transition: color 0.3s ease-out;
            color: #585858;
            font-size: 14px;
            font-weight: 400;
            line-height: 18px;
            min-height: 36px;
            max-height: 36px;
            width: 100%;
            max-width: 100%;
            -webkit-line-clamp: 2;
        }

        .content-card .content-card__main-content .content-card__text.one-line {
            min-height: 18px;
            max-height: 18px;
            -webkit-line-clamp: 1;
        }

        .content-card .content-card__main-content .content-card__text.three-lines {
            min-height: 54px;
            max-height: 54px;
            -webkit-line-clamp: 3;
        }

        .content-card .content-card__main-content .content-card__text.five-lines {
            min-height: 90px;
            max-height: 90px;
            -webkit-line-clamp: 5;
        }

        .content-card .content-card__main-content .content-card__text.double-margin {
            margin-bottom: 20px;
        }

        .content-card .content-card__main-content .content-card__text.bold {
            font-weight: bold;
        }

        .content-card .content-card__main-content .content-card__text .bold {
            font-weight: bold;
        }

        .content-card .content-card__main-content .content-card__text.fluid-lines {
            -webkit-line-clamp: unset;
            min-height: auto;
            max-height: auto;
        }

        .content-card .content-card__main-content .content-card__text.sm-margin {
            margin: 8px auto;
        }

        .content-card .content-card__main-content .content-card__text a {
            cursor: pointer;
            color: #585858;
            line-height: unset;
        }

            .content-card .content-card__main-content .content-card__text a:hover {
                color: #0E628D;
                line-height: unset;
            }

        .content-card .content-card__main-content .content-card__text.link {
            color: #007ac3;
        }

            .content-card .content-card__main-content .content-card__text.link a {
                color: #007ac3;
            }

        .content-card .content-card__main-content .content-card__text .content-badge {
            margin-left: 5px;
            font-size: 10px;
            line-height: 12px;
            padding: 3px 8px 2px 8px;
        }

        .content-card .content-card__main-content .content-card__text.title {
            color: black;
            font-weight: 700;
            font-size: 16px;
            line-height: 23px;
            min-height: 46px;
            max-height: 46px;
            -webkit-line-clamp: 2;
        }

            .content-card .content-card__main-content .content-card__text.title.three-lines {
                min-height: 69px;
                max-height: 69px;
                -webkit-line-clamp: 3;
            }

            .content-card .content-card__main-content .content-card__text.title.one-line {
                min-height: 23px;
                max-height: 23px;
                -webkit-line-clamp: 1;
            }

            .content-card .content-card__main-content .content-card__text.title a {
                cursor: pointer;
                color: black;
                line-height: unset;
            }

                .content-card .content-card__main-content .content-card__text.title a:hover {
                    color: #0E628D;
                    line-height: unset;
                }

            .content-card .content-card__main-content .content-card__text.title .content-badge {
                margin-left: 10px;
                font-size: 12px;
                line-height: 16px;
                padding: 3px 10px 2px 10px;
            }

        .content-card .content-card__main-content .content-card__list {
            display: block;
            text-decoration: none;
            border-left: solid 4px #156D95;
            padding-left: 8px;
            margin-bottom: 10px;
            color: #585858;
            font-size: 12px;
            line-height: 18px;
        }

            .content-card .content-card__main-content .content-card__list.two-lines {
                min-height: 36px;
                max-height: 36px;
                -webkit-line-clamp: 2;
            }

            .content-card .content-card__main-content .content-card__list-item,
            .content-card .content-card__main-content .content-card__list a {
                cursor: pointer;
                margin-right: 6px;
                padding-right: 7px;
                color: #156D95;
                border-right: solid 1px #585858;
                text-decoration: none;
                font-weight: 500;
                font-size: 12px;
                line-height: 18px;
            }

                .content-card .content-card__main-content .content-card__list-item:last-child,
                .content-card .content-card__main-content .content-card__list a:last-child {
                    border-right: none;
                }

                .content-card .content-card__main-content .content-card__list-item:hover,
                .content-card .content-card__main-content .content-card__list a:hover {
                    color: #585858;
                }

        .content-card .content-card__main-content .content-card__footer {
            padding-top: 10px;
            text-align: right;
            color: #585858;
            border-top: solid 1px #e8e8e8;
            font-size: 12px;
            line-height: 18px;
        }

            .content-card .content-card__main-content .content-card__footer.center {
                text-align: center;
            }

            .content-card .content-card__main-content .content-card__footer.uppercase {
                text-transform: uppercase;
            }

            .content-card .content-card__main-content .content-card__footer.bold {
                font-weight: bold;
            }

            .content-card .content-card__main-content .content-card__footer [wk-icon] {
                margin-left: 5px;
                color: #585858;
                transition: transform 1000ms cubic-bezier(0.19, 1, 0.22, 1);
                cursor: pointer;
            }

                .content-card .content-card__main-content .content-card__footer [wk-icon]:hover,
                .content-card .content-card__main-content .content-card__footer [wk-icon]:active,
                .content-card .content-card__main-content .content-card__footer [wk-icon]:focus {
                    line-height: unset;
                    outline: none;
                    text-decoration: none;
                    color: #0E628D;
                    transform: scaleX(1.4) scaleY(1.4);
                }

            .content-card .content-card__main-content .content-card__footer [wk-icon="announce"] {
                cursor: default;
            }

                .content-card .content-card__main-content .content-card__footer [wk-icon="announce"]:hover,
                .content-card .content-card__main-content .content-card__footer [wk-icon="announce"]:active,
                .content-card .content-card__main-content .content-card__footer [wk-icon="announce"]:focus {
                    color: #585858;
                    transform: scaleX(1) scaleY(1);
                }

    .content-card.mini {
        display: flex;
        max-height: 140px;
        height: 140px;
    }

        .content-card.mini .content-card__image-content {
            max-width: 110px;
            min-width: 110px;
            width: 110px;
            height: 140px;
            border-top-right-radius: 0px;
            border-bottom-left-radius: 4px;
        }

            .content-card.mini .content-card__image-content .content-card__bookmark {
                right: auto;
                left: 0px;
            }

            .content-card.mini .content-card__image-content .content-card__image {
                border-top-right-radius: 0px;
                border-bottom-left-radius: 4px;
                background-size: contain !important;
            }

        .content-card.mini .content-card__main-content {
            display: flex;
            flex-direction: column;
        }

            .content-card.mini .content-card__main-content .content-card__banner {
                margin: 0px;
                position: absolute;
                background: white;
                border-color: #156D95;
                font-size: 10px;
                line-height: 18px;
                font-weight: 400;
                box-shadow: -1px 1px 70px rgba(0, 0, 0, 0.15);
                z-index: 4;
                padding: 4px 5px 3px 5px;
            }

                .content-card.mini .content-card__main-content .content-card__banner.top {
                    top: 0px;
                }

                .content-card.mini .content-card__main-content .content-card__banner.right {
                    border-right: solid 4px #156D95;
                    border-left: none;
                    right: 0px;
                }

                .content-card.mini .content-card__main-content .content-card__banner.transparent {
                    border: none;
                    background-color: transparent;
                    color: white;
                    box-shadow: none;
                    margin-top: 8px;
                    margin-right: 10px;
                }

                .content-card.mini .content-card__main-content .content-card__banner .title {
                    font-weight: bold;
                }

                .content-card.mini .content-card__main-content .content-card__banner .content-badge {
                    margin-left: 5px;
                    margin-top: -5px;
                }

            .content-card.mini .content-card__main-content .content-card__text {
                margin: 10px 0px 5px 0px;
                width: 100%;
                max-width: 100%;
            }

                .content-card.mini .content-card__main-content .content-card__text.price {
                    padding-right: 60px;
                }

                .content-card.mini .content-card__main-content .content-card__text.sm-margin {
                    margin: 8px auto;
                }

                .content-card.mini .content-card__main-content .content-card__text.first-element {
                    margin-top: 15px;
                }

    .content-card.mini--empty-state {
        margin: 15px auto;
    }

        .content-card.mini--empty-state .fake-text {
            width: 100%;
            background-color: #bfbfbf;
            height: 12px;
            margin: 2px auto 2px 0px;
        }

            .content-card.mini--empty-state .fake-text.eighty {
                width: 80%;
                display: inline-block;
            }

            .content-card.mini--empty-state .fake-text.forty {
                width: 40%;
                display: inline-block;
            }

            .content-card.mini--empty-state .fake-text.ten {
                width: 10%;
                display: inline-block;
            }

        .content-card.mini--empty-state .content-card__image-content {
            max-width: 120px;
            min-width: 120px;
            width: 120px;
            height: 118px;
            border-top-right-radius: 0px;
            border-bottom-left-radius: 4px;
        }

            .content-card.mini--empty-state .content-card__image-content .content-card__bookmark {
                position: absolute;
                top: 5px;
                right: auto;
                left: 0px;
                background-color: transparent;
                color: white;
                margin: 0px;
                /* display: none; */
                z-index: 4;
                width: 57px;
                height: 63px;
                padding: 3px 10px;
                cursor: initial;
                transition: transform 1000ms cubic-bezier(0.19, 1, 0.22, 1);
            }

                .content-card.mini--empty-state .content-card__image-content .content-card__bookmark:hover {
                    transform: scaleX(1) scaleY(1);
                }

                .content-card.mini--empty-state .content-card__image-content .content-card__bookmark svg {
                    width: 100%;
                    height: 100%;
                }

                .content-card.mini--empty-state .content-card__image-content .content-card__bookmark .bookmark-svg path {
                    stroke-width: 9;
                    fill: #bfbfbf;
                    stroke: #ffffff;
                }

                .content-card.mini--empty-state .content-card__image-content .content-card__bookmark.active .bookmark-svg path {
                    stroke-width: 9;
                    fill: #007ac3;
                    stroke: #FFFFFF;
                }

            .content-card.mini--empty-state .content-card__image-content .content-card__image {
                border-top-right-radius: 0px;
                border-bottom-left-radius: 4px;
                background-color: white;
                border-right: solid 1px #ececec;
                background-image: none;
            }

        .content-card.mini--empty-state .content-card__main-content {
            display: flex;
            flex-direction: column;
            width: 100%;
        }

            .content-card.mini--empty-state .content-card__main-content .content-card__text {
                margin: auto auto;
                width: 100%;
            }

    .content-card.mini-text {
        display: block;
        max-height: 150px;
        height: 150px;
    }

        .content-card.mini-text .content-card__banner {
            margin: 0px;
            position: absolute;
            background: white;
            border-color: #156D95;
            font-size: 10px;
            line-height: 18px;
            font-weight: 400;
            box-shadow: -1px 1px 70px rgba(0, 0, 0, 0.15);
            z-index: 4;
            padding: 4px 5px 3px 5px;
        }

            .content-card.mini-text .content-card__banner.top {
                top: 0px;
            }

            .content-card.mini-text .content-card__banner.right {
                border-right: solid 4px #156D95;
                border-left: none;
                right: 0px;
            }

            .content-card.mini-text .content-card__banner.transparent {
                border: none;
                background-color: transparent;
                color: white;
                box-shadow: none;
            }

            .content-card.mini-text .content-card__banner .title {
                font-weight: bold;
            }

            .content-card.mini-text .content-card__banner .content-badge {
                margin-left: 5px;
            }

        .content-card.mini-text .content-card__main-content {
            padding: 5px 10px;
            display: block;
        }

            .content-card.mini-text .content-card__main-content .content-card__text {
                margin: auto auto;
            }

                .content-card.mini-text .content-card__main-content .content-card__text.price {
                    padding-right: 60px;
                }

                .content-card.mini-text .content-card__main-content .content-card__text.sm-margin {
                    margin: 16px auto;
                }

                .content-card.mini-text .content-card__main-content .content-card__text.sm-margin_recent-activity-purcahse {
                    margin: 15px auto;
                }

    .content-card.mini-text--empty-state {
        margin: 15px auto;
    }

    .content-card.mini-text .content-card__main-content .content-card__text.sm-margin_price {
        margin: 6px auto;
    }

    .content-card.mini-text--empty-state .fake-text {
        width: 100%;
        background-color: #bfbfbf;
        height: 12px;
        margin: 2px auto 2px 0px;
    }

        .content-card.mini-text--empty-state .fake-text.eighty {
            width: 80%;
            display: inline-block;
        }

        .content-card.mini-text--empty-state .fake-text.forty {
            width: 40%;
            display: inline-block;
        }

        .content-card.mini-text--empty-state .fake-text.ten {
            width: 10%;
            display: inline-block;
        }

    .content-card.mini-text--empty-state .content-badge {
        min-width: 80px;
        min-height: 30px;
    }

    .content-card.empty-state {
        margin: 15px auto;
    }

        .content-card.empty-state .fake-text {
            width: 100%;
            background-color: #bfbfbf;
            height: 12px;
            margin: 2px auto 2px 0px;
        }

            .content-card.empty-state .fake-text.eighty {
                width: 80%;
                display: inline-block;
            }

            .content-card.empty-state .fake-text.forty {
                width: 40%;
                display: inline-block;
            }

            .content-card.empty-state .fake-text.ten {
                width: 10%;
                display: inline-block;
            }

        .content-card.empty-state .content-card__image-content {
            height: 170px;
            width: 100%;
            position: relative;
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
            overflow: hidden;
        }

            .content-card.empty-state .content-card__image-content .content-card__bookmark {
                position: absolute;
                top: 5px;
                right: 0px;
                background-color: transparent;
                color: white;
                margin: 0px;
                /* display: none; */
                z-index: 4;
                width: 47px;
                height: 53px;
                padding: 3px 10px;
                cursor: initial;
                transition: transform 1000ms cubic-bezier(0.19, 1, 0.22, 1);
            }

                .content-card.empty-state .content-card__image-content .content-card__bookmark:hover {
                    transform: scaleX(1) scaleY(1);
                }

                .content-card.empty-state .content-card__image-content .content-card__bookmark svg {
                    width: 100%;
                    height: 100%;
                }

                .content-card.empty-state .content-card__image-content .content-card__bookmark .bookmark-svg path {
                    stroke-width: 9;
                    fill: #bfbfbf;
                    stroke: #ffffff;
                }

                .content-card.empty-state .content-card__image-content .content-card__bookmark.active .bookmark-svg path {
                    stroke-width: 9;
                    fill: #bfbfbf;
                    stroke: #ffffff;
                }

            .content-card.empty-state .content-card__image-content .content-card__banner {
                margin: 0px;
                position: absolute;
                padding: 4px 10px;
                background: white;
                border-color: #156D95;
                font-size: 10px;
                line-height: 18px;
                font-weight: 400;
                box-shadow: -1px 1px 70px rgba(0, 0, 0, 0.15);
                z-index: 4;
                box-shadow: none;
            }

                .content-card.empty-state .content-card__image-content .content-card__banner.title {
                    font-weight: bold;
                    text-transform: uppercase;
                    font-size: 12px;
                    min-width: 90px;
                }

                .content-card.empty-state .content-card__image-content .content-card__banner.center-align {
                    text-align: center;
                }

                .content-card.empty-state .content-card__image-content .content-card__banner.right-align {
                    text-align: right;
                }

                .content-card.empty-state .content-card__image-content .content-card__banner.left-align {
                    text-align: left;
                }

                .content-card.empty-state .content-card__image-content .content-card__banner.top {
                    top: 15px;
                }

                .content-card.empty-state .content-card__image-content .content-card__banner.bottom {
                    bottom: 15px;
                }

                .content-card.empty-state .content-card__image-content .content-card__banner.left {
                    border-left: solid 4px #156D95;
                    border-right: none;
                    left: 0px;
                    border-top: solid 2px #bfbfbf;
                    border-right: solid 2px #bfbfbf;
                    border-bottom: solid 2px #bfbfbf;
                }

                .content-card.empty-state .content-card__image-content .content-card__banner.right {
                    border-right: solid 4px #156D95;
                    border-left: none;
                    right: 0px;
                }

                .content-card.empty-state .content-card__image-content .content-card__banner.gray {
                    border-right-color: #585858;
                    border-left-color: #585858;
                }

                .content-card.empty-state .content-card__image-content .content-card__banner.transparent {
                    border: none;
                    background-color: transparent;
                    color: white;
                    box-shadow: none;
                }

                .content-card.empty-state .content-card__image-content .content-card__banner .title {
                    font-weight: bold;
                }

                .content-card.empty-state .content-card__image-content .content-card__banner .content-badge {
                    margin-left: 5px;
                }

            .content-card.empty-state .content-card__image-content .content-card__image {
                display: block;
                height: 100%;
                width: 100%;
                margin: 0px;
                position: relative;
                border-top-left-radius: 4px;
                border-top-right-radius: 4px;
                background-position: 50% 50% !important;
                background-origin: border-box !important;
                background-size: cover !important;
                background-repeat: no-repeat;
                background-image: none;
                color: white;
                transition: all 0.3s ease-out;
                background-color: white;
                border-bottom: solid 1px #ececec;
            }

                .content-card.empty-state .content-card__image-content .content-card__image:before {
                    color: white;
                    position: absolute;
                    font-size: 50px;
                    left: 50%;
                    top: 50%;
                    transform: translate3d(-50%, -50%, 0);
                    margin: 0px;
                    z-index: 4;
                    transition: all 0.3s ease-out;
                    display: none;
                }

                .content-card.empty-state .content-card__image-content .content-card__image:hover {
                    opacity: 1;
                    transform: scale(1);
                    background-color: white;
                }

                    .content-card.empty-state .content-card__image-content .content-card__image:hover:before {
                        color: #156D95;
                    }

.content-card--ux-response,
.content-card--ux-response--black {
    width: 100%;
    max-width: 600px;
    color: white;
    background-color: transparent;
    position: relative;
    z-index: 1;
    margin: 5px auto;
}

    .content-card--ux-response .content-card__text,
    .content-card--ux-response--black .content-card__text {
        color: white;
        text-align: center;
        margin: 10px auto 35px auto;
        font-weight: 300;
        font-size: 28px;
        line-height: 38px;
    }

    .content-card--ux-response .content-card__image,
    .content-card--ux-response--black .content-card__image {
        width: 200px;
        height: 200px;
        display: block;
        margin: 20px auto 5px auto;
        border: none;
    }

    .content-card--ux-response .ajaxloader,
    .content-card--ux-response--black .ajaxloader {
        width: 100%;
    }

.content-card--ux-response--black {
    color: black;
}

    .content-card--ux-response--black .content-card__text {
        color: black;
    }

.content-card-wrapper {
    width: 100%;
    margin: 15px auto;
    padding: 1px 0px;
}

    .content-card-wrapper.last-child {
        border-bottom: none;
    }

    .content-card-wrapper .content-card {
        margin: 10px auto;
    }

    .content-card-wrapper .content-card-wrapper__label {
        font-size: 14px;
        line-height: 24px;
        color: #474747;
    }

        .content-card-wrapper .content-card-wrapper__label.right {
            text-align: right;
            padding-right: 20px;
        }

        .content-card-wrapper .content-card-wrapper__label.left {
            text-align: left;
            padding-left: 20px;
        }

    .content-card-wrapper .content-card-wrapper__button {
        background: none;
        padding-left: 10px;
        padding-right: 20px;
        border-right: solid 2px black;
        margin-right: 20px;
        color: #007ac3;
        display: inline-block;
        cursor: pointer;
    }

        .content-card-wrapper .content-card-wrapper__button:hover {
            color: #474747;
        }

.content-navigator {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 600px;
    margin: 90px auto 45px auto;
}

    .content-navigator .content-navigator__prev,
    .content-navigator .content-navigator__next {
        max-width: 180px;
    }

        .content-navigator .content-navigator__prev .title,
        .content-navigator .content-navigator__next .title {
            font-size: 18px;
            font-weight: lighter;
            display: inline-block;
            text-transform: uppercase;
            transition: all 0.3s ease-out;
        }

@media (min-width: 450px) {
    .content-navigator .content-navigator__prev .title,
    .content-navigator .content-navigator__next .title {
        font-size: 24px;
    }
}

.content-navigator .content-navigator__prev .description,
.content-navigator .content-navigator__next .description {
    font-size: 12px;
    font-weight: lighter;
    display: inline-block;
    margin-top: 5px;
    color: #585858;
    transition: all 0.3s ease-out;
}

@media (min-width: 450px) {
    .content-navigator .content-navigator__prev .description,
    .content-navigator .content-navigator__next .description {
        font-size: 14px;
    }
}

.content-navigator .content-navigator__prev:hover .title,
.content-navigator .content-navigator__next:hover .title,
.content-navigator .content-navigator__prev:hover .description,
.content-navigator .content-navigator__next:hover .description {
    transition: all 0.3s ease-out;
    color: black;
}

.content-navigator .content-navigator__prev {
    border-right: solid 2px #156D95;
    padding-right: 10px;
    text-align: right;
}

.content-navigator .content-navigator__next {
    border-left: solid 2px #156D95;
    padding-left: 10px;
    text-align: left;
}

.category-card--guidelines,
.category-card--tipcards,
.category-card--blogs {
    display: block;
    text-decoration: none;
    width: 100%;
    max-width: 260px;
    min-width: 245px;
    height: 225px;
    border-radius: 3px;
    background-color: #00619C;
    /*border: solid 1px #c8c8c8;*/
    color: white;
    text-align: center;
    position: relative;
    cursor: pointer;
    background-size: cover;
    background-position-x: center;
    background-position-y: top;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
}

    .category-card--guidelines .category-card__overlay,
    .category-card--tipcards .category-card__overlay,
    .category-card--blogs .category-card__overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 3px;
        background: black;
        z-index: 1;
        opacity: 0.4;
        /*border: solid 1px #c8c8c8;*/
    }

    .category-card--guidelines .category-card__type-logo,
    .category-card--tipcards .category-card__type-logo,
    .category-card--blogs .category-card__type-logo {
        text-align: center;
        margin: 45px auto 5px auto;
        font-size: 12px;
        line-height: 14px;
        font-weight: lighter;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        text-shadow: 0px 2px 4px black;
        position: relative;
        z-index: 3;
    }

    .category-card--guidelines .category-card__type,
    .category-card--tipcards .category-card__type,
    .category-card--blogs .category-card__type {
        padding: 0px 0px;
        color: white;
        text-transform: uppercase;
        font-size: 30px;
        line-height: 35px;
        font-weight: 300;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        max-width: 200px;
        min-height: 105px;
        text-align: center;
        margin: 10px auto 5px auto;
        text-shadow: 0px 2px 4px black;
        position: relative;
        z-index: 3;
        letter-spacing: 2.22px;
    }

    .category-card--guidelines [wk-icon],
    .category-card--tipcards [wk-icon],
    .category-card--blogs [wk-icon] {
        font-size: 35px;
        position: relative;
        z-index: 3;
    }

.category-card--guidelines {
    background-color: #00619C;
    background-image: url('/App_Themes/NursingCenter/images/guidelines-category.jpeg');
}

    .category-card--guidelines .category-card__overlay {
        background: black;
        opacity: 0.4;
    }

.category-card--tipcards {
    background-color: #00619C;
    background-image: url('/App_Themes/NursingCenter/images/tipcard-category.jpeg');
}

    .category-card--tipcards .category-card__overlay {
        background: black;
        opacity: 0.4;
    }

.category-card--blogs {
    background-color: #8355A9;
    background-image: url('/App_Themes/NursingCenter/images/blog-category.jpeg');
}

    .category-card--blogs .category-card__overlay {
        background: black;
        opacity: 0.4;
    }

.category-card {
    display: block;
    text-decoration: none;
    width: 100%;
    max-width: 260px;
    min-width: 260px;
    height: 170px;
    border-radius: 5px;
    background-color: #00619C;
    /*border: solid 1px #c8c8c8;*/
    color: white;
    text-align: center;
    position: relative;
    cursor: pointer;
    background-size: cover;
    background-position-x: center;
    background-position-y: top;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .category-card .category-card__overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 3px;
        background: black;
        top: 0;
        left: 0;
        z-index: 1;
        opacity: 0;
        /*border: solid 1px #c8c8c8;*/
    }

    .category-card .category-card__logo {
        text-align: center;
        margin: 15px auto 10px auto;
        font-size: 12px;
        line-height: 14px;
        font-weight: lighter;
        width: auto;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        text-shadow: 0px 2px 4px black;
        position: relative;
        z-index: 3;
    }

    .category-card .category-card__title {
        padding: 0px 0px;
        color: white;
        text-transform: uppercase;
        font-size: 20px;
        line-height: 30px;
        font-weight: 300;
        width: auto;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        max-width: 80%;
        text-align: center;
        margin: 10px auto 5px auto;
        text-shadow: 0px 2px 4px black;
        position: relative;
        z-index: 3;
    }

    .category-card [wk-icon] {
        font-size: 24px;
        position: relative;
        z-index: 3;
        margin: 5px auto 5px auto;
    }

    .category-card.guidelines,
    .category-card.PracticeGuideLine {
        background-image: url('/App_Themes/NursingCenter/images/guidelines-category.jpeg');
        background-image: url('../../images/guidelines-category.jpeg');
        padding: 0px;
        margin: 0px;
    }

        .category-card.guidelines .category-card__overlay,
        .category-card.PracticeGuideLine .category-card__overlay {
            opacity: 0.4;
        }

    .category-card.article {
        background-image: url('/App_Themes/NursingCenter/images/enewsletter720.png');
        background-image: url('../../images/enewsletter720.png');
    }

        .category-card.article .category-card__overlay {
            opacity: 0.4;
        }

    .category-card.pocketcards,
    .category-card.NursingTip {
        background-image: url('/App_Themes/NursingCenter/images/tipcard-category.jpeg');
        background-image: url('../../images/tipcard-category.jpeg');
    }

        .category-card.pocketcards .category-card__overlay,
        .category-card.NursingTip .category-card__overlay {
            opacity: 0.4;
        }

    .category-card.blogs,
    .category-card.Blogs {
        background-image: url('/App_Themes/NursingCenter/images/blog-category.jpeg');
        background-image: url('../../images/blog-category.jpeg');
    }

        .category-card.blogs .category-card__overlay,
        .category-card.Blogs .category-card__overlay {
            opacity: 0.4;
        }

.dashboard {
    padding: 25px 20px;
    background-color: #007ac3;
    background-color: #00619c;
    color: white;
    margin: 0px auto;
    width: 100%;
    max-width: 800px;
    border: solid 1px #ececec;
    font-weight: 300;
}

@media (min-width: 800px) {
    .dashboard {
        border-radius: 5px;
    }
}

.dashboard .dashboard__title {
    font-weight: 100;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 1.3px;
    width: 100%;
    color: white;
    margin: 0px;
    padding: 0px;
    font-style: italic;
    margin-bottom: 20px;
}

.dashboard .dashboard__username {
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    width: 100%;
    color: white;
    margin: 0px;
    padding: 0px;
    /* margin-bottom: 5px; */
}

.dashboard .dashboard__nursing-role {
    font-weight: 100;
    font-size: 14px;
    line-height: 18px;
    width: 100%;
    color: #ffffff;
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
}

.dashboard .dashboard__heading {
    border-bottom: solid 1px #ececec;
    padding-bottom: 25px;
}

.dashboard-section {
    margin: 45px auto;
    display: block;
    color: white;
    position: relative;
    padding-bottom: 45px;
    border-bottom: solid 1px #ececec;
}

    .dashboard-section .dashboard-section__title {
        color: white;
        font-weight: 300;
        font-size: 18px;
        line-height: 28px;
    }

    .dashboard-section .dashboard-section__description {
        color: white;
        font-size: 12px;
        line-height: 24px;
        font-style: italic;
        font-weight: 200;
        margin: 0px auto 20px auto;
    }

    .dashboard-section .dashboard-section__link {
        font-weight: 100;
        font-size: 14px;
        line-height: 26px;
        width: auto;
        width: fit-content;
        color: white;
        padding: 0px;
        font-style: italic;
        text-align: right;
        display: block;
        margin: 20px 0px 5px auto;
        cursor: pointer;
        transition: all 0.3s ease-out;
    }

        .dashboard-section .dashboard-section__link [wk-icon^="arrow"] {
            -webkit-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }

        .dashboard-section .dashboard-section__link:hover {
            font-size: 16px;
            line-height: 26px;
        }

            .dashboard-section .dashboard-section__link:hover [wk-icon="arrow-right"] {
                -webkit-transform: translate3d(6px, 0px, 0px);
                transform: translate3d(6px, 0px, 0px);
            }

    .dashboard-section .dasboard-section__toggle-input {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 100%;
        height: 28px;
        margin: 0;
        opacity: 0;
        cursor: pointer;
    }

    .dashboard-section .dasboard-section__toggle-collapse {
        position: absolute;
        top: 0px;
        right: 0px;
        display: inline-block;
        padding: 0px 0px 0px 20px;
        border-radius: 2px;
        background-color: white;
        color: #0b7ac3;
        background-color: transparent;
        color: white;
        font-weight: 400;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 1.3px;
        font-size: 12px;
        line-height: 28px;
        cursor: pointer;
        margin-bottom: 0px;
    }

    .dashboard-section .dasboard-section__toggle-input:checked + .dasboard-section__toggle-collapse {
        color: transparent;
    }

        .dashboard-section .dasboard-section__toggle-input:checked + .dasboard-section__toggle-collapse:after {
            content: "- Collapse";
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            position: absolute;
            display: inline-block;
            background-color: transparent;
            color: white;
            font-weight: 400;
            text-align: center;
            text-transform: uppercase;
            letter-spacing: 1.3px;
            font-size: 12px;
            line-height: 28px;
            cursor: pointer;
        }

    .dashboard-section .dasboard-section__content {
        display: none;
    }

    .dashboard-section .dasboard-section__toggle-input:checked ~ .dasboard-section__content {
        display: block;
    }

.dashboard-prompt {
    width: 100%;
    max-width: 800px;
    margin: 0px auto;
    padding: 20px;
    background: white;
    border-radius: 5px;
    border: solid 1px #ececec;
    border-top: solid 5px black;
}

    .dashboard-prompt .dashboard-prompt__title {
        font-size: 24px;
        line-height: 34px;
        color: #01619c;
        font-weight: bold;
        margin: 15px auto;
    }

    .dashboard-prompt .dashboard-prompt__message {
        font-size: 16px;
        line-height: 26px;
        font-weight: 300;
        margin: 15px auto;
        padding-left: 15px;
        border-left: solid 4px black;
    }

    .dashboard-prompt .dashboard-prompt__button {
        padding: 8px 20px;
        background-color: #01619c;
        display: block;
        color: white;
        font-size: 16px;
        margin-left: auto;
        text-align: center;
        border-radius: 3px;
        width: auto;
        width: fit-content;
        max-width: 170px;
        max-width: fit-content;
        cursor: pointer;
    }

        .dashboard-prompt .dashboard-prompt__button [wk-icon^="arrow"] {
            -webkit-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
        }

        .dashboard-prompt .dashboard-prompt__button:hover {
            transition: all 0.3s ease-out;
        }

            .dashboard-prompt .dashboard-prompt__button:hover [wk-icon="arrow-right"] {
                -webkit-transform: translate3d(6px, 0px, 0px);
                transform: translate3d(6px, 0px, 0px);
            }

.featured-card {
    width: 100%;
    max-width: 280px;
    min-width: 260px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #00619C;
    color: white;
    padding: 20px;
    position: relative;
    display: inline-block;
    border-radius: 2px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
}

    .featured-card .featured-card__title {
        font-size: 22px;
        color: white;
        font-weight: 400;
        line-height: 32px;
        margin-bottom: 10px;
        text-align: center;
    }

    .featured-card .featured-card__image {
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
        margin: 10px auto 30px auto;
        max-width: 240px;
        max-width: 190px;
        display: block;
    }

    .featured-card .featured-card__text {
        font-size: 14px;
        line-height: 24px;
        font-weight: lighter;
        color: white;
        min-height: 168px;
        max-height: 168px;
        -webkit-line-clamp: 7;
        margin-bottom: 30px;
        margin-top: 15px;
        display: none !important;
    }

    .featured-card .featured-card__button {
        color: #07609c;
        font-size: 18px;
        line-height: 28px;
        font-weight: bold;
        background: white;
        padding: 10px 40px;
        margin: 5px auto;
        display: block;
        border-radius: 3px;
        transition: transform 673ms;
        transform: translateX(0px) translateY(0px);
    }

        .featured-card .featured-card__button:hover {
            transition: all 0.3s ease-out;
            transform: translateX(0px) translateY(-5px);
            color: black;
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
        }

        .featured-card .featured-card__button a {
            color: #07609c;
        }

            .featured-card .featured-card__button a:hover {
                transition: all 0.3s ease-out;
                color: black;
            }

@media (min-width: 600px) {
    .featured-card {
        padding-left: 300px;
        max-width: 560px;
        min-width: 560px;
        margin-bottom: 60px;
    }

        .featured-card .featured-card__title {
            text-align: left;
        }

        .featured-card .featured-card__image {
            max-width: 240px;
            position: absolute;
            left: 20px;
            top: 20px;
        }

        .featured-card .featured-card__text {
            display: block !important;
            display: -webkit-box !important;
        }

        .featured-card .featured-card__button {
            margin: 5px 0px;
        }
}

.flex-wrapper {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    align-items: center;
}

    .flex-wrapper.image-text {
        flex-direction: column;
    }

@media (min-width: 640px) {
    .flex-wrapper.image-text {
        flex-direction: row;
    }
}

.flex-wrapper.image-text .flex-item {
    width: 100%;
    max-width: 400px;
    padding: 0px 10px;
    margin: 15px 0px;
}

    .flex-wrapper.image-text .flex-item.flex-image {
        justify-content: center;
        display: flex;
    }

    .flex-wrapper.image-text .flex-item.flex-text {
        padding: 0px 20px;
    }

.form-row {
    margin: 10px 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .form-row.bottom-border {
        border-bottom: solid 1px #dadada;
    }

    .form-row .wk-label {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 0px;
        margin: 0px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

        .form-row .wk-label.right {
            text-align: right;
        }

        .form-row .wk-label.left {
            text-align: left;
        }

    .form-row .wk-label-text {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 0px;
        margin: 0px;
        padding-top: 10px;
        padding-bottom: 10px;
        font-weight: normal;
        /*cursor: pointer; */
    }

        .form-row .wk-label-text.bold {
            font-weight: bold;
        }

    .form-row .wk-select {
        font-size: 14px;
        line-height: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        height: auto;
    }

    .form-row .wk-input,
    .form-row p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 0px;
        margin: 0px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
        width: 100%;
    }

    .form-row .wk-input {
        border: 1px solid #dadada;
    }

    .form-row .wk-input-text {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 0px;
        margin: 0px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
        width: 100%;
    }

        .form-row .wk-input-text.right {
            text-align: right;
        }

        .form-row .wk-input-text.left {
            text-align: left;
        }

@media (min-width: 768px) {
    .form-row .wk-input-text.right-responsive {
        text-align: right;
    }
}

.form-row .wk-input-text.indent {
    padding-left: 40px;
}

.form-row .wk-input-text input {
    margin-right: 30px;
}

.form-row .wk-input-text.bold {
    font-weight: bold;
}

.form-row label.wk-input-text {
    font-weight: normal;
    cursor: pointer;
}

.form-row .wk-button {
    margin: 15px 0px;
    text-align: center;
    min-width: 120px;
    display: inline-block;
}

    .form-row .wk-button.hover {
        color: white;
    }

.form-row .wk-input-radio {
    margin-right: 20px;
    margin-left: 5px;
}

.form-row .flexed-label {
    display: flex;
    align-items: center;
    cursor: pointer;
}

    .form-row .flexed-label input {
        flex-basis: 20px;
        text-align: right;
        padding: 10px;
        margin: 10px;
    }

    .form-row .flexed-label.indent {
        padding-left: 20px;
    }

    .form-row .flexed-label.hoverable:hover {
        box-shadow: 2px 2px 4px #e1e1e1;
    }

.empty-card {
    width: 100%;
    max-width: 500px;
    margin: 0px auto;
}

    .empty-card .empty-card__header {
        text-align: center;
        font-size: 24px;
        font-weight: normal;
        color: #474747;
        margin: 15px auto;
    }

    .empty-card .empty-card__description {
        text-align: center;
        margin: 20px auto;
        font-size: 16px;
        color: #474747;
        font-weight: 400;
    }

    .empty-card.white {
        color: white;
    }

        .empty-card.white .empty-card__header {
            color: white;
        }

        .empty-card.white .empty-card__description {
            color: white;
        }

#TB_overlay {
    /* never use ids */
    position: fixed;
    z-index: 100000;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}

#TB_overlay_Sign {
    /* never use ids */
    position: fixed;
    z-index: 100000;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}

.TB_overlayBG {
    background-color: #000;
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
}
/* .modalWindow {*/
/*     position: fixed;*/
/*     z-index: 999999;*/
/*     left: 20%;*/
/*     max-width: 775px;*/
/*     width: 100%;*/
/*     margin-top: -554px;*/
/* }*/
/* .iframeCGLogin {*/
/*     width: 100%;*/
/*     height: 600px;*/
/* }*/
/* @media(max-width:760px) {*/
/*     .modalWindow {*/
/*         left: 5%;*/
/*         max-width: 100%;*/
/*         width: 90%;*/
/*         margin-top: 70px;*/
/*     }*/
/*         .modalWindow .wrap {*/
/*             padding: 10px;*/
/*         }*/
/*     .iframeCGLogin {*/
/*         height: 450px;*/
/*     }*/
/* }*/
/*  .Gate {*/
/*   z-index: 99999;*/
/*   background-color: #f2d68b;*/
/*   font: Fira Sans;*/
/*   position: fixed;*/
/*   width: 100%;*/
/*   bottom: 0px;*/
/*   left: 0px;*/
/*   margin-bottom: 0px;*/
/* }*/
/* .Gate_Close {*/
/*   opacity: 0.8;*/
/*   margin-right: 10px;*/
/*   font-size: 40px;*/
/*     font-weight: normal;*/
/*     color: #000;*/
/* }*/
/* .Gate_Span {*/
/*   font-size: 35px;*/
/*   font-weight: normal;*/
/*   color: #000;*/
/* }*/
/* .Gate_hero {*/
/*   font-family: Fira Sans;*/
/*   font-weight: 600;*/
/*   font-size: 18px;*/
/*   color: black;*/
/*   padding-bottom:5px;*/
/* }*/
/* .Gate_heroDescription {*/
/*   font-family: Fira Sans;*/
/*   font-weight: normal;*/
/*   font-size: 14px;*/
/*   color: black;*/
/*   line-height: 22px;*/
/* }*/
/* .Gate_Button2 {*/
/*   font-family: Fira Sans;*/
/*   font-weight: normal;*/
/*   font-size: 12px;*/
/*   color: black;*/
/* }*/
/* .Gate_Button2_Text {*/
/*   color: #006797;*/
/*   font-family: Fira Sans;*/
/*   font-size: 12px;*/
/*   font-weight: bold;*/
/*   line-height: 20px;*/
/*   float: left;*/
/* }*/
#dlProfstatus,
#dlSettings,
#dlNurseRole,
#dlGraduate,
#dlYop,
#dlDegree {
    margin-top: 1px;
    height: 35px;
}

#liPractice,
#liSpecert {
    margin-top: 1px;
}

#btnProfStatus,
#btnDegree,
#btnSettings,
#btnSettings,
#btnPracticeArea,
#btnSpecert,
#btnGraduate,
#btnYop {
    width: 147px;
}
/* .Promo {*/
/*     z-index: 99999;*/
/*     background-color: #e6ddd3;*/
/*     font: bold 15px arial;*/
/*     position: fixed;*/
/*     width: 100%;*/
/*     bottom: 0px;*/
/*     //height: 120px;*/
/*     margin-bottom:0px;*/
/*     left:0px;*/
/* }*/
/* Modular Component Gate Updates */
.gate-free {
    /* gate-free*/
    z-index: 99999;
    background-color: #f4d787;
    /*tanish-yellow*/
    font-family: "Fira Sans";
    position: fixed;
    width: 100%;
    bottom: 0px;
    left: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    /*min-height: 170px; // remove later; */
}

.gate-buy {
    z-index: 99999;
    background-color: #e6ded2;
    /* brown*/
    /*font: bold 15px arial;*/
    font-family: "Fira Sans";
    position: fixed;
    width: 100%;
    bottom: 0px;
    left: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    /*height: 120px;*/
    /*min-height: 170px; // remove later; */
}

.gate-profile {
    /* gate-free--top*/
    z-index: 99999;
    font-family: "Fira Sans";
    background-color: #f4d787;
    /*tanish-yellow*/
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    border: none;
    /*min-height: 170px; // remove later; */
}

.gate-free--top {
    /* gate-free--top*/
    z-index: 99999;
    font-family: "Fira Sans";
    background-color: #f4d787;
    /*tanish-yellow*/
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    /*min-height: 170px; // remove later; */
}

.gate-buy--top {
    z-index: 99999;
    font-family: "Fira Sans";
    background-color: #e6ded2;
    /* brown*/
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    /*min-height: 170px; // remove later; */
}

.gate__content {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 960px) {
    .gate__content {
        display: flex;
        justify-content: space-between;
    }
}

.gate__title {
    width: 100%;
    font-family: "Fira Sans";
    font-weight: 600;
    line-height: 26px;
    font-size: 18px;
    color: black;
    padding-bottom: 10px;
}

@media (min-width: 960px) {
    .gate__title-group {
        width: 55%;
    }
}

.gate--description {
    font-family: "Fira Sans";
    font-weight: 300;
    font-size: 14px;
    color: black;
    line-height: 22px;
    padding-bottom: 10px;
}

.gate__action-group {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width: 960px) {
    .gate__action-group {
        width: 40%;
    }
}

.gate__flex-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    width: 100%;
}

    .gate__flex-group select {
        max-width: 240px;
        margin-right: 40px;
    }

@media (min-width: 960px) {
    .gate__flex-group {
        width: 100%;
        max-width: 100%;
    }
}

.gate__link-text {
    color: #000000;
    font-size: 12px;
    line-height: 18px;
    margin-left: 20px;
}

.gate__btn {
    color: #f3faf4;
    background-color: #1b9522;
    padding: 6px 12px 6px 12px;
    border-radius: 5px;
    font-family: Fira Sans;
    font-weight: bold;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
}

    .gate__btn:hover,
    .gate__btn:focus {
        line-height: 26px;
        text-decoration: none;
        color: #333333;
    }

.gate__close-btn {
    opacity: 0.8;
    /*margin-right: 10px;*/
    font-size: 25px;
    font-weight: normal;
    color: #000;
    position: relative;
    top: 1px;
    right: -11px;
}

.guidelines-card {
    width: 100%;
    max-width: 280px;
    margin: 10px auto 40px auto;
    border: solid 1px #e8e8e8;
    border-radius: 5px;
    font-family: "Fira Sans";
    text-decoration: none;
    display: block;
    color: black;
    line-height: unset;
    position: relative;
    outline: none;
    -webkit-transition: all 673ms;
    transition: all 673ms;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    -webkit-transition: -webkit-transform 673ms;
    transition: -webkit-transform 673ms;
    transition: transform 673ms;
    transition: transform 673ms, -webkit-transform 673ms;
    -webkit-transform: translateX(0px) translateY(0px);
    transform: translateX(0px) translateY(0px);
}

    .guidelines-card:hover {
        line-height: unset;
        text-decoration: none;
        color: black;
        outline: none;
        -webkit-transition: -webkit-transform 623ms;
        transition: -webkit-transform 623ms;
        transition: transform 623ms;
        transition: transform 623ms, -webkit-transform 623ms;
        -webkit-transform: translateX(0px) translateY(-20px);
        transform: translateX(0px) translateY(-20px);
        box-shadow: 13px 33px 36px -3px rgba(23, 23, 23, 0.05);
    }

.guidelines-card__image {
    width: 100%;
    height: 190px;
    background-position: 50% 50% !important;
    background-origin: border-box !important;
    background-size: cover !important;
    background-color: #0E628D !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: block;
    line-height: unset;
    outline: none;
}

    .guidelines-card__image:hover,
    .guidelines-card__image:active {
        line-height: unset;
        text-decoration: none;
        color: black;
        outline: none;
    }

        .guidelines-card__image:hover + .guidelines-card__main-content .guidelines-card__title,
        .guidelines-card__image:active + .guidelines-card__main-content .guidelines-card__title {
            color: #0E628D !important;
        }

.guidelines-card__main-content {
    padding: 5px 15px 10px 15px;
    position: relative;
}

.guidelines-card__date {
    padding-top: 5px;
    padding-bottom: 10px;
    border-bottom: solid 1px #c8c8c8;
    margin-bottom: 5px;
}

.guidelines-card__date-title {
    font-size: 10px;
    font-weight: bold;
    line-height: 14px;
    letter-spacing: .38px;
    text-align: left;
    display: inline;
    text-transform: uppercase;
    color: #474747;
    margin-bottom: 10px;
}

.guidelines-card__date-published {
    color: black;
    font-size: 12px;
    line-height: 14px;
    text-align: left;
    display: inline;
    font-weight: lighter;
}

.guidelines-card__taglist {
    display: block;
    border-top: solid 1px #e8e8e8;
    padding-top: 5px;
    font-weight: bold;
    /*font-size: 12px;*/
    /*line-height: 18px;*/
    /*letter-spacing: 0.1px;*/
    margin-top: 15px;
    font-size: 12px;
    color: #585858;
    /*display: block;*/
    text-decoration: none;
    line-height: unset;
    line-height: 22px;
    overflow: hidden;
    min-height: 49px;
    max-height: 49px;
    /* Dont forget the padding top*/
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
}

    .guidelines-card__taglist a {
        text-decoration: none;
    }

.guidelines-card__summary-title {
    font-weight: bold;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    line-height: unset;
    color: black;
    overflow: hidden !important;
    min-height: 50px;
    max-height: 50px;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical;
    font-style: normal !important;
    font-size: 20px;
    line-height: 25px;
    -webkit-transform: translateY(0.96px);
    transform: translateY(0.96px);
    letter-spacing: -0.17px !important;
}

    .guidelines-card__summary-title:hover,
    .guidelines-card__summary-title:active,
    .guidelines-card__summary-title:focus {
        text-decoration: none;
        color: #0E628D;
        outline: none;
        line-height: 25px;
    }

.guidelines-card__original-title {
    font-size: 12px;
    color: #585858;
    display: block;
    text-decoration: none;
    line-height: unset;
    line-height: 22px;
    overflow: hidden !important;
    min-height: 44px;
    max-height: 44px;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical;
}

    .guidelines-card__original-title:hover,
    .guidelines-card__original-title:active,
    .guidelines-card__original-title:focus {
        text-decoration: none;
        color: #0E628D;
        outline: none;
        line-height: 22px;
    }

.hamburger-menu {
    display: block;
    width: 30px;
    height: 19px;
    background-color: transparent;
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
    z-index: 4000;
    padding: 0px;
    border: none;
    /* @mixin atMedium{*/
    /* 	display: none; */
    /* }*/
}

@media (min-width: 1170px) {
    .hamburger-menu {
        display: none;
    }
}

.hamburger-menu::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #FFF;
    -webkit-transform-origin: 14% 0;
    transform-origin: 14% 0;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.hamburger-menu__middle {
    position: absolute;
    top: 8px;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #FFF;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
}

.hamburger-menu::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #FFF;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.hamburger-menu.active::before {
    /*transform: rotate(45deg) scaleX(1.25);*/
    -webkit-transform: rotate(45deg) scaleX(1);
    transform: rotate(45deg) scaleX(1);
}

.hamburger-menu.active .hamburger-menu__middle {
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

.hamburger-menu.active::after {
    /*transform: rotate(-45deg) scaleX(1.25) translateY(1px);*/
    -webkit-transform: rotate(-45deg) scaleX(1) translateY(1px);
    transform: rotate(-45deg) scaleX(1) translateY(1px);
}

.healthday-news {
    width: 100%;
    max-width: 280px;
}

.healthday-news__date,
.healthday-news__description {
    font-weight: lighter;
    font-size: 14px;
    line-height: 24px;
    color: #474747;
    margin: 6px auto;
    display: block;
}

.healthday-news__title {
    font-weight: bold;
    font-size: 22px;
    line-height: 32px;
    color: #00619C;
    overflow: hidden !important;
    min-height: 96px;
    max-height: 96px;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical;
}

    .healthday-news__title:hover,
    .healthday-news__title:active {
        line-height: 32px;
        display: block;
        text-decoration: none;
        color: black;
    }

.healthday-news__description {
    overflow: hidden !important;
    min-height: 72px;
    max-height: 72px;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical;
}

.hover-shadow {
    transition: box-shadow 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 20px;
    box-sizing: content-box;
    background-color: transparent !important;
}

    .hover-shadow:hover {
        box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
        background-color: white !important;
    }

    .hover-shadow.blue:hover {
        background-color: #07619c !important;
    }

.image-card {
    width: 100%;
    min-width: 220px;
    max-width: 220px;
    margin: 0px;
    border: solid 1px #dadada;
    border-radius: 5px;
    font-family: "Fira Sans";
    text-decoration: none;
    display: block;
    color: black;
    line-height: unset;
    position: relative;
    outline: none;
    transition: transform 673ms;
    transform: translateX(0px) translateY(0px);
    background-color: white;
}

    .image-card.preview-image {
        position: relative;
        left: -40px;
        min-width: 200px;
        max-width: 200px;
    }

        .image-card.preview-image .image-card__image-content .image-card__image.portrait {
            background-size: auto 100% !important;
        }

        .image-card.preview-image .image-card__preview-image {
            background-color: black;
            background-size: cover;
            background-position: center top;
            background-origin: border-box;
            background-image: url(../../images/newsletters/cardic-insider--cover.jpg);
            width: 120px;
            height: 240px;
            position: absolute;
            bottom: 20px;
            right: -30px;
            /* right: -50px; */
            transform: rotate(20deg);
            z-index: -1;
            display: block;
            /* border: solid 1px #dadada; */
            box-shadow: 1px 2px 25px 0px rgba(0, 0, 0, 0.8);
            transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
        }

@media (min-width: 360px) {
    .image-card.preview-image .image-card__preview-image {
        right: -60px;
        bottom: 22px;
        transform: rotate(20deg);
    }
}

.image-card.shadow {
    box-shadow: 1px 2px 25px 0px rgba(0, 0, 0, 0.8);
    border: none;
}

.image-card.has-footer {
    margin-bottom: 90px;
}

.image-card.no-border {
    border: none;
}

.image-card.no-radius {
    border-radius: 0px;
}

    .image-card.no-radius .image-card__image-content {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

        .image-card.no-radius .image-card__image-content .image-card__image {
            border-top-left-radius: 0px;
            border-top-right-radius: 0px;
        }

.image-card.full-radius {
    border-radius: 4px;
}

    .image-card.full-radius .image-card__image-content {
        border-radius: 4px;
    }

        .image-card.full-radius .image-card__image-content .image-card__image {
            border-radius: 4px;
        }

.image-card .image-card__image-content {
    height: 285px;
    width: 100%;
    position: relative;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    overflow: hidden;
}

    .image-card .image-card__image-content .image-card__bookmark {
        position: absolute;
        top: 5px;
        right: 0px;
        background-color: transparent;
        color: white;
        margin: 0px;
        /* display: none; */
        z-index: 4;
        width: 37px;
        height: 43px;
        padding: 3px 10px;
        cursor: pointer;
        transition: transform 1000ms cubic-bezier(0.19, 1, 0.22, 1);
    }

        .image-card .image-card__image-content .image-card__bookmark:hover {
            transform: scaleX(1.1) scaleY(1.1);
        }

        .image-card .image-card__image-content .image-card__bookmark svg {
            width: 100%;
            height: 100%;
        }

        .image-card .image-card__image-content .image-card__bookmark .bookmark-svg path {
            stroke-width: 9;
            fill: #FFFFFF;
            stroke: #000000;
        }

        .image-card .image-card__image-content .image-card__bookmark.active .bookmark-svg path {
            fill: #000000;
            fill: #007ac3;
            stroke: #FFFFFF;
        }

    .image-card .image-card__image-content .image-card__image {
        display: block;
        height: 100%;
        width: 100%;
        margin: 0px;
        position: relative;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        background-position: 50% 50% !important;
        background-origin: border-box !important;
        background-size: cover !important;
        background-repeat: no-repeat;
        background-color: black;
        color: white;
        transition: all 0.3s ease-out;
    }

        .image-card .image-card__image-content .image-card__image:before {
            display: none;
        }

        .image-card .image-card__image-content .image-card__image.video:before {
            display: block;
        }

        .image-card .image-card__image-content .image-card__image.portrait {
            background-size: auto 110% !important;
        }

.image-card .image-card__main-content {
    padding: 10px 15px;
    border-top: solid 1px #dadada;
}

    .image-card .image-card__main-content .image-card__text {
        margin: 0px 0px 10px 0px;
        line-height: unset;
        display: block;
        text-decoration: none;
        transition: color 0.3s ease-out;
        color: #585858;
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
        min-height: 36px;
        max-height: 36px;
        -webkit-line-clamp: 2;
    }

        .image-card .image-card__main-content .image-card__text.one-line {
            min-height: 18px;
            max-height: 18px;
            -webkit-line-clamp: 1;
        }

        .image-card .image-card__main-content .image-card__text.three-lines {
            min-height: 54px;
            max-height: 54px;
            -webkit-line-clamp: 3;
        }


        .image-card .image-card__main-content .image-card__text.three-lines1 {
            min-height: 54px;
            max-height: 54px;
            -webkit-line-clamp: 3;
        }

        .image-card .image-card__main-content .image-card__text.five-lines {
            min-height: 90px;
            max-height: 90px;
            -webkit-line-clamp: 5;
        }

        .image-card .image-card__main-content .image-card__text.double-margin {
            margin-bottom: 20px;
        }

        .image-card .image-card__main-content .image-card__text.bold {
            font-weight: bold;
        }

        .image-card .image-card__main-content .image-card__text .bold {
            font-weight: bold;
        }

        .image-card .image-card__main-content .image-card__text.fluid-lines {
            -webkit-line-clamp: unset;
            min-height: auto;
            max-height: auto;
        }

        .image-card .image-card__main-content .image-card__text.sm-margin {
            margin: 8px auto;
        }

        .image-card .image-card__main-content .image-card__text a {
            cursor: pointer;
            color: #585858;
            line-height: unset;
        }

            .image-card .image-card__main-content .image-card__text a:hover {
                color: #0E628D;
                line-height: unset;
            }

        .image-card .image-card__main-content .image-card__text.link {
            color: #007ac3;
        }

            .image-card .image-card__main-content .image-card__text.link a {
                color: #007ac3;
            }

        .image-card .image-card__main-content .image-card__text .content-badge {
            margin-left: 5px;
            font-size: 10px;
            line-height: 12px;
            padding: 3px 8px 2px 8px;
        }

        .image-card .image-card__main-content .image-card__text.title {
            color: black;
            font-weight: 700;
            font-size: 16px;
            line-height: 23px;
            min-height: 46px;
            max-height: 46px;
            -webkit-line-clamp: 2;
        }

            .image-card .image-card__main-content .image-card__text.title.three-lines {
                min-height: 69px;
                max-height: 69px;
                -webkit-line-clamp: 3;
            }

            .image-card .image-card__main-content .image-card__text.title.one-line {
                min-height: 23px;
                max-height: 23px;
                -webkit-line-clamp: 1;
            }

            .image-card .image-card__main-content .image-card__text.title a {
                cursor: pointer;
                color: black;
                line-height: unset;
            }

                .image-card .image-card__main-content .image-card__text.title a:hover {
                    color: #0E628D;
                    line-height: unset;
                }

            .image-card .image-card__main-content .image-card__text.title .content-badge {
                margin-left: 10px;
                font-size: 12px;
                line-height: 16px;
                padding: 3px 10px 2px 10px;
            }

    .image-card .image-card__main-content .image-card__list {
        display: block;
        text-decoration: none;
        border-left: solid 4px #156D95;
        padding-left: 8px;
        margin-bottom: 10px;
        color: #585858;
        font-size: 12px;
        line-height: 18px;
    }

        .image-card .image-card__main-content .image-card__list.two-lines {
            min-height: 36px;
            max-height: 36px;
            -webkit-line-clamp: 2;
        }

        .image-card .image-card__main-content .image-card__list-item,
        .image-card .image-card__main-content .image-card__list a {
            cursor: pointer;
            margin-right: 6px;
            padding-right: 7px;
            color: #156D95;
            border-right: solid 1px #585858;
            text-decoration: none;
            font-weight: 500;
        }

            .image-card .image-card__main-content .image-card__list-item:last-child,
            .image-card .image-card__main-content .image-card__list a:last-child {
                border-right: none;
            }

            .image-card .image-card__main-content .image-card__list-item:hover,
            .image-card .image-card__main-content .image-card__list a:hover {
                color: #585858;
            }

    .image-card .image-card__main-content .image-card__subscribe {
        display: block;
        text-decoration: none;
        color: #474747;
        font-size: 12px;
        line-height: 16px;
        width: auto;
        width: fit-content;
        margin: 0 auto;
    }

        .image-card .image-card__main-content .image-card__subscribe .wk-switch {
            margin: 0 auto;
            text-align: center;
            cursor: pointer;
            width: 100%;
        }

        .image-card .image-card__main-content .image-card__subscribe .wk-switch-textLeft {
            color: #007AC3;
            font-size: 14px;
            font-weight: bold;
            text-transform: uppercase;
            color: #474747;
        }

        .image-card .image-card__main-content .image-card__subscribe .wk-switch input:checked ~ .wk-switch-textLeft {
            color: #007ac3;
        }

        .image-card .image-card__main-content .image-card__subscribe .wk-switch .wk-switch-base {
            height: 14px;
            width: 30px;
        }

            .image-card .image-card__main-content .image-card__subscribe .wk-switch .wk-switch-base::after {
                background-color: #474747;
                border: .0625rem #474747 solid;
                -webkit-box-shadow: 0 0 1px #bfbfbf;
                box-shadow: 0 0 1px #bfbfbf;
                content: '';
                position: absolute;
                left: -3px;
                top: -4px;
                width: 20px;
                height: 20px;
            }

        .image-card .image-card__main-content .image-card__subscribe .wk-switch input:checked ~ .wk-switch-base::after {
            left: 1.375rem;
            border-color: #0b7ac3;
            -webkit-box-shadow: 0 0 1px #85bc20;
            box-shadow: 0 0 1px #85bc20;
            background-color: #007ac3;
            border: .0625rem #007ac3 solid;
        }

.image-card .image-card__footer {
    position: absolute;
    bottom: -60px;
    font-weight: 500;
    font-size: 16px;
    text-align: left;
    width: 100%;
}

    .image-card .image-card__footer a {
        color: #007ac3;
        position: absolute;
        top: -40px;
    }

        .image-card .image-card__footer a:hover {
            color: black;
        }

.image-card.mini {
    max-width: 120px;
    min-width: 120px;
}

    .image-card.mini .image-card__image-content {
        height: 135px;
    }

        .image-card.mini .image-card__image-content .image-card__image.portrait {
            background-size: auto 170px !important;
        }

    .image-card.mini .image-card__main-content {
        padding: 10px 10px;
        border-top: solid 1px #dadada;
    }

        .image-card.mini .image-card__main-content .image-card__subscribe .wk-switch-textLeft {
            font-size: 12px;
            line-height: 24px;
        }

        .image-card.mini .image-card__main-content .image-card__subscribe .wk-switch input:checked ~ .wk-switch-textLeft {
            color: #007ac3;
        }

        .image-card.mini .image-card__main-content .image-card__subscribe .wk-switch .wk-switch-base {
            width: 16px;
            height: 10px;
        }

            .image-card.mini .image-card__main-content .image-card__subscribe .wk-switch .wk-switch-base::after {
                left: -6px;
                top: -3px;
                width: 14px;
                height: 14px;
            }

        .image-card.mini .image-card__main-content .image-card__subscribe .wk-switch input:checked ~ .wk-switch-base::after {
            left: 6px;
        }

.image-card.mini-text {
    display: block;
    max-height: 120px;
    height: 120px;
}

    .image-card.mini-text .image-card__banner {
        margin: 0px;
        position: absolute;
        background: white;
        border-color: #156D95;
        font-size: 10px;
        line-height: 18px;
        font-weight: 400;
        box-shadow: -1px 1px 70px rgba(0, 0, 0, 0.15);
        z-index: 4;
        padding: 4px 5px 3px 5px;
    }

        .image-card.mini-text .image-card__banner.top {
            top: 0px;
        }

        .image-card.mini-text .image-card__banner.right {
            border-right: solid 4px #156D95;
            border-left: none;
            right: 0px;
        }

        .image-card.mini-text .image-card__banner.transparent {
            border: none;
            background-color: transparent;
            color: white;
            box-shadow: none;
        }

        .image-card.mini-text .image-card__banner .title {
            font-weight: bold;
        }

        .image-card.mini-text .image-card__banner .content-badge {
            margin-left: 5px;
        }

    .image-card.mini-text .image-card__main-content {
        padding: 5px 10px;
        display: block;
    }

        .image-card.mini-text .image-card__main-content .content-card__text {
            margin: auto auto;
        }

            .image-card.mini-text .image-card__main-content .content-card__text.price {
                padding-right: 60px;
            }

            .image-card.mini-text .image-card__main-content .content-card__text.sm-margin {
                margin: 8px auto;
            }

.listView {
    display: block;
    width: 100%;
    background-color: #eeeeee;
    font-family: "Fira Sans";
    border: solid 1px #dddddd;
    padding: 0px;
}

.listView__title,
.listView__title--border {
    padding-top: 35px;
    padding-left: 20px;
    padding-bottom: 10px;
    color: #444444;
    font-size: 16px;
    line-height: 19px;
    font-weight: 300;
    list-style: none;
}

.listView__title--border {
    border-top: solid 3px #0079c4;
}

.listView__item {
    list-style: none;
    display: block;
    padding-left: 30px;
    padding-top: 16px;
    padding-bottom: 13px;
    background-color: white;
    border-top: solid 1px #eeeeee;
    border-bottom: solid 1px #eeeeee;
    position: relative;
    color: #555555;
    font-family: "Fira Sans";
    font-size: 16px;
    font-weight: 300;
    line-height: 19px;
}

    .listView__item label {
        display: inline-block;
        font-weight: 300;
        cursor: pointer;
        position: relative;
    }

        .listView__item label .round-input {
            background-color: white;
            border: 1px solid #666666;
            border-radius: 20%;
            cursor: pointer;
            height: 20px;
            left: 0;
            position: absolute;
            top: 0;
            width: 20px;
        }

            .listView__item label .round-input:after {
                border: 2px solid #fff;
                border-top: none;
                border-right: none;
                content: "";
                height: 6px;
                left: 3px;
                opacity: 0;
                position: absolute;
                top: 5px;
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
                width: 12px;
            }

        .listView__item label input[type="checkbox"] {
            visibility: hidden;
        }

            .listView__item label input[type="checkbox"]:checked + .round-input {
                background-color: #666666;
                border-color: #666666;
            }

                .listView__item label input[type="checkbox"]:checked + .round-input:after {
                    opacity: 1;
                }

        .listView__item label input:checked ~ .text {
            font-weight: bold;
        }

    .listView__item input {
        height: 20px;
        width: 20px;
        border: solid 1px #666666;
        font-weight: 300;
        margin: 0;
        margin-right: 15px;
        display: inline-block;
        vertical-align: middle;
    }

        .listView__item input:checked ~ label {
            font-weight: bold;
        }

.listView__item-btn {
    display: block;
    padding-top: 18px;
    text-align: center;
    padding-bottom: 14px;
    background-color: #007AC3;
    color: white;
    font-size: 24px;
    line-height: 28px;
    font-family: "Fira Sans";
    font-weight: 300;
    text-decoration: none;
    cursor: pointer;
}

    .listView__item-btn:hover,
    .listView__item-btn:focus {
        text-decoration: none;
        color: rgba(255, 255, 255, 0.51);
    }

.listView__item-btn--text,
.listView__item-btn--text-double {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    padding: 25px 20px;
}

    .listView__item-btn--text a,
    .listView__item-btn--text-double a,
    .listView__item-btn--text span,
    .listView__item-btn--text-double span {
        text-decoration: none;
        color: #007AC3;
        font-size: 14px;
        line-height: 17px;
        font-weight: 300;
        cursor: pointer;
    }

        .listView__item-btn--text a:hover,
        .listView__item-btn--text-double a:hover,
        .listView__item-btn--text span:hover,
        .listView__item-btn--text-double span:hover {
            color: rgba(0, 122, 195, 0.5);
            text-decoration: none;
        }

.listView__item-btn--text-double {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
}

.listViewText {
    display: block;
    width: 100%;
    background-color: white;
    font-family: "Fira Sans";
    border: solid 1px #dddddd;
    padding: 10px;
}

.listViewText__title {
    list-style: none;
    color: #555555;
    font-size: 20px;
    line-height: 24px;
}

.listViewText__item {
    margin-top: 30px;
    list-style: none;
}

    .listViewText__item .listViewText__title {
        color: #007AC3;
        font-size: 16px;
        line-height: 19px;
        font-weight: normal;
        text-decoration: none;
    }

        .listViewText__item .listViewText__title:hover,
        .listViewText__item .listViewText__title:focus {
            text-decoration: none;
            color: black;
        }

    .listViewText__item .listViewText__content {
        width: 60%;
    }

.listViewText__content {
    color: #555555;
    font-size: 14px;
    font-style: italic;
    line-height: 17px;
}

.listViewText__btn {
    color: #007AC3;
    display: block;
    margin-top: 20px;
    list-style: none;
    text-decoration: none;
    font-size: 12px;
    font-weight: 300;
    line-height: 14px;
    text-align: right;
}

    .listViewText__btn:hover,
    .listViewText__btn:focus {
        text-decoration: none;
        color: #555555;
    }

.logo {
    font-family: "Fira Sans", "Helvetica Neue", Helvetica, "Roboto", Arial, sans-serif;
    color: #ffffff;
    width: 160px;
    max-width: 160px;
    font-weight: 200;
    margin-bottom: 0px;
    margin-top: 0px;
    position: absolute;
    top: -10px;
    top: 0px;
    left: 15px;
}

    .logo .logo__lippincott {
        display: block;
        font-size: 11px;
    }

    .logo .logo__nursingcenter {
        display: block;
        color: #ffffff;
        width: auto;
        max-width: 230px;
        font-size: 22px;
    }

    .logo .logo__wk {
        /*width: 80px;
	    margin: -2px auto 0 -4px;*/
        width: 100px;
        margin: -4px 25px 0px auto;
        display: block;
        display: none;
    }

.main-menu {
    width: 100%;
    display: block;
    background-color: #00619C;
    margin-top: 0px;
    margin-bottom: 0px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    min-height: 80px;
    max-height: 80px;
    /* background: #00619C url('/App_Themes/NursingCenter/images/bg-nursingcenter.jpg') 50% -125px repeat;*/
    background: #00619C url('/App_Themes/NursingCenter/images/bg-nursingcenter.jpg') 50% -125px repeat;
    /* Container sytle -------------------------//*/
    /* Container sytle -------------------------//*/
    /* & .navigation-menu{*/
    /* 	display: none; */
    /* }*/
    /* @media (min-width: 1170px) {*/
    /* 	& .navigation-menu{*/
    /* 		display: block; */
    /* 	}*/
    /* }*/
}

    .main-menu .container {
        position: relative;
        margin-right: auto;
        margin-left: auto;
        padding-left: 180px;
        padding-right: 55px;
        max-width: 1170px;
        margin-top: 20px;
    }

@media (min-width: 768px) {
    .main-menu .container {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .main-menu .container {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .main-menu .container {
        width: 1170px;
    }
}

.main-menu .main-menu__user-name {
    /* background: #009881; */
    display: none;
    /* align-items: center; */
    padding: 11px 5px;
    color: black;
    color: #cccccc;
    font-weight: 200;
    font-size: 14px;
    line-height: 40px;
    max-height: 40px;
    overflow-y: hidden;
    border: none;
    margin: 0px;
    -webkit-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
    text-align: right;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    white-space: nowrap;
    justify-items: self-start;
    width: 100%;
    margin-top: auto;
    line-height: 18px;
    overflow: hidden !important;
    min-height: 40px;
    max-height: 40px !important;
    text-overflow: ellipsis !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical;
}

@media (min-width: 1170px) {
    .main-menu .main-menu__user-name {
        display: none;
    }
}

.main-menu .profile-icon {
    display: none;
}

    .main-menu .profile-icon.active {
        display: none;
    }

.main-menu .profile-icon--close {
    display: none;
}

    .main-menu .profile-icon--close.active {
        display: none;
    }

.main-menu .profile-menu {
    display: none;
}

.main-menu.logged-in .main-menu__user-name {
    display: block;
    display: -webkit-box;
}

.main-menu.logged-in .profile-menu {
    display: block;
}

.main-menu.logged-in .navigation-menu__content {
    top: 0px;
}

@media (min-width: 1170px) {
    .main-menu.logged-in .profile-icon {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

        .main-menu.logged-in .profile-icon.active {
            display: none;
        }

    .main-menu.logged-in .profile-icon--close {
        display: none;
    }

        .main-menu.logged-in .profile-icon--close.active {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
        }

    .main-menu.logged-in .profile-menu {
        position: absolute;
        /* Check for errors */
        top: 0;
        display: none;
    }

    .main-menu.logged-in .main-menu__user-name {
        display: none;
    }
}

@media (min-width: 1170px) and (min-width: 1170px) {
    .main-menu.logged-in .profile-menu.active {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.main-menu.logged-in .signin-btn {
    display: none;
}

.main-menu ~ main {
}

main {
    margin-top: 140px !important;
}

.media-item__text {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
}

.media-item__text--small {
    padding-left: 15px;
    padding-right: 15px;
}

.media-item__img {
    margin-bottom: 10px;
    min-width: 140px;
}

.media-item__title {
    font-weight: 300;
    color: #333333;
    border: none;
    padding-bottom: 6px;
    font-size: 26px;
    line-height: 32px;
}

.media-item__title--small {
    font-weight: 300;
    color: #333333;
    font-size: 18px;
    padding-bottom: 5px;
    line-height: 24px;
}

.media-item__paragraph {
    line-height: 22px;
    padding: 5px 0px;
}

.media-item__link {
    color: #006797;
    text-decoration: none;
}

.media-item__list {
    padding-left: 20px;
    padding-top: 7px;
}

.media-item__list-item {
    font-weight: 400;
    color: #555555;
    padding: 8px 5px;
}

.media-item--small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    margin-top: 15px;
    margin-bottom: 15px;
    /*padding: 4px; */
    /* selects the first child of every media-item--large */
    /* Alignment rules ---------------- */
    /* selects the first child of every media-item--large */
    /* Alignment rules ---------------- */
}

    .media-item--small > :first-child {
        padding-left: 0px;
    }

    .media-item--small > :first-child {
        padding-left: 0px;
        padding-right: 20px;
    }

    .media-item--small > :nth-child(2) {
        padding-left: 0px;
    }

    .media-item--small .media-item__text,
    .media-item--small .media-item__text--small {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        flex-grow: 1;
        -ms-flex-negative: 1;
        -webkit-flex-shrink: 1;
        flex-shrink: 1;
        /*flex-basis: 60%;*/
    }

    .media-item--small .media-item__img {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        flex-grow: 1;
        -ms-flex-negative: 1;
        -webkit-flex-shrink: 1;
        flex-shrink: 1;
        /*flex-basis: 40%;*/
        min-width: 130px;
    }

.media-item {
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    /* Alignment rules ---------------- */
    /* selects the first child of every media-item--large */
    /* Alignment rules ---------------- */
}

    .media-item > :first-child {
        padding-left: 0px;
        padding-right: 20px;
    }

    .media-item > :nth-child(2) {
        padding-left: 0px;
    }

    .media-item .media-item__text,
    .media-item .media-item__text--small {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        flex-grow: 1;
        -ms-flex-negative: 1;
        -webkit-flex-shrink: 1;
        flex-shrink: 1;
        -ms-flex-preferred-size: 50%;
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
    }

    .media-item .media-item__img {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        flex-grow: 1;
        -ms-flex-negative: 1;
        -webkit-flex-shrink: 1;
        flex-shrink: 1;
        -ms-flex-preferred-size: 50%;
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
    }

@media (min-width: 600px) {
    .media-item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.media-item--large {
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    /* Alignment rules ---------------- */
    /* selects the first child of every media-item--large */
    /* Alignment rules ---------------- */
}

    .media-item--large > :first-child {
        padding-left: 0px;
        padding-right: 20px;
    }

    .media-item--large > :nth-child(2) {
        padding-left: 0px;
    }

    .media-item--large .media-item__text,
    .media-item--large .media-item__text--small {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        flex-grow: 1;
        -ms-flex-negative: 1;
        -webkit-flex-shrink: 1;
        flex-shrink: 1;
        -ms-flex-preferred-size: 50%;
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
    }

    .media-item--large .media-item__img {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        flex-grow: 1;
        -ms-flex-negative: 1;
        -webkit-flex-shrink: 1;
        flex-shrink: 1;
        -ms-flex-preferred-size: 50%;
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
    }

@media (min-width: 720px) {
    .media-item--large {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
    }
}

.meta-info {
    font-size: 14px;
    line-height: 24px;
    color: #585858;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .meta-info .left {
        align-self: flex-start;
    }

    .meta-info .right {
        margin-left: auto;
    }

.nativead,
.nativead--blog,
.nativead--guidelines {
    -webkit-transition: all 673ms;
    transition: all 673ms;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    -webkit-transition: -webkit-transform 673ms;
    transition: -webkit-transform 673ms;
    transition: transform 673ms;
    transition: transform 673ms, -webkit-transform 673ms;
    -webkit-transform: translateX(0px) translateY(0px);
    transform: translateX(0px) translateY(0px);
}

    .nativead:hover,
    .nativead--blog:hover,
    .nativead--guidelines:hover {
        line-height: unset;
        text-decoration: none;
        color: black;
        outline: none;
        -webkit-transition: -webkit-transform 623ms;
        transition: -webkit-transform 623ms;
        transition: transform 623ms;
        transition: transform 623ms, -webkit-transform 623ms;
        -webkit-transform: translateX(0px) translateY(-20px);
        transform: translateX(0px) translateY(-20px);
        box-shadow: 13px 33px 36px -3px rgba(23, 23, 23, 0.05);
    }

.nativead__image,
.nativead--blog__image,
.nativead--guidelines__image {
    width: 100%;
    height: 190px;
    cursor: pointer;
    overflow: hidden !important;
    background-color: #0E628D;
    background-position: 50% 50% !important;
    background-origin: border-box !important;
    background-size: contain;
    background-repeat: no-repeat;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: block;
    line-height: unset;
    outline: none;
}

    .nativead__image:hover,
    .nativead--blog__image:hover,
    .nativead--guidelines__image:hover,
    .nativead__image:active,
    .nativead--blog__image:active,
    .nativead--guidelines__image:active {
        line-height: unset;
        text-decoration: none;
        color: black;
        outline: none;
    }

    .nativead__image img,
    .nativead--blog__image img,
    .nativead--guidelines__image img {
        width: 100%;
        height: 100%;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

.nativead__main-content,
.nativead--blog__main-content,
.nativead--guidelines__main-content {
    padding: 5px 15px 10px 15px;
}

.nativead__sponsor,
.nativead--blog__sponsor,
.nativead--guidelines__sponsor {
    padding-top: 5px;
    padding-bottom: 10px;
    border-bottom: solid 1px #c8c8c8;
    margin-bottom: 5px;
}

.nativead__sponsor-title,
.nativead--blog__sponsor-title,
.nativead--guidelines__sponsor-title {
    font-size: 10px;
    font-weight: bold;
    line-height: 14px;
    letter-spacing: .38px;
    text-align: left;
    display: inline;
    text-transform: uppercase;
    color: #474747;
    margin-bottom: 10px;
}

.nativead__sponsor-name,
.nativead--blog__sponsor-name,
.nativead--guidelines__sponsor-name {
    color: black;
    font-size: 12px;
    line-height: 14px;
    text-align: left;
    display: inline;
    font-weight: lighter;
}

.nativead hr,
.nativead--blog hr,
.nativead--guidelines hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top: 2px solid #e8e8e8;
}

.nativead__title,
.nativead--blog__title,
.nativead--guidelines__title {
    font-weight: bold;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    line-height: unset;
    color: black;
    overflow: hidden !important;
    min-height: 50px;
    max-height: 50px;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical;
    font-style: normal !important;
    font-size: 20px;
    line-height: 25px;
    -webkit-transform: translateY(0.96px);
    transform: translateY(0.96px);
    letter-spacing: -0.17px !important;
}

    .nativead__title:hover,
    .nativead--blog__title:hover,
    .nativead--guidelines__title:hover,
    .nativead__title:active,
    .nativead--blog__title:active,
    .nativead--guidelines__title:active,
    .nativead__title:focus,
    .nativead--blog__title:focus,
    .nativead--guidelines__title:focus {
        text-decoration: none;
        color: #0E628D;
        outline: none;
        line-height: 25px;
    }

.nativead__body,
.nativead--blog__body,
.nativead--guidelines__body {
    font-size: 12px;
    color: #585858;
    display: block;
    text-decoration: none;
    line-height: unset;
    line-height: 22px;
    overflow: hidden !important;
    min-height: 66px;
    max-height: 66px;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical;
}

    .nativead__body:hover,
    .nativead--blog__body:hover,
    .nativead--guidelines__body:hover,
    .nativead__body:active,
    .nativead--blog__body:active,
    .nativead--guidelines__body:active,
    .nativead__body:focus,
    .nativead--blog__body:focus,
    .nativead--guidelines__body:focus {
        text-decoration: none;
        color: #0E628D;
        outline: none;
        line-height: 22px;
    }

.nativead__ad-type,
.nativead--blog__ad-type,
.nativead--guidelines__ad-type {
    margin: 0px;
    border-top: solid 1px #e8e8e8;
    padding-top: 5px;
    font-weight: bold;
    /* font-size: 12px; */
    /* line-height: 18px; */
    /* letter-spacing: 0.1px; */
    margin-top: 10px;
    font-size: 12px;
    color: #585858;
    color: black;
    display: block;
    text-decoration: none;
    text-align: center;
    line-height: unset;
    line-height: 30px;
    overflow: hidden;
    min-height: 32px;
    max-height: 32px;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
}

.nativead__button,
.nativead--blog__button,
.nativead--guidelines__button {
    display: block;
    text-align: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border: solid 1px #0E628D;
    background: #0E628D;
    color: white;
    padding: 10px 15px;
    border-radius: 5px;
    padding: 7px 15px;
    border-radius: 30px;
    margin: 20px auto 15px auto;
}

    .nativead__button:hover,
    .nativead--blog__button:hover,
    .nativead--guidelines__button:hover,
    .nativead__button:active,
    .nativead--blog__button:active,
    .nativead--guidelines__button:active,
    .nativead__button:focus,
    .nativead--blog__button:focus,
    .nativead--guidelines__button:focus {
        text-decoration: none;
        color: #0E628D;
        background-color: white;
        outline: none;
    }

.nativead--guidelines {
    width: 100%;
    max-width: 278px;
    margin: 10px auto 40px auto;
    border: solid 1px #e8e8e8;
    border-radius: 5px;
    font-family: "Fira Sans";
    text-decoration: none;
    display: block;
    color: black;
    line-height: unset;
    position: relative;
    outline: none;
    -webkit-transition: all 673ms;
    transition: all 673ms;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}

    .nativead--guidelines iframe {
        min-height: 420px;
    }

    .nativead--guidelines .nativead__image {
        height: 190px;
    }

.nativead--blog {
    width: 100%;
    max-width: 698px;
    margin: 10px auto 40px auto;
    border: solid 1px #e8e8e8;
    border-radius: 5px;
    font-family: "Fira Sans";
    text-decoration: none;
    display: block;
    color: black;
    line-height: unset;
    position: relative;
    outline: none;
    -webkit-transition: all 673ms;
    transition: all 673ms;
}

    .nativead--blog iframe {
        min-height: 440px;
    }

    .nativead--blog .nativead__image {
        height: 190px;
    }

.nativead--blog__sponsor {
    font-size: 14px !important;
    color: #585858;
    padding: 7px 0px;
    margin: 0px;
    border-bottom: solid 1px #e8e8e8;
}

    .nativead--blog__sponsor .nativead__sponsor-title {
        font-size: 12px;
        font-weight: bold;
        line-height: 20px;
        letter-spacing: .38px;
        text-align: left;
        display: block;
        /* text-align: center; */
        text-transform: none;
        color: #585858;
        margin-bottom: 1px;
    }

    .nativead--blog__sponsor .nativead__sponsor-name {
        color: #585858;
        font-size: 14px;
        line-height: 20px;
        text-align: left;
        display: block;
        font-weight: 400;
        /* text-align: center; */
    }

.nativead--blog__title {
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    color: black;
    overflow: hidden !important;
    min-height: 50px;
    max-height: 50px;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical;
    font-style: normal !important;
    font-size: 18px;
    line-height: 25px;
    -webkit-transform: translateY(0.96px);
    transform: translateY(0.96px);
    letter-spacing: -0.17px !important;
}

    .nativead--blog__title:hover,
    .nativead--blog__title:active,
    .nativead--blog__title:focus {
        text-decoration: none;
        color: #0E628D;
        outline: none;
        line-height: 25px;
    }

.nativead--blog__body {
    font-size: 14px;
    color: #585858;
    display: block;
    text-decoration: none;
    line-height: unset;
    line-height: 22px;
    overflow: hidden !important;
    min-height: 66px;
    max-height: 66px !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical;
}

    .nativead--blog__body:hover,
    .nativead--blog__body:active,
    .nativead--blog__body:focus {
        outline: none;
        color: black;
        text-decoration: none;
        line-height: 22px;
    }

.nativead--content-card {
    border: solid 1px #e8e8e8;
    border-radius: 5px;
    min-width: 260px;
}

    .nativead--content-card body {
        background-color: #FFF;
        border: solid 1px #e8e8e8;
        font-family: "Fira Sans", "Helvetica Neue", Helvetica, "Roboto", Arial, sans-serif;
        font-size: 12px;
    }

    .nativead--content-card .attribution {
        background-color: #FFF;
        border-radius: 2px;
        box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
        font-size: 13px;
        left: 4px;
        padding-left: 3px;
        padding-right: 3px;
        position: absolute;
        top: 4px;
        /* z-index: 5; */
    }

    .nativead--content-card .image {
        display: flex;
        width: 100%;
    }

        .nativead--content-card .image .image-link {
            height: 170px;
            width: 100%;
            overflow: hidden;
            cursor: pointer;
            transition: transform 1000ms cubic-bezier(0.19, 1, 0.22, 1);
        }

        .nativead--content-card .image img {
            width: 100%;
            height: 100%;
            position: relative;
            z-index: 2;
        }

            .nativead--content-card .image img:hover {
                transform: scaleX(1.1) scaleY(1.1);
            }

    .nativead--content-card .title {
        margin-bottom: 10px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 10px;
        color: black;
        font-weight: 700;
        font-size: 16px;
        line-height: 23px;
        min-height: 46px;
        max-height: 46px;
        -webkit-line-clamp: 2;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        display: -webkit-box !important;
        -webkit-box-orient: vertical;
    }

        .nativead--content-card .title a {
            color: black;
            font-weight: 700;
            font-size: 16px;
            text-decoration: none;
            transition: color 0.3s ease-out;
            cursor: pointer;
        }

            .nativead--content-card .title a:hover {
                color: #0E628D;
            }

    .nativead--content-card .body {
        margin-bottom: 10px;
        padding-left: 15px;
        padding-right: 15px;
        color: #585858;
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
        min-height: 36px;
        max-height: 36px;
        min-height: 54px;
        max-height: 54px;
        -webkit-line-clamp: 3;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        display: -webkit-box !important;
        -webkit-box-orient: vertical;
    }

        .nativead--content-card .body a {
            color: #585858;
            font-weight: 400;
            font-size: 12px;
            line-height: 18px;
            text-decoration: none;
            transition: color 0.3s ease-out;
            cursor: pointer;
        }

            .nativead--content-card .body a:hover {
                color: #0E628D;
            }

    .nativead--content-card .advertiser {
        padding: 10px;
        padding-left: 50px;
        text-align: left;
        font-weight: bold;
        color: #585858;
        border-top: solid 1px #e8e8e8;
        font-size: 12px;
        line-height: 18px;
    }

        .nativead--content-card .advertiser a {
            color: #585858;
            font-size: 12px;
            line-height: 18px;
            text-decoration: none;
        }

    .nativead--content-card .logo {
        display: flex;
        height: 25px;
        width: 25px;
        position: absolute;
        bottom: 8px;
        left: 15px;
    }

        .nativead--content-card .logo img {
            height: 100%;
            width: 100%;
        }

        .nativead--content-card .logo .logo-link {
            height: 100%;
            width: 100%;
        }

    .nativead--content-card .call-to-action {
        float: right;
        padding-right: 16px;
        padding-top: 10px;
    }

        .nativead--content-card .call-to-action a {
            color: #4285F4;
            font-size: 14px;
            font-weight: 500;
            text-decoration: none;
            text-transform: normal;
        }

.navigation-menu {
    width: 100%;
    max-width: 480px;
    height: 100vh;
    background-color: #007AC3;
    padding: 0px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: scroll;
    z-index: 3000;
    display: none;
    /* transform: translateX(100%); */
    /* transition: transform 225ms cubic-bezier(0, 0, 0.2, 1); */
    /* will-change: transform; */
    -webkit-transform: translate3d(400px, 0, 0);
    transform: translate3d(480px, 0, 0);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0.52, 0, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0, 0.52, 0, 1);
    transition: transform 0.3s cubic-bezier(0, 0.52, 0, 1);
    transition: transform 0.3s cubic-bezier(0, 0.52, 0, 1), -webkit-transform 0.3s cubic-bezier(0, 0.52, 0, 1);
}

    .navigation-menu.active {
        -webkit-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
        box-shadow: rgba(0, 2, 6, 0.5) -5px 0px 4px;
        display: block;
    }

    .navigation-menu.inactive {
        right: 0px;
        visibility: visible;
        opacity: 1;
        -webkit-transition-duration: 1s;
        transition-duration: 1s;
        -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
        transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    }

        .navigation-menu.inactive .navigation-menu__content {
            opacity: 1;
        }

@media (min-width: 1170px) {
    .navigation-menu.inactive .navigation-menu__content {
        display: none;
    }
}

.navigation-menu ul {
    list-style-type: none !important;
    list-style: none !important;
    list-style-image: none !important;
    margin: 0px;
    padding: 0px;
}
/* -- Mobile styles ---------------------------------------------//*/
@media (min-width: 0px) and (max-width: 1169px) {
    .navigation-menu {
        background: -webkit-linear-gradient(top, #07609c 80px, #0b79c3 90px, #0b79c3 50%, #0b79c3 100%);
    }

        .navigation-menu a,
        .navigation-menu button {
            display: block;
            font-size: 14px;
            color: white;
            padding: 15px 15px;
            cursor: pointer;
            line-height: 20px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: left;
            -webkit-justify-content: left;
            -moz-box-pack: left;
            -ms-flex-pack: left;
            justify-content: left;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -moz-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            text-decoration: none;
            background-color: #007AC3;
            width: 100%;
        }

            .navigation-menu a:hover,
            .navigation-menu button:hover,
            .navigation-menu a:active,
            .navigation-menu button:active,
            .navigation-menu a:focus,
            .navigation-menu button:focus {
                background-color: #004772;
                color: white;
            }

            .navigation-menu a.new,
            .navigation-menu button.new {
                background-color: #009881;
                /* border-top: solid 1px #0c79c3; */
                border-bottom: solid 1px #0c79c3;
                padding-left: 50px;
                position: relative;
            }

                .navigation-menu a.new:before,
                .navigation-menu button.new:before {
                    color: white;
                    content: 'NEW!';
                    display: block;
                    font-size: 12px;
                    font-weight: bold;
                    line-height: 1;
                    left: 0;
                    position: absolute;
                    text-align: left;
                    text-transform: uppercase;
                    top: 38%;
                    left: 15px;
                    width: fit-content;
                }

        .navigation-menu .signin-btn {
            background-color: #009881;
            display: inline-block;
            padding: 7px 7px;
            border-radius: 2px;
            color: white;
            font-weight: 200;
            cursor: pointer;
            border: none;
            margin: 0px;
            -webkit-transition: background-color 0.3s ease-out;
            transition: background-color 0.3s ease-out;
            position: absolute;
            top: 20px;
            left: 15px;
            width: -webkit-fit-content;
            width: -moz-fit-content;
            width: fit-content;
            width: 60px;
            text-align: center;
            white-space: nowrap;
            min-width: 55px;
        }

            .navigation-menu .signin-btn:hover {
                color: #07609c;
                background-color: white;
            }

        .navigation-menu .navigation-menu__content {
            transition: -webkit-transform 300ms ease-in-out;
            -webkit-transition: -webkit-transform 300ms ease-in-out;
            transition: transform 300ms ease-in-out;
            transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
            -webkit-transform: translateX(0%);
            transform: translateX(0%);
            top: 80px;
            /* transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;*/
            /* -webkit-transform: translateX(100%);*/
            /* transform: translateX(100%);*/
        }

        .navigation-menu .navigation-menu__subtitle {
            background-color: #07609c;
            color: white;
            display: block;
            font-size: 16px;
            padding: 20px 15px;
            font-weight: 300;
            line-height: 20px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: left;
            -webkit-justify-content: left;
            -moz-box-pack: left;
            -ms-flex-pack: left;
            justify-content: left;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -moz-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            text-decoration: none;
            border-top: solid 1px #0b79c3;
            cursor: pointer;
        }

        .navigation-menu .navigation-menu__main-menu {
            background-color: #07609c;
            display: block;
            font-size: 16px;
            padding: 20px 15px;
            font-weight: 300;
            line-height: 20px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: left;
            -webkit-justify-content: left;
            -moz-box-pack: left;
            -ms-flex-pack: left;
            justify-content: left;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -moz-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            text-decoration: none;
            text-transform: uppercase;
            color: black;
            cursor: default;
            border-top: solid 1px #0b78c3;
        }

            .navigation-menu .navigation-menu__main-menu:hover {
                background-color: #07609c;
            }

        .navigation-menu .navigation-menu__back {
            background-color: #00619C;
            border-top: solid 1px #0b79c3;
            -webkit-box-pack: start;
            -webkit-justify-content: flex-start;
            -moz-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            text-transform: uppercase;
            font-size: 16px;
            font-weight: 300;
        }

            .navigation-menu .navigation-menu__back [wk-icon] {
                margin-right: 15px;
            }

        .navigation-menu ul {
            position: relative;
        }

            .navigation-menu ul > li > ul {
                /* level 2 */
                position: absolute;
                top: 0px;
                left: 100%;
                width: 100%;
                display: none;
            }

                .navigation-menu ul > li > ul.active {
                    display: block;
                }

                .navigation-menu ul > li > ul > li > ul {
                    /* level 3*/
                    position: absolute;
                    top: 0px;
                    left: 100%;
                    width: 100%;
                    display: none;
                }

                    .navigation-menu ul > li > ul > li > ul.active {
                        display: block;
                    }
}
/* -- Desktop styles --------------------------------------------//*/
@media (min-width: 1170px) {
    .navigation-menu {
        display: block;
        width: 100%;
        max-width: 100%;
        height: 100%;
        background-color: transparent;
        position: relative;
        z-index: 1030;
        top: 0;
        bottom: auto;
        visibility: visible;
        right: 1px;
        opacity: 1;
        overflow: visible;
        -webkit-transition-duration: 1s;
        transition-duration: 1s;
        -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
        transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
        -webkit-transform: translate3d(0px, 0, 0);
        webkit-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
    }

        .navigation-menu.inactive {
            right: 100%;
            visibility: none;
            opacity: 1;
            -webkit-transition-duration: 1s;
            transition-duration: 1s;
            -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
            transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
        }

            .navigation-menu.inactive .navigation-menu__content {
                opacity: 0;
                display: none;
            }

        .navigation-menu.active {
            -webkit-transform: translate3d(0px, 0, 0);
            transform: translate3d(0px, 0, 0);
            box-shadow: none;
        }

        .navigation-menu .navigation-menu__content {
            opacity: 1;
            -webkit-transition-duration: 4s;
            transition-duration: 4s;
            -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
            transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
            -webkit-transform: translateX(0%) !important;
            transform: translateX(0%) !important;
        }

        .navigation-menu .navigation-menu__subtitle,
        .navigation-menu .navigation-menu__back,
        .navigation-menu .navigation-menu__main-menu {
            display: none !important;
        }

        .navigation-menu .signin-btn {
            display: none;
        }

        .navigation-menu a {
            display: block;
            font-size: 14px;
            color: white;
            padding: 15px 15px;
            cursor: pointer;
            line-height: 20px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: left;
            -webkit-justify-content: left;
            -moz-box-pack: left;
            -ms-flex-pack: left;
            justify-content: left;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -moz-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            text-decoration: none;
            background-color: #007AC3;
        }

            .navigation-menu a:hover,
            .navigation-menu a:active,
            .navigation-menu a:focus {
                background-color: #004772;
                color: white;
            }

            .navigation-menu a.new {
                background-color: #009881;
                /* border-top: solid 1px #0c79c3; */
                border-bottom: solid 1px #0c79c3;
                padding: 15px 15px 14px 50px;
                position: relative;
            }

                .navigation-menu a.new:before {
                    color: white;
                    content: 'NEW!';
                    display: block;
                    font-size: 12px;
                    font-weight: bold;
                    line-height: 1;
                    left: 0;
                    position: absolute;
                    text-align: left;
                    text-transform: uppercase;
                    top: 38%;
                    left: 15px;
                    width: fit-content;
                }

        .navigation-menu > ul {
            /*-webkit-justify-content: space-around;
	    	-ms-flex-pack: distribute;
	    	justify-content: space-around;*/
            margin: 0 20px;
            list-style: none;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            -webkit-box-flex: 1;
            -webkit-flex-grow: 1;
            -moz-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
        }

        .navigation-menu li {
            /* all li*/
            width: 100%;
            text-align: left;
            position: relative;
            -webkit-align-self: flex-start;
            -ms-flex-item-align: start;
            align-self: flex-start;
            width: 215px;
        }

        .navigation-menu > ul > li {
            /* level 1 - Mian Nav Li's*/
            background-color: transparent;
            min-width: -webkit-fit-content;
            min-width: -moz-fit-content;
            min-width: fit-content;
            max-width: -webkit-fit-content;
            max-width: -moz-fit-content;
            max-width: fit-content;
            width: auto;
            -webkit-box-flex: 1;
            -webkit-flex-grow: 1;
            -moz-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
        }

            .navigation-menu > ul > li > a {
                padding: 10px 10px;
                background-color: transparent;
            }

                .navigation-menu > ul > li > a > [wk-icon] {
                    display: none;
                }

                .navigation-menu > ul > li > a:hover,
                .navigation-menu > ul > li > a:active,
                .navigation-menu > ul > li > a:focus {
                    text-decoration: underline;
                }

                    .navigation-menu > ul > li > a:hover > [wk-icon],
                    .navigation-menu > ul > li > a:active > [wk-icon],
                    .navigation-menu > ul > li > a:focus > [wk-icon] {
                        text-decoration: none;
                    }

        .navigation-menu ul > li > ul {
            /* level 2 and below */
            position: absolute;
            display: none;
        }

        .navigation-menu ul > li:hover > ul,
        .navigation-menu ul > li:focus > ul,
        .navigation-menu ul > li:active > ul {
            /* level 2 */
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -moz-box-orient: vertical;
            -moz-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            top: 40px;
        }

        .navigation-menu ul > li > ul > li > ul {
            /* level 3*/
            position: relative;
            display: none;
        }

        .navigation-menu ul > li > ul > li:hover > ul,
        .navigation-menu ul > li > ul > li:focus > ul,
        .navigation-menu ul > li > ul > li:active > ul {
            /* level 3*/
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -moz-box-orient: vertical;
            -moz-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            position: absolute;
            top: 0px;
            left: 100%;
            width: 120px;
        }

        .navigation-menu ul > li.hover-left > ul > li:hover > ul,
        .navigation-menu ul > li.hover-left > ul > li:focus > ul,
        .navigation-menu ul > li.hover-left > ul > li:active > ul {
            /* level 3*/
            left: -100%;
            width: 120px;
        }

        .navigation-menu ul > li.hover-left > ul > li [wk-icon] {
            transform: rotate(180deg);
        }

        .navigation-menu .hover-left > ul li a {
            flex-direction: row-reverse;
            text-align: right;
        }
}

@-webkit-keyframes navmenu {
    0% {
        opacity: 0;
        top: 5px;
    }

    100% {
        opacity: 1;
        top: 0px;
    }
}

@keyframes navmenu {
    0% {
        opacity: 0;
        top: 5px;
    }

    100% {
        opacity: 1;
        top: 0px;
    }
}

.nc-form {
    max-width: 320px;
    margin: 0 auto;
}

@media (min-width: 900px) {
    .nc-form {
        max-width: 900px;
    }
}

.nc-form input:focus {
    /* outline: none; */
    outline: -webkit-focus-ring-color auto 5px;
    outline-color: -webkit-focus-ring-color;
    outline-style: auto;
    outline-width: 5px;
}

.nc-form--login {
    max-width: 320px;
    margin: 0 auto;
    padding-top: 20px;
}

@media (min-width: 890px) {
    .nc-form--login {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        justify-content: space-between;
        max-width: 900px;
        padding-top: 30px;
    }
}

.nc-form--signup {
    max-width: 320px;
    margin: 0 auto;
    padding-top: 20px;
}

@media (min-width: 890px) {
    .nc-form--signup {
        /* display: flex;*/
        /* flex-direction: row;*/
        /* justify-content: space-between;*/
        max-width: 900px;
        padding-top: 30px;
    }
}

.nc-form--forgot-password {
    max-width: 320px;
    margin: 0 auto;
    padding-top: 20px;
}

@media (min-width: 890px) {
    .nc-form--forgot-password {
        /* display: flex;*/
        /* flex-direction: row;*/
        /* justify-content: space-between;*/
        max-width: 900px;
        padding-top: 30px;
    }
}

.nc-form__help-message {
    background-color: #0e628d;
    border: 1px solid #0e628d;
    color: white;
    padding: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
    display: none;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.nc-form__help-message__title {
    font-weight: bold;
    color: white;
    padding: 0px 0 10px 0;
}

.nc-form__help-message p {
    font-weight: lighter;
}

.nc-form {
    /* Rules in this class override other rules. */
}

.nc-form__flex-group {
    /*width: 100%;*/
    max-width: 320px;
    margin: 0 auto;
}

@media (min-width: 890px) {
    .nc-form__flex-group {
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6, BB7 */
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        /* NEW, Spec - Firefox, Chrome, Opera */
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        flex-direction: row;
        -ms-flex-pack: distribute;
        -webkit-justify-content: space-around;
        justify-content: space-around;
        max-width: 900px;
    }
}

.nc-form__login-group {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}

.nc-form__login-group__input-group {
    position: relative;
}

.nc-form__login-group__input-group__icon {
    position: absolute;
    top: 12px;
    left: 16px;
    width: 36px;
    height: 36px;
}

.nc-form__login-group__input-group__show-hide {
    position: absolute;
    top: 21px;
    right: 17px;
    width: 36px;
    height: 36px;
    color: #979797;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    cursor: pointer;
    touch-action: manipulation;
    -ms-touch-action: manipulation;
    -webkit-transition: color .4s;
    transition: color .4s;
    font-family: "Fira Sans";
}

    .nc-form__login-group__input-group__show-hide:hover {
        color: #1b1a1a;
    }

.nc-form__signup-group {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    position: relative;
}

.nc-form__signup {
    width: 100%;
    max-width: 300px;
    /* causes a flexbox problem at desktop view*/
    /* margin-right: auto;*/
    /* margin-left: auto;*/
}

.nc-form__input-status {
    font-size: 14px;
    font-weight: 300;
    line-height: 14px;
    padding: 10px 10px 15px 10px;
    max-width: 300px;
    /*display: none; */
}

.nc-form__input-status__icon {
    vertical-align: text-top;
}

.nc-form__input-status__icon--help {
    color: white;
    padding: 3px 6px 1px 6px;
    border: solid 1px #888888;
    background-color: #888888;
    border-radius: 100%;
    margin-bottom: 0px;
    font-weight: bold;
    vertical-align: middle;
    cursor: pointer;
    font-size: 10px;
    line-height: 0;
    -webkit-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
}

    .nc-form__input-status__icon--help:hover {
        background-color: #265674;
        border-color: #265674;
    }

.nc-form__input-status--password {
    padding: 0px 10px 14px 10px;
}

.nc-form__input-status--success {
    color: green;
}

    .nc-form__input-status--success .nc-form__input-status__icon {
        color: green;
    }

.nc-form__input-status--success-text-only {
    color: green;
    font-size: 14px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.nc-form__input-status--failure {
    display: block;
    color: red;
}

    .nc-form__input-status--failure .nc-form__input-status__icon {
        color: red;
    }

.nc-form__input {
    display: block;
    border: 1px solid #888888;
    height: 60px;
    max-width: 100%;
    width: 300px;
    background-color: #FFFFFF;
    border-radius: 10px;
    color: #777777;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    padding: 16px;
    font-size: 20px;
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}

.nc-form__input--left-padding {
    padding: 16px 16px 16px 70px;
}

.nc-form__input:hover,
.nc-form__input:active {
    border: solid 3px #888888;
}

.nc-form__select {
    outline: none;
    border: 1px solid #888888 !important;
    border-radius: 10px !important;
    background-color: #FFFFFF !important;
    width: 300px !important;
    color: #777777 !important;
    min-height: 60px !important;
    height: 100% !important;
    font-size: 18px;
    line-height: 30px !important;
    margin-bottom: 5px;
}

    .nc-form__select > .text {
        margin: 0px;
    }

.nc-form__input-text-only {
    display: block;
    /*border: 1px solid #888888; */
    /*height: 40px; */
    max-width: 100%;
    width: 300px;
    /*background-color: #FFFFFF;*/
    /*border-radius: 10px; */
    color: #777777;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    padding: 16px;
    font-size: 24px;
}

.nc-form__help-group {
    width: 280px;
    margin: 0 auto;
    margin-top: 30px;
    /*margin-bottom: 50px;*/
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
}

.nc-form__help-group__remember-me__checkbox {
    height: 20px;
    width: 20px;
    border-radius: 3px;
    /*background-color: #CCCCCC;*/
    vertical-align: top;
    margin: 0;
}

    .nc-form__help-group__remember-me__checkbox input {
        height: 20px;
        width: 20px;
        border-radius: 3px;
        /*background-color: #CCCCCC;*/
        vertical-align: top;
        margin: 0;
    }

.nc-form__help-group__remember-me__text {
    color: #222222;
    font-weight: 300;
    line-height: 17px;
    font-size: 14px;
    padding-left: 1px;
    font-family: "Fira Sans";
    vertical-align: super;
    margin: 0;
}

.nc-form__help-register {
    width: 280px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 50px;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
}

.nc-form__help-register__checkbox-group {
    margin-top: 10px;
}

.nc-form__help-register__checkbox-group__checkbox {
    height: 20px;
    width: 20px;
    border-radius: 3px;
    /*background-color: #CCCCCC;*/
    vertical-align: top;
    margin: 0;
}

    .nc-form__help-register__checkbox-group__checkbox input {
        height: 20px;
        width: 20px;
        border-radius: 3px;
        /*background-color: #CCCCCC;*/
        vertical-align: top;
        margin: 0;
    }

.nc-form__help-register__checkbox-group__text {
    color: #222222;
    font-weight: 300;
    line-height: 20px;
    font-size: 14px;
    padding-left: 1px;
    font-family: "Fira Sans";
    vertical-align: super;
    margin: 0;
    display: inline;
}

.nc-form__or-seperator {
    /* height: 60px; */
    /* border: solid 1px black;*/
    position: relative;
    border-top: solid 1px #BBBBBB;
    /*max-height: 300px;*/
    margin: 20px auto 50px auto;
}


@media (min-width: 375px) {
    .nc-form__or-seperator {
        position: relative;
        margin: 35px auto 30px auto;
        border-right: solid 1px #BBBBBB;
        /*max-height: 350px;*/
        width: 0;
    }
}

@media (min-width: 890px) {
    .nc-form__or-seperator {
        border-right: solid 2px #BBBBBB;
        max-height: 350px;
        width: 0;
    }
}

.nc-form__or-seperator__or {
    text-align: center;
    padding: 11px 13px;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 10;
    background: #f7f7f7;
    line-height: 28px;
    font-size: 24px;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
}

@media (min-width: 890px) {
    .nc-form__or-seperator__or {
        top: 50%;
        left: 50%;
        margin-top: -25px;
        margin-left: -25px;
    }
}

.nc-form__social-group {
    display: -webkit-flex;
    display: -moz-box;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    padding-top: 0px;
}

@media (min-width: 768px) {
    .nc-form__social-group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        justify-content: flex-start;
    }
}

@media (min-width: 890px) {
    .nc-form__social-group {
        /*padding-top: 41px;*/
    }
}

.nc-form__social-group__btn {
    display: block;
    height: 61px;
    width: 100%;
    border: 1px solid #BBBBBB;
    border-radius: 10px;
    background-color: #FFFFFF;
    text-decoration: none;
}

    .nc-form__social-group__btn:hover,
    .nc-form__social-group__btn:focus {
        text-decoration: none;
    }

.nc-form__social-group__btn--google {
    background-color: #FFFFFF;
}

    .nc-form__social-group__btn--google span {
        color: #666666;
    }

.nc-form__social-group__btn--linkedin {
    background-color: #007CBB;
}

    .nc-form__social-group__btn--linkedin span {
        color: #FFFFFF;
        line-height: 39px;
    }

.nc-form__social-group__btn--facebook {
    background-color: #3B5998;
}

    .nc-form__social-group__btn--facebook span {
        color: #FFFFFF;
    }

@media (min-width: 768px) {
    .nc-form__social-group__btn {
        width: 100%;
        margin-bottom: 42px;
        border: 1px solid #BBBBBB;
    }
}

@media (min-width: 890px) {
    .nc-form__social-group__btn {
        margin-bottom: 50px;
    }
}

.nc-form__social-group__btn img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: top;
}

.nc-form__social-group__btn__text {
    color: #666666;
    font-family: "Fira Sans";
    font-size: 19px;
    font-weight: 400;
    line-height: 36px;
    padding-top: 11px;
    padding-bottom: 11px;
    text-decoration: none;
    display: inline-block;
}

@media (min-width: 768px) {
    .nc-form__social-group__btn__text {
        display: inline-block;
    }
}

.nc-form__personalize-group {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}

.nc-form__finalize-group {
    /*padding-top: 38px; */
    padding-top: 0px;
    text-align: center;
    max-width: 450px;
    margin: 0 auto;
}

.nc-form__finalize-group__title {
    padding-top: 30px;
    font-family: "Fira Sans";
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
    padding-bottom: 15px;
}

.nc-form__finalize-group__title--tiny-bold {
    padding-top: 25px;
    font-family: "Fira Sans";
    font-size: 12px;
    line-height: 22px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-weight: bold;
}

.nc-form__finalize-group__subtitle {
    font-size: 12px;
    font-weight: 300;
    line-height: 30px;
    text-align: center;
}

.nc-form__finalize-group a {
    color: #176F9D;
}

.nc-form__social-signup__group {
    padding-bottom: 40px;
    padding-top: 30px;
    text-align: center;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}

@media (min-width: 890px) {
    .nc-form__social-signup__group {
        padding-bottom: 20px;
        padding-top: 15px;
    }
}

.nc-form__social-signup__group__signed-in-text {
    display: inline-block;
    padding: 0 0 0 15px;
    color: #666666;
    font-family: "Fira Sans";
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
}
/* probably shouldn't be here*/
.red-star {
    color: red;
}

.nc-btn {
    cursor: pointer;
    display: inline-block;
    min-height: 1em;
    /*outline: none;*/
    border: none;
    vertical-align: baseline;
    background-color: white;
    padding: 0.78571429em 1.5em 0.78571429em;
    margin: 0em 0.25em 0em 0em;
    text-align: center;
    border: solid 3px white;
    /* box-shadow: 0px 0px 0px 1px transparent inset, 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;*/
    /* -webkit-user-select: none;*/
    /* -moz-user-select: none;*/
    /* -ms-user-select: none;*/
    /* user-select: none;*/
    /* baseline transition properties*/
    -webkit-transition: opacity 0.7s ease-out, background-color 0.7s ease-out, color 0.7s ease-out, box-shadow 0.7s ease-out, background 0.7s ease-out;
    -webkit-transition: opacity 0.7s ease-out, background-color 0.7s ease-out, color 0.7s ease-out, background 0.7s ease-out, -webkit-box-shadow 0.7s ease-out;
    transition: opacity 0.7s ease-out, background-color 0.7s ease-out, color 0.7s ease-out, background 0.7s ease-out, -webkit-box-shadow 0.7s ease-out;
    transition: opacity 0.7s ease-out, background-color 0.7s ease-out, color 0.7s ease-out, box-shadow 0.7s ease-out, background 0.7s ease-out;
    transition: opacity 0.7s ease-out, background-color 0.7s ease-out, color 0.7s ease-out, box-shadow 0.7s ease-out, background 0.7s ease-out, -webkit-box-shadow 0.7s ease-out;
}

    .nc-btn:hover {
        /* color:white;*/
        /* background-color: black;*/
        /* border: solid 3px black; */
    }

.nc-btn--disabled {
    cursor: no-drop;
    opacity: 0.5;
}

.nc-btn--submit {
    display: block;
    color: white;
    background-color: #265674;
    height: 60px;
    /*opacity: 0.5;*/
    border-radius: 5.5px;
    width: 100%;
    font-size: 28px;
    font-weight: bold;
    padding: 0;
    border: none;
    margin-left: auto;
    margin-right: auto;
}

.nc-btn__registration--email,
.nc-btn__registration--social {
    width: 300px;
}

.nc-btn__login {
    margin-top: 30px;
}

@media (min-width: 890px) {
    .nc-btn__login {
        margin-top: 50px;
    }
}

.nc-btn--circle {
    padding: 5px 12px;
    border-radius: 100px;
    text-align: center;
    background-color: #007AC3;
    color: white;
    text-transform: uppercase;
    cursor: pointer;
}

.nc-btn--article-orange,
.nc-btn--article,
.nc-btn--articles {
    color: white;
    background-color: #DC832D;
}

.nc-btn--buy-green,
.nc-btn--buy {
    color: white;
    background-color: #2D7207;
}

.nc-btn--ce-red,
.nc-btn--ce {
    color: white;
    background-color: #BC282C;
}

.nc-btn--free-blue,
.nc-btn--free {
    color: white;
    background-color: #2F6691;
}

.nc-btn--blog-purple,
.nc-btn--blogs,
.nc-btn--blog {
    color: white;
    background-color: #8355A9;
}

.nc-btn--link {
    border: none;
    padding: 0px;
    background: transparent;
    color: #007AC3;
    font-family: "Fira Sans";
    font-weight: 300;
    display: inline-block;
}

.nc-btn__search-results {
    cursor: pointer;
    padding: 7px 15px 7px 15px;
    font-size: 14px;
    line-height: 17px;
}

.nc-btn__search-results--blue {
    background-color: #007AC3;
    color: white;
}

.nc-modal {
    padding: none;
}

.nc-modal__iframeCGLogin {
    width: 100%;
    height: 700px;
}

.nc-modal__header {
    border-bottom: none !important;
    background: transparent;
    position: absolute;
    top: 0;
    z-index: 10;
    right: 0;
}

.nc-modal__close-btn__x {
    font-size: 40px;
    font-weight: 300;
    opacity: 1px;
    -webkit-transition: all 3s;
    transition: all 3s;
    -webkit-transition: -webkit-transform 0.8s;
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
    -webkit-transform-origin: center;
    transform-origin: center;
}

    .nc-modal__close-btn__x:hover {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.nc-modal__body {
    padding: 0 !important;
    position: relative;
    z-index: 5;
    /* add spinner here; */
}

    .nc-modal__body:after {
        content: '\e820';
        font-family: "wk-icons-open";
        position: absolute;
        top: 40%;
        display: block;
        left: 43%;
        font-size: 90px;
        -webkit-animation: spin 3s infinite linear;
        animation: spin 3s infinite linear;
        display: inline-block;
        color: black;
        z-index: -1 !important;
    }

    .nc-modal__body iframe {
        /*z-index: 10; */
    }

.modalWindow {
    position: fixed;
    z-index: 999999;
    left: 20%;
    max-width: 775px;
    width: 100%;
    margin-top: -554px;
}

@media (max-width: 760px) {
    .modalWindow {
        left: 5%;
        max-width: 100%;
        width: 90%;
        margin-top: 70px;
    }

        .modalWindow .wrap {
            padding: 10px;
        }
}

.iframeCGLogin {
    width: 100%;
    height: 700px;
    /* @media(min-width:900px){*/
    /* 	height: 700px;*/
    /* }*/
}

.nc-page-section--login {
    background-color: #F7F7F7;
    padding: 45px 15px 60px 15px;
    width: 100%;
    font-family: "Fira Sans";
    min-height: 700px;
}

.nc-page-section__title {
    /* nc-form__title*/
    text-align: center;
    color: #222222;
    font-weight: 300;
    font-size: 24px;
    font-family: "Fira Sans";
    line-height: 28px;
    border-bottom: none;
    /* someone is adding a border to all h3s elsewhere -__- */
    /* & ~ div {*/
    /* 	padding-top: 30px;*/
    /* } */
}

@media (min-width: 900px) {
    .nc-page-section__title {
        font-size: 36px;
        /* & ~ div {*/
        /* 	padding-top: 40px;*/
        /* }*/
    }
}

.nc-page-section__subtitle {
    color: #222222;
    font-family: "Fira Sans";
    font-size: 14px;
    line-height: 25px;
    font-weight: 300;
    line-height: 17px;
    text-align: center;
    padding-top: 5px;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 720px) {
    .nc-page-section__subtitle {
        width: 100%;
        margin: 0 auto;
        max-width: 450px;
    }
}

.nc-page-section__subtitle--padded-top {
    padding-top: 25px;
}

@media (min-width: 900px) {
    .nc-page-section__subtitle {
        font-size: 16px;
        line-height: 19px;
    }
}

.nursing-event {
    width: 100%;
    max-width: 280px;
    min-width: 260px;
}

    .nursing-event .nursing-event__title {
        color: #00619C;
        margin: 0px;
        font-weight: bold;
        font-size: 23px;
        line-height: 35px;
        min-height: 70px;
        max-height: 70px;
        -webkit-line-clamp: 2;
    }

        .nursing-event .nursing-event__title.one-line {
            min-height: 35px;
            max-height: 35px;
            -webkit-line-clamp: 1;
        }

        .nursing-event .nursing-event__title.three-lines {
            min-height: 105px;
            max-height: 105px;
            -webkit-line-clamp: 3;
        }

        .nursing-event .nursing-event__title:hover,
        .nursing-event .nursing-event__title:active {
            line-height: 35px;
            display: block;
            text-decoration: none;
            color: black;
        }

        .nursing-event .nursing-event__title a {
            color: #00619C;
        }

            .nursing-event .nursing-event__title a:hover,
            .nursing-event .nursing-event__title a:active {
                line-height: 35px;
                display: block;
                text-decoration: none;
                color: black;
            }

    .nursing-event .nursing-event__subtext {
        display: block;
        margin: 6px auto;
        color: #474747;
        font-weight: lighter;
        font-size: 14px;
        line-height: 24px;
        -webkit-line-clamp: 1;
    }

        .nursing-event .nursing-event__subtext.two-lines {
            min-height: 48px;
            max-height: 48px;
            -webkit-line-clamp: 2;
        }

    .nursing-event .nursing-event__text {
        font-weight: lighter;
        font-size: 18px;
        line-height: 24px;
        color: #474747;
        margin: 6px auto;
        display: block;
        min-height: 24px;
        max-height: 24px;
        -webkit-line-clamp: 1;
    }

        .nursing-event .nursing-event__text.two-lines {
            min-height: 48px;
            max-height: 48px;
            -webkit-line-clamp: 2;
        }

.page-back {
    text-transform: uppercase;
    font-size: 14px;
    color: #156d95;
}

    .page-back [wk-icon="chevron-left"] {
        margin-left: 0px;
    }

.page-section {
    width: 100%;
    padding: 60px 0px;
    background-color: white;
    z-index: 2;
    position: relative;
}

    .page-section.black {
        background-color: #474747;
        color: white;
    }

        .page-section.black .page-section__title {
            color: white;
        }

        .page-section.black .page-section__description {
            color: white;
        }

    .page-section.gray {
        background-color: #ececec;
    }

    .page-section.negative-margin {
        position: relative;
        top: -30px;
        margin-bottom: -30px;
        z-index: 1;
    }

    .page-section.thin {
        padding: 30px 0px;
    }

    .page-section.hidden-pannel {
        position: relative;
        top: -30px;
        margin-bottom: -30px;
        z-index: 1;
        padding: 30px 0px;
        opacity: 0;
        visibility: hidden;
        transition: visibility 2s, opacity 2.5s linear;
        display: none;
    }

        .page-section.hidden-pannel.active {
            display: block;
            visibility: visible;
            opacity: 1;
        }

        .page-section.hidden-pannel .close-pannel {
            position: absolute;
            right: 30px;
            top: 7px;
            cursor: pointer;
        }

            .page-section.hidden-pannel .close-pannel[wk-icon="close"] {
                display: block;
                font-smoothing: grayscale;
                font-style: normal;
                font-variant: normal;
                font-weight: normal;
                line-height: inherit;
                margin-left: auto;
                margin-right: auto;
                speak: none;
                text-align: inherit;
                text-decoration: inherit;
                text-transform: inherit;
                width: auto;
                cursor: pointer;
            }

                .page-section.hidden-pannel .close-pannel[wk-icon="close"]:before {
                    color: inherit;
                    letter-spacing: .5px;
                    width: fit-content;
                    font-size: 16px;
                    font-weight: lighter;
                    padding-top: 1px;
                    padding-bottom: 1px;
                    text-transform: uppercase;
                    padding: 0px 5px;
                    cursor: pointer;
                }

    .page-section.super-thin {
        padding: 5px 0px;
    }

    .page-section.no-padding {
        padding: 0px 0px;
    }

    .page-section.border-top {
        border-top: solid 1px #e8e8e8;
    }

    .page-section .page-section__title {
        color: black;
        font-weight: bold;
        font-size: 24px;
        line-height: 34px;
        padding-top: 1px;
        padding-bottom: 1px;
        margin-top: 0px;
        margin-bottom: 5px;
        position: relative;
    }

        .page-section .page-section__title.margin-bottom {
            margin-bottom: 20px;
        }

        .page-section .page-section__title.normal-weight {
            font-weight: normal;
        }

        .page-section .page-section__title.center {
            text-align: center;
        }

        .page-section .page-section__title.uppercase {
            text-transform: uppercase;
        }

        .page-section .page-section__title.suggested:after {
            color: #585858;
            font-weight: 200;
            content: 'Suggested For You';
            display: inline-block;
            font-size: 12px;
            line-height: 12px;
            letter-spacing: .5px;
            text-align: left;
            width: fit-content;
        }

        .page-section .page-section__title .suggested-wrapper {
            padding-right: 15px;
        }

        .page-section .page-section__title.new {
            padding-top: 12px;
            position: relative;
        }

            .page-section .page-section__title.new:before {
                color: #FF0000;
                font-weight: bold;
                content: 'New!';
                display: inline-block;
                font-size: 12px;
                line-height: 12px;
                position: absolute;
                top: 0px;
                left: 0px;
                letter-spacing: .5px;
                text-align: left;
                width: fit-content;
            }

        .page-section .page-section__title.featured-topic {
            padding-top: 20px;
            position: relative;
        }

            .page-section .page-section__title.featured-topic:before {
                color: #474747;
                font-weight: normal;
                content: 'Featured Topic';
                display: inline-block;
                font-size: 12px;
                line-height: 12px;
                position: absolute;
                top: 0px;
                left: 0px;
                letter-spacing: .5px;
                text-align: left;
                width: fit-content;
            }

    .page-section .page-section__description {
        font-size: 16px;
        color: black;
        line-height: 30px;
        font-weight: lighter;
        font-weight: 400;
        margin-bottom: 45px;
        padding-top: 1px;
        padding-bottom: 1px;
        width: 100%;
    }

        .page-section .page-section__description.gray {
            color: #474747;
        }

        .page-section .page-section__description.lighter {
            font-weight: lighter;
        }

        .page-section .page-section__description.center {
            text-align: center;
        }

        .page-section .page-section__description.indent {
            padding-left: 15px;
        }

        .page-section .page-section__description.closePannel-indent {
            padding-right: 50px;
        }

        .page-section .page-section__description.no-margin {
            margin-bottom: 0px;
        }

        .page-section .page-section__description.lt-margin {
            margin-bottom: 15px;
        }

        .page-section .page-section__description.md-margin {
            margin-bottom: 22px;
        }

    .page-section .page-section__sub-text {
        font-size: 14px;
        line-height: 24px;
        text-align: left;
        margin: 20px auto;
    }

        .page-section .page-section__sub-text.italics {
            font-style: italic;
        }

    .page-section .page-section__button {
        display: block;
        background-color: #00619C;
        padding: 1.1em 1.5em;
        letter-spacing: .05em;
        color: #fff;
        text-transform: uppercase;
        text-decoration: none;
        font-size: 14px;
        line-height: 22px;
        width: 100%;
        width: auto;
        width: fit-content;
        text-align: center;
        border-radius: 3px;
        font-weight: bold;
        margin-top: 20px;
        margin-bottom: 20px;
    }

        .page-section .page-section__button.no-margin-top {
            margin-top: 0px;
        }

        .page-section .page-section__button.no-margin-right {
            margin-right: 0px;
        }

        .page-section .page-section__button.no-margin-bottom {
            margin-bottom: 0px;
        }

        .page-section .page-section__button.no-margin-left {
            margin-left: 0px;
        }

        .page-section .page-section__button.centered-margin {
            margin: 45px auto;
        }

        .page-section .page-section__button.white {
            color: #00619C;
            background-color: white;
        }

        .page-section .page-section__button [wk-icon^="arrow"] {
            -webkit-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
            margin-left: 10px;
            font-weight: bold;
        }

        .page-section .page-section__button:hover [wk-icon="arrow-right"] {
            -webkit-transform: translate3d(6px, 0px, 0px);
            transform: translate3d(6px, 0px, 0px);
        }

@media (min-width: 500px) {
    .page-section .page-section__button {
        font-size: 16px;
    }
}

@media (min-width: 800px) {
    .page-section .page-section__button {
        font-size: 18px;
    }
}

.page-section .page-section__button.unsubscribe {
    background-color: #474747;
    overflow: hidden;
    min-width: 185px;
}

    .page-section .page-section__button.unsubscribe:before {
        content: 'UNSUBSCRIBE';
        position: absolute;
        padding: 1.1em 1.5em;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #474747;
        z-index: 2;
    }

.page-section.hero {
    min-height: 380px;
    width: 100%;
    background-color: #00619C;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    background-origin: border-box;
    background-image: url('/App_Themes/NursingCenter/images/enewsletter.jpeg');
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    justify-content: center;
    align-items: center;
    padding-top: 15%;
    padding-bottom: 15%;
}

@media (min-width: 1600px) {
    .page-section.hero {
        background-position: center 15%;
    }
}

@media (min-width: 500px) {
    .page-section.hero {
        padding-top: 8%;
        padding-bottom: 8%;
    }
}

@media (min-width: 800px) {
    .page-section.hero {
        padding-top: 4%;
        padding-bottom: 4%;
    }
}

.page-section.hero:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: black;
    opacity: .145;
    z-index: 2;
}

.page-section.hero.darker:before {
    opacity: .645;
}

.page-section.hero .wrapper {
    position: relative;
    z-index: 5;
    font-size: 16px;
}

.page-section.hero .page-section__title.hero {
    color: white;
    font-size: 46px;
    font-weight: bold;
    font-style: italic;
    line-height: 56px;
    margin: 0;
    width: 100%;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
}

@media (min-width: 500px) {
    .page-section.hero .page-section__title.hero {
        font-size: 61px;
        line-height: 71px;
    }
}

@media (min-width: 800px) {
    .page-section.hero .page-section__title.hero {
        font-size: 68px;
        line-height: 78px;
    }
}

.page-section.hero .page-section__description.hero {
    color: white;
    font-size: 16px;
    line-height: 25px;
    margin: 30px 0px 45px 0px;
    letter-spacing: .0075em;
    max-width: 100%;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}

@media (min-width: 500px) {
    .page-section.hero .page-section__description.hero {
        font-size: 18px;
        line-height: 28px;
        max-width: 600px;
    }
}

@media (min-width: 800px) {
    .page-section.hero .page-section__description.hero {
        font-size: 22px;
        line-height: 32px;
        margin: 35px 0px 50px 0px;
        max-width: 100%;
    }
}

.page-section.hero .page-section__button.hero {
    display: inline-block;
    background-color: #00619C;
    padding: 1.1em;
    letter-spacing: .05em;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    line-height: 22px;
    width: 100%;
    width: auto;
    width: fit-content;
    min-width: 280px;
    text-align: center;
    border-radius: 3px;
    font-weight: bold;
    margin: 0px;
}

    .page-section.hero .page-section__button.hero.white {
        color: #00619C;
        background-color: white;
    }

    .page-section.hero .page-section__button.hero [wk-icon^="arrow"] {
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        margin-left: 10px;
        font-weight: bold;
    }

    .page-section.hero .page-section__button.hero:hover [wk-icon="arrow-right"] {
        -webkit-transform: translate3d(6px, 0px, 0px);
        transform: translate3d(6px, 0px, 0px);
    }

@media (min-width: 500px) {
    .page-section.hero .page-section__button.hero {
        padding: 1em;
        font-size: 16px;
    }
}

@media (min-width: 800px) {
    .page-section.hero .page-section__button.hero {
        padding: 1em;
        font-size: 18px;
        max-width: 320px;
    }
}

.page-subtitle {
    color: black;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-top: 0px;
    margin-bottom: 15px;
}

    .page-subtitle.center {
        text-align: center;
    }

.page-summary {
    font-size: 16px;
    color: black;
    line-height: 30px;
    font-weight: lighter;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 1px;
    padding-bottom: 1px;
    width: 100%;
    max-width: 800px;
    /* Semantic UI override */
    /* Semantic UI override */
}

    .page-summary.center {
        text-align: center;
        max-width: 640px;
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
    }

    .page-summary p {
        font-size: 18px;
        color: black;
        font-weight: lighter;
        margin: 25px auto;
    }

        .page-summary p:last-child {
            margin-bottom: 25px;
        }

    .page-summary:last-child {
        margin-bottom: 30px;
    }

    .page-summary a {
        color: #156d95;
        font-weight: 400;
    }

        .page-summary a:hover {
            text-decoration: underline;
        }

.page-title {
    color: black;
    font-weight: 400;
    font-size: 42px;
    line-height: 52px;
    padding-top: 30px;
    padding-bottom: 1px;
    margin-top: 15px;
    margin-bottom: 15px;
    /* Semantic UI override */
    /* Semantic UI override */
}

    .page-title.center {
        text-align: center;
    }

    .page-title h1:first-child {
        margin-top: 15px;
    }

    .page-title:first-child {
        margin-top: 15px;
    }

.pressed-transition {
    transition: transform 673ms !important;
    transform: translateX(0px) translateY(0px) !important;
    box-shadow: 3px 4px 4px rgba(2, 2, 2, 0.2) !important;
}

    .pressed-transition.pt-down:hover {
        transition: all 0.3s ease-out !important;
        transform: translateX(1px) translateY(1px) !important;
        box-shadow: none !important;
    }

.profile-icon {
    cursor: pointer;
    width: 30px;
    height: 30px;
    background-color: white;
    position: absolute;
    z-index: 1041;
    top: 5px;
    right: 15px;
    border-radius: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

@media (min-width: 0px) and (max-width: 1169px) {
    .profile-icon {
        display: none;
    }
}

.profile-icon [wk-icon] {
    color: #07609c;
}

.profile-icon.active {
    opacity: 0;
    display: none;
}

.profile-icon:hover {
    background-color: #007AC3;
}

    .profile-icon:hover [wk-icon] {
        color: white;
    }

.profile-icon--close {
    width: 30px;
    height: 30px;
    background: #07609c;
    position: absolute;
    z-index: 1040;
    top: 5px;
    right: 15px;
    border-radius: 100%;
    display: none;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    opacity: 0;
    visibility: none;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

    .profile-icon--close [wk-icon] {
        color: white;
        font-size: 30px;
    }

    .profile-icon--close.active {
        opacity: 1;
        visibility: visible;
        z-index: 1042;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

@media (min-width: 0px) and (max-width: 1169px) {
    .profile-icon--close.active {
        display: none;
    }
}

.profile-menu {
    /* -- Mobile styles ---------------------------------------------//*/
    /* -- Desktop styles --------------------------------------------//*/
}

@media (min-width: 0px) and (max-width: 1169px) {
    .profile-menu .profile-menu__item {
        background-color: #474747;
        background-color: #075e9b;
        display: none;
    }

        .profile-menu .profile-menu__item.active {
            display: block;
        }

    .profile-menu .profile-menu__user-name {
        height: 80px;
        max-height: 80px;
        min-height: 80px;
        background-color: #07609c;
        padding: 15px 15px;
        padding-right: 80px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        border-bottom: solid 1px #0b78c3;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 14px;
        color: white;
        cursor: pointer;
        line-height: 20px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-decoration: none;
        width: 100%;
        color: #cccccc;
    }

        .profile-menu .profile-menu__user-name:hover {
            background-color: #07609c;
            color: #cccccc;
            /*text-decoration: underline;*/
        }

        .profile-menu .profile-menu__user-name.active {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
        }

            .profile-menu .profile-menu__user-name.active [wk-icon="chevron-down"] {
                -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
            }

        .profile-menu .profile-menu__user-name [wk-icon="user"] {
            border: solid 1px #ffffff;
            background: #ffffff;
            border-radius: 100%;
            padding: 5px 10px 5px 10px;
            font-size: 16px;
            line-height: 14px;
            height: 22px;
            width: 22px;
            margin: 0px;
            margin-right: 10px;
            overflow: hidden;
        }

            .profile-menu .profile-menu__user-name [wk-icon="user"]:before {
                color: #0b79c3;
                color: #07609c;
                position: relative;
                left: -8px;
            }

        .profile-menu .profile-menu__user-name [wk-icon="chevron-down"] {
            color: white;
            margin-left: 5px;
            -webkit-transition: -webkit-transform 0.3s;
            transition: -webkit-transform 0.3s;
            transition: transform .3s;
            transition: transform 0.3s, -webkit-transform 0.3s;
            color: #cccccc;
        }
}

@media (min-width: 1170px) {
    .profile-menu {
        width: 100%;
        height: 40px;
        overflow: hidden !important;
        padding-right: 50px;
        padding-left: 20px;
        color: #cccccc;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        position: relative;
        z-index: 1040;
        left: 100%;
        visibility: none;
        opacity: 0;
        top: 0;
        -webkit-transition-duration: 1s;
        transition-duration: 1s;
        -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
        transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    }

        .profile-menu .profile-menu__item {
            color: white;
            position: relative;
            padding-right: 5px;
            padding-left: 5px;
            margin-left: 10px;
            margin-right: 10px;
            cursor: pointer;
            opacity: 0;
            -webkit-transition-duration: 4s;
            transition-duration: 4s;
            -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
            transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
            background-color: transparent;
        }

            .profile-menu .profile-menu__item:hover,
            .profile-menu .profile-menu__item:active,
            .profile-menu .profile-menu__item:focus {
                text-decoration: underline;
                color: white;
                background-color: transparent;
            }

            .profile-menu .profile-menu__item:first-child {
                /*  &:before{*/
                /*  content: "";*/
                /*  position: absolute;*/
                /*  top: -16px;*/
                /*  left: -30px;*/
                /*  height: 50px;*/
                /*  width: 2px;*/
                /*  background-color: white;*/
                /*  display: inline-block;*/
                /* }*/
            }

        .profile-menu .profile-menu__user-name {
            color: black;
            color: #cccccc;
            cursor: default;
        }

            .profile-menu .profile-menu__user-name:hover {
                text-decoration: none;
                color: black;
                color: #cccccc;
            }

            .profile-menu .profile-menu__user-name [wk-icon="user"] {
                /*display: none;*/
            }

            .profile-menu .profile-menu__user-name [wk-icon="chevron-down"] {
                display: none;
            }

        .profile-menu.active {
            right: 1px;
            visibility: visible;
            opacity: 1;
            -webkit-transition-duration: 1s;
            transition-duration: 1s;
            -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
            transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            /* & .profile-icon--close{*/
            /*  opacity: 1; */
            /* }*/
        }

            .profile-menu.active .profile-menu__item {
                opacity: 1;
            }
}

.purchase-item {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: solid 1px #eeeeee;
}

    .purchase-item .purchase-item__title {
        font-size: 18px;
        font-weight: 400;
    }

    .purchase-item .purchase-item__data {
        padding: 20px 0px;
        width: 100%;
        min-width: 260px;
        max-width: 48%;
        display: inline-block;
        vertical-align: top;
        margin-right: 10px;
    }

        .purchase-item .purchase-item__data .purchase-item__data-title {
            font-size: 18px;
            font-weight: 400;
        }

        .purchase-item .purchase-item__data .purchase-item__data-content {
            font-size: 14px;
            line-height: 22px;
            font-weight: 100;
            margin-top: 5px;
            margin-bottom: 5px;
        }

.responsive-PagerControl {
    width: 100%;
    margin: 0 auto;
}

    .responsive-PagerControl .PagerControl {
        width: 100%;
        margin: 20px auto;
        padding-top: 1px;
        padding-bottom: 1px;
        text-align: center;
    }

        .responsive-PagerControl .PagerControl .PagerResults {
            padding-bottom: 15px !important;
            padding-top: 5px !important;
            margin: 5px auto;
            font-weight: bold;
            font-size: 16px;
        }

        .responsive-PagerControl .PagerControl .PagerNumberArea {
            /* display: -webkit-box;*/
            /* display: -webkit-flex;*/
            /* display: -moz-box;*/
            /* display: -ms-flexbox;*/
            /* display: flex;*/
            width: 100%;
            padding-left: 0px;
            /* -webkit-box-align: center;*/
            /* -webkit-align-items: center;*/
            /* -moz-box-align: center;*/
            /* -ms-flex-align: center;*/
            /* align-items: center;*/
            /* -webkit-box-pack: center;*/
            /* -webkit-justify-content: center;*/
            /* -moz-box-pack: center;*/
            /* -ms-flex-pack: center;*/
            /* justify-content: center;*/
        }

            .responsive-PagerControl .PagerControl .PagerNumberArea span[style*="padding"] {
                display: none;
            }

            .responsive-PagerControl .PagerControl .PagerNumberArea > span {
                /* display: -webkit-box;*/
                /* display: -webkit-flex;*/
                /* display: -moz-box;*/
                /* display: -ms-flexbox;*/
                /* display: flex;*/
                text-align: center;
                vertical-align: middle;
                font-family: "Fira Sans", "Helvetica Neue", Helvetica, "Roboto", Arial, sans-serif;
            }

                .responsive-PagerControl .PagerControl .PagerNumberArea > span > a,
                .responsive-PagerControl .PagerControl .PagerNumberArea > span > span {
                    /*display: block;*/
                    font-weight: 400;
                    line-height: 30px;
                    min-height: 48px;
                    font-size: 14px;
                    padding: 7px 12px;
                    /* -webkit-transition: background-color 0.1s ease-out;*/
                    /* transition: background-color 0.1s ease-out;*/
                    /* -webkit-tap-highlight-color: transparent;*/
                    -ms-touch-action: manipulation;
                    touch-action: manipulation;
                    text-decoration: none;
                    cursor: pointer;
                    /* background-color: #a6d1ea;*/
                    /* color: #007ac3;*/
                    /* &:hover{*/
                    /*     text-decoration: none; */
                    /*     background-color: #80bde1;*/
                    /*     color: #007ac3;*/
                    /* }*/
                    /* &.SelectedPage{*/
                    /*     background-color: #fff;*/
                    /*     color: #007ac3;*/
                    /*     &:hover{*/
                    /*         background-color: #80bde1;*/
                    /*         color: #007ac3;*/
                    /*     }*/
                    /* }*/
                }

@media (min-width: 425px) {
    .responsive-PagerControl .PagerControl .PagerNumberArea > span > a,
    .responsive-PagerControl .PagerControl .PagerNumberArea > span > span {
        padding: 8px 18px;
    }
}

.scrollmenu {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 15px auto 20px auto;
}

    .scrollmenu.center .scrollmenu__wrapper {
        margin-left: auto;
        margin-right: auto;
    }

    .scrollmenu .scrollmenu__wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        overflow: hidden;
        /* overflow-x: scroll; */
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: none;
        overflow: -moz-scrollbars-none;
        margin: 0px;
        padding: 0px;
    }

        .scrollmenu .scrollmenu__wrapper::-webkit-scrollbar {
            display: none;
        }

@media only screen and (max-width: 992px) {
    .scrollmenu .scrollmenu__wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: inline;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        overflow: hidden;
        /* overflow-x: scroll; */
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: none;
        overflow: -moz-scrollbars-none;
        margin: 0px;
        padding: 0px;
    }
}

.scrollmenu .scrollmenu__item {
    font-size: 14px;
    display: inline-block;
    font-weight: lighter;
    line-height: 24px;
    color: #666666;
    cursor: pointer;
    position: relative;
    text-align: center;
    padding: 5px 0px;
    margin-right: 20px;
    margin-left: 20px;
    text-decoration: none;
    transition: all 0.3s ease-out;
}

    .scrollmenu .scrollmenu__item.lippincott:before {
        color: black;
        font-weight: lighter;
        content: 'Lippincott®';
        display: inline-block;
        font-size: 6px;
        line-height: 6px;
        letter-spacing: .5px;
        text-align: left;
        width: 100%;
        width: fit-content;
        position: absolute;
        top: 2px;
        -moz-transition-duration: .4s;
        -o-transition-duration: .4s;
        -webkit-transition-duration: .4s;
        transition-duration: .4s;
    }

    .scrollmenu .scrollmenu__item.lippincott:hover:before {
        font-size: 8px;
        color: #212121;
        font-weight: bold;
    }

    .scrollmenu .scrollmenu__item.lippincott.active:before {
        font-size: 8px;
        color: #212121;
        font-weight: bold;
    }

    .scrollmenu .scrollmenu__item:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background: #156D95;
        -moz-transition-duration: .4s;
        -o-transition-duration: .4s;
        -webkit-transition-duration: .4s;
        transition-duration: .4s;
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
        opacity: 0;
    }

    .scrollmenu .scrollmenu__item:hover {
        font-weight: 400;
        color: #212121;
        font-size: 15px;
        line-height: 25px;
    }

        .scrollmenu .scrollmenu__item:hover:after {
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -webkit-transform: translateY(0);
            transform: translateY(0);
            opacity: 1;
        }

    .scrollmenu .scrollmenu__item.active {
        font-weight: 400;
        color: #212121;
        font-size: 15px;
        line-height: 25px;
    }

        .scrollmenu .scrollmenu__item.active:after {
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -webkit-transform: translateY(0);
            transform: translateY(0);
            opacity: 1;
        }

    .scrollmenu .scrollmenu__item.header {
        font-size: 16px;
        line-height: 26px;
    }

        .scrollmenu .scrollmenu__item.header.active {
            font-size: 18px;
            line-height: 28px;
        }

    .scrollmenu .scrollmenu__item:first-child {
        margin-left: 0px;
    }

.scrollmenu .scrollmenu__link {
    font-size: 14px;
    display: inline-block;
    font-weight: lighter;
    line-height: 24px;
    color: #156D95;
    cursor: pointer;
    position: relative;
    text-align: center;
    padding: 5px 0px;
    margin-right: 20px;
    margin-left: 20px;
    text-decoration: none;
    transition: all 0.3s ease-out;
}

    .scrollmenu .scrollmenu__link.border-left {
        border-left: solid 2px #585858;
        margin-left: 0px;
        padding-left: 20px;
    }

    .scrollmenu .scrollmenu__link [wk-icon^="arrow"] {
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }

    .scrollmenu .scrollmenu__link:hover {
        font-weight: 400;
        color: #156D95;
        font-size: 15px;
        line-height: 25px;
    }

        .scrollmenu .scrollmenu__link:hover:after {
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -webkit-transform: translateY(0);
            transform: translateY(0);
            opacity: 1;
        }

        .scrollmenu .scrollmenu__link:hover [wk-icon="arrow-right"] {
            -webkit-transform: translate3d(6px, 0px, 0px);
            transform: translate3d(6px, 0px, 0px);
        }

.scrollmenu.divider .scrollmenu__item + .scrollmenu__link {
    border-left: solid 2px #585858;
    margin-left: 0px;
    padding-left: 20px;
}

.scrollmenu.divider .scrollmenu__item.left-divider {
    margin-left: 20px;
    padding-left: 0px;
}

    .scrollmenu.divider .scrollmenu__item.left-divider:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: -20px;
        width: 2px;
        height: 100%;
        background: #585858;
    }

.scrollmenu.divider .scrollmenu__item .inline-divider {
    margin-left: 29px;
    padding-left: 0px;
    position: absolute;
    bottom: 0;
    left: -40px;
    width: 2px;
    height: 100%;
    background: #585858;
}

.scrollmenu.white .scrollmenu__item {
    color: white;
}

    .scrollmenu.white .scrollmenu__item:after {
        background: white;
    }

    .scrollmenu.white .scrollmenu__item:hover {
        color: white;
    }

    .scrollmenu.white .scrollmenu__item.active {
        color: white;
    }

.scrollmenu.white .scrollmenu__link {
    color: white;
}

    .scrollmenu.white .scrollmenu__link.border-left {
        border-left: solid 2px white;
    }

    .scrollmenu.white .scrollmenu__link:hover {
        color: white;
    }

.scrollmenu.white .scrollmenu__item + .scrollmenu__link {
    border-left: solid 2px white;
    margin-left: 0px;
    padding-left: 20px;
}

[data-tabPanel] {
    display: block;
    transition: all 0.5s ease-out;
    transform: scale(0.6);
    opacity: 0;
    height: 0;
    overflow: hidden;
}

[data-PanelStatus="hidden"] {
    transform: scale(0.6);
    opacity: 0;
    height: 0;
    overflow: hidden;
}

[data-PanelStatus="active"] {
    opacity: 1;
    height: auto;
    transform: scale(1);
    overflow: visible;
}

.searchbar {
    width: 100%;
    background-color: #409BD2;
    min-height: 60px;
    display: block;
    margin-top: 80px;
    margin-bottom: 0px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 900;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 5px;
}

    .searchbar .container {
        position: relative;
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
        max-width: 970px;
    }

@media (min-width: 768px) {
    .searchbar .container {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .searchbar .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .searchbar .container {
        width: 970px;
    }
}

.searchbar .searchbar-input {
    width: 100%;
    background: transparent;
    color: white;
    border: none;
    border-radius: 0px;
    border-bottom: solid 1px white;
    padding: 15px 35px 5px 15px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 200;
}

    .searchbar .searchbar-input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: white;
        opacity: 1;
    }

    .searchbar .searchbar-input::-moz-placeholder {
        /* Firefox 19+ */
        color: white;
        opacity: 1;
    }

    .searchbar .searchbar-input:-ms-input-placeholder {
        /* IE 10+ */
        color: white;
        opacity: 1;
    }

    .searchbar .searchbar-input:-moz-placeholder {
        /* Firefox 18- */
        color: white;
        opacity: 1;
    }

    .searchbar .searchbar-input:placeholder-shown {
        color: white;
        opacity: 1;
    }

.searchbar .searchbar-icon {
    position: absolute;
    right: 10px;
    top: 0px;
    color: white !important;
    padding: 15px;
    cursor: pointer;
    z-index: 1031;
}

    .searchbar .searchbar-icon a,
    .searchbar .searchbar-icon span {
        color: white !important;
    }

.searchcard {
    color: #555555;
    font-family: "Fira Sans";
    padding: 20px;
    width: 100%;
    /*max-width: 625px;*/
    /*border: 1px solid #DDDDDD;*/
    background-color: #FFFFFF;
    margin-top: 15px;
    margin-bottom: 15px;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.15);
}

@media (min-width: 600px) {
    .searchcard {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.searchcard.ux-response {
    box-shadow: none;
}

    .searchcard.ux-response .searchcard__title {
        text-align: center;
        margin: 10px auto 35px auto;
        font-weight: 300;
        font-size: 28px;
        line-height: 38px;
        color: #555555;
    }

    .searchcard.ux-response .searchcard__content {
        width: 100%;
    }

.searchcard .searchcard__image {
    display: none;
    width: 100%;
    max-height: 260px;
    overflow: hidden;
    max-width: 150px;
    margin: auto 0px;
}

    .searchcard .searchcard__image img {
        max-height: 210px;
    }

@media (min-width: 600px) {
    .searchcard .searchcard__image {
        display: block;
    }

        .searchcard .searchcard__image + .searchcard__content {
            padding-left: 20px;
        }

        .searchcard .searchcard__image.no-image {
            display: none;
        }

            .searchcard .searchcard__image.no-image + .searchcard__content {
                padding-left: 0px;
            }
}

.searchcard .searchcard__title {
    color: #007AC3;
    font-size: 20px;
    font-weight: 300;
    line-height: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0px;
}

    .searchcard .searchcard__title.center {
        text-align: center;
    }

.searchcard .nc-btn--circle {
    padding: 2px 10px;
}

.searchcard .searchcard__price-group {
    padding-top: 7px;
    padding-bottom: 7px;
}

    .searchcard .searchcard__price-group .nc-btn--circle {
        margin-right: 10px;
        cursor: unset;
    }

.searchcard .searchcard__price {
    display: inline-block;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 300;
    line-height: 25px;
}

.searchcard .searchcard__subtitle {
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
}

    .searchcard .searchcard__subtitle span,
    .searchcard .searchcard__subtitle p {
        font-weight: 200;
    }

.searchcard .searchcard__text {
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    padding: 0px;
    width: 100%;
    margin: 0px;
}

.searchcard .searchcard__details {
    padding: 5px 0px;
    display: none;
}

.searchcard .searchcard__details-button {
    font-size: 12px;
    line-height: 14px;
    margin-top: 2px;
    margin-bottom: 2px;
    cursor: pointer;
    border: none;
    padding: 0px;
    background: transparent;
    color: #007AC3;
    font-family: "Fira Sans";
    font-weight: 300;
    display: inline-block;
}

    .searchcard .searchcard__details-button [wk-icon="chevron-down"] {
        -webkit-transition: -webkit-transform 0.3s ease-in-out;
        transition: -webkit-transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    }

    .searchcard .searchcard__details-button.active [wk-icon="chevron-down"] {
        -webkit-transition: -webkit-transform 0.3s ease-in-out;
        transition: -webkit-transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .searchcard .searchcard__details-button.active + .searchcard__details {
        display: block;
    }

.search-results {
    color: #555555;
    font-family: "Fira Sans";
    width: 100%;
    padding: 24px;
    max-width: 1000px;
    margin: 0 auto;
}

    .search-results .search-results__result-group {
        width: 100%;
    }

    .search-results .search-results__filter-group {
        display: none;
    }

        .search-results .search-results__filter-group .listView__item-btn--text-double,
        .search-results .search-results__filter-group .listView__item-btn {
            display: none;
        }

        .search-results .search-results__filter-group.active {
            display: block;
            /* position: fixed;*/
            /* width: 100%;*/
            /* left: 0;*/
            /* top: 0;*/
            /* z-index: 10000;*/
            /* max-width: 100%;*/
            /* height: 100%;*/
            /* overflow-x: scroll;*/
        }

            .search-results .search-results__filter-group.active .listView {
                display: block;
                position: fixed;
                width: 100%;
                left: 0;
                top: 0;
                bottom: 0;
                right: 0;
                z-index: 10000;
                max-width: 100%;
                height: 100%;
                overflow-x: scroll;
            }

            .search-results .search-results__filter-group.active .listView__item-btn--text-double {
                display: -webkit-box;
                display: -webkit-flex;
                display: -moz-box;
                display: -ms-flexbox;
                display: flex;
            }

            .search-results .search-results__filter-group.active .listView__item-btn {
                display: block;
            }

@media (min-width: 920px) {
    .search-results {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

        .search-results .search-results__filter-group {
            display: block;
            width: 100%;
            min-width: 280px;
            margin-right: 30px;
            max-width: 320px;
        }

            .search-results .search-results__filter-group.active {
                display: block;
            }

                .search-results .search-results__filter-group.active .listView {
                    display: block;
                    position: static;
                    width: 100%;
                    z-index: 1;
                    max-width: 100%;
                    height: auto;
                }

                .search-results .search-results__filter-group.active .listView__item-btn--text-double {
                    display: none;
                }

                .search-results .search-results__filter-group.active .listView__item-btn {
                    display: none;
                }

        .search-results .listViewText {
            margin-top: 45px;
        }
}

.search-results .search-results__sort-by {
    max-width: 625px;
    /*margin-left: auto;*/
    margin-right: auto;
}

.search-results .search-results__filters {
    max-width: 625px;
    /*margin-left: auto;*/
    margin-right: auto;
}

@media (min-width: 920px) {
    .search-results .search-results__filters {
        display: none;
    }
}

.search-results .search-results__card-group {
    max-width: 625px;
    max-width: 100%;
    margin-right: auto;
}

.search-results .wk-pagination {
    max-width: 350px;
    margin-right: auto;
    margin-top: 50px;
    /* margin-left: auto;*/
}
/* incase overflow class wasn't removed */
@media (min-width: 920px) {
    .no-overflow {
        overflow: auto;
    }
}

.search-results__title {
    color: #555555;
    font-family: "Fira Sans";
    font-size: 24px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 20px;
}

.search-results__title__amount {
    font-weight: bold;
}

.search-results__title .preLoadingText {
    text-align: center;
    display: block;
    margin-bottom: 0;
}

.search-results__sort-by {
    padding-top: 10px;
    padding-bottom: 10px;
}

.search-results__sort-by__title {
    font-size: 12px;
    line-height: 14px;
    font-weight: 200;
    padding-top: 5px;
    padding-bottom: 5px;
}

.search-results__filters {
    background-color: transparent;
    padding: 12px 12px 15px 12px;
}

    .search-results__filters.active {
        background-color: white;
    }

.search-results__filters__title {
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 10px;
}

.search-results__filters__filter-group {
    margin-bottom: 15px;
}

.search-results__filters__filter-item {
    padding: 6px;
    margin: 6px 5px;
    display: inline-block;
    background-color: #A6D1EB;
    color: #000000;
    font-family: "Fira Sans";
    font-size: 12px;
    line-height: 14px;
}

.search-results__card-group {
    margin-top: 30px;
    width: 100%;
    /* @media(min-width: 768px){*/
    /*  display: flex;*/
    /*  justify-content: space-around;*/
    /* }*/
}

.loadingResults {
    /*display: none; */
    text-align: center;
}

    .loadingResults h1 {
        text-align: center;
        color: #007AC3;
        font-size: 30px;
        font-weight: 300;
        line-height: 40px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .loadingResults img {
        text-align: center;
        display: inline-block;
    }

.preLoadingText {
    color: #555555;
    font-family: "Fira Sans";
    font-size: 24px;
    font-weight: 300;
    line-height: 33px;
    margin-bottom: 40px;
    text-align: center;
}

.search-results__card,
.search-results__card--loading {
    color: #555555;
    font-family: "Fira Sans";
    padding: 20px 30px;
    /*max-width: 625px;*/
    border: 1px solid #DDDDDD;
    background-color: #FFFFFF;
    margin-top: 15px;
    margin-bottom: 15px;
}

.search-results__card__title,
.search-results__card--loading__title,
.search-results__card__loading,
.search-results__card--loading__loading {
    color: #007AC3;
    font-size: 20px;
    font-weight: 300;
    line-height: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.search-results__card .nc-btn--circle,
.search-results__card--loading .nc-btn--circle {
    padding: 2px 10px;
}

.search-results__card__price-group,
.search-results__card--loading__price-group {
    padding-top: 7px;
    padding-bottom: 7px;
}

    .search-results__card__price-group .nc-btn--circle,
    .search-results__card--loading__price-group .nc-btn--circle {
        margin-right: 10px;
        cursor: unset;
    }

.search-results__card__price,
.search-results__card--loading__price {
    display: inline-block;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 300;
    line-height: 25px;
}

.search-results__card__credit,
.search-results__card--loading__credit {
    display: inline-block;
    padding: 0 5px;
    font-size: 12px;
    font-weight: 300;
    line-height: 25px;
}

.search-results__card .media-item--medium,
.search-results__card--loading .media-item--medium {
    margin-top: 30px;
}

    .search-results__card .media-item--medium .media-item__text,
    .search-results__card--loading .media-item--medium .media-item__text {
        padding-right: 0px;
    }

.search-results__card__image,
.search-results__card--loading__image {
    display: block;
    width: 100%;
    max-height: 260px;
}

.search-results__card__text,
.search-results__card--loading__text {
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
    padding: 10px 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    /*max-width: 95%;*/
}

.search-results__card .nc-btn--link,
.search-results__card--loading .nc-btn--link {
    font-size: 12px;
    font-weight: 300;
    line-height: 14px;
    margin-top: 2px;
    margin-bottom: 2px;
    cursor: pointer;
}

    .search-results__card .nc-btn--link span[wk-icon="chevron-up"],
    .search-results__card--loading .nc-btn--link span[wk-icon="chevron-up"] {
        display: none;
    }

    .search-results__card .nc-btn--link span[wk-icon="chevron-down"],
    .search-results__card--loading .nc-btn--link span[wk-icon="chevron-down"] {
        display: inline-block;
    }

    .search-results__card .nc-btn--link.active span[wk-icon="chevron-up"],
    .search-results__card--loading .nc-btn--link.active span[wk-icon="chevron-up"] {
        display: inline-block;
    }

    .search-results__card .nc-btn--link.active span[wk-icon="chevron-down"],
    .search-results__card--loading .nc-btn--link.active span[wk-icon="chevron-down"] {
        display: none;
    }

    .search-results__card .nc-btn--link.active + .search-results__card__details-group,
    .search-results__card--loading .nc-btn--link.active + .search-results__card__details-group {
        display: block;
    }

.search-results__card__details-group,
.search-results__card--loading__details-group {
    padding: 5px 0px;
    display: none;
}

.search-results__card__source-title,
.search-results__card--loading__source-title,
.search-results__card__authors-title,
.search-results__card--loading__authors-title {
    font-size: 12px;
    font-style: italic;
    line-height: 20px;
    padding: 5px 0px;
}

.search-results__card__source,
.search-results__card--loading__source {
    font-size: 12px;
    font-weight: bold;
    line-height: 25px;
}

.search-results__card__authors,
.search-results__card--loading__authors {
    font-size: 12px;
    font-weight: 300;
    line-height: 25px;
}

.loader {
    text-align: center;
}

    .loader span {
        display: inline-block;
        vertical-align: middle;
        width: 10px;
        height: 10px;
        margin: 50px auto;
        background: black;
        border-radius: 50px;
        -webkit-animation: loader 0.9s infinite alternate;
        -moz-animation: loader 0.9s infinite alternate;
    }

        .loader span:nth-of-type(2) {
            -webkit-animation-delay: 0.3s;
            -moz-animation-delay: 0.3s;
        }

        .loader span:nth-of-type(3) {
            -webkit-animation-delay: 0.6s;
            -moz-animation-delay: 0.6s;
        }

@-webkit-keyframes loader {
    0% {
        width: 10px;
        height: 10px;
        opacity: 0.9;
        -webkit-transform: translateY(0);
    }

    100% {
        width: 24px;
        height: 24px;
        opacity: 0.1;
        -webkit-transform: translateY(-21px);
    }
}

.separator {
    border: solid black 2px;
    width: 90px;
    margin: 20px 0px;
}

    .separator.center {
        margin: 20px auto;
    }

    .separator.thin {
        width: 100%;
        border: 0;
        border-top: solid 1px #e8e8e8;
    }

.slide-menu {
    width: 100%;
    max-width: 480px;
    height: 100vh;
    background-color: #007AC3;
    padding: 0px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: scroll;
    z-index: 3000;
    /* transform: translateX(100%); */
    /* transition: transform 225ms cubic-bezier(0, 0, 0.2, 1); */
    /* will-change: transform; */
    -webkit-transform: translate3d(400px, 0, 0);
    transform: translate3d(480px, 0, 0);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0.52, 0, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0, 0.52, 0, 1);
    transition: transform 0.3s cubic-bezier(0, 0.52, 0, 1);
    transition: transform 0.3s cubic-bezier(0, 0.52, 0, 1), -webkit-transform 0.3s cubic-bezier(0, 0.52, 0, 1);
}

@media (min-width: 1170px) {
    .slide-menu {
        display: none;
    }
}

.slide-menu.active {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
    box-shadow: rgba(0, 2, 6, 0.5) -5px 0px 4px;
}

.side-menu__header {
    height: 80px;
    width: 100%;
    background: #00619c;
    /* background: #00619C url(https://stage.nursingcenter.com/App_Themes/NursingCenter/images/bg-nursingcenter.jpg) 50% -125px repeat; */
}

.side-menu__content a {
    color: white;
}

.side-menu__content .side-menu__title {
    font-size: 16px;
    background: #00619C;
    padding: 15px;
}

.signin-btn {
    background: #009881;
    display: inline-block;
    padding: 7px 7px;
    border-radius: 2px;
    color: white;
    font-weight: 200;
    cursor: pointer;
    border: none;
    margin: 0px;
    transition: background-color 0.3s ease-out;
    position: absolute;
    top: 4px;
    right: 60px;
}

@media (min-width: 1170px) {
    .signin-btn {
        right: 0px;
    }
}

.signin-btn:hover {
    color: #07609c;
    background-color: white;
}

.social-list__header {
    font-weight: 400;
    font-size: 24px;
    color: #333333;
    padding-bottom: 10px;
    border-bottom: 1px solid #b6c9c0;
}

.social-list .logo {
    max-width: 60px;
    display: block;
}

.social-list.signedin {
    margin-top: 0;
}

.social-list .list-inline .logo {
    width: 32px;
    height: 32px;
}
/*/ old code */
.social-list h2 {
    font-weight: 400;
    font-size: 24px;
    color: #333333;
    padding-bottom: 10px;
    border-bottom: 1px solid #b6c9c0;
}

.social-list .logo {
    max-width: 60px;
    display: block;
}

.social-list.signedin {
    margin-top: 0;
}

.social-list .list-inline .logo {
    width: 32px;
    height: 32px;
}

.social-share.float {
    flex-direction: column;
    position: fixed;
    bottom: 0px;
    z-index: 100;
    width: 100%;
    background-color: white;
    padding: 5px 10px 15px 10px;
    box-shadow: rgba(0, 0, 0, 0.08) 0 -2px 5px;
}

    .social-share.float .social-share__title {
        padding-top: 5px;
        padding-bottom: 5px;
        display: block;
    }

@media (min-width: 1170px) {
    .social-share.float {
        display: flex;
        margin-top: 5px;
        margin-bottom: 15px;
        flex-direction: column;
        position: fixed;
        top: 150px;
        z-index: 100;
        width: auto;
        height: min-content;
        background-color: transparent;
        box-shadow: none;
    }

        .social-share.float .social-share__title {
            padding-top: 5px;
            padding-bottom: 5px;
            display: none;
        }
}

.social-share.float .social-share__item {
    padding: 6px;
    display: inline-block;
    width: 32px;
    background: #156D95;
    margin: 1px auto;
    transition: transform 1000ms cubic-bezier(0.19, 1, 0.22, 1);
}

    .social-share.float .social-share__item.facebook {
        background-color: #3c5898;
    }

@media (min-width: 600px) and (max-width: 1169px) {
    .social-share.float .social-share__item.facebook {
        position: relative;
        padding-right: 80px;
        width: auto;
    }

        .social-share.float .social-share__item.facebook:before {
            color: white;
            content: 'Facebook';
            display: block;
            right: 10px;
            letter-spacing: .5px;
            position: absolute;
            text-align: right;
            top: 6px;
            width: auto;
        }

        .social-share.float .social-share__item.facebook:hover,
        .social-share.float .social-share__item.facebook:active,
        .social-share.float .social-share__item.facebook:focus {
            transform: scaleX(1.1) scaleY(1.1);
        }
}

.social-share.float .social-share__item.twitter {
    background-color: #1ea1f2;
}

@media (min-width: 600px) and (max-width: 1169px) {
    .social-share.float .social-share__item.twitter {
        position: relative;
        padding-right: 65px;
        width: auto;
    }

        .social-share.float .social-share__item.twitter:before {
            color: white;
            content: 'Twitter';
            display: block;
            right: 10px;
            letter-spacing: .5px;
            position: absolute;
            text-align: right;
            top: 6px;
            width: auto;
        }

        .social-share.float .social-share__item.twitter:hover,
        .social-share.float .social-share__item.twitter:active,
        .social-share.float .social-share__item.twitter:focus {
            transform: scaleX(1.1) scaleY(1.1);
        }
}

.social-share.float .social-share__item.linkedin {
    background-color: #0076b5;
}

@media (min-width: 600px) and (max-width: 1169px) {
    .social-share.float .social-share__item.linkedin {
        position: relative;
        padding-right: 75px;
        width: auto;
    }

        .social-share.float .social-share__item.linkedin:before {
            color: white;
            content: 'LinkedIn';
            display: block;
            right: 10px;
            letter-spacing: .5px;
            position: absolute;
            text-align: right;
            top: 6px;
            width: auto;
        }

        .social-share.float .social-share__item.linkedin:hover,
        .social-share.float .social-share__item.linkedin:active,
        .social-share.float .social-share__item.linkedin:focus {
            transform: scaleX(1.1) scaleY(1.1);
        }
}

.social-share.float .social-share__item:hover,
.social-share.float .social-share__item:active,
.social-share.float .social-share__item:focus {
    transform: scaleX(1.1) scaleY(1.1);
}

.social-share.float .social-share__item [wk-icon] {
    color: white;
}

.social-share.inline {
    margin-top: 5px;
    margin-bottom: 15px;
    display: block;
    padding: 0px 15px;
}

    .social-share.inline.right {
        text-align: right;
    }

    .social-share.inline .social-share__title {
        padding-top: 5px;
        padding-bottom: 5px;
        display: block;
    }

    .social-share.inline .social-share__item {
        padding: 6px;
        display: inline-block;
        background: #156D95;
        margin-right: 5px;
        transition: transform 1000ms cubic-bezier(0.19, 1, 0.22, 1);
    }

        .social-share.inline .social-share__item:hover,
        .social-share.inline .social-share__item:active,
        .social-share.inline .social-share__item:focus {
            transform: scaleX(1.4) scaleY(1.4);
        }

        .social-share.inline .social-share__item.facebook {
            background-color: #3c5898;
        }

@media (min-width: 1170px) {
    .social-share.inline .social-share__item.facebook {
        position: relative;
        padding-right: 80px;
    }

        .social-share.inline .social-share__item.facebook:before {
            color: white;
            content: 'Facebook';
            display: block;
            right: 10px;
            letter-spacing: .5px;
            position: absolute;
            font-weight: lighter;
            text-align: right;
            top: 6px;
            width: fit-content;
        }

        .social-share.inline .social-share__item.facebook:hover,
        .social-share.inline .social-share__item.facebook:active,
        .social-share.inline .social-share__item.facebook:focus {
            transform: scaleX(1.1) scaleY(1.1);
        }
}

.social-share.inline .social-share__item.twitter {
    background-color: #1ea1f2;
}

@media (min-width: 1170px) {
    .social-share.inline .social-share__item.twitter {
        position: relative;
        padding-right: 65px;
    }

        .social-share.inline .social-share__item.twitter:before {
            color: white;
            content: 'Twitter';
            display: block;
            right: 10px;
            letter-spacing: .5px;
            position: absolute;
            font-weight: lighter;
            text-align: right;
            top: 6px;
            width: fit-content;
        }

        .social-share.inline .social-share__item.twitter:hover,
        .social-share.inline .social-share__item.twitter:active,
        .social-share.inline .social-share__item.twitter:focus {
            transform: scaleX(1.1) scaleY(1.1);
        }
}

.social-share.inline .social-share__item.linkedin {
    background-color: #0076b5;
}

@media (min-width: 1170px) {
    .social-share.inline .social-share__item.linkedin {
        position: relative;
        padding-right: 75px;
    }

        .social-share.inline .social-share__item.linkedin:before {
            color: white;
            content: 'LinkedIn';
            display: block;
            right: 10px;
            font-weight: lighter;
            letter-spacing: .5px;
            position: absolute;
            text-align: right;
            top: 6px;
            width: fit-content;
        }

        .social-share.inline .social-share__item.linkedin:hover,
        .social-share.inline .social-share__item.linkedin:active,
        .social-share.inline .social-share__item.linkedin:focus {
            transform: scaleX(1.1) scaleY(1.1);
        }
}

@media (min-width: 1170px) {
    .social-share.inline .social-share__item.email {
        position: relative;
        padding-right: 55px;
    }

        .social-share.inline .social-share__item.email:before {
            color: white;
            content: 'Email';
            display: block;
            font-weight: lighter;
            right: 10px;
            letter-spacing: .5px;
            position: absolute;
            text-align: right;
            top: 6px;
            width: fit-content;
        }

        .social-share.inline .social-share__item.email:hover,
        .social-share.inline .social-share__item.email:active,
        .social-share.inline .social-share__item.email:focus {
            transform: scaleX(1.1) scaleY(1.1);
        }
}

.social-share.inline .social-share__item [wk-icon] {
    color: white;
}

.social-share.text {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: right;
    line-height: 1.3;
    color: #585858;
}

    .social-share.text .social-share__title {
        padding-top: 5px;
        padding-bottom: 5px;
        display: inline;
        color: #585858;
    }

    .social-share.text.center {
        text-align: center;
    }

    .social-share.text.uppercase {
        text-transform: uppercase;
    }

    .social-share.text.bold {
        font-weight: bold;
    }

    .social-share.text.inline {
        display: inline;
    }

    .social-share.text.inline {
        display: inline;
    }

    .social-share.text.right {
        margin-left: auto;
        text-align: right;
    }

    .social-share.text.left {
        margin-right: auto;
        text-align: left;
    }

    .social-share.text.border-top {
        margin-top: 15px;
        padding-top: 10px;
        border-top: solid 1px #e8e8e8;
    }

    .social-share.text [wk-icon],
    .social-share.text a {
        margin-left: 5px;
        color: #585858;
        transition: transform 1000ms cubic-bezier(0.19, 1, 0.22, 1);
        cursor: pointer;
        line-height: 1.3;
    }

        .social-share.text [wk-icon]:hover,
        .social-share.text a:hover,
        .social-share.text [wk-icon]:active,
        .social-share.text a:active,
        .social-share.text [wk-icon]:focus,
        .social-share.text a:focus {
            outline: none;
            text-decoration: none;
            color: #0E628D;
            transform: scaleX(1.4) scaleY(1.4);
        }

    .social-share.text a {
        color: #585858;
    }

        .social-share.text a:hover {
            color: #0E628D;
        }

.suggested-content {
    padding: 45px 0px;
    border-top: solid 1px #e8e8e8;
    margin: 45px auto;
    width: 100%;
}

    .suggested-content .page-summary {
        margin-top: 0px;
        margin-bottom: 60px;
    }

.subscribe {
    display: block;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    border: solid 1px #e8e8e8;
    padding: 0px;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 13px 33px 36px -3px rgba(23, 23, 23, 0.05);
    box-shadow: 13px 33px 36px -3px rgba(23, 23, 23, 0.05);
}

.subscribe__title {
    text-align: center;
    font-weight: bold;
    margin: 0px;
    padding: 30px 20px 15px 20px;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 26px;
}

.subscribe__message {
    font-size: 16px;
    text-align: center;
    line-height: 22px;
    padding: 5px 20px 15px 20px;
    margin: 5px auto;
    color: #474747;
}

.subscribe__form {
    background-color: #0E628D;
    padding: 30px 20px;
}

.subscribe__input {
    width: 100%;
    color: #474747;
    border: none;
    border-radius: 0%;
    outline: none;
    display: block;
    padding: 12px 14px;
    font-size: 16px;
    line-height: 18px;
    margin: 10px auto;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.subscribe__btn {
    width: 100%;
    display: block;
    padding: 10px 14px;
    background-color: white;
    color: #0f618c;
    font-size: 16px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

.styleguide > section {
    width: 80%;
    margin: 0 auto;
    clear: both;
    padding: 75px 0;
    border-bottom: 1px solid #eee;
}

    .styleguide > section > div {
        margin-top: 15px;
        margin-bottom: 30px;
    }

.styleguide__description-title {
    color: #bbb;
    text-transform: none;
    margin: 0;
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 25px;
    font-weight: normal;
}

.styleguide__title {
    font-size: 32px;
    line-height: 30px;
    margin: 0 0 45px;
    font-weight: bold;
    color: #000;
    -webkit-font-smoothing: antialiased;
    letter-spacing: -1px;
}

.styleguide__subtitle {
    font-size: 24px;
    line-height: 24px;
    margin: 0 0 20px 0;
    font-weight: bold;
    color: #000;
    -webkit-font-smoothing: antialiased;
    letter-spacing: -1px;
}

.styleguide__text {
    font-size: 16px;
    margin: 0;
    margin-bottom: 25px;
    color: #333;
    -webkit-font-smoothing: antialiased;
}

.styleguide__component-sandbox {
    /* border-top: solid 1px #e8e8e8;*/
    /*    border-bottom: solid 1px #e8e8e8;*/
    padding: 20px 0px;
    width: 100%;
    margin: 30px auto;
}

@media (min-width: 600px) {
    .styleguide__component-sandbox {
        width: 90%;
        padding: 20px 20px;
    }
}

.styleguide__color-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.styleguide__color-item {
    margin-right: 15px;
    width: 150px;
}

.styleguide__color-box {
    display: block;
    background-color: #ffffff;
    border: solid 1px #dddddd;
    width: 100px;
    height: 100px;
}

    .styleguide__color-box.wk-blue {
        background-color: #007AC3;
    }

    .styleguide__color-box.wk-ltblue {
        background-color: #a6d1eb;
    }

    .styleguide__color-box.wk-dkblue {
        background-color: #00619c;
    }

    .styleguide__color-box.wk-gray {
        background-color: #474747;
    }

.styleguide__color-name {
    max-width: 140px;
    display: block;
    padding-top: 20px;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 16px;
}

.styleguide__color-hex {
    max-width: 140px;
    display: block;
    color: #8a8a8a;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 30px;
    font-weight: 300;
    letter-spacing: 1px;
}

.styleguide__type-headers {
    margin-bottom: 30px;
    padding-bottom: 5px;
}

.styleguide__type-description {
    color: #bbb;
    text-transform: none;
    margin: 0;
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 25px;
    font-weight: normal;
}

.styleguide__footer {
    background-color: #0f618c;
    /* height: 180px;*/
    text-align: center;
    padding: 40px 0 40px 0;
}

    .styleguide__footer p {
        letter-spacing: -1px;
        font-size: 18px;
        font-weight: bold;
        color: #474747;
        color: white;
        margin-top: 16px;
        -webkit-font-smoothing: antialiased;
    }

    .styleguide__footer sup {
        font-size: 9px;
        vertical-align: super;
    }

.text-card {
    width: 100%;
    max-width: 280px;
    min-width: 260px;
    border: solid 1px #e8e8e8;
    border-radius: 5px;
    background-color: white;
    /*box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);*/
    margin: 20px auto;
    padding: 60px 20px 20px 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-self: flex-start;
}

    .text-card .text-card__logo {
        position: absolute;
        top: 10px;
        right: 15px;
        width: 50px;
        max-height: 50px;
    }

    .text-card .text-card__subtext {
        font-weight: bold;
        text-transform: uppercase;
        font-size: 12px;
        line-height: 18px;
        color: #585858;
    }

    .text-card .text-card__title {
        font-size: 36px;
        font-weight: 400;
        line-height: 46px;
        margin: 0px;
        margin-bottom: 20px;
        margin-top: 5px;
    }

    .text-card .text-card__text {
        font-size: 14px;
        line-height: 24px;
        color: #585858;
        margin-bottom: 15px;
        min-height: 120px;
        max-height: 120px;
        -webkit-line-clamp: 5;
    }

    .text-card .text-card__button {
        color: white;
        text-align: center;
        font-size: 16px;
        line-height: 28px;
        font-weight: 300;
        background-color: #07609c;
        width: 100%;
        padding: 10px 20px;
        margin: 10px auto;
        display: block;
        border-radius: 3px;
    }

        .text-card .text-card__button a {
            color: white;
        }

        .text-card .text-card__button [wk-icon^="arrow"] {
            -webkit-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
        }

        .text-card .text-card__button:hover {
            transition: all 0.3s ease-out;
            color: black;
        }

            .text-card .text-card__button:hover [wk-icon="arrow-right"] {
                -webkit-transform: translate3d(6px, 0px, 0px);
                transform: translate3d(6px, 0px, 0px);
            }

    .text-card .text-card__footer {
        padding-top: 10px;
        text-align: right;
        color: #585858;
        border-top: solid 1px #e8e8e8;
        font-size: 12px;
        line-height: 18px;
    }

        .text-card .text-card__footer.center {
            text-align: center;
        }

        .text-card .text-card__footer.uppercase {
            text-transform: uppercase;
        }

        .text-card .text-card__footer.bold {
            font-weight: bold;
        }

        .text-card .text-card__footer [wk-icon] {
            margin-left: 5px;
            color: #585858;
            transition: transform 1000ms cubic-bezier(0.19, 1, 0.22, 1);
            cursor: pointer;
        }

            .text-card .text-card__footer [wk-icon]:hover,
            .text-card .text-card__footer [wk-icon]:active,
            .text-card .text-card__footer [wk-icon]:focus {
                line-height: unset;
                outline: none;
                text-decoration: none;
                color: #0E628D;
                transform: scaleX(1.4) scaleY(1.4);
            }

.title-badge {
    display: inline-block;
    padding: 0px;
    background-color: #474747;
    border-radius: 100%;
    font-size: 12px;
    color: white;
    line-height: 24px;
    height: 24px;
    width: 24px;
    vertical-align: middle;
    text-align: center;
}

.title-badge-coursepint {
    display: inline-block;
    padding: 0px;
    margin-bottom: 10px;
    background-color: #474747;
    border-radius: 100%;
    font-size: 12px;
    color: white;
    line-height: 24px;
    height: 24px;
    width: 24px;
    vertical-align: middle;
    text-align: center;
}

.truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.no-side-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.no-side-margin {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.red {
    color: red !important;
}

.green {
    color: green !important;
}

.wk-debug {
    border: solid 1px #e8e8e8;
    border: solid 1px black;
}

.wk-clearfix {
    overflow: auto;
    /* This is where the error was for navigation -__-.*/
}

    .wk-clearfix::after {
        content: "";
        clear: both;
        display: table;
    }

.wk-clear {
    clear: both;
}

.allowOverflow {
    overflow: unset;
    overflow-y: scroll;
    overflow-x: auto;
}

.preventOverflow {
    overflow: hidden;
}

.no-overflow {
    overflow: hidden;
}

.text-bold {
    font-weight: bold;
}

.wk-spin {
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
    display: inline-block;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.thin-vertical-margin {
    margin-top: 5px;
    margin-bottom: 5px;
}

.video {
    margin-top: 30px;
    width: 100%;
}

    .video .video-duration {
        font-weight: 500;
    }

        .video .video-duration span {
            font-weight: lighter;
        }

    .video .video-download {
        padding: 0px;
        font-weight: 500;
        color: #156d95;
        background-color: transparent;
        padding: 5px 20px 5px 0px;
    }

        .video .video-download:hover {
            color: black;
        }

    .video .video-share {
        background-color: transparent;
        padding: 5px 0px 5px 0px;
    }

        .video .video-share a {
            color: #585858;
        }

            .video .video-share a:hover {
                color: #0E628D;
            }

    .video .video-iframe {
        margin: 5px auto 15px auto;
        width: 100%;
        height: 400px;
    }

@media (min-width: 600px) {
    .video .video-iframe {
        height: 500px;
    }
}

.video .video-iframe iframe {
    width: 100%;
    height: 100%;
}

.video .video-taglist {
    border-left: solid 4px #156D95;
    padding: 5px 10px;
    margin: 20px auto;
}

    .video .video-taglist .video-tag,
    .video .video-taglist a {
        margin-right: 10px;
        color: #156D95;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 400;
    }

        .video .video-taglist .video-tag:hover,
        .video .video-taglist a:hover {
            text-decoration: underline;
            color: black;
        }

.video-card {
    width: 100%;
    min-width: 260px;
    max-width: 280px;
    margin-top: 10px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    border: solid 1px #e8e8e8;
    border-radius: 5px;
    font-family: "Fira Sans";
    text-decoration: none;
    display: block;
    color: black;
    line-height: unset;
    position: relative;
    outline: none;
    transition: transform 673ms;
    transform: translateX(0px) translateY(0px);
}

    .video-card:hover,
    .video-card:active {
        transition: transform 623ms;
        transform: translateX(0px) translateY(-20px);
        box-shadow: 13px 33px 36px -3px rgba(23, 23, 23, 0.05);
    }

    .video-card .video-card__image {
        height: 190px;
        width: 100%;
        background-color: #00619C;
        background-color: black;
        position: relative;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        background-position: 50% 50% !important;
        background-origin: border-box !important;
        background-size: cover !important;
        background-image: url('https://www.nursingcenter.com/getattachment/3fca3637-c09e-454e-9f68-37700a849f9e/Assessment-of-Cardiac-Risk.aspx');
    }

        .video-card .video-card__image:before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background-color: black;
            opacity: .145;
            z-index: 2;
        }

        .video-card .video-card__image:hover:before {
            opacity: 0.6;
        }

        .video-card .video-card__image .video-card__bookmark {
            position: absolute;
            top: 10px;
            right: 15px;
            background-color: #146d95;
            padding: 0px;
            color: white;
            margin: 0px;
            /* display: none; */
            z-index: 4;
            padding-top: 5px;
            width: 32px;
            height: 32px;
            border-radius: 5px;
        }

            .video-card .video-card__image .video-card__bookmark::before {
                font-size: 20px;
            }

            .video-card .video-card__image .video-card__bookmark:hover {
                background-color: rgba(0, 0, 0, 0.5);
            }

        .video-card .video-card__image .video-card__duration {
            margin: 0px;
            position: absolute;
            right: 0px;
            bottom: 20px;
            padding: 6px 10px;
            background: white;
            border-right: solid 8px #156D95;
            font-size: 10px;
            font-weight: bold;
            text-transform: uppercase;
            box-shadow: -1px 1px 70px rgba(0, 0, 0, 0.15);
            z-index: 4;
        }

        .video-card .video-card__image .video-card__duration-time {
            font-weight: 100;
        }

        .video-card .video-card__image .video-card__play-btn {
            color: white;
            position: absolute;
            font-size: 90px;
            left: 50%;
            top: 50%;
            transform: translate3d(-50%, -50%, 0);
            margin: 0px;
            z-index: 4;
        }

            .video-card .video-card__image .video-card__play-btn:hover {
                color: #156D95;
            }

    .video-card .video-card__main-content {
        padding: 10px 15px;
    }

        .video-card .video-card__main-content .video-card__title {
            margin: 0px;
            font-weight: 500;
            text-align: left;
            /* margin-top: 10px; */
            margin-bottom: 15px;
            display: block;
            color: black;
            overflow: hidden !important;
            min-height: 50px;
            max-height: 50px;
            text-overflow: ellipsis !important;
            display: -webkit-box !important;
            -webkit-line-clamp: 2 !important;
            -webkit-box-orient: vertical;
            font-style: normal !important;
            font-size: 20px;
            line-height: 25px;
            -webkit-transform: translateY(0.96px);
            transform: translateY(0.96px);
            letter-spacing: -0.17px !important;
        }

            .video-card .video-card__main-content .video-card__title a {
                color: #156D95;
                cursor: pointer;
            }

                .video-card .video-card__main-content .video-card__title a:hover {
                    color: #585858;
                }

        .video-card .video-card__main-content .video-card__description {
            font-size: 12px;
            color: #585858;
            display: block;
            text-decoration: none;
            line-height: unset;
            line-height: 22px;
            overflow: hidden !important;
            min-height: 44px;
            max-height: 44px;
            text-overflow: ellipsis !important;
            display: -webkit-box !important;
            -webkit-line-clamp: 2 !important;
            -webkit-box-orient: vertical;
        }

            .video-card .video-card__main-content .video-card__description a {
                cursor: pointer;
                color: #585858;
            }

                .video-card .video-card__main-content .video-card__description a:hover {
                    color: #156D95;
                }

        .video-card .video-card__main-content .video-card__taglist {
            /*padding-top: 5px; */
            padding-bottom: 5px;
            text-transform: uppercase;
            font-weight: bold;
            font-size: 10px;
            margin-top: 10px;
            color: #585858;
            display: block;
            text-decoration: none;
            line-height: 18px;
            overflow: hidden;
            min-height: 36px;
            max-height: 36px;
            text-overflow: ellipsis !important;
            display: -webkit-box !important;
            -webkit-line-clamp: 2 !important;
            -webkit-box-orient: vertical !important;
            border-left: solid 4px #156D95;
            padding-left: 8px;
        }

            .video-card .video-card__main-content .video-card__taglist .video-card__tag,
            .video-card .video-card__main-content .video-card__taglist a {
                cursor: pointer;
                margin-right: 5px;
                color: #156D95;
            }

                .video-card .video-card__main-content .video-card__taglist .video-card__tag:hover,
                .video-card .video-card__main-content .video-card__taglist a:hover {
                    color: #585858;
                }

        .video-card .video-card__main-content .video-card__share {
            margin-top: 15px;
            padding-top: 10px;
            text-align: right;
            position: relative;
            color: #585858;
            border-top: solid 1px #e8e8e8;
        }

            .video-card .video-card__main-content .video-card__share a {
                margin-left: 10px;
                color: #585858;
            }

                .video-card .video-card__main-content .video-card__share a:hover,
                .video-card .video-card__main-content .video-card__share a:active,
                .video-card .video-card__main-content .video-card__share a:focus {
                    line-height: unset;
                    outline: none;
                    text-decoration: none;
                    color: #0E628D;
                }

.wrapper {
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: transparent;
    position: relative;
}

    .wrapper.skinny {
        max-width: 600px;
    }

    .wrapper.wide {
        max-width: 1400px;
    }

.wk-alert,
.wk-alert-info,
.wk-alert-success,
.wk-alert-warning,
.wk-alert-danger {
    background-color: #fff;
    border-color: #474747;
    border-style: solid;
    border-width: 1px;
    font-family: "Fira Sans", "Helvetica Neue", Helvetica, "Roboto", Arial, sans-serif;
    font-weight: 300;
    margin-bottom: 1.25rem;
    padding: 0.75rem 1rem;
    position: relative;
    word-wrap: break-word;
}

    .wk-alert.fit-content,
    .wk-alert-info.fit-content,
    .wk-alert-success.fit-content,
    .wk-alert-warning.fit-content,
    .wk-alert-danger.fit-content {
        width: fit-content;
    }

    .wk-alert[wk-icon],
    .wk-alert-info[wk-icon],
    .wk-alert-success[wk-icon],
    .wk-alert-warning[wk-icon],
    .wk-alert-danger[wk-icon],
    .wk-alert[class*=wk-icon],
    .wk-alert-info[class*=wk-icon],
    .wk-alert-success[class*=wk-icon],
    .wk-alert-warning[class*=wk-icon],
    .wk-alert-danger[class*=wk-icon] {
        display: block;
        font-weight: 300;
        line-height: inherit;
        margin-left: 0;
        margin-right: 0;
        padding-left: 3.8125rem;
        speak: normal;
        text-align: left;
        width: auto;
    }

        .wk-alert[wk-icon]::before,
        .wk-alert-info[wk-icon]::before,
        .wk-alert-success[wk-icon]::before,
        .wk-alert-warning[wk-icon]::before,
        .wk-alert-danger[wk-icon]::before,
        .wk-alert[class*=wk-icon]::before,
        .wk-alert-info[class*=wk-icon]::before,
        .wk-alert-success[class*=wk-icon]::before,
        .wk-alert-warning[class*=wk-icon]::before,
        .wk-alert-danger[class*=wk-icon]::before {
            bottom: 0;
            color: #fff;
            font-size: 1.4375rem;
            left: 0;
            line-height: 1em;
            margin-left: 0;
            margin-right: 0;
            padding-bottom: 0.6875rem;
            padding-left: 0.6875rem;
            padding-right: 0.6875rem;
            padding-top: 0.6875rem;
            position: absolute;
            speak: none;
            top: 0;
            width: auto;
        }

    .wk-alert a,
    .wk-alert-info a,
    .wk-alert-success a,
    .wk-alert-warning a,
    .wk-alert-danger a {
        color: inherit;
        text-decoration: underline;
    }

    .wk-alert .wk-alert-title,
    .wk-alert-info .wk-alert-title,
    .wk-alert-success .wk-alert-title,
    .wk-alert-warning .wk-alert-title,
    .wk-alert-danger .wk-alert-title {
        font-weight: 700;
    }

    .wk-alert .wk-alert-title,
    .wk-alert-info .wk-alert-title,
    .wk-alert-success .wk-alert-title,
    .wk-alert-warning .wk-alert-title,
    .wk-alert-danger .wk-alert-title,
    .wk-alert p,
    .wk-alert-info p,
    .wk-alert-success p,
    .wk-alert-warning p,
    .wk-alert-danger p {
        margin-bottom: 0.3125rem;
    }

        .wk-alert .wk-alert-title:last-child,
        .wk-alert-info .wk-alert-title:last-child,
        .wk-alert-success .wk-alert-title:last-child,
        .wk-alert-warning .wk-alert-title:last-child,
        .wk-alert-danger .wk-alert-title:last-child,
        .wk-alert p:last-child,
        .wk-alert-info p:last-child,
        .wk-alert-success p:last-child,
        .wk-alert-warning p:last-child,
        .wk-alert-danger p:last-child {
            margin-bottom: 0;
        }

    .wk-alert[wk-context*='info'],
    .wk-alert-info {
        border-color: #007ac3;
        color: #007ac3;
    }

        .wk-alert[wk-context*='info'][wk-icon]::before,
        .wk-alert-info[wk-icon]::before,
        .wk-alert[wk-context*='info'][class*=wk-icon]::before,
        .wk-alert-info[class*=wk-icon]::before {
            background-color: #007ac3;
        }

    .wk-alert[wk-context*='success'],
    .wk-alert-success {
        border-color: #85bc20;
        color: #85bc20;
    }

        .wk-alert[wk-context*='success'][wk-icon]::before,
        .wk-alert-success[wk-icon]::before,
        .wk-alert[wk-context*='success'][class*=wk-icon]::before,
        .wk-alert-success[class*=wk-icon]::before {
            background-color: #85bc20;
        }

    .wk-alert[wk-context*='warning'],
    .wk-alert-warning {
        border-color: #ea8f00;
        color: #ea8f00;
    }

        .wk-alert[wk-context*='warning'][wk-icon]::before,
        .wk-alert-warning[wk-icon]::before,
        .wk-alert[wk-context*='warning'][class*=wk-icon]::before,
        .wk-alert-warning[class*=wk-icon]::before {
            background-color: #ea8f00;
        }

    .wk-alert[wk-context*='danger'],
    .wk-alert-danger {
        border-color: #e5202e;
        color: #e5202e;
    }

        .wk-alert[wk-context*='danger'][wk-icon]::before,
        .wk-alert-danger[wk-icon]::before,
        .wk-alert[wk-context*='danger'][class*=wk-icon]::before,
        .wk-alert-danger[class*=wk-icon]::before {
            background-color: #e5202e;
        }

.wk-alert-dismissible {
    padding-right: 2.875rem;
}

    .wk-alert-dismissible .wk-alert-dismiss,
    .wk-alert-dismissible .wk-icon-close-empty {
        background-color: transparent;
        color: inherit;
        position: absolute;
        -webkit-transition: opacity 0.2s;
        transition: opacity 0.2s;
        width: auto;
    }

        .wk-alert-dismissible .wk-alert-dismiss:hover:not([disabled]),
        .wk-alert-dismissible .wk-icon-close-empty:hover:not([disabled]) {
            color: inherit;
        }

    .wk-alert-dismissible .wk-alert-dismiss {
        font-size: 1.375rem;
        padding-bottom: 0.4375rem;
        padding-left: 0.4375rem;
        padding-right: 0.4375rem;
        padding-top: 0.4375rem;
        right: 0.4375rem;
        top: 0.25rem;
    }

        .wk-alert-dismissible .wk-alert-dismiss:hover,
        .wk-alert-dismissible .wk-icon-close-empty:hover {
            background-color: transparent;
            opacity: 0.6;
        }

    .wk-alert-dismissible .wk-icon-close-empty {
        font-size: 2.375rem;
        margin: 0;
        padding: 0;
        right: 0.25rem;
        top: 0.25rem;
    }

.wk-alert-fixed {
    border-left: 0;
    border-right: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: 0.2s;
    transition: 0.2s;
    z-index: 9999;
}

.open.wk-alert-fixed {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.wk-button {
    border-radius: 3px;
    padding: 13px 16px;
    background-color: #007ac3;
    color: white;
    font-size: 14px;
    font-weight: bold;
}

.wk-pagination {
    list-style-type: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .wk-pagination li {
        display: inline-block;
        text-align: center;
        vertical-align: top;
        /* &:last-child a:hover, &:first-child a:hover {*/
        /*     background-color: #409bd2;*/
        /* }*/
    }

    .wk-pagination > .wk-active a {
        background-color: #fff;
        color: #007ac3;
    }

    .wk-pagination > li > a {
        text-decoration: none;
        cursor: pointer;
        background-color: #a6d1ea;
        color: #007ac3;
        display: block;
        font-family: "Fira Sans", "Helvetica Neue", Helvetica, "Roboto", Arial, sans-serif;
        font-weight: 400;
        line-height: 30px;
        min-height: 48px;
        font-size: 14px;
        padding: .5625rem 1.25rem;
        padding: 7px 12px;
        -webkit-transition: background-color 0.1s ease-out;
        transition: background-color 0.1s ease-out;
    }

@media (min-width: 425px) {
    .wk-pagination > li > a {
        padding: 8px 18px;
    }
}

.wk-pagination > li > a:hover {
    text-decoration: none;
    background-color: #80bde1;
    color: #007ac3;
}

.wk-pagination > li > a.wk-button {
    background-color: #007ac3;
    color: #fff;
    vertical-align: middle;
    /*padding: 10px 6px; */
    -webkit-tap-highlight-color: transparent;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    /* @media (min-width: 425px) {*/
    /*     padding: 10px 20px; */
    /* }*/
}

    .wk-pagination > li > a.wk-button:hover {
        background-color: #409bd2;
    }

    .wk-pagination > li > a.wk-button [wk-icon] {
        line-height: 30px;
        margin: 0;
    }

.wk-select-field {
    position: relative;
}

    .wk-select-field::after {
        color: #474747;
        content: "";
        font-family: "wk-icons-open";
        pointer-events: none;
        position: absolute;
        right: .5em;
        top: .8em;
        top: 12px;
        z-index: 1049;
    }

.wk-select_coursepoint {
    top: 5%;
}

.wk-select-field.no-drop-down::after {
    display: none;
}

.wk-select-field > select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 1px solid #dadada;
    border-radius: 0;
    color: #474747;
    font-family: "Helvetica Neue", Helvetica, "Roboto", Arial, sans-serif;
    font-size: 1rem;
    height: 3rem;
    line-height: 1.5;
    padding: 0.6875rem 1rem;
    width: 100%;
    display: block;
    font-family: "Fira Sans", "Helvetica Neue", Helvetica, "Roboto", Arial, sans-serif;
    overflow: hidden;
    padding-right: 1.75rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .wk-select-field > select[disabled] {
        background-color: #ededed;
        color: #a3a3a3;
        cursor: not-allowed;
    }

    .wk-select-field > select:focus,
    .wk-select-field .wk-select-field > select:hover:focus {
        border-color: #409bd2;
    }

    .wk-select-field > select:hover {
        border-color: #474747;
    }

    .wk-select-field > select::-ms-clear {
        height: 0;
        width: 0;
    }

    .wk-select-field > select::-ms-expand {
        display: none;
    }

    .wk-select-field > select > option {
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .wk-select-field > select:focus {
        border-color: #474747;
    }

.wk-select-field[disabled],
.wk-select-field .wk-radio-field[disabled] {
    color: #a3a3a3;
    cursor: not-allowed;
}

.wk-switch {
    position: relative;
    /*font-size: .875rem;*/
}

.wk-switch-textLeft,
.wk-switch-textRight {
    display: inline;
    margin-right: .5rem;
    vertical-align: middle;
    cursor: pointer;
    color: #AAAAAA;
    font-family: "Fira Sans";
    font-size: 18px;
    font-weight: 300;
    line-height: 19px;
}

    .wk-switch-textLeft.active,
    .wk-switch-textRight.active {
        color: #007AC3;
    }

.wk-switch-textLeft {
    color: #007AC3;
}

.wk-switch .wk-switch-checkbox {
    opacity: 0;
    position: absolute;
}

.wk-switch .wk-switch-base {
    border-radius: 0;
    display: inline-block;
    height: 1.375rem;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    color: #fff;
    cursor: pointer;
    margin-right: .5rem;
    margin-left: .5rem;
    text-align: left;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #AAAAAA;
    position: relative;
    width: 40px;
    height: 22px;
}

    .wk-switch .wk-switch-base::after {
        background-color: #007AC3;
        border: .0625rem #007AC3 solid;
        -webkit-box-shadow: 0 0 1px #bfbfbf;
        box-shadow: 0 0 1px #bfbfbf;
        content: '';
        position: absolute;
        left: -3px;
        top: -3px;
        width: 26px;
        height: 26px;
    }

.wk-switch .wk-switch-placeholder::after {
    clear: both;
    content: ' ';
    display: table;
}

.wk-switch input:checked ~ .wk-switch-base::after {
    left: 1.375rem;
    border-color: #85bc20;
    -webkit-box-shadow: 0 0 1px #85bc20;
    box-shadow: 0 0 1px #85bc20;
}

.wk-switch input:checked ~ .wk-switch-textRight {
    color: #007AC3;
}

.wk-switch input:checked ~ .wk-switch-textLeft {
    color: #AAAAAA;
}

.wk-switch input:focus ~ .wk-switch-base::after {
    outline: solid 2px Highlight;
    outline: auto 5px -webkit-focus-ring-color;
}

.wk-switch input[disabled] ~ .wk-switch-base {
    background-color: #ededed;
    cursor: default;
}

    .wk-switch input[disabled] ~ .wk-switch-base::after {
        border-color: #ededed;
    }

.accordion-panel a {
    text-decoration: none;
    /* display: block;*/
}

.accordion-panel .panel-heading {
    padding: 20px 15px;
}

.accordion-panel .panel-group .panel + .panel {
    margin-top: 6px;
}

.accordion-panel .panel {
    border-left: none;
    border-right: none;
    border-color: #cccccc;
}

.accordion-panel .panel-group {
    margin-bottom: 10px;
}

.accordion-panel .panel-title {
    color: #156d95;
    font-size: 19px;
    font-weight: 600;
}

.accordion-panel .panel-heading .accordion-toggle:after {
    font-family: 'Glyphicons Halflings';
    content: "\e90e";
    /* down chevron */
    float: right;
    color: #156d95;
}

.accordion-panel .panel-heading .accordion-toggle.collapsed:after {
    content: "\e90e";
    /* right chevron */
}

@media (min-width: 768px) {
    .accordion-panel .panel {
        border: none;
        box-shadow: none;
        margin-bottom: 30px;
    }

    .accordion-panel .panel-heading {
        padding: 0;
        background: none;
        border: none;
    }

        .accordion-panel .panel-heading a {
            color: #1c6e93;
            font-weight: bold;
        }

            .accordion-panel .panel-heading a.collapsed {
                background: transparent url('/App_Themes/NursingCenter/images/icon-collapsed.png') 0 0.3em no-repeat;
            }

    .accordion-panel .panel-title {
        color: inherit;
        font-size: 22px;
        font-weight: 400;
    }

        .accordion-panel .panel-title a {
            padding: 0 0 10px 30px;
            background: transparent url('/App_Themes/NursingCenter/images/icon-expanded.png') 0 0.3em no-repeat;
        }

    .accordion-panel .panel-heading .accordion-toggle:after {
        content: "";
    }

    .accordion-panel .panel-heading .accordion-toggle.collapsed:after {
        content: "";
    }
}

.adspace {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
}

    .adspace .banner {
        overflow: hidden;
        text-align: center;
        margin: 0 auto;
    }

        .adspace .banner #oas_Middle {
            display: block;
        }

        .adspace .banner #oas_Top {
            display: none;
        }

        .adspace .banner a,
        .adspace .banner img {
            display: inline-block;
        }

        .adspace .banner img {
            display: block;
            width: 100%;
            max-width: 100%;
            height: auto;
        }

@media (min-width: 768px) {
    .adspace {
        display: block;
        background: transparent;
        width: 100%;
    }

        .adspace .banner {
            max-width: 100%;
        }

            .adspace .banner #oas_Top {
                display: block;
            }

            .adspace .banner #oas_Middle {
                display: none;
            }
}

#div-gpt-homeverticalad iframe {
    max-width: 100%;
}

.article-abstract .article-abstract-section {
    padding: 8px 0;
}

    .article-abstract .article-abstract-section .articleContentoggle .glyphicon .glyphicon-plus,
    .article-abstract .article-abstract-section .articleContentoggle .glyphicon .glyphicon-minus {
        display: inline-block;
    }

    .article-abstract .article-abstract-section .articleContentoggle.collapsed .glyphicon .glyphicon-plus,
    .article-abstract .article-abstract-section .articleContentoggle .glyphicon .glyphicon-minus {
        display: none;
    }

    .article-abstract .article-abstract-section h3 {
        padding-bottom: 8px;
    }

    .article-abstract .article-abstract-section p {
        line-height: 1.8;
    }

    .article-abstract .article-abstract-section h3 {
        color: #1c6e93;
        font-weight: bold;
        border-bottom: 1px solid #b6c9c0;
    }

    .article-abstract .article-abstract-section ul {
        margin-top: 10px;
    }

        .article-abstract .article-abstract-section ul li {
            font-style: italic;
        }

    .article-abstract .article-abstract-section.primary-section h3 {
        margin-top: 0;
        border-bottom: none;
        font-weight: bold;
        color: #555555;
    }

    .article-abstract .article-abstract-section.primary-section a {
        font-style: italic;
        color: #555555;
        font-size: 16px;
    }

        .article-abstract .article-abstract-section.primary-section a.inline-link {
            font-size: 14px;
            font-style: normal;
            color: #156d95;
        }

    .article-abstract .article-abstract-section.primary-section p {
        color: #1c6e93;
    }

        .article-abstract .article-abstract-section.primary-section p.join {
            color: #555555;
        }

            .article-abstract .article-abstract-section.primary-section p.join a {
                display: inline;
                font-size: 14px;
                font-style: normal;
                color: #1c6e93;
            }

        .article-abstract .article-abstract-section.primary-section p span.subtext {
            color: #555555;
            display: block;
        }

    .article-abstract .article-abstract-section.secondary-section {
        margin-top: 20px;
    }

        .article-abstract .article-abstract-section.secondary-section h3 {
            font-weight: bold;
            color: #555555;
        }

        .article-abstract .article-abstract-section.secondary-section p a {
            display: inline;
        }

        .article-abstract .article-abstract-section.secondary-section p strong {
            color: #555555;
        }

.article-detail .page-header {
    border: none;
}

.article-detail .panel-body h4 {
    margin: 25px 0 5px;
    font-size: 20px;
}

.article-detail .panel-body a {
    display: inline;
}

.article-detail .panel-body table.figure {
    margin: 1em 0;
}

.article-detail .promo-coupon {
    padding: 16px;
    border: 1px solid #dddddd;
    background: #f6f6f6;
}

.article-detail .log-in {
    padding: 16px 24px;
    border: 1px solid #dddddd;
}

.article-detail .article-abstract-section ol {
    display: block;
    list-style-type: disc;
    margin: 20px;
}
/* CSS Document */
/*.wrap{
	max-width:690px;
	width:100%;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
}*/
/*---------Start from here---------------*/
#mid-navigation {
    float: left;
    position: relative;
    margin-bottom: 35px;
}

    #mid-navigation ul {
        float: left;
        margin: 0;
        padding: 5px;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
    }

    #mid-navigation li {
        list-style: none;
        display: inline-block;
        margin: 0px 3px 3px 0px;
    }

        #mid-navigation li a {
            padding: 9px 11px;
            color: #26546b;
            font-size: 12px;
            display: inline-block;
            border: 1px solid #cccccc;
            background: #e9f2ee;
            border-radius: 3px;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
        }

            #mid-navigation li a:hover {
                border: 1px solid #adadad;
            }

        #mid-navigation li ul {
            display: block;
            position: absolute;
            top: 49px;
            left: 0;
            border: 0;
        }

            #mid-navigation li ul li {
                border: 0;
            }

        #mid-navigation li a span {
            /*display:none;*/
            margin-right: 5px;
        }
            /***********02-02-*************/
            #mid-navigation li a span img {
                height: 16px;
                margin-top: -3px;
            }

.pdfSecurityMsg {
    margin: 0;
    min-height: 400px;
    padding: 0px;
    position: relative;
}

    .pdfSecurityMsg span {
        position: absolute;
        top: 45%;
        font-size: 20px;
        text-align: center;
        width: 100%;
    }

.disableLinkState {
    opacity: 0.5;
    cursor: not-allowed;
}

#social-icons li a {
    border: 0 !important;
    padding: 5px 2px 2px 5px !important;
    background: none;
}
/**********************************/
#social-icons {
    position: relative;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    padding: 3px !important;
    background: #fff !important;
    border: 1px solid #b6c8d6 !important;
}

    #social-icons:after,
    #social-icons:before {
        bottom: 100%;
        left: 25%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    #social-icons:after {
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #ffffff;
        border-width: 7px;
        margin-left: -7px;
    }

    #social-icons:before {
        border-color: rgba(182, 200, 214, 0);
        border-bottom-color: #b6c8d6;
        border-width: 8px;
        margin-left: -8px;
    }

@media (max-width: 767px) {
    #mid-navigation {
        width: 100%;
        padding: 10px;
    }

        #mid-navigation ul {
            display: inline-block;
            width: auto;
        }

        #mid-navigation li {
            background: #fff;
            padding: 5px 10px;
        }

            #mid-navigation li a {
                font-size: 0;
            }

                #mid-navigation li a span {
                    display: block;
                    margin-right: 0px;
                }

            #mid-navigation li ul {
                left: 7%;
            }

                #mid-navigation li ul li {
                    border: 0;
                    height: auto;
                    padding: 0px;
                }

            #mid-navigation li ul {
                top: 69px;
            }

    .pdfSecurityMsg {
        min-height: 200px;
    }

    #mid-navigation li a span img {
        height: 25px;
    }
}

body .articles-items {
    text-align: center;
    overflow: hidden;
    padding-bottom: 20px;
}

    body .articles-items .pagehader {
        padding: 42px 40px;
        margin-bottom: 16px;
    }

        body .articles-items .pagehader h2 {
            font-size: 30px;
            margin-bottom: 16px;
        }

        body .articles-items .pagehader p {
            line-height: 24px;
        }

body .articles-item {
    text-align: left;
    border: 1px solid #dedede;
    background-color: white;
    padding: 10px 10px 0;
    margin-bottom: 30px;
}

    body .articles-item h4,
    body .articles-item h4 a {
        font-family: "Fira Sans", "Helvetica Neue", Helvetica, "Roboto", Arial, sans-serif;
        font-weight: normal;
        color: #394041;
        text-transform: capitalize;
        margin: 0 0 17px;
        font-size: 18px;
    }

        body .articles-item h4 a:hover {
            color: #df5400;
        }

body .articles-item {
    padding: 15px 19px 0;
}

    body .articles-item figure {
        width: 244px;
    }

body .property-item .detail {
    width: 240px;
    padding-left: 16px;
}

body .articles-item figure {
    position: relative;
    float: left;
    margin: 0 0 20px 0;
    width: 138px;
}

    body .articles-item figure img {
        display: block;
        width: 128px;
        height: 138px;
        padding: 10px;
    }

    body .articles-item figure figcaption {
        position: absolute;
        right: 0;
        bottom: 0;
        color: white;
        font-size: 13px;
        padding: 2px 9px;
        /*background-color: #ec894d;*/
    }

body .articles-item .detail {
    float: left;
    padding-left: 10px;
}

body .articles-item .journal-name {
    padding: 8px 8px 10px 11px;
    margin: 0 0 15px -11px;
    background-color: #376093;
    color: white;
    font-size: 16px;
    font-weight: normal;
}

body .articles-item .detail span {
    /*padding-right: 10px;*/
    background-color: #96AEB5;
}

body .articles-item .journal-name small {
    font-size: 14px;
    color: white;
    text-transform: capitalize;
    white-space: nowrap;
}

body .articles-item p {
    font-size: 12px;
    overflow: hidden;
}

body .articles-item .articles-meta {
    overflow: hidden;
    font-family: Helvetica, Arial, sans-serif;
    border-top: 1px solid #9E4242;
    background-color: #f5f5f5;
    margin: 0 -5px;
    padding: 10px 6px 11px 0;
    clear: both;
}

    body .articles-item .articles-meta span {
        float: right;
        font-size: 12px;
        display: inline-block;
        border-right: 1px solid #dedede;
        margin-right: 6px;
    }

        body .articles-item .articles-meta span:last-child {
            border: none;
            margin-right: 0;
        }

        body .articles-item .articles-meta span [class^="icon-"],
        body .articles-item .articles-meta span [class*=" icon-"] {
            display: inline-block;
            width: 20px;
            height: 20px;
            margin-right: 8px;
            vertical-align: -5px;
        }

.more-details {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    color: #394041;
    display: inline-block;
    margin-bottom: 10px;
}

    .more-details .icon-caret-right {
        font-size: 10px;
        margin-left: 6px;
        vertical-align: 1px;
    }

    .more-details:hover {
        color: #df5400;
    }
/*New article design*/
.videocaselist {
    background: #EBEBEB;
    font-family: "Fira Sans", "Helvetica Neue", Helvetica, "Roboto", Arial, sans-serif;
    margin-top: 15px;
    padding: 10px;
}

#divCourseArticles .item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 0;
    margin-bottom: 15px;
}

#divCourseArticles .title a {
    color: #8e9192;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 19px 12px 40px;
    display: inline-block;
}

.blueband {
    background-color: #376093;
    color: #fff;
    font-weight: bold;
    padding: 8px;
}

.dec {
    font-size: 12px;
    padding: 4px 25px 7px 3px;
}

.item-footer {
    background-color: #f5f5f5;
    border-top: 1px solid #ccc;
    margin-top: 10px;
    font-size: 12px;
    height: 40px;
    padding: 10px;
}

.image {
    margin: auto;
}

.leftlinks {
    margin: 0px 0px 20px 0px;
    padding: 0;
}

    .leftlinks li {
        list-style: outside none none;
        padding: 0px;
        margin-bottom: 3px;
    }

        .leftlinks li a {
            padding: 8px 15px;
            display: block;
        }

            .leftlinks li a:hover,
            .leftlinks li a:focus {
                background-color: #376093;
                color: #fff;
            }

.lblCourseName {
    font-weight: bold;
}

.sidenav select {
    display: none;
}

#divCourseArticles .title span {
    margin-left: 8px;
}

#divVideoCases .active {
    background-color: #376093;
    display: block;
    padding: 8px 15px;
    color: #fff;
    line-height: 1.3;
    border: 1px solid #376093;
}

.more-details {
    text-decoration: underline;
}
/*.active {    border-left: #ce4844 7px solid;}*/
@media (max-width: 960px) {
    .sidenav ul {
        display: none;
    }

    .sidenav {
        background: none;
    }

        .sidenav h4 {
            display: none;
        }

        .sidenav select {
            display: inline-block;
        }

    #divCourseArticles .title a {
        font-size: 15px;
        padding: 10px 19px 12px 20px;
    }

    .sidenav {
        margin-bottom: 10px;
    }

    .item-footer {
        padding: 10px 2px;
    }
}

.articles-list .view-more {
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    margin: 5px 0 0;
}

.articles-list-item {
    font-size: 14px;
    line-height: 1.42857143;
    font-weight: 300;
    color: #555555;
}

.articles-list-item {
    float: left;
    border-bottom: 1px solid #cccccc;
    margin: 5px 0;
    padding-bottom: 12px;
}

    .articles-list-item img {
        display: block;
        float: left;
        margin-right: 6px;
    }

    .articles-list-item a {
        font-size: 17px;
        display: block;
        line-height: 1.1;
    }
        /*
.articles-list-item a:hover, a:focus {
    font-size: 17px;
    color: #156d95;
    line-height: 1.1;
    text-decoration: none;
}*/
        .articles-list-item a span {
            font-weight: bold;
        }

@media (min-width: 768px) {
    .articles-list {
        margin-top: 25px;
    }

    .articles-list-item {
        border-bottom: none;
        margin-bottom: 25px;
        float: none;
    }

    .articles-list .view-more {
        font-size: 13px;
        text-transform: uppercase;
    }

    .articles-list-item p {
        font-size: 12px;
    }
}

.articles-list-small {
    float: left;
    margin-bottom: 30px;
}

    .articles-list-small .articles-list-item .img-thumbnail {
        display: none;
    }

    .articles-list-small .view-more {
        display: inline-block;
        width: 100%;
        font-size: 13px;
        font-weight: bold;
        text-transform: uppercase;
        margin: 5px 0 0;
    }

@media (min-width: 768px) {
    .articles-list-small {
        margin-bottom: 0;
        padding-right: 90px;
        padding-bottom: 30px;
    }

        .articles-list-small.indexed {
            padding-bottom: 10px;
        }

            .articles-list-small.indexed .articles-list-item {
                padding-right: 10px;
            }

                .articles-list-small.indexed .articles-list-item .img-thumbnail {
                    margin-bottom: 5px;
                }

                .articles-list-small.indexed .articles-list-item a {
                    font-size: 12px;
                    max-width: 155px;
                }

        .articles-list-small .articles-list-item {
            margin: 5px 0;
            padding-bottom: 8px;
            padding-right: 50px;
        }

            .articles-list-small .articles-list-item .img-thumbnail {
                display: block;
                margin-bottom: 25px;
            }

            .articles-list-small .articles-list-item p {
                font-style: italic;
            }

            .articles-list-small .articles-list-item a {
                /* font-size: 12px; */
            }

        .articles-list-small h3 {
            border-bottom: 1px solid #b7c9c0;
            margin: 0 40px 5px 0;
            padding: 5px 0;
        }

        .articles-list-small .img-thumbnail {
            width: 80px;
            height: 60px;
        }

        .articles-list-small .journal-thumbnail {
            width: 80px;
            height: 120px;
        }
}

@media (min-width: 768px) {
    .articles-main {
        /*background: transparent url('@{image-path}articles-main-thumb-large.jpg') 0 0 no-repeat;*/
        background-size: 750px 340px;
        /*border-top: 6px solid @gray-lighter;*/
    }

        .articles-main h3 {
            font-size: 22px;
            font-weight: 600;
        }

        .articles-main p {
            font-weight: 600;
            color: #666666;
            margin-top: 15px;
        }

        .articles-main ul {
            color: #666666;
            /*list-style: square;*/
            padding-left: 15px;
        }

            .articles-main ul li {
                padding-bottom: 5px;
            }

        .articles-main .articles-main-title {
            background: transparent url('/App_Themes/NursingCenter/images/bg-transparent-white.png') 0 0 repeat;
            margin-top: -10px;
            margin-bottom: -10px;
            padding: 10px 25px 10px 30px;
        }

        .articles-main .imgheaderArticle {
            width: 750px;
            height: 340px;
        }

        .articles-main .article-img-pl {
            padding-left: 0px !important;
        }

        .articles-main .article-img-prl {
            padding-left: 0px !important;
            padding-right: 0px !important;
        }
}

.article-img-pl img {
    max-width: 100%;
    height: auto;
}

@media (min-width: 768px) {
    .breadcrumbs {
        margin: 30px 0 20px;
    }

        .breadcrumbs span {
            margin: 0 5px;
        }

        .breadcrumbs a {
            font-size: 12px;
            font-style: italic;
        }
}

.item {
    padding: 12px 12px 12px 12px;
}

    .item h3 {
        margin: 0;
        padding-bottom: 16px;
    }

.blinks {
    padding: 0;
    margin: 0;
}

    .blinks li {
        list-style: none;
        padding: 4px;
    }

span.okicon {
    font-size: 8px;
    background-color: orange;
    padding: 5px;
    color: #fff;
    border-radius: 100px;
    font-weight: normal;
    position: relative;
    top: -10px;
}

.heading-a {
    font-size: 1.4em;
    font-weight: 600;
    border-bottom: 1px solid #777777;
    padding-bottom: 10px;
}

.filter-menu .section-body {
    background: #eeeeee;
}

    .filter-menu .section-body select {
        margin-left: 10px;
    }

@media (min-width: 768px) {
    .filter-menu h2 {
        display: none;
    }

    .filter-menu label {
        font-size: 16px;
        font-weight: 100;
        padding-top: 5px;
    }
}

.footer-resources h3 {
    background: #ffffff;
    color: #1c6e93;
    margin: 0 0 5px 0;
    padding: 5px 0 5px 10px;
    font-size: 14px;
    line-height: 1.1;
    font-weight: 600;
    text-transform: uppercase;
}

.footer-resources .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.footer-resources .list-group-item {
    background: transparent;
    border: none;
    font-size: 12px;
    padding: 3px 10px;
}

.footer li a {
    font-size: 12px;
    text-align: center;
}

    .footer li a span {
        display: block;
        font-size: 11px;
    }

.blue-solid {
    background: #d4e4eb;
    border-top: 5px solid #ffffff;
}

.box-div {
    padding: 20px;
    width: 100%;
    position: relative;
    float: left;
    box-sizing: border-box;
    background: #fff;
    margin-bottom: 20px;
}

.box-content {
    padding-left: 85px;
    width: 100%;
    position: relative;
    float: left;
    box-sizing: border-box;
    background: #fff;
    min-height: 65px;
    height: 100%;
    color: #000;
    font-size: 13px;
}

.img-pro {
    width: 65px;
    height: 65px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.pr-profile-link {
    padding: 10px 0px 0px 0px;
    margin: 0px;
}

    .pr-profile-link a {
        font-size: 14px;
        margin: 0px;
    }

@media (max-width: 991px) {
    .nursing-plus-jobs {
        margin-top: 0px;
    }
}

.glyphicon.glyphicon-list.menu {
    color: #ffffff;
    font-size: 24px;
}

.icon {
    margin-top: -4px;
}

.inline-button-group ul {
    display: table;
    list-style: none;
    width: 100%;
    margin: 12px 0 6px;
    padding: 0;
}

    .inline-button-group ul li {
        display: table-cell;
        text-align: center;
    }

        .inline-button-group ul li:first {
            text-align: left;
        }

        .inline-button-group ul li:last {
            text-align: right;
        }

.inline-button-group .btn.btn-default {
    background: #e9f2ee;
    color: #156d95;
    font-size: 11px;
    /*font-weight: 600;*/
    display: inline-block;
    margin-right: 3px;
}

    .inline-button-group .btn.btn-default a {
        display: block;
        padding: 4px 0;
    }

.inline-link {
    font-weight: 600;
    font-style: normal;
}

.input-group-btn a.btn-default:hover,
.input-group-btn a.btn-default:active {
    line-height: 20px;
}

.join-nursingcenter-inverse {
    background: #1c6f94;
    padding: 5px;
    color: #ffffff;
}

    .join-nursingcenter-inverse h3 {
        color: #ffffff;
        font-size: 22px;
        margin: 10px 0 0 10px;
    }

    .join-nursingcenter-inverse .form-group {
        width: 40%;
        padding: 10px;
    }

    .join-nursingcenter-inverse .form-control {
        margin: 10px 0;
    }

    .join-nursingcenter-inverse ul {
        padding-left: 20px;
    }

    .join-nursingcenter-inverse p {
        font-weight: 600;
    }

    .join-nursingcenter-inverse p,
    .join-nursingcenter-inverse li {
        font-size: 13px;
        margin: 3px 0;
    }

    .join-nursingcenter-inverse .steps {
        margin-top: 15px;
        margin-left: 10px;
    }

    .join-nursingcenter-inverse .btn-secondary {
        margin: 10px 0;
        padding: 8px 14px;
    }

.join-nursingcenter-inverse {
    background: #1c6f94;
    padding: 5px;
    color: #ffffff;
}

    .join-nursingcenter-inverse h3 {
        color: #ffffff;
        font-size: 22px;
        margin: 10px 0 0 10px;
    }

    .join-nursingcenter-inverse .form-group {
        width: 40%;
        padding: 10px;
    }

    .join-nursingcenter-inverse .form-control {
        margin: 10px 0;
    }

    .join-nursingcenter-inverse ul {
        padding-left: 20px;
    }

    .join-nursingcenter-inverse p {
        font-weight: 600;
    }

    .join-nursingcenter-inverse p,
    .join-nursingcenter-inverse li {
        font-size: 13px;
        margin: 3px 0;
    }

    .join-nursingcenter-inverse .steps {
        margin-top: 15px;
        margin-left: 10px;
    }

    .join-nursingcenter-inverse .btn-secondary {
        margin: 10px 0;
    }

.join-nursingcenter button[type='submit'] {
    background: #53713e;
    color: #ffffff;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 15px 0;
}

.join-nursingcenter p.footnote {
    font-style: italic;
}

.join-nursingcenter a {
    margin-top: 15px;
    font-weight: 600;
}

body .journalIssueContainer .cearticle li,
body .journalIssueContainer .departments li,
body .journalIssueContainer .featurearticle li {
    list-style: none;
}

body .journalIssueContainer .articleDetails {
    padding: 2px;
}

body .journalIssueContainer .cearticle li p .departments li p,
body .journalIssueContainer .featurearticle li p {
    padding: 0px 5px 0px 0px !important;
}

body .journalIssueContainer .articleItem {
    padding: 2px;
    margin: 2px;
}

body .journalIssueContainer figure {
    margin: 0;
    margin-top: 15px;
}

body .journalIssueContainer .detail {
    margin-top: 15px;
}

    body .journalIssueContainer .detail p {
        margin: 5px;
        padding: 5px;
    }

body .journalIssueContainer .nextPrevious {
    padding: 10px;
    margin: 10px;
}

body .journalIssueContainer .articleDetails {
    padding: 10px;
    margin-top: 15px;
}

body .journalIssueContainer .cearticle {
    margin-top: 5px;
}

body .journalIssueContainer .featurearticle {
    margin-top: 5px;
}

body .journalIssueContainer .departments {
    margin-top: 5px;
}

body .journalIssueContainer hr {
    margin-top: 10px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #068DE4;
}

body .journalIssueContainer .volumelisting {
    padding: 10px;
}

body .journalIssueContainer .evenVolumes,
body .journalIssueContainer .oddVolumes {
    padding: 5px;
    margin: 5px;
}

body .journalIssueContainer .volumelisting li {
    display: block;
}

    body .journalIssueContainer .volumelisting li:before {
        /*Using a Bootstrap glyphicon as the bullet point*/
        content: "\e080";
        font-family: 'Glyphicons Halflings';
        font-size: 9px;
        float: left;
        margin-top: 4px;
        margin-left: -17px;
        color: #74B844;
    }

.link-list li {
    border-bottom: 1px solid #cccccc;
}

    .link-list li a {
        padding: 12px 2px;
        display: block;
    }

.login-nursingcenter button[type='submit'] {
    background: #1c6e93;
    color: #ffffff;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 15px 0;
}

.login-nursingcenter .footnote {
    display: inline-block;
    text-align: center;
    font-style: italic;
}

.login-nursingcenter .target {
    width: auto;
    height: auto;
    background-color: #fcffe4;
    padding: 20px;
    margin-top: 10px;
    border: 1px solid #c9ccc8;
}

.login-nursingcenter .show_hide {
    display: none;
}

.new-titles-list {
    padding-left: 0;
    padding-right: 35px;
    list-style: none;
    font-size: 17px;
    font-weight: 400;
    font-family: "Fira Sans", "Helvetica Neue", Helvetica, "Roboto", Arial, sans-serif;
}

    .new-titles-list li {
        margin: 15px 0;
        line-height: 20px;
    }

        .new-titles-list li a {
            display: block;
        }

        .new-titles-list li span.date {
            display: block;
            font-size: 12px;
            font-style: italic;
        }

    .new-titles-list.bulleted {
        padding-left: 15px;
        /*list-style: square;*/
        color: #74b844;
    }

        .new-titles-list.bulleted span {
            color: #777777;
        }

.nursingtips {
    font-family: "Fira Sans", "Helvetica Neue", Helvetica, "Roboto", Arial, sans-serif;
}

    .nursingtips .cardtitle {
        color: #FFFFFF;
        font-size: 34px;
        line-height: 40px;
        margin: 0;
        padding: 20px 0px 30px 0px;
        text-align: center;
    }

    .nursingtips .sectiontitle {
        border-bottom: none;
        color: #4E4E4E;
        font-size: 26px;
        font-weight: bold;
        margin-bottom: 0px;
        padding-bottom: 10px;
    }

    .nursingtips .previousnext p a,
    .nursingtips .previousnext p a:visited,
    .nursingtips .previousnext p a:active {
        color: #1C6E93;
        font-size: 14px;
        font-weight: bold;
    }

    .nursingtips p.intro {
        color: #000000;
        font-size: 18px;
        margin-top: 10px;
    }

    .nursingtips .logobox {
        border-top: 1px solid #95989A;
        margin-top: 40px;
        padding: 15px;
    }

    .nursingtips .tablebox,
    .nursingtips .tablebox .col-lg-12,
    .nursingtips .tablebox .col-xs-12,
    .nursingtips .tablebox .col-sm-12 {
        margin: 0;
        padding: 0;
    }

    .nursingtips .howtousebox,
    .nursingtips .infobox {
        border: 1px solid #95989A;
        margin-top: 20px;
        padding: 15px;
    }

    .nursingtips .howtousebox {
        background-color: #FFFFFF;
    }

    .nursingtips .infobox {
        background-color: #F7F7F7;
    }

    .nursingtips .titlebox {
        background-color: #137BA6;
        padding: 15px;
    }

        .nursingtips .titlebox p,
        .nursingtips .titlebox a,
        .nursingtips .titlebox a:visited,
        .nursingtips .titlebox a:link,
        .nursingtips .titlebox a:active {
            color: #E6E6E6;
            font-size: 15px;
            font-weight: 400;
        }

    .nursingtips table.tipcardtable {
        border: 2px solid #A4CAE0;
        margin-bottom: 30px;
        margin-top: 30px;
    }

        .nursingtips table.tipcardtable th {
            background-color: #D1E6F2;
            border: 1px solid #A4CAE0;
        }

            .nursingtips table.tipcardtable th.bordernone {
                border: none;
            }

            .nursingtips table.tipcardtable th.sectiontitle {
                background-color: #137BA6;
                color: #FFFFFF;
                font-size: 16px;
                padding-top: 14px;
                padding-bottom: 14px;
                text-align: center;
            }

        .nursingtips table.tipcardtable td {
            border: 1px solid #A4CAE0;
        }

            .nursingtips table.tipcardtable td.nobottomborder {
                border-bottom: none;
            }

            .nursingtips table.tipcardtable td.notopborder {
                border-top: none;
            }

.popular-publications-item {
    margin: 15px 0;
}

    .popular-publications-item a {
        display: block;
        line-height: 1.1;
    }

    .popular-publications-item img {
        display: block;
    }

    .popular-publications-item a img {
        margin-bottom: 5px;
    }

.s-text {
    color: #000;
    font-size: 13px;
    padding: 30px 10px 15px 10px;
    margin: 0 auto;
}

.profileReminder a {
    margin-left: 8px;
}

.profileReminder {
    background: #fff;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .profileReminder {
        background: #fff;
        height: 134px;
        width: 33%;
    }
}

.blue-solid {
    background: #d4e4eb;
    border-top: 5px solid #ffffff;
}

.profileReminder .media-left {
    width: 30%;
}
/* Tablesorter Custom Bootstrap LESS Theme by Rob Garrison

To create your own theme, modify the code below and run it through
a LESS compiler, like this one: http://leafo.net/lessphp/editor.html
or download less.js from http://lesscss.org/

Test out these custom less files live
 Basic Theme : http://codepen.io/Mottie/pen/eqBbn
 Bootstrap   : http://codepen.io/Mottie/pen/Ltzpi
 Metro Style : http://codepen.io/Mottie/pen/gCslk

*/
/*** theme ***/
/*** fonts ***/
/*** color definitions ***/
/* for best results, only change the hue (240),
   leave the saturation (60%) and luminosity (80%) alone
   pick the color from here: http://hslpicker.com/#99E699 */
/* darken(@headerBackground, 10%); */
/* desaturate(@headerAsc, 5%); */
/* it might be best to match the document body background color here */
/* ajax error message (added to thead) */
/* becomes height using padding (so it's divided by 2) */
/* 20px should be slightly wider than the icon width to avoid overlap */
/* url(icons/loading.gif); */
/* zebra striping */
.allRows {
    background-color: #fff;
    color: #000;
}

.evenRows {
    background-color: #ffffff;
}

.oddRows {
    background-color: #f7f7fd;
}
/* hovered rows */
.oddHovered {
    background-color: #cccccc;
}

.evenHovered {
    background-color: #e6e6e6;
}
/* Columns widget */
/* saturate( darken( desaturate(@headerBackground, 10%), 10% ), 30%); */
/* Filter widget transition */
.filterWidgetTransition {
    -webkit-transition: line-height 0.1s ease;
    -moz-transition: line-height 0.1s ease;
    -o-transition: line-height 0.1s ease;
    transition: line-height 0.1s ease;
}
/*** icon block ***/
.iconPosition {
    font-size: 11px;
    position: absolute;
    right: 2px;
    top: 50%;
    margin-top: -7px;
    /* half the icon height; older IE doesn't like this */
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    line-height: 14px;
}
/* black */
/* white */
/* automatically choose the correct arrow/text color */
/* variable theme name - requires less.js 1.3+;
   or just replace (!".@{theme}") with the contents of @theme
*/
.tablesorter-bootstrap {
    font-family: "Fira Sans", "Helvetica Neue", Helvetica, "Roboto", Arial, sans-serif;
    font-size: 14px;
    background-color: #cdcdcd;
    width: 100%;
    /* style th's outside of the thead */
    /* style header */
    /* bootstrap uses <i> for icons */
    /* tfoot */
    /* optional disabled input styling */
    /* body */
    /* hovered row colors
	you'll need to add additional lines for
	rows with more than 2 child rows
	*/
    /* table processing indicator - indeterminate spinner */
    /* Column Widget - column sort colors */
    /* caption (non-theme matching) */
    /* filter widget */
    /* hidden filter row */
    /* rows hidden by filtering (needed for child rows) */
    /* ajax error row */
}

    .tablesorter-bootstrap th,
    .tablesorter-bootstrap thead td {
        font: 14px bold Arial, Sans-serif;
        font-weight: bold;
        background-color: #adadeb;
        color: #000;
        border-collapse: collapse;
        margin: 0 0 18px;
        padding: 4px;
    }

    .tablesorter-bootstrap tbody td,
    .tablesorter-bootstrap tfoot th,
    .tablesorter-bootstrap tfoot td {
        padding: 4px;
        vertical-align: top;
    }

    .tablesorter-bootstrap .tablesorter-header {
        cursor: pointer;
    }

    .tablesorter-bootstrap .tablesorter-header-inner {
        position: relative;
        padding: 4px 20px 4px 4px;
    }

        .tablesorter-bootstrap .tablesorter-header-inner i.tablesorter-icon {
            font-size: 11px;
            position: absolute;
            right: 2px;
            top: 50%;
            margin-top: -7px;
            /* half the icon height; older IE doesn't like this */
            width: 14px;
            height: 14px;
            background-repeat: no-repeat;
            line-height: 14px;
        }

    .tablesorter-bootstrap .tablesorter-header.sorter-false {
        background-image: none;
        cursor: default;
    }

    .tablesorter-bootstrap .tablesorter-headerAsc {
        background-color: #8c85e0;
    }

    .tablesorter-bootstrap .tablesorter-headerDesc {
        background-color: #d6d9f5;
    }

    .tablesorter-bootstrap .bootstrap-icon-unsorted {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAOCAMAAADOvxanAAAAVFBMVEUAAABCQkJZWVkZGRnJyckgICAZGRkZGRn8/PweHh4dHR0aGhoaGhpUVFQbGxvQ0NDc3NxMTExSUlIbGxvr6+s4ODhKSkogICAtLS00NDQzMzMnJydSEPrQAAAAGHRSTlMA1ssZRLgdAQbDyisqsZo8QdXUq0r9xPepSRwiAAAAX0lEQVQI13XHSQKAIAwEwQAKxn13Ev7/T2Pu9qmarJKPXIicI4PH4hxaKNrhm2S8bJK5h4YzKHrzJNtK6yYT/TdXzpS5zuYg4MSQYF6i4IHExdw1UVRi05HPrrvT53a+qyMFC9t04gcAAAAASUVORK5CYII=);
        color: #000;
    }

    .tablesorter-bootstrap tfoot .tablesorter-headerAsc,
    .tablesorter-bootstrap tfoot .tablesorter-headerDesc {
        /* remove sort arrows from footer */
        background-image: none;
    }

    .tablesorter-bootstrap .disabled {
        opacity: 0.5;
        filter: alpha(opacity=50);
        cursor: not-allowed;
    }

    .tablesorter-bootstrap tbody {
        /* Zebra Widget - row alternating colors */
    }

        .tablesorter-bootstrap tbody td {
            background-color: #fff;
            color: #000;
            padding: 4px;
            vertical-align: top;
        }

        .tablesorter-bootstrap tbody tr.odd > td {
            background-color: #f7f7fd;
        }

        .tablesorter-bootstrap tbody tr.even > td {
            background-color: #ffffff;
        }

        .tablesorter-bootstrap tbody > tr.hover > td,
        .tablesorter-bootstrap tbody > tr:hover > td,
        .tablesorter-bootstrap tbody > tr:hover + tr.tablesorter-childRow > td,
        .tablesorter-bootstrap tbody > tr:hover + tr.tablesorter-childRow + tr.tablesorter-childRow > td,
        .tablesorter-bootstrap tbody > tr.even.hover > td,
        .tablesorter-bootstrap tbody > tr.even:hover > td,
        .tablesorter-bootstrap tbody > tr.even:hover + tr.tablesorter-childRow > td,
        .tablesorter-bootstrap tbody > tr.even:hover + tr.tablesorter-childRow + tr.tablesorter-childRow > td {
            background-color: #e6e6e6;
        }

        .tablesorter-bootstrap tbody > tr.odd.hover > td,
        .tablesorter-bootstrap tbody > tr.odd:hover > td,
        .tablesorter-bootstrap tbody > tr.odd:hover + tr.tablesorter-childRow > td,
        .tablesorter-bootstrap tbody > tr.odd:hover + tr.tablesorter-childRow + tr.tablesorter-childRow > td {
            background-color: #cccccc;
        }

    .tablesorter-bootstrap .tablesorter-processing {
        background-image: url('data:image/gif;base64,R0lGODlhFAAUAKEAAO7u7lpaWgAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQBCgACACwAAAAAFAAUAAACQZRvoIDtu1wLQUAlqKTVxqwhXIiBnDg6Y4eyx4lKW5XK7wrLeK3vbq8J2W4T4e1nMhpWrZCTt3xKZ8kgsggdJmUFACH5BAEKAAIALAcAAAALAAcAAAIUVB6ii7jajgCAuUmtovxtXnmdUAAAIfkEAQoAAgAsDQACAAcACwAAAhRUIpmHy/3gUVQAQO9NetuugCFWAAAh+QQBCgACACwNAAcABwALAAACE5QVcZjKbVo6ck2AF95m5/6BSwEAIfkEAQoAAgAsBwANAAsABwAAAhOUH3kr6QaAcSrGWe1VQl+mMUIBACH5BAEKAAIALAIADQALAAcAAAIUlICmh7ncTAgqijkruDiv7n2YUAAAIfkEAQoAAgAsAAAHAAcACwAAAhQUIGmHyedehIoqFXLKfPOAaZdWAAAh+QQFCgACACwAAAIABwALAAACFJQFcJiXb15zLYRl7cla8OtlGGgUADs=');
        background-position: center center;
        background-repeat: no-repeat;
    }

    .tablesorter-bootstrap tr.odd td.primary {
        background-color: #b8adeb;
    }

    .tablesorter-bootstrap td.primary,
    .tablesorter-bootstrap tr.even td.primary {
        background-color: #dbd6f5;
    }

    .tablesorter-bootstrap tr.odd td.secondary {
        background-color: #dbd6f5;
    }

    .tablesorter-bootstrap td.secondary,
    .tablesorter-bootstrap tr.even td.secondary {
        background-color: #edebfa;
    }

    .tablesorter-bootstrap tr.odd td.tertiary {
        background-color: #edebfa;
    }

    .tablesorter-bootstrap td.tertiary,
    .tablesorter-bootstrap tr.even td.tertiary {
        background-color: #ffffff;
    }

    .tablesorter-bootstrap caption {
        background-color: #fff;
    }

    .tablesorter-bootstrap .tablesorter-filter-row input,
    .tablesorter-bootstrap .tablesorter-filter-row select {
        width: 98%;
        margin: 0;
        padding: 4px;
        color: #333;
        background-color: #fff;
        border: 1px solid #bbb;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: line-height 0.1s ease;
        -moz-transition: line-height 0.1s ease;
        -o-transition: line-height 0.1s ease;
        transition: line-height 0.1s ease;
    }

    .tablesorter-bootstrap .tablesorter-filter-row {
        background-color: #eee;
    }

        .tablesorter-bootstrap .tablesorter-filter-row td {
            background-color: #eee;
            line-height: normal;
            text-align: center;
            /* center the input */
            -webkit-transition: line-height 0.1s ease;
            -moz-transition: line-height 0.1s ease;
            -o-transition: line-height 0.1s ease;
            transition: line-height 0.1s ease;
        }

        .tablesorter-bootstrap .tablesorter-filter-row.hideme td {
            padding: 2px;
            margin: 0;
            line-height: 0;
            cursor: pointer;
        }

        .tablesorter-bootstrap .tablesorter-filter-row.hideme * {
            height: 1px;
            min-height: 0;
            border: 0;
            padding: 0;
            margin: 0;
            /* don't use visibility: hidden because it disables tabbing */
            opacity: 0;
            filter: alpha(opacity=0);
        }

    .tablesorter-bootstrap .filtered {
        display: none;
    }

    .tablesorter-bootstrap .tablesorter-errorRow td {
        text-align: center;
        cursor: pointer;
        background-color: #e6bf99;
    }

.thumbnail {
    border: none;
    text-align: center;
    background: transparent;
}

    .thumbnail img {
        width: 120px;
        height: 160px;
    }

    .thumbnail h3 {
        font-size: 16px;
        font-weight: 600;
    }

    .thumbnail p,
    .thumbnail a {
        font-size: 16px;
    }

    .thumbnail ul {
        list-style: none;
        padding: 0;
    }

.thumb-link-group {
    margin-top: 15px;
}

    .thumb-link-group a {
        display: block;
        font-weight: bold;
    }

        .thumb-link-group a.btn {
            color: #ffffff;
            background: #5b2a67;
        }

        .thumb-link-group a.text-link {
            font-size: 15px;
            margin-top: 8px;
        }

.usr-personal {
    padding: 10px 30px 15px 30px;
    position: relative;
    background: #EBEBEB;
}

    .usr-personal p {
        padding-bottom: 20px;
    }

    .usr-personal ol {
        margin: 15px 20px 10px 0;
        padding: 10px 0 0 17px;
        border-top: 1px solid #bdbdbd;
        color: #156d95;
    }

    .usr-personal #edit {
        position: absolute;
        top: 0px;
        right: 20px;
        padding-top: 10px;
    }
/*!
 * # Semantic UI 2.3.3 - Dropdown
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Dropdown
*******************************/
.ui.dropdown {
    cursor: pointer;
    position: relative;
    display: inline-block;
    outline: none;
    text-align: left;
    -webkit-transition: width 0.1s ease, -webkit-box-shadow 0.1s ease;
    transition: width 0.1s ease, -webkit-box-shadow 0.1s ease;
    transition: box-shadow 0.1s ease, width 0.1s ease;
    transition: box-shadow 0.1s ease, width 0.1s ease, -webkit-box-shadow 0.1s ease;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
    /*******************************
            Content
*******************************/
    /*--------------
      Menu
---------------*/
    .ui.dropdown .menu {
        cursor: auto;
        position: absolute;
        display: none;
        outline: none;
        top: 100%;
        min-width: -webkit-max-content;
        min-width: -moz-max-content;
        min-width: max-content;
        margin: 0em;
        padding: 0em 0em;
        background: #FFFFFF;
        font-size: 1em;
        text-shadow: none;
        text-align: left;
        -webkit-box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
        box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
        border: 1px solid rgba(34, 36, 38, 0.15);
        border-radius: 0.28571429rem;
        -webkit-transition: opacity 0.1s ease;
        transition: opacity 0.1s ease;
        z-index: 11;
        will-change: transform, opacity;
    }

        .ui.dropdown .menu > * {
            white-space: nowrap;
        }
    /*--------------
  Hidden Input
---------------*/
    .ui.dropdown > input:not(.search):first-child,
    .ui.dropdown > select {
        display: none !important;
    }
    /*--------------
 Dropdown Icon
---------------*/
    .ui.dropdown > .dropdown.icon {
        position: relative;
        width: auto;
        font-size: 0.85714286em;
        margin: 0em 0em 0em 1em;
    }

    .ui.dropdown .menu > .item .dropdown.icon {
        width: auto;
        float: right;
        margin: 0em 0em 0em 1em;
    }

        .ui.dropdown .menu > .item .dropdown.icon + .text {
            margin-right: 1em;
        }
    /*--------------
      Text
---------------*/
    .ui.dropdown > .text {
        display: inline-block;
        -webkit-transition: none;
        transition: none;
    }
    /*--------------
    Menu Item
---------------*/
    .ui.dropdown .menu > .item {
        position: relative;
        cursor: pointer;
        display: block;
        border: none;
        height: auto;
        text-align: left;
        border-top: none;
        line-height: 1em;
        color: rgba(0, 0, 0, 0.87);
        padding: 0.78571429rem 1.14285714rem !important;
        font-size: 1rem;
        text-transform: none;
        font-weight: normal;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-touch-callout: none;
    }

        .ui.dropdown .menu > .item:first-child {
            border-top-width: 0px;
        }
    /*--------------
  Floated Content
---------------*/
    .ui.dropdown > .text > [class*="right floated"],
    .ui.dropdown .menu .item > [class*="right floated"] {
        float: right !important;
        margin-right: 0em !important;
        margin-left: 1em !important;
    }

    .ui.dropdown > .text > [class*="left floated"],
    .ui.dropdown .menu .item > [class*="left floated"] {
        float: left !important;
        margin-left: 0em !important;
        margin-right: 1em !important;
    }

    .ui.dropdown .menu .item > .icon.floated,
    .ui.dropdown .menu .item > .flag.floated,
    .ui.dropdown .menu .item > .image.floated,
    .ui.dropdown .menu .item > img.floated {
        margin-top: 0em;
    }
    /*--------------
  Menu Divider
---------------*/
    .ui.dropdown .menu > .header {
        margin: 1rem 0rem 0.75rem;
        padding: 0em 1.14285714rem;
        color: rgba(0, 0, 0, 0.85);
        font-size: 0.78571429em;
        font-weight: bold;
        text-transform: uppercase;
    }

    .ui.dropdown .menu > .divider {
        border-top: 1px solid rgba(34, 36, 38, 0.1);
        height: 0em;
        margin: 0.5em 0em;
    }

    .ui.dropdown.dropdown .menu > .input {
        width: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 1.14285714rem 0.78571429rem;
        min-width: 10rem;
    }

    .ui.dropdown .menu > .header + .input {
        margin-top: 0em;
    }

    .ui.dropdown .menu > .input:not(.transparent) input {
        padding: 0.5em 1em;
    }

    .ui.dropdown .menu > .input:not(.transparent) .button,
    .ui.dropdown .menu > .input:not(.transparent) .icon,
    .ui.dropdown .menu > .input:not(.transparent) .label {
        padding-top: 0.5em;
        padding-bottom: 0.5em;
    }
    /*-----------------
  Item Description
-------------------*/
    .ui.dropdown > .text > .description,
    .ui.dropdown .menu > .item > .description {
        float: right;
        margin: 0em 0em 0em 1em;
        color: rgba(0, 0, 0, 0.4);
    }
    /*-----------------
       Message
-------------------*/
    .ui.dropdown .menu > .message {
        padding: 0.78571429rem 1.14285714rem;
        font-weight: normal;
    }

        .ui.dropdown .menu > .message:not(.ui) {
            color: rgba(0, 0, 0, 0.4);
        }
    /*--------------
    Sub Menu
---------------*/
    .ui.dropdown .menu .menu {
        top: 0% !important;
        left: 100%;
        right: auto;
        margin: 0em 0em 0em -0.5em !important;
        border-radius: 0.28571429rem !important;
        z-index: 21 !important;
    }
        /* Hide Arrow */
        .ui.dropdown .menu .menu:after {
            display: none;
        }
    /*--------------
   Sub Elements
---------------*/
    /* Icons / Flags / Labels / Image */
    .ui.dropdown > .text > .icon,
    .ui.dropdown > .text > .label,
    .ui.dropdown > .text > .flag,
    .ui.dropdown > .text > img,
    .ui.dropdown > .text > .image {
        margin-top: 0em;
    }

    .ui.dropdown .menu > .item > .icon,
    .ui.dropdown .menu > .item > .label,
    .ui.dropdown .menu > .item > .flag,
    .ui.dropdown .menu > .item > .image,
    .ui.dropdown .menu > .item > img {
        margin-top: 0em;
    }

    .ui.dropdown > .text > .icon,
    .ui.dropdown > .text > .label,
    .ui.dropdown > .text > .flag,
    .ui.dropdown > .text > img,
    .ui.dropdown > .text > .image,
    .ui.dropdown .menu > .item > .icon,
    .ui.dropdown .menu > .item > .label,
    .ui.dropdown .menu > .item > .flag,
    .ui.dropdown .menu > .item > .image,
    .ui.dropdown .menu > .item > img {
        margin-left: 0em;
        float: none;
        margin-right: 0.78571429rem;
    }
    /*--------------
     Image
---------------*/
    .ui.dropdown > .text > img,
    .ui.dropdown > .text > .image,
    .ui.dropdown .menu > .item > .image,
    .ui.dropdown .menu > .item > img {
        display: inline-block;
        vertical-align: top;
        width: auto;
        margin-top: -0.5em;
        margin-bottom: -0.5em;
        max-height: 2em;
    }
    /*******************************
            Coupling
*******************************/
    /*--------------
      Menu
---------------*/
    /* Remove Menu Item Divider */
    .ui.dropdown .ui.menu > .item:before,
    .ui.menu .ui.dropdown .menu > .item:before {
        display: none;
    }
/* Prevent Menu Item Border */
.ui.menu .ui.dropdown .menu .active.item {
    border-left: none;
}
/* Automatically float dropdown menu right on last menu item */
.ui.menu .right.menu .dropdown:last-child .menu,
.ui.menu .right.dropdown.item .menu,
.ui.buttons > .ui.dropdown:last-child .menu {
    left: auto;
    right: 0em;
}
/*--------------
      Label
---------------*/
/* Dropdown Menu */
.ui.label.dropdown .menu {
    min-width: 100%;
}
/*--------------
     Button
---------------*/
/* No Margin On Icon Button */
.ui.dropdown.icon.button > .dropdown.icon {
    margin: 0em;
}

.ui.button.dropdown .menu {
    min-width: 100%;
}
/*******************************
              Types
*******************************/
/*--------------
    Selection
---------------*/
/* Displays like a select box */
.ui.selection.dropdown {
    cursor: pointer;
    word-wrap: break-word;
    line-height: 1em;
    white-space: normal;
    outline: 0;
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    min-width: 14em;
    min-height: 2.71428571em;
    background: #FFFFFF;
    display: inline-block;
    padding: 0.78571429em 2.1em 0.78571429em 1em;
    color: rgba(0, 0, 0, 0.87);
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(34, 36, 38, 0.15);
    border-radius: 0.28571429rem;
    -webkit-transition: width 0.1s ease, -webkit-box-shadow 0.1s ease;
    transition: width 0.1s ease, -webkit-box-shadow 0.1s ease;
    transition: box-shadow 0.1s ease, width 0.1s ease;
    transition: box-shadow 0.1s ease, width 0.1s ease, -webkit-box-shadow 0.1s ease;
}

    .ui.selection.dropdown.visible,
    .ui.selection.dropdown.active {
        z-index: 10;
    }

select.ui.dropdown {
    height: 38px;
    padding: 0.5em;
    border: 1px solid rgba(34, 36, 38, 0.15);
    visibility: visible;
}

.ui.selection.dropdown > .search.icon,
.ui.selection.dropdown > .delete.icon,
.ui.selection.dropdown > .dropdown.icon {
    cursor: pointer;
    position: absolute;
    width: auto;
    height: auto;
    line-height: 1.21428571em;
    top: 0.78571429em;
    right: 1em;
    z-index: 3;
    margin: -0.78571429em;
    padding: 0.91666667em;
    opacity: 0.8;
    -webkit-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease;
}
/* Compact */
.ui.compact.selection.dropdown {
    min-width: 0px;
}
/*  Selection Menu */
.ui.selection.dropdown .menu {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
    border-top-width: 0px !important;
    width: auto;
    outline: none;
    margin: 0px -1px;
    min-width: calc(102%);
    width: calc(102%);
    border-radius: 0em 0em 0.28571429rem 0.28571429rem;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
    box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
    -webkit-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease;
}

    .ui.selection.dropdown .menu:after,
    .ui.selection.dropdown .menu:before {
        display: none;
    }
    /*--------------
    Message
---------------*/
    .ui.selection.dropdown .menu > .message {
        padding: 0.78571429rem 1.14285714rem;
    }

@media only screen and (max-width: 767px) {
    .ui.selection.dropdown .menu {
        max-height: 8.01428571rem;
    }
}

@media only screen and (min-width: 768px) {
    .ui.selection.dropdown .menu {
        max-height: 10.68571429rem;
    }
}

@media only screen and (min-width: 992px) {
    .ui.selection.dropdown .menu {
        max-height: 16.02857143rem;
    }
}

@media only screen and (min-width: 1920px) {
    .ui.selection.dropdown .menu {
        max-height: 21.37142857rem;
    }
}
/* Menu Item */
.ui.selection.dropdown .menu > .item {
    border-top: 1px solid #FAFAFA;
    padding: 0.78571429rem 1.14285714rem !important;
    white-space: normal;
    word-wrap: normal;
}
/* User Item */
.ui.selection.dropdown .menu > .hidden.addition.item {
    display: none;
}
/* Hover */
.ui.selection.dropdown:hover {
    border-color: rgba(34, 36, 38, 0.35);
    -webkit-box-shadow: none;
    box-shadow: none;
}
/* Active */
.ui.selection.active.dropdown {
    border-color: #96C8DA;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
    box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
}

    .ui.selection.active.dropdown .menu {
        border-color: #96C8DA;
        -webkit-box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
        box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
    }
/* Focus */
.ui.selection.dropdown:focus {
    border-color: #96C8DA;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .ui.selection.dropdown:focus .menu {
        border-color: #96C8DA;
        -webkit-box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
        box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
    }
/* Visible */
.ui.selection.visible.dropdown > .text:not(.default) {
    font-weight: normal;
    color: rgba(0, 0, 0, 0.8);
}
/* Visible Hover */
.ui.selection.active.dropdown:hover {
    border-color: #96C8DA;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
    box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
}

    .ui.selection.active.dropdown:hover .menu {
        border-color: #96C8DA;
        -webkit-box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
        box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
    }
/* Dropdown Icon */
.ui.active.selection.dropdown > .dropdown.icon,
.ui.visible.selection.dropdown > .dropdown.icon {
    opacity: 1;
    z-index: 3;
}
/* Connecting Border */
.ui.active.selection.dropdown {
    border-bottom-left-radius: 0em !important;
    border-bottom-right-radius: 0em !important;
}
/* Empty Connecting Border */
.ui.active.empty.selection.dropdown {
    border-radius: 0.28571429rem !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

    .ui.active.empty.selection.dropdown .menu {
        border: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
/*--------------
   Searchable
---------------*/
/* Search Selection */
.ui.search.dropdown {
    min-width: '';
}
    /* Search Dropdown */
    .ui.search.dropdown > input.search {
        background: none transparent !important;
        border: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        cursor: text;
        top: 0em;
        left: 1px;
        width: 100%;
        outline: none;
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
        padding: inherit;
    }
    /* Text Layering */
    .ui.search.dropdown > input.search {
        position: absolute;
        z-index: 2;
    }

    .ui.search.dropdown > .text {
        cursor: text;
        position: relative;
        left: 1px;
        z-index: 3;
    }
/* Search Selection */
.ui.search.selection.dropdown > input.search {
    line-height: 1.21428571em;
    padding: 0.67857143em 2.1em 0.67857143em 1em;
}
/* Used to size multi select input to character width */
.ui.search.selection.dropdown > span.sizer {
    line-height: 1.21428571em;
    padding: 0.67857143em 2.1em 0.67857143em 1em;
    display: none;
    white-space: pre;
}
/* Active/Visible Search */
.ui.search.dropdown.active > input.search,
.ui.search.dropdown.visible > input.search {
    cursor: auto;
}

.ui.search.dropdown.active > .text,
.ui.search.dropdown.visible > .text {
    pointer-events: none;
}
/* Filtered Text */
.ui.active.search.dropdown input.search:focus + .text .icon,
.ui.active.search.dropdown input.search:focus + .text .flag {
    opacity: 0.45;
}

.ui.active.search.dropdown input.search:focus + .text {
    color: rgba(115, 115, 115, 0.87) !important;
}
/* Search Menu */
.ui.search.dropdown .menu {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
}

@media only screen and (max-width: 767px) {
    .ui.search.dropdown .menu {
        max-height: 8.01428571rem;
    }
}

@media only screen and (min-width: 768px) {
    .ui.search.dropdown .menu {
        max-height: 10.68571429rem;
    }
}

@media only screen and (min-width: 992px) {
    .ui.search.dropdown .menu {
        max-height: 16.02857143rem;
    }
}

@media only screen and (min-width: 1920px) {
    .ui.search.dropdown .menu {
        max-height: 21.37142857rem;
    }
}
/*--------------
    Multiple
---------------*/
/* Multiple Selection */
.ui.multiple.dropdown {
    padding: 0.22619048em 2.1em 0.22619048em 0.35714286em;
}

    .ui.multiple.dropdown .menu {
        cursor: auto;
    }
/* Multiple Search Selection */
.ui.multiple.search.dropdown,
.ui.multiple.search.dropdown > input.search {
    cursor: text;
}
/* Selection Label */
.ui.multiple.dropdown > .label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    font-size: 1em;
    padding: 0.35714286em 0.78571429em;
    margin: 0.14285714rem 0.28571429rem 0.14285714rem 0em;
    -webkit-box-shadow: 0px 0px 0px 1px rgba(34, 36, 38, 0.15) inset;
    box-shadow: 0px 0px 0px 1px rgba(34, 36, 38, 0.15) inset;
}
/* Dropdown Icon */
.ui.multiple.dropdown .dropdown.icon {
    margin: '';
    padding: '';
}
/* Text */
.ui.multiple.dropdown > .text {
    position: static;
    padding: 0;
    max-width: 100%;
    margin: 0.45238095em 0em 0.45238095em 0.64285714em;
    line-height: 1.21428571em;
}

.ui.multiple.dropdown > .label ~ input.search {
    margin-left: 0.14285714em !important;
}

.ui.multiple.dropdown > .label ~ .text {
    display: none;
}
/*-----------------
  Multiple Search
-----------------*/
/* Prompt Text */
.ui.multiple.search.dropdown > .text {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    padding: inherit;
    margin: 0.45238095em 0em 0.45238095em 0.64285714em;
    line-height: 1.21428571em;
}

.ui.multiple.search.dropdown > .label ~ .text {
    display: none;
}
/* Search */
.ui.multiple.search.dropdown > input.search {
    position: static;
    padding: 0;
    max-width: 100%;
    margin: 0.45238095em 0em 0.45238095em 0.64285714em;
    width: 2.2em;
    line-height: 1.21428571em;
}
/*--------------
     Inline
---------------*/
.ui.inline.dropdown {
    cursor: pointer;
    display: inline-block;
    color: inherit;
}

    .ui.inline.dropdown .dropdown.icon {
        margin: 0em 0.5em 0em 0.21428571em;
        vertical-align: baseline;
    }

    .ui.inline.dropdown > .text {
        font-weight: bold;
    }

    .ui.inline.dropdown .menu {
        cursor: auto;
        margin-top: 0.21428571em;
        border-radius: 0.28571429rem;
    }
/*******************************
            States
*******************************/
/*--------------------
        Active
----------------------*/
/* Menu Item Active */
.ui.dropdown .menu .active.item {
    background: transparent;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.95);
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 12;
}
/*--------------------
        Hover
----------------------*/
/* Menu Item Hover */
.ui.dropdown .menu > .item:hover {
    background: rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.95);
    z-index: 13;
}
/*--------------------
       Loading
---------------------*/
.ui.loading.dropdown > i.icon {
    height: 1em !important;
}

.ui.loading.selection.dropdown > i.icon {
    padding: 1.5em 1.28571429em !important;
}

.ui.loading.dropdown > i.icon:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin: -0.64285714em 0em 0em -0.64285714em;
    width: 1.28571429em;
    height: 1.28571429em;
    border-radius: 500rem;
    border: 0.2em solid rgba(0, 0, 0, 0.1);
}

.ui.loading.dropdown > i.icon:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    -webkit-box-shadow: 0px 0px 0px 1px transparent;
    box-shadow: 0px 0px 0px 1px transparent;
    margin: -0.64285714em 0em 0em -0.64285714em;
    width: 1.28571429em;
    height: 1.28571429em;
    -webkit-animation: dropdown-spin 0.6s linear;
    animation: dropdown-spin 0.6s linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    border-radius: 500rem;
    border-color: #767676 transparent transparent;
    border-style: solid;
    border-width: 0.2em;
}
/* Coupling */
.ui.loading.dropdown.button > i.icon:before,
.ui.loading.dropdown.button > i.icon:after {
    display: none;
}

@-webkit-keyframes dropdown-spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes dropdown-spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/*--------------------
     Default Text
----------------------*/
.ui.dropdown:not(.button) > .default.text,
.ui.default.dropdown:not(.button) > .text {
    color: rgba(191, 191, 191, 0.87);
}

.ui.dropdown:not(.button) > input:focus ~ .default.text,
.ui.default.dropdown:not(.button) > input:focus ~ .text {
    color: rgba(115, 115, 115, 0.87);
}
/*--------------------
        Loading
----------------------*/
.ui.loading.dropdown > .text {
    -webkit-transition: none;
    transition: none;
}
/* Used To Check Position */
.ui.dropdown .loading.menu {
    display: block;
    visibility: hidden;
    z-index: -1;
}

.ui.dropdown > .loading.menu {
    left: 0px !important;
    right: auto !important;
}

.ui.dropdown > .menu .loading.menu {
    left: 100% !important;
    right: auto !important;
}
/*--------------------
    Keyboard Select
----------------------*/
/* Selected Item */
.ui.dropdown.selected,
.ui.dropdown .menu .selected.item {
    background: rgba(0, 0, 0, 0.03);
    color: rgba(0, 0, 0, 0.95);
}
/*--------------------
    Search Filtered
----------------------*/
/* Filtered Item */
.ui.dropdown > .filtered.text {
    visibility: hidden;
}

.ui.dropdown .filtered.item {
    display: none !important;
}
/*--------------------
        Error
----------------------*/
.ui.dropdown.error,
.ui.dropdown.error > .text,
.ui.dropdown.error > .default.text {
    color: #9F3A38;
}

.ui.selection.dropdown.error {
    background: #FFF6F6;
    border-color: #E0B4B4;
}

    .ui.selection.dropdown.error:hover {
        border-color: #E0B4B4;
    }

.ui.dropdown.error > .menu,
.ui.dropdown.error > .menu .menu {
    border-color: #E0B4B4;
}

    .ui.dropdown.error > .menu > .item {
        color: #9F3A38;
    }

.ui.multiple.selection.error.dropdown > .label {
    border-color: #E0B4B4;
}
/* Item Hover */
.ui.dropdown.error > .menu > .item:hover {
    background-color: #FFF2F2;
}
/* Item Active */
.ui.dropdown.error > .menu .active.item {
    background-color: #FDCFCF;
}
/*--------------------
        Disabled
----------------------*/
/* Disabled */
.ui.disabled.dropdown,
.ui.dropdown .menu > .disabled.item {
    cursor: default;
    pointer-events: none;
    opacity: 0.45;
}
/*******************************
           Variations
*******************************/
/*--------------
    Direction
---------------*/
/* Flyout Direction */
.ui.dropdown .menu {
    left: 0px;
}
    /* Default Side (Right) */
    .ui.dropdown .right.menu > .menu,
    .ui.dropdown .menu .right.menu {
        left: 100% !important;
        right: auto !important;
        border-radius: 0.28571429rem !important;
    }
/* Leftward Opening Menu */
.ui.dropdown > .left.menu {
    left: auto !important;
    right: 0px !important;
}

    .ui.dropdown > .left.menu .menu,
    .ui.dropdown .menu .left.menu {
        left: auto;
        right: 100%;
        margin: 0em -0.5em 0em 0em !important;
        border-radius: 0.28571429rem !important;
    }

.ui.dropdown .item .left.dropdown.icon,
.ui.dropdown .left.menu .item .dropdown.icon {
    width: auto;
    float: left;
    margin: 0em 0em 0em 0em;
}

.ui.dropdown .item .left.dropdown.icon,
.ui.dropdown .left.menu .item .dropdown.icon {
    width: auto;
    float: left;
    margin: 0em 0em 0em 0em;
}

    .ui.dropdown .item .left.dropdown.icon + .text,
    .ui.dropdown .left.menu .item .dropdown.icon + .text {
        margin-left: 1em;
        margin-right: 0em;
    }
/*--------------
     Upward
---------------*/
/* Upward Main Menu */
.ui.upward.dropdown > .menu {
    top: auto;
    bottom: 100%;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.08);
    border-radius: 0.28571429rem 0.28571429rem 0em 0em;
}
/* Upward Sub Menu */
.ui.dropdown .upward.menu {
    top: auto !important;
    bottom: 0 !important;
}
/* Active Upward */
.ui.simple.upward.active.dropdown,
.ui.simple.upward.dropdown:hover {
    border-radius: 0.28571429rem 0.28571429rem 0em 0em !important;
}

.ui.upward.dropdown.button:not(.pointing):not(.floating).active {
    border-radius: 0.28571429rem 0.28571429rem 0em 0em;
}
/* Selection */
.ui.upward.selection.dropdown .menu {
    border-top-width: 1px !important;
    border-bottom-width: 0px !important;
    -webkit-box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.08);
}

.ui.upward.selection.dropdown:hover {
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.05);
}
/* Active Upward */
.ui.active.upward.selection.dropdown {
    border-radius: 0em 0em 0.28571429rem 0.28571429rem !important;
}
/* Visible Upward */
.ui.upward.selection.dropdown.visible {
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.08);
    border-radius: 0em 0em 0.28571429rem 0.28571429rem !important;
}
/* Visible Hover Upward */
.ui.upward.active.selection.dropdown:hover {
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.05);
}

    .ui.upward.active.selection.dropdown:hover .menu {
        -webkit-box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.08);
        box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.08);
    }
/*--------------
     Simple
---------------*/
/*  Selection Menu */
.ui.scrolling.dropdown .menu,
.ui.dropdown .scrolling.menu {
    overflow-x: hidden;
    overflow-y: auto;
}

.ui.scrolling.dropdown .menu {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
    min-width: 100% !important;
    width: auto !important;
}

.ui.dropdown .scrolling.menu {
    position: static;
    overflow-y: auto;
    border: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    margin: 0 !important;
    min-width: 100% !important;
    width: auto !important;
    border-top: 1px solid rgba(34, 36, 38, 0.15);
}

    .ui.scrolling.dropdown .menu .item.item.item,
    .ui.dropdown .scrolling.menu > .item.item.item {
        border-top: none;
    }

    .ui.scrolling.dropdown .menu .item:first-child,
    .ui.dropdown .scrolling.menu .item:first-child {
        border-top: none;
    }

.ui.dropdown > .animating.menu .scrolling.menu,
.ui.dropdown > .visible.menu .scrolling.menu {
    display: block;
}
/* Scrollbar in IE */
@media all and (-ms-high-contrast: none) {
    .ui.scrolling.dropdown .menu,
    .ui.dropdown .scrolling.menu {
        min-width: calc(83%);
    }
}

@media only screen and (max-width: 767px) {
    .ui.scrolling.dropdown .menu,
    .ui.dropdown .scrolling.menu {
        max-height: 10.28571429rem;
    }
}

@media only screen and (min-width: 768px) {
    .ui.scrolling.dropdown .menu,
    .ui.dropdown .scrolling.menu {
        max-height: 15.42857143rem;
    }
}

@media only screen and (min-width: 992px) {
    .ui.scrolling.dropdown .menu,
    .ui.dropdown .scrolling.menu {
        max-height: 20.57142857rem;
    }
}

@media only screen and (min-width: 1920px) {
    .ui.scrolling.dropdown .menu,
    .ui.dropdown .scrolling.menu {
        max-height: 20.57142857rem;
    }
}
/*--------------
     Simple
---------------*/
/* Displays without javascript */
.ui.simple.dropdown .menu:before,
.ui.simple.dropdown .menu:after {
    display: none;
}

.ui.simple.dropdown .menu {
    position: absolute;
    display: block;
    overflow: hidden;
    top: -9999px !important;
    opacity: 0;
    width: 0;
    height: 0;
    -webkit-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease;
}

.ui.simple.active.dropdown,
.ui.simple.dropdown:hover {
    border-bottom-left-radius: 0em !important;
    border-bottom-right-radius: 0em !important;
}

    .ui.simple.active.dropdown > .menu,
    .ui.simple.dropdown:hover > .menu {
        overflow: visible;
        width: auto;
        height: auto;
        top: 100% !important;
        opacity: 1;
    }

        .ui.simple.dropdown > .menu > .item:active > .menu,
        .ui.simple.dropdown:hover > .menu > .item:hover > .menu {
            overflow: visible;
            width: auto;
            height: auto;
            top: 0% !important;
            left: 100% !important;
            opacity: 1;
        }

.ui.simple.disabled.dropdown:hover .menu {
    display: none;
    height: 0px;
    width: 0px;
    overflow: hidden;
}
/* Visible */
.ui.simple.visible.dropdown > .menu {
    display: block;
}
/*--------------
      Fluid
---------------*/
.ui.fluid.dropdown {
    display: block;
    width: 100%;
    min-width: 0em;
}

    .ui.fluid.dropdown > .dropdown.icon {
        float: right;
    }
/*--------------
    Floating
---------------*/
.ui.floating.dropdown .menu {
    left: 0;
    right: auto;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.15) !important;
    box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.15) !important;
    border-radius: 0.28571429rem !important;
}

.ui.floating.dropdown > .menu {
    margin-top: 0.5em !important;
    border-radius: 0.28571429rem !important;
}
/*--------------
     Pointing
---------------*/
.ui.pointing.dropdown > .menu {
    top: 100%;
    margin-top: 0.78571429rem;
    border-radius: 0.28571429rem;
}

    .ui.pointing.dropdown > .menu:after {
        display: block;
        position: absolute;
        pointer-events: none;
        content: '';
        visibility: visible;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        width: 0.5em;
        height: 0.5em;
        -webkit-box-shadow: -1px -1px 0px 0px rgba(34, 36, 38, 0.15);
        box-shadow: -1px -1px 0px 0px rgba(34, 36, 38, 0.15);
        background: #FFFFFF;
        z-index: 2;
    }

    .ui.pointing.dropdown > .menu:after {
        top: -0.25em;
        left: 50%;
        margin: 0em 0em 0em -0.25em;
    }
/* Top Left Pointing */
.ui.top.left.pointing.dropdown > .menu {
    top: 100%;
    bottom: auto;
    left: 0%;
    right: auto;
    margin: 1em 0em 0em;
}

.ui.top.left.pointing.dropdown > .menu {
    top: 100%;
    bottom: auto;
    left: 0%;
    right: auto;
    margin: 1em 0em 0em;
}

    .ui.top.left.pointing.dropdown > .menu:after {
        top: -0.25em;
        left: 1em;
        right: auto;
        margin: 0em;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
/* Top Right Pointing */
.ui.top.right.pointing.dropdown > .menu {
    top: 100%;
    bottom: auto;
    right: 0%;
    left: auto;
    margin: 1em 0em 0em;
}

    .ui.top.pointing.dropdown > .left.menu:after,
    .ui.top.right.pointing.dropdown > .menu:after {
        top: -0.25em;
        left: auto !important;
        right: 1em !important;
        margin: 0em;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
/* Left Pointing */
.ui.left.pointing.dropdown > .menu {
    top: 0%;
    left: 100%;
    right: auto;
    margin: 0em 0em 0em 1em;
}

    .ui.left.pointing.dropdown > .menu:after {
        top: 1em;
        left: -0.25em;
        margin: 0em 0em 0em 0em;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

.ui.left:not(.top):not(.bottom).pointing.dropdown > .left.menu {
    left: auto !important;
    right: 100% !important;
    margin: 0em 1em 0em 0em;
}

    .ui.left:not(.top):not(.bottom).pointing.dropdown > .left.menu:after {
        top: 1em;
        left: auto;
        right: -0.25em;
        margin: 0em 0em 0em 0em;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
/* Right Pointing */
.ui.right.pointing.dropdown > .menu {
    top: 0%;
    left: auto;
    right: 100%;
    margin: 0em 1em 0em 0em;
}

    .ui.right.pointing.dropdown > .menu:after {
        top: 1em;
        left: auto;
        right: -0.25em;
        margin: 0em 0em 0em 0em;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
/* Bottom Pointing */
.ui.bottom.pointing.dropdown > .menu {
    top: auto;
    bottom: 100%;
    left: 0%;
    right: auto;
    margin: 0em 0em 1em;
}

    .ui.bottom.pointing.dropdown > .menu:after {
        top: auto;
        bottom: -0.25em;
        right: auto;
        margin: 0em;
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
    /* Reverse Sub-Menu Direction */
    .ui.bottom.pointing.dropdown > .menu .menu {
        top: auto !important;
        bottom: 0px !important;
    }
/* Bottom Left */
.ui.bottom.left.pointing.dropdown > .menu {
    left: 0%;
    right: auto;
}

    .ui.bottom.left.pointing.dropdown > .menu:after {
        left: 1em;
        right: auto;
    }
/* Bottom Right */
.ui.bottom.right.pointing.dropdown > .menu {
    right: 0%;
    left: auto;
}

    .ui.bottom.right.pointing.dropdown > .menu:after {
        left: auto;
        right: 1em;
    }
/* Upward pointing */
.ui.pointing.upward.dropdown .menu,
.ui.top.pointing.upward.dropdown .menu {
    top: auto !important;
    bottom: 100% !important;
    margin: 0em 0em 0.78571429rem;
    border-radius: 0.28571429rem;
}

    .ui.pointing.upward.dropdown .menu:after,
    .ui.top.pointing.upward.dropdown .menu:after {
        top: 100% !important;
        bottom: auto !important;
        -webkit-box-shadow: 1px 1px 0px 0px rgba(34, 36, 38, 0.15);
        box-shadow: 1px 1px 0px 0px rgba(34, 36, 38, 0.15);
        margin: -0.25em 0em 0em;
    }
/* Right Pointing Upward */
.ui.right.pointing.upward.dropdown:not(.top):not(.bottom) .menu {
    top: auto !important;
    bottom: 0 !important;
    margin: 0em 1em 0em 0em;
}

    .ui.right.pointing.upward.dropdown:not(.top):not(.bottom) .menu:after {
        top: auto !important;
        bottom: 0 !important;
        margin: 0em 0em 1em 0em;
        -webkit-box-shadow: -1px -1px 0px 0px rgba(34, 36, 38, 0.15);
        box-shadow: -1px -1px 0px 0px rgba(34, 36, 38, 0.15);
    }
/* Left Pointing Upward */
.ui.left.pointing.upward.dropdown:not(.top):not(.bottom) .menu {
    top: auto !important;
    bottom: 0 !important;
    margin: 0em 0em 0em 1em;
}

    .ui.left.pointing.upward.dropdown:not(.top):not(.bottom) .menu:after {
        top: auto !important;
        bottom: 0 !important;
        margin: 0em 0em 1em 0em;
        -webkit-box-shadow: -1px -1px 0px 0px rgba(34, 36, 38, 0.15);
        box-shadow: -1px -1px 0px 0px rgba(34, 36, 38, 0.15);
    }
/*******************************
         Theme Overrides
*******************************/
/* Dropdown Carets */
@font-face {
    font-family: 'Dropdown';
    src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMggjB5AAAAC8AAAAYGNtYXAPfuIIAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5Zjo82LgAAAFwAAABVGhlYWQAQ88bAAACxAAAADZoaGVhAwcB6QAAAvwAAAAkaG10eAS4ABIAAAMgAAAAIGxvY2EBNgDeAAADQAAAABJtYXhwAAoAFgAAA1QAAAAgbmFtZVcZpu4AAAN0AAABRXBvc3QAAwAAAAAEvAAAACAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADw2gHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIPDa//3//wAAAAAAIPDX//3//wAB/+MPLQADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAIABJQElABMAABM0NzY3BTYXFhUUDwEGJwYvASY1AAUGBwEACAUGBoAFCAcGgAUBEgcGBQEBAQcECQYHfwYBAQZ/BwYAAQAAAG4BJQESABMAADc0PwE2MzIfARYVFAcGIyEiJyY1AAWABgcIBYAGBgUI/wAHBgWABwaABQWABgcHBgUFBgcAAAABABIASQC3AW4AEwAANzQ/ATYXNhcWHQEUBwYnBi8BJjUSBoAFCAcFBgYFBwgFgAbbBwZ/BwEBBwQJ/wgEBwEBB38GBgAAAAABAAAASQClAW4AEwAANxE0NzYzMh8BFhUUDwEGIyInJjUABQYHCAWABgaABQgHBgVbAQAIBQYGgAUIBwWABgYFBwAAAAEAAAABAADZuaKOXw889QALAgAAAAAA0ABHWAAAAADQAEdYAAAAAAElAW4AAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAASUAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAABAAAAASUAAAElAAAAtwASALcAAAAAAAAACgAUAB4AQgBkAIgAqgAAAAEAAAAIABQAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAOAAAAAQAAAAAAAgAOAEcAAQAAAAAAAwAOACQAAQAAAAAABAAOAFUAAQAAAAAABQAWAA4AAQAAAAAABgAHADIAAQAAAAAACgA0AGMAAwABBAkAAQAOAAAAAwABBAkAAgAOAEcAAwABBAkAAwAOACQAAwABBAkABAAOAFUAAwABBAkABQAWAA4AAwABBAkABgAOADkAAwABBAkACgA0AGMAaQBjAG8AbQBvAG8AbgBWAGUAcgBzAGkAbwBuACAAMQAuADAAaQBjAG8AbQBvAG8Abmljb21vb24AaQBjAG8AbQBvAG8AbgBSAGUAZwB1AGwAYQByAGkAYwBvAG0AbwBvAG4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format('truetype'), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAVwAAoAAAAABSgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAdkAAAHZLDXE/09TLzIAAALQAAAAYAAAAGAIIweQY21hcAAAAzAAAABMAAAATA9+4ghnYXNwAAADfAAAAAgAAAAIAAAAEGhlYWQAAAOEAAAANgAAADYAQ88baGhlYQAAA7wAAAAkAAAAJAMHAelobXR4AAAD4AAAACAAAAAgBLgAEm1heHAAAAQAAAAABgAAAAYACFAAbmFtZQAABAgAAAFFAAABRVcZpu5wb3N0AAAFUAAAACAAAAAgAAMAAAEABAQAAQEBCGljb21vb24AAQIAAQA6+BwC+BsD+BgEHgoAGVP/i4seCgAZU/+LiwwHi2v4lPh0BR0AAACIDx0AAACNER0AAAAJHQAAAdASAAkBAQgPERMWGyAlKmljb21vb25pY29tb29udTB1MXUyMHVGMEQ3dUYwRDh1RjBEOXVGMERBAAACAYkABgAIAgABAAQABwAKAA0AVgCfAOgBL/yUDvyUDvyUDvuUDvtvi/emFYuQjZCOjo+Pj42Qiwj3lIsFkIuQiY6Hj4iNhouGi4aJh4eHCPsU+xQFiIiGiYaLhouHjYeOCPsU9xQFiI+Jj4uQCA77b4v3FBWLkI2Pjo8I9xT3FAWPjo+NkIuQi5CJjogI9xT7FAWPh42Hi4aLhomHh4eIiIaJhosI+5SLBYaLh42HjoiPiY+LkAgO+92d928Vi5CNkI+OCPcU9xQFjo+QjZCLkIuPiY6Hj4iNhouGCIv7lAWLhomHh4iIh4eJhouGi4aNiI8I+xT3FAWHjomPi5AIDvvdi+YVi/eUBYuQjZCOjo+Pj42Qi5CLkImOhwj3FPsUBY+IjYaLhouGiYeHiAj7FPsUBYiHhomGi4aLh42Hj4iOiY+LkAgO+JQU+JQViwwKAAAAAAMCAAGQAAUAAAFMAWYAAABHAUwBZgAAAPUAGQCEAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA8NoB4P/g/+AB4AAgAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDw2v/9//8AAAAAACDw1//9//8AAf/jDy0AAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAABAAA5emozXw889QALAgAAAAAA0ABHWAAAAADQAEdYAAAAAAElAW4AAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAASUAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAABAAAAASUAAAElAAAAtwASALcAAAAAUAAACAAAAAAADgCuAAEAAAAAAAEADgAAAAEAAAAAAAIADgBHAAEAAAAAAAMADgAkAAEAAAAAAAQADgBVAAEAAAAAAAUAFgAOAAEAAAAAAAYABwAyAAEAAAAAAAoANABjAAMAAQQJAAEADgAAAAMAAQQJAAIADgBHAAMAAQQJAAMADgAkAAMAAQQJAAQADgBVAAMAAQQJAAUAFgAOAAMAAQQJAAYADgA5AAMAAQQJAAoANABjAGkAYwBvAG0AbwBvAG4AVgBlAHIAcwBpAG8AbgAgADEALgAwAGkAYwBvAG0AbwBvAG5pY29tb29uAGkAYwBvAG0AbwBvAG4AUgBlAGcAdQBsAGEAcgBpAGMAbwBtAG8AbwBuAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('woff');
    font-weight: normal;
    font-style: normal;
}

.ui.dropdown > .dropdown.icon {
    font-family: 'Dropdown';
    line-height: 1;
    height: 1em;
    width: 1.23em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-weight: normal;
    font-style: normal;
    text-align: center;
}

.ui.dropdown > .dropdown.icon {
    width: auto;
}

    .ui.dropdown > .dropdown.icon:before {
        content: '\f0d7';
    }
/* Sub Menu */
.ui.dropdown .menu .item .dropdown.icon:before {
    content: '\f0da' /*rtl:'\f0d9'*/;
}

.ui.dropdown .item .left.dropdown.icon:before,
.ui.dropdown .left.menu .item .dropdown.icon:before {
    content: "\f0d9" /*rtl:"\f0da"*/;
}
/* Vertical Menu Dropdown */
.ui.vertical.menu .dropdown.item > .dropdown.icon:before {
    content: "\f0da" /*rtl:"\f0d9"*/;
}
/* Icons for Reference
.dropdown.down.icon {
  content: "\f0d7";
}
.dropdown.up.icon {
  content: "\f0d8";
}
.dropdown.left.icon {
  content: "\f0d9";
}
.dropdown.icon.icon {
  content: "\f0da";
}
*/
/*******************************
        User Overrides
*******************************/
/*!
 * # Semantic UI 2.3.3 - Transition
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
          Transitions
*******************************/
.transition {
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 300ms;
    animation-duration: 300ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
/*******************************
            States
*******************************/
/* Animating */
.animating.transition {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    visibility: visible !important;
}
/* Loading */
.loading.transition {
    position: absolute;
    top: -99999px;
    left: -99999px;
}
/* Hidden */
.hidden.transition {
    display: none;
    visibility: hidden;
}
/* Visible */
.visible.transition {
    display: block !important;
    visibility: visible !important;
    /*  backface-visibility: @backfaceVisibility;
  transform: @use3DAcceleration;*/
}
/* Disabled */
.disabled.transition {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}
/*******************************
          Variations
*******************************/
.looping.transition {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
/*******************************
          Transitions
*******************************/
/*
  Some transitions adapted from Animate CSS
  https://github.com/daneden/animate.css
  Additional transitions adapted from Glide
  by Nick Pettit - https://github.com/nickpettit/glide
*/
/*--------------
     Browse
---------------*/
.transition.browse {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
}

    .transition.browse.in {
        -webkit-animation-name: browseIn;
        animation-name: browseIn;
    }

    .transition.browse.out,
    .transition.browse.left.out {
        -webkit-animation-name: browseOutLeft;
        animation-name: browseOutLeft;
    }

    .transition.browse.right.out {
        -webkit-animation-name: browseOutRight;
        animation-name: browseOutRight;
    }
/* In */
@-webkit-keyframes browseIn {
    0% {
        -webkit-transform: scale(0.8) translateZ(0px);
        transform: scale(0.8) translateZ(0px);
        z-index: -1;
    }

    10% {
        -webkit-transform: scale(0.8) translateZ(0px);
        transform: scale(0.8) translateZ(0px);
        z-index: -1;
        opacity: 0.7;
    }

    80% {
        -webkit-transform: scale(1.05) translateZ(0px);
        transform: scale(1.05) translateZ(0px);
        opacity: 1;
        z-index: 999;
    }

    100% {
        -webkit-transform: scale(1) translateZ(0px);
        transform: scale(1) translateZ(0px);
        z-index: 999;
    }
}

@keyframes browseIn {
    0% {
        -webkit-transform: scale(0.8) translateZ(0px);
        transform: scale(0.8) translateZ(0px);
        z-index: -1;
    }

    10% {
        -webkit-transform: scale(0.8) translateZ(0px);
        transform: scale(0.8) translateZ(0px);
        z-index: -1;
        opacity: 0.7;
    }

    80% {
        -webkit-transform: scale(1.05) translateZ(0px);
        transform: scale(1.05) translateZ(0px);
        opacity: 1;
        z-index: 999;
    }

    100% {
        -webkit-transform: scale(1) translateZ(0px);
        transform: scale(1) translateZ(0px);
        z-index: 999;
    }
}
/* Out */
@-webkit-keyframes browseOutLeft {
    0% {
        z-index: 999;
        -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg);
        transform: translateX(0%) rotateY(0deg) rotateX(0deg);
    }

    50% {
        z-index: -1;
        -webkit-transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
        transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
    }

    80% {
        opacity: 1;
    }

    100% {
        z-index: -1;
        -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
        transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
        opacity: 0;
    }
}

@keyframes browseOutLeft {
    0% {
        z-index: 999;
        -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg);
        transform: translateX(0%) rotateY(0deg) rotateX(0deg);
    }

    50% {
        z-index: -1;
        -webkit-transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
        transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
    }

    80% {
        opacity: 1;
    }

    100% {
        z-index: -1;
        -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
        transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
        opacity: 0;
    }
}

@-webkit-keyframes browseOutRight {
    0% {
        z-index: 999;
        -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg);
        transform: translateX(0%) rotateY(0deg) rotateX(0deg);
    }

    50% {
        z-index: 1;
        -webkit-transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
        transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
    }

    80% {
        opacity: 1;
    }

    100% {
        z-index: 1;
        -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
        transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
        opacity: 0;
    }
}

@keyframes browseOutRight {
    0% {
        z-index: 999;
        -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg);
        transform: translateX(0%) rotateY(0deg) rotateX(0deg);
    }

    50% {
        z-index: 1;
        -webkit-transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
        transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
    }

    80% {
        opacity: 1;
    }

    100% {
        z-index: 1;
        -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
        transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
        opacity: 0;
    }
}
/*--------------
     Drop
---------------*/
.drop.transition {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-duration: 400ms;
    animation-duration: 400ms;
    -webkit-animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
    animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
}

    .drop.transition.in {
        -webkit-animation-name: dropIn;
        animation-name: dropIn;
    }

    .drop.transition.out {
        -webkit-animation-name: dropOut;
        animation-name: dropOut;
    }
/* Drop */
@-webkit-keyframes dropIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes dropIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes dropOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes dropOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}
/*--------------
      Fade
---------------*/
.transition.fade.in {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.transition[class*="fade up"].in {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.transition[class*="fade down"].in {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.transition[class*="fade left"].in {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.transition[class*="fade right"].in {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.transition.fade.out {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

.transition[class*="fade up"].out {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

.transition[class*="fade down"].out {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

.transition[class*="fade left"].out {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

.transition[class*="fade right"].out {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}
/* In */
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10%);
        transform: translateY(10%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10%);
        transform: translateY(10%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(10%);
        transform: translateX(10%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(10%);
        transform: translateX(10%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-10%);
        transform: translateX(-10%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-10%);
        transform: translateX(-10%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}
/* Out */
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(5%);
        transform: translateY(5%);
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(5%);
        transform: translateY(5%);
    }
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-5%);
        transform: translateY(-5%);
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-5%);
        transform: translateY(-5%);
    }
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(5%);
        transform: translateX(5%);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(5%);
        transform: translateX(5%);
    }
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-5%);
        transform: translateX(-5%);
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-5%);
        transform: translateX(-5%);
    }
}
/*--------------
     Flips
---------------*/
.flip.transition.in,
.flip.transition.out {
    -webkit-animation-duration: 600ms;
    animation-duration: 600ms;
}

.horizontal.flip.transition.in {
    -webkit-animation-name: horizontalFlipIn;
    animation-name: horizontalFlipIn;
}

.horizontal.flip.transition.out {
    -webkit-animation-name: horizontalFlipOut;
    animation-name: horizontalFlipOut;
}

.vertical.flip.transition.in {
    -webkit-animation-name: verticalFlipIn;
    animation-name: verticalFlipIn;
}

.vertical.flip.transition.out {
    -webkit-animation-name: verticalFlipOut;
    animation-name: verticalFlipOut;
}
/* In */
@-webkit-keyframes horizontalFlipIn {
    0% {
        -webkit-transform: perspective(2000px) rotateY(-90deg);
        transform: perspective(2000px) rotateY(-90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: perspective(2000px) rotateY(0deg);
        transform: perspective(2000px) rotateY(0deg);
        opacity: 1;
    }
}

@keyframes horizontalFlipIn {
    0% {
        -webkit-transform: perspective(2000px) rotateY(-90deg);
        transform: perspective(2000px) rotateY(-90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: perspective(2000px) rotateY(0deg);
        transform: perspective(2000px) rotateY(0deg);
        opacity: 1;
    }
}

@-webkit-keyframes verticalFlipIn {
    0% {
        -webkit-transform: perspective(2000px) rotateX(-90deg);
        transform: perspective(2000px) rotateX(-90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: perspective(2000px) rotateX(0deg);
        transform: perspective(2000px) rotateX(0deg);
        opacity: 1;
    }
}

@keyframes verticalFlipIn {
    0% {
        -webkit-transform: perspective(2000px) rotateX(-90deg);
        transform: perspective(2000px) rotateX(-90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: perspective(2000px) rotateX(0deg);
        transform: perspective(2000px) rotateX(0deg);
        opacity: 1;
    }
}
/* Out */
@-webkit-keyframes horizontalFlipOut {
    0% {
        -webkit-transform: perspective(2000px) rotateY(0deg);
        transform: perspective(2000px) rotateY(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(2000px) rotateY(90deg);
        transform: perspective(2000px) rotateY(90deg);
        opacity: 0;
    }
}

@keyframes horizontalFlipOut {
    0% {
        -webkit-transform: perspective(2000px) rotateY(0deg);
        transform: perspective(2000px) rotateY(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(2000px) rotateY(90deg);
        transform: perspective(2000px) rotateY(90deg);
        opacity: 0;
    }
}

@-webkit-keyframes verticalFlipOut {
    0% {
        -webkit-transform: perspective(2000px) rotateX(0deg);
        transform: perspective(2000px) rotateX(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(2000px) rotateX(-90deg);
        transform: perspective(2000px) rotateX(-90deg);
        opacity: 0;
    }
}

@keyframes verticalFlipOut {
    0% {
        -webkit-transform: perspective(2000px) rotateX(0deg);
        transform: perspective(2000px) rotateX(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(2000px) rotateX(-90deg);
        transform: perspective(2000px) rotateX(-90deg);
        opacity: 0;
    }
}
/*--------------
      Scale
---------------*/
.scale.transition.in {
    -webkit-animation-name: scaleIn;
    animation-name: scaleIn;
}

.scale.transition.out {
    -webkit-animation-name: scaleOut;
    animation-name: scaleOut;
}

@-webkit-keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
/* Out */
@-webkit-keyframes scaleOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@keyframes scaleOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}
/*--------------
      Fly
---------------*/
/* Inward */
.transition.fly {
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

    .transition.fly.in {
        -webkit-animation-name: flyIn;
        animation-name: flyIn;
    }

.transition[class*="fly up"].in {
    -webkit-animation-name: flyInUp;
    animation-name: flyInUp;
}

.transition[class*="fly down"].in {
    -webkit-animation-name: flyInDown;
    animation-name: flyInDown;
}

.transition[class*="fly left"].in {
    -webkit-animation-name: flyInLeft;
    animation-name: flyInLeft;
}

.transition[class*="fly right"].in {
    -webkit-animation-name: flyInRight;
    animation-name: flyInRight;
}
/* Outward */
.transition.fly.out {
    -webkit-animation-name: flyOut;
    animation-name: flyOut;
}

.transition[class*="fly up"].out {
    -webkit-animation-name: flyOutUp;
    animation-name: flyOutUp;
}

.transition[class*="fly down"].out {
    -webkit-animation-name: flyOutDown;
    animation-name: flyOutDown;
}

.transition[class*="fly left"].out {
    -webkit-animation-name: flyOutLeft;
    animation-name: flyOutLeft;
}

.transition[class*="fly right"].out {
    -webkit-animation-name: flyOutRight;
    animation-name: flyOutRight;
}
/* In */
@-webkit-keyframes flyIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes flyIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@-webkit-keyframes flyInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 1500px, 0);
        transform: translate3d(0, 1500px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes flyInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 1500px, 0);
        transform: translate3d(0, 1500px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes flyInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -1500px, 0);
        transform: translate3d(0, -1500px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes flyInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -1500px, 0);
        transform: translate3d(0, -1500px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes flyInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(1500px, 0, 0);
        transform: translate3d(1500px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes flyInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(1500px, 0, 0);
        transform: translate3d(1500px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes flyInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-1500px, 0, 0);
        transform: translate3d(-1500px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes flyInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-1500px, 0, 0);
        transform: translate3d(-1500px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}
/* Out */
@-webkit-keyframes flyOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

@keyframes flyOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

@-webkit-keyframes flyOutUp {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes flyOutUp {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@-webkit-keyframes flyOutDown {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes flyOutDown {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@-webkit-keyframes flyOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes flyOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@-webkit-keyframes flyOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes flyOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
/*--------------
     Slide
---------------*/
.transition.slide.in,
.transition[class*="slide down"].in {
    -webkit-animation-name: slideInY;
    animation-name: slideInY;
    -webkit-transform-origin: top center;
    transform-origin: top center;
}

.transition[class*="slide up"].in {
    -webkit-animation-name: slideInY;
    animation-name: slideInY;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
}

.transition[class*="slide left"].in {
    -webkit-animation-name: slideInX;
    animation-name: slideInX;
    -webkit-transform-origin: center right;
    transform-origin: center right;
}

.transition[class*="slide right"].in {
    -webkit-animation-name: slideInX;
    animation-name: slideInX;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.transition.slide.out,
.transition[class*="slide down"].out {
    -webkit-animation-name: slideOutY;
    animation-name: slideOutY;
    -webkit-transform-origin: top center;
    transform-origin: top center;
}

.transition[class*="slide up"].out {
    -webkit-animation-name: slideOutY;
    animation-name: slideOutY;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
}

.transition[class*="slide left"].out {
    -webkit-animation-name: slideOutX;
    animation-name: slideOutX;
    -webkit-transform-origin: center right;
    transform-origin: center right;
}

.transition[class*="slide right"].out {
    -webkit-animation-name: slideOutX;
    animation-name: slideOutX;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}
/* In */
@-webkit-keyframes slideInY {
    0% {
        opacity: 0;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes slideInY {
    0% {
        opacity: 0;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@-webkit-keyframes slideInX {
    0% {
        opacity: 0;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes slideInX {
    0% {
        opacity: 0;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
/* Out */
@-webkit-keyframes slideOutY {
    0% {
        opacity: 1;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
}

@keyframes slideOutY {
    0% {
        opacity: 1;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
}

@-webkit-keyframes slideOutX {
    0% {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
}

@keyframes slideOutX {
    0% {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
}
/*--------------
     Swing
---------------*/
.transition.swing {
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms;
}

.transition[class*="swing down"].in {
    -webkit-animation-name: swingInX;
    animation-name: swingInX;
    -webkit-transform-origin: top center;
    transform-origin: top center;
}

.transition[class*="swing up"].in {
    -webkit-animation-name: swingInX;
    animation-name: swingInX;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
}

.transition[class*="swing left"].in {
    -webkit-animation-name: swingInY;
    animation-name: swingInY;
    -webkit-transform-origin: center right;
    transform-origin: center right;
}

.transition[class*="swing right"].in {
    -webkit-animation-name: swingInY;
    animation-name: swingInY;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.transition.swing.out,
.transition[class*="swing down"].out {
    -webkit-animation-name: swingOutX;
    animation-name: swingOutX;
    -webkit-transform-origin: top center;
    transform-origin: top center;
}

.transition[class*="swing up"].out {
    -webkit-animation-name: swingOutX;
    animation-name: swingOutX;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
}

.transition[class*="swing left"].out {
    -webkit-animation-name: swingOutY;
    animation-name: swingOutY;
    -webkit-transform-origin: center right;
    transform-origin: center right;
}

.transition[class*="swing right"].out {
    -webkit-animation-name: swingOutY;
    animation-name: swingOutY;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}
/* In */
@-webkit-keyframes swingInX {
    0% {
        -webkit-transform: perspective(1000px) rotateX(90deg);
        transform: perspective(1000px) rotateX(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(1000px) rotateX(-30deg);
        transform: perspective(1000px) rotateX(-30deg);
        opacity: 1;
    }

    60% {
        -webkit-transform: perspective(1000px) rotateX(15deg);
        transform: perspective(1000px) rotateX(15deg);
    }

    80% {
        -webkit-transform: perspective(1000px) rotateX(-7.5deg);
        transform: perspective(1000px) rotateX(-7.5deg);
    }

    100% {
        -webkit-transform: perspective(1000px) rotateX(0deg);
        transform: perspective(1000px) rotateX(0deg);
    }
}

@keyframes swingInX {
    0% {
        -webkit-transform: perspective(1000px) rotateX(90deg);
        transform: perspective(1000px) rotateX(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(1000px) rotateX(-30deg);
        transform: perspective(1000px) rotateX(-30deg);
        opacity: 1;
    }

    60% {
        -webkit-transform: perspective(1000px) rotateX(15deg);
        transform: perspective(1000px) rotateX(15deg);
    }

    80% {
        -webkit-transform: perspective(1000px) rotateX(-7.5deg);
        transform: perspective(1000px) rotateX(-7.5deg);
    }

    100% {
        -webkit-transform: perspective(1000px) rotateX(0deg);
        transform: perspective(1000px) rotateX(0deg);
    }
}

@-webkit-keyframes swingInY {
    0% {
        -webkit-transform: perspective(1000px) rotateY(-90deg);
        transform: perspective(1000px) rotateY(-90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(1000px) rotateY(30deg);
        transform: perspective(1000px) rotateY(30deg);
        opacity: 1;
    }

    60% {
        -webkit-transform: perspective(1000px) rotateY(-17.5deg);
        transform: perspective(1000px) rotateY(-17.5deg);
    }

    80% {
        -webkit-transform: perspective(1000px) rotateY(7.5deg);
        transform: perspective(1000px) rotateY(7.5deg);
    }

    100% {
        -webkit-transform: perspective(1000px) rotateY(0deg);
        transform: perspective(1000px) rotateY(0deg);
    }
}

@keyframes swingInY {
    0% {
        -webkit-transform: perspective(1000px) rotateY(-90deg);
        transform: perspective(1000px) rotateY(-90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(1000px) rotateY(30deg);
        transform: perspective(1000px) rotateY(30deg);
        opacity: 1;
    }

    60% {
        -webkit-transform: perspective(1000px) rotateY(-17.5deg);
        transform: perspective(1000px) rotateY(-17.5deg);
    }

    80% {
        -webkit-transform: perspective(1000px) rotateY(7.5deg);
        transform: perspective(1000px) rotateY(7.5deg);
    }

    100% {
        -webkit-transform: perspective(1000px) rotateY(0deg);
        transform: perspective(1000px) rotateY(0deg);
    }
}
/* Out */
@-webkit-keyframes swingOutX {
    0% {
        -webkit-transform: perspective(1000px) rotateX(0deg);
        transform: perspective(1000px) rotateX(0deg);
    }

    40% {
        -webkit-transform: perspective(1000px) rotateX(-7.5deg);
        transform: perspective(1000px) rotateX(-7.5deg);
    }

    60% {
        -webkit-transform: perspective(1000px) rotateX(17.5deg);
        transform: perspective(1000px) rotateX(17.5deg);
    }

    80% {
        -webkit-transform: perspective(1000px) rotateX(-30deg);
        transform: perspective(1000px) rotateX(-30deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(1000px) rotateX(90deg);
        transform: perspective(1000px) rotateX(90deg);
        opacity: 0;
    }
}

@keyframes swingOutX {
    0% {
        -webkit-transform: perspective(1000px) rotateX(0deg);
        transform: perspective(1000px) rotateX(0deg);
    }

    40% {
        -webkit-transform: perspective(1000px) rotateX(-7.5deg);
        transform: perspective(1000px) rotateX(-7.5deg);
    }

    60% {
        -webkit-transform: perspective(1000px) rotateX(17.5deg);
        transform: perspective(1000px) rotateX(17.5deg);
    }

    80% {
        -webkit-transform: perspective(1000px) rotateX(-30deg);
        transform: perspective(1000px) rotateX(-30deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(1000px) rotateX(90deg);
        transform: perspective(1000px) rotateX(90deg);
        opacity: 0;
    }
}

@-webkit-keyframes swingOutY {
    0% {
        -webkit-transform: perspective(1000px) rotateY(0deg);
        transform: perspective(1000px) rotateY(0deg);
    }

    40% {
        -webkit-transform: perspective(1000px) rotateY(7.5deg);
        transform: perspective(1000px) rotateY(7.5deg);
    }

    60% {
        -webkit-transform: perspective(1000px) rotateY(-10deg);
        transform: perspective(1000px) rotateY(-10deg);
    }

    80% {
        -webkit-transform: perspective(1000px) rotateY(30deg);
        transform: perspective(1000px) rotateY(30deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(1000px) rotateY(-90deg);
        transform: perspective(1000px) rotateY(-90deg);
        opacity: 0;
    }
}

@keyframes swingOutY {
    0% {
        -webkit-transform: perspective(1000px) rotateY(0deg);
        transform: perspective(1000px) rotateY(0deg);
    }

    40% {
        -webkit-transform: perspective(1000px) rotateY(7.5deg);
        transform: perspective(1000px) rotateY(7.5deg);
    }

    60% {
        -webkit-transform: perspective(1000px) rotateY(-10deg);
        transform: perspective(1000px) rotateY(-10deg);
    }

    80% {
        -webkit-transform: perspective(1000px) rotateY(30deg);
        transform: perspective(1000px) rotateY(30deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(1000px) rotateY(-90deg);
        transform: perspective(1000px) rotateY(-90deg);
        opacity: 0;
    }
}
/*--------------
      Zoom
---------------*/
.transition.zoom.in {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

.transition.zoom.out {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes zoomIn {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}
/*******************************
       Static Animations
*******************************/
/*--------------
    Emphasis
---------------*/
.flash.transition {
    -webkit-animation-duration: 750ms;
    animation-duration: 750ms;
    -webkit-animation-name: flash;
    animation-name: flash;
}

.shake.transition {
    -webkit-animation-duration: 750ms;
    animation-duration: 750ms;
    -webkit-animation-name: shake;
    animation-name: shake;
}

.bounce.transition {
    -webkit-animation-duration: 750ms;
    animation-duration: 750ms;
    -webkit-animation-name: bounce;
    animation-name: bounce;
}

.tada.transition {
    -webkit-animation-duration: 750ms;
    animation-duration: 750ms;
    -webkit-animation-name: tada;
    animation-name: tada;
}

.pulse.transition {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

.jiggle.transition {
    -webkit-animation-duration: 750ms;
    animation-duration: 750ms;
    -webkit-animation-name: jiggle;
    animation-name: jiggle;
}

.transition.glow {
    -webkit-animation-duration: 2000ms;
    animation-duration: 2000ms;
    -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.transition.glow {
    -webkit-animation-name: glow;
    animation-name: glow;
}
/* Flash */
@-webkit-keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

@keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}
/* Shake */
@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
}

@keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
}
/* Bounce */
@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
/* Tada */
@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    10%, 20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    10%, 20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}
/* Pulse */
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 0.7;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 0.7;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
/* Jiggle */
@-webkit-keyframes jiggle {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes jiggle {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
/* Glow */
@-webkit-keyframes glow {
    0% {
        background-color: #FCFCFD;
    }

    30% {
        background-color: #FFF6CD;
    }

    100% {
        background-color: #FCFCFD;
    }
}

@keyframes glow {
    0% {
        background-color: #FCFCFD;
    }

    30% {
        background-color: #FFF6CD;
    }

    100% {
        background-color: #FCFCFD;
    }
}
/*******************************
         Site Overrides
*******************************/
/*!
 * # Semantic UI 2.3.3 - Label
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Label
*******************************/
.ui.label {
    display: inline-block;
    line-height: 1;
    vertical-align: baseline;
    margin: 0em 0.14285714em;
    background-color: #E8E8E8;
    background-image: none;
    padding: 0.5833em 0.833em;
    color: rgba(0, 0, 0, 0.6);
    text-transform: none;
    font-weight: bold;
    border: 0px solid transparent;
    border-radius: 0.28571429rem;
    -webkit-transition: background 0.1s ease;
    transition: background 0.1s ease;
}

    .ui.label:first-child {
        margin-left: 0em;
    }

    .ui.label:last-child {
        margin-right: 0em;
    }
/* Link */
a.ui.label {
    cursor: pointer;
}
/* Inside Link */
.ui.label > a {
    cursor: pointer;
    color: inherit;
    opacity: 0.5;
    -webkit-transition: 0.1s opacity ease;
    transition: 0.1s opacity ease;
}

    .ui.label > a:hover {
        opacity: 1;
    }
/* Image */
.ui.label > img {
    width: auto !important;
    vertical-align: middle;
    height: 2.1666em !important;
}
/* Icon */
.ui.label > .icon {
    width: auto;
    margin: 0em 0.75em 0em 0em;
}
/* Detail */
.ui.label > .detail {
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
    margin-left: 1em;
    opacity: 0.8;
}

    .ui.label > .detail .icon {
        margin: 0em 0.25em 0em 0em;
    }
/* Removable label */
.ui.label > .close.icon,
.ui.label > .delete.icon {
    cursor: pointer;
    margin-right: 0em;
    margin-left: 0.5em;
    font-size: 0.92857143em;
    opacity: 0.5;
    -webkit-transition: background 0.1s ease;
    transition: background 0.1s ease;
}

    .ui.label > .delete.icon:hover {
        opacity: 1;
    }
/*-------------------
       Group
--------------------*/
.ui.labels > .label {
    margin: 0em 0.5em 0.5em 0em;
}
/*-------------------
       Coupling
--------------------*/
.ui.header > .ui.label {
    margin-top: -0.29165em;
}
/* Remove border radius on attached segment */
.ui.attached.segment > .ui.top.left.attached.label,
.ui.bottom.attached.segment > .ui.top.left.attached.label {
    border-top-left-radius: 0;
}

.ui.attached.segment > .ui.top.right.attached.label,
.ui.bottom.attached.segment > .ui.top.right.attached.label {
    border-top-right-radius: 0;
}

.ui.top.attached.segment > .ui.bottom.left.attached.label {
    border-bottom-left-radius: 0;
}

.ui.top.attached.segment > .ui.bottom.right.attached.label {
    border-bottom-right-radius: 0;
}
/* Padding on next content after a label */
.ui.top.attached.label:first-child + :not(.attached),
.ui.top.attached.label + [class*="right floated"] + * {
    margin-top: 2rem !important;
}

.ui.bottom.attached.label:first-child ~ :last-child:not(.attached) {
    margin-top: 0em;
    margin-bottom: 2rem !important;
}
/*******************************
             Types
*******************************/
.ui.image.label {
    width: auto !important;
    margin-top: 0em;
    margin-bottom: 0em;
    max-width: 9999px;
    vertical-align: baseline;
    text-transform: none;
    background: #E8E8E8;
    padding: 0.5833em 0.833em 0.5833em 0.5em;
    border-radius: 0.28571429rem;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .ui.image.label img {
        display: inline-block;
        vertical-align: top;
        height: 2.1666em;
        margin: -0.5833em 0.5em -0.5833em -0.5em;
        border-radius: 0.28571429rem 0em 0em 0.28571429rem;
    }

    .ui.image.label .detail {
        background: rgba(0, 0, 0, 0.1);
        margin: -0.5833em -0.833em -0.5833em 0.5em;
        padding: 0.5833em 0.833em;
        border-radius: 0em 0.28571429rem 0.28571429rem 0em;
    }
/*-------------------
         Tag
--------------------*/
.ui.tag.labels .label,
.ui.tag.label {
    margin-left: 1em;
    position: relative;
    padding-left: 1.5em;
    padding-right: 1.5em;
    border-radius: 0em 0.28571429rem 0.28571429rem 0em;
    -webkit-transition: none;
    transition: none;
}

    .ui.tag.labels .label:before,
    .ui.tag.label:before {
        position: absolute;
        -webkit-transform: translateY(-50%) translateX(50%) rotate(-45deg);
        transform: translateY(-50%) translateX(50%) rotate(-45deg);
        top: 50%;
        right: 100%;
        content: '';
        background-color: inherit;
        background-image: none;
        width: 1.56em;
        height: 1.56em;
        -webkit-transition: none;
        transition: none;
    }

    .ui.tag.labels .label:after,
    .ui.tag.label:after {
        position: absolute;
        content: '';
        top: 50%;
        left: -0.25em;
        margin-top: -0.25em;
        background-color: #FFFFFF !important;
        width: 0.5em;
        height: 0.5em;
        -webkit-box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.3);
        box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.3);
        border-radius: 500rem;
    }
/*-------------------
    Corner Label
--------------------*/
.ui.corner.label {
    position: absolute;
    top: 0em;
    right: 0em;
    margin: 0em;
    padding: 0em;
    text-align: center;
    border-color: #E8E8E8;
    width: 4em;
    height: 4em;
    z-index: 1;
    -webkit-transition: border-color 0.1s ease;
    transition: border-color 0.1s ease;
}
/* Icon Label */
.ui.corner.label {
    background-color: transparent !important;
}

    .ui.corner.label:after {
        position: absolute;
        content: "";
        right: 0em;
        top: 0em;
        z-index: -1;
        width: 0em;
        height: 0em;
        background-color: transparent !important;
        border-top: 0em solid transparent;
        border-right: 4em solid transparent;
        border-bottom: 4em solid transparent;
        border-left: 0em solid transparent;
        border-right-color: inherit;
        -webkit-transition: border-color 0.1s ease;
        transition: border-color 0.1s ease;
    }

    .ui.corner.label .icon {
        cursor: default;
        position: relative;
        top: 0.64285714em;
        left: 0.78571429em;
        font-size: 1.14285714em;
        margin: 0em;
    }
/* Left Corner */
.ui.left.corner.label,
.ui.left.corner.label:after {
    right: auto;
    left: 0em;
}

    .ui.left.corner.label:after {
        border-top: 4em solid transparent;
        border-right: 4em solid transparent;
        border-bottom: 0em solid transparent;
        border-left: 0em solid transparent;
        border-top-color: inherit;
    }

    .ui.left.corner.label .icon {
        left: -0.78571429em;
    }
/* Segment */
.ui.segment > .ui.corner.label {
    top: -1px;
    right: -1px;
}

.ui.segment > .ui.left.corner.label {
    right: auto;
    left: -1px;
}
/*-------------------
       Ribbon
--------------------*/
.ui.ribbon.label {
    position: relative;
    margin: 0em;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    border-radius: 0em 0.28571429rem 0.28571429rem 0em;
    border-color: rgba(0, 0, 0, 0.15);
}

    .ui.ribbon.label:after {
        position: absolute;
        content: '';
        top: 100%;
        left: 0%;
        background-color: transparent !important;
        border-style: solid;
        border-width: 0em 1.2em 1.2em 0em;
        border-color: transparent;
        border-right-color: inherit;
        width: 0em;
        height: 0em;
    }
/* Positioning */
.ui.ribbon.label {
    left: calc(-2.2rem);
    margin-right: -1.2em;
    padding-left: calc(2.2rem);
    padding-right: 1.2em;
}

.ui[class*="right ribbon"].label {
    left: calc(102.2%);
    padding-left: 1.2em;
    padding-right: calc(2.2rem);
}
/* Right Ribbon */
.ui[class*="right ribbon"].label {
    text-align: left;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    border-radius: 0.28571429rem 0em 0em 0.28571429rem;
}

    .ui[class*="right ribbon"].label:after {
        left: auto;
        right: 0%;
        border-style: solid;
        border-width: 1.2em 1.2em 0em 0em;
        border-color: transparent;
        border-top-color: inherit;
    }
/* Inside Table */
.ui.image > .ribbon.label,
.ui.card .image > .ribbon.label {
    position: absolute;
    top: 1rem;
}

.ui.card .image > .ui.ribbon.label,
.ui.image > .ui.ribbon.label {
    left: calc(-1.15rem);
}

.ui.card .image > .ui[class*="right ribbon"].label,
.ui.image > .ui[class*="right ribbon"].label {
    left: calc(101.15%);
    padding-left: 0.833em;
}
/* Inside Table */
.ui.table td > .ui.ribbon.label {
    left: calc(-1.98571429em);
}

.ui.table td > .ui[class*="right ribbon"].label {
    left: calc(101.98571429%);
    padding-left: 0.833em;
}
/*-------------------
      Attached
--------------------*/
.ui[class*="top attached"].label,
.ui.attached.label {
    width: 100%;
    position: absolute;
    margin: 0em;
    top: 0em;
    left: 0em;
    padding: 0.75em 1em;
    border-radius: 0.21428571rem 0.21428571rem 0em 0em;
}

.ui[class*="bottom attached"].label {
    top: auto;
    bottom: 0em;
    border-radius: 0em 0em 0.21428571rem 0.21428571rem;
}

.ui[class*="top left attached"].label {
    width: auto;
    margin-top: 0em !important;
    border-radius: 0.21428571rem 0em 0.28571429rem 0em;
}

.ui[class*="top right attached"].label {
    width: auto;
    left: auto;
    right: 0em;
    border-radius: 0em 0.21428571rem 0em 0.28571429rem;
}

.ui[class*="bottom left attached"].label {
    width: auto;
    top: auto;
    bottom: 0em;
    border-radius: 0em 0.28571429rem 0em 0.21428571rem;
}

.ui[class*="bottom right attached"].label {
    top: auto;
    bottom: 0em;
    left: auto;
    right: 0em;
    width: auto;
    border-radius: 0.28571429rem 0em 0.21428571rem 0em;
}
/*******************************
             States
*******************************/
/*-------------------
      Disabled
--------------------*/
.ui.label.disabled {
    opacity: 0.5;
}
/*-------------------
        Hover
--------------------*/
a.ui.labels .label:hover,
a.ui.label:hover {
    background-color: #E0E0E0;
    border-color: #E0E0E0;
    background-image: none;
    color: rgba(0, 0, 0, 0.8);
}

    .ui.labels a.label:hover:before,
    a.ui.label:hover:before {
        color: rgba(0, 0, 0, 0.8);
    }
/*-------------------
        Active
--------------------*/
.ui.active.label {
    background-color: #D0D0D0;
    border-color: #D0D0D0;
    background-image: none;
    color: rgba(0, 0, 0, 0.95);
}

    .ui.active.label:before {
        background-color: #D0D0D0;
        background-image: none;
        color: rgba(0, 0, 0, 0.95);
    }
/*-------------------
     Active Hover
--------------------*/
a.ui.labels .active.label:hover,
a.ui.active.label:hover {
    background-color: #C8C8C8;
    border-color: #C8C8C8;
    background-image: none;
    color: rgba(0, 0, 0, 0.95);
}

.ui.labels a.active.label:ActiveHover:before,
a.ui.active.label:ActiveHover:before {
    background-color: #C8C8C8;
    background-image: none;
    color: rgba(0, 0, 0, 0.95);
}
/*-------------------
      Visible
--------------------*/
.ui.labels.visible .label,
.ui.label.visible:not(.dropdown) {
    display: inline-block !important;
}
/*-------------------
      Hidden
--------------------*/
.ui.labels.hidden .label,
.ui.label.hidden {
    display: none !important;
}
/*******************************
           Variations
*******************************/
/*-------------------
       Colors
--------------------*/
/*--- Red ---*/
.ui.red.labels .label,
.ui.red.label {
    background-color: #DB2828 !important;
    border-color: #DB2828 !important;
    color: #FFFFFF !important;
}
    /* Link */
    .ui.red.labels .label:hover,
    a.ui.red.label:hover {
        background-color: #d01919 !important;
        border-color: #d01919 !important;
        color: #FFFFFF !important;
    }
/* Corner */
.ui.red.corner.label,
.ui.red.corner.label:hover {
    background-color: transparent !important;
}
/* Ribbon */
.ui.red.ribbon.label {
    border-color: #b21e1e !important;
}
/* Basic */
.ui.basic.red.label {
    background-color: none #FFFFFF !important;
    color: #DB2828 !important;
    border-color: #DB2828 !important;
}

.ui.basic.red.labels a.label:hover,
a.ui.basic.red.label:hover {
    background-color: #FFFFFF !important;
    color: #d01919 !important;
    border-color: #d01919 !important;
}
/*--- Orange ---*/
.ui.orange.labels .label,
.ui.orange.label {
    background-color: #F2711C !important;
    border-color: #F2711C !important;
    color: #FFFFFF !important;
}
    /* Link */
    .ui.orange.labels .label:hover,
    a.ui.orange.label:hover {
        background-color: #f26202 !important;
        border-color: #f26202 !important;
        color: #FFFFFF !important;
    }
/* Corner */
.ui.orange.corner.label,
.ui.orange.corner.label:hover {
    background-color: transparent !important;
}
/* Ribbon */
.ui.orange.ribbon.label {
    border-color: #cf590c !important;
}
/* Basic */
.ui.basic.orange.label {
    background-color: none #FFFFFF !important;
    color: #F2711C !important;
    border-color: #F2711C !important;
}

.ui.basic.orange.labels a.label:hover,
a.ui.basic.orange.label:hover {
    background-color: #FFFFFF !important;
    color: #f26202 !important;
    border-color: #f26202 !important;
}
/*--- Yellow ---*/
.ui.yellow.labels .label,
.ui.yellow.label {
    background-color: #FBBD08 !important;
    border-color: #FBBD08 !important;
    color: #FFFFFF !important;
}
    /* Link */
    .ui.yellow.labels .label:hover,
    a.ui.yellow.label:hover {
        background-color: #eaae00 !important;
        border-color: #eaae00 !important;
        color: #FFFFFF !important;
    }
/* Corner */
.ui.yellow.corner.label,
.ui.yellow.corner.label:hover {
    background-color: transparent !important;
}
/* Ribbon */
.ui.yellow.ribbon.label {
    border-color: #cd9903 !important;
}
/* Basic */
.ui.basic.yellow.label {
    background-color: none #FFFFFF !important;
    color: #FBBD08 !important;
    border-color: #FBBD08 !important;
}

.ui.basic.yellow.labels a.label:hover,
a.ui.basic.yellow.label:hover {
    background-color: #FFFFFF !important;
    color: #eaae00 !important;
    border-color: #eaae00 !important;
}
/*--- Olive ---*/
.ui.olive.labels .label,
.ui.olive.label {
    background-color: #B5CC18 !important;
    border-color: #B5CC18 !important;
    color: #FFFFFF !important;
}
    /* Link */
    .ui.olive.labels .label:hover,
    a.ui.olive.label:hover {
        background-color: #a7bd0d !important;
        border-color: #a7bd0d !important;
        color: #FFFFFF !important;
    }
/* Corner */
.ui.olive.corner.label,
.ui.olive.corner.label:hover {
    background-color: transparent !important;
}
/* Ribbon */
.ui.olive.ribbon.label {
    border-color: #198f35 !important;
}
/* Basic */
.ui.basic.olive.label {
    background-color: none #FFFFFF !important;
    color: #B5CC18 !important;
    border-color: #B5CC18 !important;
}

.ui.basic.olive.labels a.label:hover,
a.ui.basic.olive.label:hover {
    background-color: #FFFFFF !important;
    color: #a7bd0d !important;
    border-color: #a7bd0d !important;
}
/*--- Green ---*/
.ui.green.labels .label,
.ui.green.label {
    background-color: #21BA45 !important;
    border-color: #21BA45 !important;
    color: #FFFFFF !important;
}
    /* Link */
    .ui.green.labels .label:hover,
    a.ui.green.label:hover {
        background-color: #16ab39 !important;
        border-color: #16ab39 !important;
        color: #FFFFFF !important;
    }
/* Corner */
.ui.green.corner.label,
.ui.green.corner.label:hover {
    background-color: transparent !important;
}
/* Ribbon */
.ui.green.ribbon.label {
    border-color: #198f35 !important;
}
/* Basic */
.ui.basic.green.label {
    background-color: none #FFFFFF !important;
    color: #21BA45 !important;
    border-color: #21BA45 !important;
}

.ui.basic.green.labels a.label:hover,
a.ui.basic.green.label:hover {
    background-color: #FFFFFF !important;
    color: #16ab39 !important;
    border-color: #16ab39 !important;
}
/*--- Teal ---*/
.ui.teal.labels .label,
.ui.teal.label {
    background-color: #00B5AD !important;
    border-color: #00B5AD !important;
    color: #FFFFFF !important;
}
    /* Link */
    .ui.teal.labels .label:hover,
    a.ui.teal.label:hover {
        background-color: #009c95 !important;
        border-color: #009c95 !important;
        color: #FFFFFF !important;
    }
/* Corner */
.ui.teal.corner.label,
.ui.teal.corner.label:hover {
    background-color: transparent !important;
}
/* Ribbon */
.ui.teal.ribbon.label {
    border-color: #00827c !important;
}
/* Basic */
.ui.basic.teal.label {
    background-color: none #FFFFFF !important;
    color: #00B5AD !important;
    border-color: #00B5AD !important;
}

.ui.basic.teal.labels a.label:hover,
a.ui.basic.teal.label:hover {
    background-color: #FFFFFF !important;
    color: #009c95 !important;
    border-color: #009c95 !important;
}
/*--- Blue ---*/
.ui.blue.labels .label,
.ui.blue.label {
    background-color: #2185D0 !important;
    border-color: #2185D0 !important;
    color: #FFFFFF !important;
}
    /* Link */
    .ui.blue.labels .label:hover,
    a.ui.blue.label:hover {
        background-color: #1678c2 !important;
        border-color: #1678c2 !important;
        color: #FFFFFF !important;
    }
/* Corner */
.ui.blue.corner.label,
.ui.blue.corner.label:hover {
    background-color: transparent !important;
}
/* Ribbon */
.ui.blue.ribbon.label {
    border-color: #1a69a4 !important;
}
/* Basic */
.ui.basic.blue.label {
    background-color: none #FFFFFF !important;
    color: #2185D0 !important;
    border-color: #2185D0 !important;
}

.ui.basic.blue.labels a.label:hover,
a.ui.basic.blue.label:hover {
    background-color: #FFFFFF !important;
    color: #1678c2 !important;
    border-color: #1678c2 !important;
}
/*--- Violet ---*/
.ui.violet.labels .label,
.ui.violet.label {
    background-color: #6435C9 !important;
    border-color: #6435C9 !important;
    color: #FFFFFF !important;
}
    /* Link */
    .ui.violet.labels .label:hover,
    a.ui.violet.label:hover {
        background-color: #5829bb !important;
        border-color: #5829bb !important;
        color: #FFFFFF !important;
    }
/* Corner */
.ui.violet.corner.label,
.ui.violet.corner.label:hover {
    background-color: transparent !important;
}
/* Ribbon */
.ui.violet.ribbon.label {
    border-color: #502aa1 !important;
}
/* Basic */
.ui.basic.violet.label {
    background-color: none #FFFFFF !important;
    color: #6435C9 !important;
    border-color: #6435C9 !important;
}

.ui.basic.violet.labels a.label:hover,
a.ui.basic.violet.label:hover {
    background-color: #FFFFFF !important;
    color: #5829bb !important;
    border-color: #5829bb !important;
}
/*--- Purple ---*/
.ui.purple.labels .label,
.ui.purple.label {
    background-color: #A333C8 !important;
    border-color: #A333C8 !important;
    color: #FFFFFF !important;
}
    /* Link */
    .ui.purple.labels .label:hover,
    a.ui.purple.label:hover {
        background-color: #9627ba !important;
        border-color: #9627ba !important;
        color: #FFFFFF !important;
    }
/* Corner */
.ui.purple.corner.label,
.ui.purple.corner.label:hover {
    background-color: transparent !important;
}
/* Ribbon */
.ui.purple.ribbon.label {
    border-color: #82299f !important;
}
/* Basic */
.ui.basic.purple.label {
    background-color: none #FFFFFF !important;
    color: #A333C8 !important;
    border-color: #A333C8 !important;
}

.ui.basic.purple.labels a.label:hover,
a.ui.basic.purple.label:hover {
    background-color: #FFFFFF !important;
    color: #9627ba !important;
    border-color: #9627ba !important;
}
/*--- Pink ---*/
.ui.pink.labels .label,
.ui.pink.label {
    background-color: #E03997 !important;
    border-color: #E03997 !important;
    color: #FFFFFF !important;
}
    /* Link */
    .ui.pink.labels .label:hover,
    a.ui.pink.label:hover {
        background-color: #e61a8d !important;
        border-color: #e61a8d !important;
        color: #FFFFFF !important;
    }
/* Corner */
.ui.pink.corner.label,
.ui.pink.corner.label:hover {
    background-color: transparent !important;
}
/* Ribbon */
.ui.pink.ribbon.label {
    border-color: #c71f7e !important;
}
/* Basic */
.ui.basic.pink.label {
    background-color: none #FFFFFF !important;
    color: #E03997 !important;
    border-color: #E03997 !important;
}

.ui.basic.pink.labels a.label:hover,
a.ui.basic.pink.label:hover {
    background-color: #FFFFFF !important;
    color: #e61a8d !important;
    border-color: #e61a8d !important;
}
/*--- Brown ---*/
.ui.brown.labels .label,
.ui.brown.label {
    background-color: #A5673F !important;
    border-color: #A5673F !important;
    color: #FFFFFF !important;
}
    /* Link */
    .ui.brown.labels .label:hover,
    a.ui.brown.label:hover {
        background-color: #975b33 !important;
        border-color: #975b33 !important;
        color: #FFFFFF !important;
    }
/* Corner */
.ui.brown.corner.label,
.ui.brown.corner.label:hover {
    background-color: transparent !important;
}
/* Ribbon */
.ui.brown.ribbon.label {
    border-color: #805031 !important;
}
/* Basic */
.ui.basic.brown.label {
    background-color: none #FFFFFF !important;
    color: #A5673F !important;
    border-color: #A5673F !important;
}

.ui.basic.brown.labels a.label:hover,
a.ui.basic.brown.label:hover {
    background-color: #FFFFFF !important;
    color: #975b33 !important;
    border-color: #975b33 !important;
}
/*--- Grey ---*/
.ui.grey.labels .label,
.ui.grey.label {
    background-color: #767676 !important;
    border-color: #767676 !important;
    color: #FFFFFF !important;
}
    /* Link */
    .ui.grey.labels .label:hover,
    a.ui.grey.label:hover {
        background-color: #838383 !important;
        border-color: #838383 !important;
        color: #FFFFFF !important;
    }
/* Corner */
.ui.grey.corner.label,
.ui.grey.corner.label:hover {
    background-color: transparent !important;
}
/* Ribbon */
.ui.grey.ribbon.label {
    border-color: #805031 !important;
}
/* Basic */
.ui.basic.grey.label {
    background-color: none #FFFFFF !important;
    color: #767676 !important;
    border-color: #767676 !important;
}

.ui.basic.grey.labels a.label:hover,
a.ui.basic.grey.label:hover {
    background-color: #FFFFFF !important;
    color: #838383 !important;
    border-color: #838383 !important;
}
/*--- Black ---*/
.ui.black.labels .label,
.ui.black.label {
    background-color: #1B1C1D !important;
    border-color: #1B1C1D !important;
    color: #FFFFFF !important;
}
    /* Link */
    .ui.black.labels .label:hover,
    a.ui.black.label:hover {
        background-color: #27292a !important;
        border-color: #27292a !important;
        color: #FFFFFF !important;
    }
/* Corner */
.ui.black.corner.label,
.ui.black.corner.label:hover {
    background-color: transparent !important;
}
/* Ribbon */
.ui.black.ribbon.label {
    border-color: #805031 !important;
}
/* Basic */
.ui.basic.black.label {
    background-color: none #FFFFFF !important;
    color: #1B1C1D !important;
    border-color: #1B1C1D !important;
}

.ui.basic.black.labels a.label:hover,
a.ui.basic.black.label:hover {
    background-color: #FFFFFF !important;
    color: #27292a !important;
    border-color: #27292a !important;
}
/*-------------------
        Basic
--------------------*/
.ui.basic.label {
    background: none #FFFFFF;
    border: 1px solid rgba(34, 36, 38, 0.15);
    color: rgba(0, 0, 0, 0.87);
    -webkit-box-shadow: none;
    box-shadow: none;
}
/* Link */
a.ui.basic.label:hover {
    text-decoration: none;
    background: none #FFFFFF;
    color: #1e70bf;
    -webkit-box-shadow: 1px solid rgba(34, 36, 38, 0.15);
    box-shadow: 1px solid rgba(34, 36, 38, 0.15);
    -webkit-box-shadow: none;
    box-shadow: none;
}
/* Pointing */
.ui.basic.pointing.label:before {
    border-color: inherit;
}
/*-------------------
       Fluid
--------------------*/
.ui.label.fluid,
.ui.fluid.labels > .label {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
/*-------------------
       Inverted
--------------------*/
.ui.inverted.labels .label,
.ui.inverted.label {
    color: rgba(255, 255, 255, 0.9) !important;
}
/*-------------------
     Horizontal
--------------------*/
.ui.horizontal.labels .label,
.ui.horizontal.label {
    margin: 0em 0.5em 0em 0em;
    padding: 0.4em 0.833em;
    min-width: 3em;
    text-align: center;
}
/*-------------------
       Circular
--------------------*/
.ui.circular.labels .label,
.ui.circular.label {
    min-width: 2em;
    min-height: 2em;
    padding: 0.5em !important;
    line-height: 1em;
    text-align: center;
    border-radius: 500rem;
}

.ui.empty.circular.labels .label,
.ui.empty.circular.label {
    min-width: 0em;
    min-height: 0em;
    overflow: hidden;
    width: 0.5em;
    height: 0.5em;
    vertical-align: baseline;
}
/*-------------------
       Pointing
--------------------*/
.ui.pointing.label {
    position: relative;
}

.ui.attached.pointing.label {
    position: absolute;
}

.ui.pointing.label:before {
    background-color: inherit;
    background-image: inherit;
    border-width: none;
    border-style: solid;
    border-color: inherit;
}
/* Arrow */
.ui.pointing.label:before {
    position: absolute;
    content: '';
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-image: none;
    z-index: 2;
    width: 0.6666em;
    height: 0.6666em;
    -webkit-transition: background 0.1s ease;
    transition: background 0.1s ease;
}
/*--- Above ---*/
.ui.pointing.label,
.ui[class*="pointing above"].label {
    margin-top: 1em;
}

    .ui.pointing.label:before,
    .ui[class*="pointing above"].label:before {
        border-width: 1px 0px 0px 1px;
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
        transform: translateX(-50%) translateY(-50%) rotate(45deg);
        top: 0%;
        left: 50%;
    }
/*--- Below ---*/
.ui[class*="bottom pointing"].label,
.ui[class*="pointing below"].label {
    margin-top: 0em;
    margin-bottom: 1em;
}

    .ui[class*="bottom pointing"].label:before,
    .ui[class*="pointing below"].label:before {
        border-width: 0px 1px 1px 0px;
        top: auto;
        right: auto;
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
        transform: translateX(-50%) translateY(-50%) rotate(45deg);
        top: 100%;
        left: 50%;
    }
/*--- Left ---*/
.ui[class*="left pointing"].label {
    margin-top: 0em;
    margin-left: 0.6666em;
}

    .ui[class*="left pointing"].label:before {
        border-width: 0px 0px 1px 1px;
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
        transform: translateX(-50%) translateY(-50%) rotate(45deg);
        bottom: auto;
        right: auto;
        top: 50%;
        left: 0em;
    }
/*--- Right ---*/
.ui[class*="right pointing"].label {
    margin-top: 0em;
    margin-right: 0.6666em;
}

    .ui[class*="right pointing"].label:before {
        border-width: 1px 1px 0px 0px;
        -webkit-transform: translateX(50%) translateY(-50%) rotate(45deg);
        transform: translateX(50%) translateY(-50%) rotate(45deg);
        top: 50%;
        right: 0%;
        bottom: auto;
        left: auto;
    }
/* Basic Pointing */
/*--- Above ---*/
.ui.basic.pointing.label:before,
.ui.basic[class*="pointing above"].label:before {
    margin-top: -1px;
}
/*--- Below ---*/
.ui.basic[class*="bottom pointing"].label:before,
.ui.basic[class*="pointing below"].label:before {
    bottom: auto;
    top: 100%;
    margin-top: 1px;
}
/*--- Left ---*/
.ui.basic[class*="left pointing"].label:before {
    top: 50%;
    left: -1px;
}
/*--- Right ---*/
.ui.basic[class*="right pointing"].label:before {
    top: 50%;
    right: -1px;
}
/*------------------
   Floating Label
-------------------*/
.ui.floating.label {
    position: absolute;
    z-index: 100;
    top: -1em;
    left: 100%;
    margin: 0em 0em 0em -1.5em !important;
}
/*-------------------
        Sizes
--------------------*/
.ui.mini.labels .label,
.ui.mini.label {
    font-size: 0.64285714rem;
}

.ui.tiny.labels .label,
.ui.tiny.label {
    font-size: 0.71428571rem;
}

.ui.small.labels .label,
.ui.small.label {
    font-size: 0.78571429rem;
}

.ui.labels .label,
.ui.label {
    font-size: 0.85714286rem;
}

.ui.large.labels .label,
.ui.large.label {
    font-size: 1rem;
}

.ui.big.labels .label,
.ui.big.label {
    font-size: 1.28571429rem;
}

.ui.huge.labels .label,
.ui.huge.label {
    font-size: 1.42857143rem;
}

.ui.massive.labels .label,
.ui.massive.label {
    font-size: 1.71428571rem;
}
/*******************************
         Theme Overrides
*******************************/
/*******************************
         Site Overrides
*******************************/
/*!
 * # Semantic UI 2.3.3 - Icon
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
             Icon
*******************************/
@font-face {
    font-family: 'Icons';
    src: url("../../fonts/icons.eot");
    src: url("../../fonts/icons.eot?#iefix") format('embedded-opentype'), url("../../fonts/icons.woff2") format('woff2'), url("../../fonts/icons.woff") format('woff'), url("../../fonts/icons.ttf") format('truetype'), url("../../fonts/icons.svg#icons") format('svg');
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-decoration: inherit;
    text-transform: none;
}

i.icon {
    display: inline-block;
    opacity: 1;
    margin: 0em 0.25rem 0em 0em;
    width: 1.18em;
    height: 1em;
    font-family: 'Icons';
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    text-align: center;
    speak: none;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

    i.icon:before {
        background: none !important;
    }
    /*******************************
             Types
*******************************/
    /*--------------
    Loading
---------------*/
    i.icon.loading {
        height: 1em;
        line-height: 1;
        -webkit-animation: icon-loading 2s linear infinite;
        animation: icon-loading 2s linear infinite;
    }

@-webkit-keyframes icon-loading {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes icon-loading {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/*******************************
             States
*******************************/
i.icon.hover {
    opacity: 1 !important;
}

i.icon.active {
    opacity: 1 !important;
}

i.emphasized.icon {
    opacity: 1 !important;
}

i.disabled.icon {
    opacity: 0.45 !important;
}
/*******************************
           Variations
*******************************/
/*-------------------
        Fitted
--------------------*/
i.fitted.icon {
    width: auto;
    margin: 0em !important;
}
/*-------------------
         Link
--------------------*/
i.link.icon,
i.link.icons {
    cursor: pointer;
    opacity: 0.8;
    -webkit-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease;
}

    i.link.icon:hover,
    i.link.icons:hover {
        opacity: 1 !important;
    }
/*-------------------
      Circular
--------------------*/
i.circular.icon {
    border-radius: 500em !important;
    line-height: 1 !important;
    padding: 0.5em 0em !important;
    -webkit-box-shadow: 0em 0em 0em 0.1em rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0em 0em 0em 0.1em rgba(0, 0, 0, 0.1) inset;
    width: 2em !important;
    height: 2em !important;
}

i.circular.inverted.icon {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
/*-------------------
      Flipped
--------------------*/
i.flipped.icon,
i.horizontally.flipped.icon {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

i.vertically.flipped.icon {
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
}
/*-------------------
      Rotated
--------------------*/
i.rotated.icon,
i.right.rotated.icon,
i.clockwise.rotated.icon {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

i.left.rotated.icon,
i.counterclockwise.rotated.icon {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
/*-------------------
      Bordered
--------------------*/
i.bordered.icon {
    line-height: 1;
    vertical-align: baseline;
    width: 2em;
    height: 2em;
    padding: 0.5em 0em !important;
    -webkit-box-shadow: 0em 0em 0em 0.1em rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0em 0em 0em 0.1em rgba(0, 0, 0, 0.1) inset;
}

i.bordered.inverted.icon {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
/*-------------------
      Inverted
--------------------*/
/* Inverted Shapes */
i.inverted.bordered.icon,
i.inverted.circular.icon {
    background-color: #1B1C1D !important;
    color: #FFFFFF !important;
}

i.inverted.icon {
    color: #FFFFFF;
}
/*-------------------
       Colors
--------------------*/
/* Red */
i.red.icon {
    color: #DB2828 !important;
}

i.inverted.red.icon {
    color: #FF695E !important;
}

i.inverted.bordered.red.icon,
i.inverted.circular.red.icon {
    background-color: #DB2828 !important;
    color: #FFFFFF !important;
}
/* Orange */
i.orange.icon {
    color: #F2711C !important;
}

i.inverted.orange.icon {
    color: #FF851B !important;
}

i.inverted.bordered.orange.icon,
i.inverted.circular.orange.icon {
    background-color: #F2711C !important;
    color: #FFFFFF !important;
}
/* Yellow */
i.yellow.icon {
    color: #FBBD08 !important;
}

i.inverted.yellow.icon {
    color: #FFE21F !important;
}

i.inverted.bordered.yellow.icon,
i.inverted.circular.yellow.icon {
    background-color: #FBBD08 !important;
    color: #FFFFFF !important;
}
/* Olive */
i.olive.icon {
    color: #B5CC18 !important;
}

i.inverted.olive.icon {
    color: #D9E778 !important;
}

i.inverted.bordered.olive.icon,
i.inverted.circular.olive.icon {
    background-color: #B5CC18 !important;
    color: #FFFFFF !important;
}
/* Green */
i.green.icon {
    color: #21BA45 !important;
}

i.inverted.green.icon {
    color: #2ECC40 !important;
}

i.inverted.bordered.green.icon,
i.inverted.circular.green.icon {
    background-color: #21BA45 !important;
    color: #FFFFFF !important;
}
/* Teal */
i.teal.icon {
    color: #00B5AD !important;
}

i.inverted.teal.icon {
    color: #6DFFFF !important;
}

i.inverted.bordered.teal.icon,
i.inverted.circular.teal.icon {
    background-color: #00B5AD !important;
    color: #FFFFFF !important;
}
/* Blue */
i.blue.icon {
    color: #2185D0 !important;
}

i.inverted.blue.icon {
    color: #54C8FF !important;
}

i.inverted.bordered.blue.icon,
i.inverted.circular.blue.icon {
    background-color: #2185D0 !important;
    color: #FFFFFF !important;
}
/* Violet */
i.violet.icon {
    color: #6435C9 !important;
}

i.inverted.violet.icon {
    color: #A291FB !important;
}

i.inverted.bordered.violet.icon,
i.inverted.circular.violet.icon {
    background-color: #6435C9 !important;
    color: #FFFFFF !important;
}
/* Purple */
i.purple.icon {
    color: #A333C8 !important;
}

i.inverted.purple.icon {
    color: #DC73FF !important;
}

i.inverted.bordered.purple.icon,
i.inverted.circular.purple.icon {
    background-color: #A333C8 !important;
    color: #FFFFFF !important;
}
/* Pink */
i.pink.icon {
    color: #E03997 !important;
}

i.inverted.pink.icon {
    color: #FF8EDF !important;
}

i.inverted.bordered.pink.icon,
i.inverted.circular.pink.icon {
    background-color: #E03997 !important;
    color: #FFFFFF !important;
}
/* Brown */
i.brown.icon {
    color: #A5673F !important;
}

i.inverted.brown.icon {
    color: #D67C1C !important;
}

i.inverted.bordered.brown.icon,
i.inverted.circular.brown.icon {
    background-color: #A5673F !important;
    color: #FFFFFF !important;
}
/* Grey */
i.grey.icon {
    color: #767676 !important;
}

i.inverted.grey.icon {
    color: #DCDDDE !important;
}

i.inverted.bordered.grey.icon,
i.inverted.circular.grey.icon {
    background-color: #767676 !important;
    color: #FFFFFF !important;
}
/* Black */
i.black.icon {
    color: #1B1C1D !important;
}

i.inverted.black.icon {
    color: #545454 !important;
}

i.inverted.bordered.black.icon,
i.inverted.circular.black.icon {
    background-color: #1B1C1D !important;
    color: #FFFFFF !important;
}
/*-------------------
        Sizes
--------------------*/
i.mini.icon,
i.mini.icons {
    line-height: 1;
    font-size: 0.4em;
}

i.tiny.icon,
i.tiny.icons {
    line-height: 1;
    font-size: 0.5em;
}

i.small.icon,
i.small.icons {
    line-height: 1;
    font-size: 0.75em;
}

i.icon,
i.icons {
    font-size: 1em;
}

i.large.icon,
i.large.icons {
    line-height: 1;
    vertical-align: middle;
    font-size: 1.5em;
}

i.big.icon,
i.big.icons {
    line-height: 1;
    vertical-align: middle;
    font-size: 2em;
}

i.huge.icon,
i.huge.icons {
    line-height: 1;
    vertical-align: middle;
    font-size: 4em;
}

i.massive.icon,
i.massive.icons {
    line-height: 1;
    vertical-align: middle;
    font-size: 8em;
}
/*******************************
            Groups
*******************************/
i.icons {
    display: inline-block;
    position: relative;
    line-height: 1;
}

    i.icons .icon {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        margin: 0em;
        margin: 0;
    }

        i.icons .icon:first-child {
            position: static;
            width: auto;
            height: auto;
            vertical-align: top;
            -webkit-transform: none;
            transform: none;
            margin-right: 0.25rem;
        }
    /* Corner Icon */
    i.icons .corner.icon {
        top: auto;
        left: auto;
        right: 0;
        bottom: 0;
        -webkit-transform: none;
        transform: none;
        font-size: 0.45em;
        text-shadow: -1px -1px 0 #FFFFFF, 1px -1px 0 #FFFFFF, -1px 1px 0 #FFFFFF, 1px 1px 0 #FFFFFF;
    }

    i.icons .top.right.corner.icon {
        top: 0;
        left: auto;
        right: 0;
        bottom: auto;
    }

    i.icons .top.left.corner.icon {
        top: 0;
        left: 0;
        right: auto;
        bottom: auto;
    }

    i.icons .bottom.left.corner.icon {
        top: auto;
        left: 0;
        right: auto;
        bottom: 0;
    }

    i.icons .bottom.right.corner.icon {
        top: auto;
        left: auto;
        right: 0;
        bottom: 0;
    }

    i.icons .inverted.corner.icon {
        text-shadow: -1px -1px 0 #1B1C1D, 1px -1px 0 #1B1C1D, -1px 1px 0 #1B1C1D, 1px 1px 0 #1B1C1D;
    }
/*
 * Font Awesome 5.0.8 by @fontawesome - http://fontawesome.io - @fontawesome
 * License - https://fontawesome.com/license (Icons: CC BY 4.0 License, Fonts: SIL OFL 1.1 License, CSS: MIT License)
 */
/*******************************
Semantic-UI integration of font-awesome :
///class names are separated
i.icon.circle => i.icon.circle
i.icon.circle-o => i.icon.circle.outline
//abbreviation are replaced by full letters:
i.icon.ellipsis-h => i.icon.ellipsis.horizontal
i.icon.ellipsis-v => i.icon.ellipsis.vertical
.alpha => .i.icon.alphabet
.asc => .i.icon.ascending
.desc => .i.icon.descending
.alt =>.alternate
ASCII order is conserved for easier maintenance.
Icons that only have one style 'outline', 'square' etc do not require this class
for instance `lemon icon` not `lemon outline icon` since there is only one lemon
*******************************/
/*******************************
            Icons
*******************************/
/* Deprecated *In/Out Naming Conflict) */
i.icon.linkedin.in:before {
    content: "\f0e1";
}

i.icon.zoom.in:before {
    content: "\f00e";
}

i.icon.zoom.out:before {
    content: "\f010";
}

i.icon.sign.in:before {
    content: "\f2f6";
}

i.icon.in.cart:before {
    content: "\f218";
}

i.icon.log.out:before {
    content: "\f2f5";
}

i.icon.sign.out:before {
    content: "\f2f5";
}
/* Icons */
i.icon.\35 00px:before {
    content: "\f26e";
}

i.icon.accessible.icon:before {
    content: "\f368";
}

i.icon.accusoft:before {
    content: "\f369";
}

i.icon.address.book:before {
    content: "\f2b9";
}

i.icon.address.card:before {
    content: "\f2bb";
}

i.icon.adjust:before {
    content: "\f042";
}

i.icon.adn:before {
    content: "\f170";
}

i.icon.adversal:before {
    content: "\f36a";
}

i.icon.affiliatetheme:before {
    content: "\f36b";
}

i.icon.algolia:before {
    content: "\f36c";
}

i.icon.align.center:before {
    content: "\f037";
}

i.icon.align.justify:before {
    content: "\f039";
}

i.icon.align.left:before {
    content: "\f036";
}

i.icon.align.right:before {
    content: "\f038";
}

i.icon.amazon:before {
    content: "\f270";
}

i.icon.amazon.pay:before {
    content: "\f42c";
}

i.icon.ambulance:before {
    content: "\f0f9";
}

i.icon.american.sign.language.interpreting:before {
    content: "\f2a3";
}

i.icon.amilia:before {
    content: "\f36d";
}

i.icon.anchor:before {
    content: "\f13d";
}

i.icon.android:before {
    content: "\f17b";
}

i.icon.angellist:before {
    content: "\f209";
}

i.icon.angle.double.down:before {
    content: "\f103";
}

i.icon.angle.double.left:before {
    content: "\f100";
}

i.icon.angle.double.right:before {
    content: "\f101";
}

i.icon.angle.double.up:before {
    content: "\f102";
}

i.icon.angle.down:before {
    content: "\f107";
}

i.icon.angle.left:before {
    content: "\f104";
}

i.icon.angle.right:before {
    content: "\f105";
}

i.icon.angle.up:before {
    content: "\f106";
}

i.icon.angrycreative:before {
    content: "\f36e";
}

i.icon.angular:before {
    content: "\f420";
}

i.icon.app.store:before {
    content: "\f36f";
}

i.icon.app.store.ios:before {
    content: "\f370";
}

i.icon.apper:before {
    content: "\f371";
}

i.icon.apple:before {
    content: "\f179";
}

i.icon.apple.pay:before {
    content: "\f415";
}

i.icon.archive:before {
    content: "\f187";
}

i.icon.arrow.alternate.circle.down:before {
    content: "\f358";
}

i.icon.arrow.alternate.circle.left:before {
    content: "\f359";
}

i.icon.arrow.alternate.circle.right:before {
    content: "\f35a";
}

i.icon.arrow.alternate.circle.up:before {
    content: "\f35b";
}

i.icon.arrow.circle.down:before {
    content: "\f0ab";
}

i.icon.arrow.circle.left:before {
    content: "\f0a8";
}

i.icon.arrow.circle.right:before {
    content: "\f0a9";
}

i.icon.arrow.circle.up:before {
    content: "\f0aa";
}

i.icon.arrow.down:before {
    content: "\f063";
}

i.icon.arrow.left:before {
    content: "\f060";
}

i.icon.arrow.right:before {
    content: "\f061";
}

i.icon.arrow.up:before {
    content: "\f062";
}

i.icon.arrows.alternate:before {
    content: "\f0b2";
}

i.icon.arrows.alternate.horizontal:before {
    content: "\f337";
}

i.icon.arrows.alternate.vertical:before {
    content: "\f338";
}

i.icon.assistive.listening.systems:before {
    content: "\f2a2";
}

i.icon.asterisk:before {
    content: "\f069";
}

i.icon.asymmetrik:before {
    content: "\f372";
}

i.icon.at:before {
    content: "\f1fa";
}

i.icon.audible:before {
    content: "\f373";
}

i.icon.audio.description:before {
    content: "\f29e";
}

i.icon.autoprefixer:before {
    content: "\f41c";
}

i.icon.avianex:before {
    content: "\f374";
}

i.icon.aviato:before {
    content: "\f421";
}

i.icon.aws:before {
    content: "\f375";
}

i.icon.backward:before {
    content: "\f04a";
}

i.icon.balance.scale:before {
    content: "\f24e";
}

i.icon.ban:before {
    content: "\f05e";
}

i.icon.band.aid:before {
    content: "\f462";
}

i.icon.bandcamp:before {
    content: "\f2d5";
}

i.icon.barcode:before {
    content: "\f02a";
}

i.icon.bars:before {
    content: "\f0c9";
}

i.icon.baseball.ball:before {
    content: "\f433";
}

i.icon.basketball.ball:before {
    content: "\f434";
}

i.icon.bath:before {
    content: "\f2cd";
}

i.icon.battery.empty:before {
    content: "\f244";
}

i.icon.battery.full:before {
    content: "\f240";
}

i.icon.battery.half:before {
    content: "\f242";
}

i.icon.battery.quarter:before {
    content: "\f243";
}

i.icon.battery.three.quarters:before {
    content: "\f241";
}

i.icon.bed:before {
    content: "\f236";
}

i.icon.beer:before {
    content: "\f0fc";
}

i.icon.behance:before {
    content: "\f1b4";
}

i.icon.behance.square:before {
    content: "\f1b5";
}

i.icon.bell:before {
    content: "\f0f3";
}

i.icon.bell.slash:before {
    content: "\f1f6";
}

i.icon.bicycle:before {
    content: "\f206";
}

i.icon.bimobject:before {
    content: "\f378";
}

i.icon.binoculars:before {
    content: "\f1e5";
}

i.icon.birthday.cake:before {
    content: "\f1fd";
}

i.icon.bitbucket:before {
    content: "\f171";
}

i.icon.bitcoin:before {
    content: "\f379";
}

i.icon.bity:before {
    content: "\f37a";
}

i.icon.black.tie:before {
    content: "\f27e";
}

i.icon.blackberry:before {
    content: "\f37b";
}

i.icon.blind:before {
    content: "\f29d";
}

i.icon.blogger:before {
    content: "\f37c";
}

i.icon.blogger.b:before {
    content: "\f37d";
}

i.icon.bluetooth:before {
    content: "\f293";
}

i.icon.bluetooth.b:before {
    content: "\f294";
}

i.icon.bold:before {
    content: "\f032";
}

i.icon.bolt:before {
    content: "\f0e7";
}

i.icon.bomb:before {
    content: "\f1e2";
}

i.icon.book:before {
    content: "\f02d";
}

i.icon.bookmark:before {
    content: "\f02e";
}

i.icon.bowling.ball:before {
    content: "\f436";
}

i.icon.box:before {
    content: "\f466";
}

i.icon.boxes:before {
    content: "\f468";
}

i.icon.braille:before {
    content: "\f2a1";
}

i.icon.briefcase:before {
    content: "\f0b1";
}

i.icon.btc:before {
    content: "\f15a";
}

i.icon.bug:before {
    content: "\f188";
}

i.icon.building:before {
    content: "\f1ad";
}

i.icon.bullhorn:before {
    content: "\f0a1";
}

i.icon.bullseye:before {
    content: "\f140";
}

i.icon.buromobelexperte:before {
    content: "\f37f";
}

i.icon.bus:before {
    content: "\f207";
}

i.icon.buysellads:before {
    content: "\f20d";
}

i.icon.calculator:before {
    content: "\f1ec";
}

i.icon.calendar:before {
    content: "\f133";
}

i.icon.calendar.alternate:before {
    content: "\f073";
}

i.icon.calendar.check:before {
    content: "\f274";
}

i.icon.calendar.minus:before {
    content: "\f272";
}

i.icon.calendar.plus:before {
    content: "\f271";
}

i.icon.calendar.times:before {
    content: "\f273";
}

i.icon.camera:before {
    content: "\f030";
}

i.icon.camera.retro:before {
    content: "\f083";
}

i.icon.car:before {
    content: "\f1b9";
}

i.icon.caret.down:before {
    content: "\f0d7";
}

i.icon.caret.left:before {
    content: "\f0d9";
}

i.icon.caret.right:before {
    content: "\f0da";
}

i.icon.caret.square.down:before {
    content: "\f150";
}

i.icon.caret.square.left:before {
    content: "\f191";
}

i.icon.caret.square.right:before {
    content: "\f152";
}

i.icon.caret.square.up:before {
    content: "\f151";
}

i.icon.caret.up:before {
    content: "\f0d8";
}

i.icon.cart.arrow.down:before {
    content: "\f218";
}

i.icon.cart.plus:before {
    content: "\f217";
}

i.icon.cc.amazon.pay:before {
    content: "\f42d";
}

i.icon.cc.amex:before {
    content: "\f1f3";
}

i.icon.cc.apple.pay:before {
    content: "\f416";
}

i.icon.cc.diners.club:before {
    content: "\f24c";
}

i.icon.cc.discover:before {
    content: "\f1f2";
}

i.icon.cc.jcb:before {
    content: "\f24b";
}

i.icon.cc.mastercard:before {
    content: "\f1f1";
}

i.icon.cc.paypal:before {
    content: "\f1f4";
}

i.icon.cc.stripe:before {
    content: "\f1f5";
}

i.icon.cc.visa:before {
    content: "\f1f0";
}

i.icon.centercode:before {
    content: "\f380";
}

i.icon.certificate:before {
    content: "\f0a3";
}

i.icon.chart.area:before {
    content: "\f1fe";
}

i.icon.chart.bar:before {
    content: "\f080";
}

i.icon.chart.line:before {
    content: "\f201";
}

i.icon.chart.pie:before {
    content: "\f200";
}

i.icon.check:before {
    content: "\f00c";
}

i.icon.check.circle:before {
    content: "\f058";
}

i.icon.check.square:before {
    content: "\f14a";
}

i.icon.chess:before {
    content: "\f439";
}

i.icon.chess.bishop:before {
    content: "\f43a";
}

i.icon.chess.board:before {
    content: "\f43c";
}

i.icon.chess.king:before {
    content: "\f43f";
}

i.icon.chess.knight:before {
    content: "\f441";
}

i.icon.chess.pawn:before {
    content: "\f443";
}

i.icon.chess.queen:before {
    content: "\f445";
}

i.icon.chess.rook:before {
    content: "\f447";
}

i.icon.chevron.circle.down:before {
    content: "\f13a";
}

i.icon.chevron.circle.left:before {
    content: "\f137";
}

i.icon.chevron.circle.right:before {
    content: "\f138";
}

i.icon.chevron.circle.up:before {
    content: "\f139";
}

i.icon.chevron.down:before {
    content: "\f078";
}

i.icon.chevron.left:before {
    content: "\f053";
}

i.icon.chevron.right:before {
    content: "\f054";
}

i.icon.chevron.up:before {
    content: "\f077";
}

i.icon.child:before {
    content: "\f1ae";
}

i.icon.chrome:before {
    content: "\f268";
}

i.icon.circle:before {
    content: "\f111";
}

i.icon.circle.notch:before {
    content: "\f1ce";
}

i.icon.clipboard:before {
    content: "\f328";
}

i.icon.clipboard.check:before {
    content: "\f46c";
}

i.icon.clipboard.list:before {
    content: "\f46d";
}

i.icon.clock:before {
    content: "\f017";
}

i.icon.clone:before {
    content: "\f24d";
}

i.icon.closed.captioning:before {
    content: "\f20a";
}

i.icon.cloud:before {
    content: "\f0c2";
}

i.icon.cloudscale:before {
    content: "\f383";
}

i.icon.cloudsmith:before {
    content: "\f384";
}

i.icon.cloudversify:before {
    content: "\f385";
}

i.icon.code:before {
    content: "\f121";
}

i.icon.code.branch:before {
    content: "\f126";
}

i.icon.codepen:before {
    content: "\f1cb";
}

i.icon.codiepie:before {
    content: "\f284";
}

i.icon.coffee:before {
    content: "\f0f4";
}

i.icon.cog:before {
    content: "\f013";
}

i.icon.cogs:before {
    content: "\f085";
}

i.icon.columns:before {
    content: "\f0db";
}

i.icon.comment:before {
    content: "\f075";
}

i.icon.comment.alternate:before {
    content: "\f27a";
}

i.icon.comments:before {
    content: "\f086";
}

i.icon.compass:before {
    content: "\f14e";
}

i.icon.compress:before {
    content: "\f066";
}

i.icon.connectdevelop:before {
    content: "\f20e";
}

i.icon.contao:before {
    content: "\f26d";
}

i.icon.copy:before {
    content: "\f0c5";
}

i.icon.copyright:before {
    content: "\f1f9";
}

i.icon.cpanel:before {
    content: "\f388";
}

i.icon.creative.commons:before {
    content: "\f25e";
}

i.icon.credit.card:before {
    content: "\f09d";
}

i.icon.crop:before {
    content: "\f125";
}

i.icon.crosshairs:before {
    content: "\f05b";
}

i.icon.css3:before {
    content: "\f13c";
}

i.icon.css3.alternate:before {
    content: "\f38b";
}

i.icon.cube:before {
    content: "\f1b2";
}

i.icon.cubes:before {
    content: "\f1b3";
}

i.icon.cut:before {
    content: "\f0c4";
}

i.icon.cuttlefish:before {
    content: "\f38c";
}

i.icon.d.and.d:before {
    content: "\f38d";
}

i.icon.dashcube:before {
    content: "\f210";
}

i.icon.database:before {
    content: "\f1c0";
}

i.icon.deaf:before {
    content: "\f2a4";
}

i.icon.delicious:before {
    content: "\f1a5";
}

i.icon.deploydog:before {
    content: "\f38e";
}

i.icon.deskpro:before {
    content: "\f38f";
}

i.icon.desktop:before {
    content: "\f108";
}

i.icon.deviantart:before {
    content: "\f1bd";
}

i.icon.digg:before {
    content: "\f1a6";
}

i.icon.digital.ocean:before {
    content: "\f391";
}

i.icon.discord:before {
    content: "\f392";
}

i.icon.discourse:before {
    content: "\f393";
}

i.icon.dna:before {
    content: "\f471";
}

i.icon.dochub:before {
    content: "\f394";
}

i.icon.docker:before {
    content: "\f395";
}

i.icon.dollar.sign:before {
    content: "\f155";
}

i.icon.dolly:before {
    content: "\f472";
}

i.icon.dolly.flatbed:before {
    content: "\f474";
}

i.icon.dot.circle:before {
    content: "\f192";
}

i.icon.download:before {
    content: "\f019";
}

i.icon.draft2digital:before {
    content: "\f396";
}

i.icon.dribbble:before {
    content: "\f17d";
}

i.icon.dribbble.square:before {
    content: "\f397";
}

i.icon.dropbox:before {
    content: "\f16b";
}

i.icon.drupal:before {
    content: "\f1a9";
}

i.icon.dyalog:before {
    content: "\f399";
}

i.icon.earlybirds:before {
    content: "\f39a";
}

i.icon.edge:before {
    content: "\f282";
}

i.icon.edit:before {
    content: "\f044";
}

i.icon.eject:before {
    content: "\f052";
}

i.icon.elementor:before {
    content: "\f430";
}

i.icon.ellipsis.horizontal:before {
    content: "\f141";
}

i.icon.ellipsis.vertical:before {
    content: "\f142";
}

i.icon.ember:before {
    content: "\f423";
}

i.icon.empire:before {
    content: "\f1d1";
}

i.icon.envelope:before {
    content: "\f0e0";
}

i.icon.envelope.open:before {
    content: "\f2b6";
}

i.icon.envelope.square:before {
    content: "\f199";
}

i.icon.envira:before {
    content: "\f299";
}

i.icon.eraser:before {
    content: "\f12d";
}

i.icon.erlang:before {
    content: "\f39d";
}

i.icon.ethereum:before {
    content: "\f42e";
}

i.icon.etsy:before {
    content: "\f2d7";
}

i.icon.euro.sign:before {
    content: "\f153";
}

i.icon.exchange.alternate:before {
    content: "\f362";
}

i.icon.exclamation:before {
    content: "\f12a";
}

i.icon.exclamation.circle:before {
    content: "\f06a";
}

i.icon.exclamation.triangle:before {
    content: "\f071";
}

i.icon.expand:before {
    content: "\f065";
}

i.icon.expand.arrows.alternate:before {
    content: "\f31e";
}

i.icon.expeditedssl:before {
    content: "\f23e";
}

i.icon.external.alternate:before {
    content: "\f35d";
}

i.icon.external.square.alternate:before {
    content: "\f360";
}

i.icon.eye:before {
    content: "\f06e";
}

i.icon.eye.dropper:before {
    content: "\f1fb";
}

i.icon.eye.slash:before {
    content: "\f070";
}

i.icon.facebook:before {
    content: "\f09a";
}

i.icon.facebook.f:before {
    content: "\f39e";
}

i.icon.facebook.messenger:before {
    content: "\f39f";
}

i.icon.facebook.square:before {
    content: "\f082";
}

i.icon.fast.backward:before {
    content: "\f049";
}

i.icon.fast.forward:before {
    content: "\f050";
}

i.icon.fax:before {
    content: "\f1ac";
}

i.icon.female:before {
    content: "\f182";
}

i.icon.fighter.jet:before {
    content: "\f0fb";
}

i.icon.file:before {
    content: "\f15b";
}

i.icon.file.alternate:before {
    content: "\f15c";
}

i.icon.file.archive:before {
    content: "\f1c6";
}

i.icon.file.audio:before {
    content: "\f1c7";
}

i.icon.file.code:before {
    content: "\f1c9";
}

i.icon.file.excel:before {
    content: "\f1c3";
}

i.icon.file.image:before {
    content: "\f1c5";
}

i.icon.file.pdf:before {
    content: "\f1c1";
}

i.icon.file.powerpoint:before {
    content: "\f1c4";
}

i.icon.file.video:before {
    content: "\f1c8";
}

i.icon.file.word:before {
    content: "\f1c2";
}

i.icon.film:before {
    content: "\f008";
}

i.icon.filter:before {
    content: "\f0b0";
}

i.icon.fire:before {
    content: "\f06d";
}

i.icon.fire.extinguisher:before {
    content: "\f134";
}

i.icon.firefox:before {
    content: "\f269";
}

i.icon.first.aid:before {
    content: "\f479";
}

i.icon.first.order:before {
    content: "\f2b0";
}

i.icon.firstdraft:before {
    content: "\f3a1";
}

i.icon.flag:before {
    content: "\f024";
}

i.icon.flag.checkered:before {
    content: "\f11e";
}

i.icon.flask:before {
    content: "\f0c3";
}

i.icon.flickr:before {
    content: "\f16e";
}

i.icon.flipboard:before {
    content: "\f44d";
}

i.icon.fly:before {
    content: "\f417";
}

i.icon.folder:before {
    content: "\f07b";
}

i.icon.folder.open:before {
    content: "\f07c";
}

i.icon.font:before {
    content: "\f031";
}

i.icon.font.awesome:before {
    content: "\f2b4";
}

i.icon.font.awesome.alternate:before {
    content: "\f35c";
}

i.icon.font.awesome.flag:before {
    content: "\f425";
}

i.icon.fonticons:before {
    content: "\f280";
}

i.icon.fonticons.fi:before {
    content: "\f3a2";
}

i.icon.football.ball:before {
    content: "\f44e";
}

i.icon.fort.awesome:before {
    content: "\f286";
}

i.icon.fort.awesome.alternate:before {
    content: "\f3a3";
}

i.icon.forumbee:before {
    content: "\f211";
}

i.icon.forward:before {
    content: "\f04e";
}

i.icon.foursquare:before {
    content: "\f180";
}

i.icon.free.code.camp:before {
    content: "\f2c5";
}

i.icon.freebsd:before {
    content: "\f3a4";
}

i.icon.frown:before {
    content: "\f119";
}

i.icon.futbol:before {
    content: "\f1e3";
}

i.icon.gamepad:before {
    content: "\f11b";
}

i.icon.gavel:before {
    content: "\f0e3";
}

i.icon.gem:before {
    content: "\f3a5";
}

i.icon.genderless:before {
    content: "\f22d";
}

i.icon.get.pocket:before {
    content: "\f265";
}

i.icon.gg:before {
    content: "\f260";
}

i.icon.gg.circle:before {
    content: "\f261";
}

i.icon.gift:before {
    content: "\f06b";
}

i.icon.git:before {
    content: "\f1d3";
}

i.icon.git.square:before {
    content: "\f1d2";
}

i.icon.github:before {
    content: "\f09b";
}

i.icon.github.alternate:before {
    content: "\f113";
}

i.icon.github.square:before {
    content: "\f092";
}

i.icon.gitkraken:before {
    content: "\f3a6";
}

i.icon.gitlab:before {
    content: "\f296";
}

i.icon.gitter:before {
    content: "\f426";
}

i.icon.glass.martini:before {
    content: "\f000";
}

i.icon.glide:before {
    content: "\f2a5";
}

i.icon.glide.g:before {
    content: "\f2a6";
}

i.icon.globe:before {
    content: "\f0ac";
}

i.icon.gofore:before {
    content: "\f3a7";
}

i.icon.golf.ball:before {
    content: "\f450";
}

i.icon.goodreads:before {
    content: "\f3a8";
}

i.icon.goodreads.g:before {
    content: "\f3a9";
}

i.icon.google:before {
    content: "\f1a0";
}

i.icon.google.drive:before {
    content: "\f3aa";
}

i.icon.google.play:before {
    content: "\f3ab";
}

i.icon.google.plus:before {
    content: "\f2b3";
}

i.icon.google.plus.g:before {
    content: "\f0d5";
}

i.icon.google.plus.square:before {
    content: "\f0d4";
}

i.icon.google.wallet:before {
    content: "\f1ee";
}

i.icon.graduation.cap:before {
    content: "\f19d";
}

i.icon.gratipay:before {
    content: "\f184";
}

i.icon.grav:before {
    content: "\f2d6";
}

i.icon.gripfire:before {
    content: "\f3ac";
}

i.icon.grunt:before {
    content: "\f3ad";
}

i.icon.gulp:before {
    content: "\f3ae";
}

i.icon.h.square:before {
    content: "\f0fd";
}

i.icon.hacker.news:before {
    content: "\f1d4";
}

i.icon.hacker.news.square:before {
    content: "\f3af";
}

i.icon.hand.lizard:before {
    content: "\f258";
}

i.icon.hand.paper:before {
    content: "\f256";
}

i.icon.hand.peace:before {
    content: "\f25b";
}

i.icon.hand.point.down:before {
    content: "\f0a7";
}

i.icon.hand.point.left:before {
    content: "\f0a5";
}

i.icon.hand.point.right:before {
    content: "\f0a4";
}

i.icon.hand.point.up:before {
    content: "\f0a6";
}

i.icon.hand.pointer:before {
    content: "\f25a";
}

i.icon.hand.rock:before {
    content: "\f255";
}

i.icon.hand.scissors:before {
    content: "\f257";
}

i.icon.hand.spock:before {
    content: "\f259";
}

i.icon.handshake:before {
    content: "\f2b5";
}

i.icon.hashtag:before {
    content: "\f292";
}

i.icon.hdd:before {
    content: "\f0a0";
}

i.icon.heading:before {
    content: "\f1dc";
}

i.icon.headphones:before {
    content: "\f025";
}

i.icon.heart:before {
    content: "\f004";
}

i.icon.heartbeat:before {
    content: "\f21e";
}

i.icon.hips:before {
    content: "\f452";
}

i.icon.hire.a.helper:before {
    content: "\f3b0";
}

i.icon.history:before {
    content: "\f1da";
}

i.icon.hockey.puck:before {
    content: "\f453";
}

i.icon.home:before {
    content: "\f015";
}

i.icon.hooli:before {
    content: "\f427";
}

i.icon.hospital:before {
    content: "\f0f8";
}

i.icon.hospital.symbol:before {
    content: "\f47e";
}

i.icon.hotjar:before {
    content: "\f3b1";
}

i.icon.hourglass:before {
    content: "\f254";
}

i.icon.hourglass.end:before {
    content: "\f253";
}

i.icon.hourglass.half:before {
    content: "\f252";
}

i.icon.hourglass.start:before {
    content: "\f251";
}

i.icon.houzz:before {
    content: "\f27c";
}

i.icon.html5:before {
    content: "\f13b";
}

i.icon.hubspot:before {
    content: "\f3b2";
}

i.icon.i.cursor:before {
    content: "\f246";
}

i.icon.id.badge:before {
    content: "\f2c1";
}

i.icon.id.card:before {
    content: "\f2c2";
}

i.icon.image:before {
    content: "\f03e";
}

i.icon.images:before {
    content: "\f302";
}

i.icon.imdb:before {
    content: "\f2d8";
}

i.icon.inbox:before {
    content: "\f01c";
}

i.icon.indent:before {
    content: "\f03c";
}

i.icon.industry:before {
    content: "\f275";
}

i.icon.info:before {
    content: "\f129";
}

i.icon.info.circle:before {
    content: "\f05a";
}

i.icon.instagram:before {
    content: "\f16d";
}

i.icon.internet.explorer:before {
    content: "\f26b";
}

i.icon.ioxhost:before {
    content: "\f208";
}

i.icon.italic:before {
    content: "\f033";
}

i.icon.itunes:before {
    content: "\f3b4";
}

i.icon.itunes.note:before {
    content: "\f3b5";
}

i.icon.jenkins:before {
    content: "\f3b6";
}

i.icon.joget:before {
    content: "\f3b7";
}

i.icon.joomla:before {
    content: "\f1aa";
}

i.icon.js:before {
    content: "\f3b8";
}

i.icon.js.square:before {
    content: "\f3b9";
}

i.icon.jsfiddle:before {
    content: "\f1cc";
}

i.icon.key:before {
    content: "\f084";
}

i.icon.keyboard:before {
    content: "\f11c";
}

i.icon.keycdn:before {
    content: "\f3ba";
}

i.icon.kickstarter:before {
    content: "\f3bb";
}

i.icon.kickstarter.k:before {
    content: "\f3bc";
}

i.icon.korvue:before {
    content: "\f42f";
}

i.icon.language:before {
    content: "\f1ab";
}

i.icon.laptop:before {
    content: "\f109";
}

i.icon.laravel:before {
    content: "\f3bd";
}

i.icon.lastfm:before {
    content: "\f202";
}

i.icon.lastfm.square:before {
    content: "\f203";
}

i.icon.leaf:before {
    content: "\f06c";
}

i.icon.leanpub:before {
    content: "\f212";
}

i.icon.lemon:before {
    content: "\f094";
}

i.icon.less:before {
    content: "\f41d";
}

i.icon.level.down.alternate:before {
    content: "\f3be";
}

i.icon.level.up.alternate:before {
    content: "\f3bf";
}

i.icon.life.ring:before {
    content: "\f1cd";
}

i.icon.lightbulb:before {
    content: "\f0eb";
}

i.icon.linechat:before {
    content: "\f3c0";
}

i.icon.linkify:before {
    content: "\f0c1";
}

i.icon.linkedin:before {
    content: "\f08c";
}

i.icon.linkedin.alt:before {
    content: "\f0e1";
}

i.icon.linode:before {
    content: "\f2b8";
}

i.icon.linux:before {
    content: "\f17c";
}

i.icon.lira.sign:before {
    content: "\f195";
}

i.icon.list:before {
    content: "\f03a";
}

i.icon.list.alternate:before {
    content: "\f022";
}

i.icon.list.ol:before {
    content: "\f0cb";
}

i.icon.list.ul:before {
    content: "\f0ca";
}

i.icon.location.arrow:before {
    content: "\f124";
}

i.icon.lock:before {
    content: "\f023";
}

i.icon.lock.open:before {
    content: "\f3c1";
}

i.icon.long.arrow.alternate.down:before {
    content: "\f309";
}

i.icon.long.arrow.alternate.left:before {
    content: "\f30a";
}

i.icon.long.arrow.alternate.right:before {
    content: "\f30b";
}

i.icon.long.arrow.alternate.up:before {
    content: "\f30c";
}

i.icon.low.vision:before {
    content: "\f2a8";
}

i.icon.lyft:before {
    content: "\f3c3";
}

i.icon.magento:before {
    content: "\f3c4";
}

i.icon.magic:before {
    content: "\f0d0";
}

i.icon.magnet:before {
    content: "\f076";
}

i.icon.male:before {
    content: "\f183";
}

i.icon.map:before {
    content: "\f279";
}

i.icon.map.marker:before {
    content: "\f041";
}

i.icon.map.marker.alternate:before {
    content: "\f3c5";
}

i.icon.map.pin:before {
    content: "\f276";
}

i.icon.map.signs:before {
    content: "\f277";
}

i.icon.mars:before {
    content: "\f222";
}

i.icon.mars.double:before {
    content: "\f227";
}

i.icon.mars.stroke:before {
    content: "\f229";
}

i.icon.mars.stroke.horizontal:before {
    content: "\f22b";
}

i.icon.mars.stroke.vertical:before {
    content: "\f22a";
}

i.icon.maxcdn:before {
    content: "\f136";
}

i.icon.medapps:before {
    content: "\f3c6";
}

i.icon.medium:before {
    content: "\f23a";
}

i.icon.medium.m:before {
    content: "\f3c7";
}

i.icon.medkit:before {
    content: "\f0fa";
}

i.icon.medrt:before {
    content: "\f3c8";
}

i.icon.meetup:before {
    content: "\f2e0";
}

i.icon.meh:before {
    content: "\f11a";
}

i.icon.mercury:before {
    content: "\f223";
}

i.icon.microchip:before {
    content: "\f2db";
}

i.icon.microphone:before {
    content: "\f130";
}

i.icon.microphone.slash:before {
    content: "\f131";
}

i.icon.microsoft:before {
    content: "\f3ca";
}

i.icon.minus:before {
    content: "\f068";
}

i.icon.minus.circle:before {
    content: "\f056";
}

i.icon.minus.square:before {
    content: "\f146";
}

i.icon.mix:before {
    content: "\f3cb";
}

i.icon.mixcloud:before {
    content: "\f289";
}

i.icon.mizuni:before {
    content: "\f3cc";
}

i.icon.mobile:before {
    content: "\f10b";
}

i.icon.mobile.alternate:before {
    content: "\f3cd";
}

i.icon.modx:before {
    content: "\f285";
}

i.icon.monero:before {
    content: "\f3d0";
}

i.icon.money.bill.alternate:before {
    content: "\f3d1";
}

i.icon.moon:before {
    content: "\f186";
}

i.icon.motorcycle:before {
    content: "\f21c";
}

i.icon.mouse.pointer:before {
    content: "\f245";
}

i.icon.music:before {
    content: "\f001";
}

i.icon.napster:before {
    content: "\f3d2";
}

i.icon.neuter:before {
    content: "\f22c";
}

i.icon.newspaper:before {
    content: "\f1ea";
}

i.icon.nintendo.switch:before {
    content: "\f418";
}

i.icon.node:before {
    content: "\f419";
}

i.icon.node.js:before {
    content: "\f3d3";
}

i.icon.npm:before {
    content: "\f3d4";
}

i.icon.ns8:before {
    content: "\f3d5";
}

i.icon.nutritionix:before {
    content: "\f3d6";
}

i.icon.object.group:before {
    content: "\f247";
}

i.icon.object.ungroup:before {
    content: "\f248";
}

i.icon.odnoklassniki:before {
    content: "\f263";
}

i.icon.odnoklassniki.square:before {
    content: "\f264";
}

i.icon.opencart:before {
    content: "\f23d";
}

i.icon.openid:before {
    content: "\f19b";
}

i.icon.opera:before {
    content: "\f26a";
}

i.icon.optin.monster:before {
    content: "\f23c";
}

i.icon.osi:before {
    content: "\f41a";
}

i.icon.outdent:before {
    content: "\f03b";
}

i.icon.page4:before {
    content: "\f3d7";
}

i.icon.pagelines:before {
    content: "\f18c";
}

i.icon.paint.brush:before {
    content: "\f1fc";
}

i.icon.palfed:before {
    content: "\f3d8";
}

i.icon.pallet:before {
    content: "\f482";
}

i.icon.paper.plane:before {
    content: "\f1d8";
}

i.icon.paperclip:before {
    content: "\f0c6";
}

i.icon.paragraph:before {
    content: "\f1dd";
}

i.icon.paste:before {
    content: "\f0ea";
}

i.icon.patreon:before {
    content: "\f3d9";
}

i.icon.pause:before {
    content: "\f04c";
}

i.icon.pause.circle:before {
    content: "\f28b";
}

i.icon.paw:before {
    content: "\f1b0";
}

i.icon.paypal:before {
    content: "\f1ed";
}

i.icon.pen.square:before {
    content: "\f14b";
}

i.icon.pencil.alternate:before {
    content: "\f303";
}

i.icon.percent:before {
    content: "\f295";
}

i.icon.periscope:before {
    content: "\f3da";
}

i.icon.phabricator:before {
    content: "\f3db";
}

i.icon.phoenix.framework:before {
    content: "\f3dc";
}

i.icon.phone:before {
    content: "\f095";
}

i.icon.phone.square:before {
    content: "\f098";
}

i.icon.phone.volume:before {
    content: "\f2a0";
}

i.icon.php:before {
    content: "\f457";
}

i.icon.pied.piper:before {
    content: "\f2ae";
}

i.icon.pied.piper.alternate:before {
    content: "\f1a8";
}

i.icon.pied.piper.pp:before {
    content: "\f1a7";
}

i.icon.pills:before {
    content: "\f484";
}

i.icon.pinterest:before {
    content: "\f0d2";
}

i.icon.pinterest.p:before {
    content: "\f231";
}

i.icon.pinterest.square:before {
    content: "\f0d3";
}

i.icon.plane:before {
    content: "\f072";
}

i.icon.play:before {
    content: "\f04b";
}

i.icon.play.circle:before {
    content: "\f144";
}

i.icon.playstation:before {
    content: "\f3df";
}

i.icon.plug:before {
    content: "\f1e6";
}

i.icon.plus:before {
    content: "\f067";
}

i.icon.plus.circle:before {
    content: "\f055";
}

i.icon.plus.square:before {
    content: "\f0fe";
}

i.icon.podcast:before {
    content: "\f2ce";
}

i.icon.pound.sign:before {
    content: "\f154";
}

i.icon.power.off:before {
    content: "\f011";
}

i.icon.print:before {
    content: "\f02f";
}

i.icon.product.hunt:before {
    content: "\f288";
}

i.icon.pushed:before {
    content: "\f3e1";
}

i.icon.puzzle.piece:before {
    content: "\f12e";
}

i.icon.python:before {
    content: "\f3e2";
}

i.icon.qq:before {
    content: "\f1d6";
}

i.icon.qrcode:before {
    content: "\f029";
}

i.icon.question:before {
    content: "\f128";
}

i.icon.question.circle:before {
    content: "\f059";
}

i.icon.quidditch:before {
    content: "\f458";
}

i.icon.quinscape:before {
    content: "\f459";
}

i.icon.quora:before {
    content: "\f2c4";
}

i.icon.quote.left:before {
    content: "\f10d";
}

i.icon.quote.right:before {
    content: "\f10e";
}

i.icon.random:before {
    content: "\f074";
}

i.icon.ravelry:before {
    content: "\f2d9";
}

i.icon.react:before {
    content: "\f41b";
}

i.icon.rebel:before {
    content: "\f1d0";
}

i.icon.recycle:before {
    content: "\f1b8";
}

i.icon.redriver:before {
    content: "\f3e3";
}

i.icon.reddit:before {
    content: "\f1a1";
}

i.icon.reddit.alien:before {
    content: "\f281";
}

i.icon.reddit.square:before {
    content: "\f1a2";
}

i.icon.redo:before {
    content: "\f01e";
}

i.icon.redo.alternate:before {
    content: "\f2f9";
}

i.icon.registered:before {
    content: "\f25d";
}

i.icon.rendact:before {
    content: "\f3e4";
}

i.icon.renren:before {
    content: "\f18b";
}

i.icon.reply:before {
    content: "\f3e5";
}

i.icon.reply.all:before {
    content: "\f122";
}

i.icon.replyd:before {
    content: "\f3e6";
}

i.icon.resolving:before {
    content: "\f3e7";
}

i.icon.retweet:before {
    content: "\f079";
}

i.icon.road:before {
    content: "\f018";
}

i.icon.rocket:before {
    content: "\f135";
}

i.icon.rocketchat:before {
    content: "\f3e8";
}

i.icon.rockrms:before {
    content: "\f3e9";
}

i.icon.rss:before {
    content: "\f09e";
}

i.icon.rss.square:before {
    content: "\f143";
}

i.icon.ruble.sign:before {
    content: "\f158";
}

i.icon.rupee.sign:before {
    content: "\f156";
}

i.icon.safari:before {
    content: "\f267";
}

i.icon.sass:before {
    content: "\f41e";
}

i.icon.save:before {
    content: "\f0c7";
}

i.icon.schlix:before {
    content: "\f3ea";
}

i.icon.scribd:before {
    content: "\f28a";
}

i.icon.search:before {
    content: "\f002";
}

i.icon.search.minus:before {
    content: "\f010";
}

i.icon.search.plus:before {
    content: "\f00e";
}

i.icon.searchengin:before {
    content: "\f3eb";
}

i.icon.sellcast:before {
    content: "\f2da";
}

i.icon.sellsy:before {
    content: "\f213";
}

i.icon.server:before {
    content: "\f233";
}

i.icon.servicestack:before {
    content: "\f3ec";
}

i.icon.share:before {
    content: "\f064";
}

i.icon.share.alternate:before {
    content: "\f1e0";
}

i.icon.share.alternate.square:before {
    content: "\f1e1";
}

i.icon.share.square:before {
    content: "\f14d";
}

i.icon.shekel.sign:before {
    content: "\f20b";
}

i.icon.shield.alternate:before {
    content: "\f3ed";
}

i.icon.ship:before {
    content: "\f21a";
}

i.icon.shipping.fast:before {
    content: "\f48b";
}

i.icon.shirtsinbulk:before {
    content: "\f214";
}

i.icon.shopping.bag:before {
    content: "\f290";
}

i.icon.shopping.basket:before {
    content: "\f291";
}

i.icon.shopping.cart:before {
    content: "\f07a";
}

i.icon.shower:before {
    content: "\f2cc";
}

i.icon.sign.language:before {
    content: "\f2a7";
}

i.icon.signal:before {
    content: "\f012";
}

i.icon.simplybuilt:before {
    content: "\f215";
}

i.icon.sistrix:before {
    content: "\f3ee";
}

i.icon.sitemap:before {
    content: "\f0e8";
}

i.icon.skyatlas:before {
    content: "\f216";
}

i.icon.skype:before {
    content: "\f17e";
}

i.icon.slack:before {
    content: "\f198";
}

i.icon.slack.hash:before {
    content: "\f3ef";
}

i.icon.sliders.horizontal:before {
    content: "\f1de";
}

i.icon.slideshare:before {
    content: "\f1e7";
}

i.icon.smile:before {
    content: "\f118";
}

i.icon.snapchat:before {
    content: "\f2ab";
}

i.icon.snapchat.ghost:before {
    content: "\f2ac";
}

i.icon.snapchat.square:before {
    content: "\f2ad";
}

i.icon.snowflake:before {
    content: "\f2dc";
}

i.icon.sort:before {
    content: "\f0dc";
}

i.icon.sort.alphabet.down:before {
    content: "\f15d";
}

i.icon.sort.alphabet.up:before {
    content: "\f15e";
}

i.icon.sort.amount.down:before {
    content: "\f160";
}

i.icon.sort.amount.up:before {
    content: "\f161";
}

i.icon.sort.down:before {
    content: "\f0dd";
}

i.icon.sort.numeric.down:before {
    content: "\f162";
}

i.icon.sort.numeric.up:before {
    content: "\f163";
}

i.icon.sort.up:before {
    content: "\f0de";
}

i.icon.soundcloud:before {
    content: "\f1be";
}

i.icon.space.shuttle:before {
    content: "\f197";
}

i.icon.speakap:before {
    content: "\f3f3";
}

i.icon.spinner:before {
    content: "\f110";
}

i.icon.spotify:before {
    content: "\f1bc";
}

i.icon.square:before {
    content: "\f0c8";
}

i.icon.square.full:before {
    content: "\f45c";
}

i.icon.stack.exchange:before {
    content: "\f18d";
}

i.icon.stack.overflow:before {
    content: "\f16c";
}

i.icon.star:before {
    content: "\f005";
}

i.icon.star.half:before {
    content: "\f089";
}

i.icon.staylinked:before {
    content: "\f3f5";
}

i.icon.steam:before {
    content: "\f1b6";
}

i.icon.steam.square:before {
    content: "\f1b7";
}

i.icon.steam.symbol:before {
    content: "\f3f6";
}

i.icon.step.backward:before {
    content: "\f048";
}

i.icon.step.forward:before {
    content: "\f051";
}

i.icon.stethoscope:before {
    content: "\f0f1";
}

i.icon.sticker.mule:before {
    content: "\f3f7";
}

i.icon.sticky.note:before {
    content: "\f249";
}

i.icon.stop:before {
    content: "\f04d";
}

i.icon.stop.circle:before {
    content: "\f28d";
}

i.icon.stopwatch:before {
    content: "\f2f2";
}

i.icon.strava:before {
    content: "\f428";
}

i.icon.street.view:before {
    content: "\f21d";
}

i.icon.strikethrough:before {
    content: "\f0cc";
}

i.icon.stripe:before {
    content: "\f429";
}

i.icon.stripe.s:before {
    content: "\f42a";
}

i.icon.studiovinari:before {
    content: "\f3f8";
}

i.icon.stumbleupon:before {
    content: "\f1a4";
}

i.icon.stumbleupon.circle:before {
    content: "\f1a3";
}

i.icon.subscript:before {
    content: "\f12c";
}

i.icon.subway:before {
    content: "\f239";
}

i.icon.suitcase:before {
    content: "\f0f2";
}

i.icon.sun:before {
    content: "\f185";
}

i.icon.superpowers:before {
    content: "\f2dd";
}

i.icon.superscript:before {
    content: "\f12b";
}

i.icon.supple:before {
    content: "\f3f9";
}

i.icon.sync:before {
    content: "\f021";
}

i.icon.sync.alternate:before {
    content: "\f2f1";
}

i.icon.syringe:before {
    content: "\f48e";
}

i.icon.table:before {
    content: "\f0ce";
}

i.icon.table.tennis:before {
    content: "\f45d";
}

i.icon.tablet:before {
    content: "\f10a";
}

i.icon.tablet.alternate:before {
    content: "\f3fa";
}

i.icon.tachometer.alternate:before {
    content: "\f3fd";
}

i.icon.tag:before {
    content: "\f02b";
}

i.icon.tags:before {
    content: "\f02c";
}

i.icon.tasks:before {
    content: "\f0ae";
}

i.icon.taxi:before {
    content: "\f1ba";
}

i.icon.telegram:before {
    content: "\f2c6";
}

i.icon.telegram.plane:before {
    content: "\f3fe";
}

i.icon.tencent.weibo:before {
    content: "\f1d5";
}

i.icon.terminal:before {
    content: "\f120";
}

i.icon.text.height:before {
    content: "\f034";
}

i.icon.text.width:before {
    content: "\f035";
}

i.icon.th:before {
    content: "\f00a";
}

i.icon.th.large:before {
    content: "\f009";
}

i.icon.th.list:before {
    content: "\f00b";
}

i.icon.themeisle:before {
    content: "\f2b2";
}

i.icon.thermometer:before {
    content: "\f491";
}

i.icon.thermometer.empty:before {
    content: "\f2cb";
}

i.icon.thermometer.full:before {
    content: "\f2c7";
}

i.icon.thermometer.half:before {
    content: "\f2c9";
}

i.icon.thermometer.quarter:before {
    content: "\f2ca";
}

i.icon.thermometer.three.quarters:before {
    content: "\f2c8";
}

i.icon.thumbs.down:before {
    content: "\f165";
}

i.icon.thumbs.up:before {
    content: "\f164";
}

i.icon.thumbtack:before {
    content: "\f08d";
}

i.icon.ticket.alternate:before {
    content: "\f3ff";
}

i.icon.times:before {
    content: "\f00d";
}

i.icon.times.circle:before {
    content: "\f057";
}

i.icon.tint:before {
    content: "\f043";
}

i.icon.toggle.off:before {
    content: "\f204";
}

i.icon.toggle.on:before {
    content: "\f205";
}

i.icon.trademark:before {
    content: "\f25c";
}

i.icon.train:before {
    content: "\f238";
}

i.icon.transgender:before {
    content: "\f224";
}

i.icon.transgender.alternate:before {
    content: "\f225";
}

i.icon.trash:before {
    content: "\f1f8";
}

i.icon.trash.alternate:before {
    content: "\f2ed";
}

i.icon.tree:before {
    content: "\f1bb";
}

i.icon.trello:before {
    content: "\f181";
}

i.icon.tripadvisor:before {
    content: "\f262";
}

i.icon.trophy:before {
    content: "\f091";
}

i.icon.truck:before {
    content: "\f0d1";
}

i.icon.tty:before {
    content: "\f1e4";
}

i.icon.tumblr:before {
    content: "\f173";
}

i.icon.tumblr.square:before {
    content: "\f174";
}

i.icon.tv:before {
    content: "\f26c";
}

i.icon.twitch:before {
    content: "\f1e8";
}

i.icon.twitter:before {
    content: "\f099";
}

i.icon.twitter.square:before {
    content: "\f081";
}

i.icon.typo3:before {
    content: "\f42b";
}

i.icon.uber:before {
    content: "\f402";
}

i.icon.uikit:before {
    content: "\f403";
}

i.icon.umbrella:before {
    content: "\f0e9";
}

i.icon.underline:before {
    content: "\f0cd";
}

i.icon.undo:before {
    content: "\f0e2";
}

i.icon.undo.alternate:before {
    content: "\f2ea";
}

i.icon.uniregistry:before {
    content: "\f404";
}

i.icon.universal.access:before {
    content: "\f29a";
}

i.icon.university:before {
    content: "\f19c";
}

i.icon.unlink:before {
    content: "\f127";
}

i.icon.unlock:before {
    content: "\f09c";
}

i.icon.unlock.alternate:before {
    content: "\f13e";
}

i.icon.untappd:before {
    content: "\f405";
}

i.icon.upload:before {
    content: "\f093";
}

i.icon.usb:before {
    content: "\f287";
}

i.icon.user:before {
    content: "\f007";
}

i.icon.user.circle:before {
    content: "\f2bd";
}

i.icon.user.md:before {
    content: "\f0f0";
}

i.icon.user.plus:before {
    content: "\f234";
}

i.icon.user.secret:before {
    content: "\f21b";
}

i.icon.user.times:before {
    content: "\f235";
}

i.icon.users:before {
    content: "\f0c0";
}

i.icon.ussunnah:before {
    content: "\f407";
}

i.icon.utensil.spoon:before {
    content: "\f2e5";
}

i.icon.utensils:before {
    content: "\f2e7";
}

i.icon.vaadin:before {
    content: "\f408";
}

i.icon.venus:before {
    content: "\f221";
}

i.icon.venus.double:before {
    content: "\f226";
}

i.icon.venus.mars:before {
    content: "\f228";
}

i.icon.viacoin:before {
    content: "\f237";
}

i.icon.viadeo:before {
    content: "\f2a9";
}

i.icon.viadeo.square:before {
    content: "\f2aa";
}

i.icon.viber:before {
    content: "\f409";
}

i.icon.video:before {
    content: "\f03d";
}

i.icon.vimeo:before {
    content: "\f40a";
}

i.icon.vimeo.square:before {
    content: "\f194";
}

i.icon.vimeo.v:before {
    content: "\f27d";
}

i.icon.vine:before {
    content: "\f1ca";
}

i.icon.vk:before {
    content: "\f189";
}

i.icon.vnv:before {
    content: "\f40b";
}

i.icon.volleyball.ball:before {
    content: "\f45f";
}

i.icon.volume.down:before {
    content: "\f027";
}

i.icon.volume.off:before {
    content: "\f026";
}

i.icon.volume.up:before {
    content: "\f028";
}

i.icon.vuejs:before {
    content: "\f41f";
}

i.icon.warehouse:before {
    content: "\f494";
}

i.icon.weibo:before {
    content: "\f18a";
}

i.icon.weight:before {
    content: "\f496";
}

i.icon.weixin:before {
    content: "\f1d7";
}

i.icon.whatsapp:before {
    content: "\f232";
}

i.icon.whatsapp.square:before {
    content: "\f40c";
}

i.icon.wheelchair:before {
    content: "\f193";
}

i.icon.whmcs:before {
    content: "\f40d";
}

i.icon.wifi:before {
    content: "\f1eb";
}

i.icon.wikipedia.w:before {
    content: "\f266";
}

i.icon.window.close:before {
    content: "\f410";
}

i.icon.window.maximize:before {
    content: "\f2d0";
}

i.icon.window.minimize:before {
    content: "\f2d1";
}

i.icon.window.restore:before {
    content: "\f2d2";
}

i.icon.windows:before {
    content: "\f17a";
}

i.icon.won.sign:before {
    content: "\f159";
}

i.icon.wordpress:before {
    content: "\f19a";
}

i.icon.wordpress.simple:before {
    content: "\f411";
}

i.icon.wpbeginner:before {
    content: "\f297";
}

i.icon.wpexplorer:before {
    content: "\f2de";
}

i.icon.wpforms:before {
    content: "\f298";
}

i.icon.wrench:before {
    content: "\f0ad";
}

i.icon.xbox:before {
    content: "\f412";
}

i.icon.xing:before {
    content: "\f168";
}

i.icon.xing.square:before {
    content: "\f169";
}

i.icon.y.combinator:before {
    content: "\f23b";
}

i.icon.yahoo:before {
    content: "\f19e";
}

i.icon.yandex:before {
    content: "\f413";
}

i.icon.yandex.international:before {
    content: "\f414";
}

i.icon.yelp:before {
    content: "\f1e9";
}

i.icon.yen.sign:before {
    content: "\f157";
}

i.icon.yoast:before {
    content: "\f2b1";
}

i.icon.youtube:before {
    content: "\f167";
}

i.icon.youtube.square:before {
    content: "\f431";
}
/* Aliases */
i.icon.chess.rock:before {
    content: "\f447";
}

i.icon.ordered.list:before {
    content: "\f0cb";
}

i.icon.unordered.list:before {
    content: "\f0ca";
}

i.icon.user.doctor:before {
    content: "\f0f0";
}

i.icon.shield:before {
    content: "\f3ed";
}

i.icon.puzzle:before {
    content: "\f12e";
}

i.icon.credit.card.amazon.pay:before {
    content: "\f42d";
}

i.icon.credit.card.american.express:before {
    content: "\f1f3";
}

i.icon.credit.card.diners.club:before {
    content: "\f24c";
}

i.icon.credit.card.discover:before {
    content: "\f1f2";
}

i.icon.credit.card.jcb:before {
    content: "\f24b";
}

i.icon.credit.card.mastercard:before {
    content: "\f1f1";
}

i.icon.credit.card.paypal:before {
    content: "\f1f4";
}

i.icon.credit.card.stripe:before {
    content: "\f1f5";
}

i.icon.credit.card.visa:before {
    content: "\f1f0";
}

i.icon.add.circle:before {
    content: "\f055";
}

i.icon.add.square:before {
    content: "\f0fe";
}

i.icon.add.to.calendar:before {
    content: "\f271";
}

i.icon.add.to.cart:before {
    content: "\f217";
}

i.icon.add.user:before {
    content: "\f234";
}

i.icon.add:before {
    content: "\f067";
}

i.icon.alarm.mute:before {
    content: "\f1f6";
}

i.icon.alarm:before {
    content: "\f0f3";
}

i.icon.ald:before {
    content: "\f2a2";
}

i.icon.als:before {
    content: "\f2a2";
}

i.icon.american.express.card:before {
    content: "\f1f3";
}

i.icon.american.express:before {
    content: "\f1f3";
}

i.icon.amex:before {
    content: "\f1f3";
}

i.icon.announcement:before {
    content: "\f0a1";
}

i.icon.area.chart:before {
    content: "\f1fe";
}

i.icon.area.graph:before {
    content: "\f1fe";
}

i.icon.arrow.down.cart:before {
    content: "\f218";
}

i.icon.asexual:before {
    content: "\f22d";
}

i.icon.asl.interpreting:before {
    content: "\f2a3";
}

i.icon.asl:before {
    content: "\f2a3";
}

i.icon.assistive.listening.devices:before {
    content: "\f2a2";
}

i.icon.attach:before {
    content: "\f0c6";
}

i.icon.attention:before {
    content: "\f06a";
}

i.icon.balance:before {
    content: "\f24e";
}

i.icon.bar:before {
    content: "\f0fc";
}

i.icon.bathtub:before {
    content: "\f2cd";
}

i.icon.battery.four:before {
    content: "\f240";
}

i.icon.battery.high:before {
    content: "\f241";
}

i.icon.battery.low:before {
    content: "\f243";
}

i.icon.battery.medium:before {
    content: "\f242";
}

i.icon.battery.one:before {
    content: "\f243";
}

i.icon.battery.three:before {
    content: "\f241";
}

i.icon.battery.two:before {
    content: "\f242";
}

i.icon.battery.zero:before {
    content: "\f244";
}

i.icon.birthday:before {
    content: "\f1fd";
}

i.icon.block.layout:before {
    content: "\f009";
}

i.icon.bluetooth.alternative:before {
    content: "\f294";
}

i.icon.broken.chain:before {
    content: "\f127";
}

i.icon.browser:before {
    content: "\f022";
}

i.icon.call.square:before {
    content: "\f098";
}

i.icon.call:before {
    content: "\f095";
}

i.icon.cancel:before {
    content: "\f00d";
}

i.icon.cart:before {
    content: "\f07a";
}

i.icon.cc:before {
    content: "\f20a";
}

i.icon.chain:before {
    content: "\f0c1";
}

i.icon.chat:before {
    content: "\f075";
}

i.icon.checked.calendar:before {
    content: "\f274";
}

i.icon.checkmark:before {
    content: "\f00c";
}

i.icon.circle.notched:before {
    content: "\f1ce";
}

i.icon.close:before {
    content: "\f00d";
}

i.icon.cny:before {
    content: "\f157";
}

i.icon.cocktail:before {
    content: "\f000";
}

i.icon.commenting:before {
    content: "\f27a";
}

i.icon.computer:before {
    content: "\f108";
}

i.icon.configure:before {
    content: "\f0ad";
}

i.icon.content:before {
    content: "\f0c9";
}

i.icon.deafness:before {
    content: "\f2a4";
}

i.icon.delete.calendar:before {
    content: "\f273";
}

i.icon.delete:before {
    content: "\f00d";
}

i.icon.detective:before {
    content: "\f21b";
}

i.icon.diners.club.card:before {
    content: "\f24c";
}

i.icon.diners.club:before {
    content: "\f24c";
}

i.icon.discover.card:before {
    content: "\f1f2";
}

i.icon.discover:before {
    content: "\f1f2";
}

i.icon.discussions:before {
    content: "\f086";
}

i.icon.doctor:before {
    content: "\f0f0";
}

i.icon.dollar:before {
    content: "\f155";
}

i.icon.dont:before {
    content: "\f05e";
}

i.icon.dribble:before {
    content: "\f17d";
}

i.icon.drivers.license:before {
    content: "\f2c2";
}

i.icon.dropdown:before {
    content: "\f0d7";
}

i.icon.eercast:before {
    content: "\f2da";
}

i.icon.emergency:before {
    content: "\f0f9";
}

i.icon.envira.gallery:before {
    content: "\f299";
}

i.icon.erase:before {
    content: "\f12d";
}

i.icon.eur:before {
    content: "\f153";
}

i.icon.euro:before {
    content: "\f153";
}

i.icon.eyedropper:before {
    content: "\f1fb";
}

i.icon.fa:before {
    content: "\f2b4";
}

i.icon.factory:before {
    content: "\f275";
}

i.icon.favorite:before {
    content: "\f005";
}

i.icon.feed:before {
    content: "\f09e";
}

i.icon.female.homosexual:before {
    content: "\f226";
}

i.icon.file.text:before {
    content: "\f15c";
}

i.icon.find:before {
    content: "\f1e5";
}

i.icon.first.aid:before {
    content: "\f0fa";
}

i.icon.five.hundred.pixels:before {
    content: "\f26e";
}

i.icon.fork:before {
    content: "\f126";
}

i.icon.game:before {
    content: "\f11b";
}

i.icon.gay:before {
    content: "\f227";
}

i.icon.gbp:before {
    content: "\f154";
}

i.icon.gittip:before {
    content: "\f184";
}

i.icon.google.plus.circle:before {
    content: "\f2b3";
}

i.icon.google.plus.official:before {
    content: "\f2b3";
}

i.icon.grab:before {
    content: "\f255";
}

i.icon.graduation:before {
    content: "\f19d";
}

i.icon.grid.layout:before {
    content: "\f00a";
}

i.icon.group:before {
    content: "\f0c0";
}

i.icon.h:before {
    content: "\f0fd";
}

i.icon.hand.victory:before {
    content: "\f25b";
}

i.icon.handicap:before {
    content: "\f193";
}

i.icon.hard.of.hearing:before {
    content: "\f2a4";
}

i.icon.header:before {
    content: "\f1dc";
}

i.icon.help.circle:before {
    content: "\f059";
}

i.icon.help:before {
    content: "\f128";
}

i.icon.heterosexual:before {
    content: "\f228";
}

i.icon.hide:before {
    content: "\f070";
}

i.icon.hotel:before {
    content: "\f236";
}

i.icon.hourglass.four:before {
    content: "\f254";
}

i.icon.hourglass.full:before {
    content: "\f254";
}

i.icon.hourglass.one:before {
    content: "\f251";
}

i.icon.hourglass.three:before {
    content: "\f253";
}

i.icon.hourglass.two:before {
    content: "\f252";
}

i.icon.idea:before {
    content: "\f0eb";
}

i.icon.ils:before {
    content: "\f20b";
}

i.icon.in-cart:before {
    content: "\f218";
}

i.icon.inr:before {
    content: "\f156";
}

i.icon.intergender:before {
    content: "\f224";
}

i.icon.intersex:before {
    content: "\f224";
}

i.icon.japan.credit.bureau.card:before {
    content: "\f24b";
}

i.icon.japan.credit.bureau:before {
    content: "\f24b";
}

i.icon.jcb:before {
    content: "\f24b";
}

i.icon.jpy:before {
    content: "\f157";
}

i.icon.krw:before {
    content: "\f159";
}

i.icon.lab:before {
    content: "\f0c3";
}

i.icon.law:before {
    content: "\f24e";
}

i.icon.legal:before {
    content: "\f0e3";
}

i.icon.lesbian:before {
    content: "\f226";
}

i.icon.lightning:before {
    content: "\f0e7";
}

i.icon.like:before {
    content: "\f004";
}

i.icon.line.graph:before {
    content: "\f201";
}

i.icon.linkedin.square:before {
    content: "\f08c";
}

i.icon.linkify:before {
    content: "\f0c1";
}

i.icon.lira:before {
    content: "\f195";
}

i.icon.list.layout:before {
    content: "\f00b";
}

i.icon.magnify:before {
    content: "\f00e";
}

i.icon.mail.forward:before {
    content: "\f064";
}

i.icon.mail.square:before {
    content: "\f199";
}

i.icon.mail:before {
    content: "\f0e0";
}

i.icon.male.homosexual:before {
    content: "\f227";
}

i.icon.man:before {
    content: "\f222";
}

i.icon.marker:before {
    content: "\f041";
}

i.icon.mars.alternate:before {
    content: "\f229";
}

i.icon.mars.horizontal:before {
    content: "\f22b";
}

i.icon.mars.vertical:before {
    content: "\f22a";
}

i.icon.mastercard.card:before {
    content: "\f1f1";
}

i.icon.mastercard:before {
    content: "\f1f1";
}

i.icon.microsoft.edge:before {
    content: "\f282";
}

i.icon.military:before {
    content: "\f0fb";
}

i.icon.ms.edge:before {
    content: "\f282";
}

i.icon.mute:before {
    content: "\f131";
}

i.icon.new.pied.piper:before {
    content: "\f2ae";
}

i.icon.non.binary.transgender:before {
    content: "\f223";
}

i.icon.numbered.list:before {
    content: "\f0cb";
}

i.icon.optinmonster:before {
    content: "\f23c";
}

i.icon.options:before {
    content: "\f1de";
}

i.icon.other.gender.horizontal:before {
    content: "\f22b";
}

i.icon.other.gender.vertical:before {
    content: "\f22a";
}

i.icon.other.gender:before {
    content: "\f229";
}

i.icon.payment:before {
    content: "\f09d";
}

i.icon.paypal.card:before {
    content: "\f1f4";
}

i.icon.pencil.square:before {
    content: "\f14b";
}

i.icon.photo:before {
    content: "\f030";
}

i.icon.picture:before {
    content: "\f03e";
}

i.icon.pie.chart:before {
    content: "\f200";
}

i.icon.pie.graph:before {
    content: "\f200";
}

i.icon.pied.piper.hat:before {
    content: "\f2ae";
}

i.icon.pin:before {
    content: "\f08d";
}

i.icon.plus.cart:before {
    content: "\f217";
}

i.icon.pocket:before {
    content: "\f265";
}

i.icon.point:before {
    content: "\f041";
}

i.icon.pointing.down:before {
    content: "\f0a7";
}

i.icon.pointing.left:before {
    content: "\f0a5";
}

i.icon.pointing.right:before {
    content: "\f0a4";
}

i.icon.pointing.up:before {
    content: "\f0a6";
}

i.icon.pound:before {
    content: "\f154";
}

i.icon.power.cord:before {
    content: "\f1e6";
}

i.icon.power:before {
    content: "\f011";
}

i.icon.privacy:before {
    content: "\f084";
}

i.icon.r.circle:before {
    content: "\f25d";
}

i.icon.rain:before {
    content: "\f0e9";
}

i.icon.record:before {
    content: "\f03d";
}

i.icon.refresh:before {
    content: "\f021";
}

i.icon.remove.circle:before {
    content: "\f057";
}

i.icon.remove.from.calendar:before {
    content: "\f272";
}

i.icon.remove.user:before {
    content: "\f235";
}

i.icon.remove:before {
    content: "\f00d";
}

i.icon.repeat:before {
    content: "\f01e";
}

i.icon.rmb:before {
    content: "\f157";
}

i.icon.rouble:before {
    content: "\f158";
}

i.icon.rub:before {
    content: "\f158";
}

i.icon.ruble:before {
    content: "\f158";
}

i.icon.rupee:before {
    content: "\f156";
}

i.icon.s15:before {
    content: "\f2cd";
}

i.icon.selected.radio:before {
    content: "\f192";
}

i.icon.send:before {
    content: "\f1d8";
}

i.icon.setting:before {
    content: "\f013";
}

i.icon.settings:before {
    content: "\f085";
}

i.icon.shekel:before {
    content: "\f20b";
}

i.icon.sheqel:before {
    content: "\f20b";
}

i.icon.shipping:before {
    content: "\f0d1";
}

i.icon.shop:before {
    content: "\f07a";
}

i.icon.shuffle:before {
    content: "\f074";
}

i.icon.shutdown:before {
    content: "\f011";
}

i.icon.sidebar:before {
    content: "\f0c9";
}

i.icon.signing:before {
    content: "\f2a7";
}

i.icon.signup:before {
    content: "\f044";
}

i.icon.sliders:before {
    content: "\f1de";
}

i.icon.soccer:before {
    content: "\f1e3";
}

i.icon.sort.alphabet.ascending:before {
    content: "\f15d";
}

i.icon.sort.alphabet.descending:before {
    content: "\f15e";
}

i.icon.sort.ascending:before {
    content: "\f0de";
}

i.icon.sort.content.ascending:before {
    content: "\f160";
}

i.icon.sort.content.descending:before {
    content: "\f161";
}

i.icon.sort.descending:before {
    content: "\f0dd";
}

i.icon.sort.numeric.ascending:before {
    content: "\f162";
}

i.icon.sort.numeric.descending:before {
    content: "\f163";
}

i.icon.sound:before {
    content: "\f025";
}

i.icon.spy:before {
    content: "\f21b";
}

i.icon.stripe.card:before {
    content: "\f1f5";
}

i.icon.student:before {
    content: "\f19d";
}

i.icon.talk:before {
    content: "\f27a";
}

i.icon.target:before {
    content: "\f140";
}

i.icon.teletype:before {
    content: "\f1e4";
}

i.icon.television:before {
    content: "\f26c";
}

i.icon.text.cursor:before {
    content: "\f246";
}

i.icon.text.telephone:before {
    content: "\f1e4";
}

i.icon.theme.isle:before {
    content: "\f2b2";
}

i.icon.theme:before {
    content: "\f043";
}

i.icon.thermometer:before {
    content: "\f2c7";
}

i.icon.thumb.tack:before {
    content: "\f08d";
}

i.icon.time:before {
    content: "\f017";
}

i.icon.tm:before {
    content: "\f25c";
}

i.icon.toggle.down:before {
    content: "\f150";
}

i.icon.toggle.left:before {
    content: "\f191";
}

i.icon.toggle.right:before {
    content: "\f152";
}

i.icon.toggle.up:before {
    content: "\f151";
}

i.icon.translate:before {
    content: "\f1ab";
}

i.icon.travel:before {
    content: "\f0b1";
}

i.icon.treatment:before {
    content: "\f0f1";
}

i.icon.triangle.down:before {
    content: "\f0d7";
}

i.icon.triangle.left:before {
    content: "\f0d9";
}

i.icon.triangle.right:before {
    content: "\f0da";
}

i.icon.triangle.up:before {
    content: "\f0d8";
}

i.icon.try:before {
    content: "\f195";
}

i.icon.unhide:before {
    content: "\f06e";
}

i.icon.unlinkify:before {
    content: "\f127";
}

i.icon.unmute:before {
    content: "\f130";
}

i.icon.usd:before {
    content: "\f155";
}

i.icon.user.cancel:before {
    content: "\f235";
}

i.icon.user.close:before {
    content: "\f235";
}

i.icon.user.delete:before {
    content: "\f235";
}

i.icon.user.x:before {
    content: "\f235";
}

i.icon.vcard:before {
    content: "\f2bb";
}

i.icon.video.camera:before {
    content: "\f03d";
}

i.icon.video.play:before {
    content: "\f144";
}

i.icon.visa.card:before {
    content: "\f1f0";
}

i.icon.visa:before {
    content: "\f1f0";
}

i.icon.volume.control.phone:before {
    content: "\f2a0";
}

i.icon.wait:before {
    content: "\f017";
}

i.icon.warning.circle:before {
    content: "\f06a";
}

i.icon.warning.sign:before {
    content: "\f071";
}

i.icon.warning:before {
    content: "\f12a";
}

i.icon.wechat:before {
    content: "\f1d7";
}

i.icon.wi-fi:before {
    content: "\f1eb";
}

i.icon.wikipedia:before {
    content: "\f266";
}

i.icon.winner:before {
    content: "\f091";
}

i.icon.wizard:before {
    content: "\f0d0";
}

i.icon.woman:before {
    content: "\f221";
}

i.icon.won:before {
    content: "\f159";
}

i.icon.wordpress.beginner:before {
    content: "\f297";
}

i.icon.wordpress.forms:before {
    content: "\f298";
}

i.icon.world:before {
    content: "\f0ac";
}

i.icon.write.square:before {
    content: "\f14b";
}

i.icon.x:before {
    content: "\f00d";
}

i.icon.yc:before {
    content: "\f23b";
}

i.icon.ycombinator:before {
    content: "\f23b";
}

i.icon.yen:before {
    content: "\f157";
}

i.icon.zip:before {
    content: "\f187";
}

i.icon.zoom-in:before {
    content: "\f00e";
}

i.icon.zoom-out:before {
    content: "\f010";
}

i.icon.zoom:before {
    content: "\f00e";
}

i.icon.bitbucket.square:before {
    content: "\f171";
}

i.icon.checkmark.box:before {
    content: "\f14a";
}

i.icon.circle.thin:before {
    content: "\f111";
}

i.icon.cloud.download:before {
    content: "\f381";
}

i.icon.cloud.upload:before {
    content: "\f382";
}

i.icon.compose:before {
    content: "\f303";
}

i.icon.conversation:before {
    content: "\f086";
}

i.icon.credit.card.alternative:before {
    content: "\f09d";
}

i.icon.currency:before {
    content: "\f3d1";
}

i.icon.dashboard:before {
    content: "\f3fd";
}

i.icon.diamond:before {
    content: "\f3a5";
}

i.icon.disk:before {
    content: "\f0a0";
}

i.icon.exchange:before {
    content: "\f362";
}

i.icon.external.share:before {
    content: "\f14d";
}

i.icon.external.square:before {
    content: "\f360";
}

i.icon.external:before {
    content: "\f35d";
}

i.icon.facebook.official:before {
    content: "\f082";
}

i.icon.food:before {
    content: "\f2e7";
}

i.icon.hourglass.zero:before {
    content: "\f253";
}

i.icon.level.down:before {
    content: "\f3be";
}

i.icon.level.up:before {
    content: "\f3bf";
}

i.icon.logout:before {
    content: "\f2f5";
}

i.icon.meanpath:before {
    content: "\f0c8";
}

i.icon.money:before {
    content: "\f3d1";
}

i.icon.move:before {
    content: "\f0b2";
}

i.icon.pencil:before {
    content: "\f303";
}

i.icon.protect:before {
    content: "\f023";
}

i.icon.radio:before {
    content: "\f192";
}

i.icon.remove.bookmark:before {
    content: "\f02e";
}

i.icon.resize.horizontal:before {
    content: "\f337";
}

i.icon.resize.vertical:before {
    content: "\f338";
}

i.icon.sign-in:before {
    content: "\f2f6";
}

i.icon.sign-out:before {
    content: "\f2f5";
}

i.icon.spoon:before {
    content: "\f2e5";
}

i.icon.star.half.empty:before {
    content: "\f089";
}

i.icon.star.half.full:before {
    content: "\f089";
}

i.icon.ticket:before {
    content: "\f3ff";
}

i.icon.times.rectangle:before {
    content: "\f410";
}

i.icon.write:before {
    content: "\f303";
}

i.icon.youtube.play:before {
    content: "\f167";
}
/*******************************
        Outline Icons
*******************************/
/* Outline Icon */
/* Load & Define Icon Font */
@font-face {
    font-family: 'outline-icons';
    src: url("../../fonts/outline-icons.eot");
    src: url("../../fonts/outline-icons.eot?#iefix") format('embedded-opentype'), url("../../fonts/outline-icons.woff2") format('woff2'), url("../../fonts/outline-icons.woff") format('woff'), url("../../fonts/outline-icons.ttf") format('truetype'), url("../../fonts/outline-icons.svg#icons") format('svg');
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-decoration: inherit;
    text-transform: none;
}

i.icon.outline {
    font-family: 'outline-icons';
}
/* Icon Definitions */
i.icon.address.book.outline:before {
    content: "\f2b9";
}

i.icon.address.card.outline:before {
    content: "\f2bb";
}

i.icon.arrow.alternate.circle.down.outline:before {
    content: "\f358";
}

i.icon.arrow.alternate.circle.left.outline:before {
    content: "\f359";
}

i.icon.arrow.alternate.circle.right.outline:before {
    content: "\f35a";
}

i.icon.arrow.alternate.circle.up.outline:before {
    content: "\f35b";
}

i.icon.bell.outline:before {
    content: "\f0f3";
}

i.icon.bell.slash.outline:before {
    content: "\f1f6";
}

i.icon.bookmark.outline:before {
    content: "\f02e";
}

i.icon.building.outline:before {
    content: "\f1ad";
}

i.icon.calendar.outline:before {
    content: "\f133";
}

i.icon.calendar.alternate.outline:before {
    content: "\f073";
}

i.icon.calendar.check.outline:before {
    content: "\f274";
}

i.icon.calendar.minus.outline:before {
    content: "\f272";
}

i.icon.calendar.plus.outline:before {
    content: "\f271";
}

i.icon.calendar.times.outline:before {
    content: "\f273";
}

i.icon.caret.square.down.outline:before {
    content: "\f150";
}

i.icon.caret.square.left.outline:before {
    content: "\f191";
}

i.icon.caret.square.right.outline:before {
    content: "\f152";
}

i.icon.caret.square.up.outline:before {
    content: "\f151";
}

i.icon.chart.bar.outline:before {
    content: "\f080";
}

i.icon.check.circle.outline:before {
    content: "\f058";
}

i.icon.check.square.outline:before {
    content: "\f14a";
}

i.icon.circle.outline:before {
    content: "\f111";
}

i.icon.clipboard.outline:before {
    content: "\f328";
}

i.icon.clock.outline:before {
    content: "\f017";
}

i.icon.clone.outline:before {
    content: "\f24d";
}

i.icon.closed.captioning.outline:before {
    content: "\f20a";
}

i.icon.comment.outline:before {
    content: "\f075";
}

i.icon.comment.alternate.outline:before {
    content: "\f27a";
}

i.icon.comments.outline:before {
    content: "\f086";
}

i.icon.compass.outline:before {
    content: "\f14e";
}

i.icon.copy.outline:before {
    content: "\f0c5";
}

i.icon.copyright.outline:before {
    content: "\f1f9";
}

i.icon.credit.card.outline:before {
    content: "\f09d";
}

i.icon.dot.circle.outline:before {
    content: "\f192";
}

i.icon.edit.outline:before {
    content: "\f044";
}

i.icon.envelope.outline:before {
    content: "\f0e0";
}

i.icon.envelope.open.outline:before {
    content: "\f2b6";
}

i.icon.eye.slash.outline:before {
    content: "\f070";
}

i.icon.file.outline:before {
    content: "\f15b";
}

i.icon.file.alternate.outline:before {
    content: "\f15c";
}

i.icon.file.archive.outline:before {
    content: "\f1c6";
}

i.icon.file.audio.outline:before {
    content: "\f1c7";
}

i.icon.file.code.outline:before {
    content: "\f1c9";
}

i.icon.file.excel.outline:before {
    content: "\f1c3";
}

i.icon.file.image.outline:before {
    content: "\f1c5";
}

i.icon.file.pdf.outline:before {
    content: "\f1c1";
}

i.icon.file.powerpoint.outline:before {
    content: "\f1c4";
}

i.icon.file.video.outline:before {
    content: "\f1c8";
}

i.icon.file.word.outline:before {
    content: "\f1c2";
}

i.icon.flag.outline:before {
    content: "\f024";
}

i.icon.folder.outline:before {
    content: "\f07b";
}

i.icon.folder.open.outline:before {
    content: "\f07c";
}

i.icon.frown.outline:before {
    content: "\f119";
}

i.icon.futbol.outline:before {
    content: "\f1e3";
}

i.icon.gem.outline:before {
    content: "\f3a5";
}

i.icon.hand.lizard.outline:before {
    content: "\f258";
}

i.icon.hand.paper.outline:before {
    content: "\f256";
}

i.icon.hand.peace.outline:before {
    content: "\f25b";
}

i.icon.hand.point.down.outline:before {
    content: "\f0a7";
}

i.icon.hand.point.left.outline:before {
    content: "\f0a5";
}

i.icon.hand.point.right.outline:before {
    content: "\f0a4";
}

i.icon.hand.point.up.outline:before {
    content: "\f0a6";
}

i.icon.hand.pointer.outline:before {
    content: "\f25a";
}

i.icon.hand.rock.outline:before {
    content: "\f255";
}

i.icon.hand.scissors.outline:before {
    content: "\f257";
}

i.icon.hand.spock.outline:before {
    content: "\f259";
}

i.icon.handshake.outline:before {
    content: "\f2b5";
}

i.icon.hdd.outline:before {
    content: "\f0a0";
}

i.icon.heart.outline:before {
    content: "\f004";
}

i.icon.hospital.outline:before {
    content: "\f0f8";
}

i.icon.hourglass.outline:before {
    content: "\f254";
}

i.icon.id.badge.outline:before {
    content: "\f2c1";
}

i.icon.id.card.outline:before {
    content: "\f2c2";
}

i.icon.image.outline:before {
    content: "\f03e";
}

i.icon.images.outline:before {
    content: "\f302";
}

i.icon.keyboard.outline:before {
    content: "\f11c";
}

i.icon.lemon.outline:before {
    content: "\f094";
}

i.icon.life.ring.outline:before {
    content: "\f1cd";
}

i.icon.lightbulb.outline:before {
    content: "\f0eb";
}

i.icon.list.alternate.outline:before {
    content: "\f022";
}

i.icon.map.outline:before {
    content: "\f279";
}

i.icon.meh.outline:before {
    content: "\f11a";
}

i.icon.minus.square.outline:before {
    content: "\f146";
}

i.icon.money.bill.alternate.outline:before {
    content: "\f3d1";
}

i.icon.moon.outline:before {
    content: "\f186";
}

i.icon.newspaper.outline:before {
    content: "\f1ea";
}

i.icon.object.group.outline:before {
    content: "\f247";
}

i.icon.object.ungroup.outline:before {
    content: "\f248";
}

i.icon.paper.plane.outline:before {
    content: "\f1d8";
}

i.icon.pause.circle.outline:before {
    content: "\f28b";
}

i.icon.play.circle.outline:before {
    content: "\f144";
}

i.icon.plus.square.outline:before {
    content: "\f0fe";
}

i.icon.question.circle.outline:before {
    content: "\f059";
}

i.icon.registered.outline:before {
    content: "\f25d";
}

i.icon.save.outline:before {
    content: "\f0c7";
}

i.icon.share.square.outline:before {
    content: "\f14d";
}

i.icon.smile.outline:before {
    content: "\f118";
}

i.icon.snowflake.outline:before {
    content: "\f2dc";
}

i.icon.square.outline:before {
    content: "\f0c8";
}

i.icon.star.outline:before {
    content: "\f005";
}

i.icon.star.half.outline:before {
    content: "\f089";
}

i.icon.sticky.note.outline:before {
    content: "\f249";
}

i.icon.stop.circle.outline:before {
    content: "\f28d";
}

i.icon.sun.outline:before {
    content: "\f185";
}

i.icon.thumbs.down.outline:before {
    content: "\f165";
}

i.icon.thumbs.up.outline:before {
    content: "\f164";
}

i.icon.times.circle.outline:before {
    content: "\f057";
}

i.icon.trash.alternate.outline:before {
    content: "\f2ed";
}

i.icon.user.outline:before {
    content: "\f007";
}

i.icon.user.circle.outline:before {
    content: "\f2bd";
}

i.icon.window.close.outline:before {
    content: "\f410";
}

i.icon.window.maximize.outline:before {
    content: "\f2d0";
}

i.icon.window.minimize.outline:before {
    content: "\f2d1";
}

i.icon.window.restore.outline:before {
    content: "\f2d2";
}

i.icon.disk.outline:before {
    content: "\f369";
}
/* Outline Aliases */
i.icon.heart.empty,
i.icon.star.empty {
    font-family: 'outline-icons';
}

    i.icon.heart.empty:before {
        content: "\f004";
    }

    i.icon.star.empty:before {
        content: "\f089";
    }
/*******************************
           Brand Icons
*******************************/
/* Load & Define Brand Font */
@font-face {
    font-family: 'brand-icons';
    src: url("../../fonts/brand-icons.eot");
    src: url("../../fonts/brand-icons.eot?#iefix") format('embedded-opentype'), url("../../fonts/brand-icons.woff2") format('woff2'), url("../../fonts/brand-icons.woff") format('woff'), url("../../fonts/brand-icons.ttf") format('truetype'), url("../../fonts/brand-icons.svg#icons") format('svg');
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-decoration: inherit;
    text-transform: none;
}
/* Brand Icon Font Family */
i.icon.\35 00px,
i.icon.accessible.icon,
i.icon.accusoft,
i.icon.adn,
i.icon.adversal,
i.icon.affiliatetheme,
i.icon.algolia,
i.icon.amazon,
i.icon.amazon.pay,
i.icon.amilia,
i.icon.android,
i.icon.angellist,
i.icon.angrycreative,
i.icon.angular,
i.icon.app.store,
i.icon.app.store.ios,
i.icon.apper,
i.icon.apple,
i.icon.apple.pay,
i.icon.asymmetrik,
i.icon.audible,
i.icon.autoprefixer,
i.icon.avianex,
i.icon.aviato,
i.icon.aws,
i.icon.bandcamp,
i.icon.behance,
i.icon.behance.square,
i.icon.bimobject,
i.icon.bitbucket,
i.icon.bitcoin,
i.icon.bity,
i.icon.black.tie,
i.icon.blackberry,
i.icon.blogger,
i.icon.blogger.b,
i.icon.bluetooth,
i.icon.bluetooth.b,
i.icon.btc,
i.icon.buromobelexperte,
i.icon.buysellads,
i.icon.cc.amazon.pay,
i.icon.cc.amex,
i.icon.cc.apple.pay,
i.icon.cc.diners.club,
i.icon.cc.discover,
i.icon.cc.jcb,
i.icon.cc.mastercard,
i.icon.cc.paypal,
i.icon.cc.stripe,
i.icon.cc.visa,
i.icon.centercode,
i.icon.chrome,
i.icon.cloudscale,
i.icon.cloudsmith,
i.icon.cloudversify,
i.icon.codepen,
i.icon.codiepie,
i.icon.connectdevelop,
i.icon.contao,
i.icon.cpanel,
i.icon.creative.commons,
i.icon.css3,
i.icon.css3.alternate,
i.icon.cuttlefish,
i.icon.d.and.d,
i.icon.dashcube,
i.icon.delicious,
i.icon.deploydog,
i.icon.deskpro,
i.icon.deviantart,
i.icon.digg,
i.icon.digital.ocean,
i.icon.discord,
i.icon.discourse,
i.icon.dochub,
i.icon.docker,
i.icon.draft2digital,
i.icon.dribbble,
i.icon.dribbble.square,
i.icon.dropbox,
i.icon.drupal,
i.icon.dyalog,
i.icon.earlybirds,
i.icon.edge,
i.icon.elementor,
i.icon.ember,
i.icon.empire,
i.icon.envira,
i.icon.erlang,
i.icon.ethereum,
i.icon.etsy,
i.icon.expeditedssl,
i.icon.facebook,
i.icon.facebook.f,
i.icon.facebook.messenger,
i.icon.facebook.square,
i.icon.firefox,
i.icon.first.order,
i.icon.firstdraft,
i.icon.flickr,
i.icon.flipboard,
i.icon.fly,
i.icon.font.awesome,
i.icon.font.awesome.alternate,
i.icon.font.awesome.flag,
i.icon.fonticons,
i.icon.fonticons.fi,
i.icon.fort.awesome,
i.icon.fort.awesome.alternate,
i.icon.forumbee,
i.icon.foursquare,
i.icon.free.code.camp,
i.icon.freebsd,
i.icon.get.pocket,
i.icon.gg,
i.icon.gg.circle,
i.icon.git,
i.icon.git.square,
i.icon.github,
i.icon.github.alternate,
i.icon.github.square,
i.icon.gitkraken,
i.icon.gitlab,
i.icon.gitter,
i.icon.glide,
i.icon.glide.g,
i.icon.gofore,
i.icon.goodreads,
i.icon.goodreads.g,
i.icon.google,
i.icon.google.drive,
i.icon.google.play,
i.icon.google.plus,
i.icon.google.plus.g,
i.icon.google.plus.square,
i.icon.google.wallet,
i.icon.gratipay,
i.icon.grav,
i.icon.gripfire,
i.icon.grunt,
i.icon.gulp,
i.icon.hacker.news,
i.icon.hacker.news.square,
i.icon.hips,
i.icon.hire.a.helper,
i.icon.hooli,
i.icon.hotjar,
i.icon.houzz,
i.icon.html5,
i.icon.hubspot,
i.icon.imdb,
i.icon.instagram,
i.icon.internet.explorer,
i.icon.ioxhost,
i.icon.itunes,
i.icon.itunes.note,
i.icon.jenkins,
i.icon.joget,
i.icon.joomla,
i.icon.js,
i.icon.js.square,
i.icon.jsfiddle,
i.icon.keycdn,
i.icon.kickstarter,
i.icon.kickstarter.k,
i.icon.korvue,
i.icon.laravel,
i.icon.lastfm,
i.icon.lastfm.square,
i.icon.leanpub,
i.icon.less,
i.icon.linechat,
i.icon.linkedin,
i.icon.linkedin.alternate,
i.icon.linkedin.in,
i.icon.linode,
i.icon.linux,
i.icon.lyft,
i.icon.magento,
i.icon.maxcdn,
i.icon.medapps,
i.icon.medium,
i.icon.medium.m,
i.icon.medrt,
i.icon.meetup,
i.icon.microsoft,
i.icon.mix,
i.icon.mixcloud,
i.icon.mizuni,
i.icon.modx,
i.icon.monero,
i.icon.napster,
i.icon.nintendo.switch,
i.icon.node,
i.icon.node.js,
i.icon.npm,
i.icon.ns8,
i.icon.nutritionix,
i.icon.odnoklassniki,
i.icon.odnoklassniki.square,
i.icon.opencart,
i.icon.openid,
i.icon.opera,
i.icon.optin.monster,
i.icon.osi,
i.icon.page4,
i.icon.pagelines,
i.icon.palfed,
i.icon.patreon,
i.icon.paypal,
i.icon.periscope,
i.icon.phabricator,
i.icon.phoenix.framework,
i.icon.php,
i.icon.pied.piper,
i.icon.pied.piper.alternate,
i.icon.pied.piper.pp,
i.icon.pinterest,
i.icon.pinterest.p,
i.icon.pinterest.square,
i.icon.playstation,
i.icon.product.hunt,
i.icon.pushed,
i.icon.python,
i.icon.qq,
i.icon.quinscape,
i.icon.quora,
i.icon.ravelry,
i.icon.react,
i.icon.rebel,
i.icon.redriver,
i.icon.reddit,
i.icon.reddit.alien,
i.icon.reddit.square,
i.icon.rendact,
i.icon.renren,
i.icon.replyd,
i.icon.resolving,
i.icon.rocketchat,
i.icon.rockrms,
i.icon.safari,
i.icon.sass,
i.icon.schlix,
i.icon.scribd,
i.icon.searchengin,
i.icon.sellcast,
i.icon.sellsy,
i.icon.servicestack,
i.icon.shirtsinbulk,
i.icon.simplybuilt,
i.icon.sistrix,
i.icon.skyatlas,
i.icon.skype,
i.icon.slack,
i.icon.slack.hash,
i.icon.slideshare,
i.icon.snapchat,
i.icon.snapchat.ghost,
i.icon.snapchat.square,
i.icon.soundcloud,
i.icon.speakap,
i.icon.spotify,
i.icon.stack.exchange,
i.icon.stack.overflow,
i.icon.staylinked,
i.icon.steam,
i.icon.steam.square,
i.icon.steam.symbol,
i.icon.sticker.mule,
i.icon.strava,
i.icon.stripe,
i.icon.stripe.s,
i.icon.studiovinari,
i.icon.stumbleupon,
i.icon.stumbleupon.circle,
i.icon.superpowers,
i.icon.supple,
i.icon.telegram,
i.icon.telegram.plane,
i.icon.tencent.weibo,
i.icon.themeisle,
i.icon.trello,
i.icon.tripadvisor,
i.icon.tumblr,
i.icon.tumblr.square,
i.icon.twitch,
i.icon.twitter,
i.icon.twitter.square,
i.icon.typo3,
i.icon.uber,
i.icon.uikit,
i.icon.uniregistry,
i.icon.untappd,
i.icon.usb,
i.icon.ussunnah,
i.icon.vaadin,
i.icon.viacoin,
i.icon.viadeo,
i.icon.viadeo.square,
i.icon.viber,
i.icon.vimeo,
i.icon.vimeo.square,
i.icon.vimeo.v,
i.icon.vine,
i.icon.vk,
i.icon.vnv,
i.icon.vuejs,
i.icon.wechat,
i.icon.weibo,
i.icon.weixin,
i.icon.whatsapp,
i.icon.whatsapp.square,
i.icon.whmcs,
i.icon.wikipedia.w,
i.icon.windows,
i.icon.wordpress,
i.icon.wordpress.simple,
i.icon.wpbeginner,
i.icon.wpexplorer,
i.icon.wpforms,
i.icon.xbox,
i.icon.xing,
i.icon.xing.square,
i.icon.y.combinator,
i.icon.yahoo,
i.icon.yandex,
i.icon.yandex.international,
i.icon.yelp,
i.icon.yoast,
i.icon.youtube,
i.icon.youtube.square {
    font-family: 'brand-icons';
}
/* Brand Icons Ideally Would Be Defined Here */
/*******************************
         Site Overrides
*******************************/
/* ==========================================================================
	shame.less 
============================================================================= 

	1. This is a sandbox for styles that you know you probably shouldn't do
	   but hey this is css
	2. Try not to make this the entire css file.  

*/
.form-group-sm select.form-control {
    height: 30px;
    line-height: 1.5;
}

.nc-form__help-group__remember-me__checkbox {
    margin: 0 !important;
}

.nc-btn--disabled {
    cursor: no-drop !important;
}

.hide-me {
    display: none;
}
/* Sytles to overide Semanatic UI dropdown menu */
.ui.selection.dropdown .menu > .item {
    font-size: 20px !important;
}

.ui.selection.dropdown .menu {
    max-height: 18.014286rem !important;
}

.ui.multiple.dropdown {
    padding: 0.78571429em 2.1em 0.78571429em 1em;
}

    .ui.multiple.dropdown > .text {
        margin: auto;
    }

.ui.selection.active.dropdown:hover .menu {
    border: 1px solid #96C8DA !important;
    border-radius: 10px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.ui.multiple.dropdown > .label {
    font-weight: normal !important;
}
/* Sytles to overide Semanatic UI dropdown menu */
.list-group li:first-child:not(.list-group-item) {
    list-style: none;
    list-style-type: none;
    list-style-position: unset;
    list-style-image: none;
    padding: 0px;
}

img[alt="Available-on-Apple-App-Store"] {
    width: 118px;
    height: 35px;
}

img[alt="apple-store"] {
    width: 118px;
    height: 35px;
}

img[alt="Available-on-andriod-Google-play-store.jpg"] {
    width: 105px;
    height: 35px;
}

img[alt="andriod-Google-play-store.jpg"] {
    width: 105px;
    height: 35px;
}
/***********Nusing Jobs Widjet Hacks **************************/
#ej-ad-widget-title {
    list-style: none;
    color: #555555 !important;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
    padding-bottom: 1px !important;
    border-bottom: none !important;
}

#ej-njp-logo-link {
    margin-top: 30px;
    list-style: none;
}

#jobframe ul {
    padding-left: 0px;
}

.more {
    color: #000 !important;
    padding-top: 5px !important;
    display: block !important;
    float: none !important;
    margin-top: 20px;
    list-style: none !important;
    text-decoration: none !important;
    font-size: 12px !important;
    font-weight: 300 !important;
    line-height: 14px !important;
    text-align: right !important;
}
/***********Nusing Jobs Widjet Hacks **************************/
.highlight-me {
    background-color: #dc822d !important;
}


.aligner {
    float: left;
}


.hiddenResult {
    display: none;
}

.accordion {
    border: solid 1px #e8e8e8;
    padding: 0px 15px;
    margin-bottom: 3px;
    margin-bottom: 2px;
    padding: 0 0 0 10px;
    line-height: 40px;
}

    .accordion .content-card-wrapper {
        margin: 0px auto;
        padding: 0px 0px;
    }



.hiddenID {
    display: none;
}


.course-details {
    /* symbol for "opening" panels */
    font-family: 'wk-icons-open'; /* essential for enabling glyphicon */
    content: "\e90f"; /* adjust as needed, taken from bootstrap.css */
    float: right; /* adjust as needed */
    color: #156d95; /* adjust as needed */
    border: 1px solid transparent;
    cursor: pointer;
    padding: 10px 10px 0 0px;
}

    .course-details.collapsed:after {
        /* symbol for "collapsed" panels */
        font-family: 'wk-icons-open';
        content: "\e90e"; /* adjust as needed, taken from bootstrap.css */
    }

/***********Bookmarks**************************/
.bookmark_normal {
    color: #007ac3;
    min-height: 35px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 0;
    border-color: #ccc;
}

    .bookmark_normal:hover {
        background-color: #409BD2 !important;
        color: white !important;
    }

.bookmark_icon {
    cursor: pointer;
    color: #007ac3;
    z-index: 10;
    position: absolute;
    font-size: 25px;
    padding-top: 5px;
    margin-left: 5px;
    background-color: white;
    border-radius: 0px 0px 7px 7px;
}

.back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 0px;
    right: 45px;
    background-color: #DDD;
    color: #555;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
    display: none;
}

    .back2Top:hover {
        background-color: #DDF;
        color: #000;
    }


.heading-total-badge {
    display: inline-block;
    padding: 0px;
    background-color: #474747;
    border-radius: 100%;
    font-size: 15px;
    color: white;
    line-height: 32px;
    height: 32px;
    width: 32px;
    vertical-align: middle;
    text-align: center;
}

.topright {
    float: right;
}

.card-body {
    /*border: solid 1px #e8e8e8;*/
    padding-right: 40px;
    padding-bottom: 35px;
    padding-top: 10px;
}

.pipe {
    font-weight: bold;
    font-size: x-large;
    text-align: center;
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
}

.coursepoint-load-more {
    border-radius: 5px;
    background-color: #006FBB;
    box-shadow: 2px 2px #bbbbbb;
    line-height: 2;
    font-weight: 300;
    margin-top: 5px;
}


.btn-primary1:hover {
    border-radius: 5px;
    background-color: #006FBB;
    box-shadow: 2px 2px #bbbbbb;
    line-height: 2;
    font-weight: 300;
    color: #fff;
}

.btn-primary1 {
    color: #fff;
    background-color: #006FBB;
    border-color: #185e7e;
}




#button {
    display: inline;
    background-color: #006FBB;
    width: 50px;
    height: 50px;
    text-align: center;
    position: relative;
    float: right;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 36%;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

    #button::after {
        content: "\f077";
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        font-size: 2em;
        line-height: 50px;
        color: #fff;
    }

    #button:hover {
        cursor: pointer;
        background-color: #333;
    }

    #button:active {
        background-color: #555;
    }

    #button.show {
        opacity: 1;
        visibility: visible;
    }

/* Styles for the content section */

.content {
    width: 77%;
    margin: 30px auto;
    font-family: 'Merriweather', serif;
    font-size: 17px;
    color: #6c767a;
    line-height: 1.9;
}

@media (min-width: 500px) {
    .content {
        width: 43%;
    }

    #button {
        margin: 30px;
    }
}

.content h1 {
    margin-bottom: -10px;
    color: #03a9f4;
    line-height: 1.5;
}

.content h3 {
    font-style: italic;
    color: #96a2a7;
}

.coursepoint-bar {
    font-size: 24px;
}




#myfiles li {
    list-style: none;
    margin-right: 20px;
}

.scrollmenu.active .scrollmenu__item.header {
    font-size: 18px;
    line-height: 28px;
}

.scrollmenu .active .scrollmenu__item.header {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #212121;
}

.scrollmenu .active .scrollmenu__item:after {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}


.bookmarkcard__main {
    padding: 2px 15px !important;
}

.bookmarkcard__image {
    height: 99% !important;
}


.content-card__text.title.full-height {
    height: auto;
}

.tooltip-inner1 {
    max-width: 500px;
}

.ai_nursingjobs_careers_xmlScrollView_jobs_NJP_for_NC_smWidget {
    min-height: 150px;
    min-width: 150px;
    width: 95%;
    height: 290px;
    margin: 10px auto;
    background-color: #F0FEFF;
    border: 2px solid #ADE0E0;
    overflow: visible;
    font-family: Verdana, Geneva, sans-serif !important;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    text-align: left;
    overflow: hidden;
    color: #333333;
}

@media (min-width: 768px) {
    .ai_nursingjobs_careers_xmlScrollView_jobs_NJP_for_NC_smWidget:not([class*="NC_smWidget_smResolution"]) {
        width: 710px;
    }
}

.NC_smWidget_smResolution {
    width: 298px !important;
    height: 248px !important;
}

.ai_nursingjobs_careers_xmlScrollView_jobs_NJP_for_NC_smWidgetHeader {
    height: 25px !important;
    color: #055862 !important;
    font-size: 0.9em !important;
    font-weight: 600 !important;
    text-align: center !important;
    line-height: 1.6em !important;
    border-bottom: 1px solid #F1F1F1 !important;
    margin: 1px !important;
    padding: 0px !important;
    font-family: 'Open Sans', sans-serif !important;
}

.ai_nursingjobs_careers_xmlScrollView_jobs_NJP_for_NC_smWidget h3 {
    color: #666;
    font-size: 1em !important;
    font-weight: 600 !important;
    line-height: 1.1em !important;
    text-decoration: none !important;
    margin: 0px !important;
    padding: 0px !important;
    font-family: Verdana, Geneva, sans-serif !important;
    font-family: 'Open Sans', sans-serif !important;
    /* 			For Horizontal Scroll */
    padding-left: 6px !important;
}

.ai_nursingjobs_careers_xmlScrollView_jobs_NJP_for_NC_smWidget a {
    color: #5A8FB3 !important;
    text-decoration: none !important;
}

    .ai_nursingjobs_careers_xmlScrollView_jobs_NJP_for_NC_smWidget a:hover {
        color: #2091C5 !important;
        text-decoration: underline !important;
    }

.ai_nursingjobs_careers_xmlScrollView_jobs_NJP_for_NC_more {
    width: 100%;
    height: 20px;
    padding: 2px 0;
    border-top: 1px solid #F1F1F1;
    text-align: center;
    font-size: .8em;
}

    .ai_nursingjobs_careers_xmlScrollView_jobs_NJP_for_NC_more a {
        text-decoration: none;
        font-size: .9em;
        line-height: 2.6em;
    }

        .ai_nursingjobs_careers_xmlScrollView_jobs_NJP_for_NC_more a:hover {
            text-decoration: underline !important;
        }

.ai_nursingjobs_careers_xmlScrollView_jobs_NJP_for_NC_smWidgetListings {
    overflow: hidden;
    color: #9AA9B3;
    width: 100%;
    min-width: 170px;
    min-height: 140px;
    height: 171px;
    display: inline-flex;
}

.NC_smWidgetListings_smResolution {
    height: 129px;
}

.ai_nursingjobs_careers_xmlScrollView_jobs_NJP_for_NC_smWidgetHolder {
    margin: 10px 0px;
    padding: 2px 4px;
    cursor: pointer;
    min-width: 170px;
    min-height: 50px;
}


.NC_smWidgetHolder_resolution {
    float: left;
}

.ai_nursingjobs_careers_xmlScrollView_jobs_NJP_for_NC_smWidgetHolder ul {
    margin: 4px 0 !important;
    padding: 0px !important;
}

.ai_nursingjobs_careers_xmlScrollView_jobs_NJP_for_NC_smWidgetHolder li {
    list-style-type: none !important;
    padding-left: 6px !important;
}

.ai_nursingjobs_careers_xmlScrollView_jobs_NJP_for_NC_smWidgetHolder .title {
    font-weight: bold;
}

.ai_nursingjobs_careers_xmlScrollView_jobs_NJP_for_NC_smWidgetHolder .ai_nursingjobs_careers_xmlScrollView_jobs_NJP_for_NC_item {
    font-size: .9em;
}

.ai_nursingjobs_careers_xmlScrollView_jobs_NJP_for_NC_smWidgetContent {
    padding: 4px;
}

.ai_nursingjobs_careers_xmlScrollView_jobs_NJP_for_NC_smWidgetSponsorWrap {
    border-top: 2px solid #ADE0E0;
    font-style: normal;
    font-weight: 600;
    color: #666666;
    text-align: center;
    background-color: #F0FEFF;
    cursor: pointer;
    margin: 0px auto;
    font-family: Verdana, Geneva, sans-serif !important;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 9.6px;
    line-height: 18px;
    width: 100%;
    height: 60px;
}

.ai_nursingjobs_careers_xmlScrollView_jobs_NJP_for_NC_smWidget {
    margin-bottom: 0px;
}

.ai_nursingjobs_careers_xmlScrollView_jobs_NJP_for_NC_smWidgetSponsor {
    height: 100%;
    text-align: center;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 5px;
}

.ai_nursingjobs_careers_xmlScrollView_jobs_NJP_for_NC_smWidgetLogo {
    width: 100%;
    height: 65%;
    display: block;
}

.ai_nursingjobs_careers_xmlScrollView_jobs_NJP_for_NC_smWidgetSponsor a {
    width: 100%;
    height: 100%;
}

    .ai_nursingjobs_careers_xmlScrollView_jobs_NJP_for_NC_smWidgetSponsor a img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
    }

.ai_nursingjobs_careers_xmlScrollView_jobs_NJP_for_NC_smWidgetSponsorHdr {
    text-align: center;
}


.ad-layout-fix {
    min-height: 100px !important;
}

@media (min-width: 768px) {
    .ad-layout-fix {
        min-height: 140px !important;
    }
}

.whiteSpaceFix {
    margin-top: 80px !important;
}

/*#mainContent {
    margin-top: 140px !important;
}*/

