﻿@charset "UTF-8";
/*!
 * Bootstrap v4.0.0-beta.2 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/**
Function fade like LESS,
convert color value to alpha
@uses SASS rgba()
 */
/**
Function automatically assign forground color ,
 in contrast of background.
 @uses 2 variables
 $all-colors  -- all merged colors
 $all-colors-text 
@uses SASS lightness()
 */
/*  Override for scss/variable/ */
/* *** MERGING ----------------
//----------------------------- */
/*  Responsive Font Size Vars
//---------------------------------------------------------*/
/**
  MOVED TO helper/type.scss
 */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    background: rgba(5, 48, 75, 0.4);
}

/**
Function automatically assign forground color ,
 in contrast of background.
@uses SASS lightness()
 */
/*  Mixing
//--------------------------------------------------*/
/*@mixin scrollbars($size, $brand-secondary, $brand-primary: mix($brand-secondary, white, 50%)) {
	::-webkit-scrollbar {
		width:  $size;
		height: $size;
	}

	::-webkit-scrollbar-thumb {
		background: $brand-secondary;
	}

	::-webkit-scrollbar-track {
		background: $brand-primary;
	}

	// For Internet Explorer
	body {
		scrollbar-face-color: $brand-secondary;
		scrollbar-track-color: $brand-primary;
	}
}
@include scrollbars(.5em, slategray);*/
/**
Instead of overriding box-shadow, creating own,
because default mixin is deeply interconnected with DEFAULT ON option
*/
/*  Override Default Button, Added Param with Size
//--------------------------------------------------*/
.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 1025px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1366px) {
    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-right {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

@media (min-width: 1680px) {
    .text-xxl-left {
        text-align: left !important;
    }

    .text-xxl-right {
        text-align: right !important;
    }

    .text-xxl-center {
        text-align: center !important;
    }
}

/**
	Generate Responsive font size property,
	@param list of font.
	eg: $font:(desktop:20px, laptop: 60px )
	this is based on recursive approach,
*/
/**
@uses font-resp-singular
 */
/*  Font Awesome
//--------------------------------------------------*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
    font-family: 'FontAwesome';
    src: url("fonts/fontawesome-webfont.eot?v=4.7.0");
    src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 1rem/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none;
}

    .fa-ul > li {
        position: relative;
    }

.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: 0.14286em;
    text-align: center;
}

    .fa-li.fa-lg {
        left: -1.85714em;
    }

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eee;
    border-radius: .1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right {
    margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
    content: "";
}

.fa-music:before {
    content: "";
}

.fa-search:before {
    content: "";
}

.fa-envelope-o:before {
    content: "";
}

.fa-heart:before {
    content: "";
}

.fa-star:before {
    content: "";
}

.fa-star-o:before {
    content: "";
}

.fa-user:before {
    content: "";
}

.fa-film:before {
    content: "";
}

.fa-th-large:before {
    content: "";
}

.fa-th:before {
    content: "";
}

.fa-th-list:before {
    content: "";
}

.fa-check:before {
    content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "";
}

.fa-search-plus:before {
    content: "";
}

.fa-search-minus:before {
    content: "";
}

.fa-power-off:before {
    content: "";
}

.fa-signal:before {
    content: "";
}

.fa-gear:before,
.fa-cog:before {
    content: "";
}

.fa-trash-o:before {
    content: "";
}

.fa-home:before {
    content: "";
}

.fa-file-o:before {
    content: "";
}

.fa-clock-o:before {
    content: "";
}

.fa-road:before {
    content: "";
}

.fa-download:before {
    content: "";
}

.fa-arrow-circle-o-down:before {
    content: "";
}

.fa-arrow-circle-o-up:before {
    content: "";
}

.fa-inbox:before {
    content: "";
}

.fa-play-circle-o:before {
    content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "";
}

.fa-refresh:before {
    content: "";
}

.fa-list-alt:before {
    content: "";
}

.fa-lock:before {
    content: "";
}

.fa-flag:before {
    content: "";
}

.fa-headphones:before {
    content: "";
}

.fa-volume-off:before {
    content: "";
}

.fa-volume-down:before {
    content: "";
}

.fa-volume-up:before {
    content: "";
}

.fa-qrcode:before {
    content: "";
}

.fa-barcode:before {
    content: "";
}

.fa-tag:before {
    content: "";
}

.fa-tags:before {
    content: "";
}

.fa-book:before {
    content: "";
}

.fa-bookmark:before {
    content: "";
}

.fa-print:before {
    content: "";
}

.fa-camera:before {
    content: "";
}

.fa-font:before {
    content: "";
}

.fa-bold:before {
    content: "";
}

.fa-italic:before {
    content: "";
}

.fa-text-height:before {
    content: "";
}

.fa-text-width:before {
    content: "";
}

.fa-align-left:before {
    content: "";
}

.fa-align-center:before {
    content: "";
}

.fa-align-right:before {
    content: "";
}

.fa-align-justify:before {
    content: "";
}

.fa-list:before {
    content: "";
}

.fa-dedent:before,
.fa-outdent:before {
    content: "";
}

.fa-indent:before {
    content: "";
}

.fa-video-camera:before {
    content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "";
}

.fa-pencil:before {
    content: "";
}

.fa-map-marker:before {
    content: "";
}

.fa-adjust:before {
    content: "";
}

.fa-tint:before {
    content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "";
}

.fa-share-square-o:before {
    content: "";
}

.fa-check-square-o:before {
    content: "";
}

.fa-arrows:before {
    content: "";
}

.fa-step-backward:before {
    content: "";
}

.fa-fast-backward:before {
    content: "";
}

.fa-backward:before {
    content: "";
}

.fa-play:before {
    content: "";
}

.fa-pause:before {
    content: "";
}

.fa-stop:before {
    content: "";
}

.fa-forward:before {
    content: "";
}

.fa-fast-forward:before {
    content: "";
}

.fa-step-forward:before {
    content: "";
}

.fa-eject:before {
    content: "";
}

.fa-chevron-left:before {
    content: "";
}

.fa-chevron-right:before {
    content: "";
}

.fa-plus-circle:before {
    content: "";
}

.fa-minus-circle:before {
    content: "";
}

.fa-times-circle:before {
    content: "";
}

.fa-check-circle:before {
    content: "";
}

.fa-question-circle:before {
    content: "";
}

.fa-info-circle:before {
    content: "";
}

.fa-crosshairs:before {
    content: "";
}

.fa-times-circle-o:before {
    content: "";
}

.fa-check-circle-o:before {
    content: "";
}

.fa-ban:before {
    content: "";
}

.fa-arrow-left:before {
    content: "";
}

.fa-arrow-right:before {
    content: "";
}

.fa-arrow-up:before {
    content: "";
}

.fa-arrow-down:before {
    content: "";
}

.fa-mail-forward:before,
.fa-share:before {
    content: "";
}

.fa-expand:before {
    content: "";
}

.fa-compress:before {
    content: "";
}

.fa-plus:before {
    content: "";
}

.fa-minus:before {
    content: "";
}

.fa-asterisk:before {
    content: "";
}

.fa-exclamation-circle:before {
    content: "";
}

.fa-gift:before {
    content: "";
}

.fa-leaf:before {
    content: "";
}

.fa-fire:before {
    content: "";
}

.fa-eye:before {
    content: "";
}

.fa-eye-slash:before {
    content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "";
}

.fa-plane:before {
    content: "";
}

.fa-calendar:before {
    content: "";
}

.fa-random:before {
    content: "";
}

.fa-comment:before {
    content: "";
}

.fa-magnet:before {
    content: "";
}

.fa-chevron-up:before {
    content: "";
}

.fa-chevron-down:before {
    content: "";
}

.fa-retweet:before {
    content: "";
}

.fa-shopping-cart:before {
    content: "";
}

.fa-folder:before {
    content: "";
}

.fa-folder-open:before {
    content: "";
}

.fa-arrows-v:before {
    content: "";
}

.fa-arrows-h:before {
    content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "";
}

.fa-twitter-square:before {
    content: "";
}

.fa-facebook-square:before {
    content: "";
}

.fa-camera-retro:before {
    content: "";
}

.fa-key:before {
    content: "";
}

.fa-gears:before,
.fa-cogs:before {
    content: "";
}

.fa-comments:before {
    content: "";
}

.fa-thumbs-o-up:before {
    content: "";
}

.fa-thumbs-o-down:before {
    content: "";
}

.fa-star-half:before {
    content: "";
}

.fa-heart-o:before {
    content: "";
}

.fa-sign-out:before {
    content: "";
}

.fa-linkedin-square:before {
    content: "";
}

.fa-thumb-tack:before {
    content: "";
}

.fa-external-link:before {
    content: "";
}

.fa-sign-in:before {
    content: "";
}

.fa-trophy:before {
    content: "";
}

.fa-github-square:before {
    content: "";
}

.fa-upload:before {
    content: "";
}

.fa-lemon-o:before {
    content: "";
}

.fa-phone:before {
    content: "";
}

.fa-square-o:before {
    content: "";
}

.fa-bookmark-o:before {
    content: "";
}

.fa-phone-square:before {
    content: "";
}

.fa-twitter:before {
    content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "";
}

.fa-github:before {
    content: "";
}

.fa-unlock:before {
    content: "";
}

.fa-credit-card:before {
    content: "";
}

.fa-feed:before,
.fa-rss:before {
    content: "";
}

.fa-hdd-o:before {
    content: "";
}

.fa-bullhorn:before {
    content: "";
}

.fa-bell:before {
    content: "";
}

.fa-certificate:before {
    content: "";
}

.fa-hand-o-right:before {
    content: "";
}

.fa-hand-o-left:before {
    content: "";
}

.fa-hand-o-up:before {
    content: "";
}

.fa-hand-o-down:before {
    content: "";
}

.fa-arrow-circle-left:before {
    content: "";
}

.fa-arrow-circle-right:before {
    content: "";
}

.fa-arrow-circle-up:before {
    content: "";
}

.fa-arrow-circle-down:before {
    content: "";
}

.fa-globe:before {
    content: "";
}

.fa-wrench:before {
    content: "";
}

.fa-tasks:before {
    content: "";
}

.fa-filter:before {
    content: "";
}

.fa-briefcase:before {
    content: "";
}

.fa-arrows-alt:before {
    content: "";
}

.fa-group:before,
.fa-users:before {
    content: "";
}

.fa-chain:before,
.fa-link:before {
    content: "";
}

.fa-cloud:before {
    content: "";
}

.fa-flask:before {
    content: "";
}

.fa-cut:before,
.fa-scissors:before {
    content: "";
}

.fa-copy:before,
.fa-files-o:before {
    content: "";
}

.fa-paperclip:before {
    content: "";
}

.fa-save:before,
.fa-floppy-o:before {
    content: "";
}

.fa-square:before {
    content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "";
}

.fa-list-ul:before {
    content: "";
}

.fa-list-ol:before {
    content: "";
}

.fa-strikethrough:before {
    content: "";
}

.fa-underline:before {
    content: "";
}

.fa-table:before {
    content: "";
}

.fa-magic:before {
    content: "";
}

.fa-truck:before {
    content: "";
}

.fa-pinterest:before {
    content: "";
}

.fa-pinterest-square:before {
    content: "";
}

.fa-google-plus-square:before {
    content: "";
}

.fa-google-plus:before {
    content: "";
}

.fa-money:before {
    content: "";
}

.fa-caret-down:before {
    content: "";
}

.fa-caret-up:before {
    content: "";
}

.fa-caret-left:before {
    content: "";
}

.fa-caret-right:before {
    content: "";
}

.fa-columns:before {
    content: "";
}

.fa-unsorted:before,
.fa-sort:before {
    content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "";
}

.fa-envelope:before {
    content: "";
}

.fa-linkedin:before {
    content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "";
}

.fa-legal:before,
.fa-gavel:before {
    content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "";
}

.fa-comment-o:before {
    content: "";
}

.fa-comments-o:before {
    content: "";
}

.fa-flash:before,
.fa-bolt:before {
    content: "";
}

.fa-sitemap:before {
    content: "";
}

.fa-umbrella:before {
    content: "";
}

.fa-paste:before,
.fa-clipboard:before {
    content: "";
}

.fa-lightbulb-o:before {
    content: "";
}

.fa-exchange:before {
    content: "";
}

.fa-cloud-download:before {
    content: "";
}

.fa-cloud-upload:before {
    content: "";
}

.fa-user-md:before {
    content: "";
}

.fa-stethoscope:before {
    content: "";
}

.fa-suitcase:before {
    content: "";
}

.fa-bell-o:before {
    content: "";
}

.fa-coffee:before {
    content: "";
}

.fa-cutlery:before {
    content: "";
}

.fa-file-text-o:before {
    content: "";
}

.fa-building-o:before {
    content: "";
}

.fa-hospital-o:before {
    content: "";
}

.fa-ambulance:before {
    content: "";
}

.fa-medkit:before {
    content: "";
}

.fa-fighter-jet:before {
    content: "";
}

.fa-beer:before {
    content: "";
}

.fa-h-square:before {
    content: "";
}

.fa-plus-square:before {
    content: "";
}

.fa-angle-double-left:before {
    content: "";
}

.fa-angle-double-right:before {
    content: "";
}

.fa-angle-double-up:before {
    content: "";
}

.fa-angle-double-down:before {
    content: "";
}

.fa-angle-left:before {
    content: "";
}

.fa-angle-right:before {
    content: "";
}

.fa-angle-up:before {
    content: "";
}

.fa-angle-down:before {
    content: "";
}

.fa-desktop:before {
    content: "";
}

.fa-laptop:before {
    content: "";
}

.fa-tablet:before {
    content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "";
}

.fa-circle-o:before {
    content: "";
}

.fa-quote-left:before {
    content: "";
}

.fa-quote-right:before {
    content: "";
}

.fa-spinner:before {
    content: "";
}

.fa-circle:before {
    content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "";
}

.fa-github-alt:before {
    content: "";
}

.fa-folder-o:before {
    content: "";
}

.fa-folder-open-o:before {
    content: "";
}

.fa-smile-o:before {
    content: "";
}

.fa-frown-o:before {
    content: "";
}

.fa-meh-o:before {
    content: "";
}

.fa-gamepad:before {
    content: "";
}

.fa-keyboard-o:before {
    content: "";
}

.fa-flag-o:before {
    content: "";
}

.fa-flag-checkered:before {
    content: "";
}

.fa-terminal:before {
    content: "";
}

.fa-code:before {
    content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "";
}

.fa-location-arrow:before {
    content: "";
}

.fa-crop:before {
    content: "";
}

.fa-code-fork:before {
    content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "";
}

.fa-question:before {
    content: "";
}

.fa-info:before {
    content: "";
}

.fa-exclamation:before {
    content: "";
}

.fa-superscript:before {
    content: "";
}

.fa-subscript:before {
    content: "";
}

.fa-eraser:before {
    content: "";
}

.fa-puzzle-piece:before {
    content: "";
}

.fa-microphone:before {
    content: "";
}

.fa-microphone-slash:before {
    content: "";
}

.fa-shield:before {
    content: "";
}

.fa-calendar-o:before {
    content: "";
}

.fa-fire-extinguisher:before {
    content: "";
}

.fa-rocket:before {
    content: "";
}

.fa-maxcdn:before {
    content: "";
}

.fa-chevron-circle-left:before {
    content: "";
}

.fa-chevron-circle-right:before {
    content: "";
}

.fa-chevron-circle-up:before {
    content: "";
}

.fa-chevron-circle-down:before {
    content: "";
}

.fa-html5:before {
    content: "";
}

.fa-css3:before {
    content: "";
}

.fa-anchor:before {
    content: "";
}

.fa-unlock-alt:before {
    content: "";
}

.fa-bullseye:before {
    content: "";
}

.fa-ellipsis-h:before {
    content: "";
}

.fa-ellipsis-v:before {
    content: "";
}

.fa-rss-square:before {
    content: "";
}

.fa-play-circle:before {
    content: "";
}

.fa-ticket:before {
    content: "";
}

.fa-minus-square:before {
    content: "";
}

.fa-minus-square-o:before {
    content: "";
}

.fa-level-up:before {
    content: "";
}

.fa-level-down:before {
    content: "";
}

.fa-check-square:before {
    content: "";
}

.fa-pencil-square:before {
    content: "";
}

.fa-external-link-square:before {
    content: "";
}

.fa-share-square:before {
    content: "";
}

.fa-compass:before {
    content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "";
}

.fa-euro:before,
.fa-eur:before {
    content: "";
}

.fa-gbp:before {
    content: "";
}

.fa-dollar:before,
.fa-usd:before {
    content: "";
}

.fa-rupee:before,
.fa-inr:before {
    content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "";
}

.fa-won:before,
.fa-krw:before {
    content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "";
}

.fa-file:before {
    content: "";
}

.fa-file-text:before {
    content: "";
}

.fa-sort-alpha-asc:before {
    content: "";
}

.fa-sort-alpha-desc:before {
    content: "";
}

.fa-sort-amount-asc:before {
    content: "";
}

.fa-sort-amount-desc:before {
    content: "";
}

.fa-sort-numeric-asc:before {
    content: "";
}

.fa-sort-numeric-desc:before {
    content: "";
}

.fa-thumbs-up:before {
    content: "";
}

.fa-thumbs-down:before {
    content: "";
}

.fa-youtube-square:before {
    content: "";
}

.fa-youtube:before {
    content: "";
}

.fa-xing:before {
    content: "";
}

.fa-xing-square:before {
    content: "";
}

.fa-youtube-play:before {
    content: "";
}

.fa-dropbox:before {
    content: "";
}

.fa-stack-overflow:before {
    content: "";
}

.fa-instagram:before {
    content: "";
}

.fa-flickr:before {
    content: "";
}

.fa-adn:before {
    content: "";
}

.fa-bitbucket:before {
    content: "";
}

.fa-bitbucket-square:before {
    content: "";
}

.fa-tumblr:before {
    content: "";
}

.fa-tumblr-square:before {
    content: "";
}

.fa-long-arrow-down:before {
    content: "";
}

.fa-long-arrow-up:before {
    content: "";
}

.fa-long-arrow-left:before {
    content: "";
}

.fa-long-arrow-right:before {
    content: "";
}

.fa-apple:before {
    content: "";
}

.fa-windows:before {
    content: "";
}

.fa-android:before {
    content: "";
}

.fa-linux:before {
    content: "";
}

.fa-dribbble:before {
    content: "";
}

.fa-skype:before {
    content: "";
}

.fa-foursquare:before {
    content: "";
}

.fa-trello:before {
    content: "";
}

.fa-female:before {
    content: "";
}

.fa-male:before {
    content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "";
}

.fa-sun-o:before {
    content: "";
}

.fa-moon-o:before {
    content: "";
}

.fa-archive:before {
    content: "";
}

.fa-bug:before {
    content: "";
}

.fa-vk:before {
    content: "";
}

.fa-weibo:before {
    content: "";
}

.fa-renren:before {
    content: "";
}

.fa-pagelines:before {
    content: "";
}

.fa-stack-exchange:before {
    content: "";
}

.fa-arrow-circle-o-right:before {
    content: "";
}

.fa-arrow-circle-o-left:before {
    content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "";
}

.fa-dot-circle-o:before {
    content: "";
}

.fa-wheelchair:before {
    content: "";
}

.fa-vimeo-square:before {
    content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "";
}

.fa-plus-square-o:before {
    content: "";
}

.fa-space-shuttle:before {
    content: "";
}

.fa-slack:before {
    content: "";
}

.fa-envelope-square:before {
    content: "";
}

.fa-wordpress:before {
    content: "";
}

.fa-openid:before {
    content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "";
}

.fa-yahoo:before {
    content: "";
}

.fa-google:before {
    content: "";
}

.fa-reddit:before {
    content: "";
}

.fa-reddit-square:before {
    content: "";
}

.fa-stumbleupon-circle:before {
    content: "";
}

.fa-stumbleupon:before {
    content: "";
}

.fa-delicious:before {
    content: "";
}

.fa-digg:before {
    content: "";
}

.fa-pied-piper-pp:before {
    content: "";
}

.fa-pied-piper-alt:before {
    content: "";
}

.fa-drupal:before {
    content: "";
}

.fa-joomla:before {
    content: "";
}

.fa-language:before {
    content: "";
}

.fa-fax:before {
    content: "";
}

.fa-building:before {
    content: "";
}

.fa-child:before {
    content: "";
}

.fa-paw:before {
    content: "";
}

.fa-spoon:before {
    content: "";
}

.fa-cube:before {
    content: "";
}

.fa-cubes:before {
    content: "";
}

.fa-behance:before {
    content: "";
}

.fa-behance-square:before {
    content: "";
}

.fa-steam:before {
    content: "";
}

.fa-steam-square:before {
    content: "";
}

.fa-recycle:before {
    content: "";
}

.fa-automobile:before,
.fa-car:before {
    content: "";
}

.fa-cab:before,
.fa-taxi:before {
    content: "";
}

.fa-tree:before {
    content: "";
}

.fa-spotify:before {
    content: "";
}

.fa-deviantart:before {
    content: "";
}

.fa-soundcloud:before {
    content: "";
}

.fa-database:before {
    content: "";
}

.fa-file-pdf-o:before {
    content: "";
}

.fa-file-word-o:before {
    content: "";
}

.fa-file-excel-o:before {
    content: "";
}

.fa-file-powerpoint-o:before {
    content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "";
}

.fa-file-code-o:before {
    content: "";
}

.fa-vine:before {
    content: "";
}

.fa-codepen:before {
    content: "";
}

.fa-jsfiddle:before {
    content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "";
}

.fa-circle-o-notch:before {
    content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "";
}

.fa-ge:before,
.fa-empire:before {
    content: "";
}

.fa-git-square:before {
    content: "";
}

.fa-git:before {
    content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "";
}

.fa-tencent-weibo:before {
    content: "";
}

.fa-qq:before {
    content: "";
}

.fa-wechat:before,
.fa-weixin:before {
    content: "";
}

.fa-send:before,
.fa-paper-plane:before {
    content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "";
}

.fa-history:before {
    content: "";
}

.fa-circle-thin:before {
    content: "";
}

.fa-header:before {
    content: "";
}

.fa-paragraph:before {
    content: "";
}

.fa-sliders:before {
    content: "";
}

.fa-share-alt:before {
    content: "";
}

.fa-share-alt-square:before {
    content: "";
}

.fa-bomb:before {
    content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "";
}

.fa-tty:before {
    content: "";
}

.fa-binoculars:before {
    content: "";
}

.fa-plug:before {
    content: "";
}

.fa-slideshare:before {
    content: "";
}

.fa-twitch:before {
    content: "";
}

.fa-yelp:before {
    content: "";
}

.fa-newspaper-o:before {
    content: "";
}

.fa-wifi:before {
    content: "";
}

.fa-calculator:before {
    content: "";
}

.fa-paypal:before {
    content: "";
}

.fa-google-wallet:before {
    content: "";
}

.fa-cc-visa:before {
    content: "";
}

.fa-cc-mastercard:before {
    content: "";
}

.fa-cc-discover:before {
    content: "";
}

.fa-cc-amex:before {
    content: "";
}

.fa-cc-paypal:before {
    content: "";
}

.fa-cc-stripe:before {
    content: "";
}

.fa-bell-slash:before {
    content: "";
}

.fa-bell-slash-o:before {
    content: "";
}

.fa-trash:before {
    content: "";
}

.fa-copyright:before {
    content: "";
}

.fa-at:before {
    content: "";
}

.fa-eyedropper:before {
    content: "";
}

.fa-paint-brush:before {
    content: "";
}

.fa-birthday-cake:before {
    content: "";
}

.fa-area-chart:before {
    content: "";
}

.fa-pie-chart:before {
    content: "";
}

.fa-line-chart:before {
    content: "";
}

.fa-lastfm:before {
    content: "";
}

.fa-lastfm-square:before {
    content: "";
}

.fa-toggle-off:before {
    content: "";
}

.fa-toggle-on:before {
    content: "";
}

.fa-bicycle:before {
    content: "";
}

.fa-bus:before {
    content: "";
}

.fa-ioxhost:before {
    content: "";
}

.fa-angellist:before {
    content: "";
}

.fa-cc:before {
    content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "";
}

.fa-meanpath:before {
    content: "";
}

.fa-buysellads:before {
    content: "";
}

.fa-connectdevelop:before {
    content: "";
}

.fa-dashcube:before {
    content: "";
}

.fa-forumbee:before {
    content: "";
}

.fa-leanpub:before {
    content: "";
}

.fa-sellsy:before {
    content: "";
}

.fa-shirtsinbulk:before {
    content: "";
}

.fa-simplybuilt:before {
    content: "";
}

.fa-skyatlas:before {
    content: "";
}

.fa-cart-plus:before {
    content: "";
}

.fa-cart-arrow-down:before {
    content: "";
}

.fa-diamond:before {
    content: "";
}

.fa-ship:before {
    content: "";
}

.fa-user-secret:before {
    content: "";
}

.fa-motorcycle:before {
    content: "";
}

.fa-street-view:before {
    content: "";
}

.fa-heartbeat:before {
    content: "";
}

.fa-venus:before {
    content: "";
}

.fa-mars:before {
    content: "";
}

.fa-mercury:before {
    content: "";
}

.fa-intersex:before,
.fa-transgender:before {
    content: "";
}

.fa-transgender-alt:before {
    content: "";
}

.fa-venus-double:before {
    content: "";
}

.fa-mars-double:before {
    content: "";
}

.fa-venus-mars:before {
    content: "";
}

.fa-mars-stroke:before {
    content: "";
}

.fa-mars-stroke-v:before {
    content: "";
}

.fa-mars-stroke-h:before {
    content: "";
}

.fa-neuter:before {
    content: "";
}

.fa-genderless:before {
    content: "";
}

.fa-facebook-official:before {
    content: "";
}

.fa-pinterest-p:before {
    content: "";
}

.fa-whatsapp:before {
    content: "";
}

.fa-server:before {
    content: "";
}

.fa-user-plus:before {
    content: "";
}

.fa-user-times:before {
    content: "";
}

.fa-hotel:before,
.fa-bed:before {
    content: "";
}

.fa-viacoin:before {
    content: "";
}

.fa-train:before {
    content: "";
}

.fa-subway:before {
    content: "";
}

.fa-medium:before {
    content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "";
}

.fa-optin-monster:before {
    content: "";
}

.fa-opencart:before {
    content: "";
}

.fa-expeditedssl:before {
    content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "";
}

.fa-mouse-pointer:before {
    content: "";
}

.fa-i-cursor:before {
    content: "";
}

.fa-object-group:before {
    content: "";
}

.fa-object-ungroup:before {
    content: "";
}

.fa-sticky-note:before {
    content: "";
}

.fa-sticky-note-o:before {
    content: "";
}

.fa-cc-jcb:before {
    content: "";
}

.fa-cc-diners-club:before {
    content: "";
}

.fa-clone:before {
    content: "";
}

.fa-balance-scale:before {
    content: "";
}

.fa-hourglass-o:before {
    content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "";
}

.fa-hourglass:before {
    content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "";
}

.fa-hand-scissors-o:before {
    content: "";
}

.fa-hand-lizard-o:before {
    content: "";
}

.fa-hand-spock-o:before {
    content: "";
}

.fa-hand-pointer-o:before {
    content: "";
}

.fa-hand-peace-o:before {
    content: "";
}

.fa-trademark:before {
    content: "";
}

.fa-registered:before {
    content: "";
}

.fa-creative-commons:before {
    content: "";
}

.fa-gg:before {
    content: "";
}

.fa-gg-circle:before {
    content: "";
}

.fa-tripadvisor:before {
    content: "";
}

.fa-odnoklassniki:before {
    content: "";
}

.fa-odnoklassniki-square:before {
    content: "";
}

.fa-get-pocket:before {
    content: "";
}

.fa-wikipedia-w:before {
    content: "";
}

.fa-safari:before {
    content: "";
}

.fa-chrome:before {
    content: "";
}

.fa-firefox:before {
    content: "";
}

.fa-opera:before {
    content: "";
}

.fa-internet-explorer:before {
    content: "";
}

.fa-tv:before,
.fa-television:before {
    content: "";
}

.fa-contao:before {
    content: "";
}

.fa-500px:before {
    content: "";
}

.fa-amazon:before {
    content: "";
}

.fa-calendar-plus-o:before {
    content: "";
}

.fa-calendar-minus-o:before {
    content: "";
}

.fa-calendar-times-o:before {
    content: "";
}

.fa-calendar-check-o:before {
    content: "";
}

.fa-industry:before {
    content: "";
}

.fa-map-pin:before {
    content: "";
}

.fa-map-signs:before {
    content: "";
}

.fa-map-o:before {
    content: "";
}

.fa-map:before {
    content: "";
}

.fa-commenting:before {
    content: "";
}

.fa-commenting-o:before {
    content: "";
}

.fa-houzz:before {
    content: "";
}

.fa-vimeo:before {
    content: "";
}

.fa-black-tie:before {
    content: "";
}

.fa-fonticons:before {
    content: "";
}

.fa-reddit-alien:before {
    content: "";
}

.fa-edge:before {
    content: "";
}

.fa-credit-card-alt:before {
    content: "";
}

.fa-codiepie:before {
    content: "";
}

.fa-modx:before {
    content: "";
}

.fa-fort-awesome:before {
    content: "";
}

.fa-usb:before {
    content: "";
}

.fa-product-hunt:before {
    content: "";
}

.fa-mixcloud:before {
    content: "";
}

.fa-scribd:before {
    content: "";
}

.fa-pause-circle:before {
    content: "";
}

.fa-pause-circle-o:before {
    content: "";
}

.fa-stop-circle:before {
    content: "";
}

.fa-stop-circle-o:before {
    content: "";
}

.fa-shopping-bag:before {
    content: "";
}

.fa-shopping-basket:before {
    content: "";
}

.fa-hashtag:before {
    content: "";
}

.fa-bluetooth:before {
    content: "";
}

.fa-bluetooth-b:before {
    content: "";
}

.fa-percent:before {
    content: "";
}

.fa-gitlab:before {
    content: "";
}

.fa-wpbeginner:before {
    content: "";
}

.fa-wpforms:before {
    content: "";
}

.fa-envira:before {
    content: "";
}

.fa-universal-access:before {
    content: "";
}

.fa-wheelchair-alt:before {
    content: "";
}

.fa-question-circle-o:before {
    content: "";
}

.fa-blind:before {
    content: "";
}

.fa-audio-description:before {
    content: "";
}

.fa-volume-control-phone:before {
    content: "";
}

.fa-braille:before {
    content: "";
}

.fa-assistive-listening-systems:before {
    content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "";
}

.fa-glide:before {
    content: "";
}

.fa-glide-g:before {
    content: "";
}

.fa-signing:before,
.fa-sign-language:before {
    content: "";
}

.fa-low-vision:before {
    content: "";
}

.fa-viadeo:before {
    content: "";
}

.fa-viadeo-square:before {
    content: "";
}

.fa-snapchat:before {
    content: "";
}

.fa-snapchat-ghost:before {
    content: "";
}

.fa-snapchat-square:before {
    content: "";
}

.fa-pied-piper:before {
    content: "";
}

.fa-first-order:before {
    content: "";
}

.fa-yoast:before {
    content: "";
}

.fa-themeisle:before {
    content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "";
}

.fa-handshake-o:before {
    content: "";
}

.fa-envelope-open:before {
    content: "";
}

.fa-envelope-open-o:before {
    content: "";
}

.fa-linode:before {
    content: "";
}

.fa-address-book:before {
    content: "";
}

.fa-address-book-o:before {
    content: "";
}

.fa-vcard:before,
.fa-address-card:before {
    content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "";
}

.fa-user-circle:before {
    content: "";
}

.fa-user-circle-o:before {
    content: "";
}

.fa-user-o:before {
    content: "";
}

.fa-id-badge:before {
    content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "";
}

.fa-quora:before {
    content: "";
}

.fa-free-code-camp:before {
    content: "";
}

.fa-telegram:before {
    content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "";
}

.fa-shower:before {
    content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "";
}

.fa-podcast:before {
    content: "";
}

.fa-window-maximize:before {
    content: "";
}

.fa-window-minimize:before {
    content: "";
}

.fa-window-restore:before {
    content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "";
}

.fa-bandcamp:before {
    content: "";
}

.fa-grav:before {
    content: "";
}

.fa-etsy:before {
    content: "";
}

.fa-imdb:before {
    content: "";
}

.fa-ravelry:before {
    content: "";
}

.fa-eercast:before {
    content: "";
}

.fa-microchip:before {
    content: "";
}

.fa-snowflake-o:before {
    content: "";
}

.fa-superpowers:before {
    content: "";
}

.fa-wpexplorer:before {
    content: "";
}

.fa-meetup:before {
    content: "";
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    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;
}

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6b83a2;
    --gray-dark: #273548;
    --gold: #e3a703;
    --primary: #05304b;
    --secondary: #c13802;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #273548;
    --primary-light: #6ed4e7;
    --primary-dark: #02111b;
    --secondary-light: #fd5513;
    --secondary-dark: #8f2901;
    --gray-dark: #272f48;
    --gray: #6b83a2;
    --gray-light: #BDC1C7;
    --error: #dc3545;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 1025px;
    --breakpoint-xl: 1366px;
    --breakpoint-xxl: 1680px;
    --font-family-sans-serif: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

@media print {
    *,
    *::before,
    *::after {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn):not(button):not(.button):not(submit):not(input[type="submit"]):not(input[type="button"]):not(a.btn):not(.read-more):not( .anchor) {
        text-decoration: underline;
    }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #818894;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3,
    .faq-wrapper .cat-heading {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3,
    .faq-wrapper .cat-heading {
        page-break-after: avoid;
    }

    @page {
        size: a3;
    }

    body {
        min-width: 1025px !important;
    }

    .container {
        min-width: 1025px !important;
    }

    .navbar {
        display: none;
    }

    .badge, .badge-primary, .badge-secondary, .badge-success, .badge-info, .badge-warning, .badge-danger, .badge-light, .badge-dark, .badge-primary-light, .badge-primary-dark, .badge-secondary-light, .badge-secondary-dark, .badge-gray-dark, .badge-gray, .badge-gray-light, .badge-blue, .badge-indigo, .badge-purple, .badge-pink, .badge-red, .badge-orange, .badge-yellow, .badge-green, .badge-teal, .badge-cyan, .badge-white, .badge-gold {
        border: 1px solid #000;
    }

    .table, table {
        border-collapse: collapse !important;
    }

        .table td, table td,
        .table th,
        table th {
            background-color: #fff !important;
        }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #BDC1C7 !important;
    }

    .table-dark {
        color: inherit;
    }

        .table-dark th,
        .table-dark td,
        .table-dark thead th,
        .table-dark tbody + tbody {
            border-color: #DADDE0;
        }

    .table .thead-dark th, table .thead-dark th {
        color: inherit;
        border-color: #DADDE0;
    }
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

body {
    margin: 0;
    font-family: "Montserrat Light", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: #272f48;
    text-align: left;
    background-color: #fff;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1, h2,
h3,
.faq-wrapper .cat-heading, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 1.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

    ol ol,
    ul ul,
    ol ul,
    ul ol {
        margin-bottom: 0;
    }

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: #273548;
    text-decoration: none;
    background-color: transparent;
}

    a:hover {
        color: #000203;
        text-decoration: underline;
    }

    a:not([href]):not([tabindex]) {
        color: inherit;
        text-decoration: none;
    }

        a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
            color: inherit;
            text-decoration: none;
        }

        a:not([href]):not([tabindex]):focus {
            outline: 0;
        }

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6b83a2;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

    button:focus {
        outline: 1px dotted;
        outline: 5px auto -webkit-focus-ring-color;
    }

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        padding: 0;
        border-style: none;
    }

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

h1, h2,
h3,
.faq-wrapper .cat-heading, h4, h5, h6,
.h1,
.lbl-primary, .h2, .lead.xl, body.dir-right blockquote.xl, .lbl-signup,
.lbl-signin, .h3, .h4, .cards .info-box .content .card-title, .legend,
legend,
h2.heading,
h3.heading, .faq-wrapper .heading.cat-heading,
h4.heading, .faq-wrapper .panel-title a, .h5, .h6 {
    margin-bottom: 1.5rem;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.25;
    color: inherit;
}

h1,
.h1,
.lbl-primary {
    font-size: 2.12rem;
}

h2, .h2, .lead.xl, body.dir-right blockquote.xl, .lbl-signup,
.lbl-signin {
    font-size: 1.8rem;
}


h3,
.faq-wrapper .cat-heading, .h3 {
    font-size: 1.5rem;
}

    h4, .h4, .cards .info-box .content .card-title, .legend,
    legend,
    h2.heading,
    h3.heading, .faq-wrapper .heading.cat-heading,
    h4.heading, .faq-wrapper .panel-title a {
        font-size: 1.25rem;
    }

h5, .h5 {
    font-size: 1.125rem;
}

h6, .h6 {
    font-size: 0.95rem;
}

.lead, body.dir-right blockquote {
    font-size: 1.5rem;
    font-weight: 500;
}

.display-1 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-2 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-3 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-4 {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.2;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
    font-size: 80%;
    font-weight: 400;
}

mark,
.mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}

    .list-inline-item:not(:last-child) {
        margin-right: 0.5rem;
    }

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6b83a2;
}

    .blockquote-footer::before {
        content: "\2014\00A0";
    }

.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #BDC1C7;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}

.figure-caption {
    font-size: 90%;
    color: #6b83a2;
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word;
}

a > code {
    color: inherit;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #272f48;
    border-radius: 2px;
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: 700;
    }

pre {
    display: block;
    font-size: 87.5%;
    color: #272f48;
}

    pre code {
        font-size: inherit;
        color: inherit;
        word-break: normal;
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 1025px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1366px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1680px) {
    .container {
        max-width: 1580px;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .no-gutters > .col, .no-gutters > #content-wrapper,
    .no-gutters > [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, #content-wrapper,
.col-auto, .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, .col-sm,
.col-sm-auto, .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, .col-md,
.col-md-auto, .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, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col, #content-wrapper {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    order: -1;
}

.order-last {
    order: 13;
}

.order-0 {
    order: 0;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

.order-4 {
    order: 4;
}

.order-5 {
    order: 5;
}

.order-6 {
    order: 6;
}

.order-7 {
    order: 7;
}

.order-8 {
    order: 8;
}

.order-9 {
    order: 9;
}

.order-10 {
    order: 10;
}

.order-11 {
    order: 11;
}

.order-12 {
    order: 12;
}

.offset-1 {
    margin-left: 8.33333%;
}

.offset-2 {
    margin-left: 16.66667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.33333%;
}

.offset-5 {
    margin-left: 41.66667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.33333%;
}

.offset-8 {
    margin-left: 66.66667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.33333%;
}

.offset-11 {
    margin-left: 91.66667%;
}

@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-first {
        order: -1;
    }

    .order-sm-last {
        order: 13;
    }

    .order-sm-0 {
        order: 0;
    }

    .order-sm-1 {
        order: 1;
    }

    .order-sm-2 {
        order: 2;
    }

    .order-sm-3 {
        order: 3;
    }

    .order-sm-4 {
        order: 4;
    }

    .order-sm-5 {
        order: 5;
    }

    .order-sm-6 {
        order: 6;
    }

    .order-sm-7 {
        order: 7;
    }

    .order-sm-8 {
        order: 8;
    }

    .order-sm-9 {
        order: 9;
    }

    .order-sm-10 {
        order: 10;
    }

    .order-sm-11 {
        order: 11;
    }

    .order-sm-12 {
        order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.33333%;
    }

    .offset-sm-2 {
        margin-left: 16.66667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.33333%;
    }

    .offset-sm-5 {
        margin-left: 41.66667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.33333%;
    }

    .offset-sm-8 {
        margin-left: 66.66667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.33333%;
    }

    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-first {
        order: -1;
    }

    .order-md-last {
        order: 13;
    }

    .order-md-0 {
        order: 0;
    }

    .order-md-1 {
        order: 1;
    }

    .order-md-2 {
        order: 2;
    }

    .order-md-3 {
        order: 3;
    }

    .order-md-4 {
        order: 4;
    }

    .order-md-5 {
        order: 5;
    }

    .order-md-6 {
        order: 6;
    }

    .order-md-7 {
        order: 7;
    }

    .order-md-8 {
        order: 8;
    }

    .order-md-9 {
        order: 9;
    }

    .order-md-10 {
        order: 10;
    }

    .order-md-11 {
        order: 11;
    }

    .order-md-12 {
        order: 12;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.33333%;
    }

    .offset-md-2 {
        margin-left: 16.66667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.33333%;
    }

    .offset-md-5 {
        margin-left: 41.66667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.33333%;
    }

    .offset-md-8 {
        margin-left: 66.66667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.33333%;
    }

    .offset-md-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 1025px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-first {
        order: -1;
    }

    .order-lg-last {
        order: 13;
    }

    .order-lg-0 {
        order: 0;
    }

    .order-lg-1 {
        order: 1;
    }

    .order-lg-2 {
        order: 2;
    }

    .order-lg-3 {
        order: 3;
    }

    .order-lg-4 {
        order: 4;
    }

    .order-lg-5 {
        order: 5;
    }

    .order-lg-6 {
        order: 6;
    }

    .order-lg-7 {
        order: 7;
    }

    .order-lg-8 {
        order: 8;
    }

    .order-lg-9 {
        order: 9;
    }

    .order-lg-10 {
        order: 10;
    }

    .order-lg-11 {
        order: 11;
    }

    .order-lg-12 {
        order: 12;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.33333%;
    }

    .offset-lg-2 {
        margin-left: 16.66667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.33333%;
    }

    .offset-lg-5 {
        margin-left: 41.66667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.33333%;
    }

    .offset-lg-8 {
        margin-left: 66.66667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.33333%;
    }

    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 1366px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-first {
        order: -1;
    }

    .order-xl-last {
        order: 13;
    }

    .order-xl-0 {
        order: 0;
    }

    .order-xl-1 {
        order: 1;
    }

    .order-xl-2 {
        order: 2;
    }

    .order-xl-3 {
        order: 3;
    }

    .order-xl-4 {
        order: 4;
    }

    .order-xl-5 {
        order: 5;
    }

    .order-xl-6 {
        order: 6;
    }

    .order-xl-7 {
        order: 7;
    }

    .order-xl-8 {
        order: 8;
    }

    .order-xl-9 {
        order: 9;
    }

    .order-xl-10 {
        order: 10;
    }

    .order-xl-11 {
        order: 11;
    }

    .order-xl-12 {
        order: 12;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.33333%;
    }

    .offset-xl-2 {
        margin-left: 16.66667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.33333%;
    }

    .offset-xl-5 {
        margin-left: 41.66667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.33333%;
    }

    .offset-xl-8 {
        margin-left: 66.66667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.33333%;
    }

    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 1680px) {
    .col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-xxl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-xxl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-xxl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xxl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-xxl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-xxl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xxl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-xxl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-xxl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xxl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-xxl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-xxl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xxl-first {
        order: -1;
    }

    .order-xxl-last {
        order: 13;
    }

    .order-xxl-0 {
        order: 0;
    }

    .order-xxl-1 {
        order: 1;
    }

    .order-xxl-2 {
        order: 2;
    }

    .order-xxl-3 {
        order: 3;
    }

    .order-xxl-4 {
        order: 4;
    }

    .order-xxl-5 {
        order: 5;
    }

    .order-xxl-6 {
        order: 6;
    }

    .order-xxl-7 {
        order: 7;
    }

    .order-xxl-8 {
        order: 8;
    }

    .order-xxl-9 {
        order: 9;
    }

    .order-xxl-10 {
        order: 10;
    }

    .order-xxl-11 {
        order: 11;
    }

    .order-xxl-12 {
        order: 12;
    }

    .offset-xxl-0 {
        margin-left: 0;
    }

    .offset-xxl-1 {
        margin-left: 8.33333%;
    }

    .offset-xxl-2 {
        margin-left: 16.66667%;
    }

    .offset-xxl-3 {
        margin-left: 25%;
    }

    .offset-xxl-4 {
        margin-left: 33.33333%;
    }

    .offset-xxl-5 {
        margin-left: 41.66667%;
    }

    .offset-xxl-6 {
        margin-left: 50%;
    }

    .offset-xxl-7 {
        margin-left: 58.33333%;
    }

    .offset-xxl-8 {
        margin-left: 66.66667%;
    }

    .offset-xxl-9 {
        margin-left: 75%;
    }

    .offset-xxl-10 {
        margin-left: 83.33333%;
    }

    .offset-xxl-11 {
        margin-left: 91.66667%;
    }
}

.table, table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

    .table th,
    table th, .table td, table td {
        padding: 0.75rem;
        vertical-align: top;
        border-top: 1px solid #DADDE0;
    }

    .table thead th, table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #DADDE0;
    }

    .table tbody + tbody, table tbody + tbody {
        border-top: 2px solid #DADDE0;
    }

    .table .table, table .table, .table table, table table {
        background-color: #fff;
    }

.table-sm th,
.table-sm td {
    padding: 0.3rem;
}

.table-bordered {
    border: 1px solid #DADDE0;
}

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #DADDE0;
    }

    .table-bordered thead th,
    .table-bordered thead td {
        border-bottom-width: 2px;
    }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
    border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #b9c5cd;
}

    .table-primary th,
    .table-primary td,
    .table-primary thead th,
    .table-primary tbody + tbody {
        border-color: #7d93a1;
    }

.table-hover .table-primary:hover {
    background-color: #aab9c2;
}

    .table-hover .table-primary:hover > td,
    .table-hover .table-primary:hover > th {
        background-color: #aab9c2;
    }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
    background-color: #eec7b8;
}

    .table-secondary th,
    .table-secondary td,
    .table-secondary thead th,
    .table-secondary tbody + tbody {
        border-color: #df987b;
    }

.table-hover .table-secondary:hover {
    background-color: #e9b7a3;
}

    .table-hover .table-secondary:hover > td,
    .table-hover .table-secondary:hover > th {
        background-color: #e9b7a3;
    }

.table-success,
.table-success > th,
.table-success > td {
    background-color: #c3e6cb;
}

    .table-success th,
    .table-success td,
    .table-success thead th,
    .table-success tbody + tbody {
        border-color: #8fd19e;
    }

.table-hover .table-success:hover {
    background-color: #b1dfbb;
}

    .table-hover .table-success:hover > td,
    .table-hover .table-success:hover > th {
        background-color: #b1dfbb;
    }

.table-info,
.table-info > th,
.table-info > td {
    background-color: #bee5eb;
}

    .table-info th,
    .table-info td,
    .table-info thead th,
    .table-info tbody + tbody {
        border-color: #86cfda;
    }

.table-hover .table-info:hover {
    background-color: #abdde5;
}

    .table-hover .table-info:hover > td,
    .table-hover .table-info:hover > th {
        background-color: #abdde5;
    }

.table-warning,
.table-warning > th,
.table-warning > td {
    background-color: #ffeeba;
}

    .table-warning th,
    .table-warning td,
    .table-warning thead th,
    .table-warning tbody + tbody {
        border-color: #ffdf7e;
    }

.table-hover .table-warning:hover {
    background-color: #ffe8a1;
}

    .table-hover .table-warning:hover > td,
    .table-hover .table-warning:hover > th {
        background-color: #ffe8a1;
    }

.table-danger,
.table-danger > th,
.table-danger > td {
    background-color: #f5c6cb;
}

    .table-danger th,
    .table-danger td,
    .table-danger thead th,
    .table-danger tbody + tbody {
        border-color: #ed969e;
    }

.table-hover .table-danger:hover {
    background-color: #f1b0b7;
}

    .table-hover .table-danger:hover > td,
    .table-hover .table-danger:hover > th {
        background-color: #f1b0b7;
    }

.table-light,
.table-light > th,
.table-light > td {
    background-color: #fdfdfe;
}

    .table-light th,
    .table-light td,
    .table-light thead th,
    .table-light tbody + tbody {
        border-color: #fbfcfc;
    }

.table-hover .table-light:hover {
    background-color: #ececf6;
}

    .table-hover .table-light:hover > td,
    .table-hover .table-light:hover > th {
        background-color: #ececf6;
    }

.table-dark,
.table-dark > th,
.table-dark > td {
    background-color: #c3c6cc;
}

    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
        border-color: #8f96a0;
    }

.table-hover .table-dark:hover {
    background-color: #b5b9c0;
}

    .table-hover .table-dark:hover > td,
    .table-hover .table-dark:hover > th {
        background-color: #b5b9c0;
    }

.table-primary-light,
.table-primary-light > th,
.table-primary-light > td {
    background-color: #d6f3f8;
}

    .table-primary-light th,
    .table-primary-light td,
    .table-primary-light thead th,
    .table-primary-light tbody + tbody {
        border-color: #b4e9f3;
    }

.table-hover .table-primary-light:hover {
    background-color: #c0edf4;
}

    .table-hover .table-primary-light:hover > td,
    .table-hover .table-primary-light:hover > th {
        background-color: #c0edf4;
    }

.table-primary-dark,
.table-primary-dark > th,
.table-primary-dark > td {
    background-color: #b8bcbf;
}

    .table-primary-dark th,
    .table-primary-dark td,
    .table-primary-dark thead th,
    .table-primary-dark tbody + tbody {
        border-color: #7b8389;
    }

.table-hover .table-primary-dark:hover {
    background-color: #abafb3;
}

    .table-hover .table-primary-dark:hover > td,
    .table-hover .table-primary-dark:hover > th {
        background-color: #abafb3;
    }

.table-secondary-light,
.table-secondary-light > th,
.table-secondary-light > td {
    background-color: #fecfbd;
}

    .table-secondary-light th,
    .table-secondary-light td,
    .table-secondary-light thead th,
    .table-secondary-light tbody + tbody {
        border-color: #fea784;
    }

.table-hover .table-secondary-light:hover {
    background-color: #febda4;
}

    .table-hover .table-secondary-light:hover > td,
    .table-hover .table-secondary-light:hover > th {
        background-color: #febda4;
    }

.table-secondary-dark,
.table-secondary-dark > th,
.table-secondary-dark > td {
    background-color: #e0c3b8;
}

    .table-secondary-dark th,
    .table-secondary-dark td,
    .table-secondary-dark thead th,
    .table-secondary-dark tbody + tbody {
        border-color: #c5907b;
    }

.table-hover .table-secondary-dark:hover {
    background-color: #d8b4a6;
}

    .table-hover .table-secondary-dark:hover > td,
    .table-hover .table-secondary-dark:hover > th {
        background-color: #d8b4a6;
    }

.table-gray-dark,
.table-gray-dark > th,
.table-gray-dark > td {
    background-color: #c3c5cc;
}

    .table-gray-dark th,
    .table-gray-dark td,
    .table-gray-dark thead th,
    .table-gray-dark tbody + tbody {
        border-color: #8f93a0;
    }

.table-hover .table-gray-dark:hover {
    background-color: #b5b8c0;
}

    .table-hover .table-gray-dark:hover > td,
    .table-hover .table-gray-dark:hover > th {
        background-color: #b5b8c0;
    }

.table-gray,
.table-gray > th,
.table-gray > td {
    background-color: #d6dce5;
}

    .table-gray th,
    .table-gray td,
    .table-gray thead th,
    .table-gray tbody + tbody {
        border-color: #b2bfcf;
    }

.table-hover .table-gray:hover {
    background-color: #c6cfdb;
}

    .table-hover .table-gray:hover > td,
    .table-hover .table-gray:hover > th {
        background-color: #c6cfdb;
    }

.table-gray-light,
.table-gray-light > th,
.table-gray-light > td {
    background-color: #edeeef;
}

    .table-gray-light th,
    .table-gray-light td,
    .table-gray-light thead th,
    .table-gray-light tbody + tbody {
        border-color: #dddfe2;
    }

.table-hover .table-gray-light:hover {
    background-color: #e0e1e3;
}

    .table-hover .table-gray-light:hover > td,
    .table-hover .table-gray-light:hover > th {
        background-color: #e0e1e3;
    }

.table-error,
.table-error > th,
.table-error > td {
    background-color: #f5c6cb;
}

    .table-error th,
    .table-error td,
    .table-error thead th,
    .table-error tbody + tbody {
        border-color: #ed969e;
    }

.table-hover .table-error:hover {
    background-color: #f1b0b7;
}

    .table-hover .table-error:hover > td,
    .table-hover .table-error:hover > th {
        background-color: #f1b0b7;
    }

.table-active,
.table-active > th,
.table-active > td {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

    .table-hover .table-active:hover > td,
    .table-hover .table-active:hover > th {
        background-color: rgba(0, 0, 0, 0.075);
    }

.table .thead-dark th, table .thead-dark th {
    color: #fff;
    background-color: #272f48;
    border-color: #343f61;
}

.table .thead-light th, table .thead-light th {
    color: #273548;
    background-color: #DADDE0;
    border-color: #DADDE0;
}

.table-dark {
    color: #fff;
    background-color: #272f48;
}

    .table-dark th,
    .table-dark td,
    .table-dark thead th {
        border-color: #343f61;
    }

    .table-dark.table-bordered {
        border: 0;
    }

    .table-dark.table-striped tbody tr:nth-of-type(odd) {
        background-color: rgba(255, 255, 255, 0.05);
    }

    .table-dark.table-hover tbody tr:hover {
        background-color: rgba(255, 255, 255, 0.075);
    }

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive-sm > .table-bordered {
            border: 0;
        }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive-md > .table-bordered {
            border: 0;
        }
}

@media (max-width: 1024.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive-lg > .table-bordered {
            border: 0;
        }
}

@media (max-width: 1365.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive-xl > .table-bordered {
            border: 0;
        }
}

@media (max-width: 1679.98px) {
    .table-responsive-xxl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive-xxl > .table-bordered {
            border: 0;
        }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

    .table-responsive > .table-bordered {
        border: 0;
    }

.form-control, .select-box, select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
    display: block;
    width: 100%;
    height: 3rem;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #465061;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #9FA5AD;
    border-radius: 0;
    -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -ms-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

    .form-control::-ms-expand, .select-box::-ms-expand, select::-ms-expand, textarea::-ms-expand, input[type="text"]::-ms-expand, input[type="password"]::-ms-expand, input[type="datetime"]::-ms-expand, input[type="datetime-local"]::-ms-expand, input[type="date"]::-ms-expand, input[type="month"]::-ms-expand, input[type="time"]::-ms-expand, input[type="week"]::-ms-expand, input[type="number"]::-ms-expand, input[type="email"]::-ms-expand, input[type="url"]::-ms-expand, input[type="search"]::-ms-expand, input[type="tel"]::-ms-expand, input[type="color"]::-ms-expand {
        background-color: transparent;
        border: 0;
    }

    .form-control:focus, .select-box:focus, select:focus, textarea:focus, input:focus[type="text"], input:focus[type="password"], input:focus[type="datetime"], input:focus[type="datetime-local"], input:focus[type="date"], input:focus[type="month"], input:focus[type="time"], input:focus[type="week"], input:focus[type="number"], input:focus[type="email"], input:focus[type="url"], input:focus[type="search"], input:focus[type="tel"], input:focus[type="color"] {
        color: #465061;
        background-color: #fff;
        border-color: #0d7dc3;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(5, 48, 75, 0.25);
    }

    .form-control::placeholder, .select-box::placeholder, select::placeholder, textarea::placeholder, input[type="text"]::placeholder, input[type="password"]::placeholder, input[type="datetime"]::placeholder, input[type="datetime-local"]::placeholder, input[type="date"]::placeholder, input[type="month"]::placeholder, input[type="time"]::placeholder, input[type="week"]::placeholder, input[type="number"]::placeholder, input[type="email"]::placeholder, input[type="url"]::placeholder, input[type="search"]::placeholder, input[type="tel"]::placeholder, input[type="color"]::placeholder {
        color: #6b83a2;
        opacity: 1;
    }

    .form-control:disabled, .select-box:disabled, select:disabled, textarea:disabled, input:disabled[type="text"], input:disabled[type="password"], input:disabled[type="datetime"], input:disabled[type="datetime-local"], input:disabled[type="date"], input:disabled[type="month"], input:disabled[type="time"], input:disabled[type="week"], input:disabled[type="number"], input:disabled[type="email"], input:disabled[type="url"], input:disabled[type="search"], input:disabled[type="tel"], input:disabled[type="color"], .form-control[readonly], .select-box[readonly], select[readonly], textarea[readonly], input[readonly][type="text"], input[readonly][type="password"], input[readonly][type="datetime"], input[readonly][type="datetime-local"], input[readonly][type="date"], input[readonly][type="month"], input[readonly][type="time"], input[readonly][type="week"], input[readonly][type="number"], input[readonly][type="email"], input[readonly][type="url"], input[readonly][type="search"], input[readonly][type="tel"], input[readonly][type="color"] {
        background-color: #DADDE0;
        opacity: 1;
    }

    select.form-control:focus::-ms-value, select:focus::-ms-value {
        color: #465061;
        background-color: #fff;
    }

.form-control-file,
.form-control-range {
    display: block;
    width: 100%;
}

.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
}

.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5;
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #272f48;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

    .form-control-plaintext.form-control-sm, .form-control-plaintext.select-box.sm, .form-control-plaintext.select-box.small, select.form-control-plaintext.sm, select.form-control-plaintext.small, textarea.form-control-plaintext.sm, textarea.form-control-plaintext.small, input.form-control-plaintext.sm[type="text"], input.form-control-plaintext.small[type="text"], input.form-control-plaintext.sm[type="password"], input.form-control-plaintext.small[type="password"], input.form-control-plaintext.sm[type="datetime"], input.form-control-plaintext.small[type="datetime"], input.form-control-plaintext.sm[type="datetime-local"], input.form-control-plaintext.small[type="datetime-local"], input.form-control-plaintext.sm[type="date"], input.form-control-plaintext.small[type="date"], input.form-control-plaintext.sm[type="month"], input.form-control-plaintext.small[type="month"], input.form-control-plaintext.sm[type="time"], input.form-control-plaintext.small[type="time"], input.form-control-plaintext.sm[type="week"], input.form-control-plaintext.small[type="week"], input.form-control-plaintext.sm[type="number"], input.form-control-plaintext.small[type="number"], input.form-control-plaintext.sm[type="email"], input.form-control-plaintext.small[type="email"], input.form-control-plaintext.sm[type="url"], input.form-control-plaintext.small[type="url"], input.form-control-plaintext.sm[type="search"], input.form-control-plaintext.small[type="search"], input.form-control-plaintext.sm[type="tel"], input.form-control-plaintext.small[type="tel"], input.form-control-plaintext.sm[type="color"], input.form-control-plaintext.small[type="color"], .form-control-plaintext.form-control-lg, .form-control-plaintext.select-box.lg, .form-control-plaintext.select-box.large, select.form-control-plaintext.lg, select.form-control-plaintext.large, textarea.form-control-plaintext.lg, textarea.form-control-plaintext.large, input.form-control-plaintext.lg[type="text"], input.form-control-plaintext.large[type="text"], input.form-control-plaintext.lg[type="password"], input.form-control-plaintext.large[type="password"], input.form-control-plaintext.lg[type="datetime"], input.form-control-plaintext.large[type="datetime"], input.form-control-plaintext.lg[type="datetime-local"], input.form-control-plaintext.large[type="datetime-local"], input.form-control-plaintext.lg[type="date"], input.form-control-plaintext.large[type="date"], input.form-control-plaintext.lg[type="month"], input.form-control-plaintext.large[type="month"], input.form-control-plaintext.lg[type="time"], input.form-control-plaintext.large[type="time"], input.form-control-plaintext.lg[type="week"], input.form-control-plaintext.large[type="week"], input.form-control-plaintext.lg[type="number"], input.form-control-plaintext.large[type="number"], input.form-control-plaintext.lg[type="email"], input.form-control-plaintext.large[type="email"], input.form-control-plaintext.lg[type="url"], input.form-control-plaintext.large[type="url"], input.form-control-plaintext.lg[type="search"], input.form-control-plaintext.large[type="search"], input.form-control-plaintext.lg[type="tel"], input.form-control-plaintext.large[type="tel"], input.form-control-plaintext.lg[type="color"], input.form-control-plaintext.large[type="color"] {
        padding-right: 0;
        padding-left: 0;
    }

.form-control-sm, .select-box.sm, .select-box.small, select.sm, select.small, textarea.sm, textarea.small, input.sm[type="text"], input.small[type="text"], input.sm[type="password"], input.small[type="password"], input.sm[type="datetime"], input.small[type="datetime"], input.sm[type="datetime-local"], input.small[type="datetime-local"], input.sm[type="date"], input.small[type="date"], input.sm[type="month"], input.small[type="month"], input.sm[type="time"], input.small[type="time"], input.sm[type="week"], input.small[type="week"], input.sm[type="number"], input.small[type="number"], input.sm[type="email"], input.small[type="email"], input.sm[type="url"], input.small[type="url"], input.sm[type="search"], input.small[type="search"], input.sm[type="tel"], input.small[type="tel"], input.sm[type="color"], input.small[type="color"] {
    height: 1.8rem;
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0;
}

.form-control-lg, .select-box.lg, .select-box.large, select.lg, select.large, textarea.lg, textarea.large, input.lg[type="text"], input.large[type="text"], input.lg[type="password"], input.large[type="password"], input.lg[type="datetime"], input.large[type="datetime"], input.lg[type="datetime-local"], input.large[type="datetime-local"], input.lg[type="date"], input.large[type="date"], input.lg[type="month"], input.large[type="month"], input.lg[type="time"], input.large[type="time"], input.lg[type="week"], input.large[type="week"], input.lg[type="number"], input.large[type="number"], input.lg[type="email"], input.large[type="email"], input.lg[type="url"], input.large[type="url"], input.lg[type="search"], input.large[type="search"], input.lg[type="tel"], input.large[type="tel"], input.lg[type="color"], input.large[type="color"] {
    height: 3.5rem;
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0;
}

select.form-control[size], select[size], select.form-control[multiple], select[multiple] {
    height: auto;
}

textarea.form-control, textarea.select-box, textarea {
    height: auto;
}

.form-group, .row-form {
    margin-bottom: 1rem;
}

.form-text {
    display: block;
    margin-top: 0.25rem;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

    .form-row > .col, .form-row > #content-wrapper,
    .form-row > [class*="col-"] {
        padding-right: 5px;
        padding-left: 5px;
    }

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}

    .form-check-input:disabled ~ .form-check-label {
        color: #6b83a2;
    }

.form-check-label {
    margin-bottom: 0;
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}

    .form-check-inline .form-check-input {
        position: static;
        margin-top: 0;
        margin-right: 0.3125rem;
        margin-left: 0;
    }

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #28a745;
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.9);
    border-radius: 0.25rem;
}

.was-validated .form-control:valid, .was-validated .select-box:valid, .was-validated select:valid, .was-validated textarea:valid, .was-validated input:valid[type="text"], .was-validated input:valid[type="password"], .was-validated input:valid[type="datetime"], .was-validated input:valid[type="datetime-local"], .was-validated input:valid[type="date"], .was-validated input:valid[type="month"], .was-validated input:valid[type="time"], .was-validated input:valid[type="week"], .was-validated input:valid[type="number"], .was-validated input:valid[type="email"], .was-validated input:valid[type="url"], .was-validated input:valid[type="search"], .was-validated input:valid[type="tel"], .was-validated input:valid[type="color"], .form-control.is-valid, .is-valid.select-box, select.is-valid, textarea.is-valid, input.is-valid[type="text"], input.is-valid[type="password"], input.is-valid[type="datetime"], input.is-valid[type="datetime-local"], input.is-valid[type="date"], input.is-valid[type="month"], input.is-valid[type="time"], input.is-valid[type="week"], input.is-valid[type="number"], input.is-valid[type="email"], input.is-valid[type="url"], input.is-valid[type="search"], input.is-valid[type="tel"], input.is-valid[type="color"] {
    border-color: #28a745;
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right calc(2.25rem / 4);
    background-size: calc(2.25rem / 2) calc(2.25rem / 2);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
}

    .was-validated .form-control:valid:focus, .was-validated .select-box:valid:focus, .was-validated select:valid:focus, .was-validated textarea:valid:focus, .was-validated input:valid:focus[type="text"], .was-validated input:valid:focus[type="password"], .was-validated input:valid:focus[type="datetime"], .was-validated input:valid:focus[type="datetime-local"], .was-validated input:valid:focus[type="date"], .was-validated input:valid:focus[type="month"], .was-validated input:valid:focus[type="time"], .was-validated input:valid:focus[type="week"], .was-validated input:valid:focus[type="number"], .was-validated input:valid:focus[type="email"], .was-validated input:valid:focus[type="url"], .was-validated input:valid:focus[type="search"], .was-validated input:valid:focus[type="tel"], .was-validated input:valid:focus[type="color"], .form-control.is-valid:focus, .is-valid.select-box:focus, select.is-valid:focus, textarea.is-valid:focus, input.is-valid:focus[type="text"], input.is-valid:focus[type="password"], input.is-valid:focus[type="datetime"], input.is-valid:focus[type="datetime-local"], input.is-valid:focus[type="date"], input.is-valid:focus[type="month"], input.is-valid:focus[type="time"], input.is-valid:focus[type="week"], input.is-valid:focus[type="number"], input.is-valid:focus[type="email"], input.is-valid:focus[type="url"], input.is-valid:focus[type="search"], input.is-valid:focus[type="tel"], input.is-valid:focus[type="color"] {
        border-color: #28a745;
        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    }

    .was-validated .form-control:valid ~ .valid-feedback, .was-validated .select-box:valid ~ .valid-feedback, .was-validated select:valid ~ .valid-feedback, .was-validated textarea:valid ~ .valid-feedback, .was-validated input:valid[type="text"] ~ .valid-feedback, .was-validated input:valid[type="password"] ~ .valid-feedback, .was-validated input:valid[type="datetime"] ~ .valid-feedback, .was-validated input:valid[type="datetime-local"] ~ .valid-feedback, .was-validated input:valid[type="date"] ~ .valid-feedback, .was-validated input:valid[type="month"] ~ .valid-feedback, .was-validated input:valid[type="time"] ~ .valid-feedback, .was-validated input:valid[type="week"] ~ .valid-feedback, .was-validated input:valid[type="number"] ~ .valid-feedback, .was-validated input:valid[type="email"] ~ .valid-feedback, .was-validated input:valid[type="url"] ~ .valid-feedback, .was-validated input:valid[type="search"] ~ .valid-feedback, .was-validated input:valid[type="tel"] ~ .valid-feedback, .was-validated input:valid[type="color"] ~ .valid-feedback,
    .was-validated .form-control:valid ~ .valid-tooltip,
    .was-validated .select-box:valid ~ .valid-tooltip,
    .was-validated select:valid ~ .valid-tooltip,
    .was-validated textarea:valid ~ .valid-tooltip,
    .was-validated input:valid[type="text"] ~ .valid-tooltip,
    .was-validated input:valid[type="password"] ~ .valid-tooltip,
    .was-validated input:valid[type="datetime"] ~ .valid-tooltip,
    .was-validated input:valid[type="datetime-local"] ~ .valid-tooltip,
    .was-validated input:valid[type="date"] ~ .valid-tooltip,
    .was-validated input:valid[type="month"] ~ .valid-tooltip,
    .was-validated input:valid[type="time"] ~ .valid-tooltip,
    .was-validated input:valid[type="week"] ~ .valid-tooltip,
    .was-validated input:valid[type="number"] ~ .valid-tooltip,
    .was-validated input:valid[type="email"] ~ .valid-tooltip,
    .was-validated input:valid[type="url"] ~ .valid-tooltip,
    .was-validated input:valid[type="search"] ~ .valid-tooltip,
    .was-validated input:valid[type="tel"] ~ .valid-tooltip,
    .was-validated input:valid[type="color"] ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .is-valid.select-box ~ .valid-feedback, select.is-valid ~ .valid-feedback, textarea.is-valid ~ .valid-feedback, input.is-valid[type="text"] ~ .valid-feedback, input.is-valid[type="password"] ~ .valid-feedback, input.is-valid[type="datetime"] ~ .valid-feedback, input.is-valid[type="datetime-local"] ~ .valid-feedback, input.is-valid[type="date"] ~ .valid-feedback, input.is-valid[type="month"] ~ .valid-feedback, input.is-valid[type="time"] ~ .valid-feedback, input.is-valid[type="week"] ~ .valid-feedback, input.is-valid[type="number"] ~ .valid-feedback, input.is-valid[type="email"] ~ .valid-feedback, input.is-valid[type="url"] ~ .valid-feedback, input.is-valid[type="search"] ~ .valid-feedback, input.is-valid[type="tel"] ~ .valid-feedback, input.is-valid[type="color"] ~ .valid-feedback,
    .form-control.is-valid ~ .valid-tooltip,
    .is-valid.select-box ~ .valid-tooltip,
    select.is-valid ~ .valid-tooltip,
    textarea.is-valid ~ .valid-tooltip,
    input.is-valid[type="text"] ~ .valid-tooltip,
    input.is-valid[type="password"] ~ .valid-tooltip,
    input.is-valid[type="datetime"] ~ .valid-tooltip,
    input.is-valid[type="datetime-local"] ~ .valid-tooltip,
    input.is-valid[type="date"] ~ .valid-tooltip,
    input.is-valid[type="month"] ~ .valid-tooltip,
    input.is-valid[type="time"] ~ .valid-tooltip,
    input.is-valid[type="week"] ~ .valid-tooltip,
    input.is-valid[type="number"] ~ .valid-tooltip,
    input.is-valid[type="email"] ~ .valid-tooltip,
    input.is-valid[type="url"] ~ .valid-tooltip,
    input.is-valid[type="search"] ~ .valid-tooltip,
    input.is-valid[type="tel"] ~ .valid-tooltip,
    input.is-valid[type="color"] ~ .valid-tooltip {
        display: block;
    }

.was-validated textarea.form-control:valid, .was-validated textarea.select-box:valid, .was-validated textarea:valid, textarea.form-control.is-valid, textarea.is-valid {
    padding-right: 2.25rem;
    background-position: top calc(2.25rem / 4) right calc(2.25rem / 4);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
    border-color: #28a745;
    padding-right: 3.4375rem;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23273548' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") no-repeat center right 1.75rem/1.125rem 1.125rem;
}

    .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
        border-color: #28a745;
        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    }

    .was-validated .custom-select:valid ~ .valid-feedback,
    .was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
    .custom-select.is-valid ~ .valid-tooltip {
        display: block;
    }

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
    color: #28a745;
}

    .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
        border-color: #28a745;
    }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
    border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: 0.25rem;
}

.was-validated .form-control:invalid, .was-validated .select-box:invalid, .was-validated select:invalid, .was-validated textarea:invalid, .was-validated input:invalid[type="text"], .was-validated input:invalid[type="password"], .was-validated input:invalid[type="datetime"], .was-validated input:invalid[type="datetime-local"], .was-validated input:invalid[type="date"], .was-validated input:invalid[type="month"], .was-validated input:invalid[type="time"], .was-validated input:invalid[type="week"], .was-validated input:invalid[type="number"], .was-validated input:invalid[type="email"], .was-validated input:invalid[type="url"], .was-validated input:invalid[type="search"], .was-validated input:invalid[type="tel"], .was-validated input:invalid[type="color"], .form-control.is-invalid, .is-invalid.select-box, select.is-invalid, textarea.is-invalid, input.is-invalid[type="text"], input.is-invalid[type="password"], input.is-invalid[type="datetime"], input.is-invalid[type="datetime-local"], input.is-invalid[type="date"], input.is-invalid[type="month"], input.is-invalid[type="time"], input.is-invalid[type="week"], input.is-invalid[type="number"], input.is-invalid[type="email"], input.is-invalid[type="url"], input.is-invalid[type="search"], input.is-invalid[type="tel"], input.is-invalid[type="color"] {
    border-color: #dc3545;
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right calc(2.25rem / 4);
    background-size: calc(2.25rem / 2) calc(2.25rem / 2);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
}

    .was-validated .form-control:invalid:focus, .was-validated .select-box:invalid:focus, .was-validated select:invalid:focus, .was-validated textarea:invalid:focus, .was-validated input:invalid:focus[type="text"], .was-validated input:invalid:focus[type="password"], .was-validated input:invalid:focus[type="datetime"], .was-validated input:invalid:focus[type="datetime-local"], .was-validated input:invalid:focus[type="date"], .was-validated input:invalid:focus[type="month"], .was-validated input:invalid:focus[type="time"], .was-validated input:invalid:focus[type="week"], .was-validated input:invalid:focus[type="number"], .was-validated input:invalid:focus[type="email"], .was-validated input:invalid:focus[type="url"], .was-validated input:invalid:focus[type="search"], .was-validated input:invalid:focus[type="tel"], .was-validated input:invalid:focus[type="color"], .form-control.is-invalid:focus, .is-invalid.select-box:focus, select.is-invalid:focus, textarea.is-invalid:focus, input.is-invalid:focus[type="text"], input.is-invalid:focus[type="password"], input.is-invalid:focus[type="datetime"], input.is-invalid:focus[type="datetime-local"], input.is-invalid:focus[type="date"], input.is-invalid:focus[type="month"], input.is-invalid:focus[type="time"], input.is-invalid:focus[type="week"], input.is-invalid:focus[type="number"], input.is-invalid:focus[type="email"], input.is-invalid:focus[type="url"], input.is-invalid:focus[type="search"], input.is-invalid:focus[type="tel"], input.is-invalid:focus[type="color"] {
        border-color: #dc3545;
        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    }

    .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .select-box:invalid ~ .invalid-feedback, .was-validated select:invalid ~ .invalid-feedback, .was-validated textarea:invalid ~ .invalid-feedback, .was-validated input:invalid[type="text"] ~ .invalid-feedback, .was-validated input:invalid[type="password"] ~ .invalid-feedback, .was-validated input:invalid[type="datetime"] ~ .invalid-feedback, .was-validated input:invalid[type="datetime-local"] ~ .invalid-feedback, .was-validated input:invalid[type="date"] ~ .invalid-feedback, .was-validated input:invalid[type="month"] ~ .invalid-feedback, .was-validated input:invalid[type="time"] ~ .invalid-feedback, .was-validated input:invalid[type="week"] ~ .invalid-feedback, .was-validated input:invalid[type="number"] ~ .invalid-feedback, .was-validated input:invalid[type="email"] ~ .invalid-feedback, .was-validated input:invalid[type="url"] ~ .invalid-feedback, .was-validated input:invalid[type="search"] ~ .invalid-feedback, .was-validated input:invalid[type="tel"] ~ .invalid-feedback, .was-validated input:invalid[type="color"] ~ .invalid-feedback,
    .was-validated .form-control:invalid ~ .invalid-tooltip,
    .was-validated .select-box:invalid ~ .invalid-tooltip,
    .was-validated select:invalid ~ .invalid-tooltip,
    .was-validated textarea:invalid ~ .invalid-tooltip,
    .was-validated input:invalid[type="text"] ~ .invalid-tooltip,
    .was-validated input:invalid[type="password"] ~ .invalid-tooltip,
    .was-validated input:invalid[type="datetime"] ~ .invalid-tooltip,
    .was-validated input:invalid[type="datetime-local"] ~ .invalid-tooltip,
    .was-validated input:invalid[type="date"] ~ .invalid-tooltip,
    .was-validated input:invalid[type="month"] ~ .invalid-tooltip,
    .was-validated input:invalid[type="time"] ~ .invalid-tooltip,
    .was-validated input:invalid[type="week"] ~ .invalid-tooltip,
    .was-validated input:invalid[type="number"] ~ .invalid-tooltip,
    .was-validated input:invalid[type="email"] ~ .invalid-tooltip,
    .was-validated input:invalid[type="url"] ~ .invalid-tooltip,
    .was-validated input:invalid[type="search"] ~ .invalid-tooltip,
    .was-validated input:invalid[type="tel"] ~ .invalid-tooltip,
    .was-validated input:invalid[type="color"] ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .is-invalid.select-box ~ .invalid-feedback, select.is-invalid ~ .invalid-feedback, textarea.is-invalid ~ .invalid-feedback, input.is-invalid[type="text"] ~ .invalid-feedback, input.is-invalid[type="password"] ~ .invalid-feedback, input.is-invalid[type="datetime"] ~ .invalid-feedback, input.is-invalid[type="datetime-local"] ~ .invalid-feedback, input.is-invalid[type="date"] ~ .invalid-feedback, input.is-invalid[type="month"] ~ .invalid-feedback, input.is-invalid[type="time"] ~ .invalid-feedback, input.is-invalid[type="week"] ~ .invalid-feedback, input.is-invalid[type="number"] ~ .invalid-feedback, input.is-invalid[type="email"] ~ .invalid-feedback, input.is-invalid[type="url"] ~ .invalid-feedback, input.is-invalid[type="search"] ~ .invalid-feedback, input.is-invalid[type="tel"] ~ .invalid-feedback, input.is-invalid[type="color"] ~ .invalid-feedback,
    .form-control.is-invalid ~ .invalid-tooltip,
    .is-invalid.select-box ~ .invalid-tooltip,
    select.is-invalid ~ .invalid-tooltip,
    textarea.is-invalid ~ .invalid-tooltip,
    input.is-invalid[type="text"] ~ .invalid-tooltip,
    input.is-invalid[type="password"] ~ .invalid-tooltip,
    input.is-invalid[type="datetime"] ~ .invalid-tooltip,
    input.is-invalid[type="datetime-local"] ~ .invalid-tooltip,
    input.is-invalid[type="date"] ~ .invalid-tooltip,
    input.is-invalid[type="month"] ~ .invalid-tooltip,
    input.is-invalid[type="time"] ~ .invalid-tooltip,
    input.is-invalid[type="week"] ~ .invalid-tooltip,
    input.is-invalid[type="number"] ~ .invalid-tooltip,
    input.is-invalid[type="email"] ~ .invalid-tooltip,
    input.is-invalid[type="url"] ~ .invalid-tooltip,
    input.is-invalid[type="search"] ~ .invalid-tooltip,
    input.is-invalid[type="tel"] ~ .invalid-tooltip,
    input.is-invalid[type="color"] ~ .invalid-tooltip {
        display: block;
    }

.was-validated textarea.form-control:invalid, .was-validated textarea.select-box:invalid, .was-validated textarea:invalid, textarea.form-control.is-invalid, textarea.is-invalid {
    padding-right: 2.25rem;
    background-position: top calc(2.25rem / 4) right calc(2.25rem / 4);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
    border-color: #dc3545;
    padding-right: 3.4375rem;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23273548' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") no-repeat center right 1.75rem/1.125rem 1.125rem;
}

    .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    }

    .was-validated .custom-select:invalid ~ .invalid-feedback,
    .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
    .custom-select.is-invalid ~ .invalid-tooltip {
        display: block;
    }

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
    color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
    color: #dc3545;
}

    .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
        border-color: #dc3545;
    }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

    .form-inline .form-check {
        width: 100%;
    }

@media (min-width: 576px) {
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
    }

    .form-inline .form-group, .form-inline .row-form {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0;
    }

    .form-inline .form-control, .form-inline .select-box, .form-inline select, .form-inline textarea, .form-inline input[type="text"], .form-inline input[type="password"], .form-inline input[type="datetime"], .form-inline input[type="datetime-local"], .form-inline input[type="date"], .form-inline input[type="month"], .form-inline input[type="time"], .form-inline input[type="week"], .form-inline input[type="number"], .form-inline input[type="email"], .form-inline input[type="url"], .form-inline input[type="search"], .form-inline input[type="tel"], .form-inline input[type="color"] {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-plaintext {
        display: inline-block;
    }

    .form-inline .input-group,
    .form-inline .custom-select {
        width: auto;
    }

    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }

    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }

    .form-inline .custom-control {
        align-items: center;
        justify-content: center;
    }

    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}

.btn, button, .button, submit, input[type="submit"], input[type="button"], a.btn, .read-more,
.anchor {
    display: inline-block;
    font-weight: 500;
    color: #272f48;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 2px solid transparent;
    padding: 0.6rem 1.5rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #05304b;
    letter-spacing: 1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -ms-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

    .btn:hover, button:hover, .button:hover, submit:hover, input:hover[type="submit"], input:hover[type="button"], .read-more:hover,
    .anchor:hover {
        color: #272f48;
        text-decoration: none;
    }

    .btn:focus, button:focus, .button:focus, submit:focus, input:focus[type="submit"], input:focus[type="button"], .read-more:focus,
    .anchor:focus, .focus.btn, button.focus, .focus.button, submit.focus, input.focus[type="submit"], input.focus[type="button"], .focus.read-more,
    .focus.anchor {
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(5, 48, 75, 0.25);
    }

    .disabled.btn, button.disabled, .disabled.button, submit.disabled, input.disabled[type="submit"], input.disabled[type="button"], .disabled.read-more,
    .disabled.anchor, .btn:disabled, button:disabled, .button:disabled, submit:disabled, input:disabled[type="submit"], input:disabled[type="button"], .read-more:disabled,
    .anchor:disabled {
        opacity: 0.65;
    }

    .btn:not(:disabled):not(.disabled), button:not(:disabled):not(.disabled), .button:not(:disabled):not(.disabled), submit:not(:disabled):not(.disabled), input:not(:disabled):not(.disabled)[type="submit"], input:not(:disabled):not(.disabled)[type="button"], .read-more:not(:disabled):not(.disabled),
    .anchor:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

a.disabled.btn, a.disabled.button, a.disabled.read-more,
a.disabled.anchor,
fieldset:disabled a.btn,
fieldset:disabled a.button,
fieldset:disabled a.read-more,
fieldset:disabled a.anchor {
    pointer-events: none;
}

.btn-primary {
    color: #fff;
    background-color: #05304b;
    border-color: #05304b;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #031927;
        border-color: #02111b;
    }

    .btn-primary:focus, .btn-primary.focus {
        box-shadow: 0 0 0 0.2rem rgba(43, 79, 102, 0.5);
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #05304b;
        border-color: #05304b;
    }

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
    .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #02111b;
        border-color: #010a0f;
    }

        .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(43, 79, 102, 0.5);
        }

.btn-secondary {
    color: #fff;
    background-color: #c13802;
    border-color: #c13802;
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #9b2d02;
        border-color: #8f2901;
    }

    .btn-secondary:focus, .btn-secondary.focus {
        box-shadow: 0 0 0 0.2rem rgba(202, 86, 40, 0.5);
    }

    .btn-secondary.disabled, .btn-secondary:disabled {
        color: #fff;
        background-color: #c13802;
        border-color: #c13802;
    }

    .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
    .show > .btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #8f2901;
        border-color: #822601;
    }

        .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(202, 86, 40, 0.5);
        }

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

    .btn-success:hover {
        color: #fff;
        background-color: #218838;
        border-color: #1e7e34;
    }

    .btn-success:focus, .btn-success.focus {
        box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
    }

    .btn-success.disabled, .btn-success:disabled {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
    }

    .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
    .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #1e7e34;
        border-color: #1c7430;
    }

        .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
        .show > .btn-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
        }

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

    .btn-info:hover {
        color: #fff;
        background-color: #138496;
        border-color: #117a8b;
    }

    .btn-info:focus, .btn-info.focus {
        box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
    }

    .btn-info.disabled, .btn-info:disabled {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8;
    }

    .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
    .show > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #117a8b;
        border-color: #10707f;
    }

        .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
        .show > .btn-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
        }

.btn-warning {
    color: #272f48;
    background-color: #ffc107;
    border-color: #ffc107;
}

    .btn-warning:hover {
        color: #272f48;
        background-color: #e0a800;
        border-color: #d39e00;
    }

    .btn-warning:focus, .btn-warning.focus {
        box-shadow: 0 0 0 0.2rem rgba(223, 171, 17, 0.5);
    }

    .btn-warning.disabled, .btn-warning:disabled {
        color: #272f48;
        background-color: #ffc107;
        border-color: #ffc107;
    }

    .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
    .show > .btn-warning.dropdown-toggle {
        color: #272f48;
        background-color: #d39e00;
        border-color: #c69500;
    }

        .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
        .show > .btn-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(223, 171, 17, 0.5);
        }

.btn-danger, .del.btn, button.del, .del.button, submit.del, input.del[type="submit"], input.del[type="button"], .del.read-more,
.del.anchor, a.del.button, a.del.read-more,
a.del.anchor {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

    .btn-danger:hover, .del.btn:hover, button.del:hover, .del.button:hover, submit.del:hover, input.del:hover[type="submit"], input.del:hover[type="button"], .del.read-more:hover,
    .del.anchor:hover {
        color: #fff;
        background-color: #c82333;
        border-color: #bd2130;
    }

    .btn-danger:focus, .del.btn:focus, button.del:focus, .del.button:focus, submit.del:focus, input.del:focus[type="submit"], input.del:focus[type="button"], .del.read-more:focus,
    .del.anchor:focus, .btn-danger.focus, .focus.del.btn, button.focus.del, .focus.del.button, submit.focus.del, input.focus.del[type="submit"], input.focus.del[type="button"], .focus.del.read-more,
    .focus.del.anchor {
        box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
    }

    .btn-danger.disabled, .disabled.del.btn, button.disabled.del, .disabled.del.button, submit.disabled.del, input.disabled.del[type="submit"], input.disabled.del[type="button"], .disabled.del.read-more,
    .disabled.del.anchor, .btn-danger:disabled, .del.btn:disabled, button.del:disabled, .del.button:disabled, submit.del:disabled, input.del:disabled[type="submit"], input.del:disabled[type="button"], .del.read-more:disabled,
    .del.anchor:disabled {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
    }

    .btn-danger:not(:disabled):not(.disabled):active, .del.btn:not(:disabled):not(.disabled):active, button.del:not(:disabled):not(.disabled):active, .del.button:not(:disabled):not(.disabled):active, submit.del:not(:disabled):not(.disabled):active, input.del:not(:disabled):not(.disabled):active[type="submit"], input.del:not(:disabled):not(.disabled):active[type="button"], .del.read-more:not(:disabled):not(.disabled):active,
    .del.anchor:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .del.btn:not(:disabled):not(.disabled).active, button.del:not(:disabled):not(.disabled).active, .del.button:not(:disabled):not(.disabled).active, submit.del:not(:disabled):not(.disabled).active, input.del:not(:disabled):not(.disabled).active[type="submit"], input.del:not(:disabled):not(.disabled).active[type="button"], .del.read-more:not(:disabled):not(.disabled).active,
    .del.anchor:not(:disabled):not(.disabled).active,
    .show > .btn-danger.dropdown-toggle,
    .show > .dropdown-toggle.del.btn,
    .show > button.dropdown-toggle.del,
    .show > .dropdown-toggle.del.button,
    .show > submit.dropdown-toggle.del,
    .show > input.dropdown-toggle.del[type="submit"],
    .show > input.dropdown-toggle.del[type="button"],
    .show > .dropdown-toggle.del.read-more,
    .show > .dropdown-toggle.del.anchor {
        color: #fff;
        background-color: #bd2130;
        border-color: #b21f2d;
    }

        .btn-danger:not(:disabled):not(.disabled):active:focus, .del.btn:not(:disabled):not(.disabled):active:focus, button.del:not(:disabled):not(.disabled):active:focus, .del.button:not(:disabled):not(.disabled):active:focus, submit.del:not(:disabled):not(.disabled):active:focus, input.del:not(:disabled):not(.disabled):active:focus[type="submit"], input.del:not(:disabled):not(.disabled):active:focus[type="button"], .del.read-more:not(:disabled):not(.disabled):active:focus,
        .del.anchor:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .del.btn:not(:disabled):not(.disabled).active:focus, button.del:not(:disabled):not(.disabled).active:focus, .del.button:not(:disabled):not(.disabled).active:focus, submit.del:not(:disabled):not(.disabled).active:focus, input.del:not(:disabled):not(.disabled).active:focus[type="submit"], input.del:not(:disabled):not(.disabled).active:focus[type="button"], .del.read-more:not(:disabled):not(.disabled).active:focus,
        .del.anchor:not(:disabled):not(.disabled).active:focus,
        .show > .btn-danger.dropdown-toggle:focus,
        .show > .dropdown-toggle.del.btn:focus,
        .show > button.dropdown-toggle.del:focus,
        .show > .dropdown-toggle.del.button:focus,
        .show > submit.dropdown-toggle.del:focus,
        .show > input.dropdown-toggle.del:focus[type="submit"],
        .show > input.dropdown-toggle.del:focus[type="button"],
        .show > .dropdown-toggle.del.read-more:focus,
        .show > .dropdown-toggle.del.anchor:focus {
            box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
        }

.btn-light {
    color: #272f48;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

    .btn-light:hover {
        color: #272f48;
        background-color: #e2e6ea;
        border-color: #dae0e5;
    }

    .btn-light:focus, .btn-light.focus {
        box-shadow: 0 0 0 0.2rem rgba(217, 219, 223, 0.5);
    }

    .btn-light.disabled, .btn-light:disabled {
        color: #272f48;
        background-color: #f8f9fa;
        border-color: #f8f9fa;
    }

    .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
    .show > .btn-light.dropdown-toggle {
        color: #272f48;
        background-color: #dae0e5;
        border-color: #d3d9df;
    }

        .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
        .show > .btn-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(217, 219, 223, 0.5);
        }

.btn-dark {
    color: #fff;
    background-color: #273548;
    border-color: #273548;
}

    .btn-dark:hover {
        color: #fff;
        background-color: #1a232f;
        border-color: #151d27;
    }

    .btn-dark:focus, .btn-dark.focus {
        box-shadow: 0 0 0 0.2rem rgba(71, 83, 99, 0.5);
    }

    .btn-dark.disabled, .btn-dark:disabled {
        color: #fff;
        background-color: #273548;
        border-color: #273548;
    }

    .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
    .show > .btn-dark.dropdown-toggle {
        color: #fff;
        background-color: #151d27;
        border-color: #11171f;
    }

        .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
        .show > .btn-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(71, 83, 99, 0.5);
        }

.btn-primary-light {
    color: #272f48;
    background-color: #6ed4e7;
    border-color: #6ed4e7;
}

    .btn-primary-light:hover {
        color: #272f48;
        background-color: #4dcae2;
        border-color: #42c7e0;
    }

    .btn-primary-light:focus, .btn-primary-light.focus {
        box-shadow: 0 0 0 0.2rem rgba(99, 187, 207, 0.5);
    }

    .btn-primary-light.disabled, .btn-primary-light:disabled {
        color: #272f48;
        background-color: #6ed4e7;
        border-color: #6ed4e7;
    }

    .btn-primary-light:not(:disabled):not(.disabled):active, .btn-primary-light:not(:disabled):not(.disabled).active,
    .show > .btn-primary-light.dropdown-toggle {
        color: #272f48;
        background-color: #42c7e0;
        border-color: #37c4de;
    }

        .btn-primary-light:not(:disabled):not(.disabled):active:focus, .btn-primary-light:not(:disabled):not(.disabled).active:focus,
        .show > .btn-primary-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(99, 187, 207, 0.5);
        }

.btn-primary-dark {
    color: #fff;
    background-color: #02111b;
    border-color: #02111b;
}

    .btn-primary-dark:hover {
        color: #fff;
        background-color: black;
        border-color: black;
    }

    .btn-primary-dark:focus, .btn-primary-dark.focus {
        box-shadow: 0 0 0 0.2rem rgba(40, 53, 61, 0.5);
    }

    .btn-primary-dark.disabled, .btn-primary-dark:disabled {
        color: #fff;
        background-color: #02111b;
        border-color: #02111b;
    }

    .btn-primary-dark:not(:disabled):not(.disabled):active, .btn-primary-dark:not(:disabled):not(.disabled).active,
    .show > .btn-primary-dark.dropdown-toggle {
        color: #fff;
        background-color: black;
        border-color: black;
    }

        .btn-primary-dark:not(:disabled):not(.disabled):active:focus, .btn-primary-dark:not(:disabled):not(.disabled).active:focus,
        .show > .btn-primary-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(40, 53, 61, 0.5);
        }

.btn-secondary-light {
    color: #fff;
    background-color: #fd5513;
    border-color: #fd5513;
}

    .btn-secondary-light:hover {
        color: #fff;
        background-color: #e74302;
        border-color: #da3f02;
    }

    .btn-secondary-light:focus, .btn-secondary-light.focus {
        box-shadow: 0 0 0 0.2rem rgba(253, 110, 54, 0.5);
    }

    .btn-secondary-light.disabled, .btn-secondary-light:disabled {
        color: #fff;
        background-color: #fd5513;
        border-color: #fd5513;
    }

    .btn-secondary-light:not(:disabled):not(.disabled):active, .btn-secondary-light:not(:disabled):not(.disabled).active,
    .show > .btn-secondary-light.dropdown-toggle {
        color: #fff;
        background-color: #da3f02;
        border-color: #ce3c02;
    }

        .btn-secondary-light:not(:disabled):not(.disabled):active:focus, .btn-secondary-light:not(:disabled):not(.disabled).active:focus,
        .show > .btn-secondary-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(253, 110, 54, 0.5);
        }

.btn-secondary-dark {
    color: #fff;
    background-color: #8f2901;
    border-color: #8f2901;
}

    .btn-secondary-dark:hover {
        color: #fff;
        background-color: #691e01;
        border-color: #5c1b01;
    }

    .btn-secondary-dark:focus, .btn-secondary-dark.focus {
        box-shadow: 0 0 0 0.2rem rgba(159, 73, 40, 0.5);
    }

    .btn-secondary-dark.disabled, .btn-secondary-dark:disabled {
        color: #fff;
        background-color: #8f2901;
        border-color: #8f2901;
    }

    .btn-secondary-dark:not(:disabled):not(.disabled):active, .btn-secondary-dark:not(:disabled):not(.disabled).active,
    .show > .btn-secondary-dark.dropdown-toggle {
        color: #fff;
        background-color: #5c1b01;
        border-color: #4f1701;
    }

        .btn-secondary-dark:not(:disabled):not(.disabled):active:focus, .btn-secondary-dark:not(:disabled):not(.disabled).active:focus,
        .show > .btn-secondary-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(159, 73, 40, 0.5);
        }

.btn-gray-dark {
    color: #fff;
    background-color: #272f48;
    border-color: #272f48;
}

    .btn-gray-dark:hover {
        color: #fff;
        background-color: #1a1f2f;
        border-color: #151927;
    }

    .btn-gray-dark:focus, .btn-gray-dark.focus {
        box-shadow: 0 0 0 0.2rem rgba(71, 78, 99, 0.5);
    }

    .btn-gray-dark.disabled, .btn-gray-dark:disabled {
        color: #fff;
        background-color: #272f48;
        border-color: #272f48;
    }

    .btn-gray-dark:not(:disabled):not(.disabled):active, .btn-gray-dark:not(:disabled):not(.disabled).active,
    .show > .btn-gray-dark.dropdown-toggle {
        color: #fff;
        background-color: #151927;
        border-color: #11141f;
    }

        .btn-gray-dark:not(:disabled):not(.disabled):active:focus, .btn-gray-dark:not(:disabled):not(.disabled).active:focus,
        .show > .btn-gray-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(71, 78, 99, 0.5);
        }

.btn-gray {
    color: #fff;
    background-color: #6b83a2;
    border-color: #6b83a2;
}

    .btn-gray:hover {
        color: #fff;
        background-color: #59708e;
        border-color: #546a86;
    }

    .btn-gray:focus, .btn-gray.focus {
        box-shadow: 0 0 0 0.2rem rgba(129, 150, 176, 0.5);
    }

    .btn-gray.disabled, .btn-gray:disabled {
        color: #fff;
        background-color: #6b83a2;
        border-color: #6b83a2;
    }

    .btn-gray:not(:disabled):not(.disabled):active, .btn-gray:not(:disabled):not(.disabled).active,
    .show > .btn-gray.dropdown-toggle {
        color: #fff;
        background-color: #546a86;
        border-color: #4f647e;
    }

        .btn-gray:not(:disabled):not(.disabled):active:focus, .btn-gray:not(:disabled):not(.disabled).active:focus,
        .show > .btn-gray.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(129, 150, 176, 0.5);
        }

.btn-gray-light {
    color: #272f48;
    background-color: #BDC1C7;
    border-color: #BDC1C7;
}

    .btn-gray-light:hover {
        color: #272f48;
        background-color: #a8aeb5;
        border-color: #a1a7b0;
    }

    .btn-gray-light:focus, .btn-gray-light.focus {
        box-shadow: 0 0 0 0.2rem rgba(167, 171, 180, 0.5);
    }

    .btn-gray-light.disabled, .btn-gray-light:disabled {
        color: #272f48;
        background-color: #BDC1C7;
        border-color: #BDC1C7;
    }

    .btn-gray-light:not(:disabled):not(.disabled):active, .btn-gray-light:not(:disabled):not(.disabled).active,
    .show > .btn-gray-light.dropdown-toggle {
        color: #272f48;
        background-color: #a1a7b0;
        border-color: #9ba1aa;
    }

        .btn-gray-light:not(:disabled):not(.disabled):active:focus, .btn-gray-light:not(:disabled):not(.disabled).active:focus,
        .show > .btn-gray-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(167, 171, 180, 0.5);
        }

.btn-error {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

    .btn-error:hover {
        color: #fff;
        background-color: #c82333;
        border-color: #bd2130;
    }

    .btn-error:focus, .btn-error.focus {
        box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
    }

    .btn-error.disabled, .btn-error:disabled {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
    }

    .btn-error:not(:disabled):not(.disabled):active, .btn-error:not(:disabled):not(.disabled).active,
    .show > .btn-error.dropdown-toggle {
        color: #fff;
        background-color: #bd2130;
        border-color: #b21f2d;
    }

        .btn-error:not(:disabled):not(.disabled):active:focus, .btn-error:not(:disabled):not(.disabled).active:focus,
        .show > .btn-error.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
        }

.btn-outline-primary {
    color: #05304b;
    border-color: #05304b;
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #05304b;
        border-color: #05304b;
    }

    .btn-outline-primary:focus, .btn-outline-primary.focus {
        box-shadow: 0 0 0 0.2rem rgba(5, 48, 75, 0.5);
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #05304b;
        background-color: transparent;
    }

    .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
    .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #05304b;
        border-color: #05304b;
    }

        .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(5, 48, 75, 0.5);
        }

.btn-outline-secondary {
    color: #c13802;
    border-color: #c13802;
}

    .btn-outline-secondary:hover {
        color: #fff;
        background-color: #c13802;
        border-color: #c13802;
    }

    .btn-outline-secondary:focus, .btn-outline-secondary.focus {
        box-shadow: 0 0 0 0.2rem rgba(193, 56, 2, 0.5);
    }

    .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
        color: #c13802;
        background-color: transparent;
    }

    .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
    .show > .btn-outline-secondary.dropdown-toggle {
        color: #fff;
        background-color: #c13802;
        border-color: #c13802;
    }

        .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(193, 56, 2, 0.5);
        }

.btn-outline-success {
    color: #28a745;
    border-color: #28a745;
}

    .btn-outline-success:hover {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
    }

    .btn-outline-success:focus, .btn-outline-success.focus {
        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    }

    .btn-outline-success.disabled, .btn-outline-success:disabled {
        color: #28a745;
        background-color: transparent;
    }

    .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
    .show > .btn-outline-success.dropdown-toggle {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
    }

        .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
        }

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8;
}

    .btn-outline-info:hover {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8;
    }

    .btn-outline-info:focus, .btn-outline-info.focus {
        box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    }

    .btn-outline-info.disabled, .btn-outline-info:disabled {
        color: #17a2b8;
        background-color: transparent;
    }

    .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
    .show > .btn-outline-info.dropdown-toggle {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8;
    }

        .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
        }

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107;
}

    .btn-outline-warning:hover {
        color: #272f48;
        background-color: #ffc107;
        border-color: #ffc107;
    }

    .btn-outline-warning:focus, .btn-outline-warning.focus {
        box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    }

    .btn-outline-warning.disabled, .btn-outline-warning:disabled {
        color: #ffc107;
        background-color: transparent;
    }

    .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
    .show > .btn-outline-warning.dropdown-toggle {
        color: #272f48;
        background-color: #ffc107;
        border-color: #ffc107;
    }

        .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
        }

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545;
}

    .btn-outline-danger:hover {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
    }

    .btn-outline-danger:focus, .btn-outline-danger.focus {
        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    }

    .btn-outline-danger.disabled, .btn-outline-danger:disabled {
        color: #dc3545;
        background-color: transparent;
    }

    .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
    .show > .btn-outline-danger.dropdown-toggle {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
    }

        .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
        }

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
}

    .btn-outline-light:hover {
        color: #272f48;
        background-color: #f8f9fa;
        border-color: #f8f9fa;
    }

    .btn-outline-light:focus, .btn-outline-light.focus {
        box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    }

    .btn-outline-light.disabled, .btn-outline-light:disabled {
        color: #f8f9fa;
        background-color: transparent;
    }

    .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
    .show > .btn-outline-light.dropdown-toggle {
        color: #272f48;
        background-color: #f8f9fa;
        border-color: #f8f9fa;
    }

        .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
        }

.btn-outline-dark {
    color: #273548;
    border-color: #273548;
}

    .btn-outline-dark:hover {
        color: #fff;
        background-color: #273548;
        border-color: #273548;
    }

    .btn-outline-dark:focus, .btn-outline-dark.focus {
        box-shadow: 0 0 0 0.2rem rgba(39, 53, 72, 0.5);
    }

    .btn-outline-dark.disabled, .btn-outline-dark:disabled {
        color: #273548;
        background-color: transparent;
    }

    .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
    .show > .btn-outline-dark.dropdown-toggle {
        color: #fff;
        background-color: #273548;
        border-color: #273548;
    }

        .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(39, 53, 72, 0.5);
        }

.btn-outline-primary-light {
    color: #6ed4e7;
    border-color: #6ed4e7;
}

    .btn-outline-primary-light:hover {
        color: #272f48;
        background-color: #6ed4e7;
        border-color: #6ed4e7;
    }

    .btn-outline-primary-light:focus, .btn-outline-primary-light.focus {
        box-shadow: 0 0 0 0.2rem rgba(110, 212, 231, 0.5);
    }

    .btn-outline-primary-light.disabled, .btn-outline-primary-light:disabled {
        color: #6ed4e7;
        background-color: transparent;
    }

    .btn-outline-primary-light:not(:disabled):not(.disabled):active, .btn-outline-primary-light:not(:disabled):not(.disabled).active,
    .show > .btn-outline-primary-light.dropdown-toggle {
        color: #272f48;
        background-color: #6ed4e7;
        border-color: #6ed4e7;
    }

        .btn-outline-primary-light:not(:disabled):not(.disabled):active:focus, .btn-outline-primary-light:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-primary-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(110, 212, 231, 0.5);
        }

.btn-outline-primary-dark {
    color: #02111b;
    border-color: #02111b;
}

    .btn-outline-primary-dark:hover {
        color: #fff;
        background-color: #02111b;
        border-color: #02111b;
    }

    .btn-outline-primary-dark:focus, .btn-outline-primary-dark.focus {
        box-shadow: 0 0 0 0.2rem rgba(2, 17, 27, 0.5);
    }

    .btn-outline-primary-dark.disabled, .btn-outline-primary-dark:disabled {
        color: #02111b;
        background-color: transparent;
    }

    .btn-outline-primary-dark:not(:disabled):not(.disabled):active, .btn-outline-primary-dark:not(:disabled):not(.disabled).active,
    .show > .btn-outline-primary-dark.dropdown-toggle {
        color: #fff;
        background-color: #02111b;
        border-color: #02111b;
    }

        .btn-outline-primary-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-primary-dark:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-primary-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(2, 17, 27, 0.5);
        }

.btn-outline-secondary-light {
    color: #fd5513;
    border-color: #fd5513;
}

    .btn-outline-secondary-light:hover {
        color: #fff;
        background-color: #fd5513;
        border-color: #fd5513;
    }

    .btn-outline-secondary-light:focus, .btn-outline-secondary-light.focus {
        box-shadow: 0 0 0 0.2rem rgba(253, 85, 19, 0.5);
    }

    .btn-outline-secondary-light.disabled, .btn-outline-secondary-light:disabled {
        color: #fd5513;
        background-color: transparent;
    }

    .btn-outline-secondary-light:not(:disabled):not(.disabled):active, .btn-outline-secondary-light:not(:disabled):not(.disabled).active,
    .show > .btn-outline-secondary-light.dropdown-toggle {
        color: #fff;
        background-color: #fd5513;
        border-color: #fd5513;
    }

        .btn-outline-secondary-light:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary-light:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-secondary-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(253, 85, 19, 0.5);
        }

.btn-outline-secondary-dark {
    color: #8f2901;
    border-color: #8f2901;
}

    .btn-outline-secondary-dark:hover {
        color: #fff;
        background-color: #8f2901;
        border-color: #8f2901;
    }

    .btn-outline-secondary-dark:focus, .btn-outline-secondary-dark.focus {
        box-shadow: 0 0 0 0.2rem rgba(143, 41, 1, 0.5);
    }

    .btn-outline-secondary-dark.disabled, .btn-outline-secondary-dark:disabled {
        color: #8f2901;
        background-color: transparent;
    }

    .btn-outline-secondary-dark:not(:disabled):not(.disabled):active, .btn-outline-secondary-dark:not(:disabled):not(.disabled).active,
    .show > .btn-outline-secondary-dark.dropdown-toggle {
        color: #fff;
        background-color: #8f2901;
        border-color: #8f2901;
    }

        .btn-outline-secondary-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary-dark:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-secondary-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(143, 41, 1, 0.5);
        }

.btn-outline-gray-dark {
    color: #272f48;
    border-color: #272f48;
}

    .btn-outline-gray-dark:hover {
        color: #fff;
        background-color: #272f48;
        border-color: #272f48;
    }

    .btn-outline-gray-dark:focus, .btn-outline-gray-dark.focus {
        box-shadow: 0 0 0 0.2rem rgba(39, 47, 72, 0.5);
    }

    .btn-outline-gray-dark.disabled, .btn-outline-gray-dark:disabled {
        color: #272f48;
        background-color: transparent;
    }

    .btn-outline-gray-dark:not(:disabled):not(.disabled):active, .btn-outline-gray-dark:not(:disabled):not(.disabled).active,
    .show > .btn-outline-gray-dark.dropdown-toggle {
        color: #fff;
        background-color: #272f48;
        border-color: #272f48;
    }

        .btn-outline-gray-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-dark:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-gray-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(39, 47, 72, 0.5);
        }

.btn-outline-gray {
    color: #6b83a2;
    border-color: #6b83a2;
}

    .btn-outline-gray:hover {
        color: #fff;
        background-color: #6b83a2;
        border-color: #6b83a2;
    }

    .btn-outline-gray:focus, .btn-outline-gray.focus {
        box-shadow: 0 0 0 0.2rem rgba(107, 131, 162, 0.5);
    }

    .btn-outline-gray.disabled, .btn-outline-gray:disabled {
        color: #6b83a2;
        background-color: transparent;
    }

    .btn-outline-gray:not(:disabled):not(.disabled):active, .btn-outline-gray:not(:disabled):not(.disabled).active,
    .show > .btn-outline-gray.dropdown-toggle {
        color: #fff;
        background-color: #6b83a2;
        border-color: #6b83a2;
    }

        .btn-outline-gray:not(:disabled):not(.disabled):active:focus, .btn-outline-gray:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-gray.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(107, 131, 162, 0.5);
        }

.btn-outline-gray-light {
    color: #BDC1C7;
    border-color: #BDC1C7;
}

    .btn-outline-gray-light:hover {
        color: #272f48;
        background-color: #BDC1C7;
        border-color: #BDC1C7;
    }

    .btn-outline-gray-light:focus, .btn-outline-gray-light.focus {
        box-shadow: 0 0 0 0.2rem rgba(189, 193, 199, 0.5);
    }

    .btn-outline-gray-light.disabled, .btn-outline-gray-light:disabled {
        color: #BDC1C7;
        background-color: transparent;
    }

    .btn-outline-gray-light:not(:disabled):not(.disabled):active, .btn-outline-gray-light:not(:disabled):not(.disabled).active,
    .show > .btn-outline-gray-light.dropdown-toggle {
        color: #272f48;
        background-color: #BDC1C7;
        border-color: #BDC1C7;
    }

        .btn-outline-gray-light:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-light:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-gray-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(189, 193, 199, 0.5);
        }

.btn-outline-error {
    color: #dc3545;
    border-color: #dc3545;
}

    .btn-outline-error:hover {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
    }

    .btn-outline-error:focus, .btn-outline-error.focus {
        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    }

    .btn-outline-error.disabled, .btn-outline-error:disabled {
        color: #dc3545;
        background-color: transparent;
    }

    .btn-outline-error:not(:disabled):not(.disabled):active, .btn-outline-error:not(:disabled):not(.disabled).active,
    .show > .btn-outline-error.dropdown-toggle {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
    }

        .btn-outline-error:not(:disabled):not(.disabled):active:focus, .btn-outline-error:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-error.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
        }

.btn-link {
    font-weight: 400;
    color: #273548;
}

    .btn-link:hover {
        color: #000203;
        text-decoration: underline;
    }

    .btn-link:focus, .btn-link.focus {
        text-decoration: underline;
        box-shadow: none;
    }

    .btn-link:disabled, .btn-link.disabled {
        color: #6b83a2;
        pointer-events: none;
    }

.btn-lg, .btn-group-lg > .btn, .btn-group-lg > button, .btn-group-lg > .button, .btn-group-lg > submit, .btn-group-lg > input[type="submit"], .btn-group-lg > input[type="button"], .btn-group-lg > .read-more,
.btn-group-lg > .anchor, .large.btn, button.large, .large.button, submit.large, input.large[type="submit"], input.large[type="button"], .large.read-more,
.large.anchor, .lg.btn, button.lg, .lg.button, submit.lg, input.lg[type="submit"], input.lg[type="button"], .lg.read-more,
.lg.anchor {
    padding: 0.75rem 2rem;
    font-size: 1.25rem;
    line-height: 1.5;
    color: #05304b;
    letter-spacing: 1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.btn-sm, .btn-group-sm > .btn, .btn-group-sm > button, .btn-group-sm > .button, .btn-group-sm > submit, .btn-group-sm > input[type="submit"], .btn-group-sm > input[type="button"], .btn-group-sm > .read-more,
.btn-group-sm > .anchor, .small.btn, button.small, .small.button, submit.small, input.small[type="submit"], input.small[type="button"], .small.read-more,
.small.anchor, .sm.btn, button.sm, .sm.button, submit.sm, input.sm[type="submit"], input.sm[type="button"], .sm.read-more,
.sm.anchor {
    padding: 0.15rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #05304b;
    letter-spacing: 1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 0.5rem;
    }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.fade {
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    -ms-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

    .fade:not(.show) {
        opacity: 0;
    }

.collapse:not(.show) {
    display: none;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -moz-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    -ms-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

.dropup,
.dropright,
.dropdown,
.dropleft {
    position: relative;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #272f48;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

    .dropdown-menu-right, .dropdown-menu.menu-right {
        right: 0;
        left: auto;
    }

@media (min-width: 576px) {
    .dropdown-menu-sm-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 1025px) {
    .dropdown-menu-lg-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 1366px) {
    .dropdown-menu-xl-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 1680px) {
    .dropdown-menu-xxl-right {
        right: 0;
        left: auto;
    }
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0;
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0;
    }
}

@media (min-width: 1025px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0;
    }
}

@media (min-width: 1366px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0;
    }
}

@media (min-width: 1680px) {
    .dropdown-menu-xxl-left {
        right: auto;
        left: 0;
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-toggle::after {
    vertical-align: 0;
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}

.dropleft .dropdown-toggle::after {
    display: none;
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0;
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #DADDE0;
}

.dropdown-item, .dropdown-menu > * {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #272f48;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

    .dropdown-item:first-child, .dropdown-menu > :first-child {
        border-top-left-radius: calc(0.25rem - 1px);
        border-top-right-radius: calc(0.25rem - 1px);
    }

    .dropdown-item:last-child, .dropdown-menu > :last-child {
        border-bottom-right-radius: calc(0.25rem - 1px);
        border-bottom-left-radius: calc(0.25rem - 1px);
    }

    .dropdown-item:hover, .dropdown-menu > :hover, .dropdown-item:focus, .dropdown-menu > :focus {
        color: #1e2437;
        text-decoration: none;
        background-color: #f8f9fa;
    }

    .dropdown-item.active, .dropdown-menu > .active, .dropdown-item:active, .dropdown-menu > :active {
        color: #fff;
        text-decoration: none;
        background-color: transparent;
    }

    .dropdown-item.disabled, .dropdown-menu > .disabled, .dropdown-item:disabled, .dropdown-menu > :disabled {
        color: #6b83a2;
        pointer-events: none;
        background-color: transparent;
    }

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6b83a2;
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #272f48;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}

    .btn-group > .btn, .btn-group > button, .btn-group > .button, .btn-group > submit, .btn-group > input[type="submit"], .btn-group > input[type="button"], .btn-group > .read-more,
    .btn-group > .anchor,
    .btn-group-vertical > .btn,
    .btn-group-vertical > button,
    .btn-group-vertical > .button,
    .btn-group-vertical > submit,
    .btn-group-vertical > input[type="submit"],
    .btn-group-vertical > input[type="button"],
    .btn-group-vertical > .read-more,
    .btn-group-vertical > .anchor {
        position: relative;
        flex: 1 1 auto;
    }

        .btn-group > .btn:hover, .btn-group > button:hover, .btn-group > .button:hover, .btn-group > submit:hover, .btn-group > input:hover[type="submit"], .btn-group > input:hover[type="button"], .btn-group > .read-more:hover,
        .btn-group > .anchor:hover,
        .btn-group-vertical > .btn:hover,
        .btn-group-vertical > button:hover,
        .btn-group-vertical > .button:hover,
        .btn-group-vertical > submit:hover,
        .btn-group-vertical > input:hover[type="submit"],
        .btn-group-vertical > input:hover[type="button"],
        .btn-group-vertical > .read-more:hover,
        .btn-group-vertical > .anchor:hover {
            z-index: 1;
        }

        .btn-group > .btn:focus, .btn-group > button:focus, .btn-group > .button:focus, .btn-group > submit:focus, .btn-group > input:focus[type="submit"], .btn-group > input:focus[type="button"], .btn-group > .read-more:focus,
        .btn-group > .anchor:focus, .btn-group > .btn:active, .btn-group > button:active, .btn-group > .button:active, .btn-group > submit:active, .btn-group > input:active[type="submit"], .btn-group > input:active[type="button"], .btn-group > .read-more:active,
        .btn-group > .anchor:active, .btn-group > .active.btn, .btn-group > button.active, .btn-group > .active.button, .btn-group > submit.active, .btn-group > input.active[type="submit"], .btn-group > input.active[type="button"], .btn-group > .active.read-more,
        .btn-group > .active.anchor,
        .btn-group-vertical > .btn:focus,
        .btn-group-vertical > button:focus,
        .btn-group-vertical > .button:focus,
        .btn-group-vertical > submit:focus,
        .btn-group-vertical > input:focus[type="submit"],
        .btn-group-vertical > input:focus[type="button"],
        .btn-group-vertical > .read-more:focus,
        .btn-group-vertical > .anchor:focus,
        .btn-group-vertical > .btn:active,
        .btn-group-vertical > button:active,
        .btn-group-vertical > .button:active,
        .btn-group-vertical > submit:active,
        .btn-group-vertical > input:active[type="submit"],
        .btn-group-vertical > input:active[type="button"],
        .btn-group-vertical > .read-more:active,
        .btn-group-vertical > .anchor:active,
        .btn-group-vertical > .active.btn,
        .btn-group-vertical > button.active,
        .btn-group-vertical > .active.button,
        .btn-group-vertical > submit.active,
        .btn-group-vertical > input.active[type="submit"],
        .btn-group-vertical > input.active[type="button"],
        .btn-group-vertical > .active.read-more,
        .btn-group-vertical > .active.anchor {
            z-index: 1;
        }

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

    .btn-toolbar .input-group {
        width: auto;
    }

.btn-group > .btn:not(:first-child), .btn-group > button:not(:first-child), .btn-group > .button:not(:first-child), .btn-group > submit:not(:first-child), .btn-group > input:not(:first-child)[type="submit"], .btn-group > input:not(:first-child)[type="button"], .btn-group > .read-more:not(:first-child),
.btn-group > .anchor:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
    margin-left: -2px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > button:not(:last-child):not(.dropdown-toggle), .btn-group > .button:not(:last-child):not(.dropdown-toggle), .btn-group > submit:not(:last-child):not(.dropdown-toggle), .btn-group > input:not(:last-child):not(.dropdown-toggle)[type="submit"], .btn-group > input:not(:last-child):not(.dropdown-toggle)[type="button"], .btn-group > .read-more:not(:last-child):not(.dropdown-toggle),
.btn-group > .anchor:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn-group:not(:last-child) > button,
.btn-group > .btn-group:not(:last-child) > .button,
.btn-group > .btn-group:not(:last-child) > submit,
.btn-group > .btn-group:not(:last-child) > input[type="submit"],
.btn-group > .btn-group:not(:last-child) > input[type="button"],
.btn-group > .btn-group:not(:last-child) > .read-more,
.btn-group > .btn-group:not(:last-child) > .anchor {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child), .btn-group > button:not(:first-child), .btn-group > .button:not(:first-child), .btn-group > submit:not(:first-child), .btn-group > input:not(:first-child)[type="submit"], .btn-group > input:not(:first-child)[type="button"], .btn-group > .read-more:not(:first-child),
.btn-group > .anchor:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn-group:not(:first-child) > button,
.btn-group > .btn-group:not(:first-child) > .button,
.btn-group > .btn-group:not(:first-child) > submit,
.btn-group > .btn-group:not(:first-child) > input[type="submit"],
.btn-group > .btn-group:not(:first-child) > input[type="button"],
.btn-group > .btn-group:not(:first-child) > .read-more,
.btn-group > .btn-group:not(:first-child) > .anchor {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
    padding-right: 1.125rem;
    padding-left: 1.125rem;
}

    .dropdown-toggle-split::after,
    .dropup .dropdown-toggle-split::after,
    .dropright .dropdown-toggle-split::after {
        margin-left: 0;
    }

.dropleft .dropdown-toggle-split::before {
    margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .btn-group-sm > button + .dropdown-toggle-split, .btn-group-sm > .button + .dropdown-toggle-split, .btn-group-sm > submit + .dropdown-toggle-split, .btn-group-sm > input[type="submit"] + .dropdown-toggle-split, .btn-group-sm > input[type="button"] + .dropdown-toggle-split, .btn-group-sm > .read-more + .dropdown-toggle-split, .btn-group-sm > .anchor + .dropdown-toggle-split, .small.btn + .dropdown-toggle-split, button.small + .dropdown-toggle-split, .small.button + .dropdown-toggle-split, submit.small + .dropdown-toggle-split, input.small[type="submit"] + .dropdown-toggle-split, input.small[type="button"] + .dropdown-toggle-split, .small.read-more + .dropdown-toggle-split, .small.anchor + .dropdown-toggle-split, .sm.btn + .dropdown-toggle-split, button.sm + .dropdown-toggle-split, .sm.button + .dropdown-toggle-split, submit.sm + .dropdown-toggle-split, input.sm[type="submit"] + .dropdown-toggle-split, input.sm[type="button"] + .dropdown-toggle-split, .sm.read-more + .dropdown-toggle-split, .sm.anchor + .dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .btn-group-lg > button + .dropdown-toggle-split, .btn-group-lg > .button + .dropdown-toggle-split, .btn-group-lg > submit + .dropdown-toggle-split, .btn-group-lg > input[type="submit"] + .dropdown-toggle-split, .btn-group-lg > input[type="button"] + .dropdown-toggle-split, .btn-group-lg > .read-more + .dropdown-toggle-split, .btn-group-lg > .anchor + .dropdown-toggle-split, .large.btn + .dropdown-toggle-split, button.large + .dropdown-toggle-split, .large.button + .dropdown-toggle-split, submit.large + .dropdown-toggle-split, input.large[type="submit"] + .dropdown-toggle-split, input.large[type="button"] + .dropdown-toggle-split, .large.read-more + .dropdown-toggle-split, .large.anchor + .dropdown-toggle-split, .lg.btn + .dropdown-toggle-split, button.lg + .dropdown-toggle-split, .lg.button + .dropdown-toggle-split, submit.lg + .dropdown-toggle-split, input.lg[type="submit"] + .dropdown-toggle-split, input.lg[type="button"] + .dropdown-toggle-split, .lg.read-more + .dropdown-toggle-split, .lg.anchor + .dropdown-toggle-split {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

    .btn-group-vertical > .btn,
    .btn-group-vertical > button,
    .btn-group-vertical > .button,
    .btn-group-vertical > submit,
    .btn-group-vertical > input[type="submit"],
    .btn-group-vertical > input[type="button"],
    .btn-group-vertical > .read-more,
    .btn-group-vertical > .anchor,
    .btn-group-vertical > .btn-group {
        width: 100%;
    }

        .btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > button:not(:first-child), .btn-group-vertical > .button:not(:first-child), .btn-group-vertical > submit:not(:first-child), .btn-group-vertical > input:not(:first-child)[type="submit"], .btn-group-vertical > input:not(:first-child)[type="button"], .btn-group-vertical > .read-more:not(:first-child),
        .btn-group-vertical > .anchor:not(:first-child),
        .btn-group-vertical > .btn-group:not(:first-child) {
            margin-top: -2px;
        }

        .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > button:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .button:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > submit:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > input:not(:last-child):not(.dropdown-toggle)[type="submit"], .btn-group-vertical > input:not(:last-child):not(.dropdown-toggle)[type="button"], .btn-group-vertical > .read-more:not(:last-child):not(.dropdown-toggle),
        .btn-group-vertical > .anchor:not(:last-child):not(.dropdown-toggle),
        .btn-group-vertical > .btn-group:not(:last-child) > .btn,
        .btn-group-vertical > .btn-group:not(:last-child) > button,
        .btn-group-vertical > .btn-group:not(:last-child) > .button,
        .btn-group-vertical > .btn-group:not(:last-child) > submit,
        .btn-group-vertical > .btn-group:not(:last-child) > input[type="submit"],
        .btn-group-vertical > .btn-group:not(:last-child) > input[type="button"],
        .btn-group-vertical > .btn-group:not(:last-child) > .read-more,
        .btn-group-vertical > .btn-group:not(:last-child) > .anchor {
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0;
        }

        .btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > button:not(:first-child), .btn-group-vertical > .button:not(:first-child), .btn-group-vertical > submit:not(:first-child), .btn-group-vertical > input:not(:first-child)[type="submit"], .btn-group-vertical > input:not(:first-child)[type="button"], .btn-group-vertical > .read-more:not(:first-child),
        .btn-group-vertical > .anchor:not(:first-child),
        .btn-group-vertical > .btn-group:not(:first-child) > .btn,
        .btn-group-vertical > .btn-group:not(:first-child) > button,
        .btn-group-vertical > .btn-group:not(:first-child) > .button,
        .btn-group-vertical > .btn-group:not(:first-child) > submit,
        .btn-group-vertical > .btn-group:not(:first-child) > input[type="submit"],
        .btn-group-vertical > .btn-group:not(:first-child) > input[type="button"],
        .btn-group-vertical > .btn-group:not(:first-child) > .read-more,
        .btn-group-vertical > .btn-group:not(:first-child) > .anchor {
            border-top-left-radius: 0;
            border-top-right-radius: 0;
        }

.btn-group-toggle > .btn, .btn-group-toggle > button, .btn-group-toggle > .button, .btn-group-toggle > submit, .btn-group-toggle > input[type="submit"], .btn-group-toggle > input[type="button"], .btn-group-toggle > .read-more,
.btn-group-toggle > .anchor,
.btn-group-toggle > .btn-group > .btn,
.btn-group-toggle > .btn-group > button,
.btn-group-toggle > .btn-group > .button,
.btn-group-toggle > .btn-group > submit,
.btn-group-toggle > .btn-group > input[type="submit"],
.btn-group-toggle > .btn-group > input[type="button"],
.btn-group-toggle > .btn-group > .read-more,
.btn-group-toggle > .btn-group > .anchor {
    margin-bottom: 0;
}

    .btn-group-toggle > .btn input[type="radio"], .btn-group-toggle > button input[type="radio"], .btn-group-toggle > .button input[type="radio"], .btn-group-toggle > submit input[type="radio"], .btn-group-toggle > input[type="submit"] input[type="radio"], .btn-group-toggle > input[type="button"] input[type="radio"], .btn-group-toggle > .read-more input[type="radio"], .btn-group-toggle > .anchor input[type="radio"],
    .btn-group-toggle > .btn input[type="checkbox"],
    .btn-group-toggle > button input[type="checkbox"],
    .btn-group-toggle > .button input[type="checkbox"],
    .btn-group-toggle > submit input[type="checkbox"],
    .btn-group-toggle > input[type="submit"] input[type="checkbox"],
    .btn-group-toggle > input[type="button"] input[type="checkbox"],
    .btn-group-toggle > .read-more input[type="checkbox"],
    .btn-group-toggle > .anchor input[type="checkbox"],
    .btn-group-toggle > .btn-group > .btn input[type="radio"],
    .btn-group-toggle > .btn-group > button input[type="radio"],
    .btn-group-toggle > .btn-group > .button input[type="radio"],
    .btn-group-toggle > .btn-group > submit input[type="radio"],
    .btn-group-toggle > .btn-group > input[type="submit"] input[type="radio"],
    .btn-group-toggle > .btn-group > input[type="button"] input[type="radio"],
    .btn-group-toggle > .btn-group > .read-more input[type="radio"],
    .btn-group-toggle > .btn-group > .anchor input[type="radio"],
    .btn-group-toggle > .btn-group > .btn input[type="checkbox"],
    .btn-group-toggle > .btn-group > button input[type="checkbox"],
    .btn-group-toggle > .btn-group > .button input[type="checkbox"],
    .btn-group-toggle > .btn-group > submit input[type="checkbox"],
    .btn-group-toggle > .btn-group > input[type="submit"] input[type="checkbox"],
    .btn-group-toggle > .btn-group > input[type="button"] input[type="checkbox"],
    .btn-group-toggle > .btn-group > .read-more input[type="checkbox"],
    .btn-group-toggle > .btn-group > .anchor input[type="checkbox"] {
        position: absolute;
        clip: rect(0, 0, 0, 0);
        pointer-events: none;
    }

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

    .input-group > .form-control, .input-group > .select-box, .input-group > select, .input-group > textarea, .input-group > input[type="text"], .input-group > input[type="password"], .input-group > input[type="datetime"], .input-group > input[type="datetime-local"], .input-group > input[type="date"], .input-group > input[type="month"], .input-group > input[type="time"], .input-group > input[type="week"], .input-group > input[type="number"], .input-group > input[type="email"], .input-group > input[type="url"], .input-group > input[type="search"], .input-group > input[type="tel"], .input-group > input[type="color"],
    .input-group > .form-control-plaintext,
    .input-group > .custom-select,
    .input-group > .custom-file {
        position: relative;
        flex: 1 1 auto;
        width: 1%;
        margin-bottom: 0;
    }

        .input-group > .form-control + .form-control, .input-group > .select-box + .form-control, .input-group > select + .form-control, .input-group > textarea + .form-control, .input-group > input[type="text"] + .form-control, .input-group > input[type="password"] + .form-control, .input-group > input[type="datetime"] + .form-control, .input-group > input[type="datetime-local"] + .form-control, .input-group > input[type="date"] + .form-control, .input-group > input[type="month"] + .form-control, .input-group > input[type="time"] + .form-control, .input-group > input[type="week"] + .form-control, .input-group > input[type="number"] + .form-control, .input-group > input[type="email"] + .form-control, .input-group > input[type="url"] + .form-control, .input-group > input[type="search"] + .form-control, .input-group > input[type="tel"] + .form-control, .input-group > input[type="color"] + .form-control, .input-group > .form-control + .select-box, .input-group > .select-box + .select-box, .input-group > select + .select-box, .input-group > textarea + .select-box, .input-group > input[type="text"] + .select-box, .input-group > input[type="password"] + .select-box, .input-group > input[type="datetime"] + .select-box, .input-group > input[type="datetime-local"] + .select-box, .input-group > input[type="date"] + .select-box, .input-group > input[type="month"] + .select-box, .input-group > input[type="time"] + .select-box, .input-group > input[type="week"] + .select-box, .input-group > input[type="number"] + .select-box, .input-group > input[type="email"] + .select-box, .input-group > input[type="url"] + .select-box, .input-group > input[type="search"] + .select-box, .input-group > input[type="tel"] + .select-box, .input-group > input[type="color"] + .select-box, .input-group > .form-control + select, .input-group > .select-box + select, .input-group > select + select, .input-group > textarea + select, .input-group > input[type="text"] + select, .input-group > input[type="password"] + select, .input-group > input[type="datetime"] + select, .input-group > input[type="datetime-local"] + select, .input-group > input[type="date"] + select, .input-group > input[type="month"] + select, .input-group > input[type="time"] + select, .input-group > input[type="week"] + select, .input-group > input[type="number"] + select, .input-group > input[type="email"] + select, .input-group > input[type="url"] + select, .input-group > input[type="search"] + select, .input-group > input[type="tel"] + select, .input-group > input[type="color"] + select, .input-group > .form-control + textarea, .input-group > .select-box + textarea, .input-group > select + textarea, .input-group > textarea + textarea, .input-group > input[type="text"] + textarea, .input-group > input[type="password"] + textarea, .input-group > input[type="datetime"] + textarea, .input-group > input[type="datetime-local"] + textarea, .input-group > input[type="date"] + textarea, .input-group > input[type="month"] + textarea, .input-group > input[type="time"] + textarea, .input-group > input[type="week"] + textarea, .input-group > input[type="number"] + textarea, .input-group > input[type="email"] + textarea, .input-group > input[type="url"] + textarea, .input-group > input[type="search"] + textarea, .input-group > input[type="tel"] + textarea, .input-group > input[type="color"] + textarea, .input-group > .form-control + input[type="text"], .input-group > .select-box + input[type="text"], .input-group > select + input[type="text"], .input-group > textarea + input[type="text"], .input-group > input[type="text"] + input[type="text"], .input-group > input[type="password"] + input[type="text"], .input-group > input[type="datetime"] + input[type="text"], .input-group > input[type="datetime-local"] + input[type="text"], .input-group > input[type="date"] + input[type="text"], .input-group > input[type="month"] + input[type="text"], .input-group > input[type="time"] + input[type="text"], .input-group > input[type="week"] + input[type="text"], .input-group > input[type="number"] + input[type="text"], .input-group > input[type="email"] + input[type="text"], .input-group > input[type="url"] + input[type="text"], .input-group > input[type="search"] + input[type="text"], .input-group > input[type="tel"] + input[type="text"], .input-group > input[type="color"] + input[type="text"], .input-group > .form-control + input[type="password"], .input-group > .select-box + input[type="password"], .input-group > select + input[type="password"], .input-group > textarea + input[type="password"], .input-group > input[type="text"] + input[type="password"], .input-group > input[type="password"] + input[type="password"], .input-group > input[type="datetime"] + input[type="password"], .input-group > input[type="datetime-local"] + input[type="password"], .input-group > input[type="date"] + input[type="password"], .input-group > input[type="month"] + input[type="password"], .input-group > input[type="time"] + input[type="password"], .input-group > input[type="week"] + input[type="password"], .input-group > input[type="number"] + input[type="password"], .input-group > input[type="email"] + input[type="password"], .input-group > input[type="url"] + input[type="password"], .input-group > input[type="search"] + input[type="password"], .input-group > input[type="tel"] + input[type="password"], .input-group > input[type="color"] + input[type="password"], .input-group > .form-control + input[type="datetime"], .input-group > .select-box + input[type="datetime"], .input-group > select + input[type="datetime"], .input-group > textarea + input[type="datetime"], .input-group > input[type="text"] + input[type="datetime"], .input-group > input[type="password"] + input[type="datetime"], .input-group > input[type="datetime"] + input[type="datetime"], .input-group > input[type="datetime-local"] + input[type="datetime"], .input-group > input[type="date"] + input[type="datetime"], .input-group > input[type="month"] + input[type="datetime"], .input-group > input[type="time"] + input[type="datetime"], .input-group > input[type="week"] + input[type="datetime"], .input-group > input[type="number"] + input[type="datetime"], .input-group > input[type="email"] + input[type="datetime"], .input-group > input[type="url"] + input[type="datetime"], .input-group > input[type="search"] + input[type="datetime"], .input-group > input[type="tel"] + input[type="datetime"], .input-group > input[type="color"] + input[type="datetime"], .input-group > .form-control + input[type="datetime-local"], .input-group > .select-box + input[type="datetime-local"], .input-group > select + input[type="datetime-local"], .input-group > textarea + input[type="datetime-local"], .input-group > input[type="text"] + input[type="datetime-local"], .input-group > input[type="password"] + input[type="datetime-local"], .input-group > input[type="datetime"] + input[type="datetime-local"], .input-group > input[type="datetime-local"] + input[type="datetime-local"], .input-group > input[type="date"] + input[type="datetime-local"], .input-group > input[type="month"] + input[type="datetime-local"], .input-group > input[type="time"] + input[type="datetime-local"], .input-group > input[type="week"] + input[type="datetime-local"], .input-group > input[type="number"] + input[type="datetime-local"], .input-group > input[type="email"] + input[type="datetime-local"], .input-group > input[type="url"] + input[type="datetime-local"], .input-group > input[type="search"] + input[type="datetime-local"], .input-group > input[type="tel"] + input[type="datetime-local"], .input-group > input[type="color"] + input[type="datetime-local"], .input-group > .form-control + input[type="date"], .input-group > .select-box + input[type="date"], .input-group > select + input[type="date"], .input-group > textarea + input[type="date"], .input-group > input[type="text"] + input[type="date"], .input-group > input[type="password"] + input[type="date"], .input-group > input[type="datetime"] + input[type="date"], .input-group > input[type="datetime-local"] + input[type="date"], .input-group > input[type="date"] + input[type="date"], .input-group > input[type="month"] + input[type="date"], .input-group > input[type="time"] + input[type="date"], .input-group > input[type="week"] + input[type="date"], .input-group > input[type="number"] + input[type="date"], .input-group > input[type="email"] + input[type="date"], .input-group > input[type="url"] + input[type="date"], .input-group > input[type="search"] + input[type="date"], .input-group > input[type="tel"] + input[type="date"], .input-group > input[type="color"] + input[type="date"], .input-group > .form-control + input[type="month"], .input-group > .select-box + input[type="month"], .input-group > select + input[type="month"], .input-group > textarea + input[type="month"], .input-group > input[type="text"] + input[type="month"], .input-group > input[type="password"] + input[type="month"], .input-group > input[type="datetime"] + input[type="month"], .input-group > input[type="datetime-local"] + input[type="month"], .input-group > input[type="date"] + input[type="month"], .input-group > input[type="month"] + input[type="month"], .input-group > input[type="time"] + input[type="month"], .input-group > input[type="week"] + input[type="month"], .input-group > input[type="number"] + input[type="month"], .input-group > input[type="email"] + input[type="month"], .input-group > input[type="url"] + input[type="month"], .input-group > input[type="search"] + input[type="month"], .input-group > input[type="tel"] + input[type="month"], .input-group > input[type="color"] + input[type="month"], .input-group > .form-control + input[type="time"], .input-group > .select-box + input[type="time"], .input-group > select + input[type="time"], .input-group > textarea + input[type="time"], .input-group > input[type="text"] + input[type="time"], .input-group > input[type="password"] + input[type="time"], .input-group > input[type="datetime"] + input[type="time"], .input-group > input[type="datetime-local"] + input[type="time"], .input-group > input[type="date"] + input[type="time"], .input-group > input[type="month"] + input[type="time"], .input-group > input[type="time"] + input[type="time"], .input-group > input[type="week"] + input[type="time"], .input-group > input[type="number"] + input[type="time"], .input-group > input[type="email"] + input[type="time"], .input-group > input[type="url"] + input[type="time"], .input-group > input[type="search"] + input[type="time"], .input-group > input[type="tel"] + input[type="time"], .input-group > input[type="color"] + input[type="time"], .input-group > .form-control + input[type="week"], .input-group > .select-box + input[type="week"], .input-group > select + input[type="week"], .input-group > textarea + input[type="week"], .input-group > input[type="text"] + input[type="week"], .input-group > input[type="password"] + input[type="week"], .input-group > input[type="datetime"] + input[type="week"], .input-group > input[type="datetime-local"] + input[type="week"], .input-group > input[type="date"] + input[type="week"], .input-group > input[type="month"] + input[type="week"], .input-group > input[type="time"] + input[type="week"], .input-group > input[type="week"] + input[type="week"], .input-group > input[type="number"] + input[type="week"], .input-group > input[type="email"] + input[type="week"], .input-group > input[type="url"] + input[type="week"], .input-group > input[type="search"] + input[type="week"], .input-group > input[type="tel"] + input[type="week"], .input-group > input[type="color"] + input[type="week"], .input-group > .form-control + input[type="number"], .input-group > .select-box + input[type="number"], .input-group > select + input[type="number"], .input-group > textarea + input[type="number"], .input-group > input[type="text"] + input[type="number"], .input-group > input[type="password"] + input[type="number"], .input-group > input[type="datetime"] + input[type="number"], .input-group > input[type="datetime-local"] + input[type="number"], .input-group > input[type="date"] + input[type="number"], .input-group > input[type="month"] + input[type="number"], .input-group > input[type="time"] + input[type="number"], .input-group > input[type="week"] + input[type="number"], .input-group > input[type="number"] + input[type="number"], .input-group > input[type="email"] + input[type="number"], .input-group > input[type="url"] + input[type="number"], .input-group > input[type="search"] + input[type="number"], .input-group > input[type="tel"] + input[type="number"], .input-group > input[type="color"] + input[type="number"], .input-group > .form-control + input[type="email"], .input-group > .select-box + input[type="email"], .input-group > select + input[type="email"], .input-group > textarea + input[type="email"], .input-group > input[type="text"] + input[type="email"], .input-group > input[type="password"] + input[type="email"], .input-group > input[type="datetime"] + input[type="email"], .input-group > input[type="datetime-local"] + input[type="email"], .input-group > input[type="date"] + input[type="email"], .input-group > input[type="month"] + input[type="email"], .input-group > input[type="time"] + input[type="email"], .input-group > input[type="week"] + input[type="email"], .input-group > input[type="number"] + input[type="email"], .input-group > input[type="email"] + input[type="email"], .input-group > input[type="url"] + input[type="email"], .input-group > input[type="search"] + input[type="email"], .input-group > input[type="tel"] + input[type="email"], .input-group > input[type="color"] + input[type="email"], .input-group > .form-control + input[type="url"], .input-group > .select-box + input[type="url"], .input-group > select + input[type="url"], .input-group > textarea + input[type="url"], .input-group > input[type="text"] + input[type="url"], .input-group > input[type="password"] + input[type="url"], .input-group > input[type="datetime"] + input[type="url"], .input-group > input[type="datetime-local"] + input[type="url"], .input-group > input[type="date"] + input[type="url"], .input-group > input[type="month"] + input[type="url"], .input-group > input[type="time"] + input[type="url"], .input-group > input[type="week"] + input[type="url"], .input-group > input[type="number"] + input[type="url"], .input-group > input[type="email"] + input[type="url"], .input-group > input[type="url"] + input[type="url"], .input-group > input[type="search"] + input[type="url"], .input-group > input[type="tel"] + input[type="url"], .input-group > input[type="color"] + input[type="url"], .input-group > .form-control + input[type="search"], .input-group > .select-box + input[type="search"], .input-group > select + input[type="search"], .input-group > textarea + input[type="search"], .input-group > input[type="text"] + input[type="search"], .input-group > input[type="password"] + input[type="search"], .input-group > input[type="datetime"] + input[type="search"], .input-group > input[type="datetime-local"] + input[type="search"], .input-group > input[type="date"] + input[type="search"], .input-group > input[type="month"] + input[type="search"], .input-group > input[type="time"] + input[type="search"], .input-group > input[type="week"] + input[type="search"], .input-group > input[type="number"] + input[type="search"], .input-group > input[type="email"] + input[type="search"], .input-group > input[type="url"] + input[type="search"], .input-group > input[type="search"] + input[type="search"], .input-group > input[type="tel"] + input[type="search"], .input-group > input[type="color"] + input[type="search"], .input-group > .form-control + input[type="tel"], .input-group > .select-box + input[type="tel"], .input-group > select + input[type="tel"], .input-group > textarea + input[type="tel"], .input-group > input[type="text"] + input[type="tel"], .input-group > input[type="password"] + input[type="tel"], .input-group > input[type="datetime"] + input[type="tel"], .input-group > input[type="datetime-local"] + input[type="tel"], .input-group > input[type="date"] + input[type="tel"], .input-group > input[type="month"] + input[type="tel"], .input-group > input[type="time"] + input[type="tel"], .input-group > input[type="week"] + input[type="tel"], .input-group > input[type="number"] + input[type="tel"], .input-group > input[type="email"] + input[type="tel"], .input-group > input[type="url"] + input[type="tel"], .input-group > input[type="search"] + input[type="tel"], .input-group > input[type="tel"] + input[type="tel"], .input-group > input[type="color"] + input[type="tel"], .input-group > .form-control + input[type="color"], .input-group > .select-box + input[type="color"], .input-group > select + input[type="color"], .input-group > textarea + input[type="color"], .input-group > input[type="text"] + input[type="color"], .input-group > input[type="password"] + input[type="color"], .input-group > input[type="datetime"] + input[type="color"], .input-group > input[type="datetime-local"] + input[type="color"], .input-group > input[type="date"] + input[type="color"], .input-group > input[type="month"] + input[type="color"], .input-group > input[type="time"] + input[type="color"], .input-group > input[type="week"] + input[type="color"], .input-group > input[type="number"] + input[type="color"], .input-group > input[type="email"] + input[type="color"], .input-group > input[type="url"] + input[type="color"], .input-group > input[type="search"] + input[type="color"], .input-group > input[type="tel"] + input[type="color"], .input-group > input[type="color"] + input[type="color"],
        .input-group > .form-control + .custom-select,
        .input-group > .select-box + .custom-select,
        .input-group > select + .custom-select,
        .input-group > textarea + .custom-select,
        .input-group > input[type="text"] + .custom-select,
        .input-group > input[type="password"] + .custom-select,
        .input-group > input[type="datetime"] + .custom-select,
        .input-group > input[type="datetime-local"] + .custom-select,
        .input-group > input[type="date"] + .custom-select,
        .input-group > input[type="month"] + .custom-select,
        .input-group > input[type="time"] + .custom-select,
        .input-group > input[type="week"] + .custom-select,
        .input-group > input[type="number"] + .custom-select,
        .input-group > input[type="email"] + .custom-select,
        .input-group > input[type="url"] + .custom-select,
        .input-group > input[type="search"] + .custom-select,
        .input-group > input[type="tel"] + .custom-select,
        .input-group > input[type="color"] + .custom-select,
        .input-group > .form-control + .custom-file,
        .input-group > .select-box + .custom-file,
        .input-group > select + .custom-file,
        .input-group > textarea + .custom-file,
        .input-group > input[type="text"] + .custom-file,
        .input-group > input[type="password"] + .custom-file,
        .input-group > input[type="datetime"] + .custom-file,
        .input-group > input[type="datetime-local"] + .custom-file,
        .input-group > input[type="date"] + .custom-file,
        .input-group > input[type="month"] + .custom-file,
        .input-group > input[type="time"] + .custom-file,
        .input-group > input[type="week"] + .custom-file,
        .input-group > input[type="number"] + .custom-file,
        .input-group > input[type="email"] + .custom-file,
        .input-group > input[type="url"] + .custom-file,
        .input-group > input[type="search"] + .custom-file,
        .input-group > input[type="tel"] + .custom-file,
        .input-group > input[type="color"] + .custom-file,
        .input-group > .form-control-plaintext + .form-control,
        .input-group > .form-control-plaintext + .select-box,
        .input-group > .form-control-plaintext + select,
        .input-group > .form-control-plaintext + textarea,
        .input-group > .form-control-plaintext + input[type="text"],
        .input-group > .form-control-plaintext + input[type="password"],
        .input-group > .form-control-plaintext + input[type="datetime"],
        .input-group > .form-control-plaintext + input[type="datetime-local"],
        .input-group > .form-control-plaintext + input[type="date"],
        .input-group > .form-control-plaintext + input[type="month"],
        .input-group > .form-control-plaintext + input[type="time"],
        .input-group > .form-control-plaintext + input[type="week"],
        .input-group > .form-control-plaintext + input[type="number"],
        .input-group > .form-control-plaintext + input[type="email"],
        .input-group > .form-control-plaintext + input[type="url"],
        .input-group > .form-control-plaintext + input[type="search"],
        .input-group > .form-control-plaintext + input[type="tel"],
        .input-group > .form-control-plaintext + input[type="color"],
        .input-group > .form-control-plaintext + .custom-select,
        .input-group > .form-control-plaintext + .custom-file,
        .input-group > .custom-select + .form-control,
        .input-group > .custom-select + .select-box,
        .input-group > .custom-select + select,
        .input-group > .custom-select + textarea,
        .input-group > .custom-select + input[type="text"],
        .input-group > .custom-select + input[type="password"],
        .input-group > .custom-select + input[type="datetime"],
        .input-group > .custom-select + input[type="datetime-local"],
        .input-group > .custom-select + input[type="date"],
        .input-group > .custom-select + input[type="month"],
        .input-group > .custom-select + input[type="time"],
        .input-group > .custom-select + input[type="week"],
        .input-group > .custom-select + input[type="number"],
        .input-group > .custom-select + input[type="email"],
        .input-group > .custom-select + input[type="url"],
        .input-group > .custom-select + input[type="search"],
        .input-group > .custom-select + input[type="tel"],
        .input-group > .custom-select + input[type="color"],
        .input-group > .custom-select + .custom-select,
        .input-group > .custom-select + .custom-file,
        .input-group > .custom-file + .form-control,
        .input-group > .custom-file + .select-box,
        .input-group > .custom-file + select,
        .input-group > .custom-file + textarea,
        .input-group > .custom-file + input[type="text"],
        .input-group > .custom-file + input[type="password"],
        .input-group > .custom-file + input[type="datetime"],
        .input-group > .custom-file + input[type="datetime-local"],
        .input-group > .custom-file + input[type="date"],
        .input-group > .custom-file + input[type="month"],
        .input-group > .custom-file + input[type="time"],
        .input-group > .custom-file + input[type="week"],
        .input-group > .custom-file + input[type="number"],
        .input-group > .custom-file + input[type="email"],
        .input-group > .custom-file + input[type="url"],
        .input-group > .custom-file + input[type="search"],
        .input-group > .custom-file + input[type="tel"],
        .input-group > .custom-file + input[type="color"],
        .input-group > .custom-file + .custom-select,
        .input-group > .custom-file + .custom-file {
            margin-left: -1px;
        }

        .input-group > .form-control:focus, .input-group > .select-box:focus, .input-group > select:focus, .input-group > textarea:focus, .input-group > input:focus[type="text"], .input-group > input:focus[type="password"], .input-group > input:focus[type="datetime"], .input-group > input:focus[type="datetime-local"], .input-group > input:focus[type="date"], .input-group > input:focus[type="month"], .input-group > input:focus[type="time"], .input-group > input:focus[type="week"], .input-group > input:focus[type="number"], .input-group > input:focus[type="email"], .input-group > input:focus[type="url"], .input-group > input:focus[type="search"], .input-group > input:focus[type="tel"], .input-group > input:focus[type="color"],
        .input-group > .custom-select:focus,
        .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
            z-index: 3;
        }

        .input-group > .custom-file .custom-file-input:focus {
            z-index: 4;
        }

        .input-group > .form-control:not(:last-child), .input-group > .select-box:not(:last-child), .input-group > select:not(:last-child), .input-group > textarea:not(:last-child), .input-group > input:not(:last-child)[type="text"], .input-group > input:not(:last-child)[type="password"], .input-group > input:not(:last-child)[type="datetime"], .input-group > input:not(:last-child)[type="datetime-local"], .input-group > input:not(:last-child)[type="date"], .input-group > input:not(:last-child)[type="month"], .input-group > input:not(:last-child)[type="time"], .input-group > input:not(:last-child)[type="week"], .input-group > input:not(:last-child)[type="number"], .input-group > input:not(:last-child)[type="email"], .input-group > input:not(:last-child)[type="url"], .input-group > input:not(:last-child)[type="search"], .input-group > input:not(:last-child)[type="tel"], .input-group > input:not(:last-child)[type="color"],
        .input-group > .custom-select:not(:last-child) {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }

        .input-group > .form-control:not(:first-child), .input-group > .select-box:not(:first-child), .input-group > select:not(:first-child), .input-group > textarea:not(:first-child), .input-group > input:not(:first-child)[type="text"], .input-group > input:not(:first-child)[type="password"], .input-group > input:not(:first-child)[type="datetime"], .input-group > input:not(:first-child)[type="datetime-local"], .input-group > input:not(:first-child)[type="date"], .input-group > input:not(:first-child)[type="month"], .input-group > input:not(:first-child)[type="time"], .input-group > input:not(:first-child)[type="week"], .input-group > input:not(:first-child)[type="number"], .input-group > input:not(:first-child)[type="email"], .input-group > input:not(:first-child)[type="url"], .input-group > input:not(:first-child)[type="search"], .input-group > input:not(:first-child)[type="tel"], .input-group > input:not(:first-child)[type="color"],
        .input-group > .custom-select:not(:first-child) {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

    .input-group > .custom-file {
        display: flex;
        align-items: center;
    }

        .input-group > .custom-file:not(:last-child) .custom-file-label,
        .input-group > .custom-file:not(:last-child) .custom-file-label::after {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }

        .input-group > .custom-file:not(:first-child) .custom-file-label {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

.input-group-prepend,
.input-group-append {
    display: flex;
}

    .input-group-prepend .btn, .input-group-prepend button, .input-group-prepend .button, .input-group-prepend submit, .input-group-prepend input[type="submit"], .input-group-prepend input[type="button"], .input-group-prepend .read-more,
    .input-group-prepend .anchor,
    .input-group-append .btn,
    .input-group-append button,
    .input-group-append .button,
    .input-group-append submit,
    .input-group-append input[type="submit"],
    .input-group-append input[type="button"],
    .input-group-append .read-more,
    .input-group-append .anchor {
        position: relative;
        z-index: 2;
    }

        .input-group-prepend .btn:focus, .input-group-prepend button:focus, .input-group-prepend .button:focus, .input-group-prepend submit:focus, .input-group-prepend input:focus[type="submit"], .input-group-prepend input:focus[type="button"], .input-group-prepend .read-more:focus,
        .input-group-prepend .anchor:focus,
        .input-group-append .btn:focus,
        .input-group-append button:focus,
        .input-group-append .button:focus,
        .input-group-append submit:focus,
        .input-group-append input:focus[type="submit"],
        .input-group-append input:focus[type="button"],
        .input-group-append .read-more:focus,
        .input-group-append .anchor:focus {
            z-index: 3;
        }

        .input-group-prepend button + .btn, .input-group-prepend submit + .btn, .input-group-prepend .btn + .btn, .input-group-prepend button + .btn, .input-group-prepend .button + .btn, .input-group-prepend submit + .btn, .input-group-prepend input[type="submit"] + .btn, .input-group-prepend input[type="button"] + .btn, .input-group-prepend .read-more + .btn, .input-group-prepend .anchor + .btn, .input-group-prepend .btn + button, .input-group-prepend .btn + button, .input-group-prepend button + button, .input-group-prepend .button + button, .input-group-prepend submit + button, .input-group-prepend input[type="submit"] + button, .input-group-prepend input[type="button"] + button, .input-group-prepend a.btn + button, .input-group-prepend .read-more + button, .input-group-prepend .anchor + button, .input-group-prepend .btn + .button, .input-group-prepend button + .button, .input-group-prepend .button + .button, .input-group-prepend submit + .button, .input-group-prepend input[type="submit"] + .button, .input-group-prepend input[type="button"] + .button, .input-group-prepend .read-more + .button, .input-group-prepend .anchor + .button, .input-group-prepend .btn + submit, .input-group-prepend .btn + submit, .input-group-prepend button + submit, .input-group-prepend .button + submit, .input-group-prepend submit + submit, .input-group-prepend input[type="submit"] + submit, .input-group-prepend input[type="button"] + submit, .input-group-prepend a.btn + submit, .input-group-prepend .read-more + submit, .input-group-prepend .anchor + submit, .input-group-prepend .btn + input[type="submit"], .input-group-prepend button + input[type="submit"], .input-group-prepend .button + input[type="submit"], .input-group-prepend submit + input[type="submit"], .input-group-prepend input[type="submit"] + input[type="submit"], .input-group-prepend input[type="button"] + input[type="submit"], .input-group-prepend .read-more + input[type="submit"], .input-group-prepend .anchor + input[type="submit"], .input-group-prepend .btn + input[type="button"], .input-group-prepend button + input[type="button"], .input-group-prepend .button + input[type="button"], .input-group-prepend submit + input[type="button"], .input-group-prepend input[type="submit"] + input[type="button"], .input-group-prepend input[type="button"] + input[type="button"], .input-group-prepend .read-more + input[type="button"], .input-group-prepend .anchor + input[type="button"], .input-group-prepend button + a.btn, .input-group-prepend submit + a.btn, .input-group-prepend .btn + .read-more, .input-group-prepend button + .read-more, .input-group-prepend .button + .read-more, .input-group-prepend submit + .read-more, .input-group-prepend input[type="submit"] + .read-more, .input-group-prepend input[type="button"] + .read-more, .input-group-prepend .read-more + .read-more, .input-group-prepend .anchor + .read-more,
        .input-group-prepend .btn + .anchor,
        .input-group-prepend button + .anchor,
        .input-group-prepend .button + .anchor,
        .input-group-prepend submit + .anchor,
        .input-group-prepend input[type="submit"] + .anchor,
        .input-group-prepend input[type="button"] + .anchor,
        .input-group-prepend .read-more + .anchor,
        .input-group-prepend .anchor + .anchor,
        .input-group-prepend .btn + .input-group-text,
        .input-group-prepend button + .input-group-text,
        .input-group-prepend .button + .input-group-text,
        .input-group-prepend submit + .input-group-text,
        .input-group-prepend input[type="submit"] + .input-group-text,
        .input-group-prepend input[type="button"] + .input-group-text,
        .input-group-prepend .read-more + .input-group-text,
        .input-group-prepend .anchor + .input-group-text,
        .input-group-prepend .input-group-text + .input-group-text,
        .input-group-prepend .input-group-text + .btn,
        .input-group-prepend .input-group-text + button,
        .input-group-prepend .input-group-text + .button,
        .input-group-prepend .input-group-text + submit,
        .input-group-prepend .input-group-text + input[type="submit"],
        .input-group-prepend .input-group-text + input[type="button"],
        .input-group-prepend .input-group-text + .read-more,
        .input-group-prepend .input-group-text + .anchor,
        .input-group-append button + .btn,
        .input-group-append submit + .btn,
        .input-group-append .btn + .btn,
        .input-group-append button + .btn,
        .input-group-append .button + .btn,
        .input-group-append submit + .btn,
        .input-group-append input[type="submit"] + .btn,
        .input-group-append input[type="button"] + .btn,
        .input-group-append .read-more + .btn,
        .input-group-append .anchor + .btn,
        .input-group-append .btn + button,
        .input-group-append .btn + button,
        .input-group-append button + button,
        .input-group-append .button + button,
        .input-group-append submit + button,
        .input-group-append input[type="submit"] + button,
        .input-group-append input[type="button"] + button,
        .input-group-append a.btn + button,
        .input-group-append .read-more + button,
        .input-group-append .anchor + button,
        .input-group-append .btn + .button,
        .input-group-append button + .button,
        .input-group-append .button + .button,
        .input-group-append submit + .button,
        .input-group-append input[type="submit"] + .button,
        .input-group-append input[type="button"] + .button,
        .input-group-append .read-more + .button,
        .input-group-append .anchor + .button,
        .input-group-append .btn + submit,
        .input-group-append .btn + submit,
        .input-group-append button + submit,
        .input-group-append .button + submit,
        .input-group-append submit + submit,
        .input-group-append input[type="submit"] + submit,
        .input-group-append input[type="button"] + submit,
        .input-group-append a.btn + submit,
        .input-group-append .read-more + submit,
        .input-group-append .anchor + submit,
        .input-group-append .btn + input[type="submit"],
        .input-group-append button + input[type="submit"],
        .input-group-append .button + input[type="submit"],
        .input-group-append submit + input[type="submit"],
        .input-group-append input[type="submit"] + input[type="submit"],
        .input-group-append input[type="button"] + input[type="submit"],
        .input-group-append .read-more + input[type="submit"],
        .input-group-append .anchor + input[type="submit"],
        .input-group-append .btn + input[type="button"],
        .input-group-append button + input[type="button"],
        .input-group-append .button + input[type="button"],
        .input-group-append submit + input[type="button"],
        .input-group-append input[type="submit"] + input[type="button"],
        .input-group-append input[type="button"] + input[type="button"],
        .input-group-append .read-more + input[type="button"],
        .input-group-append .anchor + input[type="button"],
        .input-group-append button + a.btn,
        .input-group-append submit + a.btn,
        .input-group-append .btn + .read-more,
        .input-group-append button + .read-more,
        .input-group-append .button + .read-more,
        .input-group-append submit + .read-more,
        .input-group-append input[type="submit"] + .read-more,
        .input-group-append input[type="button"] + .read-more,
        .input-group-append .read-more + .read-more,
        .input-group-append .anchor + .read-more,
        .input-group-append .btn + .anchor,
        .input-group-append button + .anchor,
        .input-group-append .button + .anchor,
        .input-group-append submit + .anchor,
        .input-group-append input[type="submit"] + .anchor,
        .input-group-append input[type="button"] + .anchor,
        .input-group-append .read-more + .anchor,
        .input-group-append .anchor + .anchor,
        .input-group-append .btn + .input-group-text,
        .input-group-append button + .input-group-text,
        .input-group-append .button + .input-group-text,
        .input-group-append submit + .input-group-text,
        .input-group-append input[type="submit"] + .input-group-text,
        .input-group-append input[type="button"] + .input-group-text,
        .input-group-append .read-more + .input-group-text,
        .input-group-append .anchor + .input-group-text,
        .input-group-append .input-group-text + .input-group-text,
        .input-group-append .input-group-text + .btn,
        .input-group-append .input-group-text + button,
        .input-group-append .input-group-text + .button,
        .input-group-append .input-group-text + submit,
        .input-group-append .input-group-text + input[type="submit"],
        .input-group-append .input-group-text + input[type="button"],
        .input-group-append .input-group-text + .read-more,
        .input-group-append .input-group-text + .anchor {
            margin-left: -1px;
        }

.input-group-prepend {
    margin-right: -1px;
}

.input-group-append {
    margin-left: -1px;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #05304b;
    border: 1px solid #05304b;
    border-radius: 0;
}

    .input-group-text input[type="radio"],
    .input-group-text input[type="checkbox"] {
        margin-top: 0;
    }

.input-group-lg > .form-control:not(textarea), .input-group-lg > .select-box:not(textarea), .input-group-lg > select:not(textarea), .input-group-lg > textarea:not(textarea), .input-group-lg > input:not(textarea)[type="text"], .input-group-lg > input:not(textarea)[type="password"], .input-group-lg > input:not(textarea)[type="datetime"], .input-group-lg > input:not(textarea)[type="datetime-local"], .input-group-lg > input:not(textarea)[type="date"], .input-group-lg > input:not(textarea)[type="month"], .input-group-lg > input:not(textarea)[type="time"], .input-group-lg > input:not(textarea)[type="week"], .input-group-lg > input:not(textarea)[type="number"], .input-group-lg > input:not(textarea)[type="email"], .input-group-lg > input:not(textarea)[type="url"], .input-group-lg > input:not(textarea)[type="search"], .input-group-lg > input:not(textarea)[type="tel"], .input-group-lg > input:not(textarea)[type="color"],
.input-group-lg > .custom-select {
    height: 3.5rem;
}

.input-group-lg > .form-control, .input-group-lg > .select-box, .input-group-lg > select, .input-group-lg > textarea, .input-group-lg > input[type="text"], .input-group-lg > input[type="password"], .input-group-lg > input[type="datetime"], .input-group-lg > input[type="datetime-local"], .input-group-lg > input[type="date"], .input-group-lg > input[type="month"], .input-group-lg > input[type="time"], .input-group-lg > input[type="week"], .input-group-lg > input[type="number"], .input-group-lg > input[type="email"], .input-group-lg > input[type="url"], .input-group-lg > input[type="search"], .input-group-lg > input[type="tel"], .input-group-lg > input[type="color"],
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > button,
.input-group-lg > .input-group-prepend > .button,
.input-group-lg > .input-group-prepend > submit,
.input-group-lg > .input-group-prepend > input[type="submit"],
.input-group-lg > .input-group-prepend > input[type="button"],
.input-group-lg > .input-group-prepend > .read-more,
.input-group-lg > .input-group-prepend > .anchor,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > button,
.input-group-lg > .input-group-append > .button,
.input-group-lg > .input-group-append > submit,
.input-group-lg > .input-group-append > input[type="submit"],
.input-group-lg > .input-group-append > input[type="button"],
.input-group-lg > .input-group-append > .read-more,
.input-group-lg > .input-group-append > .anchor {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0;
}

.input-group-sm > .form-control:not(textarea), .input-group-sm > .select-box:not(textarea), .input-group-sm > select:not(textarea), .input-group-sm > textarea:not(textarea), .input-group-sm > input:not(textarea)[type="text"], .input-group-sm > input:not(textarea)[type="password"], .input-group-sm > input:not(textarea)[type="datetime"], .input-group-sm > input:not(textarea)[type="datetime-local"], .input-group-sm > input:not(textarea)[type="date"], .input-group-sm > input:not(textarea)[type="month"], .input-group-sm > input:not(textarea)[type="time"], .input-group-sm > input:not(textarea)[type="week"], .input-group-sm > input:not(textarea)[type="number"], .input-group-sm > input:not(textarea)[type="email"], .input-group-sm > input:not(textarea)[type="url"], .input-group-sm > input:not(textarea)[type="search"], .input-group-sm > input:not(textarea)[type="tel"], .input-group-sm > input:not(textarea)[type="color"],
.input-group-sm > .custom-select {
    height: 1.8rem;
}

.input-group-sm > .form-control, .input-group-sm > .select-box, .input-group-sm > select, .input-group-sm > textarea, .input-group-sm > input[type="text"], .input-group-sm > input[type="password"], .input-group-sm > input[type="datetime"], .input-group-sm > input[type="datetime-local"], .input-group-sm > input[type="date"], .input-group-sm > input[type="month"], .input-group-sm > input[type="time"], .input-group-sm > input[type="week"], .input-group-sm > input[type="number"], .input-group-sm > input[type="email"], .input-group-sm > input[type="url"], .input-group-sm > input[type="search"], .input-group-sm > input[type="tel"], .input-group-sm > input[type="color"],
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > button,
.input-group-sm > .input-group-prepend > .button,
.input-group-sm > .input-group-prepend > submit,
.input-group-sm > .input-group-prepend > input[type="submit"],
.input-group-sm > .input-group-prepend > input[type="button"],
.input-group-sm > .input-group-prepend > .read-more,
.input-group-sm > .input-group-prepend > .anchor,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > button,
.input-group-sm > .input-group-append > .button,
.input-group-sm > .input-group-append > submit,
.input-group-sm > .input-group-append > input[type="submit"],
.input-group-sm > .input-group-append > input[type="button"],
.input-group-sm > .input-group-append > .read-more,
.input-group-sm > .input-group-append > .anchor {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
    padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > button, .input-group > .input-group-prepend > .button, .input-group > .input-group-prepend > submit, .input-group > .input-group-prepend > input[type="submit"], .input-group > .input-group-prepend > input[type="button"], .input-group > .input-group-prepend > .read-more,
.input-group > .input-group-prepend > .anchor,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > button,
.input-group > .input-group-append:not(:last-child) > .button,
.input-group > .input-group-append:not(:last-child) > submit,
.input-group > .input-group-append:not(:last-child) > input[type="submit"],
.input-group > .input-group-append:not(:last-child) > input[type="button"],
.input-group > .input-group-append:not(:last-child) > .read-more,
.input-group > .input-group-append:not(:last-child) > .anchor,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > button:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .button:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > submit:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > input:not(:last-child):not(.dropdown-toggle)[type="submit"],
.input-group > .input-group-append:last-child > input:not(:last-child):not(.dropdown-toggle)[type="button"],
.input-group > .input-group-append:last-child > .read-more:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .anchor:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > button, .input-group > .input-group-append > .button, .input-group > .input-group-append > submit, .input-group > .input-group-append > input[type="submit"], .input-group > .input-group-append > input[type="button"], .input-group > .input-group-append > .read-more,
.input-group > .input-group-append > .anchor,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > button,
.input-group > .input-group-prepend:not(:first-child) > .button,
.input-group > .input-group-prepend:not(:first-child) > submit,
.input-group > .input-group-prepend:not(:first-child) > input[type="submit"],
.input-group > .input-group-prepend:not(:first-child) > input[type="button"],
.input-group > .input-group-prepend:not(:first-child) > .read-more,
.input-group > .input-group-prepend:not(:first-child) > .anchor,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > button:not(:first-child),
.input-group > .input-group-prepend:first-child > .button:not(:first-child),
.input-group > .input-group-prepend:first-child > submit:not(:first-child),
.input-group > .input-group-prepend:first-child > input:not(:first-child)[type="submit"],
.input-group > .input-group-prepend:first-child > input:not(:first-child)[type="button"],
.input-group > .input-group-prepend:first-child > .read-more:not(:first-child),
.input-group > .input-group-prepend:first-child > .anchor:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.6rem;
    padding-left: 1.5rem;
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

    .custom-control-input:checked ~ .custom-control-label::before {
        color: #fff;
        border-color: #05304b;
        background-color: #05304b;
    }

    .custom-control-input:focus ~ .custom-control-label::before {
        box-shadow: 0 0 0 0.2rem rgba(5, 48, 75, 0.25);
    }

    .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
        border-color: #0d7dc3;
    }

    .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
        color: #fff;
        background-color: #139aef;
        border-color: #139aef;
    }

    .custom-control-input:disabled ~ .custom-control-label {
        color: #6b83a2;
    }

        .custom-control-input:disabled ~ .custom-control-label::before {
            background-color: #DADDE0;
        }

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}

    .custom-control-label::before {
        position: absolute;
        top: 0.3rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        pointer-events: none;
        content: "";
        background-color: #fff;
        border: #818894 solid 1px;
    }

    .custom-control-label::after {
        position: absolute;
        top: 0.3rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        content: "";
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 50% 50%;
    }

.custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #05304b;
    background-color: #05304b;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(5, 48, 75, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(5, 48, 75, 0.5);
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(5, 48, 75, 0.5);
}

.custom-switch {
    padding-left: 2.25rem;
}

    .custom-switch .custom-control-label::before {
        left: -2.25rem;
        width: 1.75rem;
        pointer-events: all;
        border-radius: 0.5rem;
    }

    .custom-switch .custom-control-label::after {
        top: calc(0.3rem + 2px);
        left: calc(-2.25rem + 2px);
        width: calc(1rem - 4px);
        height: calc(1rem - 4px);
        background-color: #818894;
        border-radius: 0.5rem;
        -webkit-transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        -moz-transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        -o-transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        -ms-transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }

    .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
        background-color: #fff;
        transform: translateX(0.75rem);
    }

    .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
        background-color: rgba(5, 48, 75, 0.5);
    }

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #465061;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23273548' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
    background-color: #fff;
    border: 1px solid #9FA5AD;
    border-radius: 0.25rem;
    appearance: none;
}

    .custom-select:focus {
        border-color: #0d7dc3;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(13, 125, 195, 0.5);
    }

        .custom-select:focus::-ms-value {
            color: #465061;
            background-color: #fff;
        }

    .custom-select[multiple], .custom-select[size]:not([size="1"]) {
        height: auto;
        padding-right: 0.75rem;
        background-image: none;
    }

    .custom-select:disabled {
        color: #6b83a2;
        background-color: #DADDE0;
    }

    .custom-select::-ms-expand {
        opacity: 0;
    }

.custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
}

.custom-select-lg {
    height: calc(2.875rem + 2px);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0;
}

    .custom-file-input:focus ~ .custom-file-label {
        border-color: #0d7dc3;
        box-shadow: 0 0 0 0.2rem rgba(5, 48, 75, 0.25);
    }

    .custom-file-input:disabled ~ .custom-file-label {
        background-color: #DADDE0;
    }

    .custom-file-input:lang(en) ~ .custom-file-label::after {
        content: "Browse";
    }

    .custom-file-input ~ .custom-file-label[data-browse]::after {
        content: attr(data-browse);
    }

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #465061;
    background-color: #fff;
    border: 1px solid #9FA5AD;
    border-radius: 0.25rem;
}

    .custom-file-label::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        height: 2.25rem;
        padding: 0.375rem 0.75rem;
        line-height: 1.5;
        color: #465061;
        content: "Browse";
        background-color: #DADDE0;
        border-left: inherit;
        border-radius: 0 0.25rem 0.25rem 0;
    }

.custom-range {
    width: 100%;
    height: calc(1rem + 0.4rem);
    padding: 0;
    background-color: transparent;
    appearance: none;
}

    .custom-range:focus {
        outline: none;
    }

        .custom-range:focus::-webkit-slider-thumb {
            box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(5, 48, 75, 0.25);
        }

        .custom-range:focus::-moz-range-thumb {
            box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(5, 48, 75, 0.25);
        }

        .custom-range:focus::-ms-thumb {
            box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(5, 48, 75, 0.25);
        }

    .custom-range::-moz-focus-outer {
        border: 0;
    }

    .custom-range::-webkit-slider-thumb {
        width: 1rem;
        height: 1rem;
        margin-top: -0.25rem;
        background-color: #05304b;
        border: 0;
        border-radius: 1rem;
        -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        appearance: none;
    }

        .custom-range::-webkit-slider-thumb:active {
            background-color: #139aef;
        }

    .custom-range::-webkit-slider-runnable-track {
        width: 100%;
        height: 0.5rem;
        color: transparent;
        cursor: pointer;
        background-color: #BDC1C7;
        border-color: transparent;
        border-radius: 1rem;
    }

    .custom-range::-moz-range-thumb {
        width: 1rem;
        height: 1rem;
        background-color: #05304b;
        border: 0;
        border-radius: 1rem;
        -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        appearance: none;
    }

        .custom-range::-moz-range-thumb:active {
            background-color: #139aef;
        }

    .custom-range::-moz-range-track {
        width: 100%;
        height: 0.5rem;
        color: transparent;
        cursor: pointer;
        background-color: #BDC1C7;
        border-color: transparent;
        border-radius: 1rem;
    }

    .custom-range::-ms-thumb {
        width: 1rem;
        height: 1rem;
        margin-top: 0;
        margin-right: 0.2rem;
        margin-left: 0.2rem;
        background-color: #05304b;
        border: 0;
        border-radius: 1rem;
        -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        appearance: none;
    }

        .custom-range::-ms-thumb:active {
            background-color: #139aef;
        }

    .custom-range::-ms-track {
        width: 100%;
        height: 0.5rem;
        color: transparent;
        cursor: pointer;
        background-color: transparent;
        border-color: transparent;
        border-width: 0.5rem;
    }

    .custom-range::-ms-fill-lower {
        background-color: #BDC1C7;
        border-radius: 1rem;
    }

    .custom-range::-ms-fill-upper {
        margin-right: 15px;
        background-color: #BDC1C7;
        border-radius: 1rem;
    }

    .custom-range:disabled::-webkit-slider-thumb {
        background-color: #818894;
    }

    .custom-range:disabled::-webkit-slider-runnable-track {
        cursor: default;
    }

    .custom-range:disabled::-moz-range-thumb {
        background-color: #818894;
    }

    .custom-range:disabled::-moz-range-track {
        cursor: default;
    }

    .custom-range:disabled::-ms-thumb {
        background-color: #818894;
    }

.custom-control-label::before,
.custom-file-label,
.custom-select {
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

    .nav-link:hover, .nav-link:focus {
        text-decoration: none;
    }

    .nav-link.disabled {
        color: #6b83a2;
        pointer-events: none;
        cursor: default;
    }

.nav-tabs {
    border-bottom: 1px solid #BDC1C7;
}

    .nav-tabs .nav-item {
        margin-bottom: -1px;
    }

    .nav-tabs .nav-link {
        border: 1px solid transparent;
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

        .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
            border-color: #DADDE0 #DADDE0 #BDC1C7;
        }

        .nav-tabs .nav-link.disabled {
            color: #6b83a2;
            background-color: transparent;
            border-color: transparent;
        }

        .nav-tabs .nav-link.active,
        .nav-tabs .nav-item.show .nav-link {
            color: #465061;
            background-color: #fff;
            border-color: #BDC1C7 #BDC1C7 #fff;
        }

    .nav-tabs .dropdown-menu {
        margin-top: -1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.nav-pills .nav-link {
    border-radius: 0.25rem;
}

    .nav-pills .nav-link.active,
    .nav-pills .show > .nav-link {
        color: #fff;
        background-color: #05304b;
    }

.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}

    .navbar > .container,
    .navbar > .container-fluid {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

    .navbar-brand:hover, .navbar-brand:focus {
        text-decoration: none;
    }

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-nav .dropdown-menu {
        position: static;
        float: none;
    }

.navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

    .navbar-toggler:hover, .navbar-toggler:focus {
        text-decoration: none;
    }

    .navbar-toggler:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

@media (max-width: 575.98px) {
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

        .navbar-expand-sm .navbar-nav {
            flex-direction: row;
        }

            .navbar-expand-sm .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-sm .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-sm > .container,
        .navbar-expand-sm > .container-fluid {
            flex-wrap: nowrap;
        }

        .navbar-expand-sm .navbar-collapse {
            display: flex !important;
            flex-basis: auto;
        }

        .navbar-expand-sm .navbar-toggler {
            display: none;
        }
}

@media (max-width: 767.98px) {
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

        .navbar-expand-md .navbar-nav {
            flex-direction: row;
        }

            .navbar-expand-md .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-md .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-md > .container,
        .navbar-expand-md > .container-fluid {
            flex-wrap: nowrap;
        }

        .navbar-expand-md .navbar-collapse {
            display: flex !important;
            flex-basis: auto;
        }

        .navbar-expand-md .navbar-toggler {
            display: none;
        }
}

@media (max-width: 1024.98px) {
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1025px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

        .navbar-expand-lg .navbar-nav {
            flex-direction: row;
        }

            .navbar-expand-lg .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-lg .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-lg > .container,
        .navbar-expand-lg > .container-fluid {
            flex-wrap: nowrap;
        }

        .navbar-expand-lg .navbar-collapse {
            display: flex !important;
            flex-basis: auto;
        }

        .navbar-expand-lg .navbar-toggler {
            display: none;
        }
}

@media (max-width: 1365.98px) {
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1366px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

        .navbar-expand-xl .navbar-nav {
            flex-direction: row;
        }

            .navbar-expand-xl .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-xl .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-xl > .container,
        .navbar-expand-xl > .container-fluid {
            flex-wrap: nowrap;
        }

        .navbar-expand-xl .navbar-collapse {
            display: flex !important;
            flex-basis: auto;
        }

        .navbar-expand-xl .navbar-toggler {
            display: none;
        }
}

@media (max-width: 1679.98px) {
    .navbar-expand-xxl > .container,
    .navbar-expand-xxl > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1680px) {
    .navbar-expand-xxl {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

        .navbar-expand-xxl .navbar-nav {
            flex-direction: row;
        }

            .navbar-expand-xxl .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-xxl .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-xxl > .container,
        .navbar-expand-xxl > .container-fluid {
            flex-wrap: nowrap;
        }

        .navbar-expand-xxl .navbar-collapse {
            display: flex !important;
            flex-basis: auto;
        }

        .navbar-expand-xxl .navbar-toggler {
            display: none;
        }
}

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start;
}

    .navbar-expand > .container,
    .navbar-expand > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-expand .navbar-nav {
        flex-direction: row;
    }

        .navbar-expand .navbar-nav .dropdown-menu {
            position: absolute;
        }

        .navbar-expand .navbar-nav .nav-link {
            padding-right: 0.5rem;
            padding-left: 0.5rem;
        }

    .navbar-expand > .container,
    .navbar-expand > .container-fluid {
        flex-wrap: nowrap;
    }

    .navbar-expand .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand .navbar-toggler {
        display: none;
    }

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}

    .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
        color: rgba(0, 0, 0, 0.9);
    }

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}

    .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
        color: rgba(0, 0, 0, 0.7);
    }

    .navbar-light .navbar-nav .nav-link.disabled {
        color: rgba(0, 0, 0, 0.3);
    }

    .navbar-light .navbar-nav .show > .nav-link,
    .navbar-light .navbar-nav .active > .nav-link,
    .navbar-light .navbar-nav .nav-link.show,
    .navbar-light .navbar-nav .nav-link.active {
        color: rgba(0, 0, 0, 0.9);
    }

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}

    .navbar-light .navbar-text a {
        color: rgba(0, 0, 0, 0.9);
    }

        .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
            color: rgba(0, 0, 0, 0.9);
        }

.navbar-dark .navbar-brand {
    color: #fff;
}

    .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
        color: #fff;
    }

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}

    .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
        color: rgba(255, 255, 255, 0.75);
    }

    .navbar-dark .navbar-nav .nav-link.disabled {
        color: rgba(255, 255, 255, 0.25);
    }

    .navbar-dark .navbar-nav .show > .nav-link,
    .navbar-dark .navbar-nav .active > .nav-link,
    .navbar-dark .navbar-nav .nav-link.show,
    .navbar-dark .navbar-nav .nav-link.active {
        color: #fff;
    }

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}

    .navbar-dark .navbar-text a {
        color: #fff;
    }

        .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
            color: #fff;
        }

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

    .card > hr {
        margin-right: 0;
        margin-left: 0;
    }

    .card > .list-group:first-child .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

    .card > .list-group:last-child .list-group-item:last-child {
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: 0.75rem;
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1.25rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    color: inherit;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

    .card-header:first-child {
        border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
    }

    .card-header + .list-group .list-group-item:first-child {
        border-top: 0;
    }

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

    .card-footer:last-child {
        border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
    }

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img {
    width: 100%;
    border-radius: calc(0.25rem - 1px);
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
    display: flex;
    flex-direction: column;
}

    .card-deck .card {
        margin-bottom: 15px;
    }

@media (min-width: 576px) {
    .card-deck {
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

        .card-deck .card {
            display: flex;
            flex: 1 0 0%;
            flex-direction: column;
            margin-right: 15px;
            margin-bottom: 0;
            margin-left: 15px;
        }
}

.card-group {
    display: flex;
    flex-direction: column;
}

    .card-group > .card {
        margin-bottom: 15px;
    }

@media (min-width: 576px) {
    .card-group {
        flex-flow: row wrap;
    }

        .card-group > .card {
            flex: 1 0 0%;
            margin-bottom: 0;
        }

            .card-group > .card + .card {
                margin-left: 0;
                border-left: 0;
            }

            .card-group > .card:first-child {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0;
            }

                .card-group > .card:first-child .card-img-top,
                .card-group > .card:first-child .card-header {
                    border-top-right-radius: 0;
                }

                .card-group > .card:first-child .card-img-bottom,
                .card-group > .card:first-child .card-footer {
                    border-bottom-right-radius: 0;
                }

            .card-group > .card:last-child {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0;
            }

                .card-group > .card:last-child .card-img-top,
                .card-group > .card:last-child .card-header {
                    border-top-left-radius: 0;
                }

                .card-group > .card:last-child .card-img-bottom,
                .card-group > .card:last-child .card-footer {
                    border-bottom-left-radius: 0;
                }

            .card-group > .card:only-child {
                border-radius: 0.25rem;
            }

                .card-group > .card:only-child .card-img-top,
                .card-group > .card:only-child .card-header {
                    border-top-left-radius: 0.25rem;
                    border-top-right-radius: 0.25rem;
                }

                .card-group > .card:only-child .card-img-bottom,
                .card-group > .card:only-child .card-footer {
                    border-bottom-right-radius: 0.25rem;
                    border-bottom-left-radius: 0.25rem;
                }

            .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
                border-radius: 0;
            }

                .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
                .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
                .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
                .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
                    border-radius: 0;
                }
}

.card-columns .card {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }

        .card-columns .card {
            display: inline-block;
            width: 100%;
        }
}

.accordion .card {
    overflow: hidden;
}

    .accordion .card:not(:first-of-type) .card-header:first-child {
        border-radius: 0;
    }

    .accordion .card:not(:first-of-type):not(:last-of-type) {
        border-bottom: 0;
        border-radius: 0;
    }

    .accordion .card:first-of-type {
        border-bottom: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .accordion .card:last-of-type {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .accordion .card .card-header {
        margin-bottom: -1px;
    }

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #DADDE0;
    border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}

    .breadcrumb-item + .breadcrumb-item::before {
        display: inline-block;
        padding-right: 0.5rem;
        color: #6b83a2;
        content: "/";
    }

    .breadcrumb-item + .breadcrumb-item:hover::before {
        text-decoration: underline;
    }

    .breadcrumb-item + .breadcrumb-item:hover::before {
        text-decoration: none;
    }

.breadcrumb-item.active {
    color: #6b83a2;
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 3px;
}

    .page-link, .pagination > li > a,
    .pagination > li > span {
        position: relative;
        display: block;
        padding: 0.5rem 0.75rem;
        margin-left: -1px;
        line-height: 1.25;
        color: #05304b;
        background-color: #fff;
        border: 1px solid #BDC1C7;
    }

        .page-link:hover, .pagination > li > a:hover,
        .pagination > li > span:hover {
            z-index: 2;
            color: #000203;
            text-decoration: none;
            background-color: #DADDE0;
            border-color: #BDC1C7;
        }

        .page-link:focus, .pagination > li > a:focus,
        .pagination > li > span:focus {
            z-index: 2;
            outline: 0;
            box-shadow: 0 0 0 0.2rem rgba(5, 48, 75, 0.25);
        }

        .page-link:not(:disabled):not(.disabled), .pagination > li > a:not(:disabled):not(.disabled),
        .pagination > li > span:not(:disabled):not(.disabled) {
            cursor: pointer;
        }

    .page-item:first-child .page-link, .pagination > li:first-child .page-link, .page-item:first-child .pagination > li > a, .pagination > li:first-child .pagination > li > a,
    .page-item:first-child .pagination > li > span,
    .pagination > li:first-child .pagination > li > span {
        margin-left: 0;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
    }

    .page-item:last-child .page-link, .pagination > li:last-child .page-link, .page-item:last-child .pagination > li > a, .pagination > li:last-child .pagination > li > a,
    .page-item:last-child .pagination > li > span,
    .pagination > li:last-child .pagination > li > span {
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
    }

    .page-item.active .page-link, .pagination > li.active .page-link, .page-item.active .pagination > li > a, .pagination > li.active .pagination > li > a,
    .page-item.active .pagination > li > span,
    .pagination > li.active .pagination > li > span {
        z-index: 1;
        color: #fff;
        background-color: #05304b;
        border-color: #05304b;
    }

    .page-item.disabled .page-link, .pagination > li.disabled .page-link, .page-item.disabled .pagination > li > a, .pagination > li.disabled .pagination > li > a,
    .page-item.disabled .pagination > li > span,
    .pagination > li.disabled .pagination > li > span {
        color: #6b83a2;
        pointer-events: none;
        cursor: auto;
        background-color: #fff;
        border-color: #BDC1C7;
    }

.pagination-lg .page-link, .pagination-lg .pagination > li > a,
.pagination-lg .pagination > li > span {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link, .pagination-lg .pagination > li:first-child .page-link, .pagination-lg .page-item:first-child .pagination > li > a, .pagination-lg .pagination > li:first-child .pagination > li > a,
.pagination-lg .page-item:first-child .pagination > li > span,
.pagination-lg .pagination > li:first-child .pagination > li > span {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.pagination-lg .page-item:last-child .page-link, .pagination-lg .pagination > li:last-child .page-link, .pagination-lg .page-item:last-child .pagination > li > a, .pagination-lg .pagination > li:last-child .pagination > li > a,
.pagination-lg .page-item:last-child .pagination > li > span,
.pagination-lg .pagination > li:last-child .pagination > li > span {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.pagination-sm .page-link, .pagination-sm .pagination > li > a,
.pagination-sm .pagination > li > span {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link, .pagination-sm .pagination > li:first-child .page-link, .pagination-sm .page-item:first-child .pagination > li > a, .pagination-sm .pagination > li:first-child .pagination > li > a,
.pagination-sm .page-item:first-child .pagination > li > span,
.pagination-sm .pagination > li:first-child .pagination > li > span {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.pagination-sm .page-item:last-child .page-link, .pagination-sm .pagination > li:last-child .page-link, .pagination-sm .page-item:last-child .pagination > li > a, .pagination-sm .pagination > li:last-child .pagination > li > a,
.pagination-sm .page-item:last-child .pagination > li > span,
.pagination-sm .pagination > li:last-child .pagination > li > span {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.badge, .badge-primary, .badge-secondary, .badge-success, .badge-info, .badge-warning, .badge-danger, .badge-light, .badge-dark, .badge-primary-light, .badge-primary-dark, .badge-secondary-light, .badge-secondary-dark, .badge-gray-dark, .badge-gray, .badge-gray-light, .badge-blue, .badge-indigo, .badge-purple, .badge-pink, .badge-red, .badge-orange, .badge-yellow, .badge-green, .badge-teal, .badge-cyan, .badge-white, .badge-gold {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

a.badge:hover, a.badge-primary:hover, a.badge-secondary:hover, a.badge-success:hover, a.badge-info:hover, a.badge-warning:hover, a.badge-danger:hover, a.badge-light:hover, a.badge-dark:hover, a.badge-primary-light:hover, a.badge-primary-dark:hover, a.badge-secondary-light:hover, a.badge-secondary-dark:hover, a.badge-gray-dark:hover, a.badge-gray:hover, a.badge-gray-light:hover, a.badge-blue:hover, a.badge-indigo:hover, a.badge-purple:hover, a.badge-pink:hover, a.badge-red:hover, a.badge-orange:hover, a.badge-yellow:hover, a.badge-green:hover, a.badge-teal:hover, a.badge-cyan:hover, a.badge-white:hover, a.badge-gold:hover, a.badge:focus, a.badge-primary:focus, a.badge-secondary:focus, a.badge-success:focus, a.badge-info:focus, a.badge-warning:focus, a.badge-danger:focus, a.badge-light:focus, a.badge-dark:focus, a.badge-primary-light:focus, a.badge-primary-dark:focus, a.badge-secondary-light:focus, a.badge-secondary-dark:focus, a.badge-gray-dark:focus, a.badge-gray:focus, a.badge-gray-light:focus, a.badge-blue:focus, a.badge-indigo:focus, a.badge-purple:focus, a.badge-pink:focus, a.badge-red:focus, a.badge-orange:focus, a.badge-yellow:focus, a.badge-green:focus, a.badge-teal:focus, a.badge-cyan:focus, a.badge-white:focus, a.badge-gold:focus {
    text-decoration: none;
}

.badge:empty, .badge-primary:empty, .badge-secondary:empty, .badge-success:empty, .badge-info:empty, .badge-warning:empty, .badge-danger:empty, .badge-light:empty, .badge-dark:empty, .badge-primary-light:empty, .badge-primary-dark:empty, .badge-secondary-light:empty, .badge-secondary-dark:empty, .badge-gray-dark:empty, .badge-gray:empty, .badge-gray-light:empty, .badge-blue:empty, .badge-indigo:empty, .badge-purple:empty, .badge-pink:empty, .badge-red:empty, .badge-orange:empty, .badge-yellow:empty, .badge-green:empty, .badge-teal:empty, .badge-cyan:empty, .badge-white:empty, .badge-gold:empty {
    display: none;
}

.btn .badge, .btn .badge, button .badge, .button .badge, submit .badge, input[type="submit"] .badge, input[type="button"] .badge, a.btn .badge, .read-more .badge, .anchor .badge, .btn .badge-primary, .btn .badge-primary, button .badge-primary, .button .badge-primary, submit .badge-primary, input[type="submit"] .badge-primary, input[type="button"] .badge-primary, a.btn .badge-primary, .read-more .badge-primary, .anchor .badge-primary, .btn .badge-secondary, .btn .badge-secondary, button .badge-secondary, .button .badge-secondary, submit .badge-secondary, input[type="submit"] .badge-secondary, input[type="button"] .badge-secondary, a.btn .badge-secondary, .read-more .badge-secondary, .anchor .badge-secondary, .btn .badge-success, .btn .badge-success, button .badge-success, .button .badge-success, submit .badge-success, input[type="submit"] .badge-success, input[type="button"] .badge-success, a.btn .badge-success, .read-more .badge-success, .anchor .badge-success, .btn .badge-info, .btn .badge-info, button .badge-info, .button .badge-info, submit .badge-info, input[type="submit"] .badge-info, input[type="button"] .badge-info, a.btn .badge-info, .read-more .badge-info, .anchor .badge-info, .btn .badge-warning, .btn .badge-warning, button .badge-warning, .button .badge-warning, submit .badge-warning, input[type="submit"] .badge-warning, input[type="button"] .badge-warning, a.btn .badge-warning, .read-more .badge-warning, .anchor .badge-warning, .btn .badge-danger, .btn .badge-danger, button .badge-danger, .button .badge-danger, submit .badge-danger, input[type="submit"] .badge-danger, input[type="button"] .badge-danger, a.btn .badge-danger, .read-more .badge-danger, .anchor .badge-danger, .btn .badge-light, .btn .badge-light, button .badge-light, .button .badge-light, submit .badge-light, input[type="submit"] .badge-light, input[type="button"] .badge-light, a.btn .badge-light, .read-more .badge-light, .anchor .badge-light, .btn .badge-dark, .btn .badge-dark, button .badge-dark, .button .badge-dark, submit .badge-dark, input[type="submit"] .badge-dark, input[type="button"] .badge-dark, a.btn .badge-dark, .read-more .badge-dark, .anchor .badge-dark, .btn .badge-primary-light, .btn .badge-primary-light, button .badge-primary-light, .button .badge-primary-light, submit .badge-primary-light, input[type="submit"] .badge-primary-light, input[type="button"] .badge-primary-light, a.btn .badge-primary-light, .read-more .badge-primary-light, .anchor .badge-primary-light, .btn .badge-primary-dark, .btn .badge-primary-dark, button .badge-primary-dark, .button .badge-primary-dark, submit .badge-primary-dark, input[type="submit"] .badge-primary-dark, input[type="button"] .badge-primary-dark, a.btn .badge-primary-dark, .read-more .badge-primary-dark, .anchor .badge-primary-dark, .btn .badge-secondary-light, .btn .badge-secondary-light, button .badge-secondary-light, .button .badge-secondary-light, submit .badge-secondary-light, input[type="submit"] .badge-secondary-light, input[type="button"] .badge-secondary-light, a.btn .badge-secondary-light, .read-more .badge-secondary-light, .anchor .badge-secondary-light, .btn .badge-secondary-dark, .btn .badge-secondary-dark, button .badge-secondary-dark, .button .badge-secondary-dark, submit .badge-secondary-dark, input[type="submit"] .badge-secondary-dark, input[type="button"] .badge-secondary-dark, a.btn .badge-secondary-dark, .read-more .badge-secondary-dark, .anchor .badge-secondary-dark, .btn .badge-gray-dark, .btn .badge-gray-dark, button .badge-gray-dark, .button .badge-gray-dark, submit .badge-gray-dark, input[type="submit"] .badge-gray-dark, input[type="button"] .badge-gray-dark, a.btn .badge-gray-dark, .read-more .badge-gray-dark, .anchor .badge-gray-dark, .btn .badge-gray, .btn .badge-gray, button .badge-gray, .button .badge-gray, submit .badge-gray, input[type="submit"] .badge-gray, input[type="button"] .badge-gray, a.btn .badge-gray, .read-more .badge-gray, .anchor .badge-gray, .btn .badge-gray-light, .btn .badge-gray-light, button .badge-gray-light, .button .badge-gray-light, submit .badge-gray-light, input[type="submit"] .badge-gray-light, input[type="button"] .badge-gray-light, a.btn .badge-gray-light, .read-more .badge-gray-light, .anchor .badge-gray-light, .btn .badge-blue, .btn .badge-blue, button .badge-blue, .button .badge-blue, submit .badge-blue, input[type="submit"] .badge-blue, input[type="button"] .badge-blue, a.btn .badge-blue, .read-more .badge-blue, .anchor .badge-blue, .btn .badge-indigo, .btn .badge-indigo, button .badge-indigo, .button .badge-indigo, submit .badge-indigo, input[type="submit"] .badge-indigo, input[type="button"] .badge-indigo, a.btn .badge-indigo, .read-more .badge-indigo, .anchor .badge-indigo, .btn .badge-purple, .btn .badge-purple, button .badge-purple, .button .badge-purple, submit .badge-purple, input[type="submit"] .badge-purple, input[type="button"] .badge-purple, a.btn .badge-purple, .read-more .badge-purple, .anchor .badge-purple, .btn .badge-pink, .btn .badge-pink, button .badge-pink, .button .badge-pink, submit .badge-pink, input[type="submit"] .badge-pink, input[type="button"] .badge-pink, a.btn .badge-pink, .read-more .badge-pink, .anchor .badge-pink, .btn .badge-red, .btn .badge-red, button .badge-red, .button .badge-red, submit .badge-red, input[type="submit"] .badge-red, input[type="button"] .badge-red, a.btn .badge-red, .read-more .badge-red, .anchor .badge-red, .btn .badge-orange, .btn .badge-orange, button .badge-orange, .button .badge-orange, submit .badge-orange, input[type="submit"] .badge-orange, input[type="button"] .badge-orange, a.btn .badge-orange, .read-more .badge-orange, .anchor .badge-orange, .btn .badge-yellow, .btn .badge-yellow, button .badge-yellow, .button .badge-yellow, submit .badge-yellow, input[type="submit"] .badge-yellow, input[type="button"] .badge-yellow, a.btn .badge-yellow, .read-more .badge-yellow, .anchor .badge-yellow, .btn .badge-green, .btn .badge-green, button .badge-green, .button .badge-green, submit .badge-green, input[type="submit"] .badge-green, input[type="button"] .badge-green, a.btn .badge-green, .read-more .badge-green, .anchor .badge-green, .btn .badge-teal, .btn .badge-teal, button .badge-teal, .button .badge-teal, submit .badge-teal, input[type="submit"] .badge-teal, input[type="button"] .badge-teal, a.btn .badge-teal, .read-more .badge-teal, .anchor .badge-teal, .btn .badge-cyan, .btn .badge-cyan, button .badge-cyan, .button .badge-cyan, submit .badge-cyan, input[type="submit"] .badge-cyan, input[type="button"] .badge-cyan, a.btn .badge-cyan, .read-more .badge-cyan, .anchor .badge-cyan, .btn .badge-white, .btn .badge-white, button .badge-white, .button .badge-white, submit .badge-white, input[type="submit"] .badge-white, input[type="button"] .badge-white, a.btn .badge-white, .read-more .badge-white, .anchor .badge-white, .btn .badge-gold, .btn .badge-gold, button .badge-gold, .button .badge-gold, submit .badge-gold, input[type="submit"] .badge-gold, input[type="button"] .badge-gold, a.btn .badge-gold, .read-more .badge-gold, .anchor .badge-gold {
    position: relative;
    top: -1px;
}

.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}

.badge-primary {
    color: #fff;
    background-color: #05304b;
}

a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #02111b;
}

.badge-secondary {
    color: #fff;
    background-color: #c13802;
}

a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #8f2901;
}

.badge-success {
    color: #fff;
    background-color: #28a745;
}

a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34;
}

.badge-info {
    color: #fff;
    background-color: #17a2b8;
}

a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #117a8b;
}

.badge-warning {
    color: #272f48;
    background-color: #ffc107;
}

a.badge-warning:hover, a.badge-warning:focus {
    color: #272f48;
    background-color: #d39e00;
}

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130;
}

.badge-light {
    color: #272f48;
    background-color: #f8f9fa;
}

a.badge-light:hover, a.badge-light:focus {
    color: #272f48;
    background-color: #dae0e5;
}

.badge-dark {
    color: #fff;
    background-color: #273548;
}

a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #151d27;
}

.badge-primary-light {
    color: #272f48;
    background-color: #6ed4e7;
}

a.badge-primary-light:hover, a.badge-primary-light:focus {
    color: #272f48;
    background-color: #42c7e0;
}

.badge-primary-dark {
    color: #fff;
    background-color: #02111b;
}

a.badge-primary-dark:hover, a.badge-primary-dark:focus {
    color: #fff;
    background-color: black;
}

.badge-secondary-light {
    color: #fff;
    background-color: #fd5513;
}

a.badge-secondary-light:hover, a.badge-secondary-light:focus {
    color: #fff;
    background-color: #da3f02;
}

.badge-secondary-dark {
    color: #fff;
    background-color: #8f2901;
}

a.badge-secondary-dark:hover, a.badge-secondary-dark:focus {
    color: #fff;
    background-color: #5c1b01;
}

.badge-gray-dark {
    color: #fff;
    background-color: #272f48;
}

a.badge-gray-dark:hover, a.badge-gray-dark:focus {
    color: #fff;
    background-color: #151927;
}

.badge-gray {
    color: #fff;
    background-color: #6b83a2;
}

a.badge-gray:hover, a.badge-gray:focus {
    color: #fff;
    background-color: #546a86;
}

.badge-gray-light {
    color: #272f48;
    background-color: #BDC1C7;
}

a.badge-gray-light:hover, a.badge-gray-light:focus {
    color: #272f48;
    background-color: #a1a7b0;
}

.badge-error {
    color: #fff;
    background-color: #dc3545;
}

a.badge-error:hover, a.badge-error:focus {
    color: #fff;
    background-color: #bd2130;
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #DADDE0;
    border-radius: 5px;
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem;
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-heading {
    color: inherit;
}

.alert-link, .alert-primary a,
.alert.primary a, .alert-secondary a,
.alert.secondary a, .alert-success a,
.alert.success a, .alert-info a,
.alert.info a, .alert-warning a,
.alert.warning a, .alert-danger a,
.alert.danger a, .alert-light a,
.alert.light a, .alert-dark a,
.alert.dark a, .alert-primary-light a,
.alert.primary-light a, .alert-primary-dark a,
.alert.primary-dark a, .alert-secondary-light a,
.alert.secondary-light a, .alert-secondary-dark a,
.alert.secondary-dark a, .alert-gray-dark a,
.alert.gray-dark a, .alert-gray a,
.alert.gray a, .alert-gray-light a,
.alert.gray-light a, .alert-error a,
.alert.error a {
    font-weight: 700;
}

.alert-dismissible {
    padding-right: 4rem;
}

    .alert-dismissible .close {
        position: absolute;
        top: 0;
        right: 0;
        padding: 0.75rem 1.25rem;
        color: inherit;
    }

.alert-primary {
    color: #031927;
    background-color: #cdd6db;
    border-color: #b9c5cd;
}

    .alert-primary hr {
        border-top-color: #aab9c2;
    }

    .alert-primary .alert-link, .alert-primary a,
    .alert-primary .alert.primary a, .alert.primary .alert-primary a, .alert-primary .alert-secondary a, .alert-secondary .alert-primary a,
    .alert-primary .alert.secondary a, .alert.secondary .alert-primary a, .alert-primary .alert-success a, .alert-success .alert-primary a,
    .alert-primary .alert.success a, .alert.success .alert-primary a, .alert-primary .alert-info a, .alert-info .alert-primary a,
    .alert-primary .alert.info a, .alert.info .alert-primary a, .alert-primary .alert-warning a, .alert-warning .alert-primary a,
    .alert-primary .alert.warning a, .alert.warning .alert-primary a, .alert-primary .alert-danger a, .alert-danger .alert-primary a,
    .alert-primary .alert.danger a, .alert.danger .alert-primary a, .alert-primary .alert-light a, .alert-light .alert-primary a,
    .alert-primary .alert.light a, .alert.light .alert-primary a, .alert-primary .alert-dark a, .alert-dark .alert-primary a,
    .alert-primary .alert.dark a, .alert.dark .alert-primary a, .alert-primary .alert-primary-light a, .alert-primary-light .alert-primary a,
    .alert-primary .alert.primary-light a, .alert.primary-light .alert-primary a, .alert-primary .alert-primary-dark a, .alert-primary-dark .alert-primary a,
    .alert-primary .alert.primary-dark a, .alert.primary-dark .alert-primary a, .alert-primary .alert-secondary-light a, .alert-secondary-light .alert-primary a,
    .alert-primary .alert.secondary-light a, .alert.secondary-light .alert-primary a, .alert-primary .alert-secondary-dark a, .alert-secondary-dark .alert-primary a,
    .alert-primary .alert.secondary-dark a, .alert.secondary-dark .alert-primary a, .alert-primary .alert-gray-dark a, .alert-gray-dark .alert-primary a,
    .alert-primary .alert.gray-dark a, .alert.gray-dark .alert-primary a, .alert-primary .alert-gray a, .alert-gray .alert-primary a,
    .alert-primary .alert.gray a, .alert.gray .alert-primary a, .alert-primary .alert-gray-light a, .alert-gray-light .alert-primary a,
    .alert-primary .alert.gray-light a, .alert.gray-light .alert-primary a, .alert-primary .alert-error a, .alert-error .alert-primary a,
    .alert-primary .alert.error a, .alert.error .alert-primary a {
        color: black;
    }

.alert-secondary {
    color: #641d01;
    background-color: #f3d7cc;
    border-color: #eec7b8;
}

    .alert-secondary hr {
        border-top-color: #e9b7a3;
    }

    .alert-secondary .alert-link, .alert-secondary .alert-primary a, .alert-primary .alert-secondary a,
    .alert-secondary .alert.primary a, .alert.primary .alert-secondary a, .alert-secondary a,
    .alert-secondary .alert.secondary a, .alert.secondary .alert-secondary a, .alert-secondary .alert-success a, .alert-success .alert-secondary a,
    .alert-secondary .alert.success a, .alert.success .alert-secondary a, .alert-secondary .alert-info a, .alert-info .alert-secondary a,
    .alert-secondary .alert.info a, .alert.info .alert-secondary a, .alert-secondary .alert-warning a, .alert-warning .alert-secondary a,
    .alert-secondary .alert.warning a, .alert.warning .alert-secondary a, .alert-secondary .alert-danger a, .alert-danger .alert-secondary a,
    .alert-secondary .alert.danger a, .alert.danger .alert-secondary a, .alert-secondary .alert-light a, .alert-light .alert-secondary a,
    .alert-secondary .alert.light a, .alert.light .alert-secondary a, .alert-secondary .alert-dark a, .alert-dark .alert-secondary a,
    .alert-secondary .alert.dark a, .alert.dark .alert-secondary a, .alert-secondary .alert-primary-light a, .alert-primary-light .alert-secondary a,
    .alert-secondary .alert.primary-light a, .alert.primary-light .alert-secondary a, .alert-secondary .alert-primary-dark a, .alert-primary-dark .alert-secondary a,
    .alert-secondary .alert.primary-dark a, .alert.primary-dark .alert-secondary a, .alert-secondary .alert-secondary-light a, .alert-secondary-light .alert-secondary a,
    .alert-secondary .alert.secondary-light a, .alert.secondary-light .alert-secondary a, .alert-secondary .alert-secondary-dark a, .alert-secondary-dark .alert-secondary a,
    .alert-secondary .alert.secondary-dark a, .alert.secondary-dark .alert-secondary a, .alert-secondary .alert-gray-dark a, .alert-gray-dark .alert-secondary a,
    .alert-secondary .alert.gray-dark a, .alert.gray-dark .alert-secondary a, .alert-secondary .alert-gray a, .alert-gray .alert-secondary a,
    .alert-secondary .alert.gray a, .alert.gray .alert-secondary a, .alert-secondary .alert-gray-light a, .alert-gray-light .alert-secondary a,
    .alert-secondary .alert.gray-light a, .alert.gray-light .alert-secondary a, .alert-secondary .alert-error a, .alert-error .alert-secondary a,
    .alert-secondary .alert.error a, .alert.error .alert-secondary a {
        color: #320e00;
    }

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

    .alert-success hr {
        border-top-color: #b1dfbb;
    }

    .alert-success .alert-link, .alert-success .alert-primary a, .alert-primary .alert-success a,
    .alert-success .alert.primary a, .alert.primary .alert-success a, .alert-success .alert-secondary a, .alert-secondary .alert-success a,
    .alert-success .alert.secondary a, .alert.secondary .alert-success a, .alert-success a,
    .alert-success .alert.success a, .alert.success .alert-success a, .alert-success .alert-info a, .alert-info .alert-success a,
    .alert-success .alert.info a, .alert.info .alert-success a, .alert-success .alert-warning a, .alert-warning .alert-success a,
    .alert-success .alert.warning a, .alert.warning .alert-success a, .alert-success .alert-danger a, .alert-danger .alert-success a,
    .alert-success .alert.danger a, .alert.danger .alert-success a, .alert-success .alert-light a, .alert-light .alert-success a,
    .alert-success .alert.light a, .alert.light .alert-success a, .alert-success .alert-dark a, .alert-dark .alert-success a,
    .alert-success .alert.dark a, .alert.dark .alert-success a, .alert-success .alert-primary-light a, .alert-primary-light .alert-success a,
    .alert-success .alert.primary-light a, .alert.primary-light .alert-success a, .alert-success .alert-primary-dark a, .alert-primary-dark .alert-success a,
    .alert-success .alert.primary-dark a, .alert.primary-dark .alert-success a, .alert-success .alert-secondary-light a, .alert-secondary-light .alert-success a,
    .alert-success .alert.secondary-light a, .alert.secondary-light .alert-success a, .alert-success .alert-secondary-dark a, .alert-secondary-dark .alert-success a,
    .alert-success .alert.secondary-dark a, .alert.secondary-dark .alert-success a, .alert-success .alert-gray-dark a, .alert-gray-dark .alert-success a,
    .alert-success .alert.gray-dark a, .alert.gray-dark .alert-success a, .alert-success .alert-gray a, .alert-gray .alert-success a,
    .alert-success .alert.gray a, .alert.gray .alert-success a, .alert-success .alert-gray-light a, .alert-gray-light .alert-success a,
    .alert-success .alert.gray-light a, .alert.gray-light .alert-success a, .alert-success .alert-error a, .alert-error .alert-success a,
    .alert-success .alert.error a, .alert.error .alert-success a {
        color: #0b2e13;
    }

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

    .alert-info hr {
        border-top-color: #abdde5;
    }

    .alert-info .alert-link, .alert-info .alert-primary a, .alert-primary .alert-info a,
    .alert-info .alert.primary a, .alert.primary .alert-info a, .alert-info .alert-secondary a, .alert-secondary .alert-info a,
    .alert-info .alert.secondary a, .alert.secondary .alert-info a, .alert-info .alert-success a, .alert-success .alert-info a,
    .alert-info .alert.success a, .alert.success .alert-info a, .alert-info a,
    .alert-info .alert.info a, .alert.info .alert-info a, .alert-info .alert-warning a, .alert-warning .alert-info a,
    .alert-info .alert.warning a, .alert.warning .alert-info a, .alert-info .alert-danger a, .alert-danger .alert-info a,
    .alert-info .alert.danger a, .alert.danger .alert-info a, .alert-info .alert-light a, .alert-light .alert-info a,
    .alert-info .alert.light a, .alert.light .alert-info a, .alert-info .alert-dark a, .alert-dark .alert-info a,
    .alert-info .alert.dark a, .alert.dark .alert-info a, .alert-info .alert-primary-light a, .alert-primary-light .alert-info a,
    .alert-info .alert.primary-light a, .alert.primary-light .alert-info a, .alert-info .alert-primary-dark a, .alert-primary-dark .alert-info a,
    .alert-info .alert.primary-dark a, .alert.primary-dark .alert-info a, .alert-info .alert-secondary-light a, .alert-secondary-light .alert-info a,
    .alert-info .alert.secondary-light a, .alert.secondary-light .alert-info a, .alert-info .alert-secondary-dark a, .alert-secondary-dark .alert-info a,
    .alert-info .alert.secondary-dark a, .alert.secondary-dark .alert-info a, .alert-info .alert-gray-dark a, .alert-gray-dark .alert-info a,
    .alert-info .alert.gray-dark a, .alert.gray-dark .alert-info a, .alert-info .alert-gray a, .alert-gray .alert-info a,
    .alert-info .alert.gray a, .alert.gray .alert-info a, .alert-info .alert-gray-light a, .alert-gray-light .alert-info a,
    .alert-info .alert.gray-light a, .alert.gray-light .alert-info a, .alert-info .alert-error a, .alert-error .alert-info a,
    .alert-info .alert.error a, .alert.error .alert-info a {
        color: #062c33;
    }

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

    .alert-warning hr {
        border-top-color: #ffe8a1;
    }

    .alert-warning .alert-link, .alert-warning .alert-primary a, .alert-primary .alert-warning a,
    .alert-warning .alert.primary a, .alert.primary .alert-warning a, .alert-warning .alert-secondary a, .alert-secondary .alert-warning a,
    .alert-warning .alert.secondary a, .alert.secondary .alert-warning a, .alert-warning .alert-success a, .alert-success .alert-warning a,
    .alert-warning .alert.success a, .alert.success .alert-warning a, .alert-warning .alert-info a, .alert-info .alert-warning a,
    .alert-warning .alert.info a, .alert.info .alert-warning a, .alert-warning a,
    .alert-warning .alert.warning a, .alert.warning .alert-warning a, .alert-warning .alert-danger a, .alert-danger .alert-warning a,
    .alert-warning .alert.danger a, .alert.danger .alert-warning a, .alert-warning .alert-light a, .alert-light .alert-warning a,
    .alert-warning .alert.light a, .alert.light .alert-warning a, .alert-warning .alert-dark a, .alert-dark .alert-warning a,
    .alert-warning .alert.dark a, .alert.dark .alert-warning a, .alert-warning .alert-primary-light a, .alert-primary-light .alert-warning a,
    .alert-warning .alert.primary-light a, .alert.primary-light .alert-warning a, .alert-warning .alert-primary-dark a, .alert-primary-dark .alert-warning a,
    .alert-warning .alert.primary-dark a, .alert.primary-dark .alert-warning a, .alert-warning .alert-secondary-light a, .alert-secondary-light .alert-warning a,
    .alert-warning .alert.secondary-light a, .alert.secondary-light .alert-warning a, .alert-warning .alert-secondary-dark a, .alert-secondary-dark .alert-warning a,
    .alert-warning .alert.secondary-dark a, .alert.secondary-dark .alert-warning a, .alert-warning .alert-gray-dark a, .alert-gray-dark .alert-warning a,
    .alert-warning .alert.gray-dark a, .alert.gray-dark .alert-warning a, .alert-warning .alert-gray a, .alert-gray .alert-warning a,
    .alert-warning .alert.gray a, .alert.gray .alert-warning a, .alert-warning .alert-gray-light a, .alert-gray-light .alert-warning a,
    .alert-warning .alert.gray-light a, .alert.gray-light .alert-warning a, .alert-warning .alert-error a, .alert-error .alert-warning a,
    .alert-warning .alert.error a, .alert.error .alert-warning a {
        color: #533f03;
    }

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

    .alert-danger hr {
        border-top-color: #f1b0b7;
    }

    .alert-danger .alert-link, .alert-danger .alert-primary a, .alert-primary .alert-danger a,
    .alert-danger .alert.primary a, .alert.primary .alert-danger a, .alert-danger .alert-secondary a, .alert-secondary .alert-danger a,
    .alert-danger .alert.secondary a, .alert.secondary .alert-danger a, .alert-danger .alert-success a, .alert-success .alert-danger a,
    .alert-danger .alert.success a, .alert.success .alert-danger a, .alert-danger .alert-info a, .alert-info .alert-danger a,
    .alert-danger .alert.info a, .alert.info .alert-danger a, .alert-danger .alert-warning a, .alert-warning .alert-danger a,
    .alert-danger .alert.warning a, .alert.warning .alert-danger a, .alert-danger a,
    .alert-danger .alert.danger a, .alert.danger .alert-danger a, .alert-danger .alert-light a, .alert-light .alert-danger a,
    .alert-danger .alert.light a, .alert.light .alert-danger a, .alert-danger .alert-dark a, .alert-dark .alert-danger a,
    .alert-danger .alert.dark a, .alert.dark .alert-danger a, .alert-danger .alert-primary-light a, .alert-primary-light .alert-danger a,
    .alert-danger .alert.primary-light a, .alert.primary-light .alert-danger a, .alert-danger .alert-primary-dark a, .alert-primary-dark .alert-danger a,
    .alert-danger .alert.primary-dark a, .alert.primary-dark .alert-danger a, .alert-danger .alert-secondary-light a, .alert-secondary-light .alert-danger a,
    .alert-danger .alert.secondary-light a, .alert.secondary-light .alert-danger a, .alert-danger .alert-secondary-dark a, .alert-secondary-dark .alert-danger a,
    .alert-danger .alert.secondary-dark a, .alert.secondary-dark .alert-danger a, .alert-danger .alert-gray-dark a, .alert-gray-dark .alert-danger a,
    .alert-danger .alert.gray-dark a, .alert.gray-dark .alert-danger a, .alert-danger .alert-gray a, .alert-gray .alert-danger a,
    .alert-danger .alert.gray a, .alert.gray .alert-danger a, .alert-danger .alert-gray-light a, .alert-gray-light .alert-danger a,
    .alert-danger .alert.gray-light a, .alert.gray-light .alert-danger a, .alert-danger .alert-error a, .alert-error .alert-danger a,
    .alert-danger .alert.error a, .alert.error .alert-danger a {
        color: #491217;
    }

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

    .alert-light hr {
        border-top-color: #ececf6;
    }

    .alert-light .alert-link, .alert-light .alert-primary a, .alert-primary .alert-light a,
    .alert-light .alert.primary a, .alert.primary .alert-light a, .alert-light .alert-secondary a, .alert-secondary .alert-light a,
    .alert-light .alert.secondary a, .alert.secondary .alert-light a, .alert-light .alert-success a, .alert-success .alert-light a,
    .alert-light .alert.success a, .alert.success .alert-light a, .alert-light .alert-info a, .alert-info .alert-light a,
    .alert-light .alert.info a, .alert.info .alert-light a, .alert-light .alert-warning a, .alert-warning .alert-light a,
    .alert-light .alert.warning a, .alert.warning .alert-light a, .alert-light .alert-danger a, .alert-danger .alert-light a,
    .alert-light .alert.danger a, .alert.danger .alert-light a, .alert-light a,
    .alert-light .alert.light a, .alert.light .alert-light a, .alert-light .alert-dark a, .alert-dark .alert-light a,
    .alert-light .alert.dark a, .alert.dark .alert-light a, .alert-light .alert-primary-light a, .alert-primary-light .alert-light a,
    .alert-light .alert.primary-light a, .alert.primary-light .alert-light a, .alert-light .alert-primary-dark a, .alert-primary-dark .alert-light a,
    .alert-light .alert.primary-dark a, .alert.primary-dark .alert-light a, .alert-light .alert-secondary-light a, .alert-secondary-light .alert-light a,
    .alert-light .alert.secondary-light a, .alert.secondary-light .alert-light a, .alert-light .alert-secondary-dark a, .alert-secondary-dark .alert-light a,
    .alert-light .alert.secondary-dark a, .alert.secondary-dark .alert-light a, .alert-light .alert-gray-dark a, .alert-gray-dark .alert-light a,
    .alert-light .alert.gray-dark a, .alert.gray-dark .alert-light a, .alert-light .alert-gray a, .alert-gray .alert-light a,
    .alert-light .alert.gray a, .alert.gray .alert-light a, .alert-light .alert-gray-light a, .alert-gray-light .alert-light a,
    .alert-light .alert.gray-light a, .alert.gray-light .alert-light a, .alert-light .alert-error a, .alert-error .alert-light a,
    .alert-light .alert.error a, .alert.error .alert-light a {
        color: #686868;
    }

.alert-dark {
    color: #141c25;
    background-color: #d4d7da;
    border-color: #c3c6cc;
}

    .alert-dark hr {
        border-top-color: #b5b9c0;
    }

    .alert-dark .alert-link, .alert-dark .alert-primary a, .alert-primary .alert-dark a,
    .alert-dark .alert.primary a, .alert.primary .alert-dark a, .alert-dark .alert-secondary a, .alert-secondary .alert-dark a,
    .alert-dark .alert.secondary a, .alert.secondary .alert-dark a, .alert-dark .alert-success a, .alert-success .alert-dark a,
    .alert-dark .alert.success a, .alert.success .alert-dark a, .alert-dark .alert-info a, .alert-info .alert-dark a,
    .alert-dark .alert.info a, .alert.info .alert-dark a, .alert-dark .alert-warning a, .alert-warning .alert-dark a,
    .alert-dark .alert.warning a, .alert.warning .alert-dark a, .alert-dark .alert-danger a, .alert-danger .alert-dark a,
    .alert-dark .alert.danger a, .alert.danger .alert-dark a, .alert-dark .alert-light a, .alert-light .alert-dark a,
    .alert-dark .alert.light a, .alert.light .alert-dark a, .alert-dark a,
    .alert-dark .alert.dark a, .alert.dark .alert-dark a, .alert-dark .alert-primary-light a, .alert-primary-light .alert-dark a,
    .alert-dark .alert.primary-light a, .alert.primary-light .alert-dark a, .alert-dark .alert-primary-dark a, .alert-primary-dark .alert-dark a,
    .alert-dark .alert.primary-dark a, .alert.primary-dark .alert-dark a, .alert-dark .alert-secondary-light a, .alert-secondary-light .alert-dark a,
    .alert-dark .alert.secondary-light a, .alert.secondary-light .alert-dark a, .alert-dark .alert-secondary-dark a, .alert-secondary-dark .alert-dark a,
    .alert-dark .alert.secondary-dark a, .alert.secondary-dark .alert-dark a, .alert-dark .alert-gray-dark a, .alert-gray-dark .alert-dark a,
    .alert-dark .alert.gray-dark a, .alert.gray-dark .alert-dark a, .alert-dark .alert-gray a, .alert-gray .alert-dark a,
    .alert-dark .alert.gray a, .alert.gray .alert-dark a, .alert-dark .alert-gray-light a, .alert-gray-light .alert-dark a,
    .alert-dark .alert.gray-light a, .alert.gray-light .alert-dark a, .alert-dark .alert-error a, .alert-error .alert-dark a,
    .alert-dark .alert.error a, .alert.error .alert-dark a {
        color: #020304;
    }

.alert-primary-light {
    color: #396e78;
    background-color: #e2f6fa;
    border-color: #d6f3f8;
}

    .alert-primary-light hr {
        border-top-color: #c0edf4;
    }

    .alert-primary-light .alert-link, .alert-primary-light .alert-primary a, .alert-primary .alert-primary-light a,
    .alert-primary-light .alert.primary a, .alert.primary .alert-primary-light a, .alert-primary-light .alert-secondary a, .alert-secondary .alert-primary-light a,
    .alert-primary-light .alert.secondary a, .alert.secondary .alert-primary-light a, .alert-primary-light .alert-success a, .alert-success .alert-primary-light a,
    .alert-primary-light .alert.success a, .alert.success .alert-primary-light a, .alert-primary-light .alert-info a, .alert-info .alert-primary-light a,
    .alert-primary-light .alert.info a, .alert.info .alert-primary-light a, .alert-primary-light .alert-warning a, .alert-warning .alert-primary-light a,
    .alert-primary-light .alert.warning a, .alert.warning .alert-primary-light a, .alert-primary-light .alert-danger a, .alert-danger .alert-primary-light a,
    .alert-primary-light .alert.danger a, .alert.danger .alert-primary-light a, .alert-primary-light .alert-light a, .alert-light .alert-primary-light a,
    .alert-primary-light .alert.light a, .alert.light .alert-primary-light a, .alert-primary-light .alert-dark a, .alert-dark .alert-primary-light a,
    .alert-primary-light .alert.dark a, .alert.dark .alert-primary-light a, .alert-primary-light a,
    .alert-primary-light .alert.primary-light a, .alert.primary-light .alert-primary-light a, .alert-primary-light .alert-primary-dark a, .alert-primary-dark .alert-primary-light a,
    .alert-primary-light .alert.primary-dark a, .alert.primary-dark .alert-primary-light a, .alert-primary-light .alert-secondary-light a, .alert-secondary-light .alert-primary-light a,
    .alert-primary-light .alert.secondary-light a, .alert.secondary-light .alert-primary-light a, .alert-primary-light .alert-secondary-dark a, .alert-secondary-dark .alert-primary-light a,
    .alert-primary-light .alert.secondary-dark a, .alert.secondary-dark .alert-primary-light a, .alert-primary-light .alert-gray-dark a, .alert-gray-dark .alert-primary-light a,
    .alert-primary-light .alert.gray-dark a, .alert.gray-dark .alert-primary-light a, .alert-primary-light .alert-gray a, .alert-gray .alert-primary-light a,
    .alert-primary-light .alert.gray a, .alert.gray .alert-primary-light a, .alert-primary-light .alert-gray-light a, .alert-gray-light .alert-primary-light a,
    .alert-primary-light .alert.gray-light a, .alert.gray-light .alert-primary-light a, .alert-primary-light .alert-error a, .alert-error .alert-primary-light a,
    .alert-primary-light .alert.error a, .alert.error .alert-primary-light a {
        color: #294e55;
    }

.alert-primary-dark {
    color: #01090e;
    background-color: #cccfd1;
    border-color: #b8bcbf;
}

    .alert-primary-dark hr {
        border-top-color: #abafb3;
    }

    .alert-primary-dark .alert-link, .alert-primary-dark .alert-primary a, .alert-primary .alert-primary-dark a,
    .alert-primary-dark .alert.primary a, .alert.primary .alert-primary-dark a, .alert-primary-dark .alert-secondary a, .alert-secondary .alert-primary-dark a,
    .alert-primary-dark .alert.secondary a, .alert.secondary .alert-primary-dark a, .alert-primary-dark .alert-success a, .alert-success .alert-primary-dark a,
    .alert-primary-dark .alert.success a, .alert.success .alert-primary-dark a, .alert-primary-dark .alert-info a, .alert-info .alert-primary-dark a,
    .alert-primary-dark .alert.info a, .alert.info .alert-primary-dark a, .alert-primary-dark .alert-warning a, .alert-warning .alert-primary-dark a,
    .alert-primary-dark .alert.warning a, .alert.warning .alert-primary-dark a, .alert-primary-dark .alert-danger a, .alert-danger .alert-primary-dark a,
    .alert-primary-dark .alert.danger a, .alert.danger .alert-primary-dark a, .alert-primary-dark .alert-light a, .alert-light .alert-primary-dark a,
    .alert-primary-dark .alert.light a, .alert.light .alert-primary-dark a, .alert-primary-dark .alert-dark a, .alert-dark .alert-primary-dark a,
    .alert-primary-dark .alert.dark a, .alert.dark .alert-primary-dark a, .alert-primary-dark .alert-primary-light a, .alert-primary-light .alert-primary-dark a,
    .alert-primary-dark .alert.primary-light a, .alert.primary-light .alert-primary-dark a, .alert-primary-dark a,
    .alert-primary-dark .alert.primary-dark a, .alert.primary-dark .alert-primary-dark a, .alert-primary-dark .alert-secondary-light a, .alert-secondary-light .alert-primary-dark a,
    .alert-primary-dark .alert.secondary-light a, .alert.secondary-light .alert-primary-dark a, .alert-primary-dark .alert-secondary-dark a, .alert-secondary-dark .alert-primary-dark a,
    .alert-primary-dark .alert.secondary-dark a, .alert.secondary-dark .alert-primary-dark a, .alert-primary-dark .alert-gray-dark a, .alert-gray-dark .alert-primary-dark a,
    .alert-primary-dark .alert.gray-dark a, .alert.gray-dark .alert-primary-dark a, .alert-primary-dark .alert-gray a, .alert-gray .alert-primary-dark a,
    .alert-primary-dark .alert.gray a, .alert.gray .alert-primary-dark a, .alert-primary-dark .alert-gray-light a, .alert-gray-light .alert-primary-dark a,
    .alert-primary-dark .alert.gray-light a, .alert.gray-light .alert-primary-dark a, .alert-primary-dark .alert-error a, .alert-error .alert-primary-dark a,
    .alert-primary-dark .alert.error a, .alert.error .alert-primary-dark a {
        color: black;
    }

.alert-secondary-light {
    color: #832c0a;
    background-color: #ffddd0;
    border-color: #fecfbd;
}

    .alert-secondary-light hr {
        border-top-color: #febda4;
    }

    .alert-secondary-light .alert-link, .alert-secondary-light .alert-primary a, .alert-primary .alert-secondary-light a,
    .alert-secondary-light .alert.primary a, .alert.primary .alert-secondary-light a, .alert-secondary-light .alert-secondary a, .alert-secondary .alert-secondary-light a,
    .alert-secondary-light .alert.secondary a, .alert.secondary .alert-secondary-light a, .alert-secondary-light .alert-success a, .alert-success .alert-secondary-light a,
    .alert-secondary-light .alert.success a, .alert.success .alert-secondary-light a, .alert-secondary-light .alert-info a, .alert-info .alert-secondary-light a,
    .alert-secondary-light .alert.info a, .alert.info .alert-secondary-light a, .alert-secondary-light .alert-warning a, .alert-warning .alert-secondary-light a,
    .alert-secondary-light .alert.warning a, .alert.warning .alert-secondary-light a, .alert-secondary-light .alert-danger a, .alert-danger .alert-secondary-light a,
    .alert-secondary-light .alert.danger a, .alert.danger .alert-secondary-light a, .alert-secondary-light .alert-light a, .alert-light .alert-secondary-light a,
    .alert-secondary-light .alert.light a, .alert.light .alert-secondary-light a, .alert-secondary-light .alert-dark a, .alert-dark .alert-secondary-light a,
    .alert-secondary-light .alert.dark a, .alert.dark .alert-secondary-light a, .alert-secondary-light .alert-primary-light a, .alert-primary-light .alert-secondary-light a,
    .alert-secondary-light .alert.primary-light a, .alert.primary-light .alert-secondary-light a, .alert-secondary-light .alert-primary-dark a, .alert-primary-dark .alert-secondary-light a,
    .alert-secondary-light .alert.primary-dark a, .alert.primary-dark .alert-secondary-light a, .alert-secondary-light a,
    .alert-secondary-light .alert.secondary-light a, .alert.secondary-light .alert-secondary-light a, .alert-secondary-light .alert-secondary-dark a, .alert-secondary-dark .alert-secondary-light a,
    .alert-secondary-light .alert.secondary-dark a, .alert.secondary-dark .alert-secondary-light a, .alert-secondary-light .alert-gray-dark a, .alert-gray-dark .alert-secondary-light a,
    .alert-secondary-light .alert.gray-dark a, .alert.gray-dark .alert-secondary-light a, .alert-secondary-light .alert-gray a, .alert-gray .alert-secondary-light a,
    .alert-secondary-light .alert.gray a, .alert.gray .alert-secondary-light a, .alert-secondary-light .alert-gray-light a, .alert-gray-light .alert-secondary-light a,
    .alert-secondary-light .alert.gray-light a, .alert.gray-light .alert-secondary-light a, .alert-secondary-light .alert-error a, .alert-error .alert-secondary-light a,
    .alert-secondary-light .alert.error a, .alert.error .alert-secondary-light a {
        color: #541c06;
    }

.alert-secondary-dark {
    color: #4a1601;
    background-color: #e9d4cc;
    border-color: #e0c3b8;
}

    .alert-secondary-dark hr {
        border-top-color: #d8b4a6;
    }

    .alert-secondary-dark .alert-link, .alert-secondary-dark .alert-primary a, .alert-primary .alert-secondary-dark a,
    .alert-secondary-dark .alert.primary a, .alert.primary .alert-secondary-dark a, .alert-secondary-dark .alert-secondary a, .alert-secondary .alert-secondary-dark a,
    .alert-secondary-dark .alert.secondary a, .alert.secondary .alert-secondary-dark a, .alert-secondary-dark .alert-success a, .alert-success .alert-secondary-dark a,
    .alert-secondary-dark .alert.success a, .alert.success .alert-secondary-dark a, .alert-secondary-dark .alert-info a, .alert-info .alert-secondary-dark a,
    .alert-secondary-dark .alert.info a, .alert.info .alert-secondary-dark a, .alert-secondary-dark .alert-warning a, .alert-warning .alert-secondary-dark a,
    .alert-secondary-dark .alert.warning a, .alert.warning .alert-secondary-dark a, .alert-secondary-dark .alert-danger a, .alert-danger .alert-secondary-dark a,
    .alert-secondary-dark .alert.danger a, .alert.danger .alert-secondary-dark a, .alert-secondary-dark .alert-light a, .alert-light .alert-secondary-dark a,
    .alert-secondary-dark .alert.light a, .alert.light .alert-secondary-dark a, .alert-secondary-dark .alert-dark a, .alert-dark .alert-secondary-dark a,
    .alert-secondary-dark .alert.dark a, .alert.dark .alert-secondary-dark a, .alert-secondary-dark .alert-primary-light a, .alert-primary-light .alert-secondary-dark a,
    .alert-secondary-dark .alert.primary-light a, .alert.primary-light .alert-secondary-dark a, .alert-secondary-dark .alert-primary-dark a, .alert-primary-dark .alert-secondary-dark a,
    .alert-secondary-dark .alert.primary-dark a, .alert.primary-dark .alert-secondary-dark a, .alert-secondary-dark .alert-secondary-light a, .alert-secondary-light .alert-secondary-dark a,
    .alert-secondary-dark .alert.secondary-light a, .alert.secondary-light .alert-secondary-dark a, .alert-secondary-dark a,
    .alert-secondary-dark .alert.secondary-dark a, .alert.secondary-dark .alert-secondary-dark a, .alert-secondary-dark .alert-gray-dark a, .alert-gray-dark .alert-secondary-dark a,
    .alert-secondary-dark .alert.gray-dark a, .alert.gray-dark .alert-secondary-dark a, .alert-secondary-dark .alert-gray a, .alert-gray .alert-secondary-dark a,
    .alert-secondary-dark .alert.gray a, .alert.gray .alert-secondary-dark a, .alert-secondary-dark .alert-gray-light a, .alert-gray-light .alert-secondary-dark a,
    .alert-secondary-dark .alert.gray-light a, .alert.gray-light .alert-secondary-dark a, .alert-secondary-dark .alert-error a, .alert-error .alert-secondary-dark a,
    .alert-secondary-dark .alert.error a, .alert.error .alert-secondary-dark a {
        color: #180700;
    }

.alert-gray-dark {
    color: #141825;
    background-color: #d4d5da;
    border-color: #c3c5cc;
}

    .alert-gray-dark hr {
        border-top-color: #b5b8c0;
    }

    .alert-gray-dark .alert-link, .alert-gray-dark .alert-primary a, .alert-primary .alert-gray-dark a,
    .alert-gray-dark .alert.primary a, .alert.primary .alert-gray-dark a, .alert-gray-dark .alert-secondary a, .alert-secondary .alert-gray-dark a,
    .alert-gray-dark .alert.secondary a, .alert.secondary .alert-gray-dark a, .alert-gray-dark .alert-success a, .alert-success .alert-gray-dark a,
    .alert-gray-dark .alert.success a, .alert.success .alert-gray-dark a, .alert-gray-dark .alert-info a, .alert-info .alert-gray-dark a,
    .alert-gray-dark .alert.info a, .alert.info .alert-gray-dark a, .alert-gray-dark .alert-warning a, .alert-warning .alert-gray-dark a,
    .alert-gray-dark .alert.warning a, .alert.warning .alert-gray-dark a, .alert-gray-dark .alert-danger a, .alert-danger .alert-gray-dark a,
    .alert-gray-dark .alert.danger a, .alert.danger .alert-gray-dark a, .alert-gray-dark .alert-light a, .alert-light .alert-gray-dark a,
    .alert-gray-dark .alert.light a, .alert.light .alert-gray-dark a, .alert-gray-dark .alert-dark a, .alert-dark .alert-gray-dark a,
    .alert-gray-dark .alert.dark a, .alert.dark .alert-gray-dark a, .alert-gray-dark .alert-primary-light a, .alert-primary-light .alert-gray-dark a,
    .alert-gray-dark .alert.primary-light a, .alert.primary-light .alert-gray-dark a, .alert-gray-dark .alert-primary-dark a, .alert-primary-dark .alert-gray-dark a,
    .alert-gray-dark .alert.primary-dark a, .alert.primary-dark .alert-gray-dark a, .alert-gray-dark .alert-secondary-light a, .alert-secondary-light .alert-gray-dark a,
    .alert-gray-dark .alert.secondary-light a, .alert.secondary-light .alert-gray-dark a, .alert-gray-dark .alert-secondary-dark a, .alert-secondary-dark .alert-gray-dark a,
    .alert-gray-dark .alert.secondary-dark a, .alert.secondary-dark .alert-gray-dark a, .alert-gray-dark a,
    .alert-gray-dark .alert.gray-dark a, .alert.gray-dark .alert-gray-dark a, .alert-gray-dark .alert-gray a, .alert-gray .alert-gray-dark a,
    .alert-gray-dark .alert.gray a, .alert.gray .alert-gray-dark a, .alert-gray-dark .alert-gray-light a, .alert-gray-light .alert-gray-dark a,
    .alert-gray-dark .alert.gray-light a, .alert.gray-light .alert-gray-dark a, .alert-gray-dark .alert-error a, .alert-error .alert-gray-dark a,
    .alert-gray-dark .alert.error a, .alert.error .alert-gray-dark a {
        color: #020304;
    }

.alert-gray {
    color: #384454;
    background-color: #e1e6ec;
    border-color: #d6dce5;
}

    .alert-gray hr {
        border-top-color: #c6cfdb;
    }

    .alert-gray .alert-link, .alert-gray .alert-primary a, .alert-primary .alert-gray a,
    .alert-gray .alert.primary a, .alert.primary .alert-gray a, .alert-gray .alert-secondary a, .alert-secondary .alert-gray a,
    .alert-gray .alert.secondary a, .alert.secondary .alert-gray a, .alert-gray .alert-success a, .alert-success .alert-gray a,
    .alert-gray .alert.success a, .alert.success .alert-gray a, .alert-gray .alert-info a, .alert-info .alert-gray a,
    .alert-gray .alert.info a, .alert.info .alert-gray a, .alert-gray .alert-warning a, .alert-warning .alert-gray a,
    .alert-gray .alert.warning a, .alert.warning .alert-gray a, .alert-gray .alert-danger a, .alert-danger .alert-gray a,
    .alert-gray .alert.danger a, .alert.danger .alert-gray a, .alert-gray .alert-light a, .alert-light .alert-gray a,
    .alert-gray .alert.light a, .alert.light .alert-gray a, .alert-gray .alert-dark a, .alert-dark .alert-gray a,
    .alert-gray .alert.dark a, .alert.dark .alert-gray a, .alert-gray .alert-primary-light a, .alert-primary-light .alert-gray a,
    .alert-gray .alert.primary-light a, .alert.primary-light .alert-gray a, .alert-gray .alert-primary-dark a, .alert-primary-dark .alert-gray a,
    .alert-gray .alert.primary-dark a, .alert.primary-dark .alert-gray a, .alert-gray .alert-secondary-light a, .alert-secondary-light .alert-gray a,
    .alert-gray .alert.secondary-light a, .alert.secondary-light .alert-gray a, .alert-gray .alert-secondary-dark a, .alert-secondary-dark .alert-gray a,
    .alert-gray .alert.secondary-dark a, .alert.secondary-dark .alert-gray a, .alert-gray .alert-gray-dark a, .alert-gray-dark .alert-gray a,
    .alert-gray .alert.gray-dark a, .alert.gray-dark .alert-gray a, .alert-gray a,
    .alert-gray .alert.gray a, .alert.gray .alert-gray a, .alert-gray .alert-gray-light a, .alert-gray-light .alert-gray a,
    .alert-gray .alert.gray-light a, .alert.gray-light .alert-gray a, .alert-gray .alert-error a, .alert-error .alert-gray a,
    .alert-gray .alert.error a, .alert.error .alert-gray a {
        color: #242b35;
    }

.alert-gray-light {
    color: #626467;
    background-color: #f2f3f4;
    border-color: #edeeef;
}

    .alert-gray-light hr {
        border-top-color: #e0e1e3;
    }

    .alert-gray-light .alert-link, .alert-gray-light .alert-primary a, .alert-primary .alert-gray-light a,
    .alert-gray-light .alert.primary a, .alert.primary .alert-gray-light a, .alert-gray-light .alert-secondary a, .alert-secondary .alert-gray-light a,
    .alert-gray-light .alert.secondary a, .alert.secondary .alert-gray-light a, .alert-gray-light .alert-success a, .alert-success .alert-gray-light a,
    .alert-gray-light .alert.success a, .alert.success .alert-gray-light a, .alert-gray-light .alert-info a, .alert-info .alert-gray-light a,
    .alert-gray-light .alert.info a, .alert.info .alert-gray-light a, .alert-gray-light .alert-warning a, .alert-warning .alert-gray-light a,
    .alert-gray-light .alert.warning a, .alert.warning .alert-gray-light a, .alert-gray-light .alert-danger a, .alert-danger .alert-gray-light a,
    .alert-gray-light .alert.danger a, .alert.danger .alert-gray-light a, .alert-gray-light .alert-light a, .alert-light .alert-gray-light a,
    .alert-gray-light .alert.light a, .alert.light .alert-gray-light a, .alert-gray-light .alert-dark a, .alert-dark .alert-gray-light a,
    .alert-gray-light .alert.dark a, .alert.dark .alert-gray-light a, .alert-gray-light .alert-primary-light a, .alert-primary-light .alert-gray-light a,
    .alert-gray-light .alert.primary-light a, .alert.primary-light .alert-gray-light a, .alert-gray-light .alert-primary-dark a, .alert-primary-dark .alert-gray-light a,
    .alert-gray-light .alert.primary-dark a, .alert.primary-dark .alert-gray-light a, .alert-gray-light .alert-secondary-light a, .alert-secondary-light .alert-gray-light a,
    .alert-gray-light .alert.secondary-light a, .alert.secondary-light .alert-gray-light a, .alert-gray-light .alert-secondary-dark a, .alert-secondary-dark .alert-gray-light a,
    .alert-gray-light .alert.secondary-dark a, .alert.secondary-dark .alert-gray-light a, .alert-gray-light .alert-gray-dark a, .alert-gray-dark .alert-gray-light a,
    .alert-gray-light .alert.gray-dark a, .alert.gray-dark .alert-gray-light a, .alert-gray-light .alert-gray a, .alert-gray .alert-gray-light a,
    .alert-gray-light .alert.gray a, .alert.gray .alert-gray-light a, .alert-gray-light a,
    .alert-gray-light .alert.gray-light a, .alert.gray-light .alert-gray-light a, .alert-gray-light .alert-error a, .alert-error .alert-gray-light a,
    .alert-gray-light .alert.error a, .alert.error .alert-gray-light a {
        color: #494b4d;
    }

.alert-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

    .alert-error hr {
        border-top-color: #f1b0b7;
    }

    .alert-error .alert-link, .alert-error .alert-primary a, .alert-primary .alert-error a,
    .alert-error .alert.primary a, .alert.primary .alert-error a, .alert-error .alert-secondary a, .alert-secondary .alert-error a,
    .alert-error .alert.secondary a, .alert.secondary .alert-error a, .alert-error .alert-success a, .alert-success .alert-error a,
    .alert-error .alert.success a, .alert.success .alert-error a, .alert-error .alert-info a, .alert-info .alert-error a,
    .alert-error .alert.info a, .alert.info .alert-error a, .alert-error .alert-warning a, .alert-warning .alert-error a,
    .alert-error .alert.warning a, .alert.warning .alert-error a, .alert-error .alert-danger a, .alert-danger .alert-error a,
    .alert-error .alert.danger a, .alert.danger .alert-error a, .alert-error .alert-light a, .alert-light .alert-error a,
    .alert-error .alert.light a, .alert.light .alert-error a, .alert-error .alert-dark a, .alert-dark .alert-error a,
    .alert-error .alert.dark a, .alert.dark .alert-error a, .alert-error .alert-primary-light a, .alert-primary-light .alert-error a,
    .alert-error .alert.primary-light a, .alert.primary-light .alert-error a, .alert-error .alert-primary-dark a, .alert-primary-dark .alert-error a,
    .alert-error .alert.primary-dark a, .alert.primary-dark .alert-error a, .alert-error .alert-secondary-light a, .alert-secondary-light .alert-error a,
    .alert-error .alert.secondary-light a, .alert.secondary-light .alert-error a, .alert-error .alert-secondary-dark a, .alert-secondary-dark .alert-error a,
    .alert-error .alert.secondary-dark a, .alert.secondary-dark .alert-error a, .alert-error .alert-gray-dark a, .alert-gray-dark .alert-error a,
    .alert-error .alert.gray-dark a, .alert.gray-dark .alert-error a, .alert-error .alert-gray a, .alert-gray .alert-error a,
    .alert-error .alert.gray a, .alert.gray .alert-error a, .alert-error .alert-gray-light a, .alert-gray-light .alert-error a,
    .alert-error .alert.gray-light a, .alert.gray-light .alert-error a, .alert-error a,
    .alert-error .alert.error a, .alert.error .alert-error a {
        color: #491217;
    }

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #DADDE0;
    border-radius: 0.25rem;
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #05304b;
    -webkit-transition: width 0.6s ease;
    -moz-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    -ms-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}

.progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite;
}

@media only screen and (max-width: 1024.98px) {
    progress-round {
        width: 90px;
        height: 90px;
        line-height: 90px;
    }
}

.progress-round {
    width: 100px;
    height: 100px;
    line-height: 100px;
    background: none;
    margin: 0 auto 15px;
    box-shadow: none;
    position: relative;
}

    .progress-round:after {
        content: "";
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border: 10px solid #eee;
        position: absolute;
        top: 0;
        left: 0;
    }

    .progress-round > span {
        width: 50%;
        height: 100%;
        overflow: hidden;
        position: absolute;
        top: 0;
        z-index: 1;
    }

    .progress-round .progress-left {
        left: 0;
    }

    .progress-round .progress-bar {
        width: 100%;
        height: 100%;
        background: none;
        border-width: 10px;
        border-style: solid;
        position: absolute;
        top: 0;
        /*border-color: $border-color-fill;*/
    }

    .progress-round .progress-left .progress-bar {
        left: 100%;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-left: 0;
        -webkit-transform-origin: center left;
        transform-origin: center left;
    }

    .progress-round .progress-right {
        right: 0;
    }

        .progress-round .progress-right .progress-bar {
            left: -100%;
            border-top-left-radius: 50px;
            border-bottom-left-radius: 50px;
            border-right: 0;
            -webkit-transform-origin: center right;
            transform-origin: center right;
        }

    .progress-round .progress-value {
        display: flex;
        border-radius: 50%;
        font-size: 36px;
        text-align: center;
        line-height: 20px;
        align-items: center;
        justify-content: center;
        height: 100%;
        font-weight: 300;
    }

        .progress-round .progress-value div {
            margin-top: 10px;
        }

        .progress-round .progress-value span {
            font-size: 12px;
            text-transform: uppercase;
        }

    .progress-round[data-percentage="10"] .progress-right .progress-bar {
        animation: loading-1 1.5s linear forwards;
    }

    .progress-round[data-percentage="10"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress-round[data-percentage="20"] .progress-right .progress-bar {
        animation: loading-2 1.5s linear forwards;
    }

    .progress-round[data-percentage="20"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress-round[data-percentage="30"] .progress-right .progress-bar {
        animation: loading-3 1.5s linear forwards;
    }

    .progress-round[data-percentage="30"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress-round[data-percentage="40"] .progress-right .progress-bar {
        animation: loading-4 1.5s linear forwards;
    }

    .progress-round[data-percentage="40"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress-round[data-percentage="50"] .progress-right .progress-bar {
        animation: loading-5 1.5s linear forwards;
    }

    .progress-round[data-percentage="50"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress-round[data-percentage="60"] .progress-right .progress-bar {
        animation: loading-5 1.5s linear forwards;
    }

    .progress-round[data-percentage="60"] .progress-left .progress-bar {
        animation: loading-1 1.5s linear forwards 1.5s;
    }

    .progress-round[data-percentage="70"] .progress-right .progress-bar {
        animation: loading-5 1.5s linear forwards;
    }

    .progress-round[data-percentage="70"] .progress-left .progress-bar {
        animation: loading-2 1.5s linear forwards 1.5s;
    }

    .progress-round[data-percentage="80"] .progress-right .progress-bar {
        animation: loading-5 1.5s linear forwards;
    }

    .progress-round[data-percentage="80"] .progress-left .progress-bar {
        animation: loading-3 1.5s linear forwards 1.5s;
    }

    .progress-round[data-percentage="90"] .progress-right .progress-bar {
        animation: loading-5 1.5s linear forwards;
    }

    .progress-round[data-percentage="90"] .progress-left .progress-bar {
        animation: loading-4 1.5s linear forwards 1.5s;
    }

    .progress-round[data-percentage="100"] .progress-right .progress-bar {
        animation: loading-5 1.5s linear forwards;
    }

    .progress-round[data-percentage="100"] .progress-left .progress-bar {
        animation: loading-5 1.5s linear forwards 1.5s;
    }

@keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(36);
        transform: rotate(36deg);
    }
}

@keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(72);
        transform: rotate(72deg);
    }
}

@keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(108);
        transform: rotate(108deg);
    }
}

@keyframes loading-4 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(144);
        transform: rotate(144deg);
    }
}

@keyframes loading-5 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(180);
        transform: rotate(180deg);
    }
}

.media {
    display: flex;
    align-items: flex-start;
}

.media-body {
    flex: 1;
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.list-group-item-action {
    width: 100%;
    color: #465061;
    text-align: inherit;
}

    .list-group-item-action:hover, .list-group-item-action:focus {
        color: #465061;
        text-decoration: none;
        background-color: #f8f9fa;
    }

    .list-group-item-action:active {
        color: #272f48;
        background-color: #DADDE0;
    }

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

    .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }

    .list-group-item:hover, .list-group-item:focus {
        z-index: 1;
        text-decoration: none;
    }

    .list-group-item.disabled, .list-group-item:disabled {
        color: #6b83a2;
        pointer-events: none;
        background-color: #fff;
    }

    .list-group-item.active {
        z-index: 2;
        color: #fff;
        background-color: #05304b;
        border-color: #05304b;
    }

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

    .list-group-flush .list-group-item:last-child {
        margin-bottom: -1px;
    }

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

.list-group-item-primary {
    color: #031927;
    background-color: #b9c5cd;
}

    .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
        color: #031927;
        background-color: #aab9c2;
    }

    .list-group-item-primary.list-group-item-action.active {
        color: #fff;
        background-color: #031927;
        border-color: #031927;
    }

.list-group-item-secondary {
    color: #641d01;
    background-color: #eec7b8;
}

    .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
        color: #641d01;
        background-color: #e9b7a3;
    }

    .list-group-item-secondary.list-group-item-action.active {
        color: #fff;
        background-color: #641d01;
        border-color: #641d01;
    }

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb;
}

    .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
        color: #155724;
        background-color: #b1dfbb;
    }

    .list-group-item-success.list-group-item-action.active {
        color: #fff;
        background-color: #155724;
        border-color: #155724;
    }

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb;
}

    .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
        color: #0c5460;
        background-color: #abdde5;
    }

    .list-group-item-info.list-group-item-action.active {
        color: #fff;
        background-color: #0c5460;
        border-color: #0c5460;
    }

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba;
}

    .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
        color: #856404;
        background-color: #ffe8a1;
    }

    .list-group-item-warning.list-group-item-action.active {
        color: #fff;
        background-color: #856404;
        border-color: #856404;
    }

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb;
}

    .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
        color: #721c24;
        background-color: #f1b0b7;
    }

    .list-group-item-danger.list-group-item-action.active {
        color: #fff;
        background-color: #721c24;
        border-color: #721c24;
    }

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe;
}

    .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
        color: #818182;
        background-color: #ececf6;
    }

    .list-group-item-light.list-group-item-action.active {
        color: #fff;
        background-color: #818182;
        border-color: #818182;
    }

.list-group-item-dark {
    color: #141c25;
    background-color: #c3c6cc;
}

    .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
        color: #141c25;
        background-color: #b5b9c0;
    }

    .list-group-item-dark.list-group-item-action.active {
        color: #fff;
        background-color: #141c25;
        border-color: #141c25;
    }

.list-group-item-primary-light {
    color: #396e78;
    background-color: #d6f3f8;
}

    .list-group-item-primary-light.list-group-item-action:hover, .list-group-item-primary-light.list-group-item-action:focus {
        color: #396e78;
        background-color: #c0edf4;
    }

    .list-group-item-primary-light.list-group-item-action.active {
        color: #fff;
        background-color: #396e78;
        border-color: #396e78;
    }

.list-group-item-primary-dark {
    color: #01090e;
    background-color: #b8bcbf;
}

    .list-group-item-primary-dark.list-group-item-action:hover, .list-group-item-primary-dark.list-group-item-action:focus {
        color: #01090e;
        background-color: #abafb3;
    }

    .list-group-item-primary-dark.list-group-item-action.active {
        color: #fff;
        background-color: #01090e;
        border-color: #01090e;
    }

.list-group-item-secondary-light {
    color: #832c0a;
    background-color: #fecfbd;
}

    .list-group-item-secondary-light.list-group-item-action:hover, .list-group-item-secondary-light.list-group-item-action:focus {
        color: #832c0a;
        background-color: #febda4;
    }

    .list-group-item-secondary-light.list-group-item-action.active {
        color: #fff;
        background-color: #832c0a;
        border-color: #832c0a;
    }

.list-group-item-secondary-dark {
    color: #4a1601;
    background-color: #e0c3b8;
}

    .list-group-item-secondary-dark.list-group-item-action:hover, .list-group-item-secondary-dark.list-group-item-action:focus {
        color: #4a1601;
        background-color: #d8b4a6;
    }

    .list-group-item-secondary-dark.list-group-item-action.active {
        color: #fff;
        background-color: #4a1601;
        border-color: #4a1601;
    }

.list-group-item-gray-dark {
    color: #141825;
    background-color: #c3c5cc;
}

    .list-group-item-gray-dark.list-group-item-action:hover, .list-group-item-gray-dark.list-group-item-action:focus {
        color: #141825;
        background-color: #b5b8c0;
    }

    .list-group-item-gray-dark.list-group-item-action.active {
        color: #fff;
        background-color: #141825;
        border-color: #141825;
    }

.list-group-item-gray {
    color: #384454;
    background-color: #d6dce5;
}

    .list-group-item-gray.list-group-item-action:hover, .list-group-item-gray.list-group-item-action:focus {
        color: #384454;
        background-color: #c6cfdb;
    }

    .list-group-item-gray.list-group-item-action.active {
        color: #fff;
        background-color: #384454;
        border-color: #384454;
    }

.list-group-item-gray-light {
    color: #626467;
    background-color: #edeeef;
}

    .list-group-item-gray-light.list-group-item-action:hover, .list-group-item-gray-light.list-group-item-action:focus {
        color: #626467;
        background-color: #e0e1e3;
    }

    .list-group-item-gray-light.list-group-item-action.active {
        color: #fff;
        background-color: #626467;
        border-color: #626467;
    }

.list-group-item-error {
    color: #721c24;
    background-color: #f5c6cb;
}

    .list-group-item-error.list-group-item-action:hover, .list-group-item-error.list-group-item-action:focus {
        color: #721c24;
        background-color: #f1b0b7;
    }

    .list-group-item-error.list-group-item-action.active {
        color: #fff;
        background-color: #721c24;
        border-color: #721c24;
    }

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

    .close:hover {
        color: #000;
        text-decoration: none;
    }

    .close:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

        .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
            opacity: .75;
        }

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    appearance: none;
}

a.close.disabled {
    pointer-events: none;
}

.modal-open {
    overflow: hidden;
}

    .modal-open .modal {
        overflow-x: hidden;
        overflow-y: auto;
    }

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    -webkit-transition: transform 0.15s ease-out;
    -moz-transition: transform 0.15s ease-out;
    -o-transition: transform 0.15s ease-out;
    -ms-transition: transform 0.15s ease-out;
    transition: transform 0.15s ease-out;
    transform: translate(0, -50px);
}

.modal.show .modal-dialog {
    transform: none;
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
}

    .modal-dialog-centered::before {
        display: block;
        height: calc(100vh - (0.5rem * 2));
        content: "";
    }

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

    .modal-backdrop.fade {
        opacity: 0;
    }

    .modal-backdrop.show {
        opacity: 0.75;
    }

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 2px solid #a3aab2;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

    .modal-header .close {
        padding: 1rem 1rem;
        margin: -1rem -1rem -1rem auto;
    }

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #DADDE0;
    border-bottom-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

    .modal-footer > :not(:first-child) {
        margin-left: .25rem;
    }

    .modal-footer > :not(:last-child) {
        margin-right: .25rem;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 600px;
        margin: 1.75rem auto;
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }

        .modal-dialog-centered::before {
            height: calc(100vh - (1.75rem * 2));
        }

    .modal-sm {
        max-width: 320px;
    }
}

@media (min-width: 1025px) {
    .modal-lg,
    .modal-xl {
        max-width: 820px;
    }
}

@media (min-width: 1366px) {
    .modal-xl {
        max-width: 1140px;
    }
}

.tooltip {
    position: absolute;
    z-index: 5070;
    display: block;
    margin: 0;
    font-family: "Montserrat Light", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}

    .tooltip.show {
        opacity: 0.9;
    }

    .tooltip .arrow {
        position: absolute;
        display: block;
        width: 0.8rem;
        height: 0.4rem;
    }

        .tooltip .arrow::before {
            position: absolute;
            content: "";
            border-color: transparent;
            border-style: solid;
        }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
    padding: 0.4rem 0;
}

    .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
        bottom: 0;
    }

        .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
            top: 0;
            border-width: 0.4rem 0.4rem 0;
            border-top-color: #000;
        }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
    padding: 0 0.4rem;
}

    .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
        left: 0;
        width: 0.4rem;
        height: 0.8rem;
    }

        .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
            right: 0;
            border-width: 0.4rem 0.4rem 0.4rem 0;
            border-right-color: #000;
        }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
    padding: 0.4rem 0;
}

    .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
        top: 0;
    }

        .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
            bottom: 0;
            border-width: 0 0.4rem 0.4rem;
            border-bottom-color: #000;
        }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
    padding: 0 0.4rem;
}

    .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
        right: 0;
        width: 0.4rem;
        height: 0.8rem;
    }

        .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
            left: 0;
            border-width: 0.4rem 0 0.4rem 0.4rem;
            border-left-color: #000;
        }

.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5060;
    display: block;
    max-width: 276px;
    font-family: "Montserrat Light", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}

    .popover .arrow {
        position: absolute;
        display: block;
        width: 1rem;
        height: 0.5rem;
        margin: 0 5px;
    }

        .popover .arrow::before, .popover .arrow::after {
            position: absolute;
            display: block;
            content: "";
            border-color: transparent;
            border-style: solid;
        }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
    margin-bottom: 0.5rem;
}

    .bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
        bottom: calc((0.5rem + 1px) * -1);
    }

        .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
        .bs-popover-top .arrow::after,
        .bs-popover-auto[x-placement^="top"] .arrow::after {
            border-width: 0.5rem 0.5rem 0;
        }

        .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
            bottom: 0;
            border-top-color: rgba(0, 0, 0, 0.25);
        }

        .bs-popover-top .arrow::after,
        .bs-popover-auto[x-placement^="top"] .arrow::after {
            bottom: 1px;
            border-top-color: #fff;
        }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
    margin-left: 0.5rem;
}

    .bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
        left: calc((0.5rem + 1px) * -1);
        width: 0.5rem;
        height: 1rem;
        margin: 5px 0;
    }

        .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
        .bs-popover-right .arrow::after,
        .bs-popover-auto[x-placement^="right"] .arrow::after {
            border-width: 0.5rem 0.5rem 0.5rem 0;
        }

        .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
            left: 0;
            border-right-color: rgba(0, 0, 0, 0.25);
        }

        .bs-popover-right .arrow::after,
        .bs-popover-auto[x-placement^="right"] .arrow::after {
            left: 1px;
            border-right-color: #fff;
        }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
    margin-top: 0.5rem;
}

    .bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
        top: calc((0.5rem + 1px) * -1);
    }

        .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
        .bs-popover-bottom .arrow::after,
        .bs-popover-auto[x-placement^="bottom"] .arrow::after {
            border-width: 0 0.5rem 0.5rem 0.5rem;
        }

        .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
            top: 0;
            border-bottom-color: rgba(0, 0, 0, 0.25);
        }

        .bs-popover-bottom .arrow::after,
        .bs-popover-auto[x-placement^="bottom"] .arrow::after {
            top: 1px;
            border-bottom-color: #fff;
        }

    .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
        position: absolute;
        top: 0;
        left: 50%;
        display: block;
        width: 1rem;
        margin-left: -0.5rem;
        content: "";
        border-bottom: 1px solid #f7f7f7;
    }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
    margin-right: 0.5rem;
}

    .bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
        right: calc((0.5rem + 1px) * -1);
        width: 0.5rem;
        height: 1rem;
        margin: 5px 0;
    }

        .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
        .bs-popover-left .arrow::after,
        .bs-popover-auto[x-placement^="left"] .arrow::after {
            border-width: 0.5rem 0 0.5rem 0.5rem;
        }

        .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
            right: 0;
            border-left-color: rgba(0, 0, 0, 0.25);
        }

        .bs-popover-left .arrow::after,
        .bs-popover-auto[x-placement^="left"] .arrow::after {
            right: 1px;
            border-left-color: #fff;
        }

.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(5px - 1px);
    border-top-right-radius: calc(5px - 1px);
}

    .popover-header:empty {
        display: none;
    }

.popover-body {
    padding: 0.5rem 0.75rem;
    color: #272f48;
}

.carousel {
    position: relative;
}

    .carousel.pointer-event {
        touch-action: pan-y;
    }

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .carousel-inner:before, .carousel-inner:after {
        content: " ";
        display: table;
    }

    .carousel-inner:after {
        clear: both;
    }

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    -webkit-transition: transform 0.6s ease-in-out;
    -moz-transition: transform 0.6s ease-in-out;
    -o-transition: transform 0.6s ease-in-out;
    -ms-transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
}

    .carousel-item.active,
    .carousel-item-next,
    .carousel-item-prev {
        display: block;
    }

        .carousel-item-next:not(.carousel-item-left),
        .active.carousel-item-right {
            transform: translateX(100%);
        }

        .carousel-item-prev:not(.carousel-item-right),
        .active.carousel-item-left {
            transform: translateX(-100%);
        }

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
}

    .carousel-fade .carousel-item.active,
    .carousel-fade .carousel-item-next.carousel-item-left,
    .carousel-fade .carousel-item-prev.carousel-item-right {
        z-index: 1;
        opacity: 1;
    }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    -webkit-transition: 0s 0.6s opacity;
    -moz-transition: 0s 0.6s opacity;
    -o-transition: 0s 0.6s opacity;
    -ms-transition: 0s 0.6s opacity;
    transition: 0s 0.6s opacity;
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    -webkit-transition: opacity 0.15s ease;
    -moz-transition: opacity 0.15s ease;
    -o-transition: opacity 0.15s ease;
    -ms-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
}

    .carousel-control-prev:hover, .carousel-control-prev:focus,
    .carousel-control-next:hover,
    .carousel-control-next:focus {
        color: #fff;
        text-decoration: none;
        outline: 0;
        opacity: 0.9;
    }

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

    .carousel-indicators li {
        box-sizing: content-box;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #fff;
        background-clip: padding-box;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: .5;
        -webkit-transition: opacity 0.6s ease;
        -moz-transition: opacity 0.6s ease;
        -o-transition: opacity 0.6s ease;
        -ms-transition: opacity 0.6s ease;
        transition: opacity 0.6s ease;
    }

    .carousel-indicators .active {
        opacity: 1;
    }

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

.align-baseline {
    vertical-align: baseline !important;
}

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}

.bg-primary {
    background-color: #05304b !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #02111b !important;
}

.bg-secondary {
    background-color: #c13802 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #8f2901 !important;
}

.bg-success {
    background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #1e7e34 !important;
}

.bg-info {
    background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #117a8b !important;
}

.bg-warning {
    background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #d39e00 !important;
}

.bg-danger {
    background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #bd2130 !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #dae0e5 !important;
}

.bg-dark {
    background-color: #273548 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #151d27 !important;
}

.bg-primary-light {
    background-color: #6ed4e7 !important;
}

a.bg-primary-light:hover, a.bg-primary-light:focus,
button.bg-primary-light:hover,
button.bg-primary-light:focus {
    background-color: #42c7e0 !important;
}

.bg-primary-dark {
    background-color: #02111b !important;
}

a.bg-primary-dark:hover, a.bg-primary-dark:focus,
button.bg-primary-dark:hover,
button.bg-primary-dark:focus {
    background-color: black !important;
}

.bg-secondary-light {
    background-color: #fd5513 !important;
}

a.bg-secondary-light:hover, a.bg-secondary-light:focus,
button.bg-secondary-light:hover,
button.bg-secondary-light:focus {
    background-color: #da3f02 !important;
}

.bg-secondary-dark {
    background-color: #8f2901 !important;
}

a.bg-secondary-dark:hover, a.bg-secondary-dark:focus,
button.bg-secondary-dark:hover,
button.bg-secondary-dark:focus {
    background-color: #5c1b01 !important;
}

.bg-gray-dark {
    background-color: #272f48 !important;
}

a.bg-gray-dark:hover, a.bg-gray-dark:focus,
button.bg-gray-dark:hover,
button.bg-gray-dark:focus {
    background-color: #151927 !important;
}

.bg-gray, .post-date {
    background-color: #6b83a2 !important;
}

a.bg-gray:hover, a.post-date:hover, a.bg-gray:focus, a.post-date:focus,
button.bg-gray:hover,
button.post-date:hover,
button.bg-gray:focus,
button.post-date:focus {
    background-color: #546a86 !important;
}

.bg-gray-light {
    background-color: #BDC1C7 !important;
}

a.bg-gray-light:hover, a.bg-gray-light:focus,
button.bg-gray-light:hover,
button.bg-gray-light:focus {
    background-color: #a1a7b0 !important;
}

.bg-error {
    background-color: #dc3545 !important;
}

a.bg-error:hover, a.bg-error:focus,
button.bg-error:hover,
button.bg-error:focus {
    background-color: #bd2130 !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.border {
    border: 1px solid #BDC1C7 !important;
}

.border-top {
    border-top: 1px solid #BDC1C7 !important;
}

.border-right {
    border-right: 1px solid #BDC1C7 !important;
}

.border-bottom {
    border-bottom: 1px solid #BDC1C7 !important;
}

.border-left {
    border-left: 1px solid #BDC1C7 !important;
}

.border-0 {
    border: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.border-primary {
    border-color: #05304b !important;
}

.border-secondary {
    border-color: #c13802 !important;
}

.border-success {
    border-color: #28a745 !important;
}

.border-info {
    border-color: #17a2b8 !important;
}

.border-warning {
    border-color: #ffc107 !important;
}

.border-danger {
    border-color: #dc3545 !important;
}

.border-light {
    border-color: #f8f9fa !important;
}

.border-dark {
    border-color: #273548 !important;
}

.border-primary-light {
    border-color: #6ed4e7 !important;
}

.border-primary-dark {
    border-color: #02111b !important;
}

.border-secondary-light {
    border-color: #fd5513 !important;
}

.border-secondary-dark {
    border-color: #8f2901 !important;
}

.border-gray-dark {
    border-color: #272f48 !important;
}

.border-gray {
    border-color: #6b83a2 !important;
}

.border-gray-light {
    border-color: #BDC1C7 !important;
}

.border-error {
    border-color: #dc3545 !important;
}

.border-white {
    border-color: #fff !important;
}

.rounded {
    border-radius: 3px !important;
}

.rounded-top {
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important;
}

.rounded-right {
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
}

.rounded-bottom {
    border-bottom-right-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
}

.rounded-left {
    border-top-left-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: flex !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: flex !important;
    }

    .d-md-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 1025px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 1366px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 1680px) {
    .d-xxl-none {
        display: none !important;
    }

    .d-xxl-inline {
        display: inline !important;
    }

    .d-xxl-inline-block {
        display: inline-block !important;
    }

    .d-xxl-block {
        display: block !important;
    }

    .d-xxl-table {
        display: table !important;
    }

    .d-xxl-table-row {
        display: table-row !important;
    }

    .d-xxl-table-cell {
        display: table-cell !important;
    }

    .d-xxl-flex {
        display: flex !important;
    }

    .d-xxl-inline-flex {
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }

    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: flex !important;
    }

    .d-print-inline-flex {
        display: inline-flex !important;
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive::before {
        display: block;
        content: "";
    }

    .embed-responsive .embed-responsive-item,
    .embed-responsive iframe,
    .embed-responsive embed,
    .embed-responsive object,
    .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

.embed-responsive-21by9::before {
    padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-3by4::before {
    padding-top: 133.33333%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    flex-grow: 0 !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    flex-shrink: 1 !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-baseline {
    align-items: baseline !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.align-content-start {
    align-content: flex-start !important;
}

.align-content-end {
    align-content: flex-end !important;
}

.align-content-center {
    align-content: center !important;
}

.align-content-between {
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
}

.align-content-stretch {
    align-content: stretch !important;
}

.align-self-auto {
    align-self: auto !important;
}

.align-self-start {
    align-self: flex-start !important;
}

.align-self-end {
    align-self: flex-end !important;
}

.align-self-center {
    align-self: center !important;
}

.align-self-baseline {
    align-self: baseline !important;
}

.align-self-stretch {
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important;
    }

    .flex-sm-column {
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-sm-fill {
        flex: 1 1 auto !important;
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-sm-start {
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        justify-content: center !important;
    }

    .justify-content-sm-between {
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        align-items: center !important;
    }

    .align-items-sm-baseline {
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        align-items: stretch !important;
    }

    .align-content-sm-start {
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        align-content: center !important;
    }

    .align-content-sm-between {
        align-content: space-between !important;
    }

    .align-content-sm-around {
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        align-self: auto !important;
    }

    .align-self-sm-start {
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        align-self: center !important;
    }

    .align-self-sm-baseline {
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important;
    }

    .flex-md-column {
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-md-fill {
        flex: 1 1 auto !important;
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-md-start {
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        justify-content: center !important;
    }

    .justify-content-md-between {
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        justify-content: space-around !important;
    }

    .align-items-md-start {
        align-items: flex-start !important;
    }

    .align-items-md-end {
        align-items: flex-end !important;
    }

    .align-items-md-center {
        align-items: center !important;
    }

    .align-items-md-baseline {
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        align-items: stretch !important;
    }

    .align-content-md-start {
        align-content: flex-start !important;
    }

    .align-content-md-end {
        align-content: flex-end !important;
    }

    .align-content-md-center {
        align-content: center !important;
    }

    .align-content-md-between {
        align-content: space-between !important;
    }

    .align-content-md-around {
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        align-content: stretch !important;
    }

    .align-self-md-auto {
        align-self: auto !important;
    }

    .align-self-md-start {
        align-self: flex-start !important;
    }

    .align-self-md-end {
        align-self: flex-end !important;
    }

    .align-self-md-center {
        align-self: center !important;
    }

    .align-self-md-baseline {
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 1025px) {
    .flex-lg-row {
        flex-direction: row !important;
    }

    .flex-lg-column {
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-lg-fill {
        flex: 1 1 auto !important;
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-lg-start {
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        justify-content: center !important;
    }

    .justify-content-lg-between {
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        align-items: center !important;
    }

    .align-items-lg-baseline {
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        align-items: stretch !important;
    }

    .align-content-lg-start {
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        align-content: center !important;
    }

    .align-content-lg-between {
        align-content: space-between !important;
    }

    .align-content-lg-around {
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        align-self: auto !important;
    }

    .align-self-lg-start {
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        align-self: center !important;
    }

    .align-self-lg-baseline {
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 1366px) {
    .flex-xl-row {
        flex-direction: row !important;
    }

    .flex-xl-column {
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-xl-fill {
        flex: 1 1 auto !important;
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-xl-start {
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        justify-content: center !important;
    }

    .justify-content-xl-between {
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        align-items: center !important;
    }

    .align-items-xl-baseline {
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        align-items: stretch !important;
    }

    .align-content-xl-start {
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        align-content: center !important;
    }

    .align-content-xl-between {
        align-content: space-between !important;
    }

    .align-content-xl-around {
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        align-self: auto !important;
    }

    .align-self-xl-start {
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        align-self: center !important;
    }

    .align-self-xl-baseline {
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 1680px) {
    .flex-xxl-row {
        flex-direction: row !important;
    }

    .flex-xxl-column {
        flex-direction: column !important;
    }

    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-xxl-wrap {
        flex-wrap: wrap !important;
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-xxl-fill {
        flex: 1 1 auto !important;
    }

    .flex-xxl-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-xxl-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-xxl-start {
        justify-content: flex-start !important;
    }

    .justify-content-xxl-end {
        justify-content: flex-end !important;
    }

    .justify-content-xxl-center {
        justify-content: center !important;
    }

    .justify-content-xxl-between {
        justify-content: space-between !important;
    }

    .justify-content-xxl-around {
        justify-content: space-around !important;
    }

    .align-items-xxl-start {
        align-items: flex-start !important;
    }

    .align-items-xxl-end {
        align-items: flex-end !important;
    }

    .align-items-xxl-center {
        align-items: center !important;
    }

    .align-items-xxl-baseline {
        align-items: baseline !important;
    }

    .align-items-xxl-stretch {
        align-items: stretch !important;
    }

    .align-content-xxl-start {
        align-content: flex-start !important;
    }

    .align-content-xxl-end {
        align-content: flex-end !important;
    }

    .align-content-xxl-center {
        align-content: center !important;
    }

    .align-content-xxl-between {
        align-content: space-between !important;
    }

    .align-content-xxl-around {
        align-content: space-around !important;
    }

    .align-content-xxl-stretch {
        align-content: stretch !important;
    }

    .align-self-xxl-auto {
        align-self: auto !important;
    }

    .align-self-xxl-start {
        align-self: flex-start !important;
    }

    .align-self-xxl-end {
        align-self: flex-end !important;
    }

    .align-self-xxl-center {
        align-self: center !important;
    }

    .align-self-xxl-baseline {
        align-self: baseline !important;
    }

    .align-self-xxl-stretch {
        align-self: stretch !important;
    }
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }

    .float-sm-right {
        float: right !important;
    }

    .float-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }

    .float-md-right {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }
}

@media (min-width: 1025px) {
    .float-lg-left {
        float: left !important;
    }

    .float-lg-right {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1366px) {
    .float-xl-left {
        float: left !important;
    }

    .float-xl-right {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }
}

@media (min-width: 1680px) {
    .float-xxl-left {
        float: left !important;
    }

    .float-xxl-right {
        float: right !important;
    }

    .float-xxl-none {
        float: none !important;
    }
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: sticky !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5030;
}

@supports (position: sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 5020;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    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;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow, .course-filters .btn, .course-filters button, .course-filters .button, .course-filters submit, .course-filters input[type="submit"], .course-filters input[type="button"], .course-filters .read-more,
.course-filters .anchor {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
    box-shadow: none !important;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.min-vw-100 {
    min-width: 100vw !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.vw-100 {
    width: 100vw !important;
}

.vh-100 {
    height: 100vh !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.m-n1 {
    margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}

.m-n2 {
    margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}

.m-n3 {
    margin: -1rem !important;
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}

.m-n4 {
    margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}

.m-n5 {
    margin: -3rem !important;
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }

    .m-sm-n1 {
        margin: -0.25rem !important;
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }

    .m-sm-n2 {
        margin: -0.5rem !important;
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }

    .m-sm-n3 {
        margin: -1rem !important;
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important;
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important;
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important;
    }

    .m-sm-n4 {
        margin: -1.5rem !important;
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }

    .m-sm-n5 {
        margin: -3rem !important;
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important;
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important;
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }

    .m-md-n1 {
        margin: -0.25rem !important;
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important;
    }

    .m-md-n2 {
        margin: -0.5rem !important;
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important;
    }

    .m-md-n3 {
        margin: -1rem !important;
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important;
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important;
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important;
    }

    .m-md-n4 {
        margin: -1.5rem !important;
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important;
    }

    .m-md-n5 {
        margin: -3rem !important;
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important;
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important;
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1025px) {
    .m-lg-0 {
        margin: 0 !important;
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }

    .m-lg-n1 {
        margin: -0.25rem !important;
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }

    .m-lg-n2 {
        margin: -0.5rem !important;
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }

    .m-lg-n3 {
        margin: -1rem !important;
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important;
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important;
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important;
    }

    .m-lg-n4 {
        margin: -1.5rem !important;
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }

    .m-lg-n5 {
        margin: -3rem !important;
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important;
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important;
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1366px) {
    .m-xl-0 {
        margin: 0 !important;
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }

    .m-xl-n1 {
        margin: -0.25rem !important;
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }

    .m-xl-n2 {
        margin: -0.5rem !important;
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }

    .m-xl-n3 {
        margin: -1rem !important;
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important;
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important;
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important;
    }

    .m-xl-n4 {
        margin: -1.5rem !important;
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }

    .m-xl-n5 {
        margin: -3rem !important;
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important;
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important;
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1680px) {
    .m-xxl-0 {
        margin: 0 !important;
    }

    .mt-xxl-0,
    .my-xxl-0 {
        margin-top: 0 !important;
    }

    .mr-xxl-0,
    .mx-xxl-0 {
        margin-right: 0 !important;
    }

    .mb-xxl-0,
    .my-xxl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xxl-0,
    .mx-xxl-0 {
        margin-left: 0 !important;
    }

    .m-xxl-1 {
        margin: 0.25rem !important;
    }

    .mt-xxl-1,
    .my-xxl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xxl-1,
    .mx-xxl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xxl-1,
    .my-xxl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xxl-1,
    .mx-xxl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xxl-2 {
        margin: 0.5rem !important;
    }

    .mt-xxl-2,
    .my-xxl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xxl-2,
    .mx-xxl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xxl-2,
    .my-xxl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xxl-2,
    .mx-xxl-2 {
        margin-left: 0.5rem !important;
    }

    .m-xxl-3 {
        margin: 1rem !important;
    }

    .mt-xxl-3,
    .my-xxl-3 {
        margin-top: 1rem !important;
    }

    .mr-xxl-3,
    .mx-xxl-3 {
        margin-right: 1rem !important;
    }

    .mb-xxl-3,
    .my-xxl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xxl-3,
    .mx-xxl-3 {
        margin-left: 1rem !important;
    }

    .m-xxl-4 {
        margin: 1.5rem !important;
    }

    .mt-xxl-4,
    .my-xxl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xxl-4,
    .mx-xxl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xxl-4,
    .my-xxl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xxl-4,
    .mx-xxl-4 {
        margin-left: 1.5rem !important;
    }

    .m-xxl-5 {
        margin: 3rem !important;
    }

    .mt-xxl-5,
    .my-xxl-5 {
        margin-top: 3rem !important;
    }

    .mr-xxl-5,
    .mx-xxl-5 {
        margin-right: 3rem !important;
    }

    .mb-xxl-5,
    .my-xxl-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xxl-5,
    .mx-xxl-5 {
        margin-left: 3rem !important;
    }

    .p-xxl-0 {
        padding: 0 !important;
    }

    .pt-xxl-0,
    .py-xxl-0 {
        padding-top: 0 !important;
    }

    .pr-xxl-0,
    .px-xxl-0 {
        padding-right: 0 !important;
    }

    .pb-xxl-0,
    .py-xxl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xxl-0,
    .px-xxl-0 {
        padding-left: 0 !important;
    }

    .p-xxl-1 {
        padding: 0.25rem !important;
    }

    .pt-xxl-1,
    .py-xxl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xxl-1,
    .px-xxl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xxl-1,
    .py-xxl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xxl-1,
    .px-xxl-1 {
        padding-left: 0.25rem !important;
    }

    .p-xxl-2 {
        padding: 0.5rem !important;
    }

    .pt-xxl-2,
    .py-xxl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xxl-2,
    .px-xxl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xxl-2,
    .py-xxl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xxl-2,
    .px-xxl-2 {
        padding-left: 0.5rem !important;
    }

    .p-xxl-3 {
        padding: 1rem !important;
    }

    .pt-xxl-3,
    .py-xxl-3 {
        padding-top: 1rem !important;
    }

    .pr-xxl-3,
    .px-xxl-3 {
        padding-right: 1rem !important;
    }

    .pb-xxl-3,
    .py-xxl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xxl-3,
    .px-xxl-3 {
        padding-left: 1rem !important;
    }

    .p-xxl-4 {
        padding: 1.5rem !important;
    }

    .pt-xxl-4,
    .py-xxl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xxl-4,
    .px-xxl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xxl-4,
    .py-xxl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xxl-4,
    .px-xxl-4 {
        padding-left: 1.5rem !important;
    }

    .p-xxl-5 {
        padding: 3rem !important;
    }

    .pt-xxl-5,
    .py-xxl-5 {
        padding-top: 3rem !important;
    }

    .pr-xxl-5,
    .px-xxl-5 {
        padding-right: 3rem !important;
    }

    .pb-xxl-5,
    .py-xxl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xxl-5,
    .px-xxl-5 {
        padding-left: 3rem !important;
    }

    .m-xxl-n1 {
        margin: -0.25rem !important;
    }

    .mt-xxl-n1,
    .my-xxl-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-xxl-n1,
    .mx-xxl-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-xxl-n1,
    .my-xxl-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-xxl-n1,
    .mx-xxl-n1 {
        margin-left: -0.25rem !important;
    }

    .m-xxl-n2 {
        margin: -0.5rem !important;
    }

    .mt-xxl-n2,
    .my-xxl-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-xxl-n2,
    .mx-xxl-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-xxl-n2,
    .my-xxl-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-xxl-n2,
    .mx-xxl-n2 {
        margin-left: -0.5rem !important;
    }

    .m-xxl-n3 {
        margin: -1rem !important;
    }

    .mt-xxl-n3,
    .my-xxl-n3 {
        margin-top: -1rem !important;
    }

    .mr-xxl-n3,
    .mx-xxl-n3 {
        margin-right: -1rem !important;
    }

    .mb-xxl-n3,
    .my-xxl-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-xxl-n3,
    .mx-xxl-n3 {
        margin-left: -1rem !important;
    }

    .m-xxl-n4 {
        margin: -1.5rem !important;
    }

    .mt-xxl-n4,
    .my-xxl-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-xxl-n4,
    .mx-xxl-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-xxl-n4,
    .my-xxl-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-xxl-n4,
    .mx-xxl-n4 {
        margin-left: -1.5rem !important;
    }

    .m-xxl-n5 {
        margin: -3rem !important;
    }

    .mt-xxl-n5,
    .my-xxl-n5 {
        margin-top: -3rem !important;
    }

    .mr-xxl-n5,
    .mx-xxl-n5 {
        margin-right: -3rem !important;
    }

    .mb-xxl-n5,
    .my-xxl-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-xxl-n5,
    .mx-xxl-n5 {
        margin-left: -3rem !important;
    }

    .m-xxl-auto {
        margin: auto !important;
    }

    .mt-xxl-auto,
    .my-xxl-auto {
        margin-top: auto !important;
    }

    .mr-xxl-auto,
    .mx-xxl-auto {
        margin-right: auto !important;
    }

    .mb-xxl-auto,
    .my-xxl-auto {
        margin-bottom: auto !important;
    }

    .ml-xxl-auto,
    .mx-xxl-auto {
        margin-left: auto !important;
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-justify {
    text-align: justify !important;
}

.text-wrap {
    white-space: normal !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 1025px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1366px) {
    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-right {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

@media (min-width: 1680px) {
    .text-xxl-left {
        text-align: left !important;
    }

    .text-xxl-right {
        text-align: right !important;
    }

    .text-xxl-center {
        text-align: center !important;
    }
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-lighter {
    font-weight: lighter !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-weight-bolder {
    font-weight: bolder !important;
}

.font-italic {
    font-style: italic !important;
}

.text-white {
    color: #fff !important;
}

.text-primary {
    color: #05304b !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #000203 !important;
}

.text-secondary {
    color: #c13802 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
    color: #752201 !important;
}

.text-success {
    color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
    color: #19692c !important;
}

.text-info {
    color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
    color: #0f6674 !important;
}

.text-warning {
    color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
    color: #ba8b00 !important;
}

.text-danger {
    color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
    color: #a71d2a !important;
}

.text-light {
    color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
    color: #cbd3da !important;
}

.text-dark {
    color: #273548 !important;
}

a.text-dark:hover, a.text-dark:focus {
    color: #0c1016 !important;
}

.text-primary-light {
    color: #6ed4e7 !important;
}

a.text-primary-light:hover, a.text-primary-light:focus {
    color: #2cc1dc !important;
}

.text-primary-dark {
    color: #02111b !important;
}

a.text-primary-dark:hover, a.text-primary-dark:focus {
    color: black !important;
}

.text-secondary-light {
    color: #fd5513 !important;
}

a.text-secondary-light:hover, a.text-secondary-light:focus {
    color: #c13802 !important;
}

.text-secondary-dark {
    color: #8f2901 !important;
}

a.text-secondary-dark:hover, a.text-secondary-dark:focus {
    color: #431301 !important;
}

.text-gray-dark {
    color: #272f48 !important;
}

a.text-gray-dark:hover, a.text-gray-dark:focus {
    color: #0c0f16 !important;
}

.text-gray {
    color: #6b83a2 !important;
}

a.text-gray:hover, a.text-gray:focus {
    color: #4a5d76 !important;
}

.text-gray-light {
    color: #BDC1C7 !important;
}

a.text-gray-light:hover, a.text-gray-light:focus {
    color: #949aa4 !important;
}

.text-error {
    color: #dc3545 !important;
}

a.text-error:hover, a.text-error:focus {
    color: #a71d2a !important;
}

.text-body {
    color: #272f48 !important;
}

.text-muted {
    color: #6b83a2 !important;
}

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-reset {
    color: inherit !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

div[class*="row-table"] > div {
    vertical-align: middle;
    display: table-cell;
    float: none;
}

div[class*="row-table"] > div {
    width: 100%;
}

div[class*="row-table"] .phone-sm-1, div[class*="row-table"] .phone-sm-2, div[class*="row-table"] .phone-sm-3, div[class*="row-table"] .phone-sm-4, div[class*="row-table"] .phone-sm-5, div[class*="row-table"] .phone-sm-6, div[class*="row-table"] .phone-sm-7, div[class*="row-table"] .phone-sm-8, div[class*="row-table"] .phone-sm-9, div[class*="row-table"] .phone-sm-10, div[class*="row-table"] .phone-sm-11, div[class*="row-table"] .phone-sm-12, div[class*="row-table"] .phone-md-1, div[class*="row-table"] .phone-md-2, div[class*="row-table"] .phone-md-3, div[class*="row-table"] .phone-md-4, div[class*="row-table"] .phone-md-5, div[class*="row-table"] .phone-md-6, div[class*="row-table"] .phone-md-7, div[class*="row-table"] .phone-md-8, div[class*="row-table"] .phone-md-9, div[class*="row-table"] .phone-md-10, div[class*="row-table"] .phone-md-11, div[class*="row-table"] .phone-md-12, div[class*="row-table"] .phone-lg-1, div[class*="row-table"] .phone-lg-2, div[class*="row-table"] .phone-lg-3, div[class*="row-table"] .phone-lg-4, div[class*="row-table"] .phone-lg-5, div[class*="row-table"] .phone-lg-6, div[class*="row-table"] .phone-lg-7, div[class*="row-table"] .phone-lg-8, div[class*="row-table"] .phone-lg-9, div[class*="row-table"] .phone-lg-10, div[class*="row-table"] .phone-lg-11, div[class*="row-table"] .phone-lg-12, div[class*="row-table"] .phone-xl-1, div[class*="row-table"] .phone-xl-2, div[class*="row-table"] .phone-xl-3, div[class*="row-table"] .phone-xl-4, div[class*="row-table"] .phone-xl-5, div[class*="row-table"] .phone-xl-6, div[class*="row-table"] .phone-xl-7, div[class*="row-table"] .phone-xl-8, div[class*="row-table"] .phone-xl-9, div[class*="row-table"] .phone-xl-10, div[class*="row-table"] .phone-xl-11, div[class*="row-table"] .phone-xl-12, div[class*="row-table"] .phone-xxl-1, div[class*="row-table"] .phone-xxl-2, div[class*="row-table"] .phone-xxl-3, div[class*="row-table"] .phone-xxl-4, div[class*="row-table"] .phone-xxl-5, div[class*="row-table"] .phone-xxl-6, div[class*="row-table"] .phone-xxl-7, div[class*="row-table"] .phone-xxl-8, div[class*="row-table"] .phone-xxl-9, div[class*="row-table"] .phone-xxl-10, div[class*="row-table"] .phone-xxl-11, div[class*="row-table"] .phone-xxl-12, div[class*="row-table"] .xs-sm-1, div[class*="row-table"] .xs-sm-2, div[class*="row-table"] .xs-sm-3, div[class*="row-table"] .xs-sm-4, div[class*="row-table"] .xs-sm-5, div[class*="row-table"] .xs-sm-6, div[class*="row-table"] .xs-sm-7, div[class*="row-table"] .xs-sm-8, div[class*="row-table"] .xs-sm-9, div[class*="row-table"] .xs-sm-10, div[class*="row-table"] .xs-sm-11, div[class*="row-table"] .xs-sm-12, div[class*="row-table"] .xs-md-1, div[class*="row-table"] .xs-md-2, div[class*="row-table"] .xs-md-3, div[class*="row-table"] .xs-md-4, div[class*="row-table"] .xs-md-5, div[class*="row-table"] .xs-md-6, div[class*="row-table"] .xs-md-7, div[class*="row-table"] .xs-md-8, div[class*="row-table"] .xs-md-9, div[class*="row-table"] .xs-md-10, div[class*="row-table"] .xs-md-11, div[class*="row-table"] .xs-md-12, div[class*="row-table"] .xs-lg-1, div[class*="row-table"] .xs-lg-2, div[class*="row-table"] .xs-lg-3, div[class*="row-table"] .xs-lg-4, div[class*="row-table"] .xs-lg-5, div[class*="row-table"] .xs-lg-6, div[class*="row-table"] .xs-lg-7, div[class*="row-table"] .xs-lg-8, div[class*="row-table"] .xs-lg-9, div[class*="row-table"] .xs-lg-10, div[class*="row-table"] .xs-lg-11, div[class*="row-table"] .xs-lg-12, div[class*="row-table"] .xs-xl-1, div[class*="row-table"] .xs-xl-2, div[class*="row-table"] .xs-xl-3, div[class*="row-table"] .xs-xl-4, div[class*="row-table"] .xs-xl-5, div[class*="row-table"] .xs-xl-6, div[class*="row-table"] .xs-xl-7, div[class*="row-table"] .xs-xl-8, div[class*="row-table"] .xs-xl-9, div[class*="row-table"] .xs-xl-10, div[class*="row-table"] .xs-xl-11, div[class*="row-table"] .xs-xl-12, div[class*="row-table"] .xs-xxl-1, div[class*="row-table"] .xs-xxl-2, div[class*="row-table"] .xs-xxl-3, div[class*="row-table"] .xs-xxl-4, div[class*="row-table"] .xs-xxl-5, div[class*="row-table"] .xs-xxl-6, div[class*="row-table"] .xs-xxl-7, div[class*="row-table"] .xs-xxl-8, div[class*="row-table"] .xs-xxl-9, div[class*="row-table"] .xs-xxl-10, div[class*="row-table"] .xs-xxl-11, div[class*="row-table"] .xs-xxl-12, div[class*="row-table"] .tablet-sm-1, div[class*="row-table"] .tablet-sm-2, div[class*="row-table"] .tablet-sm-3, div[class*="row-table"] .tablet-sm-4, div[class*="row-table"] .tablet-sm-5, div[class*="row-table"] .tablet-sm-6, div[class*="row-table"] .tablet-sm-7, div[class*="row-table"] .tablet-sm-8, div[class*="row-table"] .tablet-sm-9, div[class*="row-table"] .tablet-sm-10, div[class*="row-table"] .tablet-sm-11, div[class*="row-table"] .tablet-sm-12, div[class*="row-table"] .tablet-md-1, div[class*="row-table"] .tablet-md-2, div[class*="row-table"] .tablet-md-3, div[class*="row-table"] .tablet-md-4, div[class*="row-table"] .tablet-md-5, div[class*="row-table"] .tablet-md-6, div[class*="row-table"] .tablet-md-7, div[class*="row-table"] .tablet-md-8, div[class*="row-table"] .tablet-md-9, div[class*="row-table"] .tablet-md-10, div[class*="row-table"] .tablet-md-11, div[class*="row-table"] .tablet-md-12, div[class*="row-table"] .tablet-lg-1, div[class*="row-table"] .tablet-lg-2, div[class*="row-table"] .tablet-lg-3, div[class*="row-table"] .tablet-lg-4, div[class*="row-table"] .tablet-lg-5, div[class*="row-table"] .tablet-lg-6, div[class*="row-table"] .tablet-lg-7, div[class*="row-table"] .tablet-lg-8, div[class*="row-table"] .tablet-lg-9, div[class*="row-table"] .tablet-lg-10, div[class*="row-table"] .tablet-lg-11, div[class*="row-table"] .tablet-lg-12, div[class*="row-table"] .tablet-xl-1, div[class*="row-table"] .tablet-xl-2, div[class*="row-table"] .tablet-xl-3, div[class*="row-table"] .tablet-xl-4, div[class*="row-table"] .tablet-xl-5, div[class*="row-table"] .tablet-xl-6, div[class*="row-table"] .tablet-xl-7, div[class*="row-table"] .tablet-xl-8, div[class*="row-table"] .tablet-xl-9, div[class*="row-table"] .tablet-xl-10, div[class*="row-table"] .tablet-xl-11, div[class*="row-table"] .tablet-xl-12, div[class*="row-table"] .tablet-xxl-1, div[class*="row-table"] .tablet-xxl-2, div[class*="row-table"] .tablet-xxl-3, div[class*="row-table"] .tablet-xxl-4, div[class*="row-table"] .tablet-xxl-5, div[class*="row-table"] .tablet-xxl-6, div[class*="row-table"] .tablet-xxl-7, div[class*="row-table"] .tablet-xxl-8, div[class*="row-table"] .tablet-xxl-9, div[class*="row-table"] .tablet-xxl-10, div[class*="row-table"] .tablet-xxl-11, div[class*="row-table"] .tablet-xxl-12, div[class*="row-table"] .sm-sm-1, div[class*="row-table"] .sm-sm-2, div[class*="row-table"] .sm-sm-3, div[class*="row-table"] .sm-sm-4, div[class*="row-table"] .sm-sm-5, div[class*="row-table"] .sm-sm-6, div[class*="row-table"] .sm-sm-7, div[class*="row-table"] .sm-sm-8, div[class*="row-table"] .sm-sm-9, div[class*="row-table"] .sm-sm-10, div[class*="row-table"] .sm-sm-11, div[class*="row-table"] .sm-sm-12, div[class*="row-table"] .sm-md-1, div[class*="row-table"] .sm-md-2, div[class*="row-table"] .sm-md-3, div[class*="row-table"] .sm-md-4, div[class*="row-table"] .sm-md-5, div[class*="row-table"] .sm-md-6, div[class*="row-table"] .sm-md-7, div[class*="row-table"] .sm-md-8, div[class*="row-table"] .sm-md-9, div[class*="row-table"] .sm-md-10, div[class*="row-table"] .sm-md-11, div[class*="row-table"] .sm-md-12, div[class*="row-table"] .sm-lg-1, div[class*="row-table"] .sm-lg-2, div[class*="row-table"] .sm-lg-3, div[class*="row-table"] .sm-lg-4, div[class*="row-table"] .sm-lg-5, div[class*="row-table"] .sm-lg-6, div[class*="row-table"] .sm-lg-7, div[class*="row-table"] .sm-lg-8, div[class*="row-table"] .sm-lg-9, div[class*="row-table"] .sm-lg-10, div[class*="row-table"] .sm-lg-11, div[class*="row-table"] .sm-lg-12, div[class*="row-table"] .sm-xl-1, div[class*="row-table"] .sm-xl-2, div[class*="row-table"] .sm-xl-3, div[class*="row-table"] .sm-xl-4, div[class*="row-table"] .sm-xl-5, div[class*="row-table"] .sm-xl-6, div[class*="row-table"] .sm-xl-7, div[class*="row-table"] .sm-xl-8, div[class*="row-table"] .sm-xl-9, div[class*="row-table"] .sm-xl-10, div[class*="row-table"] .sm-xl-11, div[class*="row-table"] .sm-xl-12, div[class*="row-table"] .sm-xxl-1, div[class*="row-table"] .sm-xxl-2, div[class*="row-table"] .sm-xxl-3, div[class*="row-table"] .sm-xxl-4, div[class*="row-table"] .sm-xxl-5, div[class*="row-table"] .sm-xxl-6, div[class*="row-table"] .sm-xxl-7, div[class*="row-table"] .sm-xxl-8, div[class*="row-table"] .sm-xxl-9, div[class*="row-table"] .sm-xxl-10, div[class*="row-table"] .sm-xxl-11, div[class*="row-table"] .sm-xxl-12, div[class*="row-table"] .md-sm-1, div[class*="row-table"] .md-sm-2, div[class*="row-table"] .md-sm-3, div[class*="row-table"] .md-sm-4, div[class*="row-table"] .md-sm-5, div[class*="row-table"] .md-sm-6, div[class*="row-table"] .md-sm-7, div[class*="row-table"] .md-sm-8, div[class*="row-table"] .md-sm-9, div[class*="row-table"] .md-sm-10, div[class*="row-table"] .md-sm-11, div[class*="row-table"] .md-sm-12, div[class*="row-table"] .md-md-1, div[class*="row-table"] .md-md-2, div[class*="row-table"] .md-md-3, div[class*="row-table"] .md-md-4, div[class*="row-table"] .md-md-5, div[class*="row-table"] .md-md-6, div[class*="row-table"] .md-md-7, div[class*="row-table"] .md-md-8, div[class*="row-table"] .md-md-9, div[class*="row-table"] .md-md-10, div[class*="row-table"] .md-md-11, div[class*="row-table"] .md-md-12, div[class*="row-table"] .md-lg-1, div[class*="row-table"] .md-lg-2, div[class*="row-table"] .md-lg-3, div[class*="row-table"] .md-lg-4, div[class*="row-table"] .md-lg-5, div[class*="row-table"] .md-lg-6, div[class*="row-table"] .md-lg-7, div[class*="row-table"] .md-lg-8, div[class*="row-table"] .md-lg-9, div[class*="row-table"] .md-lg-10, div[class*="row-table"] .md-lg-11, div[class*="row-table"] .md-lg-12, div[class*="row-table"] .md-xl-1, div[class*="row-table"] .md-xl-2, div[class*="row-table"] .md-xl-3, div[class*="row-table"] .md-xl-4, div[class*="row-table"] .md-xl-5, div[class*="row-table"] .md-xl-6, div[class*="row-table"] .md-xl-7, div[class*="row-table"] .md-xl-8, div[class*="row-table"] .md-xl-9, div[class*="row-table"] .md-xl-10, div[class*="row-table"] .md-xl-11, div[class*="row-table"] .md-xl-12, div[class*="row-table"] .md-xxl-1, div[class*="row-table"] .md-xxl-2, div[class*="row-table"] .md-xxl-3, div[class*="row-table"] .md-xxl-4, div[class*="row-table"] .md-xxl-5, div[class*="row-table"] .md-xxl-6, div[class*="row-table"] .md-xxl-7, div[class*="row-table"] .md-xxl-8, div[class*="row-table"] .md-xxl-9, div[class*="row-table"] .md-xxl-10, div[class*="row-table"] .md-xxl-11, div[class*="row-table"] .md-xxl-12, div[class*="row-table"] .col-fixed-sm-1, div[class*="row-table"] .col-fixed-sm-2, div[class*="row-table"] .col-fixed-sm-3, div[class*="row-table"] .col-fixed-sm-4, div[class*="row-table"] .col-fixed-sm-5, div[class*="row-table"] .col-fixed-sm-6, div[class*="row-table"] .col-fixed-sm-7, div[class*="row-table"] .col-fixed-sm-8, div[class*="row-table"] .col-fixed-sm-9, div[class*="row-table"] .col-fixed-sm-10, div[class*="row-table"] .col-fixed-sm-11, div[class*="row-table"] .col-fixed-sm-12, div[class*="row-table"] .col-fixed-md-1, div[class*="row-table"] .col-fixed-md-2, div[class*="row-table"] .col-fixed-md-3, div[class*="row-table"] .col-fixed-md-4, div[class*="row-table"] .col-fixed-md-5, div[class*="row-table"] .col-fixed-md-6, div[class*="row-table"] .col-fixed-md-7, div[class*="row-table"] .col-fixed-md-8, div[class*="row-table"] .col-fixed-md-9, div[class*="row-table"] .col-fixed-md-10, div[class*="row-table"] .col-fixed-md-11, div[class*="row-table"] .col-fixed-md-12, div[class*="row-table"] .col-fixed-lg-1, div[class*="row-table"] .col-fixed-lg-2, div[class*="row-table"] .col-fixed-lg-3, div[class*="row-table"] .col-fixed-lg-4, div[class*="row-table"] .col-fixed-lg-5, div[class*="row-table"] .col-fixed-lg-6, div[class*="row-table"] .col-fixed-lg-7, div[class*="row-table"] .col-fixed-lg-8, div[class*="row-table"] .col-fixed-lg-9, div[class*="row-table"] .col-fixed-lg-10, div[class*="row-table"] .col-fixed-lg-11, div[class*="row-table"] .col-fixed-lg-12, div[class*="row-table"] .col-fixed-xl-1, div[class*="row-table"] .col-fixed-xl-2, div[class*="row-table"] .col-fixed-xl-3, div[class*="row-table"] .col-fixed-xl-4, div[class*="row-table"] .col-fixed-xl-5, div[class*="row-table"] .col-fixed-xl-6, div[class*="row-table"] .col-fixed-xl-7, div[class*="row-table"] .col-fixed-xl-8, div[class*="row-table"] .col-fixed-xl-9, div[class*="row-table"] .col-fixed-xl-10, div[class*="row-table"] .col-fixed-xl-11, div[class*="row-table"] .col-fixed-xl-12, div[class*="row-table"] .col-fixed-xxl-1, div[class*="row-table"] .col-fixed-xxl-2, div[class*="row-table"] .col-fixed-xxl-3, div[class*="row-table"] .col-fixed-xxl-4, div[class*="row-table"] .col-fixed-xxl-5, div[class*="row-table"] .col-fixed-xxl-6, div[class*="row-table"] .col-fixed-xxl-7, div[class*="row-table"] .col-fixed-xxl-8, div[class*="row-table"] .col-fixed-xxl-9, div[class*="row-table"] .col-fixed-xxl-10, div[class*="row-table"] .col-fixed-xxl-11, div[class*="row-table"] .col-fixed-xxl-12, div[class*="row-table"] .span-sm-1, div[class*="row-table"] .span-sm-2, div[class*="row-table"] .span-sm-3, div[class*="row-table"] .span-sm-4, div[class*="row-table"] .span-sm-5, div[class*="row-table"] .span-sm-6, div[class*="row-table"] .span-sm-7, div[class*="row-table"] .span-sm-8, div[class*="row-table"] .span-sm-9, div[class*="row-table"] .span-sm-10, div[class*="row-table"] .span-sm-11, div[class*="row-table"] .span-sm-12, div[class*="row-table"] .span-md-1, div[class*="row-table"] .span-md-2, div[class*="row-table"] .span-md-3, div[class*="row-table"] .span-md-4, div[class*="row-table"] .span-md-5, div[class*="row-table"] .span-md-6, div[class*="row-table"] .span-md-7, div[class*="row-table"] .span-md-8, div[class*="row-table"] .span-md-9, div[class*="row-table"] .span-md-10, div[class*="row-table"] .span-md-11, div[class*="row-table"] .span-md-12, div[class*="row-table"] .span-lg-1, div[class*="row-table"] .span-lg-2, div[class*="row-table"] .span-lg-3, div[class*="row-table"] .span-lg-4, div[class*="row-table"] .span-lg-5, div[class*="row-table"] .span-lg-6, div[class*="row-table"] .span-lg-7, div[class*="row-table"] .span-lg-8, div[class*="row-table"] .span-lg-9, div[class*="row-table"] .span-lg-10, div[class*="row-table"] .span-lg-11, div[class*="row-table"] .span-lg-12, div[class*="row-table"] .span-xl-1, div[class*="row-table"] .span-xl-2, div[class*="row-table"] .span-xl-3, div[class*="row-table"] .span-xl-4, div[class*="row-table"] .span-xl-5, div[class*="row-table"] .span-xl-6, div[class*="row-table"] .span-xl-7, div[class*="row-table"] .span-xl-8, div[class*="row-table"] .span-xl-9, div[class*="row-table"] .span-xl-10, div[class*="row-table"] .span-xl-11, div[class*="row-table"] .span-xl-12, div[class*="row-table"] .span-xxl-1, div[class*="row-table"] .span-xxl-2, div[class*="row-table"] .span-xxl-3, div[class*="row-table"] .span-xxl-4, div[class*="row-table"] .span-xxl-5, div[class*="row-table"] .span-xxl-6, div[class*="row-table"] .span-xxl-7, div[class*="row-table"] .span-xxl-8, div[class*="row-table"] .span-xxl-9, div[class*="row-table"] .span-xxl-10, div[class*="row-table"] .span-xxl-11, div[class*="row-table"] .span-xxl-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}

@media (min-width: 576px) {
    div[class*="row-table"] .phone-sm-1 {
        width: 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    div[class*="row-table"] .phone-sm-push-1 {
        left: 8.33333%;
    }

    div[class*="row-table"] .phone-sm-pull-1 {
        right: 8.33333%;
    }

    div[class*="row-table"] .phone-sm-offset-1 {
        margin-left: 8.33333%;
    }

    div[class*="row-table"] .phone-sm-2 {
        width: 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    div[class*="row-table"] .phone-sm-push-2 {
        left: 16.66667%;
    }

    div[class*="row-table"] .phone-sm-pull-2 {
        right: 16.66667%;
    }

    div[class*="row-table"] .phone-sm-offset-2 {
        margin-left: 16.66667%;
    }

    div[class*="row-table"] .phone-sm-3 {
        width: 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    div[class*="row-table"] .phone-sm-push-3 {
        left: 25%;
    }

    div[class*="row-table"] .phone-sm-pull-3 {
        right: 25%;
    }

    div[class*="row-table"] .phone-sm-offset-3 {
        margin-left: 25%;
    }

    div[class*="row-table"] .phone-sm-4 {
        width: 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    div[class*="row-table"] .phone-sm-push-4 {
        left: 33.33333%;
    }

    div[class*="row-table"] .phone-sm-pull-4 {
        right: 33.33333%;
    }

    div[class*="row-table"] .phone-sm-offset-4 {
        margin-left: 33.33333%;
    }

    div[class*="row-table"] .phone-sm-5 {
        width: 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    div[class*="row-table"] .phone-sm-push-5 {
        left: 41.66667%;
    }

    div[class*="row-table"] .phone-sm-pull-5 {
        right: 41.66667%;
    }

    div[class*="row-table"] .phone-sm-offset-5 {
        margin-left: 41.66667%;
    }

    div[class*="row-table"] .phone-sm-6 {
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    div[class*="row-table"] .phone-sm-push-6 {
        left: 50%;
    }

    div[class*="row-table"] .phone-sm-pull-6 {
        right: 50%;
    }

    div[class*="row-table"] .phone-sm-offset-6 {
        margin-left: 50%;
    }

    div[class*="row-table"] .phone-sm-7 {
        width: 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    div[class*="row-table"] .phone-sm-push-7 {
        left: 58.33333%;
    }

    div[class*="row-table"] .phone-sm-pull-7 {
        right: 58.33333%;
    }

    div[class*="row-table"] .phone-sm-offset-7 {
        margin-left: 58.33333%;
    }

    div[class*="row-table"] .phone-sm-8 {
        width: 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    div[class*="row-table"] .phone-sm-push-8 {
        left: 66.66667%;
    }

    div[class*="row-table"] .phone-sm-pull-8 {
        right: 66.66667%;
    }

    div[class*="row-table"] .phone-sm-offset-8 {
        margin-left: 66.66667%;
    }

    div[class*="row-table"] .phone-sm-9 {
        width: 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    div[class*="row-table"] .phone-sm-push-9 {
        left: 75%;
    }

    div[class*="row-table"] .phone-sm-pull-9 {
        right: 75%;
    }

    div[class*="row-table"] .phone-sm-offset-9 {
        margin-left: 75%;
    }

    div[class*="row-table"] .phone-sm-10 {
        width: 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    div[class*="row-table"] .phone-sm-push-10 {
        left: 83.33333%;
    }

    div[class*="row-table"] .phone-sm-pull-10 {
        right: 83.33333%;
    }

    div[class*="row-table"] .phone-sm-offset-10 {
        margin-left: 83.33333%;
    }

    div[class*="row-table"] .phone-sm-11 {
        width: 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    div[class*="row-table"] .phone-sm-push-11 {
        left: 91.66667%;
    }

    div[class*="row-table"] .phone-sm-pull-11 {
        right: 91.66667%;
    }

    div[class*="row-table"] .phone-sm-offset-11 {
        margin-left: 91.66667%;
    }

    div[class*="row-table"] .phone-sm-12 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    div[class*="row-table"] .phone-sm-push-12 {
        left: 100%;
    }

    div[class*="row-table"] .phone-sm-pull-12 {
        right: 100%;
    }

    div[class*="row-table"] .phone-sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 768px) {
    div[class*="row-table"] .phone-md-1 {
        width: 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    div[class*="row-table"] .phone-md-push-1 {
        left: 8.33333%;
    }

    div[class*="row-table"] .phone-md-pull-1 {
        right: 8.33333%;
    }

    div[class*="row-table"] .phone-md-offset-1 {
        margin-left: 8.33333%;
    }

    div[class*="row-table"] .phone-md-2 {
        width: 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    div[class*="row-table"] .phone-md-push-2 {
        left: 16.66667%;
    }

    div[class*="row-table"] .phone-md-pull-2 {
        right: 16.66667%;
    }

    div[class*="row-table"] .phone-md-offset-2 {
        margin-left: 16.66667%;
    }

    div[class*="row-table"] .phone-md-3 {
        width: 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    div[class*="row-table"] .phone-md-push-3 {
        left: 25%;
    }

    div[class*="row-table"] .phone-md-pull-3 {
        right: 25%;
    }

    div[class*="row-table"] .phone-md-offset-3 {
        margin-left: 25%;
    }

    div[class*="row-table"] .phone-md-4 {
        width: 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    div[class*="row-table"] .phone-md-push-4 {
        left: 33.33333%;
    }

    div[class*="row-table"] .phone-md-pull-4 {
        right: 33.33333%;
    }

    div[class*="row-table"] .phone-md-offset-4 {
        margin-left: 33.33333%;
    }

    div[class*="row-table"] .phone-md-5 {
        width: 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    div[class*="row-table"] .phone-md-push-5 {
        left: 41.66667%;
    }

    div[class*="row-table"] .phone-md-pull-5 {
        right: 41.66667%;
    }

    div[class*="row-table"] .phone-md-offset-5 {
        margin-left: 41.66667%;
    }

    div[class*="row-table"] .phone-md-6 {
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    div[class*="row-table"] .phone-md-push-6 {
        left: 50%;
    }

    div[class*="row-table"] .phone-md-pull-6 {
        right: 50%;
    }

    div[class*="row-table"] .phone-md-offset-6 {
        margin-left: 50%;
    }

    div[class*="row-table"] .phone-md-7 {
        width: 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    div[class*="row-table"] .phone-md-push-7 {
        left: 58.33333%;
    }

    div[class*="row-table"] .phone-md-pull-7 {
        right: 58.33333%;
    }

    div[class*="row-table"] .phone-md-offset-7 {
        margin-left: 58.33333%;
    }

    div[class*="row-table"] .phone-md-8 {
        width: 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    div[class*="row-table"] .phone-md-push-8 {
        left: 66.66667%;
    }

    div[class*="row-table"] .phone-md-pull-8 {
        right: 66.66667%;
    }

    div[class*="row-table"] .phone-md-offset-8 {
        margin-left: 66.66667%;
    }

    div[class*="row-table"] .phone-md-9 {
        width: 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    div[class*="row-table"] .phone-md-push-9 {
        left: 75%;
    }

    div[class*="row-table"] .phone-md-pull-9 {
        right: 75%;
    }

    div[class*="row-table"] .phone-md-offset-9 {
        margin-left: 75%;
    }

    div[class*="row-table"] .phone-md-10 {
        width: 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    div[class*="row-table"] .phone-md-push-10 {
        left: 83.33333%;
    }

    div[class*="row-table"] .phone-md-pull-10 {
        right: 83.33333%;
    }

    div[class*="row-table"] .phone-md-offset-10 {
        margin-left: 83.33333%;
    }

    div[class*="row-table"] .phone-md-11 {
        width: 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    div[class*="row-table"] .phone-md-push-11 {
        left: 91.66667%;
    }

    div[class*="row-table"] .phone-md-pull-11 {
        right: 91.66667%;
    }

    div[class*="row-table"] .phone-md-offset-11 {
        margin-left: 91.66667%;
    }

    div[class*="row-table"] .phone-md-12 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    div[class*="row-table"] .phone-md-push-12 {
        left: 100%;
    }

    div[class*="row-table"] .phone-md-pull-12 {
        right: 100%;
    }

    div[class*="row-table"] .phone-md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1025px) {
    div[class*="row-table"] .phone-lg-1 {
        width: 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    div[class*="row-table"] .phone-lg-push-1 {
        left: 8.33333%;
    }

    div[class*="row-table"] .phone-lg-pull-1 {
        right: 8.33333%;
    }

    div[class*="row-table"] .phone-lg-offset-1 {
        margin-left: 8.33333%;
    }

    div[class*="row-table"] .phone-lg-2 {
        width: 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    div[class*="row-table"] .phone-lg-push-2 {
        left: 16.66667%;
    }

    div[class*="row-table"] .phone-lg-pull-2 {
        right: 16.66667%;
    }

    div[class*="row-table"] .phone-lg-offset-2 {
        margin-left: 16.66667%;
    }

    div[class*="row-table"] .phone-lg-3 {
        width: 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    div[class*="row-table"] .phone-lg-push-3 {
        left: 25%;
    }

    div[class*="row-table"] .phone-lg-pull-3 {
        right: 25%;
    }

    div[class*="row-table"] .phone-lg-offset-3 {
        margin-left: 25%;
    }

    div[class*="row-table"] .phone-lg-4 {
        width: 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    div[class*="row-table"] .phone-lg-push-4 {
        left: 33.33333%;
    }

    div[class*="row-table"] .phone-lg-pull-4 {
        right: 33.33333%;
    }

    div[class*="row-table"] .phone-lg-offset-4 {
        margin-left: 33.33333%;
    }

    div[class*="row-table"] .phone-lg-5 {
        width: 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    div[class*="row-table"] .phone-lg-push-5 {
        left: 41.66667%;
    }

    div[class*="row-table"] .phone-lg-pull-5 {
        right: 41.66667%;
    }

    div[class*="row-table"] .phone-lg-offset-5 {
        margin-left: 41.66667%;
    }

    div[class*="row-table"] .phone-lg-6 {
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    div[class*="row-table"] .phone-lg-push-6 {
        left: 50%;
    }

    div[class*="row-table"] .phone-lg-pull-6 {
        right: 50%;
    }

    div[class*="row-table"] .phone-lg-offset-6 {
        margin-left: 50%;
    }

    div[class*="row-table"] .phone-lg-7 {
        width: 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    div[class*="row-table"] .phone-lg-push-7 {
        left: 58.33333%;
    }

    div[class*="row-table"] .phone-lg-pull-7 {
        right: 58.33333%;
    }

    div[class*="row-table"] .phone-lg-offset-7 {
        margin-left: 58.33333%;
    }

    div[class*="row-table"] .phone-lg-8 {
        width: 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    div[class*="row-table"] .phone-lg-push-8 {
        left: 66.66667%;
    }

    div[class*="row-table"] .phone-lg-pull-8 {
        right: 66.66667%;
    }

    div[class*="row-table"] .phone-lg-offset-8 {
        margin-left: 66.66667%;
    }

    div[class*="row-table"] .phone-lg-9 {
        width: 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    div[class*="row-table"] .phone-lg-push-9 {
        left: 75%;
    }

    div[class*="row-table"] .phone-lg-pull-9 {
        right: 75%;
    }

    div[class*="row-table"] .phone-lg-offset-9 {
        margin-left: 75%;
    }

    div[class*="row-table"] .phone-lg-10 {
        width: 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    div[class*="row-table"] .phone-lg-push-10 {
        left: 83.33333%;
    }

    div[class*="row-table"] .phone-lg-pull-10 {
        right: 83.33333%;
    }

    div[class*="row-table"] .phone-lg-offset-10 {
        margin-left: 83.33333%;
    }

    div[class*="row-table"] .phone-lg-11 {
        width: 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    div[class*="row-table"] .phone-lg-push-11 {
        left: 91.66667%;
    }

    div[class*="row-table"] .phone-lg-pull-11 {
        right: 91.66667%;
    }

    div[class*="row-table"] .phone-lg-offset-11 {
        margin-left: 91.66667%;
    }

    div[class*="row-table"] .phone-lg-12 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    div[class*="row-table"] .phone-lg-push-12 {
        left: 100%;
    }

    div[class*="row-table"] .phone-lg-pull-12 {
        right: 100%;
    }

    div[class*="row-table"] .phone-lg-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1366px) {
    div[class*="row-table"] .phone-xl-1 {
        width: 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    div[class*="row-table"] .phone-xl-push-1 {
        left: 8.33333%;
    }

    div[class*="row-table"] .phone-xl-pull-1 {
        right: 8.33333%;
    }

    div[class*="row-table"] .phone-xl-offset-1 {
        margin-left: 8.33333%;
    }

    div[class*="row-table"] .phone-xl-2 {
        width: 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    div[class*="row-table"] .phone-xl-push-2 {
        left: 16.66667%;
    }

    div[class*="row-table"] .phone-xl-pull-2 {
        right: 16.66667%;
    }

    div[class*="row-table"] .phone-xl-offset-2 {
        margin-left: 16.66667%;
    }

    div[class*="row-table"] .phone-xl-3 {
        width: 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    div[class*="row-table"] .phone-xl-push-3 {
        left: 25%;
    }

    div[class*="row-table"] .phone-xl-pull-3 {
        right: 25%;
    }

    div[class*="row-table"] .phone-xl-offset-3 {
        margin-left: 25%;
    }

    div[class*="row-table"] .phone-xl-4 {
        width: 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    div[class*="row-table"] .phone-xl-push-4 {
        left: 33.33333%;
    }

    div[class*="row-table"] .phone-xl-pull-4 {
        right: 33.33333%;
    }

    div[class*="row-table"] .phone-xl-offset-4 {
        margin-left: 33.33333%;
    }

    div[class*="row-table"] .phone-xl-5 {
        width: 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    div[class*="row-table"] .phone-xl-push-5 {
        left: 41.66667%;
    }

    div[class*="row-table"] .phone-xl-pull-5 {
        right: 41.66667%;
    }

    div[class*="row-table"] .phone-xl-offset-5 {
        margin-left: 41.66667%;
    }

    div[class*="row-table"] .phone-xl-6 {
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    div[class*="row-table"] .phone-xl-push-6 {
        left: 50%;
    }

    div[class*="row-table"] .phone-xl-pull-6 {
        right: 50%;
    }

    div[class*="row-table"] .phone-xl-offset-6 {
        margin-left: 50%;
    }

    div[class*="row-table"] .phone-xl-7 {
        width: 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    div[class*="row-table"] .phone-xl-push-7 {
        left: 58.33333%;
    }

    div[class*="row-table"] .phone-xl-pull-7 {
        right: 58.33333%;
    }

    div[class*="row-table"] .phone-xl-offset-7 {
        margin-left: 58.33333%;
    }

    div[class*="row-table"] .phone-xl-8 {
        width: 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    div[class*="row-table"] .phone-xl-push-8 {
        left: 66.66667%;
    }

    div[class*="row-table"] .phone-xl-pull-8 {
        right: 66.66667%;
    }

    div[class*="row-table"] .phone-xl-offset-8 {
        margin-left: 66.66667%;
    }

    div[class*="row-table"] .phone-xl-9 {
        width: 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    div[class*="row-table"] .phone-xl-push-9 {
        left: 75%;
    }

    div[class*="row-table"] .phone-xl-pull-9 {
        right: 75%;
    }

    div[class*="row-table"] .phone-xl-offset-9 {
        margin-left: 75%;
    }

    div[class*="row-table"] .phone-xl-10 {
        width: 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    div[class*="row-table"] .phone-xl-push-10 {
        left: 83.33333%;
    }

    div[class*="row-table"] .phone-xl-pull-10 {
        right: 83.33333%;
    }

    div[class*="row-table"] .phone-xl-offset-10 {
        margin-left: 83.33333%;
    }

    div[class*="row-table"] .phone-xl-11 {
        width: 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    div[class*="row-table"] .phone-xl-push-11 {
        left: 91.66667%;
    }

    div[class*="row-table"] .phone-xl-pull-11 {
        right: 91.66667%;
    }

    div[class*="row-table"] .phone-xl-offset-11 {
        margin-left: 91.66667%;
    }

    div[class*="row-table"] .phone-xl-12 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    div[class*="row-table"] .phone-xl-push-12 {
        left: 100%;
    }

    div[class*="row-table"] .phone-xl-pull-12 {
        right: 100%;
    }

    div[class*="row-table"] .phone-xl-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1680px) {
    div[class*="row-table"] .phone-xxl-1 {
        width: 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    div[class*="row-table"] .phone-xxl-push-1 {
        left: 8.33333%;
    }

    div[class*="row-table"] .phone-xxl-pull-1 {
        right: 8.33333%;
    }

    div[class*="row-table"] .phone-xxl-offset-1 {
        margin-left: 8.33333%;
    }

    div[class*="row-table"] .phone-xxl-2 {
        width: 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    div[class*="row-table"] .phone-xxl-push-2 {
        left: 16.66667%;
    }

    div[class*="row-table"] .phone-xxl-pull-2 {
        right: 16.66667%;
    }

    div[class*="row-table"] .phone-xxl-offset-2 {
        margin-left: 16.66667%;
    }

    div[class*="row-table"] .phone-xxl-3 {
        width: 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    div[class*="row-table"] .phone-xxl-push-3 {
        left: 25%;
    }

    div[class*="row-table"] .phone-xxl-pull-3 {
        right: 25%;
    }

    div[class*="row-table"] .phone-xxl-offset-3 {
        margin-left: 25%;
    }

    div[class*="row-table"] .phone-xxl-4 {
        width: 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    div[class*="row-table"] .phone-xxl-push-4 {
        left: 33.33333%;
    }

    div[class*="row-table"] .phone-xxl-pull-4 {
        right: 33.33333%;
    }

    div[class*="row-table"] .phone-xxl-offset-4 {
        margin-left: 33.33333%;
    }

    div[class*="row-table"] .phone-xxl-5 {
        width: 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    div[class*="row-table"] .phone-xxl-push-5 {
        left: 41.66667%;
    }

    div[class*="row-table"] .phone-xxl-pull-5 {
        right: 41.66667%;
    }

    div[class*="row-table"] .phone-xxl-offset-5 {
        margin-left: 41.66667%;
    }

    div[class*="row-table"] .phone-xxl-6 {
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    div[class*="row-table"] .phone-xxl-push-6 {
        left: 50%;
    }

    div[class*="row-table"] .phone-xxl-pull-6 {
        right: 50%;
    }

    div[class*="row-table"] .phone-xxl-offset-6 {
        margin-left: 50%;
    }

    div[class*="row-table"] .phone-xxl-7 {
        width: 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    div[class*="row-table"] .phone-xxl-push-7 {
        left: 58.33333%;
    }

    div[class*="row-table"] .phone-xxl-pull-7 {
        right: 58.33333%;
    }

    div[class*="row-table"] .phone-xxl-offset-7 {
        margin-left: 58.33333%;
    }

    div[class*="row-table"] .phone-xxl-8 {
        width: 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    div[class*="row-table"] .phone-xxl-push-8 {
        left: 66.66667%;
    }

    div[class*="row-table"] .phone-xxl-pull-8 {
        right: 66.66667%;
    }

    div[class*="row-table"] .phone-xxl-offset-8 {
        margin-left: 66.66667%;
    }

    div[class*="row-table"] .phone-xxl-9 {
        width: 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    div[class*="row-table"] .phone-xxl-push-9 {
        left: 75%;
    }

    div[class*="row-table"] .phone-xxl-pull-9 {
        right: 75%;
    }

    div[class*="row-table"] .phone-xxl-offset-9 {
        margin-left: 75%;
    }

    div[class*="row-table"] .phone-xxl-10 {
        width: 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    div[class*="row-table"] .phone-xxl-push-10 {
        left: 83.33333%;
    }

    div[class*="row-table"] .phone-xxl-pull-10 {
        right: 83.33333%;
    }

    div[class*="row-table"] .phone-xxl-offset-10 {
        margin-left: 83.33333%;
    }

    div[class*="row-table"] .phone-xxl-11 {
        width: 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    div[class*="row-table"] .phone-xxl-push-11 {
        left: 91.66667%;
    }

    div[class*="row-table"] .phone-xxl-pull-11 {
        right: 91.66667%;
    }

    div[class*="row-table"] .phone-xxl-offset-11 {
        margin-left: 91.66667%;
    }

    div[class*="row-table"] .phone-xxl-12 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    div[class*="row-table"] .phone-xxl-push-12 {
        left: 100%;
    }

    div[class*="row-table"] .phone-xxl-pull-12 {
        right: 100%;
    }

    div[class*="row-table"] .phone-xxl-offset-12 {
        margin-left: 100%;
    }
}

div[class*="row-table"] .phone-sm-1, div[class*="row-table"] .phone-sm-2, div[class*="row-table"] .phone-sm-3, div[class*="row-table"] .phone-sm-4, div[class*="row-table"] .phone-sm-5, div[class*="row-table"] .phone-sm-6, div[class*="row-table"] .phone-sm-7, div[class*="row-table"] .phone-sm-8, div[class*="row-table"] .phone-sm-9, div[class*="row-table"] .phone-sm-10, div[class*="row-table"] .phone-sm-11, div[class*="row-table"] .phone-sm-12, div[class*="row-table"] .phone-md-1, div[class*="row-table"] .phone-md-2, div[class*="row-table"] .phone-md-3, div[class*="row-table"] .phone-md-4, div[class*="row-table"] .phone-md-5, div[class*="row-table"] .phone-md-6, div[class*="row-table"] .phone-md-7, div[class*="row-table"] .phone-md-8, div[class*="row-table"] .phone-md-9, div[class*="row-table"] .phone-md-10, div[class*="row-table"] .phone-md-11, div[class*="row-table"] .phone-md-12, div[class*="row-table"] .phone-lg-1, div[class*="row-table"] .phone-lg-2, div[class*="row-table"] .phone-lg-3, div[class*="row-table"] .phone-lg-4, div[class*="row-table"] .phone-lg-5, div[class*="row-table"] .phone-lg-6, div[class*="row-table"] .phone-lg-7, div[class*="row-table"] .phone-lg-8, div[class*="row-table"] .phone-lg-9, div[class*="row-table"] .phone-lg-10, div[class*="row-table"] .phone-lg-11, div[class*="row-table"] .phone-lg-12, div[class*="row-table"] .phone-xl-1, div[class*="row-table"] .phone-xl-2, div[class*="row-table"] .phone-xl-3, div[class*="row-table"] .phone-xl-4, div[class*="row-table"] .phone-xl-5, div[class*="row-table"] .phone-xl-6, div[class*="row-table"] .phone-xl-7, div[class*="row-table"] .phone-xl-8, div[class*="row-table"] .phone-xl-9, div[class*="row-table"] .phone-xl-10, div[class*="row-table"] .phone-xl-11, div[class*="row-table"] .phone-xl-12, div[class*="row-table"] .phone-xxl-1, div[class*="row-table"] .phone-xxl-2, div[class*="row-table"] .phone-xxl-3, div[class*="row-table"] .phone-xxl-4, div[class*="row-table"] .phone-xxl-5, div[class*="row-table"] .phone-xxl-6, div[class*="row-table"] .phone-xxl-7, div[class*="row-table"] .phone-xxl-8, div[class*="row-table"] .phone-xxl-9, div[class*="row-table"] .phone-xxl-10, div[class*="row-table"] .phone-xxl-11, div[class*="row-table"] .phone-xxl-12, div[class*="row-table"] .xs-sm-1, div[class*="row-table"] .xs-sm-2, div[class*="row-table"] .xs-sm-3, div[class*="row-table"] .xs-sm-4, div[class*="row-table"] .xs-sm-5, div[class*="row-table"] .xs-sm-6, div[class*="row-table"] .xs-sm-7, div[class*="row-table"] .xs-sm-8, div[class*="row-table"] .xs-sm-9, div[class*="row-table"] .xs-sm-10, div[class*="row-table"] .xs-sm-11, div[class*="row-table"] .xs-sm-12, div[class*="row-table"] .xs-md-1, div[class*="row-table"] .xs-md-2, div[class*="row-table"] .xs-md-3, div[class*="row-table"] .xs-md-4, div[class*="row-table"] .xs-md-5, div[class*="row-table"] .xs-md-6, div[class*="row-table"] .xs-md-7, div[class*="row-table"] .xs-md-8, div[class*="row-table"] .xs-md-9, div[class*="row-table"] .xs-md-10, div[class*="row-table"] .xs-md-11, div[class*="row-table"] .xs-md-12, div[class*="row-table"] .xs-lg-1, div[class*="row-table"] .xs-lg-2, div[class*="row-table"] .xs-lg-3, div[class*="row-table"] .xs-lg-4, div[class*="row-table"] .xs-lg-5, div[class*="row-table"] .xs-lg-6, div[class*="row-table"] .xs-lg-7, div[class*="row-table"] .xs-lg-8, div[class*="row-table"] .xs-lg-9, div[class*="row-table"] .xs-lg-10, div[class*="row-table"] .xs-lg-11, div[class*="row-table"] .xs-lg-12, div[class*="row-table"] .xs-xl-1, div[class*="row-table"] .xs-xl-2, div[class*="row-table"] .xs-xl-3, div[class*="row-table"] .xs-xl-4, div[class*="row-table"] .xs-xl-5, div[class*="row-table"] .xs-xl-6, div[class*="row-table"] .xs-xl-7, div[class*="row-table"] .xs-xl-8, div[class*="row-table"] .xs-xl-9, div[class*="row-table"] .xs-xl-10, div[class*="row-table"] .xs-xl-11, div[class*="row-table"] .xs-xl-12, div[class*="row-table"] .xs-xxl-1, div[class*="row-table"] .xs-xxl-2, div[class*="row-table"] .xs-xxl-3, div[class*="row-table"] .xs-xxl-4, div[class*="row-table"] .xs-xxl-5, div[class*="row-table"] .xs-xxl-6, div[class*="row-table"] .xs-xxl-7, div[class*="row-table"] .xs-xxl-8, div[class*="row-table"] .xs-xxl-9, div[class*="row-table"] .xs-xxl-10, div[class*="row-table"] .xs-xxl-11, div[class*="row-table"] .xs-xxl-12, div[class*="row-table"] .tablet-sm-1, div[class*="row-table"] .tablet-sm-2, div[class*="row-table"] .tablet-sm-3, div[class*="row-table"] .tablet-sm-4, div[class*="row-table"] .tablet-sm-5, div[class*="row-table"] .tablet-sm-6, div[class*="row-table"] .tablet-sm-7, div[class*="row-table"] .tablet-sm-8, div[class*="row-table"] .tablet-sm-9, div[class*="row-table"] .tablet-sm-10, div[class*="row-table"] .tablet-sm-11, div[class*="row-table"] .tablet-sm-12, div[class*="row-table"] .tablet-md-1, div[class*="row-table"] .tablet-md-2, div[class*="row-table"] .tablet-md-3, div[class*="row-table"] .tablet-md-4, div[class*="row-table"] .tablet-md-5, div[class*="row-table"] .tablet-md-6, div[class*="row-table"] .tablet-md-7, div[class*="row-table"] .tablet-md-8, div[class*="row-table"] .tablet-md-9, div[class*="row-table"] .tablet-md-10, div[class*="row-table"] .tablet-md-11, div[class*="row-table"] .tablet-md-12, div[class*="row-table"] .tablet-lg-1, div[class*="row-table"] .tablet-lg-2, div[class*="row-table"] .tablet-lg-3, div[class*="row-table"] .tablet-lg-4, div[class*="row-table"] .tablet-lg-5, div[class*="row-table"] .tablet-lg-6, div[class*="row-table"] .tablet-lg-7, div[class*="row-table"] .tablet-lg-8, div[class*="row-table"] .tablet-lg-9, div[class*="row-table"] .tablet-lg-10, div[class*="row-table"] .tablet-lg-11, div[class*="row-table"] .tablet-lg-12, div[class*="row-table"] .tablet-xl-1, div[class*="row-table"] .tablet-xl-2, div[class*="row-table"] .tablet-xl-3, div[class*="row-table"] .tablet-xl-4, div[class*="row-table"] .tablet-xl-5, div[class*="row-table"] .tablet-xl-6, div[class*="row-table"] .tablet-xl-7, div[class*="row-table"] .tablet-xl-8, div[class*="row-table"] .tablet-xl-9, div[class*="row-table"] .tablet-xl-10, div[class*="row-table"] .tablet-xl-11, div[class*="row-table"] .tablet-xl-12, div[class*="row-table"] .tablet-xxl-1, div[class*="row-table"] .tablet-xxl-2, div[class*="row-table"] .tablet-xxl-3, div[class*="row-table"] .tablet-xxl-4, div[class*="row-table"] .tablet-xxl-5, div[class*="row-table"] .tablet-xxl-6, div[class*="row-table"] .tablet-xxl-7, div[class*="row-table"] .tablet-xxl-8, div[class*="row-table"] .tablet-xxl-9, div[class*="row-table"] .tablet-xxl-10, div[class*="row-table"] .tablet-xxl-11, div[class*="row-table"] .tablet-xxl-12, div[class*="row-table"] .sm-sm-1, div[class*="row-table"] .sm-sm-2, div[class*="row-table"] .sm-sm-3, div[class*="row-table"] .sm-sm-4, div[class*="row-table"] .sm-sm-5, div[class*="row-table"] .sm-sm-6, div[class*="row-table"] .sm-sm-7, div[class*="row-table"] .sm-sm-8, div[class*="row-table"] .sm-sm-9, div[class*="row-table"] .sm-sm-10, div[class*="row-table"] .sm-sm-11, div[class*="row-table"] .sm-sm-12, div[class*="row-table"] .sm-md-1, div[class*="row-table"] .sm-md-2, div[class*="row-table"] .sm-md-3, div[class*="row-table"] .sm-md-4, div[class*="row-table"] .sm-md-5, div[class*="row-table"] .sm-md-6, div[class*="row-table"] .sm-md-7, div[class*="row-table"] .sm-md-8, div[class*="row-table"] .sm-md-9, div[class*="row-table"] .sm-md-10, div[class*="row-table"] .sm-md-11, div[class*="row-table"] .sm-md-12, div[class*="row-table"] .sm-lg-1, div[class*="row-table"] .sm-lg-2, div[class*="row-table"] .sm-lg-3, div[class*="row-table"] .sm-lg-4, div[class*="row-table"] .sm-lg-5, div[class*="row-table"] .sm-lg-6, div[class*="row-table"] .sm-lg-7, div[class*="row-table"] .sm-lg-8, div[class*="row-table"] .sm-lg-9, div[class*="row-table"] .sm-lg-10, div[class*="row-table"] .sm-lg-11, div[class*="row-table"] .sm-lg-12, div[class*="row-table"] .sm-xl-1, div[class*="row-table"] .sm-xl-2, div[class*="row-table"] .sm-xl-3, div[class*="row-table"] .sm-xl-4, div[class*="row-table"] .sm-xl-5, div[class*="row-table"] .sm-xl-6, div[class*="row-table"] .sm-xl-7, div[class*="row-table"] .sm-xl-8, div[class*="row-table"] .sm-xl-9, div[class*="row-table"] .sm-xl-10, div[class*="row-table"] .sm-xl-11, div[class*="row-table"] .sm-xl-12, div[class*="row-table"] .sm-xxl-1, div[class*="row-table"] .sm-xxl-2, div[class*="row-table"] .sm-xxl-3, div[class*="row-table"] .sm-xxl-4, div[class*="row-table"] .sm-xxl-5, div[class*="row-table"] .sm-xxl-6, div[class*="row-table"] .sm-xxl-7, div[class*="row-table"] .sm-xxl-8, div[class*="row-table"] .sm-xxl-9, div[class*="row-table"] .sm-xxl-10, div[class*="row-table"] .sm-xxl-11, div[class*="row-table"] .sm-xxl-12, div[class*="row-table"] .md-sm-1, div[class*="row-table"] .md-sm-2, div[class*="row-table"] .md-sm-3, div[class*="row-table"] .md-sm-4, div[class*="row-table"] .md-sm-5, div[class*="row-table"] .md-sm-6, div[class*="row-table"] .md-sm-7, div[class*="row-table"] .md-sm-8, div[class*="row-table"] .md-sm-9, div[class*="row-table"] .md-sm-10, div[class*="row-table"] .md-sm-11, div[class*="row-table"] .md-sm-12, div[class*="row-table"] .md-md-1, div[class*="row-table"] .md-md-2, div[class*="row-table"] .md-md-3, div[class*="row-table"] .md-md-4, div[class*="row-table"] .md-md-5, div[class*="row-table"] .md-md-6, div[class*="row-table"] .md-md-7, div[class*="row-table"] .md-md-8, div[class*="row-table"] .md-md-9, div[class*="row-table"] .md-md-10, div[class*="row-table"] .md-md-11, div[class*="row-table"] .md-md-12, div[class*="row-table"] .md-lg-1, div[class*="row-table"] .md-lg-2, div[class*="row-table"] .md-lg-3, div[class*="row-table"] .md-lg-4, div[class*="row-table"] .md-lg-5, div[class*="row-table"] .md-lg-6, div[class*="row-table"] .md-lg-7, div[class*="row-table"] .md-lg-8, div[class*="row-table"] .md-lg-9, div[class*="row-table"] .md-lg-10, div[class*="row-table"] .md-lg-11, div[class*="row-table"] .md-lg-12, div[class*="row-table"] .md-xl-1, div[class*="row-table"] .md-xl-2, div[class*="row-table"] .md-xl-3, div[class*="row-table"] .md-xl-4, div[class*="row-table"] .md-xl-5, div[class*="row-table"] .md-xl-6, div[class*="row-table"] .md-xl-7, div[class*="row-table"] .md-xl-8, div[class*="row-table"] .md-xl-9, div[class*="row-table"] .md-xl-10, div[class*="row-table"] .md-xl-11, div[class*="row-table"] .md-xl-12, div[class*="row-table"] .md-xxl-1, div[class*="row-table"] .md-xxl-2, div[class*="row-table"] .md-xxl-3, div[class*="row-table"] .md-xxl-4, div[class*="row-table"] .md-xxl-5, div[class*="row-table"] .md-xxl-6, div[class*="row-table"] .md-xxl-7, div[class*="row-table"] .md-xxl-8, div[class*="row-table"] .md-xxl-9, div[class*="row-table"] .md-xxl-10, div[class*="row-table"] .md-xxl-11, div[class*="row-table"] .md-xxl-12, div[class*="row-table"] .col-fixed-sm-1, div[class*="row-table"] .col-fixed-sm-2, div[class*="row-table"] .col-fixed-sm-3, div[class*="row-table"] .col-fixed-sm-4, div[class*="row-table"] .col-fixed-sm-5, div[class*="row-table"] .col-fixed-sm-6, div[class*="row-table"] .col-fixed-sm-7, div[class*="row-table"] .col-fixed-sm-8, div[class*="row-table"] .col-fixed-sm-9, div[class*="row-table"] .col-fixed-sm-10, div[class*="row-table"] .col-fixed-sm-11, div[class*="row-table"] .col-fixed-sm-12, div[class*="row-table"] .col-fixed-md-1, div[class*="row-table"] .col-fixed-md-2, div[class*="row-table"] .col-fixed-md-3, div[class*="row-table"] .col-fixed-md-4, div[class*="row-table"] .col-fixed-md-5, div[class*="row-table"] .col-fixed-md-6, div[class*="row-table"] .col-fixed-md-7, div[class*="row-table"] .col-fixed-md-8, div[class*="row-table"] .col-fixed-md-9, div[class*="row-table"] .col-fixed-md-10, div[class*="row-table"] .col-fixed-md-11, div[class*="row-table"] .col-fixed-md-12, div[class*="row-table"] .col-fixed-lg-1, div[class*="row-table"] .col-fixed-lg-2, div[class*="row-table"] .col-fixed-lg-3, div[class*="row-table"] .col-fixed-lg-4, div[class*="row-table"] .col-fixed-lg-5, div[class*="row-table"] .col-fixed-lg-6, div[class*="row-table"] .col-fixed-lg-7, div[class*="row-table"] .col-fixed-lg-8, div[class*="row-table"] .col-fixed-lg-9, div[class*="row-table"] .col-fixed-lg-10, div[class*="row-table"] .col-fixed-lg-11, div[class*="row-table"] .col-fixed-lg-12, div[class*="row-table"] .col-fixed-xl-1, div[class*="row-table"] .col-fixed-xl-2, div[class*="row-table"] .col-fixed-xl-3, div[class*="row-table"] .col-fixed-xl-4, div[class*="row-table"] .col-fixed-xl-5, div[class*="row-table"] .col-fixed-xl-6, div[class*="row-table"] .col-fixed-xl-7, div[class*="row-table"] .col-fixed-xl-8, div[class*="row-table"] .col-fixed-xl-9, div[class*="row-table"] .col-fixed-xl-10, div[class*="row-table"] .col-fixed-xl-11, div[class*="row-table"] .col-fixed-xl-12, div[class*="row-table"] .col-fixed-xxl-1, div[class*="row-table"] .col-fixed-xxl-2, div[class*="row-table"] .col-fixed-xxl-3, div[class*="row-table"] .col-fixed-xxl-4, div[class*="row-table"] .col-fixed-xxl-5, div[class*="row-table"] .col-fixed-xxl-6, div[class*="row-table"] .col-fixed-xxl-7, div[class*="row-table"] .col-fixed-xxl-8, div[class*="row-table"] .col-fixed-xxl-9, div[class*="row-table"] .col-fixed-xxl-10, div[class*="row-table"] .col-fixed-xxl-11, div[class*="row-table"] .col-fixed-xxl-12, div[class*="row-table"] .span-sm-1, div[class*="row-table"] .span-sm-2, div[class*="row-table"] .span-sm-3, div[class*="row-table"] .span-sm-4, div[class*="row-table"] .span-sm-5, div[class*="row-table"] .span-sm-6, div[class*="row-table"] .span-sm-7, div[class*="row-table"] .span-sm-8, div[class*="row-table"] .span-sm-9, div[class*="row-table"] .span-sm-10, div[class*="row-table"] .span-sm-11, div[class*="row-table"] .span-sm-12, div[class*="row-table"] .span-md-1, div[class*="row-table"] .span-md-2, div[class*="row-table"] .span-md-3, div[class*="row-table"] .span-md-4, div[class*="row-table"] .span-md-5, div[class*="row-table"] .span-md-6, div[class*="row-table"] .span-md-7, div[class*="row-table"] .span-md-8, div[class*="row-table"] .span-md-9, div[class*="row-table"] .span-md-10, div[class*="row-table"] .span-md-11, div[class*="row-table"] .span-md-12, div[class*="row-table"] .span-lg-1, div[class*="row-table"] .span-lg-2, div[class*="row-table"] .span-lg-3, div[class*="row-table"] .span-lg-4, div[class*="row-table"] .span-lg-5, div[class*="row-table"] .span-lg-6, div[class*="row-table"] .span-lg-7, div[class*="row-table"] .span-lg-8, div[class*="row-table"] .span-lg-9, div[class*="row-table"] .span-lg-10, div[class*="row-table"] .span-lg-11, div[class*="row-table"] .span-lg-12, div[class*="row-table"] .span-xl-1, div[class*="row-table"] .span-xl-2, div[class*="row-table"] .span-xl-3, div[class*="row-table"] .span-xl-4, div[class*="row-table"] .span-xl-5, div[class*="row-table"] .span-xl-6, div[class*="row-table"] .span-xl-7, div[class*="row-table"] .span-xl-8, div[class*="row-table"] .span-xl-9, div[class*="row-table"] .span-xl-10, div[class*="row-table"] .span-xl-11, div[class*="row-table"] .span-xl-12, div[class*="row-table"] .span-xxl-1, div[class*="row-table"] .span-xxl-2, div[class*="row-table"] .span-xxl-3, div[class*="row-table"] .span-xxl-4, div[class*="row-table"] .span-xxl-5, div[class*="row-table"] .span-xxl-6, div[class*="row-table"] .span-xxl-7, div[class*="row-table"] .span-xxl-8, div[class*="row-table"] .span-xxl-9, div[class*="row-table"] .span-xxl-10, div[class*="row-table"] .span-xxl-11, div[class*="row-table"] .span-xxl-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}

@media (min-width: 576px) {
    div[class*="row-table"] .xs-sm-1 {
        width: 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    div[class*="row-table"] .xs-sm-push-1 {
        left: 8.33333%;
    }

    div[class*="row-table"] .xs-sm-pull-1 {
        right: 8.33333%;
    }

    div[class*="row-table"] .xs-sm-offset-1 {
        margin-left: 8.33333%;
    }

    div[class*="row-table"] .xs-sm-2 {
        width: 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    div[class*="row-table"] .xs-sm-push-2 {
        left: 16.66667%;
    }

    div[class*="row-table"] .xs-sm-pull-2 {
        right: 16.66667%;
    }

    div[class*="row-table"] .xs-sm-offset-2 {
        margin-left: 16.66667%;
    }

    div[class*="row-table"] .xs-sm-3 {
        width: 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    div[class*="row-table"] .xs-sm-push-3 {
        left: 25%;
    }

    div[class*="row-table"] .xs-sm-pull-3 {
        right: 25%;
    }

    div[class*="row-table"] .xs-sm-offset-3 {
        margin-left: 25%;
    }

    div[class*="row-table"] .xs-sm-4 {
        width: 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    div[class*="row-table"] .xs-sm-push-4 {
        left: 33.33333%;
    }

    div[class*="row-table"] .xs-sm-pull-4 {
        right: 33.33333%;
    }

    div[class*="row-table"] .xs-sm-offset-4 {
        margin-left: 33.33333%;
    }

    div[class*="row-table"] .xs-sm-5 {
        width: 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    div[class*="row-table"] .xs-sm-push-5 {
        left: 41.66667%;
    }

    div[class*="row-table"] .xs-sm-pull-5 {
        right: 41.66667%;
    }

    div[class*="row-table"] .xs-sm-offset-5 {
        margin-left: 41.66667%;
    }

    div[class*="row-table"] .xs-sm-6 {
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    div[class*="row-table"] .xs-sm-push-6 {
        left: 50%;
    }

    div[class*="row-table"] .xs-sm-pull-6 {
        right: 50%;
    }

    div[class*="row-table"] .xs-sm-offset-6 {
        margin-left: 50%;
    }

    div[class*="row-table"] .xs-sm-7 {
        width: 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    div[class*="row-table"] .xs-sm-push-7 {
        left: 58.33333%;
    }

    div[class*="row-table"] .xs-sm-pull-7 {
        right: 58.33333%;
    }

    div[class*="row-table"] .xs-sm-offset-7 {
        margin-left: 58.33333%;
    }

    div[class*="row-table"] .xs-sm-8 {
        width: 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    div[class*="row-table"] .xs-sm-push-8 {
        left: 66.66667%;
    }

    div[class*="row-table"] .xs-sm-pull-8 {
        right: 66.66667%;
    }

    div[class*="row-table"] .xs-sm-offset-8 {
        margin-left: 66.66667%;
    }

    div[class*="row-table"] .xs-sm-9 {
        width: 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    div[class*="row-table"] .xs-sm-push-9 {
        left: 75%;
    }

    div[class*="row-table"] .xs-sm-pull-9 {
        right: 75%;
    }

    div[class*="row-table"] .xs-sm-offset-9 {
        margin-left: 75%;
    }

    div[class*="row-table"] .xs-sm-10 {
        width: 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    div[class*="row-table"] .xs-sm-push-10 {
        left: 83.33333%;
    }

    div[class*="row-table"] .xs-sm-pull-10 {
        right: 83.33333%;
    }

    div[class*="row-table"] .xs-sm-offset-10 {
        margin-left: 83.33333%;
    }

    div[class*="row-table"] .xs-sm-11 {
        width: 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    div[class*="row-table"] .xs-sm-push-11 {
        left: 91.66667%;
    }

    div[class*="row-table"] .xs-sm-pull-11 {
        right: 91.66667%;
    }

    div[class*="row-table"] .xs-sm-offset-11 {
        margin-left: 91.66667%;
    }

    div[class*="row-table"] .xs-sm-12 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    div[class*="row-table"] .xs-sm-push-12 {
        left: 100%;
    }

    div[class*="row-table"] .xs-sm-pull-12 {
        right: 100%;
    }

    div[class*="row-table"] .xs-sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 768px) {
    div[class*="row-table"] .xs-md-1 {
        width: 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    div[class*="row-table"] .xs-md-push-1 {
        left: 8.33333%;
    }

    div[class*="row-table"] .xs-md-pull-1 {
        right: 8.33333%;
    }

    div[class*="row-table"] .xs-md-offset-1 {
        margin-left: 8.33333%;
    }

    div[class*="row-table"] .xs-md-2 {
        width: 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    div[class*="row-table"] .xs-md-push-2 {
        left: 16.66667%;
    }

    div[class*="row-table"] .xs-md-pull-2 {
        right: 16.66667%;
    }

    div[class*="row-table"] .xs-md-offset-2 {
        margin-left: 16.66667%;
    }

    div[class*="row-table"] .xs-md-3 {
        width: 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    div[class*="row-table"] .xs-md-push-3 {
        left: 25%;
    }

    div[class*="row-table"] .xs-md-pull-3 {
        right: 25%;
    }

    div[class*="row-table"] .xs-md-offset-3 {
        margin-left: 25%;
    }

    div[class*="row-table"] .xs-md-4 {
        width: 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    div[class*="row-table"] .xs-md-push-4 {
        left: 33.33333%;
    }

    div[class*="row-table"] .xs-md-pull-4 {
        right: 33.33333%;
    }

    div[class*="row-table"] .xs-md-offset-4 {
        margin-left: 33.33333%;
    }

    div[class*="row-table"] .xs-md-5 {
        width: 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    div[class*="row-table"] .xs-md-push-5 {
        left: 41.66667%;
    }

    div[class*="row-table"] .xs-md-pull-5 {
        right: 41.66667%;
    }

    div[class*="row-table"] .xs-md-offset-5 {
        margin-left: 41.66667%;
    }

    div[class*="row-table"] .xs-md-6 {
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    div[class*="row-table"] .xs-md-push-6 {
        left: 50%;
    }

    div[class*="row-table"] .xs-md-pull-6 {
        right: 50%;
    }

    div[class*="row-table"] .xs-md-offset-6 {
        margin-left: 50%;
    }

    div[class*="row-table"] .xs-md-7 {
        width: 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    div[class*="row-table"] .xs-md-push-7 {
        left: 58.33333%;
    }

    div[class*="row-table"] .xs-md-pull-7 {
        right: 58.33333%;
    }

    div[class*="row-table"] .xs-md-offset-7 {
        margin-left: 58.33333%;
    }

    div[class*="row-table"] .xs-md-8 {
        width: 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    div[class*="row-table"] .xs-md-push-8 {
        left: 66.66667%;
    }

    div[class*="row-table"] .xs-md-pull-8 {
        right: 66.66667%;
    }

    div[class*="row-table"] .xs-md-offset-8 {
        margin-left: 66.66667%;
    }

    div[class*="row-table"] .xs-md-9 {
        width: 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    div[class*="row-table"] .xs-md-push-9 {
        left: 75%;
    }

    div[class*="row-table"] .xs-md-pull-9 {
        right: 75%;
    }

    div[class*="row-table"] .xs-md-offset-9 {
        margin-left: 75%;
    }

    div[class*="row-table"] .xs-md-10 {
        width: 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    div[class*="row-table"] .xs-md-push-10 {
        left: 83.33333%;
    }

    div[class*="row-table"] .xs-md-pull-10 {
        right: 83.33333%;
    }

    div[class*="row-table"] .xs-md-offset-10 {
        margin-left: 83.33333%;
    }

    div[class*="row-table"] .xs-md-11 {
        width: 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    div[class*="row-table"] .xs-md-push-11 {
        left: 91.66667%;
    }

    div[class*="row-table"] .xs-md-pull-11 {
        right: 91.66667%;
    }

    div[class*="row-table"] .xs-md-offset-11 {
        margin-left: 91.66667%;
    }

    div[class*="row-table"] .xs-md-12 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    div[class*="row-table"] .xs-md-push-12 {
        left: 100%;
    }

    div[class*="row-table"] .xs-md-pull-12 {
        right: 100%;
    }

    div[class*="row-table"] .xs-md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1025px) {
    div[class*="row-table"] .xs-lg-1 {
        width: 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    div[class*="row-table"] .xs-lg-push-1 {
        left: 8.33333%;
    }

    div[class*="row-table"] .xs-lg-pull-1 {
        right: 8.33333%;
    }

    div[class*="row-table"] .xs-lg-offset-1 {
        margin-left: 8.33333%;
    }

    div[class*="row-table"] .xs-lg-2 {
        width: 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    div[class*="row-table"] .xs-lg-push-2 {
        left: 16.66667%;
    }

    div[class*="row-table"] .xs-lg-pull-2 {
        right: 16.66667%;
    }

    div[class*="row-table"] .xs-lg-offset-2 {
        margin-left: 16.66667%;
    }

    div[class*="row-table"] .xs-lg-3 {
        width: 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    div[class*="row-table"] .xs-lg-push-3 {
        left: 25%;
    }

    div[class*="row-table"] .xs-lg-pull-3 {
        right: 25%;
    }

    div[class*="row-table"] .xs-lg-offset-3 {
        margin-left: 25%;
    }

    div[class*="row-table"] .xs-lg-4 {
        width: 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    div[class*="row-table"] .xs-lg-push-4 {
        left: 33.33333%;
    }

    div[class*="row-table"] .xs-lg-pull-4 {
        right: 33.33333%;
    }

    div[class*="row-table"] .xs-lg-offset-4 {
        margin-left: 33.33333%;
    }

    div[class*="row-table"] .xs-lg-5 {
        width: 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    div[class*="row-table"] .xs-lg-push-5 {
        left: 41.66667%;
    }

    div[class*="row-table"] .xs-lg-pull-5 {
        right: 41.66667%;
    }

    div[class*="row-table"] .xs-lg-offset-5 {
        margin-left: 41.66667%;
    }

    div[class*="row-table"] .xs-lg-6 {
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    div[class*="row-table"] .xs-lg-push-6 {
        left: 50%;
    }

    div[class*="row-table"] .xs-lg-pull-6 {
        right: 50%;
    }

    div[class*="row-table"] .xs-lg-offset-6 {
        margin-left: 50%;
    }

    div[class*="row-table"] .xs-lg-7 {
        width: 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    div[class*="row-table"] .xs-lg-push-7 {
        left: 58.33333%;
    }

    div[class*="row-table"] .xs-lg-pull-7 {
        right: 58.33333%;
    }

    div[class*="row-table"] .xs-lg-offset-7 {
        margin-left: 58.33333%;
    }

    div[class*="row-table"] .xs-lg-8 {
        width: 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    div[class*="row-table"] .xs-lg-push-8 {
        left: 66.66667%;
    }

    div[class*="row-table"] .xs-lg-pull-8 {
        right: 66.66667%;
    }

    div[class*="row-table"] .xs-lg-offset-8 {
        margin-left: 66.66667%;
    }

    div[class*="row-table"] .xs-lg-9 {
        width: 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    div[class*="row-table"] .xs-lg-push-9 {
        left: 75%;
    }

    div[class*="row-table"] .xs-lg-pull-9 {
        right: 75%;
    }

    div[class*="row-table"] .xs-lg-offset-9 {
        margin-left: 75%;
    }

    div[class*="row-table"] .xs-lg-10 {
        width: 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    div[class*="row-table"] .xs-lg-push-10 {
        left: 83.33333%;
    }

    div[class*="row-table"] .xs-lg-pull-10 {
        right: 83.33333%;
    }

    div[class*="row-table"] .xs-lg-offset-10 {
        margin-left: 83.33333%;
    }

    div[class*="row-table"] .xs-lg-11 {
        width: 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    div[class*="row-table"] .xs-lg-push-11 {
        left: 91.66667%;
    }

    div[class*="row-table"] .xs-lg-pull-11 {
        right: 91.66667%;
    }

    div[class*="row-table"] .xs-lg-offset-11 {
        margin-left: 91.66667%;
    }

    div[class*="row-table"] .xs-lg-12 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    div[class*="row-table"] .xs-lg-push-12 {
        left: 100%;
    }

    div[class*="row-table"] .xs-lg-pull-12 {
        right: 100%;
    }

    div[class*="row-table"] .xs-lg-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1366px) {
    div[class*="row-table"] .xs-xl-1 {
        width: 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    div[class*="row-table"] .xs-xl-push-1 {
        left: 8.33333%;
    }

    div[class*="row-table"] .xs-xl-pull-1 {
        right: 8.33333%;
    }

    div[class*="row-table"] .xs-xl-offset-1 {
        margin-left: 8.33333%;
    }

    div[class*="row-table"] .xs-xl-2 {
        width: 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    div[class*="row-table"] .xs-xl-push-2 {
        left: 16.66667%;
    }

    div[class*="row-table"] .xs-xl-pull-2 {
        right: 16.66667%;
    }

    div[class*="row-table"] .xs-xl-offset-2 {
        margin-left: 16.66667%;
    }

    div[class*="row-table"] .xs-xl-3 {
        width: 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    div[class*="row-table"] .xs-xl-push-3 {
        left: 25%;
    }

    div[class*="row-table"] .xs-xl-pull-3 {
        right: 25%;
    }

    div[class*="row-table"] .xs-xl-offset-3 {
        margin-left: 25%;
    }

    div[class*="row-table"] .xs-xl-4 {
        width: 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    div[class*="row-table"] .xs-xl-push-4 {
        left: 33.33333%;
    }

    div[class*="row-table"] .xs-xl-pull-4 {
        right: 33.33333%;
    }

    div[class*="row-table"] .xs-xl-offset-4 {
        margin-left: 33.33333%;
    }

    div[class*="row-table"] .xs-xl-5 {
        width: 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    div[class*="row-table"] .xs-xl-push-5 {
        left: 41.66667%;
    }

    div[class*="row-table"] .xs-xl-pull-5 {
        right: 41.66667%;
    }

    div[class*="row-table"] .xs-xl-offset-5 {
        margin-left: 41.66667%;
    }

    div[class*="row-table"] .xs-xl-6 {
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    div[class*="row-table"] .xs-xl-push-6 {
        left: 50%;
    }

    div[class*="row-table"] .xs-xl-pull-6 {
        right: 50%;
    }

    div[class*="row-table"] .xs-xl-offset-6 {
        margin-left: 50%;
    }

    div[class*="row-table"] .xs-xl-7 {
        width: 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    div[class*="row-table"] .xs-xl-push-7 {
        left: 58.33333%;
    }

    div[class*="row-table"] .xs-xl-pull-7 {
        right: 58.33333%;
    }

    div[class*="row-table"] .xs-xl-offset-7 {
        margin-left: 58.33333%;
    }

    div[class*="row-table"] .xs-xl-8 {
        width: 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    div[class*="row-table"] .xs-xl-push-8 {
        left: 66.66667%;
    }

    div[class*="row-table"] .xs-xl-pull-8 {
        right: 66.66667%;
    }

    div[class*="row-table"] .xs-xl-offset-8 {
        margin-left: 66.66667%;
    }

    div[class*="row-table"] .xs-xl-9 {
        width: 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    div[class*="row-table"] .xs-xl-push-9 {
        left: 75%;
    }

    div[class*="row-table"] .xs-xl-pull-9 {
        right: 75%;
    }

    div[class*="row-table"] .xs-xl-offset-9 {
        margin-left: 75%;
    }

    div[class*="row-table"] .xs-xl-10 {
        width: 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    div[class*="row-table"] .xs-xl-push-10 {
        left: 83.33333%;
    }

    div[class*="row-table"] .xs-xl-pull-10 {
        right: 83.33333%;
    }

    div[class*="row-table"] .xs-xl-offset-10 {
        margin-left: 83.33333%;
    }

    div[class*="row-table"] .xs-xl-11 {
        width: 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    div[class*="row-table"] .xs-xl-push-11 {
        left: 91.66667%;
    }

    div[class*="row-table"] .xs-xl-pull-11 {
        right: 91.66667%;
    }

    div[class*="row-table"] .xs-xl-offset-11 {
        margin-left: 91.66667%;
    }

    div[class*="row-table"] .xs-xl-12 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    div[class*="row-table"] .xs-xl-push-12 {
        left: 100%;
    }

    div[class*="row-table"] .xs-xl-pull-12 {
        right: 100%;
    }

    div[class*="row-table"] .xs-xl-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1680px) {
    div[class*="row-table"] .xs-xxl-1 {
        width: 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    div[class*="row-table"] .xs-xxl-push-1 {
        left: 8.33333%;
    }

    div[class*="row-table"] .xs-xxl-pull-1 {
        right: 8.33333%;
    }

    div[class*="row-table"] .xs-xxl-offset-1 {
        margin-left: 8.33333%;
    }

    div[class*="row-table"] .xs-xxl-2 {
        width: 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    div[class*="row-table"] .xs-xxl-push-2 {
        left: 16.66667%;
    }

    div[class*="row-table"] .xs-xxl-pull-2 {
        right: 16.66667%;
    }

    div[class*="row-table"] .xs-xxl-offset-2 {
        margin-left: 16.66667%;
    }

    div[class*="row-table"] .xs-xxl-3 {
        width: 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    div[class*="row-table"] .xs-xxl-push-3 {
        left: 25%;
    }

    div[class*="row-table"] .xs-xxl-pull-3 {
        right: 25%;
    }

    div[class*="row-table"] .xs-xxl-offset-3 {
        margin-left: 25%;
    }

    div[class*="row-table"] .xs-xxl-4 {
        width: 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    div[class*="row-table"] .xs-xxl-push-4 {
        left: 33.33333%;
    }

    div[class*="row-table"] .xs-xxl-pull-4 {
        right: 33.33333%;
    }

    div[class*="row-table"] .xs-xxl-offset-4 {
        margin-left: 33.33333%;
    }

    div[class*="row-table"] .xs-xxl-5 {
        width: 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    div[class*="row-table"] .xs-xxl-push-5 {
        left: 41.66667%;
    }

    div[class*="row-table"] .xs-xxl-pull-5 {
        right: 41.66667%;
    }

    div[class*="row-table"] .xs-xxl-offset-5 {
        margin-left: 41.66667%;
    }

    div[class*="row-table"] .xs-xxl-6 {
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    div[class*="row-table"] .xs-xxl-push-6 {
        left: 50%;
    }

    div[class*="row-table"] .xs-xxl-pull-6 {
        right: 50%;
    }

    div[class*="row-table"] .xs-xxl-offset-6 {
        margin-left: 50%;
    }

    div[class*="row-table"] .xs-xxl-7 {
        width: 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    div[class*="row-table"] .xs-xxl-push-7 {
        left: 58.33333%;
    }

    div[class*="row-table"] .xs-xxl-pull-7 {
        right: 58.33333%;
    }

    div[class*="row-table"] .xs-xxl-offset-7 {
        margin-left: 58.33333%;
    }

    div[class*="row-table"] .xs-xxl-8 {
        width: 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    div[class*="row-table"] .xs-xxl-push-8 {
        left: 66.66667%;
    }

    div[class*="row-table"] .xs-xxl-pull-8 {
        right: 66.66667%;
    }

    div[class*="row-table"] .xs-xxl-offset-8 {
        margin-left: 66.66667%;
    }

    div[class*="row-table"] .xs-xxl-9 {
        width: 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    div[class*="row-table"] .xs-xxl-push-9 {
        left: 75%;
    }

    div[class*="row-table"] .xs-xxl-pull-9 {
        right: 75%;
    }

    div[class*="row-table"] .xs-xxl-offset-9 {
        margin-left: 75%;
    }

    div[class*="row-table"] .xs-xxl-10 {
        width: 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    div[class*="row-table"] .xs-xxl-push-10 {
        left: 83.33333%;
    }

    div[class*="row-table"] .xs-xxl-pull-10 {
        right: 83.33333%;
    }

    div[class*="row-table"] .xs-xxl-offset-10 {
        margin-left: 83.33333%;
    }

    div[class*="row-table"] .xs-xxl-11 {
        width: 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    div[class*="row-table"] .xs-xxl-push-11 {
        left: 91.66667%;
    }

    div[class*="row-table"] .xs-xxl-pull-11 {
        right: 91.66667%;
    }

    div[class*="row-table"] .xs-xxl-offset-11 {
        margin-left: 91.66667%;
    }

    div[class*="row-table"] .xs-xxl-12 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    div[class*="row-table"] .xs-xxl-push-12 {
        left: 100%;
    }

    div[class*="row-table"] .xs-xxl-pull-12 {
        right: 100%;
    }

    div[class*="row-table"] .xs-xxl-offset-12 {
        margin-left: 100%;
    }
}

div[class*="row-table"] > div[class*='-phone'],
div[class*="row-table"] > div[class*='-xs'] {
    vertical-align: middle;
    display: table-cell;
    float: none;
}

@media only screen and (min-width: 768px) {
    div[class*="row-table"] .phone-sm-1, div[class*="row-table"] .phone-sm-2, div[class*="row-table"] .phone-sm-3, div[class*="row-table"] .phone-sm-4, div[class*="row-table"] .phone-sm-5, div[class*="row-table"] .phone-sm-6, div[class*="row-table"] .phone-sm-7, div[class*="row-table"] .phone-sm-8, div[class*="row-table"] .phone-sm-9, div[class*="row-table"] .phone-sm-10, div[class*="row-table"] .phone-sm-11, div[class*="row-table"] .phone-sm-12, div[class*="row-table"] .phone-md-1, div[class*="row-table"] .phone-md-2, div[class*="row-table"] .phone-md-3, div[class*="row-table"] .phone-md-4, div[class*="row-table"] .phone-md-5, div[class*="row-table"] .phone-md-6, div[class*="row-table"] .phone-md-7, div[class*="row-table"] .phone-md-8, div[class*="row-table"] .phone-md-9, div[class*="row-table"] .phone-md-10, div[class*="row-table"] .phone-md-11, div[class*="row-table"] .phone-md-12, div[class*="row-table"] .phone-lg-1, div[class*="row-table"] .phone-lg-2, div[class*="row-table"] .phone-lg-3, div[class*="row-table"] .phone-lg-4, div[class*="row-table"] .phone-lg-5, div[class*="row-table"] .phone-lg-6, div[class*="row-table"] .phone-lg-7, div[class*="row-table"] .phone-lg-8, div[class*="row-table"] .phone-lg-9, div[class*="row-table"] .phone-lg-10, div[class*="row-table"] .phone-lg-11, div[class*="row-table"] .phone-lg-12, div[class*="row-table"] .phone-xl-1, div[class*="row-table"] .phone-xl-2, div[class*="row-table"] .phone-xl-3, div[class*="row-table"] .phone-xl-4, div[class*="row-table"] .phone-xl-5, div[class*="row-table"] .phone-xl-6, div[class*="row-table"] .phone-xl-7, div[class*="row-table"] .phone-xl-8, div[class*="row-table"] .phone-xl-9, div[class*="row-table"] .phone-xl-10, div[class*="row-table"] .phone-xl-11, div[class*="row-table"] .phone-xl-12, div[class*="row-table"] .phone-xxl-1, div[class*="row-table"] .phone-xxl-2, div[class*="row-table"] .phone-xxl-3, div[class*="row-table"] .phone-xxl-4, div[class*="row-table"] .phone-xxl-5, div[class*="row-table"] .phone-xxl-6, div[class*="row-table"] .phone-xxl-7, div[class*="row-table"] .phone-xxl-8, div[class*="row-table"] .phone-xxl-9, div[class*="row-table"] .phone-xxl-10, div[class*="row-table"] .phone-xxl-11, div[class*="row-table"] .phone-xxl-12, div[class*="row-table"] .xs-sm-1, div[class*="row-table"] .xs-sm-2, div[class*="row-table"] .xs-sm-3, div[class*="row-table"] .xs-sm-4, div[class*="row-table"] .xs-sm-5, div[class*="row-table"] .xs-sm-6, div[class*="row-table"] .xs-sm-7, div[class*="row-table"] .xs-sm-8, div[class*="row-table"] .xs-sm-9, div[class*="row-table"] .xs-sm-10, div[class*="row-table"] .xs-sm-11, div[class*="row-table"] .xs-sm-12, div[class*="row-table"] .xs-md-1, div[class*="row-table"] .xs-md-2, div[class*="row-table"] .xs-md-3, div[class*="row-table"] .xs-md-4, div[class*="row-table"] .xs-md-5, div[class*="row-table"] .xs-md-6, div[class*="row-table"] .xs-md-7, div[class*="row-table"] .xs-md-8, div[class*="row-table"] .xs-md-9, div[class*="row-table"] .xs-md-10, div[class*="row-table"] .xs-md-11, div[class*="row-table"] .xs-md-12, div[class*="row-table"] .xs-lg-1, div[class*="row-table"] .xs-lg-2, div[class*="row-table"] .xs-lg-3, div[class*="row-table"] .xs-lg-4, div[class*="row-table"] .xs-lg-5, div[class*="row-table"] .xs-lg-6, div[class*="row-table"] .xs-lg-7, div[class*="row-table"] .xs-lg-8, div[class*="row-table"] .xs-lg-9, div[class*="row-table"] .xs-lg-10, div[class*="row-table"] .xs-lg-11, div[class*="row-table"] .xs-lg-12, div[class*="row-table"] .xs-xl-1, div[class*="row-table"] .xs-xl-2, div[class*="row-table"] .xs-xl-3, div[class*="row-table"] .xs-xl-4, div[class*="row-table"] .xs-xl-5, div[class*="row-table"] .xs-xl-6, div[class*="row-table"] .xs-xl-7, div[class*="row-table"] .xs-xl-8, div[class*="row-table"] .xs-xl-9, div[class*="row-table"] .xs-xl-10, div[class*="row-table"] .xs-xl-11, div[class*="row-table"] .xs-xl-12, div[class*="row-table"] .xs-xxl-1, div[class*="row-table"] .xs-xxl-2, div[class*="row-table"] .xs-xxl-3, div[class*="row-table"] .xs-xxl-4, div[class*="row-table"] .xs-xxl-5, div[class*="row-table"] .xs-xxl-6, div[class*="row-table"] .xs-xxl-7, div[class*="row-table"] .xs-xxl-8, div[class*="row-table"] .xs-xxl-9, div[class*="row-table"] .xs-xxl-10, div[class*="row-table"] .xs-xxl-11, div[class*="row-table"] .xs-xxl-12, div[class*="row-table"] .tablet-sm-1, div[class*="row-table"] .tablet-sm-2, div[class*="row-table"] .tablet-sm-3, div[class*="row-table"] .tablet-sm-4, div[class*="row-table"] .tablet-sm-5, div[class*="row-table"] .tablet-sm-6, div[class*="row-table"] .tablet-sm-7, div[class*="row-table"] .tablet-sm-8, div[class*="row-table"] .tablet-sm-9, div[class*="row-table"] .tablet-sm-10, div[class*="row-table"] .tablet-sm-11, div[class*="row-table"] .tablet-sm-12, div[class*="row-table"] .tablet-md-1, div[class*="row-table"] .tablet-md-2, div[class*="row-table"] .tablet-md-3, div[class*="row-table"] .tablet-md-4, div[class*="row-table"] .tablet-md-5, div[class*="row-table"] .tablet-md-6, div[class*="row-table"] .tablet-md-7, div[class*="row-table"] .tablet-md-8, div[class*="row-table"] .tablet-md-9, div[class*="row-table"] .tablet-md-10, div[class*="row-table"] .tablet-md-11, div[class*="row-table"] .tablet-md-12, div[class*="row-table"] .tablet-lg-1, div[class*="row-table"] .tablet-lg-2, div[class*="row-table"] .tablet-lg-3, div[class*="row-table"] .tablet-lg-4, div[class*="row-table"] .tablet-lg-5, div[class*="row-table"] .tablet-lg-6, div[class*="row-table"] .tablet-lg-7, div[class*="row-table"] .tablet-lg-8, div[class*="row-table"] .tablet-lg-9, div[class*="row-table"] .tablet-lg-10, div[class*="row-table"] .tablet-lg-11, div[class*="row-table"] .tablet-lg-12, div[class*="row-table"] .tablet-xl-1, div[class*="row-table"] .tablet-xl-2, div[class*="row-table"] .tablet-xl-3, div[class*="row-table"] .tablet-xl-4, div[class*="row-table"] .tablet-xl-5, div[class*="row-table"] .tablet-xl-6, div[class*="row-table"] .tablet-xl-7, div[class*="row-table"] .tablet-xl-8, div[class*="row-table"] .tablet-xl-9, div[class*="row-table"] .tablet-xl-10, div[class*="row-table"] .tablet-xl-11, div[class*="row-table"] .tablet-xl-12, div[class*="row-table"] .tablet-xxl-1, div[class*="row-table"] .tablet-xxl-2, div[class*="row-table"] .tablet-xxl-3, div[class*="row-table"] .tablet-xxl-4, div[class*="row-table"] .tablet-xxl-5, div[class*="row-table"] .tablet-xxl-6, div[class*="row-table"] .tablet-xxl-7, div[class*="row-table"] .tablet-xxl-8, div[class*="row-table"] .tablet-xxl-9, div[class*="row-table"] .tablet-xxl-10, div[class*="row-table"] .tablet-xxl-11, div[class*="row-table"] .tablet-xxl-12, div[class*="row-table"] .sm-sm-1, div[class*="row-table"] .sm-sm-2, div[class*="row-table"] .sm-sm-3, div[class*="row-table"] .sm-sm-4, div[class*="row-table"] .sm-sm-5, div[class*="row-table"] .sm-sm-6, div[class*="row-table"] .sm-sm-7, div[class*="row-table"] .sm-sm-8, div[class*="row-table"] .sm-sm-9, div[class*="row-table"] .sm-sm-10, div[class*="row-table"] .sm-sm-11, div[class*="row-table"] .sm-sm-12, div[class*="row-table"] .sm-md-1, div[class*="row-table"] .sm-md-2, div[class*="row-table"] .sm-md-3, div[class*="row-table"] .sm-md-4, div[class*="row-table"] .sm-md-5, div[class*="row-table"] .sm-md-6, div[class*="row-table"] .sm-md-7, div[class*="row-table"] .sm-md-8, div[class*="row-table"] .sm-md-9, div[class*="row-table"] .sm-md-10, div[class*="row-table"] .sm-md-11, div[class*="row-table"] .sm-md-12, div[class*="row-table"] .sm-lg-1, div[class*="row-table"] .sm-lg-2, div[class*="row-table"] .sm-lg-3, div[class*="row-table"] .sm-lg-4, div[class*="row-table"] .sm-lg-5, div[class*="row-table"] .sm-lg-6, div[class*="row-table"] .sm-lg-7, div[class*="row-table"] .sm-lg-8, div[class*="row-table"] .sm-lg-9, div[class*="row-table"] .sm-lg-10, div[class*="row-table"] .sm-lg-11, div[class*="row-table"] .sm-lg-12, div[class*="row-table"] .sm-xl-1, div[class*="row-table"] .sm-xl-2, div[class*="row-table"] .sm-xl-3, div[class*="row-table"] .sm-xl-4, div[class*="row-table"] .sm-xl-5, div[class*="row-table"] .sm-xl-6, div[class*="row-table"] .sm-xl-7, div[class*="row-table"] .sm-xl-8, div[class*="row-table"] .sm-xl-9, div[class*="row-table"] .sm-xl-10, div[class*="row-table"] .sm-xl-11, div[class*="row-table"] .sm-xl-12, div[class*="row-table"] .sm-xxl-1, div[class*="row-table"] .sm-xxl-2, div[class*="row-table"] .sm-xxl-3, div[class*="row-table"] .sm-xxl-4, div[class*="row-table"] .sm-xxl-5, div[class*="row-table"] .sm-xxl-6, div[class*="row-table"] .sm-xxl-7, div[class*="row-table"] .sm-xxl-8, div[class*="row-table"] .sm-xxl-9, div[class*="row-table"] .sm-xxl-10, div[class*="row-table"] .sm-xxl-11, div[class*="row-table"] .sm-xxl-12, div[class*="row-table"] .md-sm-1, div[class*="row-table"] .md-sm-2, div[class*="row-table"] .md-sm-3, div[class*="row-table"] .md-sm-4, div[class*="row-table"] .md-sm-5, div[class*="row-table"] .md-sm-6, div[class*="row-table"] .md-sm-7, div[class*="row-table"] .md-sm-8, div[class*="row-table"] .md-sm-9, div[class*="row-table"] .md-sm-10, div[class*="row-table"] .md-sm-11, div[class*="row-table"] .md-sm-12, div[class*="row-table"] .md-md-1, div[class*="row-table"] .md-md-2, div[class*="row-table"] .md-md-3, div[class*="row-table"] .md-md-4, div[class*="row-table"] .md-md-5, div[class*="row-table"] .md-md-6, div[class*="row-table"] .md-md-7, div[class*="row-table"] .md-md-8, div[class*="row-table"] .md-md-9, div[class*="row-table"] .md-md-10, div[class*="row-table"] .md-md-11, div[class*="row-table"] .md-md-12, div[class*="row-table"] .md-lg-1, div[class*="row-table"] .md-lg-2, div[class*="row-table"] .md-lg-3, div[class*="row-table"] .md-lg-4, div[class*="row-table"] .md-lg-5, div[class*="row-table"] .md-lg-6, div[class*="row-table"] .md-lg-7, div[class*="row-table"] .md-lg-8, div[class*="row-table"] .md-lg-9, div[class*="row-table"] .md-lg-10, div[class*="row-table"] .md-lg-11, div[class*="row-table"] .md-lg-12, div[class*="row-table"] .md-xl-1, div[class*="row-table"] .md-xl-2, div[class*="row-table"] .md-xl-3, div[class*="row-table"] .md-xl-4, div[class*="row-table"] .md-xl-5, div[class*="row-table"] .md-xl-6, div[class*="row-table"] .md-xl-7, div[class*="row-table"] .md-xl-8, div[class*="row-table"] .md-xl-9, div[class*="row-table"] .md-xl-10, div[class*="row-table"] .md-xl-11, div[class*="row-table"] .md-xl-12, div[class*="row-table"] .md-xxl-1, div[class*="row-table"] .md-xxl-2, div[class*="row-table"] .md-xxl-3, div[class*="row-table"] .md-xxl-4, div[class*="row-table"] .md-xxl-5, div[class*="row-table"] .md-xxl-6, div[class*="row-table"] .md-xxl-7, div[class*="row-table"] .md-xxl-8, div[class*="row-table"] .md-xxl-9, div[class*="row-table"] .md-xxl-10, div[class*="row-table"] .md-xxl-11, div[class*="row-table"] .md-xxl-12, div[class*="row-table"] .col-fixed-sm-1, div[class*="row-table"] .col-fixed-sm-2, div[class*="row-table"] .col-fixed-sm-3, div[class*="row-table"] .col-fixed-sm-4, div[class*="row-table"] .col-fixed-sm-5, div[class*="row-table"] .col-fixed-sm-6, div[class*="row-table"] .col-fixed-sm-7, div[class*="row-table"] .col-fixed-sm-8, div[class*="row-table"] .col-fixed-sm-9, div[class*="row-table"] .col-fixed-sm-10, div[class*="row-table"] .col-fixed-sm-11, div[class*="row-table"] .col-fixed-sm-12, div[class*="row-table"] .col-fixed-md-1, div[class*="row-table"] .col-fixed-md-2, div[class*="row-table"] .col-fixed-md-3, div[class*="row-table"] .col-fixed-md-4, div[class*="row-table"] .col-fixed-md-5, div[class*="row-table"] .col-fixed-md-6, div[class*="row-table"] .col-fixed-md-7, div[class*="row-table"] .col-fixed-md-8, div[class*="row-table"] .col-fixed-md-9, div[class*="row-table"] .col-fixed-md-10, div[class*="row-table"] .col-fixed-md-11, div[class*="row-table"] .col-fixed-md-12, div[class*="row-table"] .col-fixed-lg-1, div[class*="row-table"] .col-fixed-lg-2, div[class*="row-table"] .col-fixed-lg-3, div[class*="row-table"] .col-fixed-lg-4, div[class*="row-table"] .col-fixed-lg-5, div[class*="row-table"] .col-fixed-lg-6, div[class*="row-table"] .col-fixed-lg-7, div[class*="row-table"] .col-fixed-lg-8, div[class*="row-table"] .col-fixed-lg-9, div[class*="row-table"] .col-fixed-lg-10, div[class*="row-table"] .col-fixed-lg-11, div[class*="row-table"] .col-fixed-lg-12, div[class*="row-table"] .col-fixed-xl-1, div[class*="row-table"] .col-fixed-xl-2, div[class*="row-table"] .col-fixed-xl-3, div[class*="row-table"] .col-fixed-xl-4, div[class*="row-table"] .col-fixed-xl-5, div[class*="row-table"] .col-fixed-xl-6, div[class*="row-table"] .col-fixed-xl-7, div[class*="row-table"] .col-fixed-xl-8, div[class*="row-table"] .col-fixed-xl-9, div[class*="row-table"] .col-fixed-xl-10, div[class*="row-table"] .col-fixed-xl-11, div[class*="row-table"] .col-fixed-xl-12, div[class*="row-table"] .col-fixed-xxl-1, div[class*="row-table"] .col-fixed-xxl-2, div[class*="row-table"] .col-fixed-xxl-3, div[class*="row-table"] .col-fixed-xxl-4, div[class*="row-table"] .col-fixed-xxl-5, div[class*="row-table"] .col-fixed-xxl-6, div[class*="row-table"] .col-fixed-xxl-7, div[class*="row-table"] .col-fixed-xxl-8, div[class*="row-table"] .col-fixed-xxl-9, div[class*="row-table"] .col-fixed-xxl-10, div[class*="row-table"] .col-fixed-xxl-11, div[class*="row-table"] .col-fixed-xxl-12, div[class*="row-table"] .span-sm-1, div[class*="row-table"] .span-sm-2, div[class*="row-table"] .span-sm-3, div[class*="row-table"] .span-sm-4, div[class*="row-table"] .span-sm-5, div[class*="row-table"] .span-sm-6, div[class*="row-table"] .span-sm-7, div[class*="row-table"] .span-sm-8, div[class*="row-table"] .span-sm-9, div[class*="row-table"] .span-sm-10, div[class*="row-table"] .span-sm-11, div[class*="row-table"] .span-sm-12, div[class*="row-table"] .span-md-1, div[class*="row-table"] .span-md-2, div[class*="row-table"] .span-md-3, div[class*="row-table"] .span-md-4, div[class*="row-table"] .span-md-5, div[class*="row-table"] .span-md-6, div[class*="row-table"] .span-md-7, div[class*="row-table"] .span-md-8, div[class*="row-table"] .span-md-9, div[class*="row-table"] .span-md-10, div[class*="row-table"] .span-md-11, div[class*="row-table"] .span-md-12, div[class*="row-table"] .span-lg-1, div[class*="row-table"] .span-lg-2, div[class*="row-table"] .span-lg-3, div[class*="row-table"] .span-lg-4, div[class*="row-table"] .span-lg-5, div[class*="row-table"] .span-lg-6, div[class*="row-table"] .span-lg-7, div[class*="row-table"] .span-lg-8, div[class*="row-table"] .span-lg-9, div[class*="row-table"] .span-lg-10, div[class*="row-table"] .span-lg-11, div[class*="row-table"] .span-lg-12, div[class*="row-table"] .span-xl-1, div[class*="row-table"] .span-xl-2, div[class*="row-table"] .span-xl-3, div[class*="row-table"] .span-xl-4, div[class*="row-table"] .span-xl-5, div[class*="row-table"] .span-xl-6, div[class*="row-table"] .span-xl-7, div[class*="row-table"] .span-xl-8, div[class*="row-table"] .span-xl-9, div[class*="row-table"] .span-xl-10, div[class*="row-table"] .span-xl-11, div[class*="row-table"] .span-xl-12, div[class*="row-table"] .span-xxl-1, div[class*="row-table"] .span-xxl-2, div[class*="row-table"] .span-xxl-3, div[class*="row-table"] .span-xxl-4, div[class*="row-table"] .span-xxl-5, div[class*="row-table"] .span-xxl-6, div[class*="row-table"] .span-xxl-7, div[class*="row-table"] .span-xxl-8, div[class*="row-table"] .span-xxl-9, div[class*="row-table"] .span-xxl-10, div[class*="row-table"] .span-xxl-11, div[class*="row-table"] .span-xxl-12 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        float: left;
    }
}

@media only screen and (min-width: 768px) and (min-width: 576px) {
    div[class*="row-table"] .tablet-sm-1 {
        width: 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    div[class*="row-table"] .tablet-sm-push-1 {
        left: 8.33333%;
    }

    div[class*="row-table"] .tablet-sm-pull-1 {
        right: 8.33333%;
    }

    div[class*="row-table"] .tablet-sm-offset-1 {
        margin-left: 8.33333%;
    }

    div[class*="row-table"] .tablet-sm-2 {
        width: 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    div[class*="row-table"] .tablet-sm-push-2 {
        left: 16.66667%;
    }

    div[class*="row-table"] .tablet-sm-pull-2 {
        right: 16.66667%;
    }

    div[class*="row-table"] .tablet-sm-offset-2 {
        margin-left: 16.66667%;
    }

    div[class*="row-table"] .tablet-sm-3 {
        width: 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    div[class*="row-table"] .tablet-sm-push-3 {
        left: 25%;
    }

    div[class*="row-table"] .tablet-sm-pull-3 {
        right: 25%;
    }

    div[class*="row-table"] .tablet-sm-offset-3 {
        margin-left: 25%;
    }

    div[class*="row-table"] .tablet-sm-4 {
        width: 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    div[class*="row-table"] .tablet-sm-push-4 {
        left: 33.33333%;
    }

    div[class*="row-table"] .tablet-sm-pull-4 {
        right: 33.33333%;
    }

    div[class*="row-table"] .tablet-sm-offset-4 {
        margin-left: 33.33333%;
    }

    div[class*="row-table"] .tablet-sm-5 {
        width: 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    div[class*="row-table"] .tablet-sm-push-5 {
        left: 41.66667%;
    }

    div[class*="row-table"] .tablet-sm-pull-5 {
        right: 41.66667%;
    }

    div[class*="row-table"] .tablet-sm-offset-5 {
        margin-left: 41.66667%;
    }

    div[class*="row-table"] .tablet-sm-6 {
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    div[class*="row-table"] .tablet-sm-push-6 {
        left: 50%;
    }

    div[class*="row-table"] .tablet-sm-pull-6 {
        right: 50%;
    }

    div[class*="row-table"] .tablet-sm-offset-6 {
        margin-left: 50%;
    }

    div[class*="row-table"] .tablet-sm-7 {
        width: 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    div[class*="row-table"] .tablet-sm-push-7 {
        left: 58.33333%;
    }

    div[class*="row-table"] .tablet-sm-pull-7 {
        right: 58.33333%;
    }

    div[class*="row-table"] .tablet-sm-offset-7 {
        margin-left: 58.33333%;
    }

    div[class*="row-table"] .tablet-sm-8 {
        width: 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    div[class*="row-table"] .tablet-sm-push-8 {
        left: 66.66667%;
    }

    div[class*="row-table"] .tablet-sm-pull-8 {
        right: 66.66667%;
    }

    div[class*="row-table"] .tablet-sm-offset-8 {
        margin-left: 66.66667%;
    }

    div[class*="row-table"] .tablet-sm-9 {
        width: 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    div[class*="row-table"] .tablet-sm-push-9 {
        left: 75%;
    }

    div[class*="row-table"] .tablet-sm-pull-9 {
        right: 75%;
    }

    div[class*="row-table"] .tablet-sm-offset-9 {
        margin-left: 75%;
    }

    div[class*="row-table"] .tablet-sm-10 {
        width: 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    div[class*="row-table"] .tablet-sm-push-10 {
        left: 83.33333%;
    }

    div[class*="row-table"] .tablet-sm-pull-10 {
        right: 83.33333%;
    }

    div[class*="row-table"] .tablet-sm-offset-10 {
        margin-left: 83.33333%;
    }

    div[class*="row-table"] .tablet-sm-11 {
        width: 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    div[class*="row-table"] .tablet-sm-push-11 {
        left: 91.66667%;
    }

    div[class*="row-table"] .tablet-sm-pull-11 {
        right: 91.66667%;
    }

    div[class*="row-table"] .tablet-sm-offset-11 {
        margin-left: 91.66667%;
    }

    div[class*="row-table"] .tablet-sm-12 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    div[class*="row-table"] .tablet-sm-push-12 {
        left: 100%;
    }

    div[class*="row-table"] .tablet-sm-pull-12 {
        right: 100%;
    }

    div[class*="row-table"] .tablet-sm-offset-12 {
        margin-left: 100%;
    }
}

@media only screen and (min-width: 768px) and (min-width: 768px) {
    div[class*="row-table"] .tablet-md-1 {
        width: 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    div[class*="row-table"] .tablet-md-push-1 {
        left: 8.33333%;
    }

    div[class*="row-table"] .tablet-md-pull-1 {
        right: 8.33333%;
    }

    div[class*="row-table"] .tablet-md-offset-1 {
        margin-left: 8.33333%;
    }

    div[class*="row-table"] .tablet-md-2 {
        width: 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    div[class*="row-table"] .tablet-md-push-2 {
        left: 16.66667%;
    }

    div[class*="row-table"] .tablet-md-pull-2 {
        right: 16.66667%;
    }

    div[class*="row-table"] .tablet-md-offset-2 {
        margin-left: 16.66667%;
    }

    div[class*="row-table"] .tablet-md-3 {
        width: 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    div[class*="row-table"] .tablet-md-push-3 {
        left: 25%;
    }

    div[class*="row-table"] .tablet-md-pull-3 {
        right: 25%;
    }

    div[class*="row-table"] .tablet-md-offset-3 {
        margin-left: 25%;
    }

    div[class*="row-table"] .tablet-md-4 {
        width: 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    div[class*="row-table"] .tablet-md-push-4 {
        left: 33.33333%;
    }

    div[class*="row-table"] .tablet-md-pull-4 {
        right: 33.33333%;
    }

    div[class*="row-table"] .tablet-md-offset-4 {
        margin-left: 33.33333%;
    }

    div[class*="row-table"] .tablet-md-5 {
        width: 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    div[class*="row-table"] .tablet-md-push-5 {
        left: 41.66667%;
    }

    div[class*="row-table"] .tablet-md-pull-5 {
        right: 41.66667%;
    }

    div[class*="row-table"] .tablet-md-offset-5 {
        margin-left: 41.66667%;
    }

    div[class*="row-table"] .tablet-md-6 {
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    div[class*="row-table"] .tablet-md-push-6 {
        left: 50%;
    }

    div[class*="row-table"] .tablet-md-pull-6 {
        right: 50%;
    }

    div[class*="row-table"] .tablet-md-offset-6 {
        margin-left: 50%;
    }

    div[class*="row-table"] .tablet-md-7 {
        width: 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    div[class*="row-table"] .tablet-md-push-7 {
        left: 58.33333%;
    }

    div[class*="row-table"] .tablet-md-pull-7 {
        right: 58.33333%;
    }

    div[class*="row-table"] .tablet-md-offset-7 {
        margin-left: 58.33333%;
    }

    div[class*="row-table"] .tablet-md-8 {
        width: 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    div[class*="row-table"] .tablet-md-push-8 {
        left: 66.66667%;
    }

    div[class*="row-table"] .tablet-md-pull-8 {
        right: 66.66667%;
    }

    div[class*="row-table"] .tablet-md-offset-8 {
        margin-left: 66.66667%;
    }

    div[class*="row-table"] .tablet-md-9 {
        width: 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    div[class*="row-table"] .tablet-md-push-9 {
        left: 75%;
    }

    div[class*="row-table"] .tablet-md-pull-9 {
        right: 75%;
    }

    div[class*="row-table"] .tablet-md-offset-9 {
        margin-left: 75%;
    }

    div[class*="row-table"] .tablet-md-10 {
        width: 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    div[class*="row-table"] .tablet-md-push-10 {
        left: 83.33333%;
    }

    div[class*="row-table"] .tablet-md-pull-10 {
        right: 83.33333%;
    }

    div[class*="row-table"] .tablet-md-offset-10 {
        margin-left: 83.33333%;
    }

    div[class*="row-table"] .tablet-md-11 {
        width: 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    div[class*="row-table"] .tablet-md-push-11 {
        left: 91.66667%;
    }

    div[class*="row-table"] .tablet-md-pull-11 {
        right: 91.66667%;
    }

    div[class*="row-table"] .tablet-md-offset-11 {
        margin-left: 91.66667%;
    }

    div[class*="row-table"] .tablet-md-12 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    div[class*="row-table"] .tablet-md-push-12 {
        left: 100%;
    }

    div[class*="row-table"] .tablet-md-pull-12 {
        right: 100%;
    }

    div[class*="row-table"] .tablet-md-offset-12 {
        margin-left: 100%;
    }
}

@media only screen and (min-width: 768px) and (min-width: 1025px) {
    div[class*="row-table"] .tablet-lg-1 {
        width: 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    div[class*="row-table"] .tablet-lg-push-1 {
        left: 8.33333%;
    }

    div[class*="row-table"] .tablet-lg-pull-1 {
        right: 8.33333%;
    }

    div[class*="row-table"] .tablet-lg-offset-1 {
        margin-left: 8.33333%;
    }

    div[class*="row-table"] .tablet-lg-2 {
        width: 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    div[class*="row-table"] .tablet-lg-push-2 {
        left: 16.66667%;
    }

    div[class*="row-table"] .tablet-lg-pull-2 {
        right: 16.66667%;
    }

    div[class*="row-table"] .tablet-lg-offset-2 {
        margin-left: 16.66667%;
    }

    div[class*="row-table"] .tablet-lg-3 {
        width: 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    div[class*="row-table"] .tablet-lg-push-3 {
        left: 25%;
    }

    div[class*="row-table"] .tablet-lg-pull-3 {
        right: 25%;
    }

    div[class*="row-table"] .tablet-lg-offset-3 {
        margin-left: 25%;
    }

    div[class*="row-table"] .tablet-lg-4 {
        width: 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    div[class*="row-table"] .tablet-lg-push-4 {
        left: 33.33333%;
    }

    div[class*="row-table"] .tablet-lg-pull-4 {
        right: 33.33333%;
    }

    div[class*="row-table"] .tablet-lg-offset-4 {
        margin-left: 33.33333%;
    }

    div[class*="row-table"] .tablet-lg-5 {
        width: 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    div[class*="row-table"] .tablet-lg-push-5 {
        left: 41.66667%;
    }

    div[class*="row-table"] .tablet-lg-pull-5 {
        right: 41.66667%;
    }

    div[class*="row-table"] .tablet-lg-offset-5 {
        margin-left: 41.66667%;
    }

    div[class*="row-table"] .tablet-lg-6 {
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    div[class*="row-table"] .tablet-lg-push-6 {
        left: 50%;
    }

    div[class*="row-table"] .tablet-lg-pull-6 {
        right: 50%;
    }

    div[class*="row-table"] .tablet-lg-offset-6 {
        margin-left: 50%;
    }

    div[class*="row-table"] .tablet-lg-7 {
        width: 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    div[class*="row-table"] .tablet-lg-push-7 {
        left: 58.33333%;
    }

    div[class*="row-table"] .tablet-lg-pull-7 {
        right: 58.33333%;
    }

    div[class*="row-table"] .tablet-lg-offset-7 {
        margin-left: 58.33333%;
    }

    div[class*="row-table"] .tablet-lg-8 {
        width: 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    div[class*="row-table"] .tablet-lg-push-8 {
        left: 66.66667%;
    }

    div[class*="row-table"] .tablet-lg-pull-8 {
        right: 66.66667%;
    }

    div[class*="row-table"] .tablet-lg-offset-8 {
        margin-left: 66.66667%;
    }

    div[class*="row-table"] .tablet-lg-9 {
        width: 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    div[class*="row-table"] .tablet-lg-push-9 {
        left: 75%;
    }

    div[class*="row-table"] .tablet-lg-pull-9 {
        right: 75%;
    }

    div[class*="row-table"] .tablet-lg-offset-9 {
        margin-left: 75%;
    }

    div[class*="row-table"] .tablet-lg-10 {
        width: 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    div[class*="row-table"] .tablet-lg-push-10 {
        left: 83.33333%;
    }

    div[class*="row-table"] .tablet-lg-pull-10 {
        right: 83.33333%;
    }

    div[class*="row-table"] .tablet-lg-offset-10 {
        margin-left: 83.33333%;
    }

    div[class*="row-table"] .tablet-lg-11 {
        width: 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    div[class*="row-table"] .tablet-lg-push-11 {
        left: 91.66667%;
    }

    div[class*="row-table"] .tablet-lg-pull-11 {
        right: 91.66667%;
    }

    div[class*="row-table"] .tablet-lg-offset-11 {
        margin-left: 91.66667%;
    }

    div[class*="row-table"] .tablet-lg-12 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    div[class*="row-table"] .tablet-lg-push-12 {
        left: 100%;
    }

    div[class*="row-table"] .tablet-lg-pull-12 {
        right: 100%;
    }

    div[class*="row-table"] .tablet-lg-offset-12 {
        margin-left: 100%;
    }
}

@media only screen and (min-width: 768px) and (min-width: 1366px) {
    div[class*="row-table"] .tablet-xl-1 {
        width: 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    div[class*="row-table"] .tablet-xl-push-1 {
        left: 8.33333%;
    }

    div[class*="row-table"] .tablet-xl-pull-1 {
        right: 8.33333%;
    }

    div[class*="row-table"] .tablet-xl-offset-1 {
        margin-left: 8.33333%;
    }

    div[class*="row-table"] .tablet-xl-2 {
        width: 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    div[class*="row-table"] .tablet-xl-push-2 {
        left: 16.66667%;
    }

    div[class*="row-table"] .tablet-xl-pull-2 {
        right: 16.66667%;
    }

    div[class*="row-table"] .tablet-xl-offset-2 {
        margin-left: 16.66667%;
    }

    div[class*="row-table"] .tablet-xl-3 {
        width: 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    div[class*="row-table"] .tablet-xl-push-3 {
        left: 25%;
    }

    div[class*="row-table"] .tablet-xl-pull-3 {
        right: 25%;
    }

    div[class*="row-table"] .tablet-xl-offset-3 {
        margin-left: 25%;
    }

    div[class*="row-table"] .tablet-xl-4 {
        width: 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    div[class*="row-table"] .tablet-xl-push-4 {
        left: 33.33333%;
    }

    div[class*="row-table"] .tablet-xl-pull-4 {
        right: 33.33333%;
    }

    div[class*="row-table"] .tablet-xl-offset-4 {
        margin-left: 33.33333%;
    }

    div[class*="row-table"] .tablet-xl-5 {
        width: 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    div[class*="row-table"] .tablet-xl-push-5 {
        left: 41.66667%;
    }

    div[class*="row-table"] .tablet-xl-pull-5 {
        right: 41.66667%;
    }

    div[class*="row-table"] .tablet-xl-offset-5 {
        margin-left: 41.66667%;
    }

    div[class*="row-table"] .tablet-xl-6 {
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    div[class*="row-table"] .tablet-xl-push-6 {
        left: 50%;
    }

    div[class*="row-table"] .tablet-xl-pull-6 {
        right: 50%;
    }

    div[class*="row-table"] .tablet-xl-offset-6 {
        margin-left: 50%;
    }

    div[class*="row-table"] .tablet-xl-7 {
        width: 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    div[class*="row-table"] .tablet-xl-push-7 {
        left: 58.33333%;
    }

    div[class*="row-table"] .tablet-xl-pull-7 {
        right: 58.33333%;
    }

    div[class*="row-table"] .tablet-xl-offset-7 {
        margin-left: 58.33333%;
    }

    div[class*="row-table"] .tablet-xl-8 {
        width: 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    div[class*="row-table"] .tablet-xl-push-8 {
        left: 66.66667%;
    }

    div[class*="row-table"] .tablet-xl-pull-8 {
        right: 66.66667%;
    }

    div[class*="row-table"] .tablet-xl-offset-8 {
        margin-left: 66.66667%;
    }

    div[class*="row-table"] .tablet-xl-9 {
        width: 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    div[class*="row-table"] .tablet-xl-push-9 {
        left: 75%;
    }

    div[class*="row-table"] .tablet-xl-pull-9 {
        right: 75%;
    }

    div[class*="row-table"] .tablet-xl-offset-9 {
        margin-left: 75%;
    }

    div[class*="row-table"] .tablet-xl-10 {
        width: 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    div[class*="row-table"] .tablet-xl-push-10 {
        left: 83.33333%;
    }

    div[class*="row-table"] .tablet-xl-pull-10 {
        right: 83.33333%;
    }

    div[class*="row-table"] .tablet-xl-offset-10 {
        margin-left: 83.33333%;
    }

    div[class*="row-table"] .tablet-xl-11 {
        width: 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    div[class*="row-table"] .tablet-xl-push-11 {
        left: 91.66667%;
    }

    div[class*="row-table"] .tablet-xl-pull-11 {
        right: 91.66667%;
    }

    div[class*="row-table"] .tablet-xl-offset-11 {
        margin-left: 91.66667%;
    }

    div[class*="row-table"] .tablet-xl-12 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    div[class*="row-table"] .tablet-xl-push-12 {
        left: 100%;
    }

    div[class*="row-table"] .tablet-xl-pull-12 {
        right: 100%;
    }

    div[class*="row-table"] .tablet-xl-offset-12 {
        margin-left: 100%;
    }
}

@media only screen and (min-width: 768px) and (min-width: 1680px) {
    div[class*="row-table"] .tablet-xxl-1 {
        width: 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    div[class*="row-table"] .tablet-xxl-push-1 {
        left: 8.33333%;
    }

    div[class*="row-table"] .tablet-xxl-pull-1 {
        right: 8.33333%;
    }

    div[class*="row-table"] .tablet-xxl-offset-1 {
        margin-left: 8.33333%;
    }

    div[class*="row-table"] .tablet-xxl-2 {
        width: 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    div[class*="row-table"] .tablet-xxl-push-2 {
        left: 16.66667%;
    }

    div[class*="row-table"] .tablet-xxl-pull-2 {
        right: 16.66667%;
    }

    div[class*="row-table"] .tablet-xxl-offset-2 {
        margin-left: 16.66667%;
    }

    div[class*="row-table"] .tablet-xxl-3 {
        width: 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    div[class*="row-table"] .tablet-xxl-push-3 {
        left: 25%;
    }

    div[class*="row-table"] .tablet-xxl-pull-3 {
        right: 25%;
    }

    div[class*="row-table"] .tablet-xxl-offset-3 {
        margin-left: 25%;
    }

    div[class*="row-table"] .tablet-xxl-4 {
        width: 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    div[class*="row-table"] .tablet-xxl-push-4 {
        left: 33.33333%;
    }

    div[class*="row-table"] .tablet-xxl-pull-4 {
        right: 33.33333%;
    }

    div[class*="row-table"] .tablet-xxl-offset-4 {
        margin-left: 33.33333%;
    }

    div[class*="row-table"] .tablet-xxl-5 {
        width: 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    div[class*="row-table"] .tablet-xxl-push-5 {
        left: 41.66667%;
    }

    div[class*="row-table"] .tablet-xxl-pull-5 {
        right: 41.66667%;
    }

    div[class*="row-table"] .tablet-xxl-offset-5 {
        margin-left: 41.66667%;
    }

    div[class*="row-table"] .tablet-xxl-6 {
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    div[class*="row-table"] .tablet-xxl-push-6 {
        left: 50%;
    }

    div[class*="row-table"] .tablet-xxl-pull-6 {
        right: 50%;
    }

    div[class*="row-table"] .tablet-xxl-offset-6 {
        margin-left: 50%;
    }

    div[class*="row-table"] .tablet-xxl-7 {
        width: 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    div[class*="row-table"] .tablet-xxl-push-7 {
        left: 58.33333%;
    }

    div[class*="row-table"] .tablet-xxl-pull-7 {
        right: 58.33333%;
    }

    div[class*="row-table"] .tablet-xxl-offset-7 {
        margin-left: 58.33333%;
    }

    div[class*="row-table"] .tablet-xxl-8 {
        width: 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    div[class*="row-table"] .tablet-xxl-push-8 {
        left: 66.66667%;
    }

    div[class*="row-table"] .tablet-xxl-pull-8 {
        right: 66.66667%;
    }

    div[class*="row-table"] .tablet-xxl-offset-8 {
        margin-left: 66.66667%;
    }

    div[class*="row-table"] .tablet-xxl-9 {
        width: 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    div[class*="row-table"] .tablet-xxl-push-9 {
        left: 75%;
    }

    div[class*="row-table"] .tablet-xxl-pull-9 {
        right: 75%;
    }

    div[class*="row-table"] .tablet-xxl-offset-9 {
        margin-left: 75%;
    }

    div[class*="row-table"] .tablet-xxl-10 {
        width: 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    div[class*="row-table"] .tablet-xxl-push-10 {
        left: 83.33333%;
    }

    div[class*="row-table"] .tablet-xxl-pull-10 {
        right: 83.33333%;
    }

    div[class*="row-table"] .tablet-xxl-offset-10 {
        margin-left: 83.33333%;
    }

    div[class*="row-table"] .tablet-xxl-11 {
        width: 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    div[class*="row-table"] .tablet-xxl-push-11 {
        left: 91.66667%;
    }

    div[class*="row-table"] .tablet-xxl-pull-11 {
        right: 91.66667%;
    }

    div[class*="row-table"] .tablet-xxl-offset-11 {
        margin-left: 91.66667%;
    }

    div[class*="row-table"] .tablet-xxl-12 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    div[class*="row-table"] .tablet-xxl-push-12 {
        left: 100%;
    }

    div[class*="row-table"] .tablet-xxl-pull-12 {
        right: 100%;
    }

    div[class*="row-table"] .tablet-xxl-offset-12 {
        margin-left: 100%;
    }
}

@media only screen and (min-width: 768px) {
    div[class*="row-table"] .phone-sm-1, div[class*="row-table"] .phone-sm-2, div[class*="row-table"] .phone-sm-3, div[class*="row-table"] .phone-sm-4, div[class*="row-table"] .phone-sm-5, div[class*="row-table"] .phone-sm-6, div[class*="row-table"] .phone-sm-7, div[class*="row-table"] .phone-sm-8, div[class*="row-table"] .phone-sm-9, div[class*="row-table"] .phone-sm-10, div[class*="row-table"] .phone-sm-11, div[class*="row-table"] .phone-sm-12, div[class*="row-table"] .phone-md-1, div[class*="row-table"] .phone-md-2, div[class*="row-table"] .phone-md-3, div[class*="row-table"] .phone-md-4, div[class*="row-table"] .phone-md-5, div[class*="row-table"] .phone-md-6, div[class*="row-table"] .phone-md-7, div[class*="row-table"] .phone-md-8, div[class*="row-table"] .phone-md-9, div[class*="row-table"] .phone-md-10, div[class*="row-table"] .phone-md-11, div[class*="row-table"] .phone-md-12, div[class*="row-table"] .phone-lg-1, div[class*="row-table"] .phone-lg-2, div[class*="row-table"] .phone-lg-3, div[class*="row-table"] .phone-lg-4, div[class*="row-table"] .phone-lg-5, div[class*="row-table"] .phone-lg-6, div[class*="row-table"] .phone-lg-7, div[class*="row-table"] .phone-lg-8, div[class*="row-table"] .phone-lg-9, div[class*="row-table"] .phone-lg-10, div[class*="row-table"] .phone-lg-11, div[class*="row-table"] .phone-lg-12, div[class*="row-table"] .phone-xl-1, div[class*="row-table"] .phone-xl-2, div[class*="row-table"] .phone-xl-3, div[class*="row-table"] .phone-xl-4, div[class*="row-table"] .phone-xl-5, div[class*="row-table"] .phone-xl-6, div[class*="row-table"] .phone-xl-7, div[class*="row-table"] .phone-xl-8, div[class*="row-table"] .phone-xl-9, div[class*="row-table"] .phone-xl-10, div[class*="row-table"] .phone-xl-11, div[class*="row-table"] .phone-xl-12, div[class*="row-table"] .phone-xxl-1, div[class*="row-table"] .phone-xxl-2, div[class*="row-table"] .phone-xxl-3, div[class*="row-table"] .phone-xxl-4, div[class*="row-table"] .phone-xxl-5, div[class*="row-table"] .phone-xxl-6, div[class*="row-table"] .phone-xxl-7, div[class*="row-table"] .phone-xxl-8, div[class*="row-table"] .phone-xxl-9, div[class*="row-table"] .phone-xxl-10, div[class*="row-table"] .phone-xxl-11, div[class*="row-table"] .phone-xxl-12, div[class*="row-table"] .xs-sm-1, div[class*="row-table"] .xs-sm-2, div[class*="row-table"] .xs-sm-3, div[class*="row-table"] .xs-sm-4, div[class*="row-table"] .xs-sm-5, div[class*="row-table"] .xs-sm-6, div[class*="row-table"] .xs-sm-7, div[class*="row-table"] .xs-sm-8, div[class*="row-table"] .xs-sm-9, div[class*="row-table"] .xs-sm-10, div[class*="row-table"] .xs-sm-11, div[class*="row-table"] .xs-sm-12, div[class*="row-table"] .xs-md-1, div[class*="row-table"] .xs-md-2, div[class*="row-table"] .xs-md-3, div[class*="row-table"] .xs-md-4, div[class*="row-table"] .xs-md-5, div[class*="row-table"] .xs-md-6, div[class*="row-table"] .xs-md-7, div[class*="row-table"] .xs-md-8, div[class*="row-table"] .xs-md-9, div[class*="row-table"] .xs-md-10, div[class*="row-table"] .xs-md-11, div[class*="row-table"] .xs-md-12, div[class*="row-table"] .xs-lg-1, div[class*="row-table"] .xs-lg-2, div[class*="row-table"] .xs-lg-3, div[class*="row-table"] .xs-lg-4, div[class*="row-table"] .xs-lg-5, div[class*="row-table"] .xs-lg-6, div[class*="row-table"] .xs-lg-7, div[class*="row-table"] .xs-lg-8, div[class*="row-table"] .xs-lg-9, div[class*="row-table"] .xs-lg-10, div[class*="row-table"] .xs-lg-11, div[class*="row-table"] .xs-lg-12, div[class*="row-table"] .xs-xl-1, div[class*="row-table"] .xs-xl-2, div[class*="row-table"] .xs-xl-3, div[class*="row-table"] .xs-xl-4, div[class*="row-table"] .xs-xl-5, div[class*="row-table"] .xs-xl-6, div[class*="row-table"] .xs-xl-7, div[class*="row-table"] .xs-xl-8, div[class*="row-table"] .xs-xl-9, div[class*="row-table"] .xs-xl-10, div[class*="row-table"] .xs-xl-11, div[class*="row-table"] .xs-xl-12, div[class*="row-table"] .xs-xxl-1, div[class*="row-table"] .xs-xxl-2, div[class*="row-table"] .xs-xxl-3, div[class*="row-table"] .xs-xxl-4, div[class*="row-table"] .xs-xxl-5, div[class*="row-table"] .xs-xxl-6, div[class*="row-table"] .xs-xxl-7, div[class*="row-table"] .xs-xxl-8, div[class*="row-table"] .xs-xxl-9, div[class*="row-table"] .xs-xxl-10, div[class*="row-table"] .xs-xxl-11, div[class*="row-table"] .xs-xxl-12, div[class*="row-table"] .tablet-sm-1, div[class*="row-table"] .tablet-sm-2, div[class*="row-table"] .tablet-sm-3, div[class*="row-table"] .tablet-sm-4, div[class*="row-table"] .tablet-sm-5, div[class*="row-table"] .tablet-sm-6, div[class*="row-table"] .tablet-sm-7, div[class*="row-table"] .tablet-sm-8, div[class*="row-table"] .tablet-sm-9, div[class*="row-table"] .tablet-sm-10, div[class*="row-table"] .tablet-sm-11, div[class*="row-table"] .tablet-sm-12, div[class*="row-table"] .tablet-md-1, div[class*="row-table"] .tablet-md-2, div[class*="row-table"] .tablet-md-3, div[class*="row-table"] .tablet-md-4, div[class*="row-table"] .tablet-md-5, div[class*="row-table"] .tablet-md-6, div[class*="row-table"] .tablet-md-7, div[class*="row-table"] .tablet-md-8, div[class*="row-table"] .tablet-md-9, div[class*="row-table"] .tablet-md-10, div[class*="row-table"] .tablet-md-11, div[class*="row-table"] .tablet-md-12, div[class*="row-table"] .tablet-lg-1, div[class*="row-table"] .tablet-lg-2, div[class*="row-table"] .tablet-lg-3, div[class*="row-table"] .tablet-lg-4, div[class*="row-table"] .tablet-lg-5, div[class*="row-table"] .tablet-lg-6, div[class*="row-table"] .tablet-lg-7, div[class*="row-table"] .tablet-lg-8, div[class*="row-table"] .tablet-lg-9, div[class*="row-table"] .tablet-lg-10, div[class*="row-table"] .tablet-lg-11, div[class*="row-table"] .tablet-lg-12, div[class*="row-table"] .tablet-xl-1, div[class*="row-table"] .tablet-xl-2, div[class*="row-table"] .tablet-xl-3, div[class*="row-table"] .tablet-xl-4, div[class*="row-table"] .tablet-xl-5, div[class*="row-table"] .tablet-xl-6, div[class*="row-table"] .tablet-xl-7, div[class*="row-table"] .tablet-xl-8, div[class*="row-table"] .tablet-xl-9, div[class*="row-table"] .tablet-xl-10, div[class*="row-table"] .tablet-xl-11, div[class*="row-table"] .tablet-xl-12, div[class*="row-table"] .tablet-xxl-1, div[class*="row-table"] .tablet-xxl-2, div[class*="row-table"] .tablet-xxl-3, div[class*="row-table"] .tablet-xxl-4, div[class*="row-table"] .tablet-xxl-5, div[class*="row-table"] .tablet-xxl-6, div[class*="row-table"] .tablet-xxl-7, div[class*="row-table"] .tablet-xxl-8, div[class*="row-table"] .tablet-xxl-9, div[class*="row-table"] .tablet-xxl-10, div[class*="row-table"] .tablet-xxl-11, div[class*="row-table"] .tablet-xxl-12, div[class*="row-table"] .sm-sm-1, div[class*="row-table"] .sm-sm-2, div[class*="row-table"] .sm-sm-3, div[class*="row-table"] .sm-sm-4, div[class*="row-table"] .sm-sm-5, div[class*="row-table"] .sm-sm-6, div[class*="row-table"] .sm-sm-7, div[class*="row-table"] .sm-sm-8, div[class*="row-table"] .sm-sm-9, div[class*="row-table"] .sm-sm-10, div[class*="row-table"] .sm-sm-11, div[class*="row-table"] .sm-sm-12, div[class*="row-table"] .sm-md-1, div[class*="row-table"] .sm-md-2, div[class*="row-table"] .sm-md-3, div[class*="row-table"] .sm-md-4, div[class*="row-table"] .sm-md-5, div[class*="row-table"] .sm-md-6, div[class*="row-table"] .sm-md-7, div[class*="row-table"] .sm-md-8, div[class*="row-table"] .sm-md-9, div[class*="row-table"] .sm-md-10, div[class*="row-table"] .sm-md-11, div[class*="row-table"] .sm-md-12, div[class*="row-table"] .sm-lg-1, div[class*="row-table"] .sm-lg-2, div[class*="row-table"] .sm-lg-3, div[class*="row-table"] .sm-lg-4, div[class*="row-table"] .sm-lg-5, div[class*="row-table"] .sm-lg-6, div[class*="row-table"] .sm-lg-7, div[class*="row-table"] .sm-lg-8, div[class*="row-table"] .sm-lg-9, div[class*="row-table"] .sm-lg-10, div[class*="row-table"] .sm-lg-11, div[class*="row-table"] .sm-lg-12, div[class*="row-table"] .sm-xl-1, div[class*="row-table"] .sm-xl-2, div[class*="row-table"] .sm-xl-3, div[class*="row-table"] .sm-xl-4, div[class*="row-table"] .sm-xl-5, div[class*="row-table"] .sm-xl-6, div[class*="row-table"] .sm-xl-7, div[class*="row-table"] .sm-xl-8, div[class*="row-table"] .sm-xl-9, div[class*="row-table"] .sm-xl-10, div[class*="row-table"] .sm-xl-11, div[class*="row-table"] .sm-xl-12, div[class*="row-table"] .sm-xxl-1, div[class*="row-table"] .sm-xxl-2, div[class*="row-table"] .sm-xxl-3, div[class*="row-table"] .sm-xxl-4, div[class*="row-table"] .sm-xxl-5, div[class*="row-table"] .sm-xxl-6, div[class*="row-table"] .sm-xxl-7, div[class*="row-table"] .sm-xxl-8, div[class*="row-table"] .sm-xxl-9, div[class*="row-table"] .sm-xxl-10, div[class*="row-table"] .sm-xxl-11, div[class*="row-table"] .sm-xxl-12, div[class*="row-table"] .md-sm-1, div[class*="row-table"] .md-sm-2, div[class*="row-table"] .md-sm-3, div[class*="row-table"] .md-sm-4, div[class*="row-table"] .md-sm-5, div[class*="row-table"] .md-sm-6, div[class*="row-table"] .md-sm-7, div[class*="row-table"] .md-sm-8, div[class*="row-table"] .md-sm-9, div[class*="row-table"] .md-sm-10, div[class*="row-table"] .md-sm-11, div[class*="row-table"] .md-sm-12, div[class*="row-table"] .md-md-1, div[class*="row-table"] .md-md-2, div[class*="row-table"] .md-md-3, div[class*="row-table"] .md-md-4, div[class*="row-table"] .md-md-5, div[class*="row-table"] .md-md-6, div[class*="row-table"] .md-md-7, div[class*="row-table"] .md-md-8, div[class*="row-table"] .md-md-9, div[class*="row-table"] .md-md-10, div[class*="row-table"] .md-md-11, div[class*="row-table"] .md-md-12, div[class*="row-table"] .md-lg-1, div[class*="row-table"] .md-lg-2, div[class*="row-table"] .md-lg-3, div[class*="row-table"] .md-lg-4, div[class*="row-table"] .md-lg-5, div[class*="row-table"] .md-lg-6, div[class*="row-table"] .md-lg-7, div[class*="row-table"] .md-lg-8, div[class*="row-table"] .md-lg-9, div[class*="row-table"] .md-lg-10, div[class*="row-table"] .md-lg-11, div[class*="row-table"] .md-lg-12, div[class*="row-table"] .md-xl-1, div[class*="row-table"] .md-xl-2, div[class*="row-table"] .md-xl-3, div[class*="row-table"] .md-xl-4, div[class*="row-table"] .md-xl-5, div[class*="row-table"] .md-xl-6, div[class*="row-table"] .md-xl-7, div[class*="row-table"] .md-xl-8, div[class*="row-table"] .md-xl-9, div[class*="row-table"] .md-xl-10, div[class*="row-table"] .md-xl-11, div[class*="row-table"] .md-xl-12, div[class*="row-table"] .md-xxl-1, div[class*="row-table"] .md-xxl-2, div[class*="row-table"] .md-xxl-3, div[class*="row-table"] .md-xxl-4, div[class*="row-table"] .md-xxl-5, div[class*="row-table"] .md-xxl-6, div[class*="row-table"] .md-xxl-7, div[class*="row-table"] .md-xxl-8, div[class*="row-table"] .md-xxl-9, div[class*="row-table"] .md-xxl-10, div[class*="row-table"] .md-xxl-11, div[class*="row-table"] .md-xxl-12, div[class*="row-table"] .col-fixed-sm-1, div[class*="row-table"] .col-fixed-sm-2, div[class*="row-table"] .col-fixed-sm-3, div[class*="row-table"] .col-fixed-sm-4, div[class*="row-table"] .col-fixed-sm-5, div[class*="row-table"] .col-fixed-sm-6, div[class*="row-table"] .col-fixed-sm-7, div[class*="row-table"] .col-fixed-sm-8, div[class*="row-table"] .col-fixed-sm-9, div[class*="row-table"] .col-fixed-sm-10, div[class*="row-table"] .col-fixed-sm-11, div[class*="row-table"] .col-fixed-sm-12, div[class*="row-table"] .col-fixed-md-1, div[class*="row-table"] .col-fixed-md-2, div[class*="row-table"] .col-fixed-md-3, div[class*="row-table"] .col-fixed-md-4, div[class*="row-table"] .col-fixed-md-5, div[class*="row-table"] .col-fixed-md-6, div[class*="row-table"] .col-fixed-md-7, div[class*="row-table"] .col-fixed-md-8, div[class*="row-table"] .col-fixed-md-9, div[class*="row-table"] .col-fixed-md-10, div[class*="row-table"] .col-fixed-md-11, div[class*="row-table"] .col-fixed-md-12, div[class*="row-table"] .col-fixed-lg-1, div[class*="row-table"] .col-fixed-lg-2, div[class*="row-table"] .col-fixed-lg-3, div[class*="row-table"] .col-fixed-lg-4, div[class*="row-table"] .col-fixed-lg-5, div[class*="row-table"] .col-fixed-lg-6, div[class*="row-table"] .col-fixed-lg-7, div[class*="row-table"] .col-fixed-lg-8, div[class*="row-table"] .col-fixed-lg-9, div[class*="row-table"] .col-fixed-lg-10, div[class*="row-table"] .col-fixed-lg-11, div[class*="row-table"] .col-fixed-lg-12, div[class*="row-table"] .col-fixed-xl-1, div[class*="row-table"] .col-fixed-xl-2, div[class*="row-table"] .col-fixed-xl-3, div[class*="row-table"] .col-fixed-xl-4, div[class*="row-table"] .col-fixed-xl-5, div[class*="row-table"] .col-fixed-xl-6, div[class*="row-table"] .col-fixed-xl-7, div[class*="row-table"] .col-fixed-xl-8, div[class*="row-table"] .col-fixed-xl-9, div[class*="row-table"] .col-fixed-xl-10, div[class*="row-table"] .col-fixed-xl-11, div[class*="row-table"] .col-fixed-xl-12, div[class*="row-table"] .col-fixed-xxl-1, div[class*="row-table"] .col-fixed-xxl-2, div[class*="row-table"] .col-fixed-xxl-3, div[class*="row-table"] .col-fixed-xxl-4, div[class*="row-table"] .col-fixed-xxl-5, div[class*="row-table"] .col-fixed-xxl-6, div[class*="row-table"] .col-fixed-xxl-7, div[class*="row-table"] .col-fixed-xxl-8, div[class*="row-table"] .col-fixed-xxl-9, div[class*="row-table"] .col-fixed-xxl-10, div[class*="row-table"] .col-fixed-xxl-11, div[class*="row-table"] .col-fixed-xxl-12, div[class*="row-table"] .span-sm-1, div[class*="row-table"] .span-sm-2, div[class*="row-table"] .span-sm-3, div[class*="row-table"] .span-sm-4, div[class*="row-table"] .span-sm-5, div[class*="row-table"] .span-sm-6, div[class*="row-table"] .span-sm-7, div[class*="row-table"] .span-sm-8, div[class*="row-table"] .span-sm-9, div[class*="row-table"] .span-sm-10, div[class*="row-table"] .span-sm-11, div[class*="row-table"] .span-sm-12, div[class*="row-table"] .span-md-1, div[class*="row-table"] .span-md-2, div[class*="row-table"] .span-md-3, div[class*="row-table"] .span-md-4, div[class*="row-table"] .span-md-5, div[class*="row-table"] .span-md-6, div[class*="row-table"] .span-md-7, div[class*="row-table"] .span-md-8, div[class*="row-table"] .span-md-9, div[class*="row-table"] .span-md-10, div[class*="row-table"] .span-md-11, div[class*="row-table"] .span-md-12, div[class*="row-table"] .span-lg-1, div[class*="row-table"] .span-lg-2, div[class*="row-table"] .span-lg-3, div[class*="row-table"] .span-lg-4, div[class*="row-table"] .span-lg-5, div[class*="row-table"] .span-lg-6, div[class*="row-table"] .span-lg-7, div[class*="row-table"] .span-lg-8, div[class*="row-table"] .span-lg-9, div[class*="row-table"] .span-lg-10, div[class*="row-table"] .span-lg-11, div[class*="row-table"] .span-lg-12, div[class*="row-table"] .span-xl-1, div[class*="row-table"] .span-xl-2, div[class*="row-table"] .span-xl-3, div[class*="row-table"] .span-xl-4, div[class*="row-table"] .span-xl-5, div[class*="row-table"] .span-xl-6, div[class*="row-table"] .span-xl-7, div[class*="row-table"] .span-xl-8, div[class*="row-table"] .span-xl-9, div[class*="row-table"] .span-xl-10, div[class*="row-table"] .span-xl-11, div[class*="row-table"] .span-xl-12, div[class*="row-table"] .span-xxl-1, div[class*="row-table"] .span-xxl-2, div[class*="row-table"] .span-xxl-3, div[class*="row-table"] .span-xxl-4, div[class*="row-table"] .span-xxl-5, div[class*="row-table"] .span-xxl-6, div[class*="row-table"] .span-xxl-7, div[class*="row-table"] .span-xxl-8, div[class*="row-table"] .span-xxl-9, div[class*="row-table"] .span-xxl-10, div[class*="row-table"] .span-xxl-11, div[class*="row-table"] .span-xxl-12 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        float: left;
    }
}

@media only screen and (min-width: 768px) and (min-width: 576px) {
    div[class*="row-table"] .sm-sm-1 {
        width: 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    div[class*="row-table"] .sm-sm-push-1 {
        left: 8.33333%;
    }

    div[class*="row-table"] .sm-sm-pull-1 {
        right: 8.33333%;
    }

    div[class*="row-table"] .sm-sm-offset-1 {
        margin-left: 8.33333%;
    }

    div[class*="row-table"] .sm-sm-2 {
        width: 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    div[class*="row-table"] .sm-sm-push-2 {
        left: 16.66667%;
    }

    div[class*="row-table"] .sm-sm-pull-2 {
        right: 16.66667%;
    }

    div[class*="row-table"] .sm-sm-offset-2 {
        margin-left: 16.66667%;
    }

    div[class*="row-table"] .sm-sm-3 {
        width: 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    div[class*="row-table"] .sm-sm-push-3 {
        left: 25%;
    }

    div[class*="row-table"] .sm-sm-pull-3 {
        right: 25%;
    }

    div[class*="row-table"] .sm-sm-offset-3 {
        margin-left: 25%;
    }

    div[class*="row-table"] .sm-sm-4 {
        width: 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    div[class*="row-table"] .sm-sm-push-4 {
        left: 33.33333%;
    }

    div[class*="row-table"] .sm-sm-pull-4 {
        right: 33.33333%;
    }

    div[class*="row-table"] .sm-sm-offset-4 {
        margin-left: 33.33333%;
    }

    div[class*="row-table"] .sm-sm-5 {
        width: 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    div[class*="row-table"] .sm-sm-push-5 {
        left: 41.66667%;
    }

    div[class*="row-table"] .sm-sm-pull-5 {
        right: 41.66667%;
    }

    div[class*="row-table"] .sm-sm-offset-5 {
        margin-left: 41.66667%;
    }

    div[class*="row-table"] .sm-sm-6 {
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    div[class*="row-table"] .sm-sm-push-6 {
        left: 50%;
    }

    div[class*="row-table"] .sm-sm-pull-6 {
        right: 50%;
    }

    div[class*="row-table"] .sm-sm-offset-6 {
        margin-left: 50%;
    }

    div[class*="row-table"] .sm-sm-7 {
        width: 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    div[class*="row-table"] .sm-sm-push-7 {
        left: 58.33333%;
    }

    div[class*="row-table"] .sm-sm-pull-7 {
        right: 58.33333%;
    }

    div[class*="row-table"] .sm-sm-offset-7 {
        margin-left: 58.33333%;
    }

    div[class*="row-table"] .sm-sm-8 {
        width: 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    div[class*="row-table"] .sm-sm-push-8 {
        left: 66.66667%;
    }

    div[class*="row-table"] .sm-sm-pull-8 {
        right: 66.66667%;
    }

    div[class*="row-table"] .sm-sm-offset-8 {
        margin-left: 66.66667%;
    }

    div[class*="row-table"] .sm-sm-9 {
        width: 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    div[class*="row-table"] .sm-sm-push-9 {
        left: 75%;
    }

    div[class*="row-table"] .sm-sm-pull-9 {
        right: 75%;
    }

    div[class*="row-table"] .sm-sm-offset-9 {
        margin-left: 75%;
    }

    div[class*="row-table"] .sm-sm-10 {
        width: 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    div[class*="row-table"] .sm-sm-push-10 {
        left: 83.33333%;
    }

    div[class*="row-table"] .sm-sm-pull-10 {
        right: 83.33333%;
    }

    div[class*="row-table"] .sm-sm-offset-10 {
        margin-left: 83.33333%;
    }

    div[class*="row-table"] .sm-sm-11 {
        width: 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    div[class*="row-table"] .sm-sm-push-11 {
        left: 91.66667%;
    }

    div[class*="row-table"] .sm-sm-pull-11 {
        right: 91.66667%;
    }

    div[class*="row-table"] .sm-sm-offset-11 {
        margin-left: 91.66667%;
    }

    div[class*="row-table"] .sm-sm-12 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    div[class*="row-table"] .sm-sm-push-12 {
        left: 100%;
    }

    div[class*="row-table"] .sm-sm-pull-12 {
        right: 100%;
    }

    div[class*="row-table"] .sm-sm-offset-12 {
        margin-left: 100%;
    }
}

@media only screen and (min-width: 768px) and (min-width: 768px) {
    div[class*="row-table"] .sm-md-1 {
        width: 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    div[class*="row-table"] .sm-md-push-1 {
        left: 8.33333%;
    }

    div[class*="row-table"] .sm-md-pull-1 {
        right: 8.33333%;
    }

    div[class*="row-table"] .sm-md-offset-1 {
        margin-left: 8.33333%;
    }

    div[class*="row-table"] .sm-md-2 {
        width: 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    div[class*="row-table"] .sm-md-push-2 {
        left: 16.66667%;
    }

    div[class*="row-table"] .sm-md-pull-2 {
        right: 16.66667%;
    }

    div[class*="row-table"] .sm-md-offset-2 {
        margin-left: 16.66667%;
    }

    div[class*="row-table"] .sm-md-3 {
        width: 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    div[class*="row-table"] .sm-md-push-3 {
        left: 25%;
    }

    div[class*="row-table"] .sm-md-pull-3 {
        right: 25%;
    }

    div[class*="row-table"] .sm-md-offset-3 {
        margin-left: 25%;
    }

    div[class*="row-table"] .sm-md-4 {
        width: 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    div[class*="row-table"] .sm-md-push-4 {
        left: 33.33333%;
    }

    div[class*="row-table"] .sm-md-pull-4 {
        right: 33.33333%;
    }

    div[class*="row-table"] .sm-md-offset-4 {
        margin-left: 33.33333%;
    }

    div[class*="row-table"] .sm-md-5 {
        width: 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    div[class*="row-table"] .sm-md-push-5 {
        left: 41.66667%;
    }

    div[class*="row-table"] .sm-md-pull-5 {
        right: 41.66667%;
    }

    div[class*="row-table"] .sm-md-offset-5 {
        margin-left: 41.66667%;
    }

    div[class*="row-table"] .sm-md-6 {
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    div[class*="row-table"] .sm-md-push-6 {
        left: 50%;
    }

    div[class*="row-table"] .sm-md-pull-6 {
        right: 50%;
    }

    div[class*="row-table"] .sm-md-offset-6 {
        margin-left: 50%;
    }

    div[class*="row-table"] .sm-md-7 {
        width: 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    div[class*="row-table"] .sm-md-push-7 {
        left: 58.33333%;
    }

    div[class*="row-table"] .sm-md-pull-7 {
        right: 58.33333%;
    }

    div[class*="row-table"] .sm-md-offset-7 {
        margin-left: 58.33333%;
    }

    div[class*="row-table"] .sm-md-8 {
        width: 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    div[class*="row-table"] .sm-md-push-8 {
        left: 66.66667%;
    }

    div[class*="row-table"] .sm-md-pull-8 {
        right: 66.66667%;
    }

    div[class*="row-table"] .sm-md-offset-8 {
        margin-left: 66.66667%;
    }

    div[class*="row-table"] .sm-md-9 {
        width: 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    div[class*="row-table"] .sm-md-push-9 {
        left: 75%;
    }

    div[class*="row-table"] .sm-md-pull-9 {
        right: 75%;
    }

    div[class*="row-table"] .sm-md-offset-9 {
        margin-left: 75%;
    }

    div[class*="row-table"] .sm-md-10 {
        width: 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    div[class*="row-table"] .sm-md-push-10 {
        left: 83.33333%;
    }

    div[class*="row-table"] .sm-md-pull-10 {
        right: 83.33333%;
    }

    div[class*="row-table"] .sm-md-offset-10 {
        margin-left: 83.33333%;
    }

    div[class*="row-table"] .sm-md-11 {
        width: 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    div[class*="row-table"] .sm-md-push-11 {
        left: 91.66667%;
    }

    div[class*="row-table"] .sm-md-pull-11 {
        right: 91.66667%;
    }

    div[class*="row-table"] .sm-md-offset-11 {
        margin-left: 91.66667%;
    }

    div[class*="row-table"] .sm-md-12 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    div[class*="row-table"] .sm-md-push-12 {
        left: 100%;
    }

    div[class*="row-table"] .sm-md-pull-12 {
        right: 100%;
    }

    div[class*="row-table"] .sm-md-offset-12 {
        margin-left: 100%;
    }
}

@media only screen and (min-width: 768px) and (min-width: 1025px) {
    div[class*="row-table"] .sm-lg-1 {
        width: 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    div[class*="row-table"] .sm-lg-push-1 {
        left: 8.33333%;
    }

    div[class*="row-table"] .sm-lg-pull-1 {
        right: 8.33333%;
    }

    div[class*="row-table"] .sm-lg-offset-1 {
        margin-left: 8.33333%;
    }

    div[class*="row-table"] .sm-lg-2 {
        width: 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    div[class*="row-table"] .sm-lg-push-2 {
        left: 16.66667%;
    }

    div[class*="row-table"] .sm-lg-pull-2 {
        right: 16.66667%;
    }

    div[class*="row-table"] .sm-lg-offset-2 {
        margin-left: 16.66667%;
    }

    div[class*="row-table"] .sm-lg-3 {
        width: 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    div[class*="row-table"] .sm-lg-push-3 {
        left: 25%;
    }

    div[class*="row-table"] .sm-lg-pull-3 {
        right: 25%;
    }

    div[class*="row-table"] .sm-lg-offset-3 {
        margin-left: 25%;
    }

    div[class*="row-table"] .sm-lg-4 {
        width: 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    div[class*="row-table"] .sm-lg-push-4 {
        left: 33.33333%;
    }

    div[class*="row-table"] .sm-lg-pull-4 {
        right: 33.33333%;
    }

    div[class*="row-table"] .sm-lg-offset-4 {
        margin-left: 33.33333%;
    }

    div[class*="row-table"] .sm-lg-5 {
        width: 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    div[class*="row-table"] .sm-lg-push-5 {
        left: 41.66667%;
    }

    div[class*="row-table"] .sm-lg-pull-5 {
        right: 41.66667%;
    }

    div[class*="row-table"] .sm-lg-offset-5 {
        margin-left: 41.66667%;
    }

    div[class*="row-table"] .sm-lg-6 {
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    div[class*="row-table"] .sm-lg-push-6 {
        left: 50%;
    }

    div[class*="row-table"] .sm-lg-pull-6 {
        right: 50%;
    }

    div[class*="row-table"] .sm-lg-offset-6 {
        margin-left: 50%;
    }

    div[class*="row-table"] .sm-lg-7 {
        width: 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    div[class*="row-table"] .sm-lg-push-7 {
        left: 58.33333%;
    }

    div[class*="row-table"] .sm-lg-pull-7 {
        right: 58.33333%;
    }

    div[class*="row-table"] .sm-lg-offset-7 {
        margin-left: 58.33333%;
    }

    div[class*="row-table"] .sm-lg-8 {
        width: 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    div[class*="row-table"] .sm-lg-push-8 {
        left: 66.66667%;
    }

    div[class*="row-table"] .sm-lg-pull-8 {
        right: 66.66667%;
    }

    div[class*="row-table"] .sm-lg-offset-8 {
        margin-left: 66.66667%;
    }

    div[class*="row-table"] .sm-lg-9 {
        width: 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    div[class*="row-table"] .sm-lg-push-9 {
        left: 75%;
    }

    div[class*="row-table"] .sm-lg-pull-9 {
        right: 75%;
    }

    div[class*="row-table"] .sm-lg-offset-9 {
        margin-left: 75%;
    }

    div[class*="row-table"] .sm-lg-10 {
        width: 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    div[class*="row-table"] .sm-lg-push-10 {
        left: 83.33333%;
    }

    div[class*="row-table"] .sm-lg-pull-10 {
        right: 83.33333%;
    }

    div[class*="row-table"] .sm-lg-offset-10 {
        margin-left: 83.33333%;
    }

    div[class*="row-table"] .sm-lg-11 {
        width: 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    div[class*="row-table"] .sm-lg-push-11 {
        left: 91.66667%;
    }

    div[class*="row-table"] .sm-lg-pull-11 {
        right: 91.66667%;
    }

    div[class*="row-table"] .sm-lg-offset-11 {
        margin-left: 91.66667%;
    }

    div[class*="row-table"] .sm-lg-12 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    div[class*="row-table"] .sm-lg-push-12 {
        left: 100%;
    }

    div[class*="row-table"] .sm-lg-pull-12 {
        right: 100%;
    }

    div[class*="row-table"] .sm-lg-offset-12 {
        margin-left: 100%;
    }
}

@media only screen and (min-width: 768px) and (min-width: 1366px) {
    div[class*="row-table"] .sm-xl-1 {
        width: 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    div[class*="row-table"] .sm-xl-push-1 {
        left: 8.33333%;
    }

    div[class*="row-table"] .sm-xl-pull-1 {
        right: 8.33333%;
    }

    div[class*="row-table"] .sm-xl-offset-1 {
        margin-left: 8.33333%;
    }

    div[class*="row-table"] .sm-xl-2 {
        width: 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    div[class*="row-table"] .sm-xl-push-2 {
        left: 16.66667%;
    }

    div[class*="row-table"] .sm-xl-pull-2 {
        right: 16.66667%;
    }

    div[class*="row-table"] .sm-xl-offset-2 {
        margin-left: 16.66667%;
    }

    div[class*="row-table"] .sm-xl-3 {
        width: 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    div[class*="row-table"] .sm-xl-push-3 {
        left: 25%;
    }

    div[class*="row-table"] .sm-xl-pull-3 {
        right: 25%;
    }

    div[class*="row-table"] .sm-xl-offset-3 {
        margin-left: 25%;
    }

    div[class*="row-table"] .sm-xl-4 {
        width: 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    div[class*="row-table"] .sm-xl-push-4 {
        left: 33.33333%;
    }

    div[class*="row-table"] .sm-xl-pull-4 {
        right: 33.33333%;
    }

    div[class*="row-table"] .sm-xl-offset-4 {
        margin-left: 33.33333%;
    }

    div[class*="row-table"] .sm-xl-5 {
        width: 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    div[class*="row-table"] .sm-xl-push-5 {
        left: 41.66667%;
    }

    div[class*="row-table"] .sm-xl-pull-5 {
        right: 41.66667%;
    }

    div[class*="row-table"] .sm-xl-offset-5 {
        margin-left: 41.66667%;
    }

    div[class*="row-table"] .sm-xl-6 {
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    div[class*="row-table"] .sm-xl-push-6 {
        left: 50%;
    }

    div[class*="row-table"] .sm-xl-pull-6 {
        right: 50%;
    }

    div[class*="row-table"] .sm-xl-offset-6 {
        margin-left: 50%;
    }

    div[class*="row-table"] .sm-xl-7 {
        width: 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    div[class*="row-table"] .sm-xl-push-7 {
        left: 58.33333%;
    }

    div[class*="row-table"] .sm-xl-pull-7 {
        right: 58.33333%;
    }

    div[class*="row-table"] .sm-xl-offset-7 {
        margin-left: 58.33333%;
    }

    div[class*="row-table"] .sm-xl-8 {
        width: 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    div[class*="row-table"] .sm-xl-push-8 {
        left: 66.66667%;
    }

    div[class*="row-table"] .sm-xl-pull-8 {
        right: 66.66667%;
    }

    div[class*="row-table"] .sm-xl-offset-8 {
        margin-left: 66.66667%;
    }

    div[class*="row-table"] .sm-xl-9 {
        width: 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    div[class*="row-table"] .sm-xl-push-9 {
        left: 75%;
    }

    div[class*="row-table"] .sm-xl-pull-9 {
        right: 75%;
    }

    div[class*="row-table"] .sm-xl-offset-9 {
        margin-left: 75%;
    }

    div[class*="row-table"] .sm-xl-10 {
        width: 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    div[class*="row-table"] .sm-xl-push-10 {
        left: 83.33333%;
    }

    div[class*="row-table"] .sm-xl-pull-10 {
        right: 83.33333%;
    }

    div[class*="row-table"] .sm-xl-offset-10 {
        margin-left: 83.33333%;
    }

    div[class*="row-table"] .sm-xl-11 {
        width: 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    div[class*="row-table"] .sm-xl-push-11 {
        left: 91.66667%;
    }

    div[class*="row-table"] .sm-xl-pull-11 {
        right: 91.66667%;
    }

    div[class*="row-table"] .sm-xl-offset-11 {
        margin-left: 91.66667%;
    }

    div[class*="row-table"] .sm-xl-12 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    div[class*="row-table"] .sm-xl-push-12 {
        left: 100%;
    }

    div[class*="row-table"] .sm-xl-pull-12 {
        right: 100%;
    }

    div[class*="row-table"] .sm-xl-offset-12 {
        margin-left: 100%;
    }
}

@media only screen and (min-width: 768px) and (min-width: 1680px) {
    div[class*="row-table"] .sm-xxl-1 {
        width: 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    div[class*="row-table"] .sm-xxl-push-1 {
        left: 8.33333%;
    }

    div[class*="row-table"] .sm-xxl-pull-1 {
        right: 8.33333%;
    }

    div[class*="row-table"] .sm-xxl-offset-1 {
        margin-left: 8.33333%;
    }

    div[class*="row-table"] .sm-xxl-2 {
        width: 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    div[class*="row-table"] .sm-xxl-push-2 {
        left: 16.66667%;
    }

    div[class*="row-table"] .sm-xxl-pull-2 {
        right: 16.66667%;
    }

    div[class*="row-table"] .sm-xxl-offset-2 {
        margin-left: 16.66667%;
    }

    div[class*="row-table"] .sm-xxl-3 {
        width: 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    div[class*="row-table"] .sm-xxl-push-3 {
        left: 25%;
    }

    div[class*="row-table"] .sm-xxl-pull-3 {
        right: 25%;
    }

    div[class*="row-table"] .sm-xxl-offset-3 {
        margin-left: 25%;
    }

    div[class*="row-table"] .sm-xxl-4 {
        width: 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    div[class*="row-table"] .sm-xxl-push-4 {
        left: 33.33333%;
    }

    div[class*="row-table"] .sm-xxl-pull-4 {
        right: 33.33333%;
    }

    div[class*="row-table"] .sm-xxl-offset-4 {
        margin-left: 33.33333%;
    }

    div[class*="row-table"] .sm-xxl-5 {
        width: 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    div[class*="row-table"] .sm-xxl-push-5 {
        left: 41.66667%;
    }

    div[class*="row-table"] .sm-xxl-pull-5 {
        right: 41.66667%;
    }

    div[class*="row-table"] .sm-xxl-offset-5 {
        margin-left: 41.66667%;
    }

    div[class*="row-table"] .sm-xxl-6 {
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    div[class*="row-table"] .sm-xxl-push-6 {
        left: 50%;
    }

    div[class*="row-table"] .sm-xxl-pull-6 {
        right: 50%;
    }

    div[class*="row-table"] .sm-xxl-offset-6 {
        margin-left: 50%;
    }

    div[class*="row-table"] .sm-xxl-7 {
        width: 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    div[class*="row-table"] .sm-xxl-push-7 {
        left: 58.33333%;
    }

    div[class*="row-table"] .sm-xxl-pull-7 {
        right: 58.33333%;
    }

    div[class*="row-table"] .sm-xxl-offset-7 {
        margin-left: 58.33333%;
    }

    div[class*="row-table"] .sm-xxl-8 {
        width: 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    div[class*="row-table"] .sm-xxl-push-8 {
        left: 66.66667%;
    }

    div[class*="row-table"] .sm-xxl-pull-8 {
        right: 66.66667%;
    }

    div[class*="row-table"] .sm-xxl-offset-8 {
        margin-left: 66.66667%;
    }

    div[class*="row-table"] .sm-xxl-9 {
        width: 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    div[class*="row-table"] .sm-xxl-push-9 {
        left: 75%;
    }

    div[class*="row-table"] .sm-xxl-pull-9 {
        right: 75%;
    }

    div[class*="row-table"] .sm-xxl-offset-9 {
        margin-left: 75%;
    }

    div[class*="row-table"] .sm-xxl-10 {
        width: 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    div[class*="row-table"] .sm-xxl-push-10 {
        left: 83.33333%;
    }

    div[class*="row-table"] .sm-xxl-pull-10 {
        right: 83.33333%;
    }

    div[class*="row-table"] .sm-xxl-offset-10 {
        margin-left: 83.33333%;
    }

    div[class*="row-table"] .sm-xxl-11 {
        width: 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    div[class*="row-table"] .sm-xxl-push-11 {
        left: 91.66667%;
    }

    div[class*="row-table"] .sm-xxl-pull-11 {
        right: 91.66667%;
    }

    div[class*="row-table"] .sm-xxl-offset-11 {
        margin-left: 91.66667%;
    }

    div[class*="row-table"] .sm-xxl-12 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    div[class*="row-table"] .sm-xxl-push-12 {
        left: 100%;
    }

    div[class*="row-table"] .sm-xxl-pull-12 {
        right: 100%;
    }

    div[class*="row-table"] .sm-xxl-offset-12 {
        margin-left: 100%;
    }
}

@media only screen and (min-width: 768px) {
    div[class*="row-table"] > div[class*='-tablet'],
    div[class*="row-table"] > div[class*='-sm'] {
        vertical-align: middle;
        display: table-cell;
        float: none;
    }
}

@media only screen and (min-width: 1025px) {
    div[class*="row-table"] .phone-sm-1, div[class*="row-table"] .phone-sm-2, div[class*="row-table"] .phone-sm-3, div[class*="row-table"] .phone-sm-4, div[class*="row-table"] .phone-sm-5, div[class*="row-table"] .phone-sm-6, div[class*="row-table"] .phone-sm-7, div[class*="row-table"] .phone-sm-8, div[class*="row-table"] .phone-sm-9, div[class*="row-table"] .phone-sm-10, div[class*="row-table"] .phone-sm-11, div[class*="row-table"] .phone-sm-12, div[class*="row-table"] .phone-md-1, div[class*="row-table"] .phone-md-2, div[class*="row-table"] .phone-md-3, div[class*="row-table"] .phone-md-4, div[class*="row-table"] .phone-md-5, div[class*="row-table"] .phone-md-6, div[class*="row-table"] .phone-md-7, div[class*="row-table"] .phone-md-8, div[class*="row-table"] .phone-md-9, div[class*="row-table"] .phone-md-10, div[class*="row-table"] .phone-md-11, div[class*="row-table"] .phone-md-12, div[class*="row-table"] .phone-lg-1, div[class*="row-table"] .phone-lg-2, div[class*="row-table"] .phone-lg-3, div[class*="row-table"] .phone-lg-4, div[class*="row-table"] .phone-lg-5, div[class*="row-table"] .phone-lg-6, div[class*="row-table"] .phone-lg-7, div[class*="row-table"] .phone-lg-8, div[class*="row-table"] .phone-lg-9, div[class*="row-table"] .phone-lg-10, div[class*="row-table"] .phone-lg-11, div[class*="row-table"] .phone-lg-12, div[class*="row-table"] .phone-xl-1, div[class*="row-table"] .phone-xl-2, div[class*="row-table"] .phone-xl-3, div[class*="row-table"] .phone-xl-4, div[class*="row-table"] .phone-xl-5, div[class*="row-table"] .phone-xl-6, div[class*="row-table"] .phone-xl-7, div[class*="row-table"] .phone-xl-8, div[class*="row-table"] .phone-xl-9, div[class*="row-table"] .phone-xl-10, div[class*="row-table"] .phone-xl-11, div[class*="row-table"] .phone-xl-12, div[class*="row-table"] .phone-xxl-1, div[class*="row-table"] .phone-xxl-2, div[class*="row-table"] .phone-xxl-3, div[class*="row-table"] .phone-xxl-4, div[class*="row-table"] .phone-xxl-5, div[class*="row-table"] .phone-xxl-6, div[class*="row-table"] .phone-xxl-7, div[class*="row-table"] .phone-xxl-8, div[class*="row-table"] .phone-xxl-9, div[class*="row-table"] .phone-xxl-10, div[class*="row-table"] .phone-xxl-11, div[class*="row-table"] .phone-xxl-12, div[class*="row-table"] .xs-sm-1, div[class*="row-table"] .xs-sm-2, div[class*="row-table"] .xs-sm-3, div[class*="row-table"] .xs-sm-4, div[class*="row-table"] .xs-sm-5, div[class*="row-table"] .xs-sm-6, div[class*="row-table"] .xs-sm-7, div[class*="row-table"] .xs-sm-8, div[class*="row-table"] .xs-sm-9, div[class*="row-table"] .xs-sm-10, div[class*="row-table"] .xs-sm-11, div[class*="row-table"] .xs-sm-12, div[class*="row-table"] .xs-md-1, div[class*="row-table"] .xs-md-2, div[class*="row-table"] .xs-md-3, div[class*="row-table"] .xs-md-4, div[class*="row-table"] .xs-md-5, div[class*="row-table"] .xs-md-6, div[class*="row-table"] .xs-md-7, div[class*="row-table"] .xs-md-8, div[class*="row-table"] .xs-md-9, div[class*="row-table"] .xs-md-10, div[class*="row-table"] .xs-md-11, div[class*="row-table"] .xs-md-12, div[class*="row-table"] .xs-lg-1, div[class*="row-table"] .xs-lg-2, div[class*="row-table"] .xs-lg-3, div[class*="row-table"] .xs-lg-4, div[class*="row-table"] .xs-lg-5, div[class*="row-table"] .xs-lg-6, div[class*="row-table"] .xs-lg-7, div[class*="row-table"] .xs-lg-8, div[class*="row-table"] .xs-lg-9, div[class*="row-table"] .xs-lg-10, div[class*="row-table"] .xs-lg-11, div[class*="row-table"] .xs-lg-12, div[class*="row-table"] .xs-xl-1, div[class*="row-table"] .xs-xl-2, div[class*="row-table"] .xs-xl-3, div[class*="row-table"] .xs-xl-4, div[class*="row-table"] .xs-xl-5, div[class*="row-table"] .xs-xl-6, div[class*="row-table"] .xs-xl-7, div[class*="row-table"] .xs-xl-8, div[class*="row-table"] .xs-xl-9, div[class*="row-table"] .xs-xl-10, div[class*="row-table"] .xs-xl-11, div[class*="row-table"] .xs-xl-12, div[class*="row-table"] .xs-xxl-1, div[class*="row-table"] .xs-xxl-2, div[class*="row-table"] .xs-xxl-3, div[class*="row-table"] .xs-xxl-4, div[class*="row-table"] .xs-xxl-5, div[class*="row-table"] .xs-xxl-6, div[class*="row-table"] .xs-xxl-7, div[class*="row-table"] .xs-xxl-8, div[class*="row-table"] .xs-xxl-9, div[class*="row-table"] .xs-xxl-10, div[class*="row-table"] .xs-xxl-11, div[class*="row-table"] .xs-xxl-12, div[class*="row-table"] .tablet-sm-1, div[class*="row-table"] .tablet-sm-2, div[class*="row-table"] .tablet-sm-3, div[class*="row-table"] .tablet-sm-4, div[class*="row-table"] .tablet-sm-5, div[class*="row-table"] .tablet-sm-6, div[class*="row-table"] .tablet-sm-7, div[class*="row-table"] .tablet-sm-8, div[class*="row-table"] .tablet-sm-9, div[class*="row-table"] .tablet-sm-10, div[class*="row-table"] .tablet-sm-11, div[class*="row-table"] .tablet-sm-12, div[class*="row-table"] .tablet-md-1, div[class*="row-table"] .tablet-md-2, div[class*="row-table"] .tablet-md-3, div[class*="row-table"] .tablet-md-4, div[class*="row-table"] .tablet-md-5, div[class*="row-table"] .tablet-md-6, div[class*="row-table"] .tablet-md-7, div[class*="row-table"] .tablet-md-8, div[class*="row-table"] .tablet-md-9, div[class*="row-table"] .tablet-md-10, div[class*="row-table"] .tablet-md-11, div[class*="row-table"] .tablet-md-12, div[class*="row-table"] .tablet-lg-1, div[class*="row-table"] .tablet-lg-2, div[class*="row-table"] .tablet-lg-3, div[class*="row-table"] .tablet-lg-4, div[class*="row-table"] .tablet-lg-5, div[class*="row-table"] .tablet-lg-6, div[class*="row-table"] .tablet-lg-7, div[class*="row-table"] .tablet-lg-8, div[class*="row-table"] .tablet-lg-9, div[class*="row-table"] .tablet-lg-10, div[class*="row-table"] .tablet-lg-11, div[class*="row-table"] .tablet-lg-12, div[class*="row-table"] .tablet-xl-1, div[class*="row-table"] .tablet-xl-2, div[class*="row-table"] .tablet-xl-3, div[class*="row-table"] .tablet-xl-4, div[class*="row-table"] .tablet-xl-5, div[class*="row-table"] .tablet-xl-6, div[class*="row-table"] .tablet-xl-7, div[class*="row-table"] .tablet-xl-8, div[class*="row-table"] .tablet-xl-9, div[class*="row-table"] .tablet-xl-10, div[class*="row-table"] .tablet-xl-11, div[class*="row-table"] .tablet-xl-12, div[class*="row-table"] .tablet-xxl-1, div[class*="row-table"] .tablet-xxl-2, div[class*="row-table"] .tablet-xxl-3, div[class*="row-table"] .tablet-xxl-4, div[class*="row-table"] .tablet-xxl-5, div[class*="row-table"] .tablet-xxl-6, div[class*="row-table"] .tablet-xxl-7, div[class*="row-table"] .tablet-xxl-8, div[class*="row-table"] .tablet-xxl-9, div[class*="row-table"] .tablet-xxl-10, div[class*="row-table"] .tablet-xxl-11, div[class*="row-table"] .tablet-xxl-12, div[class*="row-table"] .sm-sm-1, div[class*="row-table"] .sm-sm-2, div[class*="row-table"] .sm-sm-3, div[class*="row-table"] .sm-sm-4, div[class*="row-table"] .sm-sm-5, div[class*="row-table"] .sm-sm-6, div[class*="row-table"] .sm-sm-7, div[class*="row-table"] .sm-sm-8, div[class*="row-table"] .sm-sm-9, div[class*="row-table"] .sm-sm-10, div[class*="row-table"] .sm-sm-11, div[class*="row-table"] .sm-sm-12, div[class*="row-table"] .sm-md-1, div[class*="row-table"] .sm-md-2, div[class*="row-table"] .sm-md-3, div[class*="row-table"] .sm-md-4, div[class*="row-table"] .sm-md-5, div[class*="row-table"] .sm-md-6, div[class*="row-table"] .sm-md-7, div[class*="row-table"] .sm-md-8, div[class*="row-table"] .sm-md-9, div[class*="row-table"] .sm-md-10, div[class*="row-table"] .sm-md-11, div[class*="row-table"] .sm-md-12, div[class*="row-table"] .sm-lg-1, div[class*="row-table"] .sm-lg-2, div[class*="row-table"] .sm-lg-3, div[class*="row-table"] .sm-lg-4, div[class*="row-table"] .sm-lg-5, div[class*="row-table"] .sm-lg-6, div[class*="row-table"] .sm-lg-7, div[class*="row-table"] .sm-lg-8, div[class*="row-table"] .sm-lg-9, div[class*="row-table"] .sm-lg-10, div[class*="row-table"] .sm-lg-11, div[class*="row-table"] .sm-lg-12, div[class*="row-table"] .sm-xl-1, div[class*="row-table"] .sm-xl-2, div[class*="row-table"] .sm-xl-3, div[class*="row-table"] .sm-xl-4, div[class*="row-table"] .sm-xl-5, div[class*="row-table"] .sm-xl-6, div[class*="row-table"] .sm-xl-7, div[class*="row-table"] .sm-xl-8, div[class*="row-table"] .sm-xl-9, div[class*="row-table"] .sm-xl-10, div[class*="row-table"] .sm-xl-11, div[class*="row-table"] .sm-xl-12, div[class*="row-table"] .sm-xxl-1, div[class*="row-table"] .sm-xxl-2, div[class*="row-table"] .sm-xxl-3, div[class*="row-table"] .sm-xxl-4, div[class*="row-table"] .sm-xxl-5, div[class*="row-table"] .sm-xxl-6, div[class*="row-table"] .sm-xxl-7, div[class*="row-table"] .sm-xxl-8, div[class*="row-table"] .sm-xxl-9, div[class*="row-table"] .sm-xxl-10, div[class*="row-table"] .sm-xxl-11, div[class*="row-table"] .sm-xxl-12, div[class*="row-table"] .md-sm-1, div[class*="row-table"] .md-sm-2, div[class*="row-table"] .md-sm-3, div[class*="row-table"] .md-sm-4, div[class*="row-table"] .md-sm-5, div[class*="row-table"] .md-sm-6, div[class*="row-table"] .md-sm-7, div[class*="row-table"] .md-sm-8, div[class*="row-table"] .md-sm-9, div[class*="row-table"] .md-sm-10, div[class*="row-table"] .md-sm-11, div[class*="row-table"] .md-sm-12, div[class*="row-table"] .md-md-1, div[class*="row-table"] .md-md-2, div[class*="row-table"] .md-md-3, div[class*="row-table"] .md-md-4, div[class*="row-table"] .md-md-5, div[class*="row-table"] .md-md-6, div[class*="row-table"] .md-md-7, div[class*="row-table"] .md-md-8, div[class*="row-table"] .md-md-9, div[class*="row-table"] .md-md-10, div[class*="row-table"] .md-md-11, div[class*="row-table"] .md-md-12, div[class*="row-table"] .md-lg-1, div[class*="row-table"] .md-lg-2, div[class*="row-table"] .md-lg-3, div[class*="row-table"] .md-lg-4, div[class*="row-table"] .md-lg-5, div[class*="row-table"] .md-lg-6, div[class*="row-table"] .md-lg-7, div[class*="row-table"] .md-lg-8, div[class*="row-table"] .md-lg-9, div[class*="row-table"] .md-lg-10, div[class*="row-table"] .md-lg-11, div[class*="row-table"] .md-lg-12, div[class*="row-table"] .md-xl-1, div[class*="row-table"] .md-xl-2, div[class*="row-table"] .md-xl-3, div[class*="row-table"] .md-xl-4, div[class*="row-table"] .md-xl-5, div[class*="row-table"] .md-xl-6, div[class*="row-table"] .md-xl-7, div[class*="row-table"] .md-xl-8, div[class*="row-table"] .md-xl-9, div[class*="row-table"] .md-xl-10, div[class*="row-table"] .md-xl-11, div[class*="row-table"] .md-xl-12, div[class*="row-table"] .md-xxl-1, div[class*="row-table"] .md-xxl-2, div[class*="row-table"] .md-xxl-3, div[class*="row-table"] .md-xxl-4, div[class*="row-table"] .md-xxl-5, div[class*="row-table"] .md-xxl-6, div[class*="row-table"] .md-xxl-7, div[class*="row-table"] .md-xxl-8, div[class*="row-table"] .md-xxl-9, div[class*="row-table"] .md-xxl-10, div[class*="row-table"] .md-xxl-11, div[class*="row-table"] .md-xxl-12, div[class*="row-table"] .col-fixed-sm-1, div[class*="row-table"] .col-fixed-sm-2, div[class*="row-table"] .col-fixed-sm-3, div[class*="row-table"] .col-fixed-sm-4, div[class*="row-table"] .col-fixed-sm-5, div[class*="row-table"] .col-fixed-sm-6, div[class*="row-table"] .col-fixed-sm-7, div[class*="row-table"] .col-fixed-sm-8, div[class*="row-table"] .col-fixed-sm-9, div[class*="row-table"] .col-fixed-sm-10, div[class*="row-table"] .col-fixed-sm-11, div[class*="row-table"] .col-fixed-sm-12, div[class*="row-table"] .col-fixed-md-1, div[class*="row-table"] .col-fixed-md-2, div[class*="row-table"] .col-fixed-md-3, div[class*="row-table"] .col-fixed-md-4, div[class*="row-table"] .col-fixed-md-5, div[class*="row-table"] .col-fixed-md-6, div[class*="row-table"] .col-fixed-md-7, div[class*="row-table"] .col-fixed-md-8, div[class*="row-table"] .col-fixed-md-9, div[class*="row-table"] .col-fixed-md-10, div[class*="row-table"] .col-fixed-md-11, div[class*="row-table"] .col-fixed-md-12, div[class*="row-table"] .col-fixed-lg-1, div[class*="row-table"] .col-fixed-lg-2, div[class*="row-table"] .col-fixed-lg-3, div[class*="row-table"] .col-fixed-lg-4, div[class*="row-table"] .col-fixed-lg-5, div[class*="row-table"] .col-fixed-lg-6, div[class*="row-table"] .col-fixed-lg-7, div[class*="row-table"] .col-fixed-lg-8, div[class*="row-table"] .col-fixed-lg-9, div[class*="row-table"] .col-fixed-lg-10, div[class*="row-table"] .col-fixed-lg-11, div[class*="row-table"] .col-fixed-lg-12, div[class*="row-table"] .col-fixed-xl-1, div[class*="row-table"] .col-fixed-xl-2, div[class*="row-table"] .col-fixed-xl-3, div[class*="row-table"] .col-fixed-xl-4, div[class*="row-table"] .col-fixed-xl-5, div[class*="row-table"] .col-fixed-xl-6, div[class*="row-table"] .col-fixed-xl-7, div[class*="row-table"] .col-fixed-xl-8, div[class*="row-table"] .col-fixed-xl-9, div[class*="row-table"] .col-fixed-xl-10, div[class*="row-table"] .col-fixed-xl-11, div[class*="row-table"] .col-fixed-xl-12, div[class*="row-table"] .col-fixed-xxl-1, div[class*="row-table"] .col-fixed-xxl-2, div[class*="row-table"] .col-fixed-xxl-3, div[class*="row-table"] .col-fixed-xxl-4, div[class*="row-table"] .col-fixed-xxl-5, div[class*="row-table"] .col-fixed-xxl-6, div[class*="row-table"] .col-fixed-xxl-7, div[class*="row-table"] .col-fixed-xxl-8, div[class*="row-table"] .col-fixed-xxl-9, div[class*="row-table"] .col-fixed-xxl-10, div[class*="row-table"] .col-fixed-xxl-11, div[class*="row-table"] .col-fixed-xxl-12, div[class*="row-table"] .span-sm-1, div[class*="row-table"] .span-sm-2, div[class*="row-table"] .span-sm-3, div[class*="row-table"] .span-sm-4, div[class*="row-table"] .span-sm-5, div[class*="row-table"] .span-sm-6, div[class*="row-table"] .span-sm-7, div[class*="row-table"] .span-sm-8, div[class*="row-table"] .span-sm-9, div[class*="row-table"] .span-sm-10, div[class*="row-table"] .span-sm-11, div[class*="row-table"] .span-sm-12, div[class*="row-table"] .span-md-1, div[class*="row-table"] .span-md-2, div[class*="row-table"] .span-md-3, div[class*="row-table"] .span-md-4, div[class*="row-table"] .span-md-5, div[class*="row-table"] .span-md-6, div[class*="row-table"] .span-md-7, div[class*="row-table"] .span-md-8, div[class*="row-table"] .span-md-9, div[class*="row-table"] .span-md-10, div[class*="row-table"] .span-md-11, div[class*="row-table"] .span-md-12, div[class*="row-table"] .span-lg-1, div[class*="row-table"] .span-lg-2, div[class*="row-table"] .span-lg-3, div[class*="row-table"] .span-lg-4, div[class*="row-table"] .span-lg-5, div[class*="row-table"] .span-lg-6, div[class*="row-table"] .span-lg-7, div[class*="row-table"] .span-lg-8, div[class*="row-table"] .span-lg-9, div[class*="row-table"] .span-lg-10, div[class*="row-table"] .span-lg-11, div[class*="row-table"] .span-lg-12, div[class*="row-table"] .span-xl-1, div[class*="row-table"] .span-xl-2, div[class*="row-table"] .span-xl-3, div[class*="row-table"] .span-xl-4, div[class*="row-table"] .span-xl-5, div[class*="row-table"] .span-xl-6, div[class*="row-table"] .span-xl-7, div[class*="row-table"] .span-xl-8, div[class*="row-table"] .span-xl-9, div[class*="row-table"] .span-xl-10, div[class*="row-table"] .span-xl-11, div[class*="row-table"] .span-xl-12, div[class*="row-table"] .span-xxl-1, div[class*="row-table"] .span-xxl-2, div[class*="row-table"] .span-xxl-3, div[class*="row-table"] .span-xxl-4, div[class*="row-table"] .span-xxl-5, div[class*="row-table"] .span-xxl-6, div[class*="row-table"] .span-xxl-7, div[class*="row-table"] .span-xxl-8, div[class*="row-table"] .span-xxl-9, div[class*="row-table"] .span-xxl-10, div[class*="row-table"] .span-xxl-11, div[class*="row-table"] .span-xxl-12 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        float: left;
    }
}

@media only screen and (min-width: 1025px) and (min-width: 576px) {
    div[class*="row-table"] .md-sm-1 {
        width: 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    div[class*="row-table"] .md-sm-push-1 {
        left: 8.33333%;
    }

    div[class*="row-table"] .md-sm-pull-1 {
        right: 8.33333%;
    }

    div[class*="row-table"] .md-sm-offset-1 {
        margin-left: 8.33333%;
    }

    div[class*="row-table"] .md-sm-2 {
        width: 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    div[class*="row-table"] .md-sm-push-2 {
        left: 16.66667%;
    }

    div[class*="row-table"] .md-sm-pull-2 {
        right: 16.66667%;
    }

    div[class*="row-table"] .md-sm-offset-2 {
        margin-left: 16.66667%;
    }

    div[class*="row-table"] .md-sm-3 {
        width: 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    div[class*="row-table"] .md-sm-push-3 {
        left: 25%;
    }

    div[class*="row-table"] .md-sm-pull-3 {
        right: 25%;
    }

    div[class*="row-table"] .md-sm-offset-3 {
        margin-left: 25%;
    }

    div[class*="row-table"] .md-sm-4 {
        width: 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    div[class*="row-table"] .md-sm-push-4 {
        left: 33.33333%;
    }

    div[class*="row-table"] .md-sm-pull-4 {
        right: 33.33333%;
    }

    div[class*="row-table"] .md-sm-offset-4 {
        margin-left: 33.33333%;
    }

    div[class*="row-table"] .md-sm-5 {
        width: 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    div[class*="row-table"] .md-sm-push-5 {
        left: 41.66667%;
    }

    div[class*="row-table"] .md-sm-pull-5 {
        right: 41.66667%;
    }

    div[class*="row-table"] .md-sm-offset-5 {
        margin-left: 41.66667%;
    }

    div[class*="row-table"] .md-sm-6 {
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    div[class*="row-table"] .md-sm-push-6 {
        left: 50%;
    }

    div[class*="row-table"] .md-sm-pull-6 {
        right: 50%;
    }

    div[class*="row-table"] .md-sm-offset-6 {
        margin-left: 50%;
    }

    div[class*="row-table"] .md-sm-7 {
        width: 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    div[class*="row-table"] .md-sm-push-7 {
        left: 58.33333%;
    }

    div[class*="row-table"] .md-sm-pull-7 {
        right: 58.33333%;
    }

    div[class*="row-table"] .md-sm-offset-7 {
        margin-left: 58.33333%;
    }

    div[class*="row-table"] .md-sm-8 {
        width: 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    div[class*="row-table"] .md-sm-push-8 {
        left: 66.66667%;
    }

    div[class*="row-table"] .md-sm-pull-8 {
        right: 66.66667%;
    }

    div[class*="row-table"] .md-sm-offset-8 {
        margin-left: 66.66667%;
    }

    div[class*="row-table"] .md-sm-9 {
        width: 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    div[class*="row-table"] .md-sm-push-9 {
        left: 75%;
    }

    div[class*="row-table"] .md-sm-pull-9 {
        right: 75%;
    }

    div[class*="row-table"] .md-sm-offset-9 {
        margin-left: 75%;
    }

    div[class*="row-table"] .md-sm-10 {
        width: 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    div[class*="row-table"] .md-sm-push-10 {
        left: 83.33333%;
    }

    div[class*="row-table"] .md-sm-pull-10 {
        right: 83.33333%;
    }

    div[class*="row-table"] .md-sm-offset-10 {
        margin-left: 83.33333%;
    }

    div[class*="row-table"] .md-sm-11 {
        width: 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    div[class*="row-table"] .md-sm-push-11 {
        left: 91.66667%;
    }

    div[class*="row-table"] .md-sm-pull-11 {
        right: 91.66667%;
    }

    div[class*="row-table"] .md-sm-offset-11 {
        margin-left: 91.66667%;
    }

    div[class*="row-table"] .md-sm-12 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    div[class*="row-table"] .md-sm-push-12 {
        left: 100%;
    }

    div[class*="row-table"] .md-sm-pull-12 {
        right: 100%;
    }

    div[class*="row-table"] .md-sm-offset-12 {
        margin-left: 100%;
    }
}

@media only screen and (min-width: 1025px) and (min-width: 768px) {
    div[class*="row-table"] .md-md-1 {
        width: 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    div[class*="row-table"] .md-md-push-1 {
        left: 8.33333%;
    }

    div[class*="row-table"] .md-md-pull-1 {
        right: 8.33333%;
    }

    div[class*="row-table"] .md-md-offset-1 {
        margin-left: 8.33333%;
    }

    div[class*="row-table"] .md-md-2 {
        width: 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    div[class*="row-table"] .md-md-push-2 {
        left: 16.66667%;
    }

    div[class*="row-table"] .md-md-pull-2 {
        right: 16.66667%;
    }

    div[class*="row-table"] .md-md-offset-2 {
        margin-left: 16.66667%;
    }

    div[class*="row-table"] .md-md-3 {
        width: 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    div[class*="row-table"] .md-md-push-3 {
        left: 25%;
    }

    div[class*="row-table"] .md-md-pull-3 {
        right: 25%;
    }

    div[class*="row-table"] .md-md-offset-3 {
        margin-left: 25%;
    }

    div[class*="row-table"] .md-md-4 {
        width: 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    div[class*="row-table"] .md-md-push-4 {
        left: 33.33333%;
    }

    div[class*="row-table"] .md-md-pull-4 {
        right: 33.33333%;
    }

    div[class*="row-table"] .md-md-offset-4 {
        margin-left: 33.33333%;
    }

    div[class*="row-table"] .md-md-5 {
        width: 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    div[class*="row-table"] .md-md-push-5 {
        left: 41.66667%;
    }

    div[class*="row-table"] .md-md-pull-5 {
        right: 41.66667%;
    }

    div[class*="row-table"] .md-md-offset-5 {
        margin-left: 41.66667%;
    }

    div[class*="row-table"] .md-md-6 {
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    div[class*="row-table"] .md-md-push-6 {
        left: 50%;
    }

    div[class*="row-table"] .md-md-pull-6 {
        right: 50%;
    }

    div[class*="row-table"] .md-md-offset-6 {
        margin-left: 50%;
    }

    div[class*="row-table"] .md-md-7 {
        width: 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    div[class*="row-table"] .md-md-push-7 {
        left: 58.33333%;
    }

    div[class*="row-table"] .md-md-pull-7 {
        right: 58.33333%;
    }

    div[class*="row-table"] .md-md-offset-7 {
        margin-left: 58.33333%;
    }

    div[class*="row-table"] .md-md-8 {
        width: 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    div[class*="row-table"] .md-md-push-8 {
        left: 66.66667%;
    }

    div[class*="row-table"] .md-md-pull-8 {
        right: 66.66667%;
    }

    div[class*="row-table"] .md-md-offset-8 {
        margin-left: 66.66667%;
    }

    div[class*="row-table"] .md-md-9 {
        width: 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    div[class*="row-table"] .md-md-push-9 {
        left: 75%;
    }

    div[class*="row-table"] .md-md-pull-9 {
        right: 75%;
    }

    div[class*="row-table"] .md-md-offset-9 {
        margin-left: 75%;
    }

    div[class*="row-table"] .md-md-10 {
        width: 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    div[class*="row-table"] .md-md-push-10 {
        left: 83.33333%;
    }

    div[class*="row-table"] .md-md-pull-10 {
        right: 83.33333%;
    }

    div[class*="row-table"] .md-md-offset-10 {
        margin-left: 83.33333%;
    }

    div[class*="row-table"] .md-md-11 {
        width: 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    div[class*="row-table"] .md-md-push-11 {
        left: 91.66667%;
    }

    div[class*="row-table"] .md-md-pull-11 {
        right: 91.66667%;
    }

    div[class*="row-table"] .md-md-offset-11 {
        margin-left: 91.66667%;
    }

    div[class*="row-table"] .md-md-12 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    div[class*="row-table"] .md-md-push-12 {
        left: 100%;
    }

    div[class*="row-table"] .md-md-pull-12 {
        right: 100%;
    }

    div[class*="row-table"] .md-md-offset-12 {
        margin-left: 100%;
    }
}

@media only screen and (min-width: 1025px) and (min-width: 1025px) {
    div[class*="row-table"] .md-lg-1 {
        width: 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    div[class*="row-table"] .md-lg-push-1 {
        left: 8.33333%;
    }

    div[class*="row-table"] .md-lg-pull-1 {
        right: 8.33333%;
    }

    div[class*="row-table"] .md-lg-offset-1 {
        margin-left: 8.33333%;
    }

    div[class*="row-table"] .md-lg-2 {
        width: 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    div[class*="row-table"] .md-lg-push-2 {
        left: 16.66667%;
    }

    div[class*="row-table"] .md-lg-pull-2 {
        right: 16.66667%;
    }

    div[class*="row-table"] .md-lg-offset-2 {
        margin-left: 16.66667%;
    }

    div[class*="row-table"] .md-lg-3 {
        width: 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    div[class*="row-table"] .md-lg-push-3 {
        left: 25%;
    }

    div[class*="row-table"] .md-lg-pull-3 {
        right: 25%;
    }

    div[class*="row-table"] .md-lg-offset-3 {
        margin-left: 25%;
    }

    div[class*="row-table"] .md-lg-4 {
        width: 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    div[class*="row-table"] .md-lg-push-4 {
        left: 33.33333%;
    }

    div[class*="row-table"] .md-lg-pull-4 {
        right: 33.33333%;
    }

    div[class*="row-table"] .md-lg-offset-4 {
        margin-left: 33.33333%;
    }

    div[class*="row-table"] .md-lg-5 {
        width: 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    div[class*="row-table"] .md-lg-push-5 {
        left: 41.66667%;
    }

    div[class*="row-table"] .md-lg-pull-5 {
        right: 41.66667%;
    }

    div[class*="row-table"] .md-lg-offset-5 {
        margin-left: 41.66667%;
    }

    div[class*="row-table"] .md-lg-6 {
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    div[class*="row-table"] .md-lg-push-6 {
        left: 50%;
    }

    div[class*="row-table"] .md-lg-pull-6 {
        right: 50%;
    }

    div[class*="row-table"] .md-lg-offset-6 {
        margin-left: 50%;
    }

    div[class*="row-table"] .md-lg-7 {
        width: 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    div[class*="row-table"] .md-lg-push-7 {
        left: 58.33333%;
    }

    div[class*="row-table"] .md-lg-pull-7 {
        right: 58.33333%;
    }

    div[class*="row-table"] .md-lg-offset-7 {
        margin-left: 58.33333%;
    }

    div[class*="row-table"] .md-lg-8 {
        width: 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    div[class*="row-table"] .md-lg-push-8 {
        left: 66.66667%;
    }

    div[class*="row-table"] .md-lg-pull-8 {
        right: 66.66667%;
    }

    div[class*="row-table"] .md-lg-offset-8 {
        margin-left: 66.66667%;
    }

    div[class*="row-table"] .md-lg-9 {
        width: 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    div[class*="row-table"] .md-lg-push-9 {
        left: 75%;
    }

    div[class*="row-table"] .md-lg-pull-9 {
        right: 75%;
    }

    div[class*="row-table"] .md-lg-offset-9 {
        margin-left: 75%;
    }

    div[class*="row-table"] .md-lg-10 {
        width: 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    div[class*="row-table"] .md-lg-push-10 {
        left: 83.33333%;
    }

    div[class*="row-table"] .md-lg-pull-10 {
        right: 83.33333%;
    }

    div[class*="row-table"] .md-lg-offset-10 {
        margin-left: 83.33333%;
    }

    div[class*="row-table"] .md-lg-11 {
        width: 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    div[class*="row-table"] .md-lg-push-11 {
        left: 91.66667%;
    }

    div[class*="row-table"] .md-lg-pull-11 {
        right: 91.66667%;
    }

    div[class*="row-table"] .md-lg-offset-11 {
        margin-left: 91.66667%;
    }

    div[class*="row-table"] .md-lg-12 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    div[class*="row-table"] .md-lg-push-12 {
        left: 100%;
    }

    div[class*="row-table"] .md-lg-pull-12 {
        right: 100%;
    }

    div[class*="row-table"] .md-lg-offset-12 {
        margin-left: 100%;
    }
}

@media only screen and (min-width: 1025px) and (min-width: 1366px) {
    div[class*="row-table"] .md-xl-1 {
        width: 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    div[class*="row-table"] .md-xl-push-1 {
        left: 8.33333%;
    }

    div[class*="row-table"] .md-xl-pull-1 {
        right: 8.33333%;
    }

    div[class*="row-table"] .md-xl-offset-1 {
        margin-left: 8.33333%;
    }

    div[class*="row-table"] .md-xl-2 {
        width: 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    div[class*="row-table"] .md-xl-push-2 {
        left: 16.66667%;
    }

    div[class*="row-table"] .md-xl-pull-2 {
        right: 16.66667%;
    }

    div[class*="row-table"] .md-xl-offset-2 {
        margin-left: 16.66667%;
    }

    div[class*="row-table"] .md-xl-3 {
        width: 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    div[class*="row-table"] .md-xl-push-3 {
        left: 25%;
    }

    div[class*="row-table"] .md-xl-pull-3 {
        right: 25%;
    }

    div[class*="row-table"] .md-xl-offset-3 {
        margin-left: 25%;
    }

    div[class*="row-table"] .md-xl-4 {
        width: 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    div[class*="row-table"] .md-xl-push-4 {
        left: 33.33333%;
    }

    div[class*="row-table"] .md-xl-pull-4 {
        right: 33.33333%;
    }

    div[class*="row-table"] .md-xl-offset-4 {
        margin-left: 33.33333%;
    }

    div[class*="row-table"] .md-xl-5 {
        width: 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    div[class*="row-table"] .md-xl-push-5 {
        left: 41.66667%;
    }

    div[class*="row-table"] .md-xl-pull-5 {
        right: 41.66667%;
    }

    div[class*="row-table"] .md-xl-offset-5 {
        margin-left: 41.66667%;
    }

    div[class*="row-table"] .md-xl-6 {
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    div[class*="row-table"] .md-xl-push-6 {
        left: 50%;
    }

    div[class*="row-table"] .md-xl-pull-6 {
        right: 50%;
    }

    div[class*="row-table"] .md-xl-offset-6 {
        margin-left: 50%;
    }

    div[class*="row-table"] .md-xl-7 {
        width: 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    div[class*="row-table"] .md-xl-push-7 {
        left: 58.33333%;
    }

    div[class*="row-table"] .md-xl-pull-7 {
        right: 58.33333%;
    }

    div[class*="row-table"] .md-xl-offset-7 {
        margin-left: 58.33333%;
    }

    div[class*="row-table"] .md-xl-8 {
        width: 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    div[class*="row-table"] .md-xl-push-8 {
        left: 66.66667%;
    }

    div[class*="row-table"] .md-xl-pull-8 {
        right: 66.66667%;
    }

    div[class*="row-table"] .md-xl-offset-8 {
        margin-left: 66.66667%;
    }

    div[class*="row-table"] .md-xl-9 {
        width: 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    div[class*="row-table"] .md-xl-push-9 {
        left: 75%;
    }

    div[class*="row-table"] .md-xl-pull-9 {
        right: 75%;
    }

    div[class*="row-table"] .md-xl-offset-9 {
        margin-left: 75%;
    }

    div[class*="row-table"] .md-xl-10 {
        width: 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    div[class*="row-table"] .md-xl-push-10 {
        left: 83.33333%;
    }

    div[class*="row-table"] .md-xl-pull-10 {
        right: 83.33333%;
    }

    div[class*="row-table"] .md-xl-offset-10 {
        margin-left: 83.33333%;
    }

    div[class*="row-table"] .md-xl-11 {
        width: 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    div[class*="row-table"] .md-xl-push-11 {
        left: 91.66667%;
    }

    div[class*="row-table"] .md-xl-pull-11 {
        right: 91.66667%;
    }

    div[class*="row-table"] .md-xl-offset-11 {
        margin-left: 91.66667%;
    }

    div[class*="row-table"] .md-xl-12 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    div[class*="row-table"] .md-xl-push-12 {
        left: 100%;
    }

    div[class*="row-table"] .md-xl-pull-12 {
        right: 100%;
    }

    div[class*="row-table"] .md-xl-offset-12 {
        margin-left: 100%;
    }
}

@media only screen and (min-width: 1025px) and (min-width: 1680px) {
    div[class*="row-table"] .md-xxl-1 {
        width: 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    div[class*="row-table"] .md-xxl-push-1 {
        left: 8.33333%;
    }

    div[class*="row-table"] .md-xxl-pull-1 {
        right: 8.33333%;
    }

    div[class*="row-table"] .md-xxl-offset-1 {
        margin-left: 8.33333%;
    }

    div[class*="row-table"] .md-xxl-2 {
        width: 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    div[class*="row-table"] .md-xxl-push-2 {
        left: 16.66667%;
    }

    div[class*="row-table"] .md-xxl-pull-2 {
        right: 16.66667%;
    }

    div[class*="row-table"] .md-xxl-offset-2 {
        margin-left: 16.66667%;
    }

    div[class*="row-table"] .md-xxl-3 {
        width: 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    div[class*="row-table"] .md-xxl-push-3 {
        left: 25%;
    }

    div[class*="row-table"] .md-xxl-pull-3 {
        right: 25%;
    }

    div[class*="row-table"] .md-xxl-offset-3 {
        margin-left: 25%;
    }

    div[class*="row-table"] .md-xxl-4 {
        width: 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    div[class*="row-table"] .md-xxl-push-4 {
        left: 33.33333%;
    }

    div[class*="row-table"] .md-xxl-pull-4 {
        right: 33.33333%;
    }

    div[class*="row-table"] .md-xxl-offset-4 {
        margin-left: 33.33333%;
    }

    div[class*="row-table"] .md-xxl-5 {
        width: 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    div[class*="row-table"] .md-xxl-push-5 {
        left: 41.66667%;
    }

    div[class*="row-table"] .md-xxl-pull-5 {
        right: 41.66667%;
    }

    div[class*="row-table"] .md-xxl-offset-5 {
        margin-left: 41.66667%;
    }

    div[class*="row-table"] .md-xxl-6 {
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    div[class*="row-table"] .md-xxl-push-6 {
        left: 50%;
    }

    div[class*="row-table"] .md-xxl-pull-6 {
        right: 50%;
    }

    div[class*="row-table"] .md-xxl-offset-6 {
        margin-left: 50%;
    }

    div[class*="row-table"] .md-xxl-7 {
        width: 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    div[class*="row-table"] .md-xxl-push-7 {
        left: 58.33333%;
    }

    div[class*="row-table"] .md-xxl-pull-7 {
        right: 58.33333%;
    }

    div[class*="row-table"] .md-xxl-offset-7 {
        margin-left: 58.33333%;
    }

    div[class*="row-table"] .md-xxl-8 {
        width: 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    div[class*="row-table"] .md-xxl-push-8 {
        left: 66.66667%;
    }

    div[class*="row-table"] .md-xxl-pull-8 {
        right: 66.66667%;
    }

    div[class*="row-table"] .md-xxl-offset-8 {
        margin-left: 66.66667%;
    }

    div[class*="row-table"] .md-xxl-9 {
        width: 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    div[class*="row-table"] .md-xxl-push-9 {
        left: 75%;
    }

    div[class*="row-table"] .md-xxl-pull-9 {
        right: 75%;
    }

    div[class*="row-table"] .md-xxl-offset-9 {
        margin-left: 75%;
    }

    div[class*="row-table"] .md-xxl-10 {
        width: 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    div[class*="row-table"] .md-xxl-push-10 {
        left: 83.33333%;
    }

    div[class*="row-table"] .md-xxl-pull-10 {
        right: 83.33333%;
    }

    div[class*="row-table"] .md-xxl-offset-10 {
        margin-left: 83.33333%;
    }

    div[class*="row-table"] .md-xxl-11 {
        width: 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    div[class*="row-table"] .md-xxl-push-11 {
        left: 91.66667%;
    }

    div[class*="row-table"] .md-xxl-pull-11 {
        right: 91.66667%;
    }

    div[class*="row-table"] .md-xxl-offset-11 {
        margin-left: 91.66667%;
    }

    div[class*="row-table"] .md-xxl-12 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    div[class*="row-table"] .md-xxl-push-12 {
        left: 100%;
    }

    div[class*="row-table"] .md-xxl-pull-12 {
        right: 100%;
    }

    div[class*="row-table"] .md-xxl-offset-12 {
        margin-left: 100%;
    }
}

@media only screen and (min-width: 1025px) {
    div[class*="row-table"] > div[class*='-md'] {
        vertical-align: middle;
        display: table-cell;
        float: none;
    }
}

div[class*="row-table"] .phone-sm-1, div[class*="row-table"] .phone-sm-2, div[class*="row-table"] .phone-sm-3, div[class*="row-table"] .phone-sm-4, div[class*="row-table"] .phone-sm-5, div[class*="row-table"] .phone-sm-6, div[class*="row-table"] .phone-sm-7, div[class*="row-table"] .phone-sm-8, div[class*="row-table"] .phone-sm-9, div[class*="row-table"] .phone-sm-10, div[class*="row-table"] .phone-sm-11, div[class*="row-table"] .phone-sm-12, div[class*="row-table"] .phone-md-1, div[class*="row-table"] .phone-md-2, div[class*="row-table"] .phone-md-3, div[class*="row-table"] .phone-md-4, div[class*="row-table"] .phone-md-5, div[class*="row-table"] .phone-md-6, div[class*="row-table"] .phone-md-7, div[class*="row-table"] .phone-md-8, div[class*="row-table"] .phone-md-9, div[class*="row-table"] .phone-md-10, div[class*="row-table"] .phone-md-11, div[class*="row-table"] .phone-md-12, div[class*="row-table"] .phone-lg-1, div[class*="row-table"] .phone-lg-2, div[class*="row-table"] .phone-lg-3, div[class*="row-table"] .phone-lg-4, div[class*="row-table"] .phone-lg-5, div[class*="row-table"] .phone-lg-6, div[class*="row-table"] .phone-lg-7, div[class*="row-table"] .phone-lg-8, div[class*="row-table"] .phone-lg-9, div[class*="row-table"] .phone-lg-10, div[class*="row-table"] .phone-lg-11, div[class*="row-table"] .phone-lg-12, div[class*="row-table"] .phone-xl-1, div[class*="row-table"] .phone-xl-2, div[class*="row-table"] .phone-xl-3, div[class*="row-table"] .phone-xl-4, div[class*="row-table"] .phone-xl-5, div[class*="row-table"] .phone-xl-6, div[class*="row-table"] .phone-xl-7, div[class*="row-table"] .phone-xl-8, div[class*="row-table"] .phone-xl-9, div[class*="row-table"] .phone-xl-10, div[class*="row-table"] .phone-xl-11, div[class*="row-table"] .phone-xl-12, div[class*="row-table"] .phone-xxl-1, div[class*="row-table"] .phone-xxl-2, div[class*="row-table"] .phone-xxl-3, div[class*="row-table"] .phone-xxl-4, div[class*="row-table"] .phone-xxl-5, div[class*="row-table"] .phone-xxl-6, div[class*="row-table"] .phone-xxl-7, div[class*="row-table"] .phone-xxl-8, div[class*="row-table"] .phone-xxl-9, div[class*="row-table"] .phone-xxl-10, div[class*="row-table"] .phone-xxl-11, div[class*="row-table"] .phone-xxl-12, div[class*="row-table"] .xs-sm-1, div[class*="row-table"] .xs-sm-2, div[class*="row-table"] .xs-sm-3, div[class*="row-table"] .xs-sm-4, div[class*="row-table"] .xs-sm-5, div[class*="row-table"] .xs-sm-6, div[class*="row-table"] .xs-sm-7, div[class*="row-table"] .xs-sm-8, div[class*="row-table"] .xs-sm-9, div[class*="row-table"] .xs-sm-10, div[class*="row-table"] .xs-sm-11, div[class*="row-table"] .xs-sm-12, div[class*="row-table"] .xs-md-1, div[class*="row-table"] .xs-md-2, div[class*="row-table"] .xs-md-3, div[class*="row-table"] .xs-md-4, div[class*="row-table"] .xs-md-5, div[class*="row-table"] .xs-md-6, div[class*="row-table"] .xs-md-7, div[class*="row-table"] .xs-md-8, div[class*="row-table"] .xs-md-9, div[class*="row-table"] .xs-md-10, div[class*="row-table"] .xs-md-11, div[class*="row-table"] .xs-md-12, div[class*="row-table"] .xs-lg-1, div[class*="row-table"] .xs-lg-2, div[class*="row-table"] .xs-lg-3, div[class*="row-table"] .xs-lg-4, div[class*="row-table"] .xs-lg-5, div[class*="row-table"] .xs-lg-6, div[class*="row-table"] .xs-lg-7, div[class*="row-table"] .xs-lg-8, div[class*="row-table"] .xs-lg-9, div[class*="row-table"] .xs-lg-10, div[class*="row-table"] .xs-lg-11, div[class*="row-table"] .xs-lg-12, div[class*="row-table"] .xs-xl-1, div[class*="row-table"] .xs-xl-2, div[class*="row-table"] .xs-xl-3, div[class*="row-table"] .xs-xl-4, div[class*="row-table"] .xs-xl-5, div[class*="row-table"] .xs-xl-6, div[class*="row-table"] .xs-xl-7, div[class*="row-table"] .xs-xl-8, div[class*="row-table"] .xs-xl-9, div[class*="row-table"] .xs-xl-10, div[class*="row-table"] .xs-xl-11, div[class*="row-table"] .xs-xl-12, div[class*="row-table"] .xs-xxl-1, div[class*="row-table"] .xs-xxl-2, div[class*="row-table"] .xs-xxl-3, div[class*="row-table"] .xs-xxl-4, div[class*="row-table"] .xs-xxl-5, div[class*="row-table"] .xs-xxl-6, div[class*="row-table"] .xs-xxl-7, div[class*="row-table"] .xs-xxl-8, div[class*="row-table"] .xs-xxl-9, div[class*="row-table"] .xs-xxl-10, div[class*="row-table"] .xs-xxl-11, div[class*="row-table"] .xs-xxl-12, div[class*="row-table"] .tablet-sm-1, div[class*="row-table"] .tablet-sm-2, div[class*="row-table"] .tablet-sm-3, div[class*="row-table"] .tablet-sm-4, div[class*="row-table"] .tablet-sm-5, div[class*="row-table"] .tablet-sm-6, div[class*="row-table"] .tablet-sm-7, div[class*="row-table"] .tablet-sm-8, div[class*="row-table"] .tablet-sm-9, div[class*="row-table"] .tablet-sm-10, div[class*="row-table"] .tablet-sm-11, div[class*="row-table"] .tablet-sm-12, div[class*="row-table"] .tablet-md-1, div[class*="row-table"] .tablet-md-2, div[class*="row-table"] .tablet-md-3, div[class*="row-table"] .tablet-md-4, div[class*="row-table"] .tablet-md-5, div[class*="row-table"] .tablet-md-6, div[class*="row-table"] .tablet-md-7, div[class*="row-table"] .tablet-md-8, div[class*="row-table"] .tablet-md-9, div[class*="row-table"] .tablet-md-10, div[class*="row-table"] .tablet-md-11, div[class*="row-table"] .tablet-md-12, div[class*="row-table"] .tablet-lg-1, div[class*="row-table"] .tablet-lg-2, div[class*="row-table"] .tablet-lg-3, div[class*="row-table"] .tablet-lg-4, div[class*="row-table"] .tablet-lg-5, div[class*="row-table"] .tablet-lg-6, div[class*="row-table"] .tablet-lg-7, div[class*="row-table"] .tablet-lg-8, div[class*="row-table"] .tablet-lg-9, div[class*="row-table"] .tablet-lg-10, div[class*="row-table"] .tablet-lg-11, div[class*="row-table"] .tablet-lg-12, div[class*="row-table"] .tablet-xl-1, div[class*="row-table"] .tablet-xl-2, div[class*="row-table"] .tablet-xl-3, div[class*="row-table"] .tablet-xl-4, div[class*="row-table"] .tablet-xl-5, div[class*="row-table"] .tablet-xl-6, div[class*="row-table"] .tablet-xl-7, div[class*="row-table"] .tablet-xl-8, div[class*="row-table"] .tablet-xl-9, div[class*="row-table"] .tablet-xl-10, div[class*="row-table"] .tablet-xl-11, div[class*="row-table"] .tablet-xl-12, div[class*="row-table"] .tablet-xxl-1, div[class*="row-table"] .tablet-xxl-2, div[class*="row-table"] .tablet-xxl-3, div[class*="row-table"] .tablet-xxl-4, div[class*="row-table"] .tablet-xxl-5, div[class*="row-table"] .tablet-xxl-6, div[class*="row-table"] .tablet-xxl-7, div[class*="row-table"] .tablet-xxl-8, div[class*="row-table"] .tablet-xxl-9, div[class*="row-table"] .tablet-xxl-10, div[class*="row-table"] .tablet-xxl-11, div[class*="row-table"] .tablet-xxl-12, div[class*="row-table"] .sm-sm-1, div[class*="row-table"] .sm-sm-2, div[class*="row-table"] .sm-sm-3, div[class*="row-table"] .sm-sm-4, div[class*="row-table"] .sm-sm-5, div[class*="row-table"] .sm-sm-6, div[class*="row-table"] .sm-sm-7, div[class*="row-table"] .sm-sm-8, div[class*="row-table"] .sm-sm-9, div[class*="row-table"] .sm-sm-10, div[class*="row-table"] .sm-sm-11, div[class*="row-table"] .sm-sm-12, div[class*="row-table"] .sm-md-1, div[class*="row-table"] .sm-md-2, div[class*="row-table"] .sm-md-3, div[class*="row-table"] .sm-md-4, div[class*="row-table"] .sm-md-5, div[class*="row-table"] .sm-md-6, div[class*="row-table"] .sm-md-7, div[class*="row-table"] .sm-md-8, div[class*="row-table"] .sm-md-9, div[class*="row-table"] .sm-md-10, div[class*="row-table"] .sm-md-11, div[class*="row-table"] .sm-md-12, div[class*="row-table"] .sm-lg-1, div[class*="row-table"] .sm-lg-2, div[class*="row-table"] .sm-lg-3, div[class*="row-table"] .sm-lg-4, div[class*="row-table"] .sm-lg-5, div[class*="row-table"] .sm-lg-6, div[class*="row-table"] .sm-lg-7, div[class*="row-table"] .sm-lg-8, div[class*="row-table"] .sm-lg-9, div[class*="row-table"] .sm-lg-10, div[class*="row-table"] .sm-lg-11, div[class*="row-table"] .sm-lg-12, div[class*="row-table"] .sm-xl-1, div[class*="row-table"] .sm-xl-2, div[class*="row-table"] .sm-xl-3, div[class*="row-table"] .sm-xl-4, div[class*="row-table"] .sm-xl-5, div[class*="row-table"] .sm-xl-6, div[class*="row-table"] .sm-xl-7, div[class*="row-table"] .sm-xl-8, div[class*="row-table"] .sm-xl-9, div[class*="row-table"] .sm-xl-10, div[class*="row-table"] .sm-xl-11, div[class*="row-table"] .sm-xl-12, div[class*="row-table"] .sm-xxl-1, div[class*="row-table"] .sm-xxl-2, div[class*="row-table"] .sm-xxl-3, div[class*="row-table"] .sm-xxl-4, div[class*="row-table"] .sm-xxl-5, div[class*="row-table"] .sm-xxl-6, div[class*="row-table"] .sm-xxl-7, div[class*="row-table"] .sm-xxl-8, div[class*="row-table"] .sm-xxl-9, div[class*="row-table"] .sm-xxl-10, div[class*="row-table"] .sm-xxl-11, div[class*="row-table"] .sm-xxl-12, div[class*="row-table"] .md-sm-1, div[class*="row-table"] .md-sm-2, div[class*="row-table"] .md-sm-3, div[class*="row-table"] .md-sm-4, div[class*="row-table"] .md-sm-5, div[class*="row-table"] .md-sm-6, div[class*="row-table"] .md-sm-7, div[class*="row-table"] .md-sm-8, div[class*="row-table"] .md-sm-9, div[class*="row-table"] .md-sm-10, div[class*="row-table"] .md-sm-11, div[class*="row-table"] .md-sm-12, div[class*="row-table"] .md-md-1, div[class*="row-table"] .md-md-2, div[class*="row-table"] .md-md-3, div[class*="row-table"] .md-md-4, div[class*="row-table"] .md-md-5, div[class*="row-table"] .md-md-6, div[class*="row-table"] .md-md-7, div[class*="row-table"] .md-md-8, div[class*="row-table"] .md-md-9, div[class*="row-table"] .md-md-10, div[class*="row-table"] .md-md-11, div[class*="row-table"] .md-md-12, div[class*="row-table"] .md-lg-1, div[class*="row-table"] .md-lg-2, div[class*="row-table"] .md-lg-3, div[class*="row-table"] .md-lg-4, div[class*="row-table"] .md-lg-5, div[class*="row-table"] .md-lg-6, div[class*="row-table"] .md-lg-7, div[class*="row-table"] .md-lg-8, div[class*="row-table"] .md-lg-9, div[class*="row-table"] .md-lg-10, div[class*="row-table"] .md-lg-11, div[class*="row-table"] .md-lg-12, div[class*="row-table"] .md-xl-1, div[class*="row-table"] .md-xl-2, div[class*="row-table"] .md-xl-3, div[class*="row-table"] .md-xl-4, div[class*="row-table"] .md-xl-5, div[class*="row-table"] .md-xl-6, div[class*="row-table"] .md-xl-7, div[class*="row-table"] .md-xl-8, div[class*="row-table"] .md-xl-9, div[class*="row-table"] .md-xl-10, div[class*="row-table"] .md-xl-11, div[class*="row-table"] .md-xl-12, div[class*="row-table"] .md-xxl-1, div[class*="row-table"] .md-xxl-2, div[class*="row-table"] .md-xxl-3, div[class*="row-table"] .md-xxl-4, div[class*="row-table"] .md-xxl-5, div[class*="row-table"] .md-xxl-6, div[class*="row-table"] .md-xxl-7, div[class*="row-table"] .md-xxl-8, div[class*="row-table"] .md-xxl-9, div[class*="row-table"] .md-xxl-10, div[class*="row-table"] .md-xxl-11, div[class*="row-table"] .md-xxl-12, div[class*="row-table"] .col-fixed-sm-1, div[class*="row-table"] .col-fixed-sm-2, div[class*="row-table"] .col-fixed-sm-3, div[class*="row-table"] .col-fixed-sm-4, div[class*="row-table"] .col-fixed-sm-5, div[class*="row-table"] .col-fixed-sm-6, div[class*="row-table"] .col-fixed-sm-7, div[class*="row-table"] .col-fixed-sm-8, div[class*="row-table"] .col-fixed-sm-9, div[class*="row-table"] .col-fixed-sm-10, div[class*="row-table"] .col-fixed-sm-11, div[class*="row-table"] .col-fixed-sm-12, div[class*="row-table"] .col-fixed-md-1, div[class*="row-table"] .col-fixed-md-2, div[class*="row-table"] .col-fixed-md-3, div[class*="row-table"] .col-fixed-md-4, div[class*="row-table"] .col-fixed-md-5, div[class*="row-table"] .col-fixed-md-6, div[class*="row-table"] .col-fixed-md-7, div[class*="row-table"] .col-fixed-md-8, div[class*="row-table"] .col-fixed-md-9, div[class*="row-table"] .col-fixed-md-10, div[class*="row-table"] .col-fixed-md-11, div[class*="row-table"] .col-fixed-md-12, div[class*="row-table"] .col-fixed-lg-1, div[class*="row-table"] .col-fixed-lg-2, div[class*="row-table"] .col-fixed-lg-3, div[class*="row-table"] .col-fixed-lg-4, div[class*="row-table"] .col-fixed-lg-5, div[class*="row-table"] .col-fixed-lg-6, div[class*="row-table"] .col-fixed-lg-7, div[class*="row-table"] .col-fixed-lg-8, div[class*="row-table"] .col-fixed-lg-9, div[class*="row-table"] .col-fixed-lg-10, div[class*="row-table"] .col-fixed-lg-11, div[class*="row-table"] .col-fixed-lg-12, div[class*="row-table"] .col-fixed-xl-1, div[class*="row-table"] .col-fixed-xl-2, div[class*="row-table"] .col-fixed-xl-3, div[class*="row-table"] .col-fixed-xl-4, div[class*="row-table"] .col-fixed-xl-5, div[class*="row-table"] .col-fixed-xl-6, div[class*="row-table"] .col-fixed-xl-7, div[class*="row-table"] .col-fixed-xl-8, div[class*="row-table"] .col-fixed-xl-9, div[class*="row-table"] .col-fixed-xl-10, div[class*="row-table"] .col-fixed-xl-11, div[class*="row-table"] .col-fixed-xl-12, div[class*="row-table"] .col-fixed-xxl-1, div[class*="row-table"] .col-fixed-xxl-2, div[class*="row-table"] .col-fixed-xxl-3, div[class*="row-table"] .col-fixed-xxl-4, div[class*="row-table"] .col-fixed-xxl-5, div[class*="row-table"] .col-fixed-xxl-6, div[class*="row-table"] .col-fixed-xxl-7, div[class*="row-table"] .col-fixed-xxl-8, div[class*="row-table"] .col-fixed-xxl-9, div[class*="row-table"] .col-fixed-xxl-10, div[class*="row-table"] .col-fixed-xxl-11, div[class*="row-table"] .col-fixed-xxl-12, div[class*="row-table"] .span-sm-1, div[class*="row-table"] .span-sm-2, div[class*="row-table"] .span-sm-3, div[class*="row-table"] .span-sm-4, div[class*="row-table"] .span-sm-5, div[class*="row-table"] .span-sm-6, div[class*="row-table"] .span-sm-7, div[class*="row-table"] .span-sm-8, div[class*="row-table"] .span-sm-9, div[class*="row-table"] .span-sm-10, div[class*="row-table"] .span-sm-11, div[class*="row-table"] .span-sm-12, div[class*="row-table"] .span-md-1, div[class*="row-table"] .span-md-2, div[class*="row-table"] .span-md-3, div[class*="row-table"] .span-md-4, div[class*="row-table"] .span-md-5, div[class*="row-table"] .span-md-6, div[class*="row-table"] .span-md-7, div[class*="row-table"] .span-md-8, div[class*="row-table"] .span-md-9, div[class*="row-table"] .span-md-10, div[class*="row-table"] .span-md-11, div[class*="row-table"] .span-md-12, div[class*="row-table"] .span-lg-1, div[class*="row-table"] .span-lg-2, div[class*="row-table"] .span-lg-3, div[class*="row-table"] .span-lg-4, div[class*="row-table"] .span-lg-5, div[class*="row-table"] .span-lg-6, div[class*="row-table"] .span-lg-7, div[class*="row-table"] .span-lg-8, div[class*="row-table"] .span-lg-9, div[class*="row-table"] .span-lg-10, div[class*="row-table"] .span-lg-11, div[class*="row-table"] .span-lg-12, div[class*="row-table"] .span-xl-1, div[class*="row-table"] .span-xl-2, div[class*="row-table"] .span-xl-3, div[class*="row-table"] .span-xl-4, div[class*="row-table"] .span-xl-5, div[class*="row-table"] .span-xl-6, div[class*="row-table"] .span-xl-7, div[class*="row-table"] .span-xl-8, div[class*="row-table"] .span-xl-9, div[class*="row-table"] .span-xl-10, div[class*="row-table"] .span-xl-11, div[class*="row-table"] .span-xl-12, div[class*="row-table"] .span-xxl-1, div[class*="row-table"] .span-xxl-2, div[class*="row-table"] .span-xxl-3, div[class*="row-table"] .span-xxl-4, div[class*="row-table"] .span-xxl-5, div[class*="row-table"] .span-xxl-6, div[class*="row-table"] .span-xxl-7, div[class*="row-table"] .span-xxl-8, div[class*="row-table"] .span-xxl-9, div[class*="row-table"] .span-xxl-10, div[class*="row-table"] .span-xxl-11, div[class*="row-table"] .span-xxl-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}

@media (min-width: 576px) {
    div[class*="row-table"] .col-fixed-sm-1 {
        width: 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    div[class*="row-table"] .col-fixed-sm-push-1 {
        left: 8.33333%;
    }

    div[class*="row-table"] .col-fixed-sm-pull-1 {
        right: 8.33333%;
    }

    div[class*="row-table"] .col-fixed-sm-offset-1 {
        margin-left: 8.33333%;
    }

    div[class*="row-table"] .col-fixed-sm-2 {
        width: 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    div[class*="row-table"] .col-fixed-sm-push-2 {
        left: 16.66667%;
    }

    div[class*="row-table"] .col-fixed-sm-pull-2 {
        right: 16.66667%;
    }

    div[class*="row-table"] .col-fixed-sm-offset-2 {
        margin-left: 16.66667%;
    }

    div[class*="row-table"] .col-fixed-sm-3 {
        width: 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    div[class*="row-table"] .col-fixed-sm-push-3 {
        left: 25%;
    }

    div[class*="row-table"] .col-fixed-sm-pull-3 {
        right: 25%;
    }

    div[class*="row-table"] .col-fixed-sm-offset-3 {
        margin-left: 25%;
    }

    div[class*="row-table"] .col-fixed-sm-4 {
        width: 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    div[class*="row-table"] .col-fixed-sm-push-4 {
        left: 33.33333%;
    }

    div[class*="row-table"] .col-fixed-sm-pull-4 {
        right: 33.33333%;
    }

    div[class*="row-table"] .col-fixed-sm-offset-4 {
        margin-left: 33.33333%;
    }

    div[class*="row-table"] .col-fixed-sm-5 {
        width: 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    div[class*="row-table"] .col-fixed-sm-push-5 {
        left: 41.66667%;
    }

    div[class*="row-table"] .col-fixed-sm-pull-5 {
        right: 41.66667%;
    }

    div[class*="row-table"] .col-fixed-sm-offset-5 {
        margin-left: 41.66667%;
    }

    div[class*="row-table"] .col-fixed-sm-6 {
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    div[class*="row-table"] .col-fixed-sm-push-6 {
        left: 50%;
    }

    div[class*="row-table"] .col-fixed-sm-pull-6 {
        right: 50%;
    }

    div[class*="row-table"] .col-fixed-sm-offset-6 {
        margin-left: 50%;
    }

    div[class*="row-table"] .col-fixed-sm-7 {
        width: 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    div[class*="row-table"] .col-fixed-sm-push-7 {
        left: 58.33333%;
    }

    div[class*="row-table"] .col-fixed-sm-pull-7 {
        right: 58.33333%;
    }

    div[class*="row-table"] .col-fixed-sm-offset-7 {
        margin-left: 58.33333%;
    }

    div[class*="row-table"] .col-fixed-sm-8 {
        width: 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    div[class*="row-table"] .col-fixed-sm-push-8 {
        left: 66.66667%;
    }

    div[class*="row-table"] .col-fixed-sm-pull-8 {
        right: 66.66667%;
    }

    div[class*="row-table"] .col-fixed-sm-offset-8 {
        margin-left: 66.66667%;
    }

    div[class*="row-table"] .col-fixed-sm-9 {
        width: 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    div[class*="row-table"] .col-fixed-sm-push-9 {
        left: 75%;
    }

    div[class*="row-table"] .col-fixed-sm-pull-9 {
        right: 75%;
    }

    div[class*="row-table"] .col-fixed-sm-offset-9 {
        margin-left: 75%;
    }

    div[class*="row-table"] .col-fixed-sm-10 {
        width: 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    div[class*="row-table"] .col-fixed-sm-push-10 {
        left: 83.33333%;
    }

    div[class*="row-table"] .col-fixed-sm-pull-10 {
        right: 83.33333%;
    }

    div[class*="row-table"] .col-fixed-sm-offset-10 {
        margin-left: 83.33333%;
    }

    div[class*="row-table"] .col-fixed-sm-11 {
        width: 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    div[class*="row-table"] .col-fixed-sm-push-11 {
        left: 91.66667%;
    }

    div[class*="row-table"] .col-fixed-sm-pull-11 {
        right: 91.66667%;
    }

    div[class*="row-table"] .col-fixed-sm-offset-11 {
        margin-left: 91.66667%;
    }

    div[class*="row-table"] .col-fixed-sm-12 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    div[class*="row-table"] .col-fixed-sm-push-12 {
        left: 100%;
    }

    div[class*="row-table"] .col-fixed-sm-pull-12 {
        right: 100%;
    }

    div[class*="row-table"] .col-fixed-sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 768px) {
    div[class*="row-table"] .col-fixed-md-1 {
        width: 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    div[class*="row-table"] .col-fixed-md-push-1 {
        left: 8.33333%;
    }

    div[class*="row-table"] .col-fixed-md-pull-1 {
        right: 8.33333%;
    }

    div[class*="row-table"] .col-fixed-md-offset-1 {
        margin-left: 8.33333%;
    }

    div[class*="row-table"] .col-fixed-md-2 {
        width: 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    div[class*="row-table"] .col-fixed-md-push-2 {
        left: 16.66667%;
    }

    div[class*="row-table"] .col-fixed-md-pull-2 {
        right: 16.66667%;
    }

    div[class*="row-table"] .col-fixed-md-offset-2 {
        margin-left: 16.66667%;
    }

    div[class*="row-table"] .col-fixed-md-3 {
        width: 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    div[class*="row-table"] .col-fixed-md-push-3 {
        left: 25%;
    }

    div[class*="row-table"] .col-fixed-md-pull-3 {
        right: 25%;
    }

    div[class*="row-table"] .col-fixed-md-offset-3 {
        margin-left: 25%;
    }

    div[class*="row-table"] .col-fixed-md-4 {
        width: 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    div[class*="row-table"] .col-fixed-md-push-4 {
        left: 33.33333%;
    }

    div[class*="row-table"] .col-fixed-md-pull-4 {
        right: 33.33333%;
    }

    div[class*="row-table"] .col-fixed-md-offset-4 {
        margin-left: 33.33333%;
    }

    div[class*="row-table"] .col-fixed-md-5 {
        width: 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    div[class*="row-table"] .col-fixed-md-push-5 {
        left: 41.66667%;
    }

    div[class*="row-table"] .col-fixed-md-pull-5 {
        right: 41.66667%;
    }

    div[class*="row-table"] .col-fixed-md-offset-5 {
        margin-left: 41.66667%;
    }

    div[class*="row-table"] .col-fixed-md-6 {
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    div[class*="row-table"] .col-fixed-md-push-6 {
        left: 50%;
    }

    div[class*="row-table"] .col-fixed-md-pull-6 {
        right: 50%;
    }

    div[class*="row-table"] .col-fixed-md-offset-6 {
        margin-left: 50%;
    }

    div[class*="row-table"] .col-fixed-md-7 {
        width: 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    div[class*="row-table"] .col-fixed-md-push-7 {
        left: 58.33333%;
    }

    div[class*="row-table"] .col-fixed-md-pull-7 {
        right: 58.33333%;
    }

    div[class*="row-table"] .col-fixed-md-offset-7 {
        margin-left: 58.33333%;
    }

    div[class*="row-table"] .col-fixed-md-8 {
        width: 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    div[class*="row-table"] .col-fixed-md-push-8 {
        left: 66.66667%;
    }

    div[class*="row-table"] .col-fixed-md-pull-8 {
        right: 66.66667%;
    }

    div[class*="row-table"] .col-fixed-md-offset-8 {
        margin-left: 66.66667%;
    }

    div[class*="row-table"] .col-fixed-md-9 {
        width: 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    div[class*="row-table"] .col-fixed-md-push-9 {
        left: 75%;
    }

    div[class*="row-table"] .col-fixed-md-pull-9 {
        right: 75%;
    }

    div[class*="row-table"] .col-fixed-md-offset-9 {
        margin-left: 75%;
    }

    div[class*="row-table"] .col-fixed-md-10 {
        width: 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    div[class*="row-table"] .col-fixed-md-push-10 {
        left: 83.33333%;
    }

    div[class*="row-table"] .col-fixed-md-pull-10 {
        right: 83.33333%;
    }

    div[class*="row-table"] .col-fixed-md-offset-10 {
        margin-left: 83.33333%;
    }

    div[class*="row-table"] .col-fixed-md-11 {
        width: 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    div[class*="row-table"] .col-fixed-md-push-11 {
        left: 91.66667%;
    }

    div[class*="row-table"] .col-fixed-md-pull-11 {
        right: 91.66667%;
    }

    div[class*="row-table"] .col-fixed-md-offset-11 {
        margin-left: 91.66667%;
    }

    div[class*="row-table"] .col-fixed-md-12 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    div[class*="row-table"] .col-fixed-md-push-12 {
        left: 100%;
    }

    div[class*="row-table"] .col-fixed-md-pull-12 {
        right: 100%;
    }

    div[class*="row-table"] .col-fixed-md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1025px) {
    div[class*="row-table"] .col-fixed-lg-1 {
        width: 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    div[class*="row-table"] .col-fixed-lg-push-1 {
        left: 8.33333%;
    }

    div[class*="row-table"] .col-fixed-lg-pull-1 {
        right: 8.33333%;
    }

    div[class*="row-table"] .col-fixed-lg-offset-1 {
        margin-left: 8.33333%;
    }

    div[class*="row-table"] .col-fixed-lg-2 {
        width: 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    div[class*="row-table"] .col-fixed-lg-push-2 {
        left: 16.66667%;
    }

    div[class*="row-table"] .col-fixed-lg-pull-2 {
        right: 16.66667%;
    }

    div[class*="row-table"] .col-fixed-lg-offset-2 {
        margin-left: 16.66667%;
    }

    div[class*="row-table"] .col-fixed-lg-3 {
        width: 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    div[class*="row-table"] .col-fixed-lg-push-3 {
        left: 25%;
    }

    div[class*="row-table"] .col-fixed-lg-pull-3 {
        right: 25%;
    }

    div[class*="row-table"] .col-fixed-lg-offset-3 {
        margin-left: 25%;
    }

    div[class*="row-table"] .col-fixed-lg-4 {
        width: 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    div[class*="row-table"] .col-fixed-lg-push-4 {
        left: 33.33333%;
    }

    div[class*="row-table"] .col-fixed-lg-pull-4 {
        right: 33.33333%;
    }

    div[class*="row-table"] .col-fixed-lg-offset-4 {
        margin-left: 33.33333%;
    }

    div[class*="row-table"] .col-fixed-lg-5 {
        width: 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    div[class*="row-table"] .col-fixed-lg-push-5 {
        left: 41.66667%;
    }

    div[class*="row-table"] .col-fixed-lg-pull-5 {
        right: 41.66667%;
    }

    div[class*="row-table"] .col-fixed-lg-offset-5 {
        margin-left: 41.66667%;
    }

    div[class*="row-table"] .col-fixed-lg-6 {
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    div[class*="row-table"] .col-fixed-lg-push-6 {
        left: 50%;
    }

    div[class*="row-table"] .col-fixed-lg-pull-6 {
        right: 50%;
    }

    div[class*="row-table"] .col-fixed-lg-offset-6 {
        margin-left: 50%;
    }

    div[class*="row-table"] .col-fixed-lg-7 {
        width: 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    div[class*="row-table"] .col-fixed-lg-push-7 {
        left: 58.33333%;
    }

    div[class*="row-table"] .col-fixed-lg-pull-7 {
        right: 58.33333%;
    }

    div[class*="row-table"] .col-fixed-lg-offset-7 {
        margin-left: 58.33333%;
    }

    div[class*="row-table"] .col-fixed-lg-8 {
        width: 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    div[class*="row-table"] .col-fixed-lg-push-8 {
        left: 66.66667%;
    }

    div[class*="row-table"] .col-fixed-lg-pull-8 {
        right: 66.66667%;
    }

    div[class*="row-table"] .col-fixed-lg-offset-8 {
        margin-left: 66.66667%;
    }

    div[class*="row-table"] .col-fixed-lg-9 {
        width: 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    div[class*="row-table"] .col-fixed-lg-push-9 {
        left: 75%;
    }

    div[class*="row-table"] .col-fixed-lg-pull-9 {
        right: 75%;
    }

    div[class*="row-table"] .col-fixed-lg-offset-9 {
        margin-left: 75%;
    }

    div[class*="row-table"] .col-fixed-lg-10 {
        width: 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    div[class*="row-table"] .col-fixed-lg-push-10 {
        left: 83.33333%;
    }

    div[class*="row-table"] .col-fixed-lg-pull-10 {
        right: 83.33333%;
    }

    div[class*="row-table"] .col-fixed-lg-offset-10 {
        margin-left: 83.33333%;
    }

    div[class*="row-table"] .col-fixed-lg-11 {
        width: 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    div[class*="row-table"] .col-fixed-lg-push-11 {
        left: 91.66667%;
    }

    div[class*="row-table"] .col-fixed-lg-pull-11 {
        right: 91.66667%;
    }

    div[class*="row-table"] .col-fixed-lg-offset-11 {
        margin-left: 91.66667%;
    }

    div[class*="row-table"] .col-fixed-lg-12 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    div[class*="row-table"] .col-fixed-lg-push-12 {
        left: 100%;
    }

    div[class*="row-table"] .col-fixed-lg-pull-12 {
        right: 100%;
    }

    div[class*="row-table"] .col-fixed-lg-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1366px) {
    div[class*="row-table"] .col-fixed-xl-1 {
        width: 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    div[class*="row-table"] .col-fixed-xl-push-1 {
        left: 8.33333%;
    }

    div[class*="row-table"] .col-fixed-xl-pull-1 {
        right: 8.33333%;
    }

    div[class*="row-table"] .col-fixed-xl-offset-1 {
        margin-left: 8.33333%;
    }

    div[class*="row-table"] .col-fixed-xl-2 {
        width: 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    div[class*="row-table"] .col-fixed-xl-push-2 {
        left: 16.66667%;
    }

    div[class*="row-table"] .col-fixed-xl-pull-2 {
        right: 16.66667%;
    }

    div[class*="row-table"] .col-fixed-xl-offset-2 {
        margin-left: 16.66667%;
    }

    div[class*="row-table"] .col-fixed-xl-3 {
        width: 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    div[class*="row-table"] .col-fixed-xl-push-3 {
        left: 25%;
    }

    div[class*="row-table"] .col-fixed-xl-pull-3 {
        right: 25%;
    }

    div[class*="row-table"] .col-fixed-xl-offset-3 {
        margin-left: 25%;
    }

    div[class*="row-table"] .col-fixed-xl-4 {
        width: 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    div[class*="row-table"] .col-fixed-xl-push-4 {
        left: 33.33333%;
    }

    div[class*="row-table"] .col-fixed-xl-pull-4 {
        right: 33.33333%;
    }

    div[class*="row-table"] .col-fixed-xl-offset-4 {
        margin-left: 33.33333%;
    }

    div[class*="row-table"] .col-fixed-xl-5 {
        width: 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    div[class*="row-table"] .col-fixed-xl-push-5 {
        left: 41.66667%;
    }

    div[class*="row-table"] .col-fixed-xl-pull-5 {
        right: 41.66667%;
    }

    div[class*="row-table"] .col-fixed-xl-offset-5 {
        margin-left: 41.66667%;
    }

    div[class*="row-table"] .col-fixed-xl-6 {
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    div[class*="row-table"] .col-fixed-xl-push-6 {
        left: 50%;
    }

    div[class*="row-table"] .col-fixed-xl-pull-6 {
        right: 50%;
    }

    div[class*="row-table"] .col-fixed-xl-offset-6 {
        margin-left: 50%;
    }

    div[class*="row-table"] .col-fixed-xl-7 {
        width: 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    div[class*="row-table"] .col-fixed-xl-push-7 {
        left: 58.33333%;
    }

    div[class*="row-table"] .col-fixed-xl-pull-7 {
        right: 58.33333%;
    }

    div[class*="row-table"] .col-fixed-xl-offset-7 {
        margin-left: 58.33333%;
    }

    div[class*="row-table"] .col-fixed-xl-8 {
        width: 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    div[class*="row-table"] .col-fixed-xl-push-8 {
        left: 66.66667%;
    }

    div[class*="row-table"] .col-fixed-xl-pull-8 {
        right: 66.66667%;
    }

    div[class*="row-table"] .col-fixed-xl-offset-8 {
        margin-left: 66.66667%;
    }

    div[class*="row-table"] .col-fixed-xl-9 {
        width: 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    div[class*="row-table"] .col-fixed-xl-push-9 {
        left: 75%;
    }

    div[class*="row-table"] .col-fixed-xl-pull-9 {
        right: 75%;
    }

    div[class*="row-table"] .col-fixed-xl-offset-9 {
        margin-left: 75%;
    }

    div[class*="row-table"] .col-fixed-xl-10 {
        width: 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    div[class*="row-table"] .col-fixed-xl-push-10 {
        left: 83.33333%;
    }

    div[class*="row-table"] .col-fixed-xl-pull-10 {
        right: 83.33333%;
    }

    div[class*="row-table"] .col-fixed-xl-offset-10 {
        margin-left: 83.33333%;
    }

    div[class*="row-table"] .col-fixed-xl-11 {
        width: 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    div[class*="row-table"] .col-fixed-xl-push-11 {
        left: 91.66667%;
    }

    div[class*="row-table"] .col-fixed-xl-pull-11 {
        right: 91.66667%;
    }

    div[class*="row-table"] .col-fixed-xl-offset-11 {
        margin-left: 91.66667%;
    }

    div[class*="row-table"] .col-fixed-xl-12 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    div[class*="row-table"] .col-fixed-xl-push-12 {
        left: 100%;
    }

    div[class*="row-table"] .col-fixed-xl-pull-12 {
        right: 100%;
    }

    div[class*="row-table"] .col-fixed-xl-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1680px) {
    div[class*="row-table"] .col-fixed-xxl-1 {
        width: 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    div[class*="row-table"] .col-fixed-xxl-push-1 {
        left: 8.33333%;
    }

    div[class*="row-table"] .col-fixed-xxl-pull-1 {
        right: 8.33333%;
    }

    div[class*="row-table"] .col-fixed-xxl-offset-1 {
        margin-left: 8.33333%;
    }

    div[class*="row-table"] .col-fixed-xxl-2 {
        width: 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    div[class*="row-table"] .col-fixed-xxl-push-2 {
        left: 16.66667%;
    }

    div[class*="row-table"] .col-fixed-xxl-pull-2 {
        right: 16.66667%;
    }

    div[class*="row-table"] .col-fixed-xxl-offset-2 {
        margin-left: 16.66667%;
    }

    div[class*="row-table"] .col-fixed-xxl-3 {
        width: 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    div[class*="row-table"] .col-fixed-xxl-push-3 {
        left: 25%;
    }

    div[class*="row-table"] .col-fixed-xxl-pull-3 {
        right: 25%;
    }

    div[class*="row-table"] .col-fixed-xxl-offset-3 {
        margin-left: 25%;
    }

    div[class*="row-table"] .col-fixed-xxl-4 {
        width: 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    div[class*="row-table"] .col-fixed-xxl-push-4 {
        left: 33.33333%;
    }

    div[class*="row-table"] .col-fixed-xxl-pull-4 {
        right: 33.33333%;
    }

    div[class*="row-table"] .col-fixed-xxl-offset-4 {
        margin-left: 33.33333%;
    }

    div[class*="row-table"] .col-fixed-xxl-5 {
        width: 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    div[class*="row-table"] .col-fixed-xxl-push-5 {
        left: 41.66667%;
    }

    div[class*="row-table"] .col-fixed-xxl-pull-5 {
        right: 41.66667%;
    }

    div[class*="row-table"] .col-fixed-xxl-offset-5 {
        margin-left: 41.66667%;
    }

    div[class*="row-table"] .col-fixed-xxl-6 {
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    div[class*="row-table"] .col-fixed-xxl-push-6 {
        left: 50%;
    }

    div[class*="row-table"] .col-fixed-xxl-pull-6 {
        right: 50%;
    }

    div[class*="row-table"] .col-fixed-xxl-offset-6 {
        margin-left: 50%;
    }

    div[class*="row-table"] .col-fixed-xxl-7 {
        width: 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    div[class*="row-table"] .col-fixed-xxl-push-7 {
        left: 58.33333%;
    }

    div[class*="row-table"] .col-fixed-xxl-pull-7 {
        right: 58.33333%;
    }

    div[class*="row-table"] .col-fixed-xxl-offset-7 {
        margin-left: 58.33333%;
    }

    div[class*="row-table"] .col-fixed-xxl-8 {
        width: 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    div[class*="row-table"] .col-fixed-xxl-push-8 {
        left: 66.66667%;
    }

    div[class*="row-table"] .col-fixed-xxl-pull-8 {
        right: 66.66667%;
    }

    div[class*="row-table"] .col-fixed-xxl-offset-8 {
        margin-left: 66.66667%;
    }

    div[class*="row-table"] .col-fixed-xxl-9 {
        width: 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    div[class*="row-table"] .col-fixed-xxl-push-9 {
        left: 75%;
    }

    div[class*="row-table"] .col-fixed-xxl-pull-9 {
        right: 75%;
    }

    div[class*="row-table"] .col-fixed-xxl-offset-9 {
        margin-left: 75%;
    }

    div[class*="row-table"] .col-fixed-xxl-10 {
        width: 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    div[class*="row-table"] .col-fixed-xxl-push-10 {
        left: 83.33333%;
    }

    div[class*="row-table"] .col-fixed-xxl-pull-10 {
        right: 83.33333%;
    }

    div[class*="row-table"] .col-fixed-xxl-offset-10 {
        margin-left: 83.33333%;
    }

    div[class*="row-table"] .col-fixed-xxl-11 {
        width: 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    div[class*="row-table"] .col-fixed-xxl-push-11 {
        left: 91.66667%;
    }

    div[class*="row-table"] .col-fixed-xxl-pull-11 {
        right: 91.66667%;
    }

    div[class*="row-table"] .col-fixed-xxl-offset-11 {
        margin-left: 91.66667%;
    }

    div[class*="row-table"] .col-fixed-xxl-12 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    div[class*="row-table"] .col-fixed-xxl-push-12 {
        left: 100%;
    }

    div[class*="row-table"] .col-fixed-xxl-pull-12 {
        right: 100%;
    }

    div[class*="row-table"] .col-fixed-xxl-offset-12 {
        margin-left: 100%;
    }
}

.container {
    width: 100%;
    max-width: 1580px;
}

@media (min-width: 1025px) {
    .container {
        width: calc( 96% - 15px);
    }
}

.mc, .header-super-menu {
    display: flex;
    align-items: center;
    align-content: center;
    flex-grow: 1;
    flex-wrap: wrap;
}

div[class*="row-table"] .phone-sm-1, div[class*="row-table"] .phone-sm-2, div[class*="row-table"] .phone-sm-3, div[class*="row-table"] .phone-sm-4, div[class*="row-table"] .phone-sm-5, div[class*="row-table"] .phone-sm-6, div[class*="row-table"] .phone-sm-7, div[class*="row-table"] .phone-sm-8, div[class*="row-table"] .phone-sm-9, div[class*="row-table"] .phone-sm-10, div[class*="row-table"] .phone-sm-11, div[class*="row-table"] .phone-sm-12, div[class*="row-table"] .phone-md-1, div[class*="row-table"] .phone-md-2, div[class*="row-table"] .phone-md-3, div[class*="row-table"] .phone-md-4, div[class*="row-table"] .phone-md-5, div[class*="row-table"] .phone-md-6, div[class*="row-table"] .phone-md-7, div[class*="row-table"] .phone-md-8, div[class*="row-table"] .phone-md-9, div[class*="row-table"] .phone-md-10, div[class*="row-table"] .phone-md-11, div[class*="row-table"] .phone-md-12, div[class*="row-table"] .phone-lg-1, div[class*="row-table"] .phone-lg-2, div[class*="row-table"] .phone-lg-3, div[class*="row-table"] .phone-lg-4, div[class*="row-table"] .phone-lg-5, div[class*="row-table"] .phone-lg-6, div[class*="row-table"] .phone-lg-7, div[class*="row-table"] .phone-lg-8, div[class*="row-table"] .phone-lg-9, div[class*="row-table"] .phone-lg-10, div[class*="row-table"] .phone-lg-11, div[class*="row-table"] .phone-lg-12, div[class*="row-table"] .phone-xl-1, div[class*="row-table"] .phone-xl-2, div[class*="row-table"] .phone-xl-3, div[class*="row-table"] .phone-xl-4, div[class*="row-table"] .phone-xl-5, div[class*="row-table"] .phone-xl-6, div[class*="row-table"] .phone-xl-7, div[class*="row-table"] .phone-xl-8, div[class*="row-table"] .phone-xl-9, div[class*="row-table"] .phone-xl-10, div[class*="row-table"] .phone-xl-11, div[class*="row-table"] .phone-xl-12, div[class*="row-table"] .phone-xxl-1, div[class*="row-table"] .phone-xxl-2, div[class*="row-table"] .phone-xxl-3, div[class*="row-table"] .phone-xxl-4, div[class*="row-table"] .phone-xxl-5, div[class*="row-table"] .phone-xxl-6, div[class*="row-table"] .phone-xxl-7, div[class*="row-table"] .phone-xxl-8, div[class*="row-table"] .phone-xxl-9, div[class*="row-table"] .phone-xxl-10, div[class*="row-table"] .phone-xxl-11, div[class*="row-table"] .phone-xxl-12, div[class*="row-table"] .xs-sm-1, div[class*="row-table"] .xs-sm-2, div[class*="row-table"] .xs-sm-3, div[class*="row-table"] .xs-sm-4, div[class*="row-table"] .xs-sm-5, div[class*="row-table"] .xs-sm-6, div[class*="row-table"] .xs-sm-7, div[class*="row-table"] .xs-sm-8, div[class*="row-table"] .xs-sm-9, div[class*="row-table"] .xs-sm-10, div[class*="row-table"] .xs-sm-11, div[class*="row-table"] .xs-sm-12, div[class*="row-table"] .xs-md-1, div[class*="row-table"] .xs-md-2, div[class*="row-table"] .xs-md-3, div[class*="row-table"] .xs-md-4, div[class*="row-table"] .xs-md-5, div[class*="row-table"] .xs-md-6, div[class*="row-table"] .xs-md-7, div[class*="row-table"] .xs-md-8, div[class*="row-table"] .xs-md-9, div[class*="row-table"] .xs-md-10, div[class*="row-table"] .xs-md-11, div[class*="row-table"] .xs-md-12, div[class*="row-table"] .xs-lg-1, div[class*="row-table"] .xs-lg-2, div[class*="row-table"] .xs-lg-3, div[class*="row-table"] .xs-lg-4, div[class*="row-table"] .xs-lg-5, div[class*="row-table"] .xs-lg-6, div[class*="row-table"] .xs-lg-7, div[class*="row-table"] .xs-lg-8, div[class*="row-table"] .xs-lg-9, div[class*="row-table"] .xs-lg-10, div[class*="row-table"] .xs-lg-11, div[class*="row-table"] .xs-lg-12, div[class*="row-table"] .xs-xl-1, div[class*="row-table"] .xs-xl-2, div[class*="row-table"] .xs-xl-3, div[class*="row-table"] .xs-xl-4, div[class*="row-table"] .xs-xl-5, div[class*="row-table"] .xs-xl-6, div[class*="row-table"] .xs-xl-7, div[class*="row-table"] .xs-xl-8, div[class*="row-table"] .xs-xl-9, div[class*="row-table"] .xs-xl-10, div[class*="row-table"] .xs-xl-11, div[class*="row-table"] .xs-xl-12, div[class*="row-table"] .xs-xxl-1, div[class*="row-table"] .xs-xxl-2, div[class*="row-table"] .xs-xxl-3, div[class*="row-table"] .xs-xxl-4, div[class*="row-table"] .xs-xxl-5, div[class*="row-table"] .xs-xxl-6, div[class*="row-table"] .xs-xxl-7, div[class*="row-table"] .xs-xxl-8, div[class*="row-table"] .xs-xxl-9, div[class*="row-table"] .xs-xxl-10, div[class*="row-table"] .xs-xxl-11, div[class*="row-table"] .xs-xxl-12, div[class*="row-table"] .tablet-sm-1, div[class*="row-table"] .tablet-sm-2, div[class*="row-table"] .tablet-sm-3, div[class*="row-table"] .tablet-sm-4, div[class*="row-table"] .tablet-sm-5, div[class*="row-table"] .tablet-sm-6, div[class*="row-table"] .tablet-sm-7, div[class*="row-table"] .tablet-sm-8, div[class*="row-table"] .tablet-sm-9, div[class*="row-table"] .tablet-sm-10, div[class*="row-table"] .tablet-sm-11, div[class*="row-table"] .tablet-sm-12, div[class*="row-table"] .tablet-md-1, div[class*="row-table"] .tablet-md-2, div[class*="row-table"] .tablet-md-3, div[class*="row-table"] .tablet-md-4, div[class*="row-table"] .tablet-md-5, div[class*="row-table"] .tablet-md-6, div[class*="row-table"] .tablet-md-7, div[class*="row-table"] .tablet-md-8, div[class*="row-table"] .tablet-md-9, div[class*="row-table"] .tablet-md-10, div[class*="row-table"] .tablet-md-11, div[class*="row-table"] .tablet-md-12, div[class*="row-table"] .tablet-lg-1, div[class*="row-table"] .tablet-lg-2, div[class*="row-table"] .tablet-lg-3, div[class*="row-table"] .tablet-lg-4, div[class*="row-table"] .tablet-lg-5, div[class*="row-table"] .tablet-lg-6, div[class*="row-table"] .tablet-lg-7, div[class*="row-table"] .tablet-lg-8, div[class*="row-table"] .tablet-lg-9, div[class*="row-table"] .tablet-lg-10, div[class*="row-table"] .tablet-lg-11, div[class*="row-table"] .tablet-lg-12, div[class*="row-table"] .tablet-xl-1, div[class*="row-table"] .tablet-xl-2, div[class*="row-table"] .tablet-xl-3, div[class*="row-table"] .tablet-xl-4, div[class*="row-table"] .tablet-xl-5, div[class*="row-table"] .tablet-xl-6, div[class*="row-table"] .tablet-xl-7, div[class*="row-table"] .tablet-xl-8, div[class*="row-table"] .tablet-xl-9, div[class*="row-table"] .tablet-xl-10, div[class*="row-table"] .tablet-xl-11, div[class*="row-table"] .tablet-xl-12, div[class*="row-table"] .tablet-xxl-1, div[class*="row-table"] .tablet-xxl-2, div[class*="row-table"] .tablet-xxl-3, div[class*="row-table"] .tablet-xxl-4, div[class*="row-table"] .tablet-xxl-5, div[class*="row-table"] .tablet-xxl-6, div[class*="row-table"] .tablet-xxl-7, div[class*="row-table"] .tablet-xxl-8, div[class*="row-table"] .tablet-xxl-9, div[class*="row-table"] .tablet-xxl-10, div[class*="row-table"] .tablet-xxl-11, div[class*="row-table"] .tablet-xxl-12, div[class*="row-table"] .sm-sm-1, div[class*="row-table"] .sm-sm-2, div[class*="row-table"] .sm-sm-3, div[class*="row-table"] .sm-sm-4, div[class*="row-table"] .sm-sm-5, div[class*="row-table"] .sm-sm-6, div[class*="row-table"] .sm-sm-7, div[class*="row-table"] .sm-sm-8, div[class*="row-table"] .sm-sm-9, div[class*="row-table"] .sm-sm-10, div[class*="row-table"] .sm-sm-11, div[class*="row-table"] .sm-sm-12, div[class*="row-table"] .sm-md-1, div[class*="row-table"] .sm-md-2, div[class*="row-table"] .sm-md-3, div[class*="row-table"] .sm-md-4, div[class*="row-table"] .sm-md-5, div[class*="row-table"] .sm-md-6, div[class*="row-table"] .sm-md-7, div[class*="row-table"] .sm-md-8, div[class*="row-table"] .sm-md-9, div[class*="row-table"] .sm-md-10, div[class*="row-table"] .sm-md-11, div[class*="row-table"] .sm-md-12, div[class*="row-table"] .sm-lg-1, div[class*="row-table"] .sm-lg-2, div[class*="row-table"] .sm-lg-3, div[class*="row-table"] .sm-lg-4, div[class*="row-table"] .sm-lg-5, div[class*="row-table"] .sm-lg-6, div[class*="row-table"] .sm-lg-7, div[class*="row-table"] .sm-lg-8, div[class*="row-table"] .sm-lg-9, div[class*="row-table"] .sm-lg-10, div[class*="row-table"] .sm-lg-11, div[class*="row-table"] .sm-lg-12, div[class*="row-table"] .sm-xl-1, div[class*="row-table"] .sm-xl-2, div[class*="row-table"] .sm-xl-3, div[class*="row-table"] .sm-xl-4, div[class*="row-table"] .sm-xl-5, div[class*="row-table"] .sm-xl-6, div[class*="row-table"] .sm-xl-7, div[class*="row-table"] .sm-xl-8, div[class*="row-table"] .sm-xl-9, div[class*="row-table"] .sm-xl-10, div[class*="row-table"] .sm-xl-11, div[class*="row-table"] .sm-xl-12, div[class*="row-table"] .sm-xxl-1, div[class*="row-table"] .sm-xxl-2, div[class*="row-table"] .sm-xxl-3, div[class*="row-table"] .sm-xxl-4, div[class*="row-table"] .sm-xxl-5, div[class*="row-table"] .sm-xxl-6, div[class*="row-table"] .sm-xxl-7, div[class*="row-table"] .sm-xxl-8, div[class*="row-table"] .sm-xxl-9, div[class*="row-table"] .sm-xxl-10, div[class*="row-table"] .sm-xxl-11, div[class*="row-table"] .sm-xxl-12, div[class*="row-table"] .md-sm-1, div[class*="row-table"] .md-sm-2, div[class*="row-table"] .md-sm-3, div[class*="row-table"] .md-sm-4, div[class*="row-table"] .md-sm-5, div[class*="row-table"] .md-sm-6, div[class*="row-table"] .md-sm-7, div[class*="row-table"] .md-sm-8, div[class*="row-table"] .md-sm-9, div[class*="row-table"] .md-sm-10, div[class*="row-table"] .md-sm-11, div[class*="row-table"] .md-sm-12, div[class*="row-table"] .md-md-1, div[class*="row-table"] .md-md-2, div[class*="row-table"] .md-md-3, div[class*="row-table"] .md-md-4, div[class*="row-table"] .md-md-5, div[class*="row-table"] .md-md-6, div[class*="row-table"] .md-md-7, div[class*="row-table"] .md-md-8, div[class*="row-table"] .md-md-9, div[class*="row-table"] .md-md-10, div[class*="row-table"] .md-md-11, div[class*="row-table"] .md-md-12, div[class*="row-table"] .md-lg-1, div[class*="row-table"] .md-lg-2, div[class*="row-table"] .md-lg-3, div[class*="row-table"] .md-lg-4, div[class*="row-table"] .md-lg-5, div[class*="row-table"] .md-lg-6, div[class*="row-table"] .md-lg-7, div[class*="row-table"] .md-lg-8, div[class*="row-table"] .md-lg-9, div[class*="row-table"] .md-lg-10, div[class*="row-table"] .md-lg-11, div[class*="row-table"] .md-lg-12, div[class*="row-table"] .md-xl-1, div[class*="row-table"] .md-xl-2, div[class*="row-table"] .md-xl-3, div[class*="row-table"] .md-xl-4, div[class*="row-table"] .md-xl-5, div[class*="row-table"] .md-xl-6, div[class*="row-table"] .md-xl-7, div[class*="row-table"] .md-xl-8, div[class*="row-table"] .md-xl-9, div[class*="row-table"] .md-xl-10, div[class*="row-table"] .md-xl-11, div[class*="row-table"] .md-xl-12, div[class*="row-table"] .md-xxl-1, div[class*="row-table"] .md-xxl-2, div[class*="row-table"] .md-xxl-3, div[class*="row-table"] .md-xxl-4, div[class*="row-table"] .md-xxl-5, div[class*="row-table"] .md-xxl-6, div[class*="row-table"] .md-xxl-7, div[class*="row-table"] .md-xxl-8, div[class*="row-table"] .md-xxl-9, div[class*="row-table"] .md-xxl-10, div[class*="row-table"] .md-xxl-11, div[class*="row-table"] .md-xxl-12, div[class*="row-table"] .col-fixed-sm-1, div[class*="row-table"] .col-fixed-sm-2, div[class*="row-table"] .col-fixed-sm-3, div[class*="row-table"] .col-fixed-sm-4, div[class*="row-table"] .col-fixed-sm-5, div[class*="row-table"] .col-fixed-sm-6, div[class*="row-table"] .col-fixed-sm-7, div[class*="row-table"] .col-fixed-sm-8, div[class*="row-table"] .col-fixed-sm-9, div[class*="row-table"] .col-fixed-sm-10, div[class*="row-table"] .col-fixed-sm-11, div[class*="row-table"] .col-fixed-sm-12, div[class*="row-table"] .col-fixed-md-1, div[class*="row-table"] .col-fixed-md-2, div[class*="row-table"] .col-fixed-md-3, div[class*="row-table"] .col-fixed-md-4, div[class*="row-table"] .col-fixed-md-5, div[class*="row-table"] .col-fixed-md-6, div[class*="row-table"] .col-fixed-md-7, div[class*="row-table"] .col-fixed-md-8, div[class*="row-table"] .col-fixed-md-9, div[class*="row-table"] .col-fixed-md-10, div[class*="row-table"] .col-fixed-md-11, div[class*="row-table"] .col-fixed-md-12, div[class*="row-table"] .col-fixed-lg-1, div[class*="row-table"] .col-fixed-lg-2, div[class*="row-table"] .col-fixed-lg-3, div[class*="row-table"] .col-fixed-lg-4, div[class*="row-table"] .col-fixed-lg-5, div[class*="row-table"] .col-fixed-lg-6, div[class*="row-table"] .col-fixed-lg-7, div[class*="row-table"] .col-fixed-lg-8, div[class*="row-table"] .col-fixed-lg-9, div[class*="row-table"] .col-fixed-lg-10, div[class*="row-table"] .col-fixed-lg-11, div[class*="row-table"] .col-fixed-lg-12, div[class*="row-table"] .col-fixed-xl-1, div[class*="row-table"] .col-fixed-xl-2, div[class*="row-table"] .col-fixed-xl-3, div[class*="row-table"] .col-fixed-xl-4, div[class*="row-table"] .col-fixed-xl-5, div[class*="row-table"] .col-fixed-xl-6, div[class*="row-table"] .col-fixed-xl-7, div[class*="row-table"] .col-fixed-xl-8, div[class*="row-table"] .col-fixed-xl-9, div[class*="row-table"] .col-fixed-xl-10, div[class*="row-table"] .col-fixed-xl-11, div[class*="row-table"] .col-fixed-xl-12, div[class*="row-table"] .col-fixed-xxl-1, div[class*="row-table"] .col-fixed-xxl-2, div[class*="row-table"] .col-fixed-xxl-3, div[class*="row-table"] .col-fixed-xxl-4, div[class*="row-table"] .col-fixed-xxl-5, div[class*="row-table"] .col-fixed-xxl-6, div[class*="row-table"] .col-fixed-xxl-7, div[class*="row-table"] .col-fixed-xxl-8, div[class*="row-table"] .col-fixed-xxl-9, div[class*="row-table"] .col-fixed-xxl-10, div[class*="row-table"] .col-fixed-xxl-11, div[class*="row-table"] .col-fixed-xxl-12, .span-sm-1, .span-sm-2, .span-sm-3, .span-sm-4, .span-sm-5, .span-sm-6, .span-sm-7, .span-sm-8, .span-sm-9, .span-sm-10, .span-sm-11, .span-sm-12, .span-md-1, .span-md-2, .span-md-3, .span-md-4, .span-md-5, .span-md-6, .span-md-7, .span-md-8, .span-md-9, .span-md-10, .span-md-11, .span-md-12, .span-lg-1, .span-lg-2, .span-lg-3, .span-lg-4, .span-lg-5, .span-lg-6, .span-lg-7, .span-lg-8, .span-lg-9, .span-lg-10, .span-lg-11, .span-lg-12, .span-xl-1, .span-xl-2, .span-xl-3, .span-xl-4, .span-xl-5, .span-xl-6, .span-xl-7, .span-xl-8, .span-xl-9, .span-xl-10, .span-xl-11, .span-xl-12, .span-xxl-1, .span-xxl-2, .span-xxl-3, .span-xxl-4, .span-xxl-5, .span-xxl-6, .span-xxl-7, .span-xxl-8, .span-xxl-9, .span-xxl-10, .span-xxl-11, .span-xxl-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}

@media (min-width: 576px) {
    .span-sm-1 {
        width: 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .span-sm-push-1 {
        left: 8.33333%;
    }

    .span-sm-pull-1 {
        right: 8.33333%;
    }

    .span-sm-offset-1 {
        margin-left: 8.33333%;
    }

    .span-sm-2 {
        width: 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .span-sm-push-2 {
        left: 16.66667%;
    }

    .span-sm-pull-2 {
        right: 16.66667%;
    }

    .span-sm-offset-2 {
        margin-left: 16.66667%;
    }

    .span-sm-3 {
        width: 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .span-sm-push-3 {
        left: 25%;
    }

    .span-sm-pull-3 {
        right: 25%;
    }

    .span-sm-offset-3 {
        margin-left: 25%;
    }

    .span-sm-4 {
        width: 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .span-sm-push-4 {
        left: 33.33333%;
    }

    .span-sm-pull-4 {
        right: 33.33333%;
    }

    .span-sm-offset-4 {
        margin-left: 33.33333%;
    }

    .span-sm-5 {
        width: 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .span-sm-push-5 {
        left: 41.66667%;
    }

    .span-sm-pull-5 {
        right: 41.66667%;
    }

    .span-sm-offset-5 {
        margin-left: 41.66667%;
    }

    .span-sm-6 {
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .span-sm-push-6 {
        left: 50%;
    }

    .span-sm-pull-6 {
        right: 50%;
    }

    .span-sm-offset-6 {
        margin-left: 50%;
    }

    .span-sm-7 {
        width: 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .span-sm-push-7 {
        left: 58.33333%;
    }

    .span-sm-pull-7 {
        right: 58.33333%;
    }

    .span-sm-offset-7 {
        margin-left: 58.33333%;
    }

    .span-sm-8 {
        width: 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .span-sm-push-8 {
        left: 66.66667%;
    }

    .span-sm-pull-8 {
        right: 66.66667%;
    }

    .span-sm-offset-8 {
        margin-left: 66.66667%;
    }

    .span-sm-9 {
        width: 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .span-sm-push-9 {
        left: 75%;
    }

    .span-sm-pull-9 {
        right: 75%;
    }

    .span-sm-offset-9 {
        margin-left: 75%;
    }

    .span-sm-10 {
        width: 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .span-sm-push-10 {
        left: 83.33333%;
    }

    .span-sm-pull-10 {
        right: 83.33333%;
    }

    .span-sm-offset-10 {
        margin-left: 83.33333%;
    }

    .span-sm-11 {
        width: 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .span-sm-push-11 {
        left: 91.66667%;
    }

    .span-sm-pull-11 {
        right: 91.66667%;
    }

    .span-sm-offset-11 {
        margin-left: 91.66667%;
    }

    .span-sm-12 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .span-sm-push-12 {
        left: 100%;
    }

    .span-sm-pull-12 {
        right: 100%;
    }

    .span-sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 768px) {
    .span-md-1 {
        width: 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .span-md-push-1 {
        left: 8.33333%;
    }

    .span-md-pull-1 {
        right: 8.33333%;
    }

    .span-md-offset-1 {
        margin-left: 8.33333%;
    }

    .span-md-2 {
        width: 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .span-md-push-2 {
        left: 16.66667%;
    }

    .span-md-pull-2 {
        right: 16.66667%;
    }

    .span-md-offset-2 {
        margin-left: 16.66667%;
    }

    .span-md-3 {
        width: 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .span-md-push-3 {
        left: 25%;
    }

    .span-md-pull-3 {
        right: 25%;
    }

    .span-md-offset-3 {
        margin-left: 25%;
    }

    .span-md-4 {
        width: 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .span-md-push-4 {
        left: 33.33333%;
    }

    .span-md-pull-4 {
        right: 33.33333%;
    }

    .span-md-offset-4 {
        margin-left: 33.33333%;
    }

    .span-md-5 {
        width: 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .span-md-push-5 {
        left: 41.66667%;
    }

    .span-md-pull-5 {
        right: 41.66667%;
    }

    .span-md-offset-5 {
        margin-left: 41.66667%;
    }

    .span-md-6 {
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .span-md-push-6 {
        left: 50%;
    }

    .span-md-pull-6 {
        right: 50%;
    }

    .span-md-offset-6 {
        margin-left: 50%;
    }

    .span-md-7 {
        width: 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .span-md-push-7 {
        left: 58.33333%;
    }

    .span-md-pull-7 {
        right: 58.33333%;
    }

    .span-md-offset-7 {
        margin-left: 58.33333%;
    }

    .span-md-8 {
        width: 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .span-md-push-8 {
        left: 66.66667%;
    }

    .span-md-pull-8 {
        right: 66.66667%;
    }

    .span-md-offset-8 {
        margin-left: 66.66667%;
    }

    .span-md-9 {
        width: 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .span-md-push-9 {
        left: 75%;
    }

    .span-md-pull-9 {
        right: 75%;
    }

    .span-md-offset-9 {
        margin-left: 75%;
    }

    .span-md-10 {
        width: 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .span-md-push-10 {
        left: 83.33333%;
    }

    .span-md-pull-10 {
        right: 83.33333%;
    }

    .span-md-offset-10 {
        margin-left: 83.33333%;
    }

    .span-md-11 {
        width: 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .span-md-push-11 {
        left: 91.66667%;
    }

    .span-md-pull-11 {
        right: 91.66667%;
    }

    .span-md-offset-11 {
        margin-left: 91.66667%;
    }

    .span-md-12 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .span-md-push-12 {
        left: 100%;
    }

    .span-md-pull-12 {
        right: 100%;
    }

    .span-md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1025px) {
    .span-lg-1 {
        width: 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .span-lg-push-1 {
        left: 8.33333%;
    }

    .span-lg-pull-1 {
        right: 8.33333%;
    }

    .span-lg-offset-1 {
        margin-left: 8.33333%;
    }

    .span-lg-2 {
        width: 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .span-lg-push-2 {
        left: 16.66667%;
    }

    .span-lg-pull-2 {
        right: 16.66667%;
    }

    .span-lg-offset-2 {
        margin-left: 16.66667%;
    }

    .span-lg-3 {
        width: 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .span-lg-push-3 {
        left: 25%;
    }

    .span-lg-pull-3 {
        right: 25%;
    }

    .span-lg-offset-3 {
        margin-left: 25%;
    }

    .span-lg-4 {
        width: 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .span-lg-push-4 {
        left: 33.33333%;
    }

    .span-lg-pull-4 {
        right: 33.33333%;
    }

    .span-lg-offset-4 {
        margin-left: 33.33333%;
    }

    .span-lg-5 {
        width: 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .span-lg-push-5 {
        left: 41.66667%;
    }

    .span-lg-pull-5 {
        right: 41.66667%;
    }

    .span-lg-offset-5 {
        margin-left: 41.66667%;
    }

    .span-lg-6 {
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .span-lg-push-6 {
        left: 50%;
    }

    .span-lg-pull-6 {
        right: 50%;
    }

    .span-lg-offset-6 {
        margin-left: 50%;
    }

    .span-lg-7 {
        width: 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .span-lg-push-7 {
        left: 58.33333%;
    }

    .span-lg-pull-7 {
        right: 58.33333%;
    }

    .span-lg-offset-7 {
        margin-left: 58.33333%;
    }

    .span-lg-8 {
        width: 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .span-lg-push-8 {
        left: 66.66667%;
    }

    .span-lg-pull-8 {
        right: 66.66667%;
    }

    .span-lg-offset-8 {
        margin-left: 66.66667%;
    }

    .span-lg-9 {
        width: 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .span-lg-push-9 {
        left: 75%;
    }

    .span-lg-pull-9 {
        right: 75%;
    }

    .span-lg-offset-9 {
        margin-left: 75%;
    }

    .span-lg-10 {
        width: 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .span-lg-push-10 {
        left: 83.33333%;
    }

    .span-lg-pull-10 {
        right: 83.33333%;
    }

    .span-lg-offset-10 {
        margin-left: 83.33333%;
    }

    .span-lg-11 {
        width: 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .span-lg-push-11 {
        left: 91.66667%;
    }

    .span-lg-pull-11 {
        right: 91.66667%;
    }

    .span-lg-offset-11 {
        margin-left: 91.66667%;
    }

    .span-lg-12 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .span-lg-push-12 {
        left: 100%;
    }

    .span-lg-pull-12 {
        right: 100%;
    }

    .span-lg-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1366px) {
    .span-xl-1 {
        width: 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .span-xl-push-1 {
        left: 8.33333%;
    }

    .span-xl-pull-1 {
        right: 8.33333%;
    }

    .span-xl-offset-1 {
        margin-left: 8.33333%;
    }

    .span-xl-2 {
        width: 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .span-xl-push-2 {
        left: 16.66667%;
    }

    .span-xl-pull-2 {
        right: 16.66667%;
    }

    .span-xl-offset-2 {
        margin-left: 16.66667%;
    }

    .span-xl-3 {
        width: 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .span-xl-push-3 {
        left: 25%;
    }

    .span-xl-pull-3 {
        right: 25%;
    }

    .span-xl-offset-3 {
        margin-left: 25%;
    }

    .span-xl-4 {
        width: 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .span-xl-push-4 {
        left: 33.33333%;
    }

    .span-xl-pull-4 {
        right: 33.33333%;
    }

    .span-xl-offset-4 {
        margin-left: 33.33333%;
    }

    .span-xl-5 {
        width: 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .span-xl-push-5 {
        left: 41.66667%;
    }

    .span-xl-pull-5 {
        right: 41.66667%;
    }

    .span-xl-offset-5 {
        margin-left: 41.66667%;
    }

    .span-xl-6 {
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .span-xl-push-6 {
        left: 50%;
    }

    .span-xl-pull-6 {
        right: 50%;
    }

    .span-xl-offset-6 {
        margin-left: 50%;
    }

    .span-xl-7 {
        width: 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .span-xl-push-7 {
        left: 58.33333%;
    }

    .span-xl-pull-7 {
        right: 58.33333%;
    }

    .span-xl-offset-7 {
        margin-left: 58.33333%;
    }

    .span-xl-8 {
        width: 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .span-xl-push-8 {
        left: 66.66667%;
    }

    .span-xl-pull-8 {
        right: 66.66667%;
    }

    .span-xl-offset-8 {
        margin-left: 66.66667%;
    }

    .span-xl-9 {
        width: 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .span-xl-push-9 {
        left: 75%;
    }

    .span-xl-pull-9 {
        right: 75%;
    }

    .span-xl-offset-9 {
        margin-left: 75%;
    }

    .span-xl-10 {
        width: 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .span-xl-push-10 {
        left: 83.33333%;
    }

    .span-xl-pull-10 {
        right: 83.33333%;
    }

    .span-xl-offset-10 {
        margin-left: 83.33333%;
    }

    .span-xl-11 {
        width: 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .span-xl-push-11 {
        left: 91.66667%;
    }

    .span-xl-pull-11 {
        right: 91.66667%;
    }

    .span-xl-offset-11 {
        margin-left: 91.66667%;
    }

    .span-xl-12 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .span-xl-push-12 {
        left: 100%;
    }

    .span-xl-pull-12 {
        right: 100%;
    }

    .span-xl-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1680px) {
    .span-xxl-1 {
        width: 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .span-xxl-push-1 {
        left: 8.33333%;
    }

    .span-xxl-pull-1 {
        right: 8.33333%;
    }

    .span-xxl-offset-1 {
        margin-left: 8.33333%;
    }

    .span-xxl-2 {
        width: 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .span-xxl-push-2 {
        left: 16.66667%;
    }

    .span-xxl-pull-2 {
        right: 16.66667%;
    }

    .span-xxl-offset-2 {
        margin-left: 16.66667%;
    }

    .span-xxl-3 {
        width: 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .span-xxl-push-3 {
        left: 25%;
    }

    .span-xxl-pull-3 {
        right: 25%;
    }

    .span-xxl-offset-3 {
        margin-left: 25%;
    }

    .span-xxl-4 {
        width: 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .span-xxl-push-4 {
        left: 33.33333%;
    }

    .span-xxl-pull-4 {
        right: 33.33333%;
    }

    .span-xxl-offset-4 {
        margin-left: 33.33333%;
    }

    .span-xxl-5 {
        width: 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .span-xxl-push-5 {
        left: 41.66667%;
    }

    .span-xxl-pull-5 {
        right: 41.66667%;
    }

    .span-xxl-offset-5 {
        margin-left: 41.66667%;
    }

    .span-xxl-6 {
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .span-xxl-push-6 {
        left: 50%;
    }

    .span-xxl-pull-6 {
        right: 50%;
    }

    .span-xxl-offset-6 {
        margin-left: 50%;
    }

    .span-xxl-7 {
        width: 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .span-xxl-push-7 {
        left: 58.33333%;
    }

    .span-xxl-pull-7 {
        right: 58.33333%;
    }

    .span-xxl-offset-7 {
        margin-left: 58.33333%;
    }

    .span-xxl-8 {
        width: 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .span-xxl-push-8 {
        left: 66.66667%;
    }

    .span-xxl-pull-8 {
        right: 66.66667%;
    }

    .span-xxl-offset-8 {
        margin-left: 66.66667%;
    }

    .span-xxl-9 {
        width: 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .span-xxl-push-9 {
        left: 75%;
    }

    .span-xxl-pull-9 {
        right: 75%;
    }

    .span-xxl-offset-9 {
        margin-left: 75%;
    }

    .span-xxl-10 {
        width: 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .span-xxl-push-10 {
        left: 83.33333%;
    }

    .span-xxl-pull-10 {
        right: 83.33333%;
    }

    .span-xxl-offset-10 {
        margin-left: 83.33333%;
    }

    .span-xxl-11 {
        width: 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .span-xxl-push-11 {
        left: 91.66667%;
    }

    .span-xxl-pull-11 {
        right: 91.66667%;
    }

    .span-xxl-offset-11 {
        margin-left: 91.66667%;
    }

    .span-xxl-12 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .span-xxl-push-12 {
        left: 100%;
    }

    .span-xxl-pull-12 {
        right: 100%;
    }

    .span-xxl-offset-12 {
        margin-left: 100%;
    }
}

.row-span,
.row-table {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    align-items: center;
}

    .row-span:before, .row-span:after,
    .row-table:before,
    .row-table:after {
        content: " ";
        display: table;
    }

    .row-span:after,
    .row-table:after {
        clear: both;
    }

.container-sm {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 540px;
}

.container-md {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 720px;
}

.container-lg {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 960px;
}

.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1140px;
}

.container-xxl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1580px;
}

/* *** *** ***
  All the utility classes based on Responsive MUST come between
  @each loop with prefix
  @TODO, make it dyanmic or with better approach

  @TODO , need to implement this if REQUIRED.
  https://www.sitepoint.com/cross-media-query-extend-sass/
 */
.icon-inline, .icon-primary,
.icon.primary, .icon-secondary,
.icon.secondary, .icon-success,
.icon.success, .icon-info,
.icon.info, .icon-warning,
.icon.warning, .icon-danger,
.icon.danger, .icon-light,
.icon.light, .icon-dark,
.icon.dark, .icon-primary-light,
.icon.primary-light, .icon-primary-dark,
.icon.primary-dark, .icon-secondary-light,
.icon.secondary-light, .icon-secondary-dark,
.icon.secondary-dark, .icon-gray-dark,
.icon.gray-dark, .icon-gray,
.icon.gray, .icon-gray-light,
.icon.gray-light, .icon-blue,
.icon.blue, .icon-indigo,
.icon.indigo, .icon-purple,
.icon.purple, .icon-pink,
.icon.pink, .icon-red,
.icon.red, .icon-orange,
.icon.orange, .icon-yellow,
.icon.yellow, .icon-green,
.icon.green, .icon-teal,
.icon.teal, .icon-cyan,
.icon.cyan, .icon-white,
.icon.white, .icon-gold,
.icon.gold {
    display: inline-block;
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    margin: 0 10px 0 0;
    font-size: 1em;
}

.sm.icon-inline, .sm.icon-primary,
.sm.icon.primary, .sm.icon-secondary,
.sm.icon.secondary, .sm.icon-success,
.sm.icon.success, .sm.icon-info,
.sm.icon.info, .sm.icon-warning,
.sm.icon.warning, .sm.icon-danger,
.sm.icon.danger, .sm.icon-light,
.sm.icon.light, .sm.icon-dark,
.sm.icon.dark, .sm.icon-primary-light,
.sm.icon.primary-light, .sm.icon-primary-dark,
.sm.icon.primary-dark, .sm.icon-secondary-light,
.sm.icon.secondary-light, .sm.icon-secondary-dark,
.sm.icon.secondary-dark, .sm.icon-gray-dark,
.sm.icon.gray-dark, .sm.icon-gray,
.sm.icon.gray, .sm.icon-gray-light,
.sm.icon.gray-light, .sm.icon-blue,
.sm.icon.blue, .sm.icon-indigo,
.sm.icon.indigo, .sm.icon-purple,
.sm.icon.purple, .sm.icon-pink,
.sm.icon.pink, .sm.icon-red,
.sm.icon.red, .sm.icon-orange,
.sm.icon.orange, .sm.icon-yellow,
.sm.icon.yellow, .sm.icon-green,
.sm.icon.green, .sm.icon-teal,
.sm.icon.teal, .sm.icon-cyan,
.sm.icon.cyan, .sm.icon-white,
.sm.icon.white, .sm.icon-gold,
.sm.icon.gold {
    width: 24px;
    height: 24px;
    font-size: 12px;
}

.lg.icon-inline, .lg.icon-primary,
.lg.icon.primary, .lg.icon-secondary,
.lg.icon.secondary, .lg.icon-success,
.lg.icon.success, .lg.icon-info,
.lg.icon.info, .lg.icon-warning,
.lg.icon.warning, .lg.icon-danger,
.lg.icon.danger, .lg.icon-light,
.lg.icon.light, .lg.icon-dark,
.lg.icon.dark, .lg.icon-primary-light,
.lg.icon.primary-light, .lg.icon-primary-dark,
.lg.icon.primary-dark, .lg.icon-secondary-light,
.lg.icon.secondary-light, .lg.icon-secondary-dark,
.lg.icon.secondary-dark, .lg.icon-gray-dark,
.lg.icon.gray-dark, .lg.icon-gray,
.lg.icon.gray, .lg.icon-gray-light,
.lg.icon.gray-light, .lg.icon-blue,
.lg.icon.blue, .lg.icon-indigo,
.lg.icon.indigo, .lg.icon-purple,
.lg.icon.purple, .lg.icon-pink,
.lg.icon.pink, .lg.icon-red,
.lg.icon.red, .lg.icon-orange,
.lg.icon.orange, .lg.icon-yellow,
.lg.icon.yellow, .lg.icon-green,
.lg.icon.green, .lg.icon-teal,
.lg.icon.teal, .lg.icon-cyan,
.lg.icon.cyan, .lg.icon-white,
.lg.icon.white, .lg.icon-gold,
.lg.icon.gold {
    width: 64px;
    height: 64px;
    font-size: 25.6px;
}

.xl.icon-inline, .xl.icon-primary,
.xl.icon.primary, .xl.icon-secondary,
.xl.icon.secondary, .xl.icon-success,
.xl.icon.success, .xl.icon-info,
.xl.icon.info, .xl.icon-warning,
.xl.icon.warning, .xl.icon-danger,
.xl.icon.danger, .xl.icon-light,
.xl.icon.light, .xl.icon-dark,
.xl.icon.dark, .xl.icon-primary-light,
.xl.icon.primary-light, .xl.icon-primary-dark,
.xl.icon.primary-dark, .xl.icon-secondary-light,
.xl.icon.secondary-light, .xl.icon-secondary-dark,
.xl.icon.secondary-dark, .xl.icon-gray-dark,
.xl.icon.gray-dark, .xl.icon-gray,
.xl.icon.gray, .xl.icon-gray-light,
.xl.icon.gray-light, .xl.icon-blue,
.xl.icon.blue, .xl.icon-indigo,
.xl.icon.indigo, .xl.icon-purple,
.xl.icon.purple, .xl.icon-pink,
.xl.icon.pink, .xl.icon-red,
.xl.icon.red, .xl.icon-orange,
.xl.icon.orange, .xl.icon-yellow,
.xl.icon.yellow, .xl.icon-green,
.xl.icon.green, .xl.icon-teal,
.xl.icon.teal, .xl.icon-cyan,
.xl.icon.cyan, .xl.icon-white,
.xl.icon.white, .xl.icon-gold,
.xl.icon.gold {
    width: 100px;
    height: 100px;
    font-size: 40px;
}

.icon-inline > *, .icon-primary > *, .icon.primary > *, .icon-secondary > *, .icon.secondary > *, .icon-success > *, .icon.success > *, .icon-info > *, .icon.info > *, .icon-warning > *, .icon.warning > *, .icon-danger > *, .icon.danger > *, .icon-light > *, .icon.light > *, .icon-dark > *, .icon.dark > *, .icon-primary-light > *, .icon.primary-light > *, .icon-primary-dark > *, .icon.primary-dark > *, .icon-secondary-light > *, .icon.secondary-light > *, .icon-secondary-dark > *, .icon.secondary-dark > *, .icon-gray-dark > *, .icon.gray-dark > *, .icon-gray > *, .icon.gray > *, .icon-gray-light > *, .icon.gray-light > *, .icon-blue > *, .icon.blue > *, .icon-indigo > *, .icon.indigo > *, .icon-purple > *, .icon.purple > *, .icon-pink > *, .icon.pink > *, .icon-red > *, .icon.red > *, .icon-orange > *, .icon.orange > *, .icon-yellow > *, .icon.yellow > *, .icon-green > *, .icon.green > *, .icon-teal > *, .icon.teal > *, .icon-cyan > *, .icon.cyan > *, .icon-white > *, .icon.white > *, .icon-gold > *, .icon.gold > * {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 96%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.tag, .tag-primary,
.tag.primary, .tag-secondary,
.tag.secondary, .tag-success,
.tag.success, .tag-info,
.tag.info, .tag-warning,
.tag.warning, .tag-danger,
.tag.danger, .tag-light,
.tag.light, .tag-dark,
.tag.dark, .tag-primary-light,
.tag.primary-light, .tag-primary-dark,
.tag.primary-dark, .tag-secondary-light,
.tag.secondary-light, .tag-secondary-dark,
.tag.secondary-dark, .tag-gray-dark,
.tag.gray-dark, .tag-gray,
.tag.gray, .tag-gray-light,
.tag.gray-light, .tag-blue,
.tag.blue, .tag-indigo,
.tag.indigo, .tag-purple,
.tag.purple, .tag-pink,
.tag.pink, .tag-red,
.tag.red, .tag-orange,
.tag.orange, .tag-yellow,
.tag.yellow, .tag-green,
.tag.green, .tag-teal,
.tag.teal, .tag-cyan,
.tag.cyan, .tag-white,
.tag.white, .tag-gold,
.tag.gold {
    text-align: center;
    margin-left: 15px;
    margin-right: 15px;
    margin: 0 15px;
    padding: 0.6rem 1.5rem;
    display: inline-block;
    vertical-align: middle;
    background-color: #6ed4e7;
    color: #05304b;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

    .tag:hover, .tag-primary:hover, .tag-secondary:hover, .tag-success:hover, .tag-info:hover, .tag-warning:hover, .tag-danger:hover, .tag-light:hover, .tag-dark:hover, .tag-primary-light:hover, .tag-primary-dark:hover, .tag-secondary-light:hover, .tag-secondary-dark:hover, .tag-gray-dark:hover, .tag-gray:hover, .tag-gray-light:hover, .tag-blue:hover, .tag-indigo:hover, .tag-purple:hover, .tag-pink:hover, .tag-red:hover, .tag-orange:hover, .tag-yellow:hover, .tag-green:hover, .tag-teal:hover, .tag-cyan:hover, .tag-white:hover, .tag-gold:hover, .active.tag, .active.tag-primary, .active.tag-secondary, .active.tag-success, .active.tag-info, .active.tag-warning, .active.tag-danger, .active.tag-light, .active.tag-dark, .active.tag-primary-light, .active.tag-primary-dark, .active.tag-secondary-light, .active.tag-secondary-dark, .active.tag-gray-dark, .active.tag-gray, .active.tag-gray-light, .active.tag-blue, .active.tag-indigo, .active.tag-purple, .active.tag-pink, .active.tag-red, .active.tag-orange, .active.tag-yellow, .active.tag-green, .active.tag-teal, .active.tag-cyan, .active.tag-white, .active.tag-gold {
        cursor: auto !important;
    }

@media only screen and (min-width: 768px) {
    ul.align-right {
        text-align: right;
    }

        ul.align-right li {
            display: inline-block;
        }
}

.bg-primary,
.btn-primary {
    background-color: #05304b !important;
    color: #b5e4e8;
}

.outline.primary {
    background-color: transparent;
    border: 3px #05304b solid;
    color: #05304b;
}

    .outline.primary:hover {
        background-color: #05304b;
        border-color: #05304b;
        color: #b5e4e8;
    }

.badge-primary {
    font-size: inherit;
    font-weight: normal;
    background-color: #05304b;
    padding-left: .6em;
    padding-right: .6em;
    color: #b5e4e8;
}

    .badge-primary.sm {
        font-size: 75%;
    }

.icon-primary,
.icon.primary {
    background-color: #05304b;
    color: #b5e4e8;
}

.tag-primary,
.tag.primary {
    background-color: #05304b !important;
    color: #b5e4e8;
}

    .bg-primary.gradient, .bg-primary.shaded,
    .badge-primary.gradient,
    .badge-primary.shaded,
    .icon-primary.gradient,
    .icon-primary.shaded,
    .icon.primary.gradient,
    .icon.primary.shaded,
    .tag.primary.gradient,
    .tag.primary.shaded,
    .tag-primary.gradient,
    .tag-primary.shaded {
        background-image: linear-gradient(to right, #012136 0%, #044066 100%);
        background-repeat: repeat-x;
    }

.text-primary,
.color-primary {
    color: #05304b !important;
}

.bg-secondary,
.btn-secondary {
    background-color: #c13802 !important;
    color: #ff7a46;
}

.outline.secondary {
    background-color: transparent;
    border: 3px #c13802 solid;
    color: #c13802;
}

    .outline.secondary:hover {
        background-color: #c13802;
        border-color: #c13802;
        color: #ff7a46;
    }

.badge-secondary {
    font-size: inherit;
    font-weight: normal;
    background-color: #c13802;
    padding-left: .6em;
    padding-right: .6em;
    color: #ff7a46;
}

    .badge-secondary.sm {
        font-size: 75%;
    }

.icon-secondary,
.icon.secondary {
    background-color: #c13802;
    color: #ff7a46;
}

.tag-secondary,
.tag.secondary {
    background-color: #c13802 !important;
    color: #ff7a46;
}

    .bg-secondary.gradient, .bg-secondary.shaded,
    .badge-secondary.gradient,
    .badge-secondary.shaded,
    .icon-secondary.gradient,
    .icon-secondary.shaded,
    .icon.secondary.gradient,
    .icon.secondary.shaded,
    .tag.secondary.gradient,
    .tag.secondary.shaded,
    .tag-secondary.gradient,
    .tag-secondary.shaded {
        background-image: linear-gradient(to right, #aa3000 0%, #dd3e00 100%);
        background-repeat: repeat-x;
    }

.text-secondary,
.color-secondary {
    color: #c13802 !important;
}

.bg-success,
.btn-success {
    background-color: #28a745 !important;
    color: yellowgreen;
}

.outline.success {
    background-color: transparent;
    border: 3px #28a745 solid;
    color: #28a745;
}

    .outline.success:hover {
        background-color: #28a745;
        border-color: #28a745;
        color: yellowgreen;
    }

.badge-success {
    font-size: inherit;
    font-weight: normal;
    background-color: #28a745;
    padding-left: .6em;
    padding-right: .6em;
    color: yellowgreen;
}

    .badge-success.sm {
        font-size: 75%;
    }

.icon-success,
.icon.success {
    background-color: #28a745;
    color: yellowgreen;
}

.tag-success,
.tag.success {
    background-color: #28a745 !important;
    color: yellowgreen;
}

    .bg-success.gradient, .bg-success.shaded,
    .badge-success.gradient,
    .badge-success.shaded,
    .icon-success.gradient,
    .icon-success.shaded,
    .icon.success.gradient,
    .icon.success.shaded,
    .tag.success.gradient,
    .tag.success.shaded,
    .tag-success.gradient,
    .tag-success.shaded {
        background-image: linear-gradient(to right, #1a9c38 0%, #27c14a 100%);
        background-repeat: repeat-x;
    }

.text-success,
.color-success {
    color: #28a745 !important;
}

.bg-info,
.btn-info {
    background-color: #17a2b8 !important;
    color: #005866;
}

.outline.info {
    background-color: transparent;
    border: 3px #17a2b8 solid;
    color: #17a2b8;
}

    .outline.info:hover {
        background-color: #17a2b8;
        border-color: #17a2b8;
        color: #005866;
    }

.badge-info {
    font-size: inherit;
    font-weight: normal;
    background-color: #17a2b8;
    padding-left: .6em;
    padding-right: .6em;
    color: #005866;
}

    .badge-info.sm {
        font-size: 75%;
    }

.icon-info,
.icon.info {
    background-color: #17a2b8;
    color: #005866;
}

.tag-info,
.tag.info {
    background-color: #17a2b8 !important;
    color: #005866;
}

    .bg-info.gradient, .bg-info.shaded,
    .badge-info.gradient,
    .badge-info.shaded,
    .icon-info.gradient,
    .icon-info.shaded,
    .icon.info.gradient,
    .icon.info.shaded,
    .tag.info.gradient,
    .tag.info.shaded,
    .tag-info.gradient,
    .tag-info.shaded {
        background-image: linear-gradient(to right, #0b95aa 0%, #14bad4 100%);
        background-repeat: repeat-x;
    }

.text-info,
.color-info {
    color: #17a2b8 !important;
}

.bg-warning,
.btn-warning {
    background-color: #ffc107 !important;
    color: #9d7600;
}

.outline.warning {
    background-color: transparent;
    border: 3px #ffc107 solid;
    color: #ffc107;
}

    .outline.warning:hover {
        background-color: #ffc107;
        border-color: #ffc107;
        color: #9d7600;
    }

.badge-warning {
    font-size: inherit;
    font-weight: normal;
    background-color: #ffc107;
    padding-left: .6em;
    padding-right: .6em;
    color: #9d7600;
}

    .badge-warning.sm {
        font-size: 75%;
    }

.icon-warning,
.icon.warning {
    background-color: #ffc107;
    color: #9d7600;
}

.tag-warning,
.tag.warning {
    background-color: #ffc107 !important;
    color: #9d7600;
}

    .bg-warning.gradient, .bg-warning.shaded,
    .badge-warning.gradient,
    .badge-warning.shaded,
    .icon-warning.gradient,
    .icon-warning.shaded,
    .icon.warning.gradient,
    .icon.warning.shaded,
    .tag.warning.gradient,
    .tag.warning.shaded,
    .tag-warning.gradient,
    .tag-warning.shaded {
        background-image: linear-gradient(to right, #edb100 0%, #ffc721 100%);
        background-repeat: repeat-x;
    }

.text-warning,
.color-warning {
    color: #ffc107 !important;
}

.bg-danger, .btn-danger, .del.btn, button.del, .del.button, submit.del, input.del[type="submit"], input.del[type="button"], .del.read-more,
.del.anchor, a.del.button, a.del.read-more,
a.del.anchor {
    background-color: #dc3545 !important;
    color: #a80011;
}

.outline.danger {
    background-color: transparent;
    border: 3px #dc3545 solid;
    color: #dc3545;
}

    .outline.danger:hover {
        background-color: #dc3545;
        border-color: #dc3545;
        color: #a80011;
    }

.badge-danger {
    font-size: inherit;
    font-weight: normal;
    background-color: #dc3545;
    padding-left: .6em;
    padding-right: .6em;
    color: #a80011;
}

    .badge-danger.sm {
        font-size: 75%;
    }

.icon-danger,
.icon.danger {
    background-color: #dc3545;
    color: #a80011;
}

.tag-danger,
.tag.danger {
    background-color: #dc3545 !important;
    color: #a80011;
}

    .bg-danger.gradient, .bg-danger.shaded,
    .badge-danger.gradient,
    .badge-danger.shaded,
    .icon-danger.gradient,
    .icon-danger.shaded,
    .icon.danger.gradient,
    .icon.danger.shaded,
    .tag.danger.gradient,
    .tag.danger.shaded,
    .tag-danger.gradient,
    .tag-danger.shaded {
        background-image: linear-gradient(to right, #df182b 0%, #e54555 100%);
        background-repeat: repeat-x;
    }

.text-danger,
.color-danger {
    color: #dc3545 !important;
}

.bg-light,
.btn-light {
    background-color: #f8f9fa !important;
    color: #aac5df;
}

.outline.light {
    background-color: transparent;
    border: 3px #f8f9fa solid;
    color: #f8f9fa;
}

    .outline.light:hover {
        background-color: #f8f9fa;
        border-color: #f8f9fa;
        color: #aac5df;
    }

.badge-light {
    font-size: inherit;
    font-weight: normal;
    background-color: #f8f9fa;
    padding-left: .6em;
    padding-right: .6em;
    color: #aac5df;
}

    .badge-light.sm {
        font-size: 75%;
    }

.icon-light,
.icon.light {
    background-color: #f8f9fa;
    color: #aac5df;
}

.tag-light,
.tag.light {
    background-color: #f8f9fa !important;
    color: #aac5df;
}

    .bg-light.gradient, .bg-light.shaded,
    .badge-light.gradient,
    .badge-light.shaded,
    .icon-light.gradient,
    .icon-light.shaded,
    .icon.light.gradient,
    .icon.light.shaded,
    .tag.light.gradient,
    .tag.light.shaded,
    .tag-light.gradient,
    .tag-light.shaded {
        background-image: linear-gradient(to right, #e7ecf1 0%, white 100%);
        background-repeat: repeat-x;
    }

.text-light,
.color-light {
    color: #f8f9fa !important;
}

.bg-dark,
.btn-dark {
    background-color: #273548 !important;
    color: #376fba;
}

.outline.dark {
    background-color: transparent;
    border: 3px #273548 solid;
    color: #273548;
}

    .outline.dark:hover {
        background-color: #273548;
        border-color: #273548;
        color: #376fba;
    }

.badge-dark {
    font-size: inherit;
    font-weight: normal;
    background-color: #273548;
    padding-left: .6em;
    padding-right: .6em;
    color: #376fba;
}

    .badge-dark.sm {
        font-size: 75%;
    }

.icon-dark,
.icon.dark {
    background-color: #273548;
    color: #376fba;
}

.tag-dark,
.tag.dark {
    background-color: #273548 !important;
    color: #376fba;
}

    .bg-dark.gradient, .bg-dark.shaded,
    .badge-dark.gradient,
    .badge-dark.shaded,
    .icon-dark.gradient,
    .icon-dark.shaded,
    .icon.dark.gradient,
    .icon.dark.shaded,
    .tag.dark.gradient,
    .tag.dark.shaded,
    .tag-dark.gradient,
    .tag-dark.shaded {
        background-image: linear-gradient(to right, #1a283c 0%, #2d415c 100%);
        background-repeat: repeat-x;
    }

.text-dark,
.color-dark {
    color: #273548 !important;
}

.bg-primary-light,
.btn-primary-light {
    background-color: #6ed4e7 !important;
    color: #05304b;
}

.outline.primary-light {
    background-color: transparent;
    border: 3px #6ed4e7 solid;
    color: #6ed4e7;
}

    .outline.primary-light:hover {
        background-color: #6ed4e7;
        border-color: #6ed4e7;
        color: #05304b;
    }

.badge-primary-light {
    font-size: inherit;
    font-weight: normal;
    background-color: #6ed4e7;
    padding-left: .6em;
    padding-right: .6em;
    color: #05304b;
}

    .badge-primary-light.sm {
        font-size: 75%;
    }

.icon-primary-light,
.icon.primary-light {
    background-color: #6ed4e7;
    color: #05304b;
}

.tag-primary-light,
.tag.primary-light {
    background-color: #6ed4e7 !important;
    color: #05304b;
}

    .bg-primary-light.gradient, .bg-primary-light.shaded,
    .badge-primary-light.gradient,
    .badge-primary-light.shaded,
    .icon-primary-light.gradient,
    .icon-primary-light.shaded,
    .icon.primary-light.gradient,
    .icon.primary-light.shaded,
    .tag.primary-light.gradient,
    .tag.primary-light.shaded,
    .tag-primary-light.gradient,
    .tag-primary-light.shaded {
        background-image: linear-gradient(to right, #4ed4ed 0%, #80ddee 100%);
        background-repeat: repeat-x;
    }

.text-primary-light,
.color-primary-light {
    color: #6ed4e7 !important;
}

.bg-primary-dark,
.btn-primary-dark {
    background-color: #02111b !important;
    color: #b5e4e8;
}

.outline.primary-dark {
    background-color: transparent;
    border: 3px #02111b solid;
    color: #02111b;
}

    .outline.primary-dark:hover {
        background-color: #02111b;
        border-color: #02111b;
        color: #b5e4e8;
    }

.badge-primary-dark {
    font-size: inherit;
    font-weight: normal;
    background-color: #02111b;
    padding-left: .6em;
    padding-right: .6em;
    color: #b5e4e8;
}

    .badge-primary-dark.sm {
        font-size: 75%;
    }

.icon-primary-dark,
.icon.primary-dark {
    background-color: #02111b;
    color: #b5e4e8;
}

.tag-primary-dark,
.tag.primary-dark {
    background-color: #02111b !important;
    color: #b5e4e8;
}

    .bg-primary-dark.gradient, .bg-primary-dark.shaded,
    .badge-primary-dark.gradient,
    .badge-primary-dark.shaded,
    .icon-primary-dark.gradient,
    .icon-primary-dark.shaded,
    .icon.primary-dark.gradient,
    .icon.primary-dark.shaded,
    .tag.primary-dark.gradient,
    .tag.primary-dark.shaded,
    .tag-primary-dark.gradient,
    .tag-primary-dark.shaded {
        background-image: linear-gradient(to right, #000203 0%, #022134 100%);
        background-repeat: repeat-x;
    }

.text-primary-dark,
.color-primary-dark {
    color: #02111b !important;
}

.bg-secondary-light,
.btn-secondary-light {
    background-color: #fd5513 !important;
    color: #a72f00;
}

.outline.secondary-light {
    background-color: transparent;
    border: 3px #fd5513 solid;
    color: #fd5513;
}

    .outline.secondary-light:hover {
        background-color: #fd5513;
        border-color: #fd5513;
        color: #a72f00;
    }

.badge-secondary-light {
    font-size: inherit;
    font-weight: normal;
    background-color: #fd5513;
    padding-left: .6em;
    padding-right: .6em;
    color: #a72f00;
}

    .badge-secondary-light.sm {
        font-size: 75%;
    }

.icon-secondary-light,
.icon.secondary-light {
    background-color: #fd5513;
    color: #a72f00;
}

.tag-secondary-light,
.tag.secondary-light {
    background-color: #fd5513 !important;
    color: #a72f00;
}

    .bg-secondary-light.gradient, .bg-secondary-light.shaded,
    .badge-secondary-light.gradient,
    .badge-secondary-light.shaded,
    .icon-secondary-light.gradient,
    .icon-secondary-light.shaded,
    .icon.secondary-light.gradient,
    .icon.secondary-light.shaded,
    .tag.secondary-light.gradient,
    .tag.secondary-light.shaded,
    .tag-secondary-light.gradient,
    .tag-secondary-light.shaded {
        background-image: linear-gradient(to right, #f64600 0%, #ff662a 100%);
        background-repeat: repeat-x;
    }

.text-secondary-light,
.color-secondary-light {
    color: #fd5513 !important;
}

.bg-secondary-dark,
.btn-secondary-dark {
    background-color: #8f2901 !important;
    color: #ff5613;
}

.outline.secondary-dark {
    background-color: transparent;
    border: 3px #8f2901 solid;
    color: #8f2901;
}

    .outline.secondary-dark:hover {
        background-color: #8f2901;
        border-color: #8f2901;
        color: #ff5613;
    }

.badge-secondary-dark {
    font-size: inherit;
    font-weight: normal;
    background-color: #8f2901;
    padding-left: .6em;
    padding-right: .6em;
    color: #ff5613;
}

    .badge-secondary-dark.sm {
        font-size: 75%;
    }

.icon-secondary-dark,
.icon.secondary-dark {
    background-color: #8f2901;
    color: #ff5613;
}

.tag-secondary-dark,
.tag.secondary-dark {
    background-color: #8f2901 !important;
    color: #ff5613;
}

    .bg-secondary-dark.gradient, .bg-secondary-dark.shaded,
    .badge-secondary-dark.gradient,
    .badge-secondary-dark.shaded,
    .icon-secondary-dark.gradient,
    .icon-secondary-dark.shaded,
    .icon.secondary-dark.gradient,
    .icon.secondary-dark.shaded,
    .tag.secondary-dark.gradient,
    .tag.secondary-dark.shaded,
    .tag-secondary-dark.gradient,
    .tag-secondary-dark.shaded {
        background-image: linear-gradient(to right, #772200 0%, #aa3000 100%);
        background-repeat: repeat-x;
    }

.text-secondary-dark,
.color-secondary-dark {
    color: #8f2901 !important;
}

.bg-gray-dark,
.btn-gray-dark {
    background-color: #273548 !important;
    color: #376fba;
}

.outline.gray-dark {
    background-color: transparent;
    border: 3px #273548 solid;
    color: #273548;
}

    .outline.gray-dark:hover {
        background-color: #273548;
        border-color: #273548;
        color: #376fba;
    }

.badge-gray-dark {
    font-size: inherit;
    font-weight: normal;
    background-color: #273548;
    padding-left: .6em;
    padding-right: .6em;
    color: #376fba;
}

    .badge-gray-dark.sm {
        font-size: 75%;
    }

.icon-gray-dark,
.icon.gray-dark {
    background-color: #273548;
    color: #376fba;
}

.tag-gray-dark,
.tag.gray-dark {
    background-color: #273548 !important;
    color: #376fba;
}

    .bg-gray-dark.gradient, .bg-gray-dark.shaded,
    .badge-gray-dark.gradient,
    .badge-gray-dark.shaded,
    .icon-gray-dark.gradient,
    .icon-gray-dark.shaded,
    .icon.gray-dark.gradient,
    .icon.gray-dark.shaded,
    .tag.gray-dark.gradient,
    .tag.gray-dark.shaded,
    .tag-gray-dark.gradient,
    .tag-gray-dark.shaded {
        background-image: linear-gradient(to right, #1a283c 0%, #2d415c 100%);
        background-repeat: repeat-x;
    }

.text-gray-dark,
.color-gray-dark {
    color: #273548 !important;
}

.bg-gray, .post-date,
.btn-gray {
    background-color: #6b83a2 !important;
    color: #284d7d;
}

.outline.gray {
    background-color: transparent;
    border: 3px #6b83a2 solid;
    color: #6b83a2;
}

    .outline.gray:hover {
        background-color: #6b83a2;
        border-color: #6b83a2;
        color: #284d7d;
    }

.badge-gray {
    font-size: inherit;
    font-weight: normal;
    background-color: #6b83a2;
    padding-left: .6em;
    padding-right: .6em;
    color: #284d7d;
}

    .badge-gray.sm {
        font-size: 75%;
    }

.icon-gray,
.icon.gray {
    background-color: #6b83a2;
    color: #284d7d;
}

.tag-gray,
.tag.gray {
    background-color: #6b83a2 !important;
    color: #284d7d;
}

    .bg-gray.gradient, .gradient.post-date, .bg-gray.shaded, .shaded.post-date,
    .badge-gray.gradient,
    .badge-gray.shaded,
    .icon-gray.gradient,
    .icon-gray.shaded,
    .icon.gray.gradient,
    .icon.gray.shaded,
    .tag.gray.gradient,
    .tag.gray.shaded,
    .tag-gray.gradient,
    .tag-gray.shaded {
        background-image: linear-gradient(to right, #5275a2 0%, #758fb1 100%);
        background-repeat: repeat-x;
    }

.text-gray,
.color-gray {
    color: #6b83a2 !important;
}

.bg-gray-light,
.btn-gray-light {
    background-color: #BDC1C7 !important;
    color: #6485b8;
}

.outline.gray-light {
    background-color: transparent;
    border: 3px #BDC1C7 solid;
    color: #BDC1C7;
}

    .outline.gray-light:hover {
        background-color: #BDC1C7;
        border-color: #BDC1C7;
        color: #6485b8;
    }

.badge-gray-light {
    font-size: inherit;
    font-weight: normal;
    background-color: #BDC1C7;
    padding-left: .6em;
    padding-right: .6em;
    color: #6485b8;
}

    .badge-gray-light.sm {
        font-size: 75%;
    }

.icon-gray-light,
.icon.gray-light {
    background-color: #BDC1C7;
    color: #6485b8;
}

.tag-gray-light,
.tag.gray-light {
    background-color: #BDC1C7 !important;
    color: #6485b8;
}

    .bg-gray-light.gradient, .bg-gray-light.shaded,
    .badge-gray-light.gradient,
    .badge-gray-light.shaded,
    .icon-gray-light.gradient,
    .icon-gray-light.shaded,
    .icon.gray-light.gradient,
    .icon.gray-light.shaded,
    .tag.gray-light.gradient,
    .tag.gray-light.shaded,
    .tag-gray-light.gradient,
    .tag-gray-light.shaded {
        background-image: linear-gradient(to right, #a8b3c3 0%, #c8cdd5 100%);
        background-repeat: repeat-x;
    }

.text-gray-light,
.color-gray-light {
    color: #BDC1C7 !important;
}

.bg-blue,
.btn-blue {
    background-color: #007bff !important;
    color: #004996;
}

.outline.blue {
    background-color: transparent;
    border: 3px #007bff solid;
    color: #007bff;
}

    .outline.blue:hover {
        background-color: #007bff;
        border-color: #007bff;
        color: #004996;
    }

.badge-blue {
    font-size: inherit;
    font-weight: normal;
    background-color: #007bff;
    padding-left: .6em;
    padding-right: .6em;
    color: #004996;
}

    .badge-blue.sm {
        font-size: 75%;
    }

.icon-blue,
.icon.blue {
    background-color: #007bff;
    color: #004996;
}

.tag-blue,
.tag.blue {
    background-color: #007bff !important;
    color: #004996;
}

    .bg-blue.gradient, .bg-blue.shaded,
    .badge-blue.gradient,
    .badge-blue.shaded,
    .icon-blue.gradient,
    .icon-blue.shaded,
    .icon.blue.gradient,
    .icon.blue.shaded,
    .tag.blue.gradient,
    .tag.blue.shaded,
    .tag-blue.gradient,
    .tag-blue.shaded {
        background-image: linear-gradient(to right, #006fe6 0%, #1a88ff 100%);
        background-repeat: repeat-x;
    }

.text-blue,
.color-blue {
    color: #007bff !important;
}

.bg-indigo,
.btn-indigo {
    background-color: #6610f2 !important;
    color: #3a0099;
}

.outline.indigo {
    background-color: transparent;
    border: 3px #6610f2 solid;
    color: #6610f2;
}

    .outline.indigo:hover {
        background-color: #6610f2;
        border-color: #6610f2;
        color: #3a0099;
    }

.badge-indigo {
    font-size: inherit;
    font-weight: normal;
    background-color: #6610f2;
    padding-left: .6em;
    padding-right: .6em;
    color: #3a0099;
}

    .badge-indigo.sm {
        font-size: 75%;
    }

.icon-indigo,
.icon.indigo {
    background-color: #6610f2;
    color: #3a0099;
}

.tag-indigo,
.tag.indigo {
    background-color: #6610f2 !important;
    color: #3a0099;
}

    .bg-indigo.gradient, .bg-indigo.shaded,
    .badge-indigo.gradient,
    .badge-indigo.shaded,
    .icon-indigo.gradient,
    .icon-indigo.shaded,
    .icon.indigo.gradient,
    .icon.indigo.shaded,
    .tag.indigo.gradient,
    .tag.indigo.shaded,
    .tag-indigo.gradient,
    .tag-indigo.shaded {
        background-image: linear-gradient(to right, #5900e8 0%, #7423f9 100%);
        background-repeat: repeat-x;
    }

.text-indigo,
.color-indigo {
    color: #6610f2 !important;
}

.bg-purple,
.btn-purple {
    background-color: #6f42c1 !important;
    color: #3b108b;
}

.outline.purple {
    background-color: transparent;
    border: 3px #6f42c1 solid;
    color: #6f42c1;
}

    .outline.purple:hover {
        background-color: #6f42c1;
        border-color: #6f42c1;
        color: #3b108b;
    }

.badge-purple {
    font-size: inherit;
    font-weight: normal;
    background-color: #6f42c1;
    padding-left: .6em;
    padding-right: .6em;
    color: #3b108b;
}

    .badge-purple.sm {
        font-size: 75%;
    }

.icon-purple,
.icon.purple {
    background-color: #6f42c1;
    color: #3b108b;
}

.tag-purple,
.tag.purple {
    background-color: #6f42c1 !important;
    color: #3b108b;
}

    .bg-purple.gradient, .bg-purple.shaded,
    .badge-purple.gradient,
    .badge-purple.shaded,
    .icon-purple.gradient,
    .icon-purple.shaded,
    .icon.purple.gradient,
    .icon.purple.shaded,
    .tag.purple.gradient,
    .tag.purple.shaded,
    .tag-purple.gradient,
    .tag-purple.shaded {
        background-image: linear-gradient(to right, #602ebb 0%, #7c50cd 100%);
        background-repeat: repeat-x;
    }

.text-purple,
.color-purple {
    color: #6f42c1 !important;
}

.bg-pink,
.btn-pink {
    background-color: #e83e8c !important;
    color: #bd0057;
}

.outline.pink {
    background-color: transparent;
    border: 3px #e83e8c solid;
    color: #e83e8c;
}

    .outline.pink:hover {
        background-color: #e83e8c;
        border-color: #e83e8c;
        color: #bd0057;
    }

.badge-pink {
    font-size: inherit;
    font-weight: normal;
    background-color: #e83e8c;
    padding-left: .6em;
    padding-right: .6em;
    color: #bd0057;
}

    .badge-pink.sm {
        font-size: 75%;
    }

.icon-pink,
.icon.pink {
    background-color: #e83e8c;
    color: #bd0057;
}

.tag-pink,
.tag.pink {
    background-color: #e83e8c !important;
    color: #bd0057;
}

    .bg-pink.gradient, .bg-pink.shaded,
    .badge-pink.gradient,
    .badge-pink.shaded,
    .icon-pink.gradient,
    .icon-pink.shaded,
    .icon.pink.gradient,
    .icon.pink.shaded,
    .tag.pink.gradient,
    .tag.pink.shaded,
    .tag-pink.gradient,
    .tag-pink.shaded {
        background-image: linear-gradient(to right, #f11b7d 0%, #ef5099 100%);
        background-repeat: repeat-x;
    }

.text-pink,
.color-pink {
    color: #e83e8c !important;
}

.bg-red,
.btn-red {
    background-color: #dc3545 !important;
    color: #a80011;
}

.outline.red {
    background-color: transparent;
    border: 3px #dc3545 solid;
    color: #dc3545;
}

    .outline.red:hover {
        background-color: #dc3545;
        border-color: #dc3545;
        color: #a80011;
    }

.badge-red {
    font-size: inherit;
    font-weight: normal;
    background-color: #dc3545;
    padding-left: .6em;
    padding-right: .6em;
    color: #a80011;
}

    .badge-red.sm {
        font-size: 75%;
    }

.icon-red,
.icon.red {
    background-color: #dc3545;
    color: #a80011;
}

.tag-red,
.tag.red {
    background-color: #dc3545 !important;
    color: #a80011;
}

    .bg-red.gradient, .bg-red.shaded,
    .badge-red.gradient,
    .badge-red.shaded,
    .icon-red.gradient,
    .icon-red.shaded,
    .icon.red.gradient,
    .icon.red.shaded,
    .tag.red.gradient,
    .tag.red.shaded,
    .tag-red.gradient,
    .tag-red.shaded {
        background-image: linear-gradient(to right, #df182b 0%, #e54555 100%);
        background-repeat: repeat-x;
    }

.text-red,
.color-red {
    color: #dc3545 !important;
}

.bg-orange,
.btn-orange {
    background-color: #fd7e14 !important;
    color: #a84d00;
}

.outline.orange {
    background-color: transparent;
    border: 3px #fd7e14 solid;
    color: #fd7e14;
}

    .outline.orange:hover {
        background-color: #fd7e14;
        border-color: #fd7e14;
        color: #a84d00;
    }

.badge-orange {
    font-size: inherit;
    font-weight: normal;
    background-color: #fd7e14;
    padding-left: .6em;
    padding-right: .6em;
    color: #a84d00;
}

    .badge-orange.sm {
        font-size: 75%;
    }

.icon-orange,
.icon.orange {
    background-color: #fd7e14;
    color: #a84d00;
}

.tag-orange,
.tag.orange {
    background-color: #fd7e14 !important;
    color: #a84d00;
}

    .bg-orange.gradient, .bg-orange.shaded,
    .badge-orange.gradient,
    .badge-orange.shaded,
    .icon-orange.gradient,
    .icon-orange.shaded,
    .icon.orange.gradient,
    .icon.orange.shaded,
    .tag.orange.gradient,
    .tag.orange.shaded,
    .tag-orange.gradient,
    .tag-orange.shaded {
        background-image: linear-gradient(to right, #f87100 0%, #ff8c2c 100%);
        background-repeat: repeat-x;
    }

.text-orange,
.color-orange {
    color: #fd7e14 !important;
}

.bg-yellow,
.btn-yellow {
    background-color: #ffc107 !important;
    color: #9d7600;
}

.outline.yellow {
    background-color: transparent;
    border: 3px #ffc107 solid;
    color: #ffc107;
}

    .outline.yellow:hover {
        background-color: #ffc107;
        border-color: #ffc107;
        color: #9d7600;
    }

.badge-yellow {
    font-size: inherit;
    font-weight: normal;
    background-color: #ffc107;
    padding-left: .6em;
    padding-right: .6em;
    color: #9d7600;
}

    .badge-yellow.sm {
        font-size: 75%;
    }

.icon-yellow,
.icon.yellow {
    background-color: #ffc107;
    color: #9d7600;
}

.tag-yellow,
.tag.yellow {
    background-color: #ffc107 !important;
    color: #9d7600;
}

    .bg-yellow.gradient, .bg-yellow.shaded,
    .badge-yellow.gradient,
    .badge-yellow.shaded,
    .icon-yellow.gradient,
    .icon-yellow.shaded,
    .icon.yellow.gradient,
    .icon.yellow.shaded,
    .tag.yellow.gradient,
    .tag.yellow.shaded,
    .tag-yellow.gradient,
    .tag-yellow.shaded {
        background-image: linear-gradient(to right, #edb100 0%, #ffc721 100%);
        background-repeat: repeat-x;
    }

.text-yellow,
.color-yellow {
    color: #ffc107 !important;
}

.bg-green,
.btn-green {
    background-color: #28a745 !important;
    color: #05621a;
}

.outline.green {
    background-color: transparent;
    border: 3px #28a745 solid;
    color: #28a745;
}

    .outline.green:hover {
        background-color: #28a745;
        border-color: #28a745;
        color: #05621a;
    }

.badge-green {
    font-size: inherit;
    font-weight: normal;
    background-color: #28a745;
    padding-left: .6em;
    padding-right: .6em;
    color: #05621a;
}

    .badge-green.sm {
        font-size: 75%;
    }

.icon-green,
.icon.green {
    background-color: #28a745;
    color: #05621a;
}

.tag-green,
.tag.green {
    background-color: #28a745 !important;
    color: #05621a;
}

    .bg-green.gradient, .bg-green.shaded,
    .badge-green.gradient,
    .badge-green.shaded,
    .icon-green.gradient,
    .icon-green.shaded,
    .icon.green.gradient,
    .icon.green.shaded,
    .tag.green.gradient,
    .tag.green.shaded,
    .tag-green.gradient,
    .tag-green.shaded {
        background-image: linear-gradient(to right, #1a9c38 0%, #27c14a 100%);
        background-repeat: repeat-x;
    }

.text-green,
.color-green {
    color: #28a745 !important;
}

.bg-teal,
.btn-teal {
    background-color: #20c997 !important;
    color: #00805a;
}

.outline.teal {
    background-color: transparent;
    border: 3px #20c997 solid;
    color: #20c997;
}

    .outline.teal:hover {
        background-color: #20c997;
        border-color: #20c997;
        color: #00805a;
    }

.badge-teal {
    font-size: inherit;
    font-weight: normal;
    background-color: #20c997;
    padding-left: .6em;
    padding-right: .6em;
    color: #00805a;
}

    .badge-teal.sm {
        font-size: 75%;
    }

.icon-teal,
.icon.teal {
    background-color: #20c997;
    color: #00805a;
}

.tag-teal,
.tag.teal {
    background-color: #20c997 !important;
    color: #00805a;
}

    .bg-teal.gradient, .bg-teal.shaded,
    .badge-teal.gradient,
    .badge-teal.shaded,
    .icon-teal.gradient,
    .icon-teal.shaded,
    .icon.teal.gradient,
    .icon.teal.shaded,
    .tag.teal.gradient,
    .tag.teal.shaded,
    .tag-teal.gradient,
    .tag-teal.shaded {
        background-image: linear-gradient(to right, #12bd8b 0%, #20e3a9 100%);
        background-repeat: repeat-x;
    }

.text-teal,
.color-teal {
    color: #20c997 !important;
}

.bg-cyan,
.btn-cyan {
    background-color: #17a2b8 !important;
    color: #005866;
}

.outline.cyan {
    background-color: transparent;
    border: 3px #17a2b8 solid;
    color: #17a2b8;
}

    .outline.cyan:hover {
        background-color: #17a2b8;
        border-color: #17a2b8;
        color: #005866;
    }

.badge-cyan {
    font-size: inherit;
    font-weight: normal;
    background-color: #17a2b8;
    padding-left: .6em;
    padding-right: .6em;
    color: #005866;
}

    .badge-cyan.sm {
        font-size: 75%;
    }

.icon-cyan,
.icon.cyan {
    background-color: #17a2b8;
    color: #005866;
}

.tag-cyan,
.tag.cyan {
    background-color: #17a2b8 !important;
    color: #005866;
}

    .bg-cyan.gradient, .bg-cyan.shaded,
    .badge-cyan.gradient,
    .badge-cyan.shaded,
    .icon-cyan.gradient,
    .icon-cyan.shaded,
    .icon.cyan.gradient,
    .icon.cyan.shaded,
    .tag.cyan.gradient,
    .tag.cyan.shaded,
    .tag-cyan.gradient,
    .tag-cyan.shaded {
        background-image: linear-gradient(to right, #0b95aa 0%, #14bad4 100%);
        background-repeat: repeat-x;
    }

.text-cyan,
.color-cyan {
    color: #17a2b8 !important;
}

.bg-white,
.btn-white {
    background-color: #fff !important;
    color: #dabcbc;
}

.outline.white {
    background-color: transparent;
    border: 3px #fff solid;
    color: #fff;
}

    .outline.white:hover {
        background-color: #fff;
        border-color: #fff;
        color: #dabcbc;
    }

.badge-white {
    font-size: inherit;
    font-weight: normal;
    background-color: #fff;
    padding-left: .6em;
    padding-right: .6em;
    color: #dabcbc;
}

    .badge-white.sm {
        font-size: 75%;
    }

.icon-white,
.icon.white {
    background-color: #fff;
    color: #dabcbc;
}

.tag-white,
.tag.white {
    background-color: #fff !important;
    color: #dabcbc;
}

    .bg-white.gradient, .bg-white.shaded,
    .badge-white.gradient,
    .badge-white.shaded,
    .icon-white.gradient,
    .icon-white.shaded,
    .icon.white.gradient,
    .icon.white.shaded,
    .tag.white.gradient,
    .tag.white.shaded,
    .tag-white.gradient,
    .tag-white.shaded {
        background-image: linear-gradient(to right, #f4f1f1 0%, white 100%);
        background-repeat: repeat-x;
    }

.text-white,
.color-white {
    color: #fff !important;
}

.bg-gold,
.btn-gold {
    background-color: #e3a703 !important;
    color: #380606;
}

.outline.gold {
    background-color: transparent;
    border: 3px #e3a703 solid;
    color: #e3a703;
}

    .outline.gold:hover {
        background-color: #e3a703;
        border-color: #e3a703;
        color: #380606;
    }

.badge-gold {
    font-size: inherit;
    font-weight: normal;
    background-color: #e3a703;
    padding-left: .6em;
    padding-right: .6em;
    color: #380606;
}

    .badge-gold.sm {
        font-size: 75%;
    }

.icon-gold,
.icon.gold {
    background-color: #e3a703;
    color: #380606;
}

.tag-gold,
.tag.gold {
    background-color: #e3a703 !important;
    color: #380606;
}

    .bg-gold.gradient, .bg-gold.shaded,
    .badge-gold.gradient,
    .badge-gold.shaded,
    .icon-gold.gradient,
    .icon-gold.shaded,
    .icon.gold.gradient,
    .icon.gold.shaded,
    .tag.gold.gradient,
    .tag.gold.shaded,
    .tag-gold.gradient,
    .tag-gold.shaded {
        background-image: linear-gradient(to right, #cd9600 0%, #ffbb01 100%);
        background-repeat: repeat-x;
    }

.text-gold,
.color-gold {
    color: #e3a703 !important;
}

.bg-primary-1 {
    background-color: #084f7b;
    color: #b5e4e8;
}

.bg-primary-light-1, ul.subject-tile li .card {
    background-color: #9ae1ee;
    color: #05304b;
}

.bg-secondary-1 {
    background-color: #f34703;
    color: #ff7a46;
}

.color-primary-1 {
    color: #084f7b;
}

.color-secondary-1 {
    color: #f34703;
}

.bg-primary-2 {
    background-color: #0b6dab;
    color: #b5e4e8;
}

.bg-primary-light-2, ul.subject-tile li:nth-child(2n) .card {
    background-color: #c6eef5;
    color: #05304b;
}

.bg-secondary-2 {
    background-color: #fd672c;
    color: #ff7a46;
}

.color-primary-2 {
    color: #0b6dab;
}

.color-secondary-2 {
    color: #fd672c;
}

.bg-primary-3 {
    background-color: #0f8cda;
    color: #b5e4e8;
}

.bg-primary-light-3, .form-quick-register .select-box, .form-quick-register select, .form-quick-register textarea, .form-quick-register input[type="text"], .form-quick-register input[type="password"], .form-quick-register input[type="datetime"], .form-quick-register input[type="datetime-local"], .form-quick-register input[type="date"], .form-quick-register input[type="month"], .form-quick-register input[type="time"], .form-quick-register input[type="week"], .form-quick-register input[type="number"], .form-quick-register input[type="email"], .form-quick-register input[type="url"], .form-quick-register input[type="search"], .form-quick-register input[type="tel"], .form-quick-register input[type="color"] {
    background-color: #f1fbfd;
    color: #05304b;
}

.bg-secondary-3 {
    background-color: #fd8c5f;
    color: #ff7a46;
}

.color-primary-3 {
    color: #0f8cda;
}

.color-secondary-3 {
    color: #fd8c5f;
}

.bg-primary-4 {
    background-color: #2ba5f1;
    color: #b5e4e8;
}

.bg-primary-light-4 {
    background-color: white;
    color: #05304b;
}

.bg-secondary-4 {
    background-color: #feb091;
    color: #ff7a46;
}

.color-primary-4 {
    color: #2ba5f1;
}

.color-secondary-4 {
    color: #feb091;
}

.bg-primary-5 {
    background-color: #5bb9f4;
    color: #b5e4e8;
}

.bg-primary-light-5 {
    background-color: white;
    color: #05304b;
}

.bg-secondary-5 {
    background-color: #fed4c4;
    color: #ff7a46;
}

.color-primary-5 {
    color: #5bb9f4;
}

.color-secondary-5 {
    color: #fed4c4;
}

.bg-primary-6 {
    background-color: #8bcdf7;
    color: #b5e4e8;
}

.bg-primary-light-6 {
    background-color: white;
    color: #05304b;
}

.bg-secondary-6 {
    background-color: #fff9f6;
    color: #ff7a46;
}

.color-primary-6 {
    color: #8bcdf7;
}

.color-secondary-6 {
    color: #fff9f6;
}

.bg-primary-7 {
    background-color: #bbe2fa;
    color: #b5e4e8;
}

.bg-primary-light-7 {
    background-color: white;
    color: #05304b;
}

.bg-secondary-7 {
    background-color: white;
    color: #ff7a46;
}

.color-primary-7 {
    color: #bbe2fa;
}

.color-secondary-7 {
    color: white;
}

.bg-primary-8 {
    background-color: #eaf6fe;
    color: #b5e4e8;
}

.bg-primary-light-8 {
    background-color: white;
    color: #05304b;
}

.bg-secondary-8 {
    background-color: white;
    color: #ff7a46;
}

.color-primary-8 {
    color: #eaf6fe;
}

.color-secondary-8 {
    color: white;
}

.bg-primary-9 {
    background-color: white;
    color: #b5e4e8;
}

.bg-primary-light-9 {
    background-color: white;
    color: #05304b;
}

.bg-secondary-9 {
    background-color: white;
    color: #ff7a46;
}

.color-primary-9 {
    color: white;
}

.color-secondary-9 {
    color: white;
}

.shadow, .course-filters .btn, .course-filters button, .course-filters .button, .course-filters submit, .course-filters input[type="submit"], .course-filters input[type="button"], .course-filters .read-more,
.course-filters .anchor {
    -moz-box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.15), 0 5px 15px 0 rgba(0, 0, 0, 0.25) !important;
    -webkit-box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.15), 0 5px 15px 0 rgba(0, 0, 0, 0.25) !important;
    box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.15), 0 5px 15px 0 rgba(0, 0, 0, 0.25) !important;
}

.no-shadow {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media only screen and (min-width: 1025px) {
    .condensed {
        width: 70%;
        display: inline-block;
    }
}

.round {
    -webkit-border-radius: 300px !important;
    -moz-border-radius: 300px !important;
    -ms-border-radius: 300px !important;
    -o-border-radius: 300px !important;
    border-radius: 300px !important;
}

p.lg {
    font-size: 1.25rem;
}

.lead, body.dir-right blockquote {
    font-weight: 500;
    margin-bottom: 30px;
}

    .lead.lg, body.dir-right blockquote.lg {
        font-size: 2rem;
    }

@media only screen and (max-width: 767.98px) {
    .lead.lg, body.dir-right blockquote.lg {
        font-size: 1.1rem;
    }
}

.lead.xl, body.dir-right blockquote.xl {
    margin: 30px 0;
}

@media only screen and (min-width: 1025px) {
    .lead.xl, body.dir-right blockquote.xl {
        margin: 45px 0;
    }
}

.pr {
    position: relative;
}

.pr-2 {
    position: relative;
    z-index: 2;
}

.pr-3 {
    position: relative;
    z-index: 3;
}

.pr-4 {
    position: relative;
    z-index: 4;
}

.z-1 {
    z-index: 1;
}

.z-2 {
    z-index: 2;
}

.z-3 {
    z-index: 3;
}

.z-4 {
    z-index: 4;
}

.z-5 {
    z-index: 5;
}

.z-6 {
    z-index: 6;
}

.no-border,
.nb,
#footer .newsletter-footer form .txt-email {
    border: 0 !important;
}

    .no-border:focus,
    .nb:focus,
    #footer .newsletter-footer form .txt-email:focus {
        border: 0 !important;
    }

.no-outline:focus,
.no-out:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.em,
em {
    font-weight: bold;
    margin-left: .5rem;
    margin-right: .5rem;
    color: #6ed4e7;
    border-bottom: 3px solid #6ed4e7;
}

    .em:hover, .em:active,
    em:hover,
    em:active {
        color: #9ae1ee;
        border-color: #9ae1ee;
    }

@media (min-width: 768px) {
    p.column-2,
    .column-2 p {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        -ms-column-count: 2;
        column-count: 2;
        column-gap: 37.5px;
    }

    p.column-3,
    .column-3 p {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        -ms-column-count: 3;
        column-count: 3;
        column-gap: 37.5px;
    }

    .column-2,
    .column-3 {
        text-align: justify;
    }

        .column-2 br,
        .column-3 br {
            margin-bottom: 45px;
        }

    .letter-large::first-letter,
    .letter-large:first-letter {
        font-size: 8em;
        float: left;
        font-family: "Georgia", "Times New Roman", Serif;
        margin-right: 10px;
        line-height: 1;
        margin-top: .5rem;
        margin-bottom: 0;
        text-align: justify;
    }
}

.icon-date:before, .icon-duration:before,
.icon-play:before, li .post-date:before {
    content: "";
    font-size: 1.25em;
    display: inline-block;
    font: normal normal normal 1.25em/1 FontAwesome;
    font-size: 1.25em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 0.25em;
}

body.hide-title .col > h1.heading, body.hide-title #content-wrapper > h1.heading,
body.no-title .col > h1.heading,
body.no-title #content-wrapper > h1.heading {
    display: none;
}

@media only screen and (max-width: 767.98px) {
    .fr-phone {
        float: right;
    }

    .fl-phone {
        float: left;
    }

    .fn-phone {
        float: none;
    }

    .dp-phone {
        display: block;
    }

    .no-padding-phone {
        padding: 0 !important;
    }

    .padding-phone {
        padding: 30px !important;
    }

    .padding-left-phone {
        padding-left: 15px !important;
    }

    .padding-right-phone {
        padding-right: 15px !important;
    }

    .padding-bottom-phone {
        padding-bottom: 15px !important;
    }

    .padding-top-phone {
        padding-top: 15px !important;
    }

    .padding-100-phone {
        padding: 100px !important;
    }

    .padding-left-100-phone {
        padding-left: 100px !important;
    }

    .padding-right-100-phone {
        padding-right: 100px !important;
    }

    .padding-bottom-100-phone {
        padding-bottom: 100px !important;
    }

    .padding-top-100-phone {
        padding-top: 100px !important;
    }

    .padding-50-phone {
        padding: 50px !important;
    }

    .padding-left-50-phone {
        padding-left: 50px !important;
    }

    .padding-right-50-phone {
        padding-right: 50px !important;
    }

    .padding-bottom-50-phone {
        padding-bottom: 50px !important;
    }

    .padding-top-50-phone {
        padding-top: 50px !important;
    }

    .padding-30-phone {
        padding: 30px !important;
    }

    .padding-left-30-phone {
        padding-left: 30px !important;
    }

    .padding-right-30-phone {
        padding-right: 30px !important;
    }

    .padding-bottom-30-phone {
        padding-bottom: 30px !important;
    }

    .padding-top-30-phone {
        padding-top: 30px !important;
    }

    .no-margin-phone {
        margin: 0 !important;
    }

    .margin-phone {
        margin: 30px !important;
    }

    .margin-left-phone {
        margin-left: 15px !important;
    }

    .margin-right-phone {
        margin-right: 15px !important;
    }

    .margin-bottom-phone {
        margin-bottom: 15px !important;
    }

    .margin-top-phone {
        margin-top: 15px !important;
    }

    .margin-100-phone {
        margin: 100px !important;
    }

    .margin-left-100-phone {
        margin-left: 100px !important;
    }

    .margin-right-100-phone {
        margin-right: 100px !important;
    }

    .margin-bottom-100-phone {
        margin-bottom: 100px !important;
    }

    .margin-top-100-phone {
        margin-top: 100px !important;
    }

    .margin-50-phone {
        margin: 50px !important;
    }

    .margin-left-50-phone {
        margin-left: 50px !important;
    }

    .margin-right-50-phone {
        margin-right: 50px !important;
    }

    .margin-bottom-50-phone {
        margin-bottom: 50px !important;
    }

    .margin-top-50-phone {
        margin-top: 50px !important;
    }

    .margin-left-30-phone {
        margin-left: 30px !important;
    }

    .margin-right-30-phone {
        margin-right: 30px !important;
    }

    .margin-bottom-30-phone {
        margin-bottom: 30px !important;
    }

    .margin-top-30-phone {
        margin-top: 30px !important;
    }
    /*  Negative Margins
		//--------------------------------------------------*/
    .margin-n-phone {
        margin: -30px !important;
    }

    .margin-left-n-phone {
        margin-left: -15px !important;
    }

    .margin-right-n-phone {
        margin-right: -15px !important;
    }

    .margin-bottom-n-phone {
        margin-bottom: -15px !important;
    }

    .margin-top-n-phone {
        margin-top: -15px !important;
    }

    .margin-n-100-phone {
        margin: -100px !important;
    }

    .margin-left-n-100-phone {
        margin-left: -100px !important;
    }

    .margin-right-n-100-phone {
        margin-right: -100px !important;
    }

    .margin-bottom-n-100-phone {
        margin-bottom: -100px !important;
    }

    .margin-top-n-100-phone {
        margin-top: -100px !important;
    }

    .margin-n-50-phone {
        margin: -50px !important;
    }

    .margin-left-n-50-phone {
        margin-left: -50px !important;
    }

    .margin-right-n-50-phone {
        margin-right: -50px !important;
    }

    .margin-bottom-n-50-phone {
        margin-bottom: -50px !important;
    }

    .margin-top-n-50-phone {
        margin-top: -50px !important;
    }

    .margin-left-n-30-phone {
        margin-left: -30px !important;
    }

    .margin-right-n-30-phone {
        margin-right: -30px !important;
    }

    .margin-bottom-n-30-phone {
        margin-bottom: -30px !important;
    }

    .margin-top-n-30-phone {
        margin-top: -30px !important;
    }

    .align-left-phone,
    .text-left-phone {
        text-align: left;
    }

    .align-right-phone,
    .text-right-phone {
        text-align: right;
    }

    .align-center-phone,
    .text-center-phone {
        text-align: center;
    }

    .hide-phone {
        display: none;
    }

    body.right .align-left-phone,
    body.right .text-left-phone {
        text-align: right !important;
    }

    body.right .align-right-phone,
    body.right .text-right-phone {
        text-align: left !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024.98px) {
    .fr-tablet {
        float: right;
    }

    .fl-tablet {
        float: left;
    }

    .fn-tablet {
        float: none;
    }

    .dp-tablet {
        display: block;
    }

    .no-padding-tablet {
        padding: 0 !important;
    }

    .padding-tablet {
        padding: 30px !important;
    }

    .padding-left-tablet {
        padding-left: 15px !important;
    }

    .padding-right-tablet {
        padding-right: 15px !important;
    }

    .padding-bottom-tablet {
        padding-bottom: 15px !important;
    }

    .padding-top-tablet {
        padding-top: 15px !important;
    }

    .padding-100-tablet {
        padding: 100px !important;
    }

    .padding-left-100-tablet {
        padding-left: 100px !important;
    }

    .padding-right-100-tablet {
        padding-right: 100px !important;
    }

    .padding-bottom-100-tablet {
        padding-bottom: 100px !important;
    }

    .padding-top-100-tablet {
        padding-top: 100px !important;
    }

    .padding-50-tablet {
        padding: 50px !important;
    }

    .padding-left-50-tablet {
        padding-left: 50px !important;
    }

    .padding-right-50-tablet {
        padding-right: 50px !important;
    }

    .padding-bottom-50-tablet {
        padding-bottom: 50px !important;
    }

    .padding-top-50-tablet {
        padding-top: 50px !important;
    }

    .padding-30-tablet {
        padding: 30px !important;
    }

    .padding-left-30-tablet {
        padding-left: 30px !important;
    }

    .padding-right-30-tablet {
        padding-right: 30px !important;
    }

    .padding-bottom-30-tablet {
        padding-bottom: 30px !important;
    }

    .padding-top-30-tablet {
        padding-top: 30px !important;
    }

    .no-margin-tablet {
        margin: 0 !important;
    }

    .margin-tablet {
        margin: 30px !important;
    }

    .margin-left-tablet {
        margin-left: 15px !important;
    }

    .margin-right-tablet {
        margin-right: 15px !important;
    }

    .margin-bottom-tablet {
        margin-bottom: 15px !important;
    }

    .margin-top-tablet {
        margin-top: 15px !important;
    }

    .margin-100-tablet {
        margin: 100px !important;
    }

    .margin-left-100-tablet {
        margin-left: 100px !important;
    }

    .margin-right-100-tablet {
        margin-right: 100px !important;
    }

    .margin-bottom-100-tablet {
        margin-bottom: 100px !important;
    }

    .margin-top-100-tablet {
        margin-top: 100px !important;
    }

    .margin-50-tablet {
        margin: 50px !important;
    }

    .margin-left-50-tablet {
        margin-left: 50px !important;
    }

    .margin-right-50-tablet {
        margin-right: 50px !important;
    }

    .margin-bottom-50-tablet {
        margin-bottom: 50px !important;
    }

    .margin-top-50-tablet {
        margin-top: 50px !important;
    }

    .margin-left-30-tablet {
        margin-left: 30px !important;
    }

    .margin-right-30-tablet {
        margin-right: 30px !important;
    }

    .margin-bottom-30-tablet {
        margin-bottom: 30px !important;
    }

    .margin-top-30-tablet {
        margin-top: 30px !important;
    }
    /*  Negative Margins
		//--------------------------------------------------*/
    .margin-n-tablet {
        margin: -30px !important;
    }

    .margin-left-n-tablet {
        margin-left: -15px !important;
    }

    .margin-right-n-tablet {
        margin-right: -15px !important;
    }

    .margin-bottom-n-tablet {
        margin-bottom: -15px !important;
    }

    .margin-top-n-tablet {
        margin-top: -15px !important;
    }

    .margin-n-100-tablet {
        margin: -100px !important;
    }

    .margin-left-n-100-tablet {
        margin-left: -100px !important;
    }

    .margin-right-n-100-tablet {
        margin-right: -100px !important;
    }

    .margin-bottom-n-100-tablet {
        margin-bottom: -100px !important;
    }

    .margin-top-n-100-tablet {
        margin-top: -100px !important;
    }

    .margin-n-50-tablet {
        margin: -50px !important;
    }

    .margin-left-n-50-tablet {
        margin-left: -50px !important;
    }

    .margin-right-n-50-tablet {
        margin-right: -50px !important;
    }

    .margin-bottom-n-50-tablet {
        margin-bottom: -50px !important;
    }

    .margin-top-n-50-tablet {
        margin-top: -50px !important;
    }

    .margin-left-n-30-tablet {
        margin-left: -30px !important;
    }

    .margin-right-n-30-tablet {
        margin-right: -30px !important;
    }

    .margin-bottom-n-30-tablet {
        margin-bottom: -30px !important;
    }

    .margin-top-n-30-tablet {
        margin-top: -30px !important;
    }

    .align-left-tablet,
    .text-left-tablet {
        text-align: left;
    }

    .align-right-tablet,
    .text-right-tablet {
        text-align: right;
    }

    .align-center-tablet,
    .text-center-tablet {
        text-align: center;
    }

    .hide-tablet {
        display: none;
    }

    body.right .align-left-tablet,
    body.right .text-left-tablet {
        text-align: right !important;
    }

    body.right .align-right-tablet,
    body.right .text-right-tablet {
        text-align: left !important;
    }
}

@media only screen and (min-width: 1025px) {
    .fr-desktop {
        float: right;
    }

    .fl-desktop {
        float: left;
    }

    .fn-desktop {
        float: none;
    }

    .dp-desktop {
        display: block;
    }

    .no-padding-desktop {
        padding: 0 !important;
    }

    .padding-desktop {
        padding: 30px !important;
    }

    .padding-left-desktop {
        padding-left: 15px !important;
    }

    .padding-right-desktop {
        padding-right: 15px !important;
    }

    .padding-bottom-desktop {
        padding-bottom: 15px !important;
    }

    .padding-top-desktop {
        padding-top: 15px !important;
    }

    .padding-100-desktop {
        padding: 100px !important;
    }

    .padding-left-100-desktop {
        padding-left: 100px !important;
    }

    .padding-right-100-desktop {
        padding-right: 100px !important;
    }

    .padding-bottom-100-desktop {
        padding-bottom: 100px !important;
    }

    .padding-top-100-desktop {
        padding-top: 100px !important;
    }

    .padding-50-desktop {
        padding: 50px !important;
    }

    .padding-left-50-desktop {
        padding-left: 50px !important;
    }

    .padding-right-50-desktop {
        padding-right: 50px !important;
    }

    .padding-bottom-50-desktop {
        padding-bottom: 50px !important;
    }

    .padding-top-50-desktop {
        padding-top: 50px !important;
    }

    .padding-30-desktop {
        padding: 30px !important;
    }

    .padding-left-30-desktop {
        padding-left: 30px !important;
    }

    .padding-right-30-desktop {
        padding-right: 30px !important;
    }

    .padding-bottom-30-desktop {
        padding-bottom: 30px !important;
    }

    .padding-top-30-desktop {
        padding-top: 30px !important;
    }

    .no-margin-desktop {
        margin: 0 !important;
    }

    .margin-desktop {
        margin: 30px !important;
    }

    .margin-left-desktop {
        margin-left: 15px !important;
    }

    .margin-right-desktop {
        margin-right: 15px !important;
    }

    .margin-bottom-desktop {
        margin-bottom: 15px !important;
    }

    .margin-top-desktop {
        margin-top: 15px !important;
    }

    .margin-100-desktop {
        margin: 100px !important;
    }

    .margin-left-100-desktop {
        margin-left: 100px !important;
    }

    .margin-right-100-desktop {
        margin-right: 100px !important;
    }

    .margin-bottom-100-desktop {
        margin-bottom: 100px !important;
    }

    .margin-top-100-desktop {
        margin-top: 100px !important;
    }

    .margin-50-desktop {
        margin: 50px !important;
    }

    .margin-left-50-desktop {
        margin-left: 50px !important;
    }

    .margin-right-50-desktop {
        margin-right: 50px !important;
    }

    .margin-bottom-50-desktop {
        margin-bottom: 50px !important;
    }

    .margin-top-50-desktop {
        margin-top: 50px !important;
    }

    .margin-left-30-desktop {
        margin-left: 30px !important;
    }

    .margin-right-30-desktop {
        margin-right: 30px !important;
    }

    .margin-bottom-30-desktop {
        margin-bottom: 30px !important;
    }

    .margin-top-30-desktop {
        margin-top: 30px !important;
    }
    /*  Negative Margins
		//--------------------------------------------------*/
    .margin-n-desktop {
        margin: -30px !important;
    }

    .margin-left-n-desktop {
        margin-left: -15px !important;
    }

    .margin-right-n-desktop {
        margin-right: -15px !important;
    }

    .margin-bottom-n-desktop {
        margin-bottom: -15px !important;
    }

    .margin-top-n-desktop {
        margin-top: -15px !important;
    }

    .margin-n-100-desktop {
        margin: -100px !important;
    }

    .margin-left-n-100-desktop {
        margin-left: -100px !important;
    }

    .margin-right-n-100-desktop {
        margin-right: -100px !important;
    }

    .margin-bottom-n-100-desktop {
        margin-bottom: -100px !important;
    }

    .margin-top-n-100-desktop {
        margin-top: -100px !important;
    }

    .margin-n-50-desktop {
        margin: -50px !important;
    }

    .margin-left-n-50-desktop {
        margin-left: -50px !important;
    }

    .margin-right-n-50-desktop {
        margin-right: -50px !important;
    }

    .margin-bottom-n-50-desktop {
        margin-bottom: -50px !important;
    }

    .margin-top-n-50-desktop {
        margin-top: -50px !important;
    }

    .margin-left-n-30-desktop {
        margin-left: -30px !important;
    }

    .margin-right-n-30-desktop {
        margin-right: -30px !important;
    }

    .margin-bottom-n-30-desktop {
        margin-bottom: -30px !important;
    }

    .margin-top-n-30-desktop {
        margin-top: -30px !important;
    }

    .align-left-desktop,
    .text-left-desktop {
        text-align: left;
    }

    .align-right-desktop,
    .text-right-desktop {
        text-align: right;
    }

    .align-center-desktop,
    .text-center-desktop {
        text-align: center;
    }

    .hide-desktop {
        display: none;
    }

    body.right .align-left-desktop,
    body.right .text-left-desktop {
        text-align: right !important;
    }

    body.right .align-right-desktop,
    body.right .text-right-desktop {
        text-align: left !important;
    }
}

@media only screen and (min-width: 1680px) {
    .fr-large {
        float: right;
    }

    .fl-large {
        float: left;
    }

    .fn-large {
        float: none;
    }

    .dp-large {
        display: block;
    }

    .no-padding-large {
        padding: 0 !important;
    }

    .padding-large {
        padding: 30px !important;
    }

    .padding-left-large {
        padding-left: 15px !important;
    }

    .padding-right-large {
        padding-right: 15px !important;
    }

    .padding-bottom-large {
        padding-bottom: 15px !important;
    }

    .padding-top-large {
        padding-top: 15px !important;
    }

    .padding-100-large {
        padding: 100px !important;
    }

    .padding-left-100-large {
        padding-left: 100px !important;
    }

    .padding-right-100-large {
        padding-right: 100px !important;
    }

    .padding-bottom-100-large {
        padding-bottom: 100px !important;
    }

    .padding-top-100-large {
        padding-top: 100px !important;
    }

    .padding-50-large {
        padding: 50px !important;
    }

    .padding-left-50-large {
        padding-left: 50px !important;
    }

    .padding-right-50-large {
        padding-right: 50px !important;
    }

    .padding-bottom-50-large {
        padding-bottom: 50px !important;
    }

    .padding-top-50-large {
        padding-top: 50px !important;
    }

    .padding-30-large {
        padding: 30px !important;
    }

    .padding-left-30-large {
        padding-left: 30px !important;
    }

    .padding-right-30-large {
        padding-right: 30px !important;
    }

    .padding-bottom-30-large {
        padding-bottom: 30px !important;
    }

    .padding-top-30-large {
        padding-top: 30px !important;
    }

    .no-margin-large {
        margin: 0 !important;
    }

    .margin-large {
        margin: 30px !important;
    }

    .margin-left-large {
        margin-left: 15px !important;
    }

    .margin-right-large {
        margin-right: 15px !important;
    }

    .margin-bottom-large {
        margin-bottom: 15px !important;
    }

    .margin-top-large {
        margin-top: 15px !important;
    }

    .margin-100-large {
        margin: 100px !important;
    }

    .margin-left-100-large {
        margin-left: 100px !important;
    }

    .margin-right-100-large {
        margin-right: 100px !important;
    }

    .margin-bottom-100-large {
        margin-bottom: 100px !important;
    }

    .margin-top-100-large {
        margin-top: 100px !important;
    }

    .margin-50-large {
        margin: 50px !important;
    }

    .margin-left-50-large {
        margin-left: 50px !important;
    }

    .margin-right-50-large {
        margin-right: 50px !important;
    }

    .margin-bottom-50-large {
        margin-bottom: 50px !important;
    }

    .margin-top-50-large {
        margin-top: 50px !important;
    }

    .margin-left-30-large {
        margin-left: 30px !important;
    }

    .margin-right-30-large {
        margin-right: 30px !important;
    }

    .margin-bottom-30-large {
        margin-bottom: 30px !important;
    }

    .margin-top-30-large {
        margin-top: 30px !important;
    }
    /*  Negative Margins
		//--------------------------------------------------*/
    .margin-n-large {
        margin: -30px !important;
    }

    .margin-left-n-large {
        margin-left: -15px !important;
    }

    .margin-right-n-large {
        margin-right: -15px !important;
    }

    .margin-bottom-n-large {
        margin-bottom: -15px !important;
    }

    .margin-top-n-large {
        margin-top: -15px !important;
    }

    .margin-n-100-large {
        margin: -100px !important;
    }

    .margin-left-n-100-large {
        margin-left: -100px !important;
    }

    .margin-right-n-100-large {
        margin-right: -100px !important;
    }

    .margin-bottom-n-100-large {
        margin-bottom: -100px !important;
    }

    .margin-top-n-100-large {
        margin-top: -100px !important;
    }

    .margin-n-50-large {
        margin: -50px !important;
    }

    .margin-left-n-50-large {
        margin-left: -50px !important;
    }

    .margin-right-n-50-large {
        margin-right: -50px !important;
    }

    .margin-bottom-n-50-large {
        margin-bottom: -50px !important;
    }

    .margin-top-n-50-large {
        margin-top: -50px !important;
    }

    .margin-left-n-30-large {
        margin-left: -30px !important;
    }

    .margin-right-n-30-large {
        margin-right: -30px !important;
    }

    .margin-bottom-n-30-large {
        margin-bottom: -30px !important;
    }

    .margin-top-n-30-large {
        margin-top: -30px !important;
    }

    .align-left-large,
    .text-left-large {
        text-align: left;
    }

    .align-right-large,
    .text-right-large {
        text-align: right;
    }

    .align-center-large,
    .text-center-large {
        text-align: center;
    }

    .hide-large {
        display: none;
    }

    body.right .align-left-large,
    body.right .text-left-large {
        text-align: right !important;
    }

    body.right .align-right-large,
    body.right .text-right-large {
        text-align: left !important;
    }
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.fn {
    float: none;
}

.dp {
    display: block;
}

.no-padding {
    padding: 0 !important;
}

.padding {
    padding: 30px !important;
}

.padding-left {
    padding-left: 15px !important;
}

.padding-right {
    padding-right: 15px !important;
}

.padding-bottom {
    padding-bottom: 15px !important;
}

.padding-top {
    padding-top: 15px !important;
}

.padding-100 {
    padding: 100px !important;
}

.padding-left-100 {
    padding-left: 100px !important;
}

.padding-right-100 {
    padding-right: 100px !important;
}

.padding-bottom-100 {
    padding-bottom: 100px !important;
}

.padding-top-100 {
    padding-top: 100px !important;
}

.padding-50 {
    padding: 50px !important;
}

.padding-left-50 {
    padding-left: 50px !important;
}

.padding-right-50 {
    padding-right: 50px !important;
}

.padding-bottom-50 {
    padding-bottom: 50px !important;
}

.padding-top-50 {
    padding-top: 50px !important;
}

.padding-30 {
    padding: 30px !important;
}

.padding-left-30 {
    padding-left: 30px !important;
}

.padding-right-30 {
    padding-right: 30px !important;
}

.padding-bottom-30 {
    padding-bottom: 30px !important;
}

.padding-top-30 {
    padding-top: 30px !important;
}

.no-margin {
    margin: 0 !important;
}

.margin {
    margin: 30px !important;
}

.margin-left {
    margin-left: 15px !important;
}

.margin-right {
    margin-right: 15px !important;
}

.margin-bottom {
    margin-bottom: 15px !important;
}

.margin-top {
    margin-top: 15px !important;
}

.margin-100 {
    margin: 100px !important;
}

.margin-left-100 {
    margin-left: 100px !important;
}

.margin-right-100 {
    margin-right: 100px !important;
}

.margin-bottom-100 {
    margin-bottom: 100px !important;
}

.margin-top-100 {
    margin-top: 100px !important;
}

.margin-50 {
    margin: 50px !important;
}

.margin-left-50 {
    margin-left: 50px !important;
}

.margin-right-50 {
    margin-right: 50px !important;
}

.margin-bottom-50 {
    margin-bottom: 50px !important;
}

.margin-top-50 {
    margin-top: 50px !important;
}

.margin-left-30 {
    margin-left: 30px !important;
}

.margin-right-30 {
    margin-right: 30px !important;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}

/*  Negative Margins
		//--------------------------------------------------*/
.margin-n {
    margin: -30px !important;
}

.margin-left-n {
    margin-left: -15px !important;
}

.margin-right-n {
    margin-right: -15px !important;
}

.margin-bottom-n {
    margin-bottom: -15px !important;
}

.margin-top-n {
    margin-top: -15px !important;
}

.margin-n-100 {
    margin: -100px !important;
}

.margin-left-n-100 {
    margin-left: -100px !important;
}

.margin-right-n-100 {
    margin-right: -100px !important;
}

.margin-bottom-n-100 {
    margin-bottom: -100px !important;
}

.margin-top-n-100 {
    margin-top: -100px !important;
}

.margin-n-50 {
    margin: -50px !important;
}

.margin-left-n-50 {
    margin-left: -50px !important;
}

.margin-right-n-50 {
    margin-right: -50px !important;
}

.margin-bottom-n-50 {
    margin-bottom: -50px !important;
}

.margin-top-n-50 {
    margin-top: -50px !important;
}

.margin-left-n-30 {
    margin-left: -30px !important;
}

.margin-right-n-30 {
    margin-right: -30px !important;
}

.margin-bottom-n-30 {
    margin-bottom: -30px !important;
}

.margin-top-n-30 {
    margin-top: -30px !important;
}

.align-left,
.text-left {
    text-align: left;
}

.align-right,
.text-right {
    text-align: right;
}

.align-center,
.text-center {
    text-align: center;
}

.hide {
    display: none;
}

body.right .align-left,
body.right .text-left {
    text-align: right !important;
}

body.right .align-right,
body.right .text-right {
    text-align: left !important;
}

@media only screen and (min-width: 1025px) {
    .hide-desktop {
        display: none !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024.98px) {
    .hide-tablet {
        display: none !important;
    }
}

@media only screen and (max-width: 767.98px) {
    .hide-phone {
        display: none !important;
    }
}

@media only screen and (max-width: 1024.98px) {
    .hide-device {
        display: none !important;
    }
}

/**
All Typography Override of Bootstrap here.
*/
@font-face {
    font-family: "SourceSerif";
    src: url("./fonts/source-serif-pro-regular-wf.eot");
    src: url("./fonts/source-serif-pro-regular-wf.eot?#iefix") format("embedded-opentype"), url("./fonts/source-serif-pro-regular-wf.svg#${family-name}") format("svg"), url("./fonts/source-serif-pro-regular-wf.woff") format("woff"), url("./fonts/source-serif-pro-regular-wf.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "SourceSerif";
    src: url("./fonts/source-serif-pro-it-wf.eot");
    src: url("./fonts/source-serif-pro-it-wf.eot?#iefix") format("embedded-opentype"), url("./fonts/source-serif-pro-it-wf.svg#${family-name}") format("svg"), url("./fonts/source-serif-pro-it-wf.woff") format("woff"), url("./fonts/source-serif-pro-it-wf.ttf") format("truetype");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "SourceSerif";
    src: url("./fonts/source-serif-pro-semibold-wf.eot");
    src: url("./fonts/source-serif-pro-semibold-wf.eot?#iefix") format("embedded-opentype"), url("./fonts/source-serif-pro-semibold-wf.svg#${family-name}") format("svg"), url("./fonts/source-serif-pro-semibold-wf.woff") format("woff"), url("./fonts/source-serif-pro-semibold-wf.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "SourceSerif";
    src: url("./fonts/source-serif-pro-semibold-it-wf.eot");
    src: url("./fonts/source-serif-pro-semibold-it-wf.eot?#iefix") format("embedded-opentype"), url("./fonts/source-serif-pro-semibold-it-wf.svg#${family-name}") format("svg"), url("./fonts/source-serif-pro-semibold-it-wf.woff") format("woff"), url("./fonts/source-serif-pro-semibold-it-wf.ttf") format("truetype");
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: "SourceSerif";
    src: url("./fonts/source-serif-pro-bold-wf.eot");
    src: url("./fonts/source-serif-pro-bold-wf.eot?#iefix") format("embedded-opentype"), url("./fonts/source-serif-pro-bold-wf.svg#${family-name}") format("svg"), url("./fonts/source-serif-pro-bold-wf.woff") format("woff"), url("./fonts/source-serif-pro-bold-wf.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "SourceSerif";
    src: url("./fonts/source-serif-pro-bold-it-wf.eot");
    src: url("./fonts/source-serif-pro-bold-it-wf.eot?#iefix") format("embedded-opentype"), url("./fonts/source-serif-pro-bold-it-wf.svg#${family-name}") format("svg"), url("./fonts/source-serif-pro-bold-it-wf.woff") format("woff"), url("./fonts/source-serif-pro-bold-it-wf.ttf") format("truetype");
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: "SourceSerifLight";
    src: url("./fonts/source-serif-pro-light-wf.eot");
    src: url("./fonts/source-serif-pro-light-wf.eot?#iefix") format("embedded-opentype"), url("./fonts/source-serif-pro-light-wf.svg#${family-name}") format("svg"), url("./fonts/source-serif-pro-light-wf.woff") format("woff"), url("./fonts/source-serif-pro-light-wf.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "SourceSerifLight";
    src: url("./fonts/source-serif-pro-light-wf.eot");
    src: url("./fonts/source-serif-pro-light-wf.eot?#iefix") format("embedded-opentype"), url("./fonts/source-serif-pro-light-wf.svg#${family-name}") format("svg"), url("./fonts/source-serif-pro-light-wf.woff") format("woff"), url("./fonts/source-serif-pro-light-wf.ttf") format("truetype");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "SourceSerif";
    src: url("./fonts/source-serif-pro-light-wf.eot");
    src: url("./fonts/source-serif-pro-light-wf.eot?#iefix") format("embedded-opentype"), url("./fonts/source-serif-pro-light-wf.svg#${family-name}") format("svg"), url("./fonts/source-serif-pro-light-wf.woff") format("woff"), url("./fonts/source-serif-pro-light-wf.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "SourceSerif";
    src: url("./fonts/source-serif-pro-light-it-wf.eot");
    src: url("./fonts/source-serif-pro-light-it-wf.eot?#iefix") format("embedded-opentype"), url("./fonts/source-serif-pro-light-it-wf.svg#${family-name}") format("svg"), url("./fonts/source-serif-pro-light-it-wf.woff") format("woff"), url("./fonts/source-serif-pro-light-it-wf.ttf") format("truetype");
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: "SourceSerifLight";
    src: url("./fonts/source-serif-pro-bold-wf.eot");
    src: url("./fonts/source-serif-pro-bold-wf.eot?#iefix") format("embedded-opentype"), url("./fonts/source-serif-pro-bold-wf.svg#${family-name}") format("svg"), url("./fonts/source-serif-pro-bold-wf.woff") format("woff"), url("./fonts/source-serif-pro-bold-wf.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "SourceSerifLight";
    src: url("./fonts/source-serif-pro-bold-it-wf.eot");
    src: url("./fonts/source-serif-pro-bold-it-wf.eot?#iefix") format("embedded-opentype"), url("./fonts/source-serif-pro-bold-it-wf.svg#${family-name}") format("svg"), url("./fonts/source-serif-pro-bold-it-wf.woff") format("woff"), url("./fonts/source-serif-pro-bold-it-wf.ttf") format("truetype");
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: "Montserrat";
    src: url("./fonts/montserrat-regular-wf.eot");
    src: url("./fonts/montserrat-regular-wf.eot?#iefix") format("embedded-opentype"), url("./fonts/montserrat-regular-wf.svg#${family-name}") format("svg"), url("./fonts/montserrat-regular-wf.woff") format("woff"), url("./fonts/montserrat-regular-wf.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url("./fonts/montserrat-light-wf.eot");
    src: url("./fonts/montserrat-light-wf.eot?#iefix") format("embedded-opentype"), url("./fonts/montserrat-light-wf.svg#${family-name}") format("svg"), url("./fonts/montserrat-light-wf.woff") format("woff"), url("./fonts/montserrat-light-wf.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url("./fonts/montserrat-semibold-wf.eot");
    src: url("./fonts/montserrat-semibold-wf.eot?#iefix") format("embedded-opentype"), url("./fonts/montserrat-semibold-wf.svg#${family-name}") format("svg"), url("./fonts/montserrat-semibold-wf.woff") format("woff"), url("./fonts/montserrat-semibold-wf.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url("./fonts/montserrat-bold-wf.eot");
    src: url("./fonts/montserrat-bold-wf.eot?#iefix") format("embedded-opentype"), url("./fonts/montserrat-bold-wf.svg#${family-name}") format("svg"), url("./fonts/montserrat-bold-wf.woff") format("woff"), url("./fonts/montserrat-bold-wf.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat Light";
    src: url("./fonts/montserrat-light-wf.eot");
    src: url("./fonts/montserrat-light-wf.eot?#iefix") format("embedded-opentype"), url("./fonts/montserrat-light-wf.svg#${family-name}") format("svg"), url("./fonts/montserrat-light-wf.woff") format("woff"), url("./fonts/montserrat-light-wf.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat Light";
    src: url("./fonts/montserrat-semibold-wf.eot");
    src: url("./fonts/montserrat-semibold-wf.eot?#iefix") format("embedded-opentype"), url("./fonts/montserrat-semibold-wf.svg#${family-name}") format("svg"), url("./fonts/montserrat-semibold-wf.woff") format("woff"), url("./fonts/montserrat-semibold-wf.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat Light";
    src: url("./fonts/montserrat-bold-wf.eot");
    src: url("./fonts/montserrat-bold-wf.eot?#iefix") format("embedded-opentype"), url("./fonts/montserrat-bold-wf.svg#${family-name}") format("svg"), url("./fonts/montserrat-bold-wf.woff") format("woff"), url("./fonts/montserrat-bold-wf.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Merriweather";
    src: url("./fonts/merriweather-bold.eot");
    src: url("./fonts/merriweather-bold.eot?#iefix") format("embedded-opentype"), url("./fonts/merriweather-bold.svg#${family-name}") format("svg"), url("./fonts/merriweather-bold.woff") format("woff"), url("./fonts/merriweather-bold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Merriweather";
    src: url("./fonts/merriweather-bold.eot");
    src: url("./fonts/merriweather-bold.eot?#iefix") format("embedded-opentype"), url("./fonts/merriweather-bold.svg#${family-name}") format("svg"), url("./fonts/merriweather-bold.woff") format("woff"), url("./fonts/merriweather-bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "rtl_1";
    src: url("./fonts/pasarlai-webfont.eot");
    src: url("./fonts/pasarlai-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/pasarlai-webfont.svg#${family-name}") format("svg"), url("./fonts/pasarlai-webfont.woff") format("woff"), url("./fonts/pasarlai-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "rtl_2";
    src: url("./fonts/pashto-aryob-new_0-webfont.eot");
    src: url("./fonts/pashto-aryob-new_0-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/pashto-aryob-new_0-webfont.svg#${family-name}") format("svg"), url("./fonts/pashto-aryob-new_0-webfont.woff") format("woff"), url("./fonts/pashto-aryob-new_0-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "rtl_3";
    src: url("./fonts/pashto-jihono-new-webfont.eot");
    src: url("./fonts/pashto-jihono-new-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/pashto-jihono-new-webfont.svg#${family-name}") format("svg"), url("./fonts/pashto-jihono-new-webfont.woff") format("woff"), url("./fonts/pashto-jihono-new-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "rtl_4";
    src: url("./fonts/pashto-nazo-new_3-webfont.eot");
    src: url("./fonts/pashto-nazo-new_3-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/pashto-nazo-new_3-webfont.svg#${family-name}") format("svg"), url("./fonts/pashto-nazo-new_3-webfont.woff") format("woff"), url("./fonts/pashto-nazo-new_3-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "rtl_5";
    src: url("./fonts/pashto-pnarange-new-webfont.eot");
    src: url("./fonts/pashto-pnarange-new-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/pashto-pnarange-new-webfont.svg#${family-name}") format("svg"), url("./fonts/pashto-pnarange-new-webfont.woff") format("woff"), url("./fonts/pashto-pnarange-new-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Droid Kufi";
    src: url("./fonts/droid-kufi-regular-wf.eot");
    src: url("./fonts/droid-kufi-regular-wf.eot?#iefix") format("embedded-opentype"), url("./fonts/droid-kufi-regular-wf.svg#${family-name}") format("svg"), url("./fonts/droid-kufi-regular-wf.woff") format("woff"), url("./fonts/droid-kufi-regular-wf.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Droid Kufi";
    src: url("./fonts/droid-kufi-bold-wf.eot");
    src: url("./fonts/droid-kufi-bold-wf.eot?#iefix") format("embedded-opentype"), url("./fonts/droid-kufi-bold-wf.svg#${family-name}") format("svg"), url("./fonts/droid-kufi-bold-wf.woff") format("woff"), url("./fonts/droid-kufi-bold-wf.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

/*
* Theme Overrides here, like button style etc.
*/
/**
 *  All Default Elements of HTML override here
 *  Tables, UL A etc.
*/
/*
/*Font size controller for Desktop and Tablet
  is defined in new file, easier to manage!
update, Please file variable-media-query */
/*  RESET ROOT
//--------------------------------------------------*/
html {
    font-size: 13px;
}

@media only screen and (min-width: 768px) {
    html {
        font-size: 14px;
    }
}

@media only screen and (min-width: 1366px) {
    html {
        font-size: 16px;
    }
}

@media only screen and (min-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 1366px) and (min--moz-device-pixel-ratio: 1.25), only screen and (min-width: 1366px) and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-width: 1366px) and (min-device-pixel-ratio: 1.25) {
    html {
        font-size: 12.8px;
    }
}

@media only screen and (min-width: 1680px) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 1680px) and (min--moz-device-pixel-ratio: 1.25), only screen and (min-width: 1680px) and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-width: 1680px) and (min-device-pixel-ratio: 1.25) {
    html {
        font-size: 12.8px;
    }
}

html body {
    font-size: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

h1,
.h1, .lbl-primary {
    font-size: 2.12rem;
}

@media only screen and (min-width: 768px) and (max-width: 1024.98px) {
    h1,
    .h1, .lbl-primary {
        font-size: 2.12rem;
    }
}

@media only screen and (min-width: 1025px) {
    h1,
    .h1, .lbl-primary {
        font-size: 3.25rem;
    }
}

@media only screen and (min-width: 1680px) {
    h1,
    .h1, .lbl-primary {
        font-size: 3.5rem;
    }
}

blockquote.lg, .title {
    font-size: 1.5rem;
}

@media only screen and (min-width: 768px) and (max-width: 1024.98px) {
    blockquote.lg, .title {
        font-size: 1.5rem;
    }
}

@media only screen and (min-width: 1025px) {
    blockquote.lg, .title {
        font-size: 1.8rem;
    }
}

@media only screen and (min-width: 1680px) {
    blockquote.lg, .title {
        font-size: 1.8rem;
    }
}

ul.tag-list li > a {
    font-size: 1.25rem;
}

@media only screen and (min-width: 768px) and (max-width: 1024.98px) {
    ul.tag-list li > a {
        font-size: 1.25rem;
    }
}

@media only screen and (min-width: 1025px) {
    ul.tag-list li > a {
        font-size: 1.25rem;
    }
}

@media only screen and (min-width: 1680px) {
    ul.tag-list li > a {
        font-size: 1.25rem;
    }
}

h1,
.h1,
.lbl-primary {
    font-family: "SourceSerif", "Montserrat Light", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    color: #05304b;
    line-height: 1.25;
}

h2, .h2, .lead.xl, body.dir-right blockquote.xl, .lbl-signup,
.lbl-signin {
    font-family: "SourceSerif", "Montserrat Light", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #05304b;
    font-size: 1.8rem;
}

@media only screen and (min-width: 768px) and (max-width: 1024.98px) {
    h2, .h2, .lead.xl, body.dir-right blockquote.xl, .lbl-signup,
    .lbl-signin {
        font-size: 1.8rem;
    }
}

@media only screen and (min-width: 1025px) {
    h2, .h2, .lead.xl, body.dir-right blockquote.xl, .lbl-signup,
    .lbl-signin {
        font-size: 2rem;
    }
}

@media only screen and (min-width: 1680px) {
    h2, .h2, .lead.xl, body.dir-right blockquote.xl, .lbl-signup,
    .lbl-signin {
        font-size: 2rem;
    }
}


h3,
.faq-wrapper .cat-heading, .h3 {
    font-family: "Montserrat Light", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #05304b;
    font-size: 1.5rem;
}

@media only screen and (min-width: 768px) and (max-width: 1024.98px) {

    h3,
    .faq-wrapper .cat-heading, .h3 {
        font-size: 1.5rem;
    }
}

@media only screen and (min-width: 1025px) {

    h3,
    .faq-wrapper .cat-heading, .h3 {
        font-size: 1.8rem;
    }
}

@media only screen and (min-width: 1680px) {

    h3,
    .faq-wrapper .cat-heading, .h3 {
        font-size: 1.8rem;
    }
}

h4, .h4, .cards .info-box .content .card-title, .legend,
legend,
h2.heading,
h3.heading, .faq-wrapper .heading.cat-heading,
h4.heading, .faq-wrapper .panel-title a {
    font-family: "Montserrat Light", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #c13802;
    font-size: 1.25rem;
}

@media only screen and (min-width: 768px) and (max-width: 1024.98px) {
    h4, .h4, .cards .info-box .content .card-title, .legend,
    legend,
    h2.heading,
    h3.heading, .faq-wrapper .heading.cat-heading,
    h4.heading, .faq-wrapper .panel-title a {
        font-size: 1.25rem;
    }
}

@media only screen and (min-width: 1025px) {
    h4, .h4, .cards .info-box .content .card-title, .legend,
    legend,
    h2.heading,
    h3.heading, .faq-wrapper .heading.cat-heading,
    h4.heading, .faq-wrapper .panel-title a {
        font-size: 1.25rem;
    }
}

@media only screen and (min-width: 1680px) {
    h4, .h4, .cards .info-box .content .card-title, .legend,
    legend,
    h2.heading,
    h3.heading, .faq-wrapper .heading.cat-heading,
    h4.heading, .faq-wrapper .panel-title a {
        font-size: 1.25rem;
    }
}

h5, .h5 {
    font-family: "Montserrat Light", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #272f48;
}

h6, .h6 {
    font-family: "Montserrat Light", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #272f48;
    font-size: 0.95rem;
}

@media only screen and (min-width: 768px) and (max-width: 1024.98px) {
    h6, .h6 {
        font-size: 0.95rem;
    }
}

@media only screen and (min-width: 1025px) {
    h6, .h6 {
        font-size: 0.95rem;
    }
}

@media only screen and (min-width: 1680px) {
    h6, .h6 {
        font-size: 0.95rem;
    }
}

h4, h5, h6, .h4, .cards .info-box .content .card-title, .legend,
legend,
h2.heading,
h3.heading, .faq-wrapper .heading.cat-heading,
h4.heading, .faq-wrapper .panel-title a, .h5, .h6 {
    font-family: "Montserrat Light", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
}

    h2,
    h3,
    .faq-wrapper .cat-heading, h4, h5, h6, .h2, .lead.xl, body.dir-right blockquote.xl, .lbl-signup,
    .lbl-signin, .h3, .h4, .cards .info-box .content .card-title, .legend,
    legend,
    h2.heading,
    h3.heading, .faq-wrapper .heading.cat-heading,
    h4.heading, .faq-wrapper .panel-title a, .h5, .h6 {
        letter-spacing: 0;
    }

        h1 span.sm,
        h1 span.small, .h1 span.sm, .lbl-primary span.sm,
        .h1 span.small,
        .lbl-primary span.small,
        h2 span.sm,
        h2 span.small, .h2 span.sm, .lead.xl span.sm, body.dir-right blockquote.xl span.sm, .lbl-signup span.sm, .lbl-signin span.sm,
        .h2 span.small,
        .lead.xl span.small,
        body.dir-right blockquote.xl span.small,
        .lbl-signup span.small,
        .lbl-signin span.small,
        h3 span.sm,
        .faq-wrapper .cat-heading span.sm,
        h3 span.small,
        .faq-wrapper .cat-heading span.small, .h3 span.sm,
        .h3 span.small,
        h4 span.sm,
        h4 span.small, .h4 span.sm, .cards .info-box .content .card-title span.sm, .legend span.sm, legend span.sm, h2.heading span.sm, h3.heading span.sm, .faq-wrapper .heading.cat-heading span.sm, h4.heading span.sm, .faq-wrapper .panel-title a span.sm,
        .h4 span.small,
        .cards .info-box .content .card-title span.small,
        .legend span.small,
        legend span.small,
        h2.heading span.small,
        h3.heading span.small,
        .faq-wrapper .heading.cat-heading span.small,
        h4.heading span.small,
        .faq-wrapper .panel-title a span.small,
        h5 span.sm,
        h5 span.small, .h5 span.sm,
        .h5 span.small,
        h6 span.sm,
        h6 span.small, .h6 span.sm,
        .h6 span.small {
            display: block;
            font-size: .75em;
        }

.underline:after {
    content: "";
    height: 2px;
    background: #eee;
    width: 80px;
    margin: 5px auto;
    display: block;
}

.font-size-h1,
.size-h1 {
    font-size: 2.12rem;
}

@media only screen and (min-width: 768px) and (max-width: 1024.98px) {
    .font-size-h1,
    .size-h1 {
        font-size: 2.12rem;
    }
}

@media only screen and (min-width: 1025px) {
    .font-size-h1,
    .size-h1 {
        font-size: 3.25rem;
    }
}

@media only screen and (min-width: 1680px) {
    .font-size-h1,
    .size-h1 {
        font-size: 3.5rem;
    }
}

.font-size-h2,
.size-h2 {
    font-size: 1.8rem;
}

@media only screen and (min-width: 768px) and (max-width: 1024.98px) {
    .font-size-h2,
    .size-h2 {
        font-size: 1.8rem;
    }
}

@media only screen and (min-width: 1025px) {
    .font-size-h2,
    .size-h2 {
        font-size: 2rem;
    }
}

@media only screen and (min-width: 1680px) {
    .font-size-h2,
    .size-h2 {
        font-size: 2rem;
    }
}

.font-size-h3,
.size-h3 {
    font-size: 1.5rem;
}

@media only screen and (min-width: 768px) and (max-width: 1024.98px) {
    .font-size-h3,
    .size-h3 {
        font-size: 1.5rem;
    }
}

@media only screen and (min-width: 1025px) {
    .font-size-h3,
    .size-h3 {
        font-size: 1.8rem;
    }
}

@media only screen and (min-width: 1680px) {
    .font-size-h3,
    .size-h3 {
        font-size: 1.8rem;
    }
}

.font-size-h4,
.size-h4 {
    font-size: 1.25rem;
}

@media only screen and (min-width: 768px) and (max-width: 1024.98px) {
    .font-size-h4,
    .size-h4 {
        font-size: 1.25rem;
    }
}

@media only screen and (min-width: 1025px) {
    .font-size-h4,
    .size-h4 {
        font-size: 1.25rem;
    }
}

@media only screen and (min-width: 1680px) {
    .font-size-h4,
    .size-h4 {
        font-size: 1.25rem;
    }
}

.font-size-h5,
.size-h5 {
    font-size: 1.125rem;
}

@media only screen and (min-width: 768px) and (max-width: 1024.98px) {
    .font-size-h5,
    .size-h5 {
        font-size: 1.125rem;
    }
}

@media only screen and (min-width: 1025px) {
    .font-size-h5,
    .size-h5 {
        font-size: 1.125rem;
    }
}

@media only screen and (min-width: 1680px) {
    .font-size-h5,
    .size-h5 {
        font-size: 1.125rem;
    }
}

.font-size-h6,
.size-h6 {
    font-size: 0.95rem;
}

@media only screen and (min-width: 768px) and (max-width: 1024.98px) {
    .font-size-h6,
    .size-h6 {
        font-size: 0.95rem;
    }
}

@media only screen and (min-width: 1025px) {
    .font-size-h6,
    .size-h6 {
        font-size: 0.95rem;
    }
}

@media only screen and (min-width: 1680px) {
    .font-size-h6,
    .size-h6 {
        font-size: 0.95rem;
    }
}

.font-heading {
    font-family: "SourceSerif", "Montserrat Light", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.font-heading-light {
    font-weight: 300;
    font-family: "SourceSerifLight" "SourceSerif", "Montserrat Light", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.font-body {
    font-family: "Montserrat Light", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.font-body-light {
    font-family: "Montserrat Light", "Montserrat Light", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.font-xl {
    font-size: 4.5rem;
}

h1.heading {
    font-size: 2.125rem;
}

a {
    font-weight: 400;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a {
    font-size: inherit;
    font-weight: inherit;
}

    a:hover {
        text-decoration: none !important;
    }

ul {
    padding-left: 1rem;
    margin-bottom: 2rem;
}

    ul.ticks {
        margin: 0;
        padding: 0;
        list-style: none;
        margin-bottom: 2rem;
    }

        ul.ticks li {
            margin: 0;
            padding: 0;
            list-style: none;
            margin: 0 0 .5rem;
            padding: 0 0 0 1.75rem;
            list-style: none;
            position: relative;
        }

            ul.ticks li:before {
                content: "\f058";
                font-size: 1.35rem;
                font-family: "Fontawesome";
                color: #c13802;
                position: absolute;
                left: 0;
                top: -5px;
            }

blockquote {
    color: #394e69;
    width: 85%;
    position: relative;
    padding-top: 37.5px;
    padding-bottom: 37.5px;
    font-family: "SourceSerifLight" "SourceSerif", "Montserrat Light", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.15;
    padding-left: 3rem;
    z-index: 0;
    letter-spacing: 1.5px;
    background: #f8f9fa;
    border-left: 4px solid #394e69;
    font-style: italic;
}

    blockquote:before {
        content: "\f10d";
        display: inline-block;
        position: absolute;
        z-index: -1;
        font-family: "Fontawesome";
        font-size: 3rem;
        top: 10%;
        left: 15px;
        color: #e9ecef;
    }

    blockquote.lg {
        font-weight: bold;
    }

        blockquote.lg:before {
            font-size: 5rem;
        }

    blockquote *:last-child {
        margin-bottom: 0;
    }

fieldset {
    padding: 30px;
    border: 2px solid #eee;
    margin-top: 30px;
    margin-bottom: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

    fieldset legend {
        display: inline-block;
        width: auto;
        padding: 0 15px 0 5px;
    }

table th,
.table th,
table th {
    background-color: #e9ecef;
    border-bottom: 3px solid #DADDE0;
}

.btn, button, .button, submit, input[type="submit"], input[type="button"], a.btn, .read-more,
.anchor, button, .button, submit, input[type="submit"], input[type="button"], a.btn, a.button, a.read-more,
a.anchor {
    min-height: 3rem;
}

    .primary.btn, button.primary, .primary.button, submit.primary, input.primary[type="submit"], input.primary[type="button"], .primary.read-more,
    .primary.anchor, button.primary, .button.primary, submit.primary, input[type="submit"].primary, input[type="button"].primary, a.primary.btn, a.primary.button, a.primary.read-more,
    a.primary.anchor {
        background-color: #05304b;
        color: #b5e4e8;
    }

        .primary.btn:hover, button.primary:hover, .primary.button:hover, submit.primary:hover, input.primary:hover[type="submit"], input.primary:hover[type="button"], .primary.read-more:hover,
        .primary.anchor:hover, .primary.btn:focus, button.primary:focus, .primary.button:focus, submit.primary:focus, input.primary:focus[type="submit"], input.primary:focus[type="button"], .primary.read-more:focus,
        .primary.anchor:focus, button.primary:hover, button.primary:focus, .button.primary:hover, .button.primary:focus, submit.primary:hover, submit.primary:focus, input[type="submit"].primary:hover, input[type="submit"].primary:focus, input[type="button"].primary:hover, input[type="button"].primary:focus, a.primary.btn:hover, a.primary.button:hover, a.primary.read-more:hover,
        a.primary.anchor:hover, a.primary.btn:focus, a.primary.button:focus, a.primary.read-more:focus,
        a.primary.anchor:focus {
            background-color: #063857;
            -moz-box-shadow: 0 0 0 0.25rem rgba(6, 56, 87, 0.45);
            -webkit-box-shadow: 0 0 0 0.25rem rgba(6, 56, 87, 0.45);
            box-shadow: 0 0 0 0.25rem rgba(6, 56, 87, 0.45);
        }

        .primary.btn:active, button.primary:active, .primary.button:active, submit.primary:active, input.primary:active[type="submit"], input.primary:active[type="button"], .primary.read-more:active,
        .primary.anchor:active, button.primary:active, .button.primary:active, submit.primary:active, input[type="submit"].primary:active, input[type="button"].primary:active, a.primary.btn:active, a.primary.button:active, a.primary.read-more:active,
        a.primary.anchor:active {
            background-color: #042a41;
            outline: 0;
        }

    .secondary.btn, button.secondary, .secondary.button, submit.secondary, input.secondary[type="submit"], input.secondary[type="button"], .secondary.read-more,
    .secondary.anchor, button.secondary, .button.secondary, submit.secondary, input[type="submit"].secondary, input[type="button"].secondary, a.secondary.btn, a.secondary.button, a.secondary.read-more,
    a.secondary.anchor {
        background-color: #c13802;
        color: #ff9f79;
    }

        .secondary.btn:hover, button.secondary:hover, .secondary.button:hover, submit.secondary:hover, input.secondary:hover[type="submit"], input.secondary:hover[type="button"], .secondary.read-more:hover,
        .secondary.anchor:hover, .secondary.btn:focus, button.secondary:focus, .secondary.button:focus, submit.secondary:focus, input.secondary:focus[type="submit"], input.secondary:focus[type="button"], .secondary.read-more:focus,
        .secondary.anchor:focus, button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus, submit.secondary:hover, submit.secondary:focus, input[type="submit"].secondary:hover, input[type="submit"].secondary:focus, input[type="button"].secondary:hover, input[type="button"].secondary:focus, a.secondary.btn:hover, a.secondary.button:hover, a.secondary.read-more:hover,
        a.secondary.anchor:hover, a.secondary.btn:focus, a.secondary.button:focus, a.secondary.read-more:focus,
        a.secondary.anchor:focus {
            background-color: #ce3c02;
            -moz-box-shadow: 0 0 0 0.25rem rgba(206, 60, 2, 0.45);
            -webkit-box-shadow: 0 0 0 0.25rem rgba(206, 60, 2, 0.45);
            box-shadow: 0 0 0 0.25rem rgba(206, 60, 2, 0.45);
        }

        .secondary.btn:active, button.secondary:active, .secondary.button:active, submit.secondary:active, input.secondary:active[type="submit"], input.secondary:active[type="button"], .secondary.read-more:active,
        .secondary.anchor:active, button.secondary:active, .button.secondary:active, submit.secondary:active, input[type="submit"].secondary:active, input[type="button"].secondary:active, a.secondary.btn:active, a.secondary.button:active, a.secondary.read-more:active,
        a.secondary.anchor:active {
            background-color: #b73502;
            outline: 0;
        }

    .success.btn, button.success, .success.button, submit.success, input.success[type="submit"], input.success[type="button"], .success.read-more,
    .success.anchor, button.success, .button.success, submit.success, input[type="submit"].success, input[type="button"].success, a.success.btn, a.success.button, a.success.read-more,
    a.success.anchor {
        background-color: #28a745;
        color: yellowgreen;
    }

        .success.btn:hover, button.success:hover, .success.button:hover, submit.success:hover, input.success:hover[type="submit"], input.success:hover[type="button"], .success.read-more:hover,
        .success.anchor:hover, .success.btn:focus, button.success:focus, .success.button:focus, submit.success:focus, input.success:focus[type="submit"], input.success:focus[type="button"], .success.read-more:focus,
        .success.anchor:focus, button.success:hover, button.success:focus, .button.success:hover, .button.success:focus, submit.success:hover, submit.success:focus, input[type="submit"].success:hover, input[type="submit"].success:focus, input[type="button"].success:hover, input[type="button"].success:focus, a.success.btn:hover, a.success.button:hover, a.success.read-more:hover,
        a.success.anchor:hover, a.success.btn:focus, a.success.button:focus, a.success.read-more:focus,
        a.success.anchor:focus {
            background-color: #2ab149;
            -moz-box-shadow: 0 0 0 0.25rem rgba(42, 177, 73, 0.45);
            -webkit-box-shadow: 0 0 0 0.25rem rgba(42, 177, 73, 0.45);
            box-shadow: 0 0 0 0.25rem rgba(42, 177, 73, 0.45);
        }

        .success.btn:active, button.success:active, .success.button:active, submit.success:active, input.success:active[type="submit"], input.success:active[type="button"], .success.read-more:active,
        .success.anchor:active, button.success:active, .button.success:active, submit.success:active, input[type="submit"].success:active, input[type="button"].success:active, a.success.btn:active, a.success.button:active, a.success.read-more:active,
        a.success.anchor:active {
            background-color: #269f42;
            outline: 0;
        }

    .info.btn, button.info, .info.button, submit.info, input.info[type="submit"], input.info[type="button"], .info.read-more,
    .info.anchor, button.info, .button.info, submit.info, input[type="submit"].info, input[type="button"].info, a.info.btn, a.info.button, a.info.read-more,
    a.info.anchor {
        background-color: #17a2b8;
        color: #002c33;
    }

        .info.btn:hover, button.info:hover, .info.button:hover, submit.info:hover, input.info:hover[type="submit"], input.info:hover[type="button"], .info.read-more:hover,
        .info.anchor:hover, .info.btn:focus, button.info:focus, .info.button:focus, submit.info:focus, input.info:focus[type="submit"], input.info:focus[type="button"], .info.read-more:focus,
        .info.anchor:focus, button.info:hover, button.info:focus, .button.info:hover, .button.info:focus, submit.info:hover, submit.info:focus, input[type="submit"].info:hover, input[type="submit"].info:focus, input[type="button"].info:hover, input[type="button"].info:focus, a.info.btn:hover, a.info.button:hover, a.info.read-more:hover,
        a.info.anchor:hover, a.info.btn:focus, a.info.button:focus, a.info.read-more:focus,
        a.info.anchor:focus {
            background-color: #18acc3;
            -moz-box-shadow: 0 0 0 0.25rem rgba(24, 172, 195, 0.45);
            -webkit-box-shadow: 0 0 0 0.25rem rgba(24, 172, 195, 0.45);
            box-shadow: 0 0 0 0.25rem rgba(24, 172, 195, 0.45);
        }

        .info.btn:active, button.info:active, .info.button:active, submit.info:active, input.info:active[type="submit"], input.info:active[type="button"], .info.read-more:active,
        .info.anchor:active, button.info:active, .button.info:active, submit.info:active, input[type="submit"].info:active, input[type="button"].info:active, a.info.btn:active, a.info.button:active, a.info.read-more:active,
        a.info.anchor:active {
            background-color: #169aaf;
            outline: 0;
        }

    .warning.btn, button.warning, .warning.button, submit.warning, input.warning[type="submit"], input.warning[type="button"], .warning.read-more,
    .warning.anchor, button.warning, .button.warning, submit.warning, input[type="submit"].warning, input[type="button"].warning, a.warning.btn, a.warning.button, a.warning.read-more,
    a.warning.anchor {
        background-color: #ffc107;
        color: #6a5000;
    }

        .warning.btn:hover, button.warning:hover, .warning.button:hover, submit.warning:hover, input.warning:hover[type="submit"], input.warning:hover[type="button"], .warning.read-more:hover,
        .warning.anchor:hover, .warning.btn:focus, button.warning:focus, .warning.button:focus, submit.warning:focus, input.warning:focus[type="submit"], input.warning:focus[type="button"], .warning.read-more:focus,
        .warning.anchor:focus, button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus, submit.warning:hover, submit.warning:focus, input[type="submit"].warning:hover, input[type="submit"].warning:focus, input[type="button"].warning:hover, input[type="button"].warning:focus, a.warning.btn:hover, a.warning.button:hover, a.warning.read-more:hover,
        a.warning.anchor:hover, a.warning.btn:focus, a.warning.button:focus, a.warning.read-more:focus,
        a.warning.anchor:focus {
            background-color: #ffc414;
            -moz-box-shadow: 0 0 0 0.25rem rgba(255, 196, 20, 0.45);
            -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 196, 20, 0.45);
            box-shadow: 0 0 0 0.25rem rgba(255, 196, 20, 0.45);
        }

        .warning.btn:active, button.warning:active, .warning.button:active, submit.warning:active, input.warning:active[type="submit"], input.warning:active[type="button"], .warning.read-more:active,
        .warning.anchor:active, button.warning:active, .button.warning:active, submit.warning:active, input[type="submit"].warning:active, input[type="button"].warning:active, a.warning.btn:active, a.warning.button:active, a.warning.read-more:active,
        a.warning.anchor:active {
            background-color: #fcbd00;
            outline: 0;
        }

    .danger.btn, button.danger, .danger.button, submit.danger, input.danger[type="submit"], input.danger[type="button"], .danger.read-more,
    .danger.anchor, button.danger, .button.danger, submit.danger, input[type="submit"].danger, input[type="button"].danger, a.danger.btn, a.danger.button, a.danger.read-more,
    a.danger.anchor {
        background-color: #dc3545;
        color: #75000c;
    }

        .danger.btn:hover, button.danger:hover, .danger.button:hover, submit.danger:hover, input.danger:hover[type="submit"], input.danger:hover[type="button"], .danger.read-more:hover,
        .danger.anchor:hover, .danger.btn:focus, button.danger:focus, .danger.button:focus, submit.danger:focus, input.danger:focus[type="submit"], input.danger:focus[type="button"], .danger.read-more:focus,
        .danger.anchor:focus, button.danger:hover, button.danger:focus, .button.danger:hover, .button.danger:focus, submit.danger:hover, submit.danger:focus, input[type="submit"].danger:hover, input[type="submit"].danger:focus, input[type="button"].danger:hover, input[type="button"].danger:focus, a.danger.btn:hover, a.danger.button:hover, a.danger.read-more:hover,
        a.danger.anchor:hover, a.danger.btn:focus, a.danger.button:focus, a.danger.read-more:focus,
        a.danger.anchor:focus {
            background-color: #de404f;
            -moz-box-shadow: 0 0 0 0.25rem rgba(222, 64, 79, 0.45);
            -webkit-box-shadow: 0 0 0 0.25rem rgba(222, 64, 79, 0.45);
            box-shadow: 0 0 0 0.25rem rgba(222, 64, 79, 0.45);
        }

        .danger.btn:active, button.danger:active, .danger.button:active, submit.danger:active, input.danger:active[type="submit"], input.danger:active[type="button"], .danger.read-more:active,
        .danger.anchor:active, button.danger:active, .button.danger:active, submit.danger:active, input[type="submit"].danger:active, input[type="button"].danger:active, a.danger.btn:active, a.danger.button:active, a.danger.read-more:active,
        a.danger.anchor:active {
            background-color: #da2c3d;
            outline: 0;
        }

    .light.btn, button.light, .light.button, submit.light, input.light[type="submit"], input.light[type="button"], .light.read-more,
    .light.anchor, button.light, .button.light, submit.light, input[type="submit"].light, input[type="button"].light, a.light.btn, a.light.button, a.light.read-more,
    a.light.anchor {
        background-color: #f8f9fa;
        color: #85abd1;
    }

        .light.btn:hover, button.light:hover, .light.button:hover, submit.light:hover, input.light:hover[type="submit"], input.light:hover[type="button"], .light.read-more:hover,
        .light.anchor:hover, .light.btn:focus, button.light:focus, .light.button:focus, submit.light:focus, input.light:focus[type="submit"], input.light:focus[type="button"], .light.read-more:focus,
        .light.anchor:focus, button.light:hover, button.light:focus, .button.light:hover, .button.light:focus, submit.light:hover, submit.light:focus, input[type="submit"].light:hover, input[type="submit"].light:focus, input[type="button"].light:hover, input[type="button"].light:focus, a.light.btn:hover, a.light.button:hover, a.light.read-more:hover,
        a.light.anchor:hover, a.light.btn:focus, a.light.button:focus, a.light.read-more:focus,
        a.light.anchor:focus {
            background-color: white;
            -moz-box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.45);
            -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.45);
            box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.45);
        }

        .light.btn:active, button.light:active, .light.button:active, submit.light:active, input.light:active[type="submit"], input.light:active[type="button"], .light.read-more:active,
        .light.anchor:active, button.light:active, .button.light:active, submit.light:active, input[type="submit"].light:active, input[type="button"].light:active, a.light.btn:active, a.light.button:active, a.light.read-more:active,
        a.light.anchor:active {
            background-color: #f2f4f6;
            outline: 0;
        }

    .dark.btn, button.dark, .dark.button, submit.dark, input.dark[type="submit"], input.dark[type="button"], .dark.read-more,
    .dark.anchor, button.dark, .button.dark, submit.dark, input[type="submit"].dark, input[type="button"].dark, a.dark.btn, a.dark.button, a.dark.read-more,
    a.dark.anchor {
        background-color: #273548;
        color: #5689ce;
    }

        .dark.btn:hover, button.dark:hover, .dark.button:hover, submit.dark:hover, input.dark:hover[type="submit"], input.dark:hover[type="button"], .dark.read-more:hover,
        .dark.anchor:hover, .dark.btn:focus, button.dark:focus, .dark.button:focus, submit.dark:focus, input.dark:focus[type="submit"], input.dark:focus[type="button"], .dark.read-more:focus,
        .dark.anchor:focus, button.dark:hover, button.dark:focus, .button.dark:hover, .button.dark:focus, submit.dark:hover, submit.dark:focus, input[type="submit"].dark:hover, input[type="submit"].dark:focus, input[type="button"].dark:hover, input[type="button"].dark:focus, a.dark.btn:hover, a.dark.button:hover, a.dark.read-more:hover,
        a.dark.anchor:hover, a.dark.btn:focus, a.dark.button:focus, a.dark.read-more:focus,
        a.dark.anchor:focus {
            background-color: #2b3b50;
            -moz-box-shadow: 0 0 0 0.25rem rgba(43, 59, 80, 0.45);
            -webkit-box-shadow: 0 0 0 0.25rem rgba(43, 59, 80, 0.45);
            box-shadow: 0 0 0 0.25rem rgba(43, 59, 80, 0.45);
        }

        .dark.btn:active, button.dark:active, .dark.button:active, submit.dark:active, input.dark:active[type="submit"], input.dark:active[type="button"], .dark.read-more:active,
        .dark.anchor:active, button.dark:active, .button.dark:active, submit.dark:active, input[type="submit"].dark:active, input[type="button"].dark:active, a.dark.btn:active, a.dark.button:active, a.dark.read-more:active,
        a.dark.anchor:active {
            background-color: #233041;
            outline: 0;
        }

    .primary-light.btn, button.primary-light, .primary-light.button, submit.primary-light, input.primary-light[type="submit"], input.primary-light[type="button"], .primary-light.read-more,
    .primary-light.anchor, button.primary-light, .button.primary-light, submit.primary-light, input[type="submit"].primary-light, input[type="button"].primary-light, a.primary-light.btn, a.primary-light.button, a.primary-light.read-more,
    a.primary-light.anchor {
        background-color: #6ed4e7;
        color: #05304b;
    }

        .primary-light.btn:hover, button.primary-light:hover, .primary-light.button:hover, submit.primary-light:hover, input.primary-light:hover[type="submit"], input.primary-light:hover[type="button"], .primary-light.read-more:hover,
        .primary-light.anchor:hover, .primary-light.btn:focus, button.primary-light:focus, .primary-light.button:focus, submit.primary-light:focus, input.primary-light:focus[type="submit"], input.primary-light:focus[type="button"], .primary-light.read-more:focus,
        .primary-light.anchor:focus, button.primary-light:hover, button.primary-light:focus, .button.primary-light:hover, .button.primary-light:focus, submit.primary-light:hover, submit.primary-light:focus, input[type="submit"].primary-light:hover, input[type="submit"].primary-light:focus, input[type="button"].primary-light:hover, input[type="button"].primary-light:focus, a.primary-light.btn:hover, a.primary-light.button:hover, a.primary-light.read-more:hover,
        a.primary-light.anchor:hover, a.primary-light.btn:focus, a.primary-light.button:focus, a.primary-light.read-more:focus,
        a.primary-light.anchor:focus {
            background-color: #79d7e9;
            -moz-box-shadow: 0 0 0 0.25rem rgba(121, 215, 233, 0.45);
            -webkit-box-shadow: 0 0 0 0.25rem rgba(121, 215, 233, 0.45);
            box-shadow: 0 0 0 0.25rem rgba(121, 215, 233, 0.45);
        }

        .primary-light.btn:active, button.primary-light:active, .primary-light.button:active, submit.primary-light:active, input.primary-light:active[type="submit"], input.primary-light:active[type="button"], .primary-light.read-more:active,
        .primary-light.anchor:active, button.primary-light:active, .button.primary-light:active, submit.primary-light:active, input[type="submit"].primary-light:active, input[type="button"].primary-light:active, a.primary-light.btn:active, a.primary-light.button:active, a.primary-light.read-more:active,
        a.primary-light.anchor:active {
            background-color: #65d1e6;
            outline: 0;
        }

    .primary-dark.btn, button.primary-dark, .primary-dark.button, submit.primary-dark, input.primary-dark[type="submit"], input.primary-dark[type="button"], .primary-dark.read-more,
    .primary-dark.anchor, button.primary-dark, .button.primary-dark, submit.primary-dark, input[type="submit"].primary-dark, input[type="button"].primary-dark, a.primary-dark.btn, a.primary-dark.button, a.primary-dark.read-more,
    a.primary-dark.anchor {
        background-color: #02111b;
        color: #b5e4e8;
    }

        .primary-dark.btn:hover, button.primary-dark:hover, .primary-dark.button:hover, submit.primary-dark:hover, input.primary-dark:hover[type="submit"], input.primary-dark:hover[type="button"], .primary-dark.read-more:hover,
        .primary-dark.anchor:hover, .primary-dark.btn:focus, button.primary-dark:focus, .primary-dark.button:focus, submit.primary-dark:focus, input.primary-dark:focus[type="submit"], input.primary-dark:focus[type="button"], .primary-dark.read-more:focus,
        .primary-dark.anchor:focus, button.primary-dark:hover, button.primary-dark:focus, .button.primary-dark:hover, .button.primary-dark:focus, submit.primary-dark:hover, submit.primary-dark:focus, input[type="submit"].primary-dark:hover, input[type="submit"].primary-dark:focus, input[type="button"].primary-dark:hover, input[type="button"].primary-dark:focus, a.primary-dark.btn:hover, a.primary-dark.button:hover, a.primary-dark.read-more:hover,
        a.primary-dark.anchor:hover, a.primary-dark.btn:focus, a.primary-dark.button:focus, a.primary-dark.read-more:focus,
        a.primary-dark.anchor:focus {
            background-color: #031927;
            -moz-box-shadow: 0 0 0 0.25rem rgba(3, 25, 39, 0.45);
            -webkit-box-shadow: 0 0 0 0.25rem rgba(3, 25, 39, 0.45);
            box-shadow: 0 0 0 0.25rem rgba(3, 25, 39, 0.45);
        }

        .primary-dark.btn:active, button.primary-dark:active, .primary-dark.button:active, submit.primary-dark:active, input.primary-dark:active[type="submit"], input.primary-dark:active[type="button"], .primary-dark.read-more:active,
        .primary-dark.anchor:active, button.primary-dark:active, .button.primary-dark:active, submit.primary-dark:active, input[type="submit"].primary-dark:active, input[type="button"].primary-dark:active, a.primary-dark.btn:active, a.primary-dark.button:active, a.primary-dark.read-more:active,
        a.primary-dark.anchor:active {
            background-color: #010b12;
            outline: 0;
        }

    .secondary-light.btn, button.secondary-light, .secondary-light.button, submit.secondary-light, input.secondary-light[type="submit"], input.secondary-light[type="button"], .secondary-light.read-more,
    .secondary-light.anchor, button.secondary-light, .button.secondary-light, submit.secondary-light, input[type="submit"].secondary-light, input[type="button"].secondary-light, a.secondary-light.btn, a.secondary-light.button, a.secondary-light.read-more,
    a.secondary-light.anchor {
        background-color: #fd5513;
        color: #742100;
    }

        .secondary-light.btn:hover, button.secondary-light:hover, .secondary-light.button:hover, submit.secondary-light:hover, input.secondary-light:hover[type="submit"], input.secondary-light:hover[type="button"], .secondary-light.read-more:hover,
        .secondary-light.anchor:hover, .secondary-light.btn:focus, button.secondary-light:focus, .secondary-light.button:focus, submit.secondary-light:focus, input.secondary-light:focus[type="submit"], input.secondary-light:focus[type="button"], .secondary-light.read-more:focus,
        .secondary-light.anchor:focus, button.secondary-light:hover, button.secondary-light:focus, .button.secondary-light:hover, .button.secondary-light:focus, submit.secondary-light:hover, submit.secondary-light:focus, input[type="submit"].secondary-light:hover, input[type="submit"].secondary-light:focus, input[type="button"].secondary-light:hover, input[type="button"].secondary-light:focus, a.secondary-light.btn:hover, a.secondary-light.button:hover, a.secondary-light.read-more:hover,
        a.secondary-light.anchor:hover, a.secondary-light.btn:focus, a.secondary-light.button:focus, a.secondary-light.read-more:focus,
        a.secondary-light.anchor:focus {
            background-color: #fd5e20;
            -moz-box-shadow: 0 0 0 0.25rem rgba(253, 94, 32, 0.45);
            -webkit-box-shadow: 0 0 0 0.25rem rgba(253, 94, 32, 0.45);
            box-shadow: 0 0 0 0.25rem rgba(253, 94, 32, 0.45);
        }

        .secondary-light.btn:active, button.secondary-light:active, .secondary-light.button:active, submit.secondary-light:active, input.secondary-light:active[type="submit"], input.secondary-light:active[type="button"], .secondary-light.read-more:active,
        .secondary-light.anchor:active, button.secondary-light:active, .button.secondary-light:active, submit.secondary-light:active, input[type="submit"].secondary-light:active, input[type="button"].secondary-light:active, a.secondary-light.btn:active, a.secondary-light.button:active, a.secondary-light.read-more:active,
        a.secondary-light.anchor:active {
            background-color: #fc4e09;
            outline: 0;
        }

    .secondary-dark.btn, button.secondary-dark, .secondary-dark.button, submit.secondary-dark, input.secondary-dark[type="submit"], input.secondary-dark[type="button"], .secondary-dark.read-more,
    .secondary-dark.anchor, button.secondary-dark, .button.secondary-dark, submit.secondary-dark, input[type="submit"].secondary-dark, input[type="button"].secondary-dark, a.secondary-dark.btn, a.secondary-dark.button, a.secondary-dark.read-more,
    a.secondary-dark.anchor {
        background-color: #8f2901;
        color: #ff7a46;
    }

        .secondary-dark.btn:hover, button.secondary-dark:hover, .secondary-dark.button:hover, submit.secondary-dark:hover, input.secondary-dark:hover[type="submit"], input.secondary-dark:hover[type="button"], .secondary-dark.read-more:hover,
        .secondary-dark.anchor:hover, .secondary-dark.btn:focus, button.secondary-dark:focus, .secondary-dark.button:focus, submit.secondary-dark:focus, input.secondary-dark:focus[type="submit"], input.secondary-dark:focus[type="button"], .secondary-dark.read-more:focus,
        .secondary-dark.anchor:focus, button.secondary-dark:hover, button.secondary-dark:focus, .button.secondary-dark:hover, .button.secondary-dark:focus, submit.secondary-dark:hover, submit.secondary-dark:focus, input[type="submit"].secondary-dark:hover, input[type="submit"].secondary-dark:focus, input[type="button"].secondary-dark:hover, input[type="button"].secondary-dark:focus, a.secondary-dark.btn:hover, a.secondary-dark.button:hover, a.secondary-dark.read-more:hover,
        a.secondary-dark.anchor:hover, a.secondary-dark.btn:focus, a.secondary-dark.button:focus, a.secondary-dark.read-more:focus,
        a.secondary-dark.anchor:focus {
            background-color: #9b2d02;
            -moz-box-shadow: 0 0 0 0.25rem rgba(155, 45, 2, 0.45);
            -webkit-box-shadow: 0 0 0 0.25rem rgba(155, 45, 2, 0.45);
            box-shadow: 0 0 0 0.25rem rgba(155, 45, 2, 0.45);
        }

        .secondary-dark.btn:active, button.secondary-dark:active, .secondary-dark.button:active, submit.secondary-dark:active, input.secondary-dark:active[type="submit"], input.secondary-dark:active[type="button"], .secondary-dark.read-more:active,
        .secondary-dark.anchor:active, button.secondary-dark:active, .button.secondary-dark:active, submit.secondary-dark:active, input[type="submit"].secondary-dark:active, input[type="button"].secondary-dark:active, a.secondary-dark.btn:active, a.secondary-dark.button:active, a.secondary-dark.read-more:active,
        a.secondary-dark.anchor:active {
            background-color: #842601;
            outline: 0;
        }

    .gray-dark.btn, button.gray-dark, .gray-dark.button, submit.gray-dark, input.gray-dark[type="submit"], input.gray-dark[type="button"], .gray-dark.read-more,
    .gray-dark.anchor, button.gray-dark, .button.gray-dark, submit.gray-dark, input[type="submit"].gray-dark, input[type="button"].gray-dark, a.gray-dark.btn, a.gray-dark.button, a.gray-dark.read-more,
    a.gray-dark.anchor {
        background-color: #273548;
        color: #5689ce;
    }

        .gray-dark.btn:hover, button.gray-dark:hover, .gray-dark.button:hover, submit.gray-dark:hover, input.gray-dark:hover[type="submit"], input.gray-dark:hover[type="button"], .gray-dark.read-more:hover,
        .gray-dark.anchor:hover, .gray-dark.btn:focus, button.gray-dark:focus, .gray-dark.button:focus, submit.gray-dark:focus, input.gray-dark:focus[type="submit"], input.gray-dark:focus[type="button"], .gray-dark.read-more:focus,
        .gray-dark.anchor:focus, button.gray-dark:hover, button.gray-dark:focus, .button.gray-dark:hover, .button.gray-dark:focus, submit.gray-dark:hover, submit.gray-dark:focus, input[type="submit"].gray-dark:hover, input[type="submit"].gray-dark:focus, input[type="button"].gray-dark:hover, input[type="button"].gray-dark:focus, a.gray-dark.btn:hover, a.gray-dark.button:hover, a.gray-dark.read-more:hover,
        a.gray-dark.anchor:hover, a.gray-dark.btn:focus, a.gray-dark.button:focus, a.gray-dark.read-more:focus,
        a.gray-dark.anchor:focus {
            background-color: #2b3b50;
            -moz-box-shadow: 0 0 0 0.25rem rgba(43, 59, 80, 0.45);
            -webkit-box-shadow: 0 0 0 0.25rem rgba(43, 59, 80, 0.45);
            box-shadow: 0 0 0 0.25rem rgba(43, 59, 80, 0.45);
        }

        .gray-dark.btn:active, button.gray-dark:active, .gray-dark.button:active, submit.gray-dark:active, input.gray-dark:active[type="submit"], input.gray-dark:active[type="button"], .gray-dark.read-more:active,
        .gray-dark.anchor:active, button.gray-dark:active, .button.gray-dark:active, submit.gray-dark:active, input[type="submit"].gray-dark:active, input[type="button"].gray-dark:active, a.gray-dark.btn:active, a.gray-dark.button:active, a.gray-dark.read-more:active,
        a.gray-dark.anchor:active {
            background-color: #233041;
            outline: 0;
        }

    .gray.btn, button.gray, .gray.button, submit.gray, input.gray[type="submit"], input.gray[type="button"], .gray.read-more,
    .gray.anchor, button.gray, .button.gray, submit.gray, input[type="submit"].gray, input[type="button"].gray, a.gray.btn, a.gray.button, a.gray.read-more,
    a.gray.anchor {
        background-color: #6b83a2;
        color: #1b3556;
    }

        .gray.btn:hover, button.gray:hover, .gray.button:hover, submit.gray:hover, input.gray:hover[type="submit"], input.gray:hover[type="button"], .gray.read-more:hover,
        .gray.anchor:hover, .gray.btn:focus, button.gray:focus, .gray.button:focus, submit.gray:focus, input.gray:focus[type="submit"], input.gray:focus[type="button"], .gray.read-more:focus,
        .gray.anchor:focus, button.gray:hover, button.gray:focus, .button.gray:hover, .button.gray:focus, submit.gray:hover, submit.gray:focus, input[type="submit"].gray:hover, input[type="submit"].gray:focus, input[type="button"].gray:hover, input[type="button"].gray:focus, a.gray.btn:hover, a.gray.button:hover, a.gray.read-more:hover,
        a.gray.anchor:hover, a.gray.btn:focus, a.gray.button:focus, a.gray.read-more:focus,
        a.gray.anchor:focus {
            background-color: #738aa7;
            -moz-box-shadow: 0 0 0 0.25rem rgba(115, 138, 167, 0.45);
            -webkit-box-shadow: 0 0 0 0.25rem rgba(115, 138, 167, 0.45);
            box-shadow: 0 0 0 0.25rem rgba(115, 138, 167, 0.45);
        }

        .gray.btn:active, button.gray:active, .gray.button:active, submit.gray:active, input.gray:active[type="submit"], input.gray:active[type="button"], .gray.read-more:active,
        .gray.anchor:active, button.gray:active, .button.gray:active, submit.gray:active, input[type="submit"].gray:active, input[type="button"].gray:active, a.gray.btn:active, a.gray.button:active, a.gray.read-more:active,
        a.gray.anchor:active {
            background-color: #657e9e;
            outline: 0;
        }

    .gray-light.btn, button.gray-light, .gray-light.button, submit.gray-light, input.gray-light[type="submit"], input.gray-light[type="button"], .gray-light.read-more,
    .gray-light.anchor, button.gray-light, .button.gray-light, submit.gray-light, input[type="submit"].gray-light, input[type="button"].gray-light, a.gray-light.btn, a.gray-light.button, a.gray-light.read-more,
    a.gray-light.anchor {
        background-color: #BDC1C7;
        color: #496c9f;
    }

        .gray-light.btn:hover, button.gray-light:hover, .gray-light.button:hover, submit.gray-light:hover, input.gray-light:hover[type="submit"], input.gray-light:hover[type="button"], .gray-light.read-more:hover,
        .gray-light.anchor:hover, .gray-light.btn:focus, button.gray-light:focus, .gray-light.button:focus, submit.gray-light:focus, input.gray-light:focus[type="submit"], input.gray-light:focus[type="button"], .gray-light.read-more:focus,
        .gray-light.anchor:focus, button.gray-light:hover, button.gray-light:focus, .button.gray-light:hover, .button.gray-light:focus, submit.gray-light:hover, submit.gray-light:focus, input[type="submit"].gray-light:hover, input[type="submit"].gray-light:focus, input[type="button"].gray-light:hover, input[type="button"].gray-light:focus, a.gray-light.btn:hover, a.gray-light.button:hover, a.gray-light.read-more:hover,
        a.gray-light.anchor:hover, a.gray-light.btn:focus, a.gray-light.button:focus, a.gray-light.read-more:focus,
        a.gray-light.anchor:focus {
            background-color: #c4c7cd;
            -moz-box-shadow: 0 0 0 0.25rem rgba(196, 199, 205, 0.45);
            -webkit-box-shadow: 0 0 0 0.25rem rgba(196, 199, 205, 0.45);
            box-shadow: 0 0 0 0.25rem rgba(196, 199, 205, 0.45);
        }

        .gray-light.btn:active, button.gray-light:active, .gray-light.button:active, submit.gray-light:active, input.gray-light:active[type="submit"], input.gray-light:active[type="button"], .gray-light.read-more:active,
        .gray-light.anchor:active, button.gray-light:active, .button.gray-light:active, submit.gray-light:active, input[type="submit"].gray-light:active, input[type="button"].gray-light:active, a.gray-light.btn:active, a.gray-light.button:active, a.gray-light.read-more:active,
        a.gray-light.anchor:active {
            background-color: #b7bcc2;
            outline: 0;
        }

    .blue.btn, button.blue, .blue.button, submit.blue, input.blue[type="submit"], input.blue[type="button"], .blue.read-more,
    .blue.anchor, button.blue, .button.blue, submit.blue, input[type="submit"].blue, input[type="button"].blue, a.blue.btn, a.blue.button, a.blue.read-more,
    a.blue.anchor {
        background-color: #007bff;
        color: #003063;
    }

        .blue.btn:hover, button.blue:hover, .blue.button:hover, submit.blue:hover, input.blue:hover[type="submit"], input.blue:hover[type="button"], .blue.read-more:hover,
        .blue.anchor:hover, .blue.btn:focus, button.blue:focus, .blue.button:focus, submit.blue:focus, input.blue:focus[type="submit"], input.blue:focus[type="button"], .blue.read-more:focus,
        .blue.anchor:focus, button.blue:hover, button.blue:focus, .button.blue:hover, .button.blue:focus, submit.blue:hover, submit.blue:focus, input[type="submit"].blue:hover, input[type="submit"].blue:focus, input[type="button"].blue:hover, input[type="button"].blue:focus, a.blue.btn:hover, a.blue.button:hover, a.blue.read-more:hover,
        a.blue.anchor:hover, a.blue.btn:focus, a.blue.button:focus, a.blue.read-more:focus,
        a.blue.anchor:focus {
            background-color: #0d82ff;
            -moz-box-shadow: 0 0 0 0.25rem rgba(13, 130, 255, 0.45);
            -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 130, 255, 0.45);
            box-shadow: 0 0 0 0.25rem rgba(13, 130, 255, 0.45);
        }

        .blue.btn:active, button.blue:active, .blue.button:active, submit.blue:active, input.blue:active[type="submit"], input.blue:active[type="button"], .blue.read-more:active,
        .blue.anchor:active, button.blue:active, .button.blue:active, submit.blue:active, input[type="submit"].blue:active, input[type="button"].blue:active, a.blue.btn:active, a.blue.button:active, a.blue.read-more:active,
        a.blue.anchor:active {
            background-color: #0076f5;
            outline: 0;
        }

    .indigo.btn, button.indigo, .indigo.button, submit.indigo, input.indigo[type="submit"], input.indigo[type="button"], .indigo.read-more,
    .indigo.anchor, button.indigo, .button.indigo, submit.indigo, input[type="submit"].indigo, input[type="button"].indigo, a.indigo.btn, a.indigo.button, a.indigo.read-more,
    a.indigo.anchor {
        background-color: #6610f2;
        color: #270066;
    }

        .indigo.btn:hover, button.indigo:hover, .indigo.button:hover, submit.indigo:hover, input.indigo:hover[type="submit"], input.indigo:hover[type="button"], .indigo.read-more:hover,
        .indigo.anchor:hover, .indigo.btn:focus, button.indigo:focus, .indigo.button:focus, submit.indigo:focus, input.indigo:focus[type="submit"], input.indigo:focus[type="button"], .indigo.read-more:focus,
        .indigo.anchor:focus, button.indigo:hover, button.indigo:focus, .button.indigo:hover, .button.indigo:focus, submit.indigo:hover, submit.indigo:focus, input[type="submit"].indigo:hover, input[type="submit"].indigo:focus, input[type="button"].indigo:hover, input[type="button"].indigo:focus, a.indigo.btn:hover, a.indigo.button:hover, a.indigo.read-more:hover,
        a.indigo.anchor:hover, a.indigo.btn:focus, a.indigo.button:focus, a.indigo.read-more:focus,
        a.indigo.anchor:focus {
            background-color: #6e1cf3;
            -moz-box-shadow: 0 0 0 0.25rem rgba(110, 28, 243, 0.45);
            -webkit-box-shadow: 0 0 0 0.25rem rgba(110, 28, 243, 0.45);
            box-shadow: 0 0 0 0.25rem rgba(110, 28, 243, 0.45);
        }

        .indigo.btn:active, button.indigo:active, .indigo.button:active, submit.indigo:active, input.indigo:active[type="submit"], input.indigo:active[type="button"], .indigo.read-more:active,
        .indigo.anchor:active, button.indigo:active, .button.indigo:active, submit.indigo:active, input[type="submit"].indigo:active, input[type="button"].indigo:active, a.indigo.btn:active, a.indigo.button:active, a.indigo.read-more:active,
        a.indigo.anchor:active {
            background-color: #610deb;
            outline: 0;
        }

    .purple.btn, button.purple, .purple.button, submit.purple, input.purple[type="submit"], input.purple[type="button"], .purple.read-more,
    .purple.anchor, button.purple, .button.purple, submit.purple, input[type="submit"].purple, input[type="button"].purple, a.purple.btn, a.purple.button, a.purple.read-more,
    a.purple.anchor {
        background-color: #6f42c1;
        color: #280b5d;
    }

        .purple.btn:hover, button.purple:hover, .purple.button:hover, submit.purple:hover, input.purple:hover[type="submit"], input.purple:hover[type="button"], .purple.read-more:hover,
        .purple.anchor:hover, .purple.btn:focus, button.purple:focus, .purple.button:focus, submit.purple:focus, input.purple:focus[type="submit"], input.purple:focus[type="button"], .purple.read-more:focus,
        .purple.anchor:focus, button.purple:hover, button.purple:focus, .button.purple:hover, .button.purple:focus, submit.purple:hover, submit.purple:focus, input[type="submit"].purple:hover, input[type="submit"].purple:focus, input[type="button"].purple:hover, input[type="button"].purple:focus, a.purple.btn:hover, a.purple.button:hover, a.purple.read-more:hover,
        a.purple.anchor:hover, a.purple.btn:focus, a.purple.button:focus, a.purple.read-more:focus,
        a.purple.anchor:focus {
            background-color: #764cc4;
            -moz-box-shadow: 0 0 0 0.25rem rgba(118, 76, 196, 0.45);
            -webkit-box-shadow: 0 0 0 0.25rem rgba(118, 76, 196, 0.45);
            box-shadow: 0 0 0 0.25rem rgba(118, 76, 196, 0.45);
        }

        .purple.btn:active, button.purple:active, .purple.button:active, submit.purple:active, input.purple:active[type="submit"], input.purple:active[type="button"], .purple.read-more:active,
        .purple.anchor:active, button.purple:active, .button.purple:active, submit.purple:active, input[type="submit"].purple:active, input[type="button"].purple:active, a.purple.btn:active, a.purple.button:active, a.purple.read-more:active,
        a.purple.anchor:active {
            background-color: #6a3dbb;
            outline: 0;
        }

    .pink.btn, button.pink, .pink.button, submit.pink, input.pink[type="submit"], input.pink[type="button"], .pink.read-more,
    .pink.anchor, button.pink, .button.pink, submit.pink, input[type="submit"].pink, input[type="button"].pink, a.pink.btn, a.pink.button, a.pink.read-more,
    a.pink.anchor {
        background-color: #e83e8c;
        color: #8a0040;
    }

        .pink.btn:hover, button.pink:hover, .pink.button:hover, submit.pink:hover, input.pink:hover[type="submit"], input.pink:hover[type="button"], .pink.read-more:hover,
        .pink.anchor:hover, .pink.btn:focus, button.pink:focus, .pink.button:focus, submit.pink:focus, input.pink:focus[type="submit"], input.pink:focus[type="button"], .pink.read-more:focus,
        .pink.anchor:focus, button.pink:hover, button.pink:focus, .button.pink:hover, .button.pink:focus, submit.pink:hover, submit.pink:focus, input[type="submit"].pink:hover, input[type="submit"].pink:focus, input[type="button"].pink:hover, input[type="button"].pink:focus, a.pink.btn:hover, a.pink.button:hover, a.pink.read-more:hover,
        a.pink.anchor:hover, a.pink.btn:focus, a.pink.button:focus, a.pink.read-more:focus,
        a.pink.anchor:focus {
            background-color: #e94993;
            -moz-box-shadow: 0 0 0 0.25rem rgba(233, 73, 147, 0.45);
            -webkit-box-shadow: 0 0 0 0.25rem rgba(233, 73, 147, 0.45);
            box-shadow: 0 0 0 0.25rem rgba(233, 73, 147, 0.45);
        }

        .pink.btn:active, button.pink:active, .pink.button:active, submit.pink:active, input.pink:active[type="submit"], input.pink:active[type="button"], .pink.read-more:active,
        .pink.anchor:active, button.pink:active, .button.pink:active, submit.pink:active, input[type="submit"].pink:active, input[type="button"].pink:active, a.pink.btn:active, a.pink.button:active, a.pink.read-more:active,
        a.pink.anchor:active {
            background-color: #e73587;
            outline: 0;
        }

    .red.btn, button.red, .red.button, submit.red, input.red[type="submit"], input.red[type="button"], .red.read-more,
    .red.anchor, button.red, .button.red, submit.red, input[type="submit"].red, input[type="button"].red, a.red.btn, a.red.button, a.red.read-more,
    a.red.anchor {
        background-color: #dc3545;
        color: #75000c;
    }

        .red.btn:hover, button.red:hover, .red.button:hover, submit.red:hover, input.red:hover[type="submit"], input.red:hover[type="button"], .red.read-more:hover,
        .red.anchor:hover, .red.btn:focus, button.red:focus, .red.button:focus, submit.red:focus, input.red:focus[type="submit"], input.red:focus[type="button"], .red.read-more:focus,
        .red.anchor:focus, button.red:hover, button.red:focus, .button.red:hover, .button.red:focus, submit.red:hover, submit.red:focus, input[type="submit"].red:hover, input[type="submit"].red:focus, input[type="button"].red:hover, input[type="button"].red:focus, a.red.btn:hover, a.red.button:hover, a.red.read-more:hover,
        a.red.anchor:hover, a.red.btn:focus, a.red.button:focus, a.red.read-more:focus,
        a.red.anchor:focus {
            background-color: #de404f;
            -moz-box-shadow: 0 0 0 0.25rem rgba(222, 64, 79, 0.45);
            -webkit-box-shadow: 0 0 0 0.25rem rgba(222, 64, 79, 0.45);
            box-shadow: 0 0 0 0.25rem rgba(222, 64, 79, 0.45);
        }

        .red.btn:active, button.red:active, .red.button:active, submit.red:active, input.red:active[type="submit"], input.red:active[type="button"], .red.read-more:active,
        .red.anchor:active, button.red:active, .button.red:active, submit.red:active, input[type="submit"].red:active, input[type="button"].red:active, a.red.btn:active, a.red.button:active, a.red.read-more:active,
        a.red.anchor:active {
            background-color: #da2c3d;
            outline: 0;
        }

    .orange.btn, button.orange, .orange.button, submit.orange, input.orange[type="submit"], input.orange[type="button"], .orange.read-more,
    .orange.anchor, button.orange, .button.orange, submit.orange, input[type="submit"].orange, input[type="button"].orange, a.orange.btn, a.orange.button, a.orange.read-more,
    a.orange.anchor {
        background-color: #fd7e14;
        color: #753500;
    }

        .orange.btn:hover, button.orange:hover, .orange.button:hover, submit.orange:hover, input.orange:hover[type="submit"], input.orange:hover[type="button"], .orange.read-more:hover,
        .orange.anchor:hover, .orange.btn:focus, button.orange:focus, .orange.button:focus, submit.orange:focus, input.orange:focus[type="submit"], input.orange:focus[type="button"], .orange.read-more:focus,
        .orange.anchor:focus, button.orange:hover, button.orange:focus, .button.orange:hover, .button.orange:focus, submit.orange:hover, submit.orange:focus, input[type="submit"].orange:hover, input[type="submit"].orange:focus, input[type="button"].orange:hover, input[type="button"].orange:focus, a.orange.btn:hover, a.orange.button:hover, a.orange.read-more:hover,
        a.orange.anchor:hover, a.orange.btn:focus, a.orange.button:focus, a.orange.read-more:focus,
        a.orange.anchor:focus {
            background-color: #fd8521;
            -moz-box-shadow: 0 0 0 0.25rem rgba(253, 133, 33, 0.45);
            -webkit-box-shadow: 0 0 0 0.25rem rgba(253, 133, 33, 0.45);
            box-shadow: 0 0 0 0.25rem rgba(253, 133, 33, 0.45);
        }

        .orange.btn:active, button.orange:active, .orange.button:active, submit.orange:active, input.orange:active[type="submit"], input.orange:active[type="button"], .orange.read-more:active,
        .orange.anchor:active, button.orange:active, .button.orange:active, submit.orange:active, input[type="submit"].orange:active, input[type="button"].orange:active, a.orange.btn:active, a.orange.button:active, a.orange.read-more:active,
        a.orange.anchor:active {
            background-color: #fd780a;
            outline: 0;
        }

    .yellow.btn, button.yellow, .yellow.button, submit.yellow, input.yellow[type="submit"], input.yellow[type="button"], .yellow.read-more,
    .yellow.anchor, button.yellow, .button.yellow, submit.yellow, input[type="submit"].yellow, input[type="button"].yellow, a.yellow.btn, a.yellow.button, a.yellow.read-more,
    a.yellow.anchor {
        background-color: #ffc107;
        color: #6a5000;
    }

        .yellow.btn:hover, button.yellow:hover, .yellow.button:hover, submit.yellow:hover, input.yellow:hover[type="submit"], input.yellow:hover[type="button"], .yellow.read-more:hover,
        .yellow.anchor:hover, .yellow.btn:focus, button.yellow:focus, .yellow.button:focus, submit.yellow:focus, input.yellow:focus[type="submit"], input.yellow:focus[type="button"], .yellow.read-more:focus,
        .yellow.anchor:focus, button.yellow:hover, button.yellow:focus, .button.yellow:hover, .button.yellow:focus, submit.yellow:hover, submit.yellow:focus, input[type="submit"].yellow:hover, input[type="submit"].yellow:focus, input[type="button"].yellow:hover, input[type="button"].yellow:focus, a.yellow.btn:hover, a.yellow.button:hover, a.yellow.read-more:hover,
        a.yellow.anchor:hover, a.yellow.btn:focus, a.yellow.button:focus, a.yellow.read-more:focus,
        a.yellow.anchor:focus {
            background-color: #ffc414;
            -moz-box-shadow: 0 0 0 0.25rem rgba(255, 196, 20, 0.45);
            -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 196, 20, 0.45);
            box-shadow: 0 0 0 0.25rem rgba(255, 196, 20, 0.45);
        }

        .yellow.btn:active, button.yellow:active, .yellow.button:active, submit.yellow:active, input.yellow:active[type="submit"], input.yellow:active[type="button"], .yellow.read-more:active,
        .yellow.anchor:active, button.yellow:active, .button.yellow:active, submit.yellow:active, input[type="submit"].yellow:active, input[type="button"].yellow:active, a.yellow.btn:active, a.yellow.button:active, a.yellow.read-more:active,
        a.yellow.anchor:active {
            background-color: #fcbd00;
            outline: 0;
        }

    .green.btn, button.green, .green.button, submit.green, input.green[type="submit"], input.green[type="button"], .green.read-more,
    .green.anchor, button.green, .button.green, submit.green, input[type="submit"].green, input[type="button"].green, a.green.btn, a.green.button, a.green.read-more,
    a.green.anchor {
        background-color: #28a745;
        color: #02310d;
    }

        .green.btn:hover, button.green:hover, .green.button:hover, submit.green:hover, input.green:hover[type="submit"], input.green:hover[type="button"], .green.read-more:hover,
        .green.anchor:hover, .green.btn:focus, button.green:focus, .green.button:focus, submit.green:focus, input.green:focus[type="submit"], input.green:focus[type="button"], .green.read-more:focus,
        .green.anchor:focus, button.green:hover, button.green:focus, .button.green:hover, .button.green:focus, submit.green:hover, submit.green:focus, input[type="submit"].green:hover, input[type="submit"].green:focus, input[type="button"].green:hover, input[type="button"].green:focus, a.green.btn:hover, a.green.button:hover, a.green.read-more:hover,
        a.green.anchor:hover, a.green.btn:focus, a.green.button:focus, a.green.read-more:focus,
        a.green.anchor:focus {
            background-color: #2ab149;
            -moz-box-shadow: 0 0 0 0.25rem rgba(42, 177, 73, 0.45);
            -webkit-box-shadow: 0 0 0 0.25rem rgba(42, 177, 73, 0.45);
            box-shadow: 0 0 0 0.25rem rgba(42, 177, 73, 0.45);
        }

        .green.btn:active, button.green:active, .green.button:active, submit.green:active, input.green:active[type="submit"], input.green:active[type="button"], .green.read-more:active,
        .green.anchor:active, button.green:active, .button.green:active, submit.green:active, input[type="submit"].green:active, input[type="button"].green:active, a.green.btn:active, a.green.button:active, a.green.read-more:active,
        a.green.anchor:active {
            background-color: #269f42;
            outline: 0;
        }

    .teal.btn, button.teal, .teal.button, submit.teal, input.teal[type="submit"], input.teal[type="button"], .teal.read-more,
    .teal.anchor, button.teal, .button.teal, submit.teal, input[type="submit"].teal, input[type="button"].teal, a.teal.btn, a.teal.button, a.teal.read-more,
    a.teal.anchor {
        background-color: #20c997;
        color: #004d37;
    }

        .teal.btn:hover, button.teal:hover, .teal.button:hover, submit.teal:hover, input.teal:hover[type="submit"], input.teal:hover[type="button"], .teal.read-more:hover,
        .teal.anchor:hover, .teal.btn:focus, button.teal:focus, .teal.button:focus, submit.teal:focus, input.teal:focus[type="submit"], input.teal:focus[type="button"], .teal.read-more:focus,
        .teal.anchor:focus, button.teal:hover, button.teal:focus, .button.teal:hover, .button.teal:focus, submit.teal:hover, submit.teal:focus, input[type="submit"].teal:hover, input[type="submit"].teal:focus, input[type="button"].teal:hover, input[type="button"].teal:focus, a.teal.btn:hover, a.teal.button:hover, a.teal.read-more:hover,
        a.teal.anchor:hover, a.teal.btn:focus, a.teal.button:focus, a.teal.read-more:focus,
        a.teal.anchor:focus {
            background-color: #22d49f;
            -moz-box-shadow: 0 0 0 0.25rem rgba(34, 212, 159, 0.45);
            -webkit-box-shadow: 0 0 0 0.25rem rgba(34, 212, 159, 0.45);
            box-shadow: 0 0 0 0.25rem rgba(34, 212, 159, 0.45);
        }

        .teal.btn:active, button.teal:active, .teal.button:active, submit.teal:active, input.teal:active[type="submit"], input.teal:active[type="button"], .teal.read-more:active,
        .teal.anchor:active, button.teal:active, .button.teal:active, submit.teal:active, input[type="submit"].teal:active, input[type="button"].teal:active, a.teal.btn:active, a.teal.button:active, a.teal.read-more:active,
        a.teal.anchor:active {
            background-color: #1fc090;
            outline: 0;
        }

    .cyan.btn, button.cyan, .cyan.button, submit.cyan, input.cyan[type="submit"], input.cyan[type="button"], .cyan.read-more,
    .cyan.anchor, button.cyan, .button.cyan, submit.cyan, input[type="submit"].cyan, input[type="button"].cyan, a.cyan.btn, a.cyan.button, a.cyan.read-more,
    a.cyan.anchor {
        background-color: #17a2b8;
        color: #002c33;
    }

        .cyan.btn:hover, button.cyan:hover, .cyan.button:hover, submit.cyan:hover, input.cyan:hover[type="submit"], input.cyan:hover[type="button"], .cyan.read-more:hover,
        .cyan.anchor:hover, .cyan.btn:focus, button.cyan:focus, .cyan.button:focus, submit.cyan:focus, input.cyan:focus[type="submit"], input.cyan:focus[type="button"], .cyan.read-more:focus,
        .cyan.anchor:focus, button.cyan:hover, button.cyan:focus, .button.cyan:hover, .button.cyan:focus, submit.cyan:hover, submit.cyan:focus, input[type="submit"].cyan:hover, input[type="submit"].cyan:focus, input[type="button"].cyan:hover, input[type="button"].cyan:focus, a.cyan.btn:hover, a.cyan.button:hover, a.cyan.read-more:hover,
        a.cyan.anchor:hover, a.cyan.btn:focus, a.cyan.button:focus, a.cyan.read-more:focus,
        a.cyan.anchor:focus {
            background-color: #18acc3;
            -moz-box-shadow: 0 0 0 0.25rem rgba(24, 172, 195, 0.45);
            -webkit-box-shadow: 0 0 0 0.25rem rgba(24, 172, 195, 0.45);
            box-shadow: 0 0 0 0.25rem rgba(24, 172, 195, 0.45);
        }

        .cyan.btn:active, button.cyan:active, .cyan.button:active, submit.cyan:active, input.cyan:active[type="submit"], input.cyan:active[type="button"], .cyan.read-more:active,
        .cyan.anchor:active, button.cyan:active, .button.cyan:active, submit.cyan:active, input[type="submit"].cyan:active, input[type="button"].cyan:active, a.cyan.btn:active, a.cyan.button:active, a.cyan.read-more:active,
        a.cyan.anchor:active {
            background-color: #169aaf;
            outline: 0;
        }

    .white.btn, button.white, .white.button, submit.white, input.white[type="submit"], input.white[type="button"], .white.read-more,
    .white.anchor, button.white, .button.white, submit.white, input[type="submit"].white, input[type="button"].white, a.white.btn, a.white.button, a.white.read-more,
    a.white.anchor {
        background-color: #fff;
        color: #c89b9b;
    }

        .white.btn:hover, button.white:hover, .white.button:hover, submit.white:hover, input.white:hover[type="submit"], input.white:hover[type="button"], .white.read-more:hover,
        .white.anchor:hover, .white.btn:focus, button.white:focus, .white.button:focus, submit.white:focus, input.white:focus[type="submit"], input.white:focus[type="button"], .white.read-more:focus,
        .white.anchor:focus, button.white:hover, button.white:focus, .button.white:hover, .button.white:focus, submit.white:hover, submit.white:focus, input[type="submit"].white:hover, input[type="submit"].white:focus, input[type="button"].white:hover, input[type="button"].white:focus, a.white.btn:hover, a.white.button:hover, a.white.read-more:hover,
        a.white.anchor:hover, a.white.btn:focus, a.white.button:focus, a.white.read-more:focus,
        a.white.anchor:focus {
            background-color: white;
            -moz-box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.45);
            -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.45);
            box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.45);
        }

        .white.btn:active, button.white:active, .white.button:active, submit.white:active, input.white:active[type="submit"], input.white:active[type="button"], .white.read-more:active,
        .white.anchor:active, button.white:active, .button.white:active, submit.white:active, input[type="submit"].white:active, input[type="button"].white:active, a.white.btn:active, a.white.button:active, a.white.read-more:active,
        a.white.anchor:active {
            background-color: #fafafa;
            outline: 0;
        }

    .gold.btn, button.gold, .gold.button, submit.gold, input.gold[type="submit"], input.gold[type="button"], .gold.read-more,
    .gold.anchor, button.gold, .button.gold, submit.gold, input[type="submit"].gold, input[type="button"].gold, a.gold.btn, a.gold.button, a.gold.read-more,
    a.gold.anchor {
        background-color: #e3a703;
        color: #380606;
    }

        .gold.btn:hover, button.gold:hover, .gold.button:hover, submit.gold:hover, input.gold:hover[type="submit"], input.gold:hover[type="button"], .gold.read-more:hover,
        .gold.anchor:hover, .gold.btn:focus, button.gold:focus, .gold.button:focus, submit.gold:focus, input.gold:focus[type="submit"], input.gold:focus[type="button"], .gold.read-more:focus,
        .gold.anchor:focus, button.gold:hover, button.gold:focus, .button.gold:hover, .button.gold:focus, submit.gold:hover, submit.gold:focus, input[type="submit"].gold:hover, input[type="submit"].gold:focus, input[type="button"].gold:hover, input[type="button"].gold:focus, a.gold.btn:hover, a.gold.button:hover, a.gold.read-more:hover,
        a.gold.anchor:hover, a.gold.btn:focus, a.gold.button:focus, a.gold.read-more:focus,
        a.gold.anchor:focus {
            background-color: #f0b003;
            -moz-box-shadow: 0 0 0 0.25rem rgba(240, 176, 3, 0.45);
            -webkit-box-shadow: 0 0 0 0.25rem rgba(240, 176, 3, 0.45);
            box-shadow: 0 0 0 0.25rem rgba(240, 176, 3, 0.45);
        }

        .gold.btn:active, button.gold:active, .gold.button:active, submit.gold:active, input.gold:active[type="submit"], input.gold:active[type="button"], .gold.read-more:active,
        .gold.anchor:active, button.gold:active, .button.gold:active, submit.gold:active, input[type="submit"].gold:active, input[type="button"].gold:active, a.gold.btn:active, a.gold.button:active, a.gold.read-more:active,
        a.gold.anchor:active {
            background-color: #d9a003;
            outline: 0;
        }

.select-box.primary, select.primary, textarea.primary, input[type="text"].primary, input[type="password"].primary, input[type="datetime"].primary, input[type="datetime-local"].primary, input[type="date"].primary, input[type="month"].primary, input[type="time"].primary, input[type="week"].primary, input[type="number"].primary, input[type="email"].primary, input[type="url"].primary, input[type="search"].primary, input[type="tel"].primary, input[type="color"].primary {
    background-color: #0f4d74;
    color: #b5e4e8;
}

    .select-box.primary:hover, .select-box.primary:focus, select.primary:hover, select.primary:focus, textarea.primary:hover, textarea.primary:focus, input[type="text"].primary:hover, input[type="text"].primary:focus, input[type="password"].primary:hover, input[type="password"].primary:focus, input[type="datetime"].primary:hover, input[type="datetime"].primary:focus, input[type="datetime-local"].primary:hover, input[type="datetime-local"].primary:focus, input[type="date"].primary:hover, input[type="date"].primary:focus, input[type="month"].primary:hover, input[type="month"].primary:focus, input[type="time"].primary:hover, input[type="time"].primary:focus, input[type="week"].primary:hover, input[type="week"].primary:focus, input[type="number"].primary:hover, input[type="number"].primary:focus, input[type="email"].primary:hover, input[type="email"].primary:focus, input[type="url"].primary:hover, input[type="url"].primary:focus, input[type="search"].primary:hover, input[type="search"].primary:focus, input[type="tel"].primary:hover, input[type="tel"].primary:focus, input[type="color"].primary:hover, input[type="color"].primary:focus {
        background-color: #063857;
        -moz-box-shadow: 0 0 0 0.25rem rgba(6, 56, 87, 0.45);
        -webkit-box-shadow: 0 0 0 0.25rem rgba(6, 56, 87, 0.45);
        box-shadow: 0 0 0 0.25rem rgba(6, 56, 87, 0.45);
    }

.select-box.secondary, select.secondary, textarea.secondary, input[type="text"].secondary, input[type="password"].secondary, input[type="datetime"].secondary, input[type="datetime-local"].secondary, input[type="date"].secondary, input[type="month"].secondary, input[type="time"].secondary, input[type="week"].secondary, input[type="number"].secondary, input[type="email"].secondary, input[type="url"].secondary, input[type="search"].secondary, input[type="tel"].secondary, input[type="color"].secondary {
    background-color: #e74c0f;
    color: #ff9f79;
}

    .select-box.secondary:hover, .select-box.secondary:focus, select.secondary:hover, select.secondary:focus, textarea.secondary:hover, textarea.secondary:focus, input[type="text"].secondary:hover, input[type="text"].secondary:focus, input[type="password"].secondary:hover, input[type="password"].secondary:focus, input[type="datetime"].secondary:hover, input[type="datetime"].secondary:focus, input[type="datetime-local"].secondary:hover, input[type="datetime-local"].secondary:focus, input[type="date"].secondary:hover, input[type="date"].secondary:focus, input[type="month"].secondary:hover, input[type="month"].secondary:focus, input[type="time"].secondary:hover, input[type="time"].secondary:focus, input[type="week"].secondary:hover, input[type="week"].secondary:focus, input[type="number"].secondary:hover, input[type="number"].secondary:focus, input[type="email"].secondary:hover, input[type="email"].secondary:focus, input[type="url"].secondary:hover, input[type="url"].secondary:focus, input[type="search"].secondary:hover, input[type="search"].secondary:focus, input[type="tel"].secondary:hover, input[type="tel"].secondary:focus, input[type="color"].secondary:hover, input[type="color"].secondary:focus {
        background-color: #ce3c02;
        -moz-box-shadow: 0 0 0 0.25rem rgba(206, 60, 2, 0.45);
        -webkit-box-shadow: 0 0 0 0.25rem rgba(206, 60, 2, 0.45);
        box-shadow: 0 0 0 0.25rem rgba(206, 60, 2, 0.45);
    }

.select-box.success, select.success, textarea.success, input[type="text"].success, input[type="password"].success, input[type="datetime"].success, input[type="datetime-local"].success, input[type="date"].success, input[type="month"].success, input[type="time"].success, input[type="week"].success, input[type="number"].success, input[type="email"].success, input[type="url"].success, input[type="search"].success, input[type="tel"].success, input[type="color"].success {
    background-color: #40c25e;
    color: yellowgreen;
}

    .select-box.success:hover, .select-box.success:focus, select.success:hover, select.success:focus, textarea.success:hover, textarea.success:focus, input[type="text"].success:hover, input[type="text"].success:focus, input[type="password"].success:hover, input[type="password"].success:focus, input[type="datetime"].success:hover, input[type="datetime"].success:focus, input[type="datetime-local"].success:hover, input[type="datetime-local"].success:focus, input[type="date"].success:hover, input[type="date"].success:focus, input[type="month"].success:hover, input[type="month"].success:focus, input[type="time"].success:hover, input[type="time"].success:focus, input[type="week"].success:hover, input[type="week"].success:focus, input[type="number"].success:hover, input[type="number"].success:focus, input[type="email"].success:hover, input[type="email"].success:focus, input[type="url"].success:hover, input[type="url"].success:focus, input[type="search"].success:hover, input[type="search"].success:focus, input[type="tel"].success:hover, input[type="tel"].success:focus, input[type="color"].success:hover, input[type="color"].success:focus {
        background-color: #2ab149;
        -moz-box-shadow: 0 0 0 0.25rem rgba(42, 177, 73, 0.45);
        -webkit-box-shadow: 0 0 0 0.25rem rgba(42, 177, 73, 0.45);
        box-shadow: 0 0 0 0.25rem rgba(42, 177, 73, 0.45);
    }

.select-box.info, select.info, textarea.info, input[type="text"].info, input[type="password"].info, input[type="datetime"].info, input[type="datetime-local"].info, input[type="date"].info, input[type="month"].info, input[type="time"].info, input[type="week"].info, input[type="number"].info, input[type="email"].info, input[type="url"].info, input[type="search"].info, input[type="tel"].info, input[type="color"].info {
    background-color: #2cbfd6;
    color: #002c33;
}

    .select-box.info:hover, .select-box.info:focus, select.info:hover, select.info:focus, textarea.info:hover, textarea.info:focus, input[type="text"].info:hover, input[type="text"].info:focus, input[type="password"].info:hover, input[type="password"].info:focus, input[type="datetime"].info:hover, input[type="datetime"].info:focus, input[type="datetime-local"].info:hover, input[type="datetime-local"].info:focus, input[type="date"].info:hover, input[type="date"].info:focus, input[type="month"].info:hover, input[type="month"].info:focus, input[type="time"].info:hover, input[type="time"].info:focus, input[type="week"].info:hover, input[type="week"].info:focus, input[type="number"].info:hover, input[type="number"].info:focus, input[type="email"].info:hover, input[type="email"].info:focus, input[type="url"].info:hover, input[type="url"].info:focus, input[type="search"].info:hover, input[type="search"].info:focus, input[type="tel"].info:hover, input[type="tel"].info:focus, input[type="color"].info:hover, input[type="color"].info:focus {
        background-color: #18acc3;
        -moz-box-shadow: 0 0 0 0.25rem rgba(24, 172, 195, 0.45);
        -webkit-box-shadow: 0 0 0 0.25rem rgba(24, 172, 195, 0.45);
        box-shadow: 0 0 0 0.25rem rgba(24, 172, 195, 0.45);
    }

.select-box.warning, select.warning, textarea.warning, input[type="text"].warning, input[type="password"].warning, input[type="datetime"].warning, input[type="datetime-local"].warning, input[type="date"].warning, input[type="month"].warning, input[type="time"].warning, input[type="week"].warning, input[type="number"].warning, input[type="email"].warning, input[type="url"].warning, input[type="search"].warning, input[type="tel"].warning, input[type="color"].warning {
    background-color: #f5c944;
    color: #6a5000;
}

    .select-box.warning:hover, .select-box.warning:focus, select.warning:hover, select.warning:focus, textarea.warning:hover, textarea.warning:focus, input[type="text"].warning:hover, input[type="text"].warning:focus, input[type="password"].warning:hover, input[type="password"].warning:focus, input[type="datetime"].warning:hover, input[type="datetime"].warning:focus, input[type="datetime-local"].warning:hover, input[type="datetime-local"].warning:focus, input[type="date"].warning:hover, input[type="date"].warning:focus, input[type="month"].warning:hover, input[type="month"].warning:focus, input[type="time"].warning:hover, input[type="time"].warning:focus, input[type="week"].warning:hover, input[type="week"].warning:focus, input[type="number"].warning:hover, input[type="number"].warning:focus, input[type="email"].warning:hover, input[type="email"].warning:focus, input[type="url"].warning:hover, input[type="url"].warning:focus, input[type="search"].warning:hover, input[type="search"].warning:focus, input[type="tel"].warning:hover, input[type="tel"].warning:focus, input[type="color"].warning:hover, input[type="color"].warning:focus {
        background-color: #ffc414;
        -moz-box-shadow: 0 0 0 0.25rem rgba(255, 196, 20, 0.45);
        -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 196, 20, 0.45);
        box-shadow: 0 0 0 0.25rem rgba(255, 196, 20, 0.45);
    }

.select-box.danger, select.danger, textarea.danger, input[type="text"].danger, input[type="password"].danger, input[type="datetime"].danger, input[type="datetime-local"].danger, input[type="date"].danger, input[type="month"].danger, input[type="time"].danger, input[type="week"].danger, input[type="number"].danger, input[type="email"].danger, input[type="url"].danger, input[type="search"].danger, input[type="tel"].danger, input[type="color"].danger {
    background-color: #da6a75;
    color: #75000c;
}

    .select-box.danger:hover, .select-box.danger:focus, select.danger:hover, select.danger:focus, textarea.danger:hover, textarea.danger:focus, input[type="text"].danger:hover, input[type="text"].danger:focus, input[type="password"].danger:hover, input[type="password"].danger:focus, input[type="datetime"].danger:hover, input[type="datetime"].danger:focus, input[type="datetime-local"].danger:hover, input[type="datetime-local"].danger:focus, input[type="date"].danger:hover, input[type="date"].danger:focus, input[type="month"].danger:hover, input[type="month"].danger:focus, input[type="time"].danger:hover, input[type="time"].danger:focus, input[type="week"].danger:hover, input[type="week"].danger:focus, input[type="number"].danger:hover, input[type="number"].danger:focus, input[type="email"].danger:hover, input[type="email"].danger:focus, input[type="url"].danger:hover, input[type="url"].danger:focus, input[type="search"].danger:hover, input[type="search"].danger:focus, input[type="tel"].danger:hover, input[type="tel"].danger:focus, input[type="color"].danger:hover, input[type="color"].danger:focus {
        background-color: #de404f;
        -moz-box-shadow: 0 0 0 0.25rem rgba(222, 64, 79, 0.45);
        -webkit-box-shadow: 0 0 0 0.25rem rgba(222, 64, 79, 0.45);
        box-shadow: 0 0 0 0.25rem rgba(222, 64, 79, 0.45);
    }

.select-box.light, select.light, textarea.light, input[type="text"].light, input[type="password"].light, input[type="datetime"].light, input[type="datetime-local"].light, input[type="date"].light, input[type="month"].light, input[type="time"].light, input[type="week"].light, input[type="number"].light, input[type="email"].light, input[type="url"].light, input[type="search"].light, input[type="tel"].light, input[type="color"].light {
    background-color: white;
    color: #85abd1;
}

    .select-box.light:hover, .select-box.light:focus, select.light:hover, select.light:focus, textarea.light:hover, textarea.light:focus, input[type="text"].light:hover, input[type="text"].light:focus, input[type="password"].light:hover, input[type="password"].light:focus, input[type="datetime"].light:hover, input[type="datetime"].light:focus, input[type="datetime-local"].light:hover, input[type="datetime-local"].light:focus, input[type="date"].light:hover, input[type="date"].light:focus, input[type="month"].light:hover, input[type="month"].light:focus, input[type="time"].light:hover, input[type="time"].light:focus, input[type="week"].light:hover, input[type="week"].light:focus, input[type="number"].light:hover, input[type="number"].light:focus, input[type="email"].light:hover, input[type="email"].light:focus, input[type="url"].light:hover, input[type="url"].light:focus, input[type="search"].light:hover, input[type="search"].light:focus, input[type="tel"].light:hover, input[type="tel"].light:focus, input[type="color"].light:hover, input[type="color"].light:focus {
        background-color: white;
        -moz-box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.45);
        -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.45);
        box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.45);
    }

.select-box.dark, select.dark, textarea.dark, input[type="text"].dark, input[type="password"].dark, input[type="datetime"].dark, input[type="datetime-local"].dark, input[type="date"].dark, input[type="month"].dark, input[type="time"].dark, input[type="week"].dark, input[type="number"].dark, input[type="email"].dark, input[type="url"].dark, input[type="search"].dark, input[type="tel"].dark, input[type="color"].dark {
    background-color: #414f61;
    color: #5689ce;
}

    .select-box.dark:hover, .select-box.dark:focus, select.dark:hover, select.dark:focus, textarea.dark:hover, textarea.dark:focus, input[type="text"].dark:hover, input[type="text"].dark:focus, input[type="password"].dark:hover, input[type="password"].dark:focus, input[type="datetime"].dark:hover, input[type="datetime"].dark:focus, input[type="datetime-local"].dark:hover, input[type="datetime-local"].dark:focus, input[type="date"].dark:hover, input[type="date"].dark:focus, input[type="month"].dark:hover, input[type="month"].dark:focus, input[type="time"].dark:hover, input[type="time"].dark:focus, input[type="week"].dark:hover, input[type="week"].dark:focus, input[type="number"].dark:hover, input[type="number"].dark:focus, input[type="email"].dark:hover, input[type="email"].dark:focus, input[type="url"].dark:hover, input[type="url"].dark:focus, input[type="search"].dark:hover, input[type="search"].dark:focus, input[type="tel"].dark:hover, input[type="tel"].dark:focus, input[type="color"].dark:hover, input[type="color"].dark:focus {
        background-color: #2b3b50;
        -moz-box-shadow: 0 0 0 0.25rem rgba(43, 59, 80, 0.45);
        -webkit-box-shadow: 0 0 0 0.25rem rgba(43, 59, 80, 0.45);
        box-shadow: 0 0 0 0.25rem rgba(43, 59, 80, 0.45);
    }

.select-box.primary-light, select.primary-light, textarea.primary-light, input[type="text"].primary-light, input[type="password"].primary-light, input[type="datetime"].primary-light, input[type="datetime-local"].primary-light, input[type="date"].primary-light, input[type="month"].primary-light, input[type="time"].primary-light, input[type="week"].primary-light, input[type="number"].primary-light, input[type="email"].primary-light, input[type="url"].primary-light, input[type="search"].primary-light, input[type="tel"].primary-light, input[type="color"].primary-light {
    background-color: #a0dde8;
    color: #05304b;
}

    .select-box.primary-light:hover, .select-box.primary-light:focus, select.primary-light:hover, select.primary-light:focus, textarea.primary-light:hover, textarea.primary-light:focus, input[type="text"].primary-light:hover, input[type="text"].primary-light:focus, input[type="password"].primary-light:hover, input[type="password"].primary-light:focus, input[type="datetime"].primary-light:hover, input[type="datetime"].primary-light:focus, input[type="datetime-local"].primary-light:hover, input[type="datetime-local"].primary-light:focus, input[type="date"].primary-light:hover, input[type="date"].primary-light:focus, input[type="month"].primary-light:hover, input[type="month"].primary-light:focus, input[type="time"].primary-light:hover, input[type="time"].primary-light:focus, input[type="week"].primary-light:hover, input[type="week"].primary-light:focus, input[type="number"].primary-light:hover, input[type="number"].primary-light:focus, input[type="email"].primary-light:hover, input[type="email"].primary-light:focus, input[type="url"].primary-light:hover, input[type="url"].primary-light:focus, input[type="search"].primary-light:hover, input[type="search"].primary-light:focus, input[type="tel"].primary-light:hover, input[type="tel"].primary-light:focus, input[type="color"].primary-light:hover, input[type="color"].primary-light:focus {
        background-color: #79d7e9;
        -moz-box-shadow: 0 0 0 0.25rem rgba(121, 215, 233, 0.45);
        -webkit-box-shadow: 0 0 0 0.25rem rgba(121, 215, 233, 0.45);
        box-shadow: 0 0 0 0.25rem rgba(121, 215, 233, 0.45);
    }

.select-box.primary-dark, select.primary-dark, textarea.primary-dark, input[type="text"].primary-dark, input[type="password"].primary-dark, input[type="datetime"].primary-dark, input[type="datetime-local"].primary-dark, input[type="date"].primary-dark, input[type="month"].primary-dark, input[type="time"].primary-dark, input[type="week"].primary-dark, input[type="number"].primary-dark, input[type="email"].primary-dark, input[type="url"].primary-dark, input[type="search"].primary-dark, input[type="tel"].primary-dark, input[type="color"].primary-dark {
    background-color: #092f47;
    color: #b5e4e8;
}

    .select-box.primary-dark:hover, .select-box.primary-dark:focus, select.primary-dark:hover, select.primary-dark:focus, textarea.primary-dark:hover, textarea.primary-dark:focus, input[type="text"].primary-dark:hover, input[type="text"].primary-dark:focus, input[type="password"].primary-dark:hover, input[type="password"].primary-dark:focus, input[type="datetime"].primary-dark:hover, input[type="datetime"].primary-dark:focus, input[type="datetime-local"].primary-dark:hover, input[type="datetime-local"].primary-dark:focus, input[type="date"].primary-dark:hover, input[type="date"].primary-dark:focus, input[type="month"].primary-dark:hover, input[type="month"].primary-dark:focus, input[type="time"].primary-dark:hover, input[type="time"].primary-dark:focus, input[type="week"].primary-dark:hover, input[type="week"].primary-dark:focus, input[type="number"].primary-dark:hover, input[type="number"].primary-dark:focus, input[type="email"].primary-dark:hover, input[type="email"].primary-dark:focus, input[type="url"].primary-dark:hover, input[type="url"].primary-dark:focus, input[type="search"].primary-dark:hover, input[type="search"].primary-dark:focus, input[type="tel"].primary-dark:hover, input[type="tel"].primary-dark:focus, input[type="color"].primary-dark:hover, input[type="color"].primary-dark:focus {
        background-color: #031927;
        -moz-box-shadow: 0 0 0 0.25rem rgba(3, 25, 39, 0.45);
        -webkit-box-shadow: 0 0 0 0.25rem rgba(3, 25, 39, 0.45);
        box-shadow: 0 0 0 0.25rem rgba(3, 25, 39, 0.45);
    }

.select-box.secondary-light, select.secondary-light, textarea.secondary-light, input[type="text"].secondary-light, input[type="password"].secondary-light, input[type="datetime"].secondary-light, input[type="datetime-local"].secondary-light, input[type="date"].secondary-light, input[type="month"].secondary-light, input[type="time"].secondary-light, input[type="week"].secondary-light, input[type="number"].secondary-light, input[type="email"].secondary-light, input[type="url"].secondary-light, input[type="search"].secondary-light, input[type="tel"].secondary-light, input[type="color"].secondary-light {
    background-color: #f47d4f;
    color: #742100;
}

    .select-box.secondary-light:hover, .select-box.secondary-light:focus, select.secondary-light:hover, select.secondary-light:focus, textarea.secondary-light:hover, textarea.secondary-light:focus, input[type="text"].secondary-light:hover, input[type="text"].secondary-light:focus, input[type="password"].secondary-light:hover, input[type="password"].secondary-light:focus, input[type="datetime"].secondary-light:hover, input[type="datetime"].secondary-light:focus, input[type="datetime-local"].secondary-light:hover, input[type="datetime-local"].secondary-light:focus, input[type="date"].secondary-light:hover, input[type="date"].secondary-light:focus, input[type="month"].secondary-light:hover, input[type="month"].secondary-light:focus, input[type="time"].secondary-light:hover, input[type="time"].secondary-light:focus, input[type="week"].secondary-light:hover, input[type="week"].secondary-light:focus, input[type="number"].secondary-light:hover, input[type="number"].secondary-light:focus, input[type="email"].secondary-light:hover, input[type="email"].secondary-light:focus, input[type="url"].secondary-light:hover, input[type="url"].secondary-light:focus, input[type="search"].secondary-light:hover, input[type="search"].secondary-light:focus, input[type="tel"].secondary-light:hover, input[type="tel"].secondary-light:focus, input[type="color"].secondary-light:hover, input[type="color"].secondary-light:focus {
        background-color: #fd5e20;
        -moz-box-shadow: 0 0 0 0.25rem rgba(253, 94, 32, 0.45);
        -webkit-box-shadow: 0 0 0 0.25rem rgba(253, 94, 32, 0.45);
        box-shadow: 0 0 0 0.25rem rgba(253, 94, 32, 0.45);
    }

.select-box.secondary-dark, select.secondary-dark, textarea.secondary-dark, input[type="text"].secondary-dark, input[type="password"].secondary-dark, input[type="datetime"].secondary-dark, input[type="datetime-local"].secondary-dark, input[type="date"].secondary-dark, input[type="month"].secondary-dark, input[type="time"].secondary-dark, input[type="week"].secondary-dark, input[type="number"].secondary-dark, input[type="email"].secondary-dark, input[type="url"].secondary-dark, input[type="search"].secondary-dark, input[type="tel"].secondary-dark, input[type="color"].secondary-dark {
    background-color: #b73c0c;
    color: #ff7a46;
}

    .select-box.secondary-dark:hover, .select-box.secondary-dark:focus, select.secondary-dark:hover, select.secondary-dark:focus, textarea.secondary-dark:hover, textarea.secondary-dark:focus, input[type="text"].secondary-dark:hover, input[type="text"].secondary-dark:focus, input[type="password"].secondary-dark:hover, input[type="password"].secondary-dark:focus, input[type="datetime"].secondary-dark:hover, input[type="datetime"].secondary-dark:focus, input[type="datetime-local"].secondary-dark:hover, input[type="datetime-local"].secondary-dark:focus, input[type="date"].secondary-dark:hover, input[type="date"].secondary-dark:focus, input[type="month"].secondary-dark:hover, input[type="month"].secondary-dark:focus, input[type="time"].secondary-dark:hover, input[type="time"].secondary-dark:focus, input[type="week"].secondary-dark:hover, input[type="week"].secondary-dark:focus, input[type="number"].secondary-dark:hover, input[type="number"].secondary-dark:focus, input[type="email"].secondary-dark:hover, input[type="email"].secondary-dark:focus, input[type="url"].secondary-dark:hover, input[type="url"].secondary-dark:focus, input[type="search"].secondary-dark:hover, input[type="search"].secondary-dark:focus, input[type="tel"].secondary-dark:hover, input[type="tel"].secondary-dark:focus, input[type="color"].secondary-dark:hover, input[type="color"].secondary-dark:focus {
        background-color: #9b2d02;
        -moz-box-shadow: 0 0 0 0.25rem rgba(155, 45, 2, 0.45);
        -webkit-box-shadow: 0 0 0 0.25rem rgba(155, 45, 2, 0.45);
        box-shadow: 0 0 0 0.25rem rgba(155, 45, 2, 0.45);
    }

.select-box.gray-dark, select.gray-dark, textarea.gray-dark, input[type="text"].gray-dark, input[type="password"].gray-dark, input[type="datetime"].gray-dark, input[type="datetime-local"].gray-dark, input[type="date"].gray-dark, input[type="month"].gray-dark, input[type="time"].gray-dark, input[type="week"].gray-dark, input[type="number"].gray-dark, input[type="email"].gray-dark, input[type="url"].gray-dark, input[type="search"].gray-dark, input[type="tel"].gray-dark, input[type="color"].gray-dark {
    background-color: #414f61;
    color: #5689ce;
}

    .select-box.gray-dark:hover, .select-box.gray-dark:focus, select.gray-dark:hover, select.gray-dark:focus, textarea.gray-dark:hover, textarea.gray-dark:focus, input[type="text"].gray-dark:hover, input[type="text"].gray-dark:focus, input[type="password"].gray-dark:hover, input[type="password"].gray-dark:focus, input[type="datetime"].gray-dark:hover, input[type="datetime"].gray-dark:focus, input[type="datetime-local"].gray-dark:hover, input[type="datetime-local"].gray-dark:focus, input[type="date"].gray-dark:hover, input[type="date"].gray-dark:focus, input[type="month"].gray-dark:hover, input[type="month"].gray-dark:focus, input[type="time"].gray-dark:hover, input[type="time"].gray-dark:focus, input[type="week"].gray-dark:hover, input[type="week"].gray-dark:focus, input[type="number"].gray-dark:hover, input[type="number"].gray-dark:focus, input[type="email"].gray-dark:hover, input[type="email"].gray-dark:focus, input[type="url"].gray-dark:hover, input[type="url"].gray-dark:focus, input[type="search"].gray-dark:hover, input[type="search"].gray-dark:focus, input[type="tel"].gray-dark:hover, input[type="tel"].gray-dark:focus, input[type="color"].gray-dark:hover, input[type="color"].gray-dark:focus {
        background-color: #2b3b50;
        -moz-box-shadow: 0 0 0 0.25rem rgba(43, 59, 80, 0.45);
        -webkit-box-shadow: 0 0 0 0.25rem rgba(43, 59, 80, 0.45);
        box-shadow: 0 0 0 0.25rem rgba(43, 59, 80, 0.45);
    }

.select-box.gray, select.gray, textarea.gray, input[type="text"].gray, input[type="password"].gray, input[type="datetime"].gray, input[type="datetime-local"].gray, input[type="date"].gray, input[type="month"].gray, input[type="time"].gray, input[type="week"].gray, input[type="number"].gray, input[type="email"].gray, input[type="url"].gray, input[type="search"].gray, input[type="tel"].gray, input[type="color"].gray {
    background-color: #949eac;
    color: #1b3556;
}

    .select-box.gray:hover, .select-box.gray:focus, select.gray:hover, select.gray:focus, textarea.gray:hover, textarea.gray:focus, input[type="text"].gray:hover, input[type="text"].gray:focus, input[type="password"].gray:hover, input[type="password"].gray:focus, input[type="datetime"].gray:hover, input[type="datetime"].gray:focus, input[type="datetime-local"].gray:hover, input[type="datetime-local"].gray:focus, input[type="date"].gray:hover, input[type="date"].gray:focus, input[type="month"].gray:hover, input[type="month"].gray:focus, input[type="time"].gray:hover, input[type="time"].gray:focus, input[type="week"].gray:hover, input[type="week"].gray:focus, input[type="number"].gray:hover, input[type="number"].gray:focus, input[type="email"].gray:hover, input[type="email"].gray:focus, input[type="url"].gray:hover, input[type="url"].gray:focus, input[type="search"].gray:hover, input[type="search"].gray:focus, input[type="tel"].gray:hover, input[type="tel"].gray:focus, input[type="color"].gray:hover, input[type="color"].gray:focus {
        background-color: #738aa7;
        -moz-box-shadow: 0 0 0 0.25rem rgba(115, 138, 167, 0.45);
        -webkit-box-shadow: 0 0 0 0.25rem rgba(115, 138, 167, 0.45);
        box-shadow: 0 0 0 0.25rem rgba(115, 138, 167, 0.45);
    }

.select-box.gray-light, select.gray-light, textarea.gray-light, input[type="text"].gray-light, input[type="password"].gray-light, input[type="datetime"].gray-light, input[type="datetime-local"].gray-light, input[type="date"].gray-light, input[type="month"].gray-light, input[type="time"].gray-light, input[type="week"].gray-light, input[type="number"].gray-light, input[type="email"].gray-light, input[type="url"].gray-light, input[type="search"].gray-light, input[type="tel"].gray-light, input[type="color"].gray-light {
    background-color: gainsboro;
    color: #496c9f;
}

    .select-box.gray-light:hover, .select-box.gray-light:focus, select.gray-light:hover, select.gray-light:focus, textarea.gray-light:hover, textarea.gray-light:focus, input[type="text"].gray-light:hover, input[type="text"].gray-light:focus, input[type="password"].gray-light:hover, input[type="password"].gray-light:focus, input[type="datetime"].gray-light:hover, input[type="datetime"].gray-light:focus, input[type="datetime-local"].gray-light:hover, input[type="datetime-local"].gray-light:focus, input[type="date"].gray-light:hover, input[type="date"].gray-light:focus, input[type="month"].gray-light:hover, input[type="month"].gray-light:focus, input[type="time"].gray-light:hover, input[type="time"].gray-light:focus, input[type="week"].gray-light:hover, input[type="week"].gray-light:focus, input[type="number"].gray-light:hover, input[type="number"].gray-light:focus, input[type="email"].gray-light:hover, input[type="email"].gray-light:focus, input[type="url"].gray-light:hover, input[type="url"].gray-light:focus, input[type="search"].gray-light:hover, input[type="search"].gray-light:focus, input[type="tel"].gray-light:hover, input[type="tel"].gray-light:focus, input[type="color"].gray-light:hover, input[type="color"].gray-light:focus {
        background-color: #c4c7cd;
        -moz-box-shadow: 0 0 0 0.25rem rgba(196, 199, 205, 0.45);
        -webkit-box-shadow: 0 0 0 0.25rem rgba(196, 199, 205, 0.45);
        box-shadow: 0 0 0 0.25rem rgba(196, 199, 205, 0.45);
    }

.select-box.blue, select.blue, textarea.blue, input[type="text"].blue, input[type="password"].blue, input[type="datetime"].blue, input[type="datetime-local"].blue, input[type="date"].blue, input[type="month"].blue, input[type="time"].blue, input[type="week"].blue, input[type="number"].blue, input[type="email"].blue, input[type="url"].blue, input[type="search"].blue, input[type="tel"].blue, input[type="color"].blue {
    background-color: #3d96f5;
    color: #003063;
}

    .select-box.blue:hover, .select-box.blue:focus, select.blue:hover, select.blue:focus, textarea.blue:hover, textarea.blue:focus, input[type="text"].blue:hover, input[type="text"].blue:focus, input[type="password"].blue:hover, input[type="password"].blue:focus, input[type="datetime"].blue:hover, input[type="datetime"].blue:focus, input[type="datetime-local"].blue:hover, input[type="datetime-local"].blue:focus, input[type="date"].blue:hover, input[type="date"].blue:focus, input[type="month"].blue:hover, input[type="month"].blue:focus, input[type="time"].blue:hover, input[type="time"].blue:focus, input[type="week"].blue:hover, input[type="week"].blue:focus, input[type="number"].blue:hover, input[type="number"].blue:focus, input[type="email"].blue:hover, input[type="email"].blue:focus, input[type="url"].blue:hover, input[type="url"].blue:focus, input[type="search"].blue:hover, input[type="search"].blue:focus, input[type="tel"].blue:hover, input[type="tel"].blue:focus, input[type="color"].blue:hover, input[type="color"].blue:focus {
        background-color: #0d82ff;
        -moz-box-shadow: 0 0 0 0.25rem rgba(13, 130, 255, 0.45);
        -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 130, 255, 0.45);
        box-shadow: 0 0 0 0.25rem rgba(13, 130, 255, 0.45);
    }

.select-box.indigo, select.indigo, textarea.indigo, input[type="text"].indigo, input[type="password"].indigo, input[type="datetime"].indigo, input[type="datetime-local"].indigo, input[type="date"].indigo, input[type="month"].indigo, input[type="time"].indigo, input[type="week"].indigo, input[type="number"].indigo, input[type="email"].indigo, input[type="url"].indigo, input[type="search"].indigo, input[type="tel"].indigo, input[type="color"].indigo {
    background-color: #874aeb;
    color: #270066;
}

    .select-box.indigo:hover, .select-box.indigo:focus, select.indigo:hover, select.indigo:focus, textarea.indigo:hover, textarea.indigo:focus, input[type="text"].indigo:hover, input[type="text"].indigo:focus, input[type="password"].indigo:hover, input[type="password"].indigo:focus, input[type="datetime"].indigo:hover, input[type="datetime"].indigo:focus, input[type="datetime-local"].indigo:hover, input[type="datetime-local"].indigo:focus, input[type="date"].indigo:hover, input[type="date"].indigo:focus, input[type="month"].indigo:hover, input[type="month"].indigo:focus, input[type="time"].indigo:hover, input[type="time"].indigo:focus, input[type="week"].indigo:hover, input[type="week"].indigo:focus, input[type="number"].indigo:hover, input[type="number"].indigo:focus, input[type="email"].indigo:hover, input[type="email"].indigo:focus, input[type="url"].indigo:hover, input[type="url"].indigo:focus, input[type="search"].indigo:hover, input[type="search"].indigo:focus, input[type="tel"].indigo:hover, input[type="tel"].indigo:focus, input[type="color"].indigo:hover, input[type="color"].indigo:focus {
        background-color: #6e1cf3;
        -moz-box-shadow: 0 0 0 0.25rem rgba(110, 28, 243, 0.45);
        -webkit-box-shadow: 0 0 0 0.25rem rgba(110, 28, 243, 0.45);
        box-shadow: 0 0 0 0.25rem rgba(110, 28, 243, 0.45);
    }

.select-box.purple, select.purple, textarea.purple, input[type="text"].purple, input[type="password"].purple, input[type="datetime"].purple, input[type="datetime-local"].purple, input[type="date"].purple, input[type="month"].purple, input[type="time"].purple, input[type="week"].purple, input[type="number"].purple, input[type="email"].purple, input[type="url"].purple, input[type="search"].purple, input[type="tel"].purple, input[type="color"].purple {
    background-color: #8f72c4;
    color: #280b5d;
}

    .select-box.purple:hover, .select-box.purple:focus, select.purple:hover, select.purple:focus, textarea.purple:hover, textarea.purple:focus, input[type="text"].purple:hover, input[type="text"].purple:focus, input[type="password"].purple:hover, input[type="password"].purple:focus, input[type="datetime"].purple:hover, input[type="datetime"].purple:focus, input[type="datetime-local"].purple:hover, input[type="datetime-local"].purple:focus, input[type="date"].purple:hover, input[type="date"].purple:focus, input[type="month"].purple:hover, input[type="month"].purple:focus, input[type="time"].purple:hover, input[type="time"].purple:focus, input[type="week"].purple:hover, input[type="week"].purple:focus, input[type="number"].purple:hover, input[type="number"].purple:focus, input[type="email"].purple:hover, input[type="email"].purple:focus, input[type="url"].purple:hover, input[type="url"].purple:focus, input[type="search"].purple:hover, input[type="search"].purple:focus, input[type="tel"].purple:hover, input[type="tel"].purple:focus, input[type="color"].purple:hover, input[type="color"].purple:focus {
        background-color: #764cc4;
        -moz-box-shadow: 0 0 0 0.25rem rgba(118, 76, 196, 0.45);
        -webkit-box-shadow: 0 0 0 0.25rem rgba(118, 76, 196, 0.45);
        box-shadow: 0 0 0 0.25rem rgba(118, 76, 196, 0.45);
    }

.select-box.pink, select.pink, textarea.pink, input[type="text"].pink, input[type="password"].pink, input[type="datetime"].pink, input[type="datetime-local"].pink, input[type="date"].pink, input[type="month"].pink, input[type="time"].pink, input[type="week"].pink, input[type="number"].pink, input[type="email"].pink, input[type="url"].pink, input[type="search"].pink, input[type="tel"].pink, input[type="color"].pink {
    background-color: #e574a8;
    color: #8a0040;
}

    .select-box.pink:hover, .select-box.pink:focus, select.pink:hover, select.pink:focus, textarea.pink:hover, textarea.pink:focus, input[type="text"].pink:hover, input[type="text"].pink:focus, input[type="password"].pink:hover, input[type="password"].pink:focus, input[type="datetime"].pink:hover, input[type="datetime"].pink:focus, input[type="datetime-local"].pink:hover, input[type="datetime-local"].pink:focus, input[type="date"].pink:hover, input[type="date"].pink:focus, input[type="month"].pink:hover, input[type="month"].pink:focus, input[type="time"].pink:hover, input[type="time"].pink:focus, input[type="week"].pink:hover, input[type="week"].pink:focus, input[type="number"].pink:hover, input[type="number"].pink:focus, input[type="email"].pink:hover, input[type="email"].pink:focus, input[type="url"].pink:hover, input[type="url"].pink:focus, input[type="search"].pink:hover, input[type="search"].pink:focus, input[type="tel"].pink:hover, input[type="tel"].pink:focus, input[type="color"].pink:hover, input[type="color"].pink:focus {
        background-color: #e94993;
        -moz-box-shadow: 0 0 0 0.25rem rgba(233, 73, 147, 0.45);
        -webkit-box-shadow: 0 0 0 0.25rem rgba(233, 73, 147, 0.45);
        box-shadow: 0 0 0 0.25rem rgba(233, 73, 147, 0.45);
    }

.select-box.red, select.red, textarea.red, input[type="text"].red, input[type="password"].red, input[type="datetime"].red, input[type="datetime-local"].red, input[type="date"].red, input[type="month"].red, input[type="time"].red, input[type="week"].red, input[type="number"].red, input[type="email"].red, input[type="url"].red, input[type="search"].red, input[type="tel"].red, input[type="color"].red {
    background-color: #da6a75;
    color: #75000c;
}

    .select-box.red:hover, .select-box.red:focus, select.red:hover, select.red:focus, textarea.red:hover, textarea.red:focus, input[type="text"].red:hover, input[type="text"].red:focus, input[type="password"].red:hover, input[type="password"].red:focus, input[type="datetime"].red:hover, input[type="datetime"].red:focus, input[type="datetime-local"].red:hover, input[type="datetime-local"].red:focus, input[type="date"].red:hover, input[type="date"].red:focus, input[type="month"].red:hover, input[type="month"].red:focus, input[type="time"].red:hover, input[type="time"].red:focus, input[type="week"].red:hover, input[type="week"].red:focus, input[type="number"].red:hover, input[type="number"].red:focus, input[type="email"].red:hover, input[type="email"].red:focus, input[type="url"].red:hover, input[type="url"].red:focus, input[type="search"].red:hover, input[type="search"].red:focus, input[type="tel"].red:hover, input[type="tel"].red:focus, input[type="color"].red:hover, input[type="color"].red:focus {
        background-color: #de404f;
        -moz-box-shadow: 0 0 0 0.25rem rgba(222, 64, 79, 0.45);
        -webkit-box-shadow: 0 0 0 0.25rem rgba(222, 64, 79, 0.45);
        box-shadow: 0 0 0 0.25rem rgba(222, 64, 79, 0.45);
    }

.select-box.orange, select.orange, textarea.orange, input[type="text"].orange, input[type="password"].orange, input[type="datetime"].orange, input[type="datetime-local"].orange, input[type="date"].orange, input[type="month"].orange, input[type="time"].orange, input[type="week"].orange, input[type="number"].orange, input[type="email"].orange, input[type="url"].orange, input[type="search"].orange, input[type="tel"].orange, input[type="color"].orange {
    background-color: #f49b50;
    color: #753500;
}

    .select-box.orange:hover, .select-box.orange:focus, select.orange:hover, select.orange:focus, textarea.orange:hover, textarea.orange:focus, input[type="text"].orange:hover, input[type="text"].orange:focus, input[type="password"].orange:hover, input[type="password"].orange:focus, input[type="datetime"].orange:hover, input[type="datetime"].orange:focus, input[type="datetime-local"].orange:hover, input[type="datetime-local"].orange:focus, input[type="date"].orange:hover, input[type="date"].orange:focus, input[type="month"].orange:hover, input[type="month"].orange:focus, input[type="time"].orange:hover, input[type="time"].orange:focus, input[type="week"].orange:hover, input[type="week"].orange:focus, input[type="number"].orange:hover, input[type="number"].orange:focus, input[type="email"].orange:hover, input[type="email"].orange:focus, input[type="url"].orange:hover, input[type="url"].orange:focus, input[type="search"].orange:hover, input[type="search"].orange:focus, input[type="tel"].orange:hover, input[type="tel"].orange:focus, input[type="color"].orange:hover, input[type="color"].orange:focus {
        background-color: #fd8521;
        -moz-box-shadow: 0 0 0 0.25rem rgba(253, 133, 33, 0.45);
        -webkit-box-shadow: 0 0 0 0.25rem rgba(253, 133, 33, 0.45);
        box-shadow: 0 0 0 0.25rem rgba(253, 133, 33, 0.45);
    }

.select-box.yellow, select.yellow, textarea.yellow, input[type="text"].yellow, input[type="password"].yellow, input[type="datetime"].yellow, input[type="datetime-local"].yellow, input[type="date"].yellow, input[type="month"].yellow, input[type="time"].yellow, input[type="week"].yellow, input[type="number"].yellow, input[type="email"].yellow, input[type="url"].yellow, input[type="search"].yellow, input[type="tel"].yellow, input[type="color"].yellow {
    background-color: #f5c944;
    color: #6a5000;
}

    .select-box.yellow:hover, .select-box.yellow:focus, select.yellow:hover, select.yellow:focus, textarea.yellow:hover, textarea.yellow:focus, input[type="text"].yellow:hover, input[type="text"].yellow:focus, input[type="password"].yellow:hover, input[type="password"].yellow:focus, input[type="datetime"].yellow:hover, input[type="datetime"].yellow:focus, input[type="datetime-local"].yellow:hover, input[type="datetime-local"].yellow:focus, input[type="date"].yellow:hover, input[type="date"].yellow:focus, input[type="month"].yellow:hover, input[type="month"].yellow:focus, input[type="time"].yellow:hover, input[type="time"].yellow:focus, input[type="week"].yellow:hover, input[type="week"].yellow:focus, input[type="number"].yellow:hover, input[type="number"].yellow:focus, input[type="email"].yellow:hover, input[type="email"].yellow:focus, input[type="url"].yellow:hover, input[type="url"].yellow:focus, input[type="search"].yellow:hover, input[type="search"].yellow:focus, input[type="tel"].yellow:hover, input[type="tel"].yellow:focus, input[type="color"].yellow:hover, input[type="color"].yellow:focus {
        background-color: #ffc414;
        -moz-box-shadow: 0 0 0 0.25rem rgba(255, 196, 20, 0.45);
        -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 196, 20, 0.45);
        box-shadow: 0 0 0 0.25rem rgba(255, 196, 20, 0.45);
    }

.select-box.green, select.green, textarea.green, input[type="text"].green, input[type="password"].green, input[type="datetime"].green, input[type="datetime-local"].green, input[type="date"].green, input[type="month"].green, input[type="time"].green, input[type="week"].green, input[type="number"].green, input[type="email"].green, input[type="url"].green, input[type="search"].green, input[type="tel"].green, input[type="color"].green {
    background-color: #40c25e;
    color: #02310d;
}

    .select-box.green:hover, .select-box.green:focus, select.green:hover, select.green:focus, textarea.green:hover, textarea.green:focus, input[type="text"].green:hover, input[type="text"].green:focus, input[type="password"].green:hover, input[type="password"].green:focus, input[type="datetime"].green:hover, input[type="datetime"].green:focus, input[type="datetime-local"].green:hover, input[type="datetime-local"].green:focus, input[type="date"].green:hover, input[type="date"].green:focus, input[type="month"].green:hover, input[type="month"].green:focus, input[type="time"].green:hover, input[type="time"].green:focus, input[type="week"].green:hover, input[type="week"].green:focus, input[type="number"].green:hover, input[type="number"].green:focus, input[type="email"].green:hover, input[type="email"].green:focus, input[type="url"].green:hover, input[type="url"].green:focus, input[type="search"].green:hover, input[type="search"].green:focus, input[type="tel"].green:hover, input[type="tel"].green:focus, input[type="color"].green:hover, input[type="color"].green:focus {
        background-color: #2ab149;
        -moz-box-shadow: 0 0 0 0.25rem rgba(42, 177, 73, 0.45);
        -webkit-box-shadow: 0 0 0 0.25rem rgba(42, 177, 73, 0.45);
        box-shadow: 0 0 0 0.25rem rgba(42, 177, 73, 0.45);
    }

.select-box.teal, select.teal, textarea.teal, input[type="text"].teal, input[type="password"].teal, input[type="datetime"].teal, input[type="datetime-local"].teal, input[type="date"].teal, input[type="month"].teal, input[type="time"].teal, input[type="week"].teal, input[type="number"].teal, input[type="email"].teal, input[type="url"].teal, input[type="search"].teal, input[type="tel"].teal, input[type="color"].teal {
    background-color: #47d5ab;
    color: #004d37;
}

    .select-box.teal:hover, .select-box.teal:focus, select.teal:hover, select.teal:focus, textarea.teal:hover, textarea.teal:focus, input[type="text"].teal:hover, input[type="text"].teal:focus, input[type="password"].teal:hover, input[type="password"].teal:focus, input[type="datetime"].teal:hover, input[type="datetime"].teal:focus, input[type="datetime-local"].teal:hover, input[type="datetime-local"].teal:focus, input[type="date"].teal:hover, input[type="date"].teal:focus, input[type="month"].teal:hover, input[type="month"].teal:focus, input[type="time"].teal:hover, input[type="time"].teal:focus, input[type="week"].teal:hover, input[type="week"].teal:focus, input[type="number"].teal:hover, input[type="number"].teal:focus, input[type="email"].teal:hover, input[type="email"].teal:focus, input[type="url"].teal:hover, input[type="url"].teal:focus, input[type="search"].teal:hover, input[type="search"].teal:focus, input[type="tel"].teal:hover, input[type="tel"].teal:focus, input[type="color"].teal:hover, input[type="color"].teal:focus {
        background-color: #22d49f;
        -moz-box-shadow: 0 0 0 0.25rem rgba(34, 212, 159, 0.45);
        -webkit-box-shadow: 0 0 0 0.25rem rgba(34, 212, 159, 0.45);
        box-shadow: 0 0 0 0.25rem rgba(34, 212, 159, 0.45);
    }

.select-box.cyan, select.cyan, textarea.cyan, input[type="text"].cyan, input[type="password"].cyan, input[type="datetime"].cyan, input[type="datetime-local"].cyan, input[type="date"].cyan, input[type="month"].cyan, input[type="time"].cyan, input[type="week"].cyan, input[type="number"].cyan, input[type="email"].cyan, input[type="url"].cyan, input[type="search"].cyan, input[type="tel"].cyan, input[type="color"].cyan {
    background-color: #2cbfd6;
    color: #002c33;
}

    .select-box.cyan:hover, .select-box.cyan:focus, select.cyan:hover, select.cyan:focus, textarea.cyan:hover, textarea.cyan:focus, input[type="text"].cyan:hover, input[type="text"].cyan:focus, input[type="password"].cyan:hover, input[type="password"].cyan:focus, input[type="datetime"].cyan:hover, input[type="datetime"].cyan:focus, input[type="datetime-local"].cyan:hover, input[type="datetime-local"].cyan:focus, input[type="date"].cyan:hover, input[type="date"].cyan:focus, input[type="month"].cyan:hover, input[type="month"].cyan:focus, input[type="time"].cyan:hover, input[type="time"].cyan:focus, input[type="week"].cyan:hover, input[type="week"].cyan:focus, input[type="number"].cyan:hover, input[type="number"].cyan:focus, input[type="email"].cyan:hover, input[type="email"].cyan:focus, input[type="url"].cyan:hover, input[type="url"].cyan:focus, input[type="search"].cyan:hover, input[type="search"].cyan:focus, input[type="tel"].cyan:hover, input[type="tel"].cyan:focus, input[type="color"].cyan:hover, input[type="color"].cyan:focus {
        background-color: #18acc3;
        -moz-box-shadow: 0 0 0 0.25rem rgba(24, 172, 195, 0.45);
        -webkit-box-shadow: 0 0 0 0.25rem rgba(24, 172, 195, 0.45);
        box-shadow: 0 0 0 0.25rem rgba(24, 172, 195, 0.45);
    }

.select-box.white, select.white, textarea.white, input[type="text"].white, input[type="password"].white, input[type="datetime"].white, input[type="datetime-local"].white, input[type="date"].white, input[type="month"].white, input[type="time"].white, input[type="week"].white, input[type="number"].white, input[type="email"].white, input[type="url"].white, input[type="search"].white, input[type="tel"].white, input[type="color"].white {
    background-color: white;
    color: #c89b9b;
}

    .select-box.white:hover, .select-box.white:focus, select.white:hover, select.white:focus, textarea.white:hover, textarea.white:focus, input[type="text"].white:hover, input[type="text"].white:focus, input[type="password"].white:hover, input[type="password"].white:focus, input[type="datetime"].white:hover, input[type="datetime"].white:focus, input[type="datetime-local"].white:hover, input[type="datetime-local"].white:focus, input[type="date"].white:hover, input[type="date"].white:focus, input[type="month"].white:hover, input[type="month"].white:focus, input[type="time"].white:hover, input[type="time"].white:focus, input[type="week"].white:hover, input[type="week"].white:focus, input[type="number"].white:hover, input[type="number"].white:focus, input[type="email"].white:hover, input[type="email"].white:focus, input[type="url"].white:hover, input[type="url"].white:focus, input[type="search"].white:hover, input[type="search"].white:focus, input[type="tel"].white:hover, input[type="tel"].white:focus, input[type="color"].white:hover, input[type="color"].white:focus {
        background-color: white;
        -moz-box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.45);
        -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.45);
        box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.45);
    }

.select-box.gold, select.gold, textarea.gold, input[type="text"].gold, input[type="password"].gold, input[type="datetime"].gold, input[type="datetime-local"].gold, input[type="date"].gold, input[type="month"].gold, input[type="time"].gold, input[type="week"].gold, input[type="number"].gold, input[type="email"].gold, input[type="url"].gold, input[type="search"].gold, input[type="tel"].gold, input[type="color"].gold {
    background-color: #f1bb28;
    color: #380606;
}

    .select-box.gold:hover, .select-box.gold:focus, select.gold:hover, select.gold:focus, textarea.gold:hover, textarea.gold:focus, input[type="text"].gold:hover, input[type="text"].gold:focus, input[type="password"].gold:hover, input[type="password"].gold:focus, input[type="datetime"].gold:hover, input[type="datetime"].gold:focus, input[type="datetime-local"].gold:hover, input[type="datetime-local"].gold:focus, input[type="date"].gold:hover, input[type="date"].gold:focus, input[type="month"].gold:hover, input[type="month"].gold:focus, input[type="time"].gold:hover, input[type="time"].gold:focus, input[type="week"].gold:hover, input[type="week"].gold:focus, input[type="number"].gold:hover, input[type="number"].gold:focus, input[type="email"].gold:hover, input[type="email"].gold:focus, input[type="url"].gold:hover, input[type="url"].gold:focus, input[type="search"].gold:hover, input[type="search"].gold:focus, input[type="tel"].gold:hover, input[type="tel"].gold:focus, input[type="color"].gold:hover, input[type="color"].gold:focus {
        background-color: #f0b003;
        -moz-box-shadow: 0 0 0 0.25rem rgba(240, 176, 3, 0.45);
        -webkit-box-shadow: 0 0 0 0.25rem rgba(240, 176, 3, 0.45);
        box-shadow: 0 0 0 0.25rem rgba(240, 176, 3, 0.45);
    }

button:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    cursor: pointer;
    -moz-box-shadow: 0 0 0 0.1rem rgba(32, 18, 47, 0.15);
    -webkit-box-shadow: 0 0 0 0.1rem rgba(32, 18, 47, 0.15);
    box-shadow: 0 0 0 0.1rem rgba(32, 18, 47, 0.15);
}

.btn, button, .button, submit, input[type="submit"], input[type="button"], a.btn, .read-more,
.anchor, button, .button, submit, input[type="submit"], input[type="button"], a.btn, a.button, a.read-more,
a.anchor {
    background-color: #6ed4e7;
    position: relative;
}

    .btn .fa, button .fa, .button .fa, submit .fa, input[type="submit"] .fa, input[type="button"] .fa, .read-more .fa, .anchor .fa,
    .btn *:before,
    button *:before,
    .button *:before,
    submit *:before,
    input[type="submit"] *:before,
    input[type="button"] *:before,
    .read-more *:before,
    .anchor *:before, button .fa,
    button *:before, .button .fa,
    .button *:before, submit .fa,
    submit *:before, input[type="submit"] .fa,
    input[type="submit"] *:before, input[type="button"] .fa,
    input[type="button"] *:before, a.btn .fa, a.button .fa, a.read-more .fa, a.anchor .fa,
    a.btn *:before,
    a.button *:before,
    a.read-more *:before,
    a.anchor *:before {
        font-size: inherit;
    }

    .btn:___before, button:___before, .button:___before, submit:___before, input:___before[type="submit"], input:___before[type="button"], .read-more:___before,
    .anchor:___before, button:___before, .button:___before, submit:___before, input[type="submit"]:___before, input[type="button"]:___before, a.btn:___before, a.button:___before, a.read-more:___before,
    a.anchor:___before {
        content: "";
        display: block;
        width: calc(100% - 6px);
        height: calc(100% - 6px);
        position: absolute;
        top: 3px;
        left: 3px;
        border: 1px solid white;
    }

    .arrow.btn:after, button.arrow:after, .arrow.button:after, submit.arrow:after, input.arrow[type="submit"]:after, input.arrow[type="button"]:after, .arrow.read-more:after,
    .arrow.anchor:after, button.arrow:after, .button.arrow:after, submit.arrow:after, input[type="submit"].arrow:after, input[type="button"].arrow:after, a.arrow.btn:after, a.arrow.button:after, a.arrow.read-more:after,
    a.arrow.anchor:after {
        display: inline-block;
        color: white;
        font-family: "Fontawesome";
        padding: 0 10px 0 0;
        font-size: .9rem;
        content: '\f178';
        padding: 0 0 0 15px;
    }

.right .arrow.btn:after, .right button.arrow:after, .right .arrow.button:after, .right submit.arrow:after, .right input.arrow[type="submit"]:after, .right input.arrow[type="button"]:after, .right .arrow.read-more:after,
.right .arrow.anchor:after, .right button.arrow:after, .right .button.arrow:after, .right submit.arrow:after, .right input[type="submit"].arrow:after, .right input[type="button"].arrow:after, .right a.arrow.btn:after, .right a.arrow.button:after, .right a.arrow.read-more:after,
.right a.arrow.anchor:after {
    content: "\f177";
    padding: 0 15px 0 0;
}

.simple.btn:after, button.simple:after, .simple.button:after, submit.simple:after, input.simple[type="submit"]:after, input.simple[type="button"]:after, .simple.read-more:after,
.simple.anchor:after, .simple.btn:before, button.simple:before, .simple.button:before, submit.simple:before, input.simple[type="submit"]:before, input.simple[type="button"]:before, .simple.read-more:before,
.simple.anchor:before, button.simple:after, button.simple:before, .button.simple:after, .button.simple:before, submit.simple:after, submit.simple:before, input[type="submit"].simple:after, input[type="submit"].simple:before, input[type="button"].simple:after, input[type="button"].simple:before, a.simple.btn:after, a.simple.button:after, a.simple.read-more:after,
a.simple.anchor:after, a.simple.btn:before, a.simple.button:before, a.simple.read-more:before,
a.simple.anchor:before {
    content: none;
}

.btn-icon.btn, button.btn-icon, .btn-icon.button, submit.btn-icon, input.btn-icon[type="submit"], input.btn-icon[type="button"], .btn-icon.read-more,
.btn-icon.anchor, button.btn-icon, .button.btn-icon, submit.btn-icon, input[type="submit"].btn-icon, input[type="button"].btn-icon, a.btn-icon.btn, a.btn-icon.button, a.btn-icon.read-more,
a.btn-icon.anchor {
    background: transparent;
    color: #c13802;
    border: 0;
    padding: inherit 30px;
}

    .btn-icon.btn:active, button.btn-icon:active, .btn-icon.button:active, submit.btn-icon:active, input.btn-icon:active[type="submit"], input.btn-icon:active[type="button"], .btn-icon.read-more:active,
    .btn-icon.anchor:active, .btn-icon.btn:focus, button.btn-icon:focus, .btn-icon.button:focus, submit.btn-icon:focus, input.btn-icon:focus[type="submit"], input.btn-icon:focus[type="button"], .btn-icon.read-more:focus,
    .btn-icon.anchor:focus, button.btn-icon:active, button.btn-icon:focus, .button.btn-icon:active, .button.btn-icon:focus, submit.btn-icon:active, submit.btn-icon:focus, input[type="submit"].btn-icon:active, input[type="submit"].btn-icon:focus, input[type="button"].btn-icon:active, input[type="button"].btn-icon:focus, a.btn-icon.btn:active, a.btn-icon.button:active, a.btn-icon.read-more:active,
    a.btn-icon.anchor:active, a.btn-icon.btn:focus, a.btn-icon.button:focus, a.btn-icon.read-more:focus,
    a.btn-icon.anchor:focus {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn .fa, button .fa, .button .fa, submit .fa, input[type="submit"] .fa, input[type="button"] .fa, .read-more .fa, .anchor .fa, button .fa, .button .fa, submit .fa, input[type="submit"] .fa, input[type="button"] .fa, a.btn .fa, a.button .fa, a.read-more .fa, a.anchor .fa {
    font-size: 1.25em;
}

    .btn .fa:before, button .fa:before, .button .fa:before, submit .fa:before, input[type="submit"] .fa:before, input[type="button"] .fa:before, .read-more .fa:before, .anchor .fa:before, button .fa:before, .button .fa:before, submit .fa:before, input[type="submit"] .fa:before, input[type="button"] .fa:before, a.btn .fa:before, a.button .fa:before, a.read-more .fa:before, a.anchor .fa:before {
        color: #05304b;
        color: inherit;
        margin-right: 5px;
        margin-left: 5px;
        top: 0;
        position: relative;
    }

.wide.btn, button.wide, .wide.button, submit.wide, input.wide[type="submit"], input.wide[type="button"], .wide.read-more,
.wide.anchor, button.wide, .button.wide, submit.wide, input[type="submit"].wide, input[type="button"].wide, a.wide.btn, a.wide.button, a.wide.read-more,
a.wide.anchor {
    padding-left: 3rem;
    padding-right: 3rem;
}

.narrow.btn, button.narrow, .narrow.button, submit.narrow, input.narrow[type="submit"], input.narrow[type="button"], .narrow.read-more,
.narrow.anchor, button.narrow, .button.narrow, submit.narrow, input[type="submit"].narrow, input[type="button"].narrow, a.narrow.btn, a.narrow.button, a.narrow.read-more,
a.narrow.anchor {
    padding-left: .5rem;
    padding-right: .5rem;
}

.full.btn, button.full, .full.button, submit.full, input.full[type="submit"], input.full[type="button"], .full.read-more,
.full.anchor, button.full, .button.full, submit.full, input[type="submit"].full, input[type="button"].full, a.full.btn, a.full.button, a.full.read-more,
a.full.anchor {
    width: 100%;
}

.outline.btn, button.outline, .outline.button, submit.outline, input.outline[type="submit"], input.outline[type="button"], .outline.read-more,
.outline.anchor, button.outline, .button.outline, submit.outline, input[type="submit"].outline, input[type="button"].outline, a.outline.btn, a.outline.button, a.outline.read-more,
a.outline.anchor {
    background-color: transparent;
    color: #6ed4e7;
    border: 3px #6ed4e7 solid;
}

    .outline.btn:hover, button.outline:hover, .outline.button:hover, submit.outline:hover, input.outline:hover[type="submit"], input.outline:hover[type="button"], .outline.read-more:hover,
    .outline.anchor:hover, button.outline:hover, .button.outline:hover, submit.outline:hover, input[type="submit"].outline:hover, input[type="button"].outline:hover, a.outline.btn:hover, a.outline.button:hover, a.outline.read-more:hover,
    a.outline.anchor:hover {
        background-color: #6ed4e7;
        border-color: #6ed4e7;
        color: #05304b;
    }

.btn-primary {
    color: #b5e4e8 !important;
}

/**

	@Note: 23-4-18, Implemented small and large classic classes as well
	*/
.select-box, select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
    color: #272f48;
}

    .select-box.lg, .select-box.large, select.lg, select.large, textarea.lg, textarea.large, input[type="text"].lg, input[type="text"].large, input[type="password"].lg, input[type="password"].large, input[type="datetime"].lg, input[type="datetime"].large, input[type="datetime-local"].lg, input[type="datetime-local"].large, input[type="date"].lg, input[type="date"].large, input[type="month"].lg, input[type="month"].large, input[type="time"].lg, input[type="time"].large, input[type="week"].lg, input[type="week"].large, input[type="number"].lg, input[type="number"].large, input[type="email"].lg, input[type="email"].large, input[type="url"].lg, input[type="url"].large, input[type="search"].lg, input[type="search"].large, input[type="tel"].lg, input[type="tel"].large, input[type="color"].lg, input[type="color"].large {
        min-height: 3.5rem;
    }

    .select-box.sm, .select-box.small, select.sm, select.small, textarea.sm, textarea.small, input[type="text"].sm, input[type="text"].small, input[type="password"].sm, input[type="password"].small, input[type="datetime"].sm, input[type="datetime"].small, input[type="datetime-local"].sm, input[type="datetime-local"].small, input[type="date"].sm, input[type="date"].small, input[type="month"].sm, input[type="month"].small, input[type="time"].sm, input[type="time"].small, input[type="week"].sm, input[type="week"].small, input[type="number"].sm, input[type="number"].small, input[type="email"].sm, input[type="email"].small, input[type="url"].sm, input[type="url"].small, input[type="search"].sm, input[type="search"].small, input[type="tel"].sm, input[type="tel"].small, input[type="color"].sm, input[type="color"].small {
        display: inline-block;
    }

input[type="number"] {
    -moz-appearance: textfield;
}

input::-webkit-inner-spin-button {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

input.flat {
    border-width: 0 0 3px;
    padding-left: 0;
    border-radius: 0;
}

    input.flat:focus, input.flat:hover, input.flat:active {
        border-color: #465061;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

textarea {
    color: #272f48;
}

select {
    cursor: pointer;
    background-image: url("images/dropdown-bg.svg");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 32px 48px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    appearence: none;
}

    select option {
        padding: 5px 15px;
    }

    .select-box.auto, select.auto, textarea.auto, input[type="text"].auto, input[type="password"].auto, input[type="datetime"].auto, input[type="datetime-local"].auto, input[type="date"].auto, input[type="month"].auto, input[type="time"].auto, input[type="week"].auto, input[type="number"].auto, input[type="email"].auto, input[type="url"].auto, input[type="search"].auto, input[type="tel"].auto, input[type="color"].auto, .auto.btn, button.auto, .auto.button, submit.auto, input.auto[type="submit"], input.auto[type="button"], .auto.read-more,
    .auto.anchor, button.auto, .button.auto, submit.auto, input[type="submit"].auto, input[type="button"].auto, a.auto.btn, a.auto.button, a.auto.read-more,
    a.auto.anchor {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

.small.btn, button.small, .small.button, submit.small, input.small[type="submit"], input.small[type="button"], .small.read-more,
.small.anchor,
.sm.btn,
button.sm,
.sm.button,
submit.sm,
input.sm[type="submit"],
input.sm[type="button"],
.sm.read-more,
.sm.anchor {
    min-height: 1.8rem;
}

.small.btn, button.small, .small.button, submit.small, input.small[type="submit"], input.small[type="button"], .small.read-more,
.small.anchor,
.sm.btn,
button.sm,
.sm.button,
submit.sm,
input.sm[type="submit"],
input.sm[type="button"],
.sm.read-more,
.sm.anchor, .btn-sm, .btn-group-sm > .btn, .btn-group-sm > button, .btn-group-sm > .button, .btn-group-sm > submit, .btn-group-sm > input[type="submit"], .btn-group-sm > input[type="button"], .btn-group-sm > .read-more,
.btn-group-sm > .anchor, .small.btn, button.small, .small.button, submit.small, input.small[type="submit"], input.small[type="button"], .small.read-more,
.small.anchor, .sm.btn, button.sm, .sm.button, submit.sm, input.sm[type="submit"], input.sm[type="button"], .sm.read-more,
.sm.anchor {
    min-height: 1.8rem;
    height: 1.8rem;
    letter-spacing: 0;
}

.large.btn, button.large, .large.button, submit.large, input.large[type="submit"], input.large[type="button"], .large.read-more,
.large.anchor, .lg.btn, button.lg, .lg.button, submit.lg, input.lg[type="submit"], input.lg[type="button"], .lg.read-more,
.lg.anchor, .btn-lg, .btn-group-lg > .btn, .btn-group-lg > button, .btn-group-lg > .button, .btn-group-lg > submit, .btn-group-lg > input[type="submit"], .btn-group-lg > input[type="button"], .btn-group-lg > .read-more,
.btn-group-lg > .anchor, .large.btn, button.large, .large.button, submit.large, input.large[type="submit"], input.large[type="button"], .large.read-more,
.large.anchor, .lg.btn, button.lg, .lg.button, submit.lg, input.lg[type="submit"], input.lg[type="button"], .lg.read-more,
.lg.anchor {
    height: 3.5rem;
    min-height: 3.5rem;
}

/*  Fancy Input and Checkboxs
	//--------------------------------------------------*/
.input-fancy {
    display: inline-block;
    text-align: left;
}

    .input-fancy input[type="checkbox"],
    .input-fancy input[type='radio'] {
        display: none;
    }

        .input-fancy input[type="checkbox"]:checked + .checkbox,
        .input-fancy input[type="checkbox"]:checked + label,
        .input-fancy input[type="checkbox"].checked + .checkbox,
        .input-fancy input[type="checkbox"].checked + label,
        .input-fancy input[type='radio']:checked + .checkbox,
        .input-fancy input[type='radio']:checked + label,
        .input-fancy input[type='radio'].checked + .checkbox,
        .input-fancy input[type='radio'].checked + label {
            color: #272f48;
            border-color: #BDC1C7;
        }

            .input-fancy input[type="checkbox"]:checked + .checkbox:after, .input-fancy input[type="checkbox"]:checked + .checkbox::after,
            .input-fancy input[type="checkbox"]:checked + label:after,
            .input-fancy input[type="checkbox"]:checked + label::after,
            .input-fancy input[type="checkbox"].checked + .checkbox:after,
            .input-fancy input[type="checkbox"].checked + .checkbox::after,
            .input-fancy input[type="checkbox"].checked + label:after,
            .input-fancy input[type="checkbox"].checked + label::after,
            .input-fancy input[type='radio']:checked + .checkbox:after,
            .input-fancy input[type='radio']:checked + .checkbox::after,
            .input-fancy input[type='radio']:checked + label:after,
            .input-fancy input[type='radio']:checked + label::after,
            .input-fancy input[type='radio'].checked + .checkbox:after,
            .input-fancy input[type='radio'].checked + .checkbox::after,
            .input-fancy input[type='radio'].checked + label:after,
            .input-fancy input[type='radio'].checked + label::after {
                content: "\f00c";
                font-family: "Fontawesome";
                color: white;
                background: #05304b;
                padding-top: 1px;
                -webkit-transform: translateY(-50%) scale(1);
                -moz-transform: translateY(-50%) scale(1);
                -ms-transform: translateY(-50%) scale(1);
                -o-transform: translateY(-50%) scale(1);
                transform: translateY(-50%) scale(1);
            }

            .input-fancy input[type="checkbox"]:checked + .checkbox.large:after, .input-fancy input[type="checkbox"]:checked + .checkbox.large::after,
            .input-fancy input[type="checkbox"]:checked + label.large:after,
            .input-fancy input[type="checkbox"]:checked + label.large::after,
            .input-fancy input[type="checkbox"].checked + .checkbox.large:after,
            .input-fancy input[type="checkbox"].checked + .checkbox.large::after,
            .input-fancy input[type="checkbox"].checked + label.large:after,
            .input-fancy input[type="checkbox"].checked + label.large::after,
            .input-fancy input[type='radio']:checked + .checkbox.large:after,
            .input-fancy input[type='radio']:checked + .checkbox.large::after,
            .input-fancy input[type='radio']:checked + label.large:after,
            .input-fancy input[type='radio']:checked + label.large::after,
            .input-fancy input[type='radio'].checked + .checkbox.large:after,
            .input-fancy input[type='radio'].checked + .checkbox.large::after,
            .input-fancy input[type='radio'].checked + label.large:after,
            .input-fancy input[type='radio'].checked + label.large::after {
                font-size: 30px;
            }

            .input-fancy input[type="checkbox"]:checked + .checkbox.small:after, .input-fancy input[type="checkbox"]:checked + .checkbox.small::after,
            .input-fancy input[type="checkbox"]:checked + label.small:after,
            .input-fancy input[type="checkbox"]:checked + label.small::after,
            .input-fancy input[type="checkbox"].checked + .checkbox.small:after,
            .input-fancy input[type="checkbox"].checked + .checkbox.small::after,
            .input-fancy input[type="checkbox"].checked + label.small:after,
            .input-fancy input[type="checkbox"].checked + label.small::after,
            .input-fancy input[type='radio']:checked + .checkbox.small:after,
            .input-fancy input[type='radio']:checked + .checkbox.small::after,
            .input-fancy input[type='radio']:checked + label.small:after,
            .input-fancy input[type='radio']:checked + label.small::after,
            .input-fancy input[type='radio'].checked + .checkbox.small:after,
            .input-fancy input[type='radio'].checked + .checkbox.small::after,
            .input-fancy input[type='radio'].checked + label.small:after,
            .input-fancy input[type='radio'].checked + label.small::after {
                font-size: 12px;
            }

        .input-fancy .checkbox,
        .input-fancy .radio-btn,
        .input-fancy input[type="radio"] + label,
        .input-fancy input[type="checkbox"] + label {
            position: relative;
            padding: 0 0 0 calc(1.8em + 8px);
            display: block;
            transition: all .15s;
            cursor: pointer;
            line-height: 1.6 span;
            line-height-display: inline-block;
            line-height-overflow: hidden;
            line-height-padding: 0;
        }

            .input-fancy .checkbox:before, .input-fancy .checkbox::before, .input-fancy .checkbox:after, .input-fancy .checkbox::after,
            .input-fancy .radio-btn:before,
            .input-fancy .radio-btn::before,
            .input-fancy .radio-btn:after,
            .input-fancy .radio-btn::after,
            .input-fancy input[type="radio"] + label:before,
            .input-fancy input[type="radio"] + label::before,
            .input-fancy input[type="radio"] + label:after,
            .input-fancy input[type="radio"] + label::after,
            .input-fancy input[type="checkbox"] + label:before,
            .input-fancy input[type="checkbox"] + label::before,
            .input-fancy input[type="checkbox"] + label:after,
            .input-fancy input[type="checkbox"] + label::after {
                content: "";
                position: absolute;
                font-family: "Fontawesome";
                color: #273548;
                top: 50%;
                left: 0;
                display: inline-block;
                line-height: 1.5em;
                /*30px;*/
                height: 1.6em;
                /*30px;*/
                padding-left: 0px;
                width: 1.6em;
                /*30px;*/
                text-align: center;
                border-radius: 2px;
                vertical-align: text-bottom;
                margin: 0 10px 10px 0;
                background: #fff;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                transform: translateY(-50%);
                -webkit-transition: all 0.1s cubic-bezier(0.55, 0.06, 0.68, 0.19);
                -moz-transition: all 0.1s cubic-bezier(0.55, 0.06, 0.68, 0.19);
                -o-transition: all 0.1s cubic-bezier(0.55, 0.06, 0.68, 0.19);
                -ms-transition: all 0.1s cubic-bezier(0.55, 0.06, 0.68, 0.19);
                transition: all 0.1s cubic-bezier(0.55, 0.06, 0.68, 0.19);
            }

            .input-fancy .checkbox:before, .input-fancy .checkbox::before,
            .input-fancy .radio-btn:before,
            .input-fancy .radio-btn::before,
            .input-fancy input[type="radio"] + label:before,
            .input-fancy input[type="radio"] + label::before,
            .input-fancy input[type="checkbox"] + label:before,
            .input-fancy input[type="checkbox"] + label::before {
                background: #9FA5AD;
            }

            .input-fancy .checkbox:after, .input-fancy .checkbox::after,
            .input-fancy .radio-btn:after,
            .input-fancy .radio-btn::after,
            .input-fancy input[type="radio"] + label:after,
            .input-fancy input[type="radio"] + label::after,
            .input-fancy input[type="checkbox"] + label:after,
            .input-fancy input[type="checkbox"] + label::after {
                -webkit-transform: translateY(-50%) scale(0.3);
                -moz-transform: translateY(-50%) scale(0.3);
                -ms-transform: translateY(-50%) scale(0.3);
                -o-transform: translateY(-50%) scale(0.3);
                transform: translateY(-50%) scale(0.3);
            }

            .input-fancy .checkbox.large,
            .input-fancy .radio-btn.large,
            .input-fancy input[type="radio"] + label.large,
            .input-fancy input[type="checkbox"] + label.large {
                padding: 0 0 0 calc(1.8em + 15px);
            }

                .input-fancy .checkbox.large:before, .input-fancy .checkbox.large::before,
                .input-fancy .radio-btn.large:before,
                .input-fancy .radio-btn.large::before,
                .input-fancy input[type="radio"] + label.large:before,
                .input-fancy input[type="radio"] + label.large::before,
                .input-fancy input[type="checkbox"] + label.large:before,
                .input-fancy input[type="checkbox"] + label.large::before {
                    line-height: 1.6em;
                    /*40px;*/
                    height: 1.66667em;
                    /*40px;*/
                    width: 1.66667em;
                    /*40px;*/
                    padding-left: 2px;
                    font-size: 30px;
                }

            .input-fancy .checkbox.small:before, .input-fancy .checkbox.small::before,
            .input-fancy .radio-btn.small:before,
            .input-fancy .radio-btn.small::before,
            .input-fancy input[type="radio"] + label.small:before,
            .input-fancy input[type="radio"] + label.small::before,
            .input-fancy input[type="checkbox"] + label.small:before,
            .input-fancy input[type="checkbox"] + label.small::before {
                width: 1.112em;
                /*20px;*/
                height: 1.1125em;
                /*20px;*/
                line-height: 1.2223em;
                /*22px;*/
                top: .333334em;
                /*6px;*/
                font-size: 12px;
            }

        .input-fancy input[type="radio"]:checked + label:after,
        .input-fancy input[type="radio"].checked + label:after {
            content: "";
            border: 0.5rem solid #05304b;
            background: #fff;
        }

        .input-fancy .radio-btn:before, .input-fancy .radio-btn::before, .input-fancy .radio-btn:after,
        .input-fancy input[type="radio"] + label:before,
        .input-fancy input[type="radio"] + label::before,
        .input-fancy input[type="radio"] + label:after {
            border-radius: 50px;
            padding: 0;
        }

        .input-fancy .radio-btn:after, .input-fancy .radio-btn::after,
        .input-fancy input[type="radio"] + label:after,
        .input-fancy input[type="radio"] + label::after {
            content: "";
            border-width: 0 solid #05304b;
            background: #fff;
        }

.read-more,
.anchor {
    display: inline-block;
    background: #6ed4e7;
    color: #05304b;
    padding: .5rem 1.5rem;
}

    .read-more:after, .read-more:before,
    .anchor:after,
    .anchor:before {
        display: inline-block;
        font-family: "Fontawesome";
        padding: 0 10px 0 0;
    }

    .read-more:before,
    .anchor:before {
        content: '\f18e';
    }

.has-error {
    -moz-box-shadow: 0 0 20px #dc3545;
    -webkit-box-shadow: 0 0 20px #dc3545;
    box-shadow: 0 0 20px #dc3545;
    background-color: #dc3545;
}

#sidebar {
    height: 100%;
    width: 100%;
    /*padding-top: $grid-gutter-width;*/
    padding-bottom: 60px;
    font-size: 0.875rem;
    width: 110px;
    z-index: 5020;
}

    #sidebar .menu-wrapper {
        max-height: 90vh;
        overflow: auto;
        display: block;
        background: white;
    }

    #sidebar h3.title, #sidebar .faq-wrapper .title.cat-heading, .faq-wrapper #sidebar .title.cat-heading,
    #sidebar h3.widget-title,
    #sidebar .faq-wrapper .widget-title.cat-heading,
    .faq-wrapper #sidebar .widget-title.cat-heading {
        font-family: "SourceSerif", "Montserrat Light", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 1.5rem;
        padding: .25em 0 1.5rem;
        color: #22b2cd;
        font-weight: 700;
        margin: 1rem 0;
        position: relative;
    }

@media only screen and (min-width: 768px) and (max-width: 1024.98px) {
    #sidebar h3.title, #sidebar .faq-wrapper .title.cat-heading, .faq-wrapper #sidebar .title.cat-heading,
    #sidebar h3.widget-title,
    #sidebar .faq-wrapper .widget-title.cat-heading,
    .faq-wrapper #sidebar .widget-title.cat-heading {
        font-size: 1.5rem;
    }
}

@media only screen and (min-width: 1025px) {
    #sidebar h3.title, #sidebar .faq-wrapper .title.cat-heading, .faq-wrapper #sidebar .title.cat-heading,
    #sidebar h3.widget-title,
    #sidebar .faq-wrapper .widget-title.cat-heading,
    .faq-wrapper #sidebar .widget-title.cat-heading {
        font-size: 1.8rem;
    }
}

@media only screen and (min-width: 1680px) {
    #sidebar h3.title, #sidebar .faq-wrapper .title.cat-heading, .faq-wrapper #sidebar .title.cat-heading,
    #sidebar h3.widget-title,
    #sidebar .faq-wrapper .widget-title.cat-heading,
    .faq-wrapper #sidebar .widget-title.cat-heading {
        font-size: 1.8rem;
    }
}

#sidebar h3.title:before_turned_off, #sidebar .faq-wrapper .title.cat-heading:before_turned_off, .faq-wrapper #sidebar .title.cat-heading:before_turned_off,
#sidebar h3.widget-title:before_turned_off,
#sidebar .faq-wrapper .widget-title.cat-heading:before_turned_off,
.faq-wrapper #sidebar .widget-title.cat-heading:before_turned_off {
    content: "";
    width: 1000px;
    height: 100%;
    background: #e8faff;
    display: block;
    position: absolute;
    right: 100%;
    top: -10px;
    -moz-box-shadow: -20px 0 15px -20px rgba(2, 17, 27, 0.35) inset;
    -webkit-box-shadow: -20px 0 15px -20px rgba(2, 17, 27, 0.35) inset;
    box-shadow: -20px 0 15px -20px rgba(2, 17, 27, 0.35) inset;
}

#sidebar div.menu-wrapper {
    padding: 15px;
    padding-top: 0;
}

    #sidebar div.menu-wrapper ul.sidebar-menu,
    #sidebar div.menu-wrapper > ul,
    #sidebar div.menu-wrapper > ul li,
    #sidebar div.menu-wrapper ul.sidebar-menu li {
        margin: 0;
        padding: 0;
        list-style: none;
    }

.sidebar-wrapper > div {
    margin-bottom: 3rem;
}

.sidebar-wrapper ul,
.sidebar-wrapper li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-wrapper ul {
    padding: .5rem 1.5rem;
}

    .sidebar-wrapper ul li {
        border-left: 3px solid transparent;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

        .sidebar-wrapper ul li a {
            padding: .5rem;
            display: block;
            color: #02111b;
        }

        .sidebar-wrapper ul li:hover {
            background-color: rgba(110, 212, 231, 0.2);
            border-color: #6ed4e7;
        }

            .sidebar-wrapper ul li:hover a {
                color: #02111b;
            }

.sidebar-wrapper .course-list-wrapper ul {
    padding-left: 0;
    padding-right: 0;
}

.sidebar-wrapper .course-list-wrapper li {
    border-left: 3px solid #BDF1FF;
    position: relative;
}

    .sidebar-wrapper .course-list-wrapper li:before {
        content: "";
        width: 40px;
        position: absolute;
        top: 1.5rem;
        left: -1rem;
        height: 1px;
        display: block;
        background-color: #BDF1FF;
    }

    .sidebar-wrapper .course-list-wrapper li a {
        line-height: 1;
        padding: 1rem 2rem;
    }

        .sidebar-wrapper .course-list-wrapper li a:before {
            content: "";
            height: .75rem;
            width: .75rem;
            display: block;
            background: #BDF1FF;
            position: absolute;
            top: 1.15rem;
            left: .5rem;
            -webkit-border-radius: 15px;
            -moz-border-radius: 15px;
            -ms-border-radius: 15px;
            -o-border-radius: 15px;
            border-radius: 15px;
        }

    .sidebar-wrapper .course-list-wrapper li:hover {
        background-color: rgba(110, 212, 231, 0.2);
        border-color: #6ed4e7;
    }

        .sidebar-wrapper .course-list-wrapper li:hover:before,
        .sidebar-wrapper .course-list-wrapper li:hover a:before {
            background-color: #6ed4e7;
        }

.sidebar-wrapper .list-news,
.sidebar-wrapper .list-news li,
.sidebar-wrapper .list-news a,
.sidebar-wrapper .news-list,
.sidebar-wrapper .news-list li,
.sidebar-wrapper .news-list a,
.sidebar-wrapper .news-archive,
.sidebar-wrapper .news-archive li,
.sidebar-wrapper .news-archive a {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .sidebar-wrapper .list-news li,
    .sidebar-wrapper .news-list li,
    .sidebar-wrapper .news-archive li {
        background: white;
        margin: 0 0 1rem;
        padding: 15px;
        -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    }

        .sidebar-wrapper .list-news li a,
        .sidebar-wrapper .news-list li a,
        .sidebar-wrapper .news-archive li a {
            padding-left: 0;
            padding-right: 0;
        }

    .sidebar-wrapper .list-news .post-data,
    .sidebar-wrapper .news-list .post-data,
    .sidebar-wrapper .news-archive .post-data {
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    .sidebar-wrapper .list-news .post-thumb,
    .sidebar-wrapper .news-list .post-thumb,
    .sidebar-wrapper .news-archive .post-thumb {
        width: 25%;
        padding-left: 15px;
    }

        .sidebar-wrapper .list-news .post-thumb + .post-content,
        .sidebar-wrapper .news-list .post-thumb + .post-content,
        .sidebar-wrapper .news-archive .post-thumb + .post-content {
            width: 75%;
        }

    .sidebar-wrapper .list-news .post-content,
    .sidebar-wrapper .news-list .post-content,
    .sidebar-wrapper .news-archive .post-content {
        padding: 0;
    }

    .sidebar-wrapper .list-news .post-title,
    .sidebar-wrapper .news-list .post-title,
    .sidebar-wrapper .news-archive .post-title {
        color: #05304b;
        margin-bottom: 1rem;
    }

        .sidebar-wrapper .list-news .post-title a,
        .sidebar-wrapper .news-list .post-title a,
        .sidebar-wrapper .news-archive .post-title a {
            font-weight: inherit;
            margin: 0;
            padding: 0;
        }

    .sidebar-wrapper .list-news .icon-date:before, .sidebar-wrapper .list-news .icon-duration:before,
    .sidebar-wrapper .list-news .icon-play:before, .sidebar-wrapper .list-news li .post-date:before, li .sidebar-wrapper .list-news .post-date:before,
    .sidebar-wrapper .news-list .icon-date:before,
    .sidebar-wrapper .news-list .icon-duration:before,
    .sidebar-wrapper .news-list .icon-play:before,
    .sidebar-wrapper .news-list li .post-date:before,
    li .sidebar-wrapper .news-list .post-date:before,
    .sidebar-wrapper .news-archive .icon-date:before,
    .sidebar-wrapper .news-archive .icon-duration:before,
    .sidebar-wrapper .news-archive .icon-play:before,
    .sidebar-wrapper .news-archive li .post-date:before,
    li .sidebar-wrapper .news-archive .post-date:before {
        color: #BDF1FF;
    }

@media (min-width: 1025px) {
    .sidebar .sidebar-wrapper {
        padding: 0 2rem 0 0;
    }

    .sidebar-right .sidebar-wrapper {
        padding: 0 0 0 2rem;
    }
}

.sidebar .container {
    width: 100%;
}

.sidebar .form-wrapper {
    width: 100%;
    padding: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

body,
html {
    overflow-x: hidden;
}

@media only screen and (max-width: 767.98px) {
    body,
    html {
        -webkit-overflow-scrolling: touch;
    }
}

body {
    height: 100%;
    min-height: 100vh;
    width: 100%;
}

#wrapper {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-wrap: wrap;
}

    #wrapper > * {
        width: 100%;
    }

    #wrapper #footer {
        align-self: flex-end;
    }

#main-wrapper {
    min-height: 100%;
    width: 100%;
}

@media only screen and (min-width: 1025px) {
    #sidebar + #content-wrapper {
        margin-left: 110px;
    }
}

.entry-content.container,
#main > article.page {
    padding: 0;
    width: 100%;
}

#content-wrapper {
    height: 100%;
    flex-basis: 100%;
    width: auto;
    padding: 0;
    min-height: 100vh;
}

.body-content {
    background: white url(images/bg-white.jpg) repeat left top;
    padding-top: 1rem;
}

@media (min-width: 768px) {
    .body-content {
        padding-top: 2rem;
    }
}

@media (min-width: 1025px) {
    .body-content {
        padding-top: 3.2rem;
    }
}

> div > .row > .col .body-contentbody.homepage, > div > .row > #content-wrapper .body-contentbody.homepage {
    padding: 0;
}

@media (min-width: 1025px) {
    .body-content .main-body-content {
        padding: 30px;
        background: white;
        margin-top: -90px;
        /*&.col-md-9,
			&.col-lg-9{ */
    }

    .homepage .body-content .main-body-content,
    .full-width .body-content .main-body-content {
        padding: 0;
    }
}

.body-content .main-body-content > .col, .body-content .main-body-content > #content-wrapper {
    padding: 0;
}

.link-item {
    padding: .5em .5em .5em 2.5em;
    border-bottom: 1px solid #272f48;
    position: relative;
    text-decoration: none !important;
    text-transform: uppercase;
}

    .link-item:before {
        position: absolute;
        font-family: 'FontAwesome';
        content: "\f178";
        left: 0;
        top: 5px;
    }

.modal-open.ajax-loader {
    background-image: url(img/ajax-loader.gif);
    background-position: center center;
    background-repeat: no-repeat;
}

#header {
    padding: 0 30px;
    height: 60px;
    background: rgba(255, 255, 255, 0.9);
}

@media only screen and (max-width: 1024.98px) {
    #header {
        background: #6ed4e7;
    }
}

#header > .row {
    height: 100%;
}

    #header > .row > div {
        font-size: 13px;
        display: flex;
        align-items: center;
    }

        #header > .row > div:last-child {
            justify-content: flex-end;
        }

.btn-menu-toggle, .rightbar-toggle {
    position: absolute;
    height: 100%;
    width: 60px;
    margin-left: -30px;
    top: 0;
}

    .btn-menu-toggle .btn-menu, .rightbar-toggle .btn-menu {
        height: 100%;
        width: 100%;
        margin: 0;
        font-size: 1.5em;
        color: #0b6dab;
    }

.top-button-area {
    display: flex;
    align-items: center;
    padding-left: 2rem;
}

#header-wrapper {
    position: relative;
    padding-bottom: 3rem;
    background: url(images/bg-pattern-theme.jpg) repeat;
}

@media (min-width: 1025px) {
    #header-wrapper {
        padding-bottom: 6rem;
    }
}

/*  Site Branding
//--------------------------------------------------*/
.logo-wrapper {
    padding: 5px 0;
}

    .logo-wrapper:before {
        content: "";
        background: rgba(255, 255, 255, 0.5);
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 30%;
        width: 100vw;
        -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    }

.site-branding {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    margin: 0;
    height: 50px;
    background: rgba(255, 255, 255, 0);
    -webkit-transition: background-color .25s;
    -moz-transition: background-color .25s;
    -o-transition: background-color .25s;
    -ms-transition: background-color .25s;
    transition: background-color .25s;
}

    .site-branding > .col-md-6 {
        width: 50%;
    }

body.sticky .site-branding {
    background: rgba(255, 255, 255, 0.5);
}

.site-title {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
    margin-top: 0 !important;
    padding: 0 15px;
}

    .site-title > span,
    .site-title .site-name {
        display: none;
    }

    .site-title img {
        max-width: 220px;
        height: auto;
        position: relative;
        margin-top: 0;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        /*
		$_ph : breakpoint-max(sm, $grid-breakpoints );

		@include media-breakpoint-down( sm ) {
			@content;
		}*/
    }

@media (min-width: 768px) {
    .site-title img {
        max-width: 100%;
    }
}

@media only screen and (max-width: 767.98px) {
    .site-title img {
        max-width: 100px;
        max-height: 50px;
    }
}

body.sticky .site-title .site-title-heading img {
    margin-top: -250px;
}

body.sticky .site-title .site-title-heading a {
    height: 38px;
}

/*  Primary Header Area
//--------------------------------------------------*/
@media only screen and (max-width: 1024.98px) {
    #header-wrapper .header-primary > .container {
        width: 100%;
    }
}

#header-wrapper .header-primary-area {
    margin-bottom: 1rem;
}

.header-super-menu {
    font-size: 14px;
}

    .header-super-menu > div {
        width: 100%;
    }

        .header-super-menu > div p {
            margin: 0;
            font-weight: 500;
        }

@media (min-width: 768px) {
    .header-super-menu .super-menu {
        text-align: right;
    }
}

.header-super-menu ul.lang,
.header-super-menu ul.cred,
.header-super-menu ul.search {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    margin-left: 0.15rem;
    padding-left: 0;
}

    .header-super-menu ul.lang li,
    .header-super-menu ul.cred li,
    .header-super-menu ul.search li {
        margin: 0;
        padding: 0;
        list-style: none;
        font-weight: 500;
        display: inline-block;
        margin-left: .25rem;
        position: relative;
    }

        .header-super-menu ul.lang li > a,
        .header-super-menu ul.cred li > a,
        .header-super-menu ul.search li > a {
            display: block;
            font-weight: inherit;
            padding: .25rem;
        }

        .header-super-menu ul.lang li .wlcm,
        .header-super-menu ul.cred li .wlcm,
        .header-super-menu ul.search li .wlcm {
            position: absolute;
            font-size: .8rem;
            left: 0;
            top: -20px;
            background: #ffc107;
            color: #9d7600;
            padding: 1px 3px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -ms-border-radius: 3px;
            -o-border-radius: 3px;
            border-radius: 3px;
        }

        .header-super-menu ul.lang li .dropdown,
        .header-super-menu ul.cred li .dropdown,
        .header-super-menu ul.search li .dropdown {
            top: -15px;
            right: 0;
            padding: 15px;
            width: auto;
            min-width: 200px;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -ms-border-radius: 0;
            -o-border-radius: 0;
            border-radius: 0;
        }

            .header-super-menu ul.lang li .dropdown li,
            .header-super-menu ul.cred li .dropdown li,
            .header-super-menu ul.search li .dropdown li {
                font-size: 0.875rem;
            }

                .header-super-menu ul.lang li .dropdown li a,
                .header-super-menu ul.cred li .dropdown li a,
                .header-super-menu ul.search li .dropdown li a {
                    font-size: inherit;
                    padding: 3px;
                }

        .header-super-menu ul.lang li:hover .dropdown,
        .header-super-menu ul.cred li:hover .dropdown,
        .header-super-menu ul.search li:hover .dropdown {
            opacity: 1;
            filter: alpha(opacity=100);
            visibility: visible;
        }

@media (min-width: 1025px) {
    .header-super-menu ul.lang,
    .header-super-menu ul.cred,
    .header-super-menu ul.search {
        padding-left: 2.25rem;
        margin-left: 1.25rem;
        background: url(images/icon-lang.svg) no-repeat left center;
        background-size: 28px 28px;
        padding-top: 4px;
        padding-bottom: 4px;
    }
}

@media (min-width: 1025px) {
    .header-super-menu ul.cred {
        background-image: url(images/icon-login.svg);
        background-size: 32px 32px;
    }
}

.header-super-menu ul.lang li.active a {
    border-bottom: 2px solid #c13802;
}

@media (min-width: 1025px) {
    .header-super-menu ul.search {
        padding-left: 1.5rem;
        background-image: url(images/icon-search.svg) !important;
        background-size: 24px 24px !important;
    }
}

.sm-left,
.sm-right {
    display: flex;
    align-items: center;
}

    .sm-left *,
    .sm-right * {
        color: white;
        font-size: 0.875rem;
    }

    .sm-left ul,
    .sm-right ul {
        margin: 0;
        padding: 0;
        list-style: none;
        width: 100%;
    }

        .sm-left ul li,
        .sm-right ul li {
            margin: 0;
            padding: 0;
            list-style: none;
            display: inline-block;
            padding: 0 5px;
            margin: 5px;
        }

.sm-right {
    justify-content: flex-end;
}

.search-top .field {
    border: 0;
    border-radius: 3px 0 0 3px;
}

.submit.btn, button.submit, .submit.button, submit.submit, input.submit[type="submit"], input.submit[type="button"], .submit.read-more,
.submit.anchor {
    border-radius: 0 3px 3px 0;
    margin-left: -1px;
    background-color: #6ed4e7;
    color: #05304b;
    font-size: 0.875rem;
    height: 100%;
}

.logo-wrapper svg * {
    fill: white;
}

.menu-burger {
    background: transparent;
    width: 50px;
    height: 50px;
    padding: 0;
    margin: -10px 0 0;
    -webkit-transition: background-position 0.1s ease-in;
    -moz-transition: background-position 0.1s ease-in;
    -o-transition: background-position 0.1s ease-in;
    -ms-transition: background-position 0.1s ease-in;
    transition: background-position 0.1s ease-in;
}

    .menu-burger:after, .menu-burger:before {
        content: none;
    }

    .menu-burger:hover, .menu-burger:active {
        background-position: -110% -5px;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .menu-burger span {
        display: block;
        width: 90%;
        height: 4px;
        margin: 6px 0;
        background-color: #272f48;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
    }

        .menu-burger span:nth-child(2) {
            width: 75%;
        }

/*  Menu Header Area
//--------------------------------------------------*/
.header-menu-wrapper {
    height: 50px;
}

    .header-menu-wrapper .dropdown,
    .header-menu-wrapper .nav-category,
    .header-menu-wrapper > .container,
    .header-menu-wrapper > .container > .row {
        height: 100%;
    }

.cat-dropdown {
    height: 100%;
    width: 100%;
    color: #272f48;
    font-weight: bold;
    font-size: 1.125em;
    background: #c13802;
    margin-bottom: -1px;
    bordeR: 0;
    background-image: linear-gradient(180deg, #a83102, #c13802);
    background-repeat: repeat-x;
    border-radius: 5px 5px 0 0;
}

    .cat-dropdown + .dropdown-menu {
        width: 100%;
    }

/*  Navigation
//--------------------------------------------------*/
.main-navigation {
    padding: 0;
}

    .main-navigation .top-main-menu .nav {
        width: 100%;
        float: none;
        text-align: right;
        flex-direction: row;
    }

        .main-navigation .top-main-menu .nav > li {
            font-size: 15px;
            font-family: "Montserrat Light", "Montserrat Light", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-weight: 300;
            color: #f1fbfd;
            display: flex;
            width: auto;
            text-align: center;
            float: none;
            margin: 0;
            padding: 0;
            background-color: transparent;
            text-align: left;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            -ms-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
            /*  Sub Menu
				//--------------------------*/
        }

            .main-navigation .top-main-menu .nav > li.menu-item-has-children > a {
                padding: 1rem 2rem 1rem 1rem;
            }

            .main-navigation .top-main-menu .nav > li:hover {
                color: #c13802;
                background-color: transparent;
            }

                .main-navigation .top-main-menu .nav > li:hover > a {
                    color: inherit;
                    background-color: inherit;
                }

                    .main-navigation .top-main-menu .nav > li:hover > a:after {
                        width: 100% !important;
                    }

            .main-navigation .top-main-menu .nav > li:last-child > a {
                padding-right: 0;
            }

            .main-navigation .top-main-menu .nav > li > a {
                font-size: 15px;
                font-family: inherit;
                font-weight: 300;
                color: #f1fbfd;
                padding: 1rem;
                letter-spacing: 0;
                line-height: 1;
            }

@media only screen and (min-width: 1025px) {
    .main-navigation .top-main-menu .nav > li > a {
        font-size: 15px;
        padding: 1.5rem 1vw;
    }
}

.main-navigation .top-main-menu .nav > li > a:after {
    display: block;
    margin: 0 auto;
    height: 2px;
    width: 0;
    left: 0;
    position: relative;
    top: 5px;
    background: #c13802;
    transition: all .25s;
}

@media (min-width: 1025px) {
    .main-navigation .top-main-menu .nav > li > a:after {
        content: '';
    }
}

@media only screen and (min-width: 1366px) {
    .main-navigation .top-main-menu .pull-right {
        width: 100%;
    }
}

@media (min-width: 1025px) {
    .menu-wrapper:before {
        content: "";
        height: 100%;
        width: 100vw;
        background: #05304b;
        position: absolute;
        left: -50vw;
        top: 0;
        margin-left: 50%;
        border-left: 3px solid #c13802;
    }
}

@media only screen and (max-width: 1024.98px) {
    .menu-wrapper.responsive {
        position: fixed;
        z-index: 15000;
        background: #05304b;
        left: 0;
        top: 50px;
        width: 100%;
        min-height: 100vh;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }
}

.menu-wrapper.responsive button.close-menu {
    margin-bottom: 2rem;
    clear: both;
}

    .menu-wrapper.responsive button.close-menu:before, .menu-wrapper.responsive button.close-menu:after {
        content: " ";
        display: table;
    }

    .menu-wrapper.responsive button.close-menu:after {
        clear: both;
    }

@media only screen and (max-width: 1024.98px) {
    .menu-wrapper.responsive .navbar-nav {
        display: block;
    }

        .menu-wrapper.responsive .navbar-nav li {
            width: 100%;
            display: block;
        }

            .menu-wrapper.responsive .navbar-nav li a {
                width: 100%;
                display: block;
                font-size: 1.35rem;
                padding: 1.2rem;
                border-bottom: 1px solid #02111b;
            }

            .menu-wrapper.responsive .navbar-nav li .subclass {
                position: relative;
                display: none;
            }

            .menu-wrapper.responsive .navbar-nav li.active-menu > .subclass {
                display: block;
            }
}

body.show-menu .menu-wrapper.responsive,
body.menu-visible .menu-wrapper.responsive {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.dropdown-toggle:after {
    content: unset;
}

@media only screen and (min-width: 768px) {
    .dropdown-toggle:after {
        content: "\f107";
        font-family: "Fontawesome";
        font-size: 1.8rem;
        border: 0;
        color: #6b83a2;
        padding-right: inherit;
        vertical-align: baseline;
    }
}

.navbar-nav > li {
    padding: 0;
}

    .navbar-nav > li a {
        position: relative;
    }

    .navbar-nav > li.menu-item-has-children > a,
    .navbar-nav > li.dropdown > a {
        padding: 8px 40px 8px 20px;
    }

        .navbar-nav > li.menu-item-has-children > a .caret,
        .navbar-nav > li.dropdown > a .caret {
            font-family: "Fontawesome";
            position: absolute;
            content: "";
            font-family: "Fontawesome";
            font-size: .75rem;
            top: 0;
            right: 0;
            height: 100%;
            width: 50px;
            background: rgba(0, 0, 0, 0.25);
            text-align: center;
        }

            .navbar-nav > li.menu-item-has-children > a .caret:before,
            .navbar-nav > li.dropdown > a .caret:before {
                content: "";
                font-size: 30px;
                display: inline-block;
                font: normal normal normal 30px/1 FontAwesome;
                font-size: 30px;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                margin-right: 0.25em;
            }

            .navbar-nav > li.menu-item-has-children > a .caret:before,
            .navbar-nav > li.dropdown > a .caret:before {
                line-height: 50px;
                width: 100%;
                text-align: center;
            }

@media (min-width: 1025px) {
    .navbar-nav > li.menu-item-has-children > a .caret,
    .navbar-nav > li.dropdown > a .caret {
        right: 10px;
        height: 2rem;
        width: 2rem;
        display: block;
        top: calc( 50% - 5px);
        content: none;
        display: none;
    }

        .navbar-nav > li.menu-item-has-children > a .caret:before,
        .navbar-nav > li.dropdown > a .caret:before {
            content: none;
            content: unset;
            display: none !important;
        }
}

.sub-menu,
.dropdown-menu {
    background: white;
    border: 0;
    display: block;
    width: 320px;
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    z-index: 5000;
    visibility: hidden;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.15), 0 5px 15px 0 rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.15), 0 5px 15px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.15), 0 5px 15px 0 rgba(0, 0, 0, 0.25);
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
    border-radius: 0 0 10px 10px;
}

@media (min-width: 1025px) {
    .sub-menu.show-menu, .sub-menu.show,
    li.dropdown:hover .sub-menu,
    .dropdown-menu.show-menu,
    .dropdown-menu.show,
    li.dropdown:hover
    .dropdown-menu {
        visibility: visible;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        filter: alpha(opacity=100);
    }
}

.sub-menu.dropdown-menu,
.dropdown-menu.dropdown-menu {
    position: absolute;
}

.sub-menu > *,
.dropdown-menu > * {
    padding: 0;
}

.sub-menu ul,
.dropdown-menu ul {
    list-style: none;
}

.sub-menu li,
.dropdown-menu li {
    font-size: 1rem;
    color: #272f48;
    background-color: transparent;
    padding: 0;
    text-align: left;
    width: 100%;
}

    .sub-menu li a,
    .dropdown-menu li a {
        font-size: inherit;
        color: inherit;
        padding: 8px 20px;
        display: block;
    }

        .sub-menu li a:hover,
        .dropdown-menu li a:hover {
            color: #05304b;
            background: inherit;
        }

    .sub-menu li.menu-item-has-children > a,
    .dropdown-menu li.menu-item-has-children > a {
        padding: 8px 40px 8px 20px;
    }

    .sub-menu li:hover > a, .sub-menu li.current-menu-item > a, .sub-menu li.current-menu-parent > a, .sub-menu li.current-page-ancestor > a,
    .dropdown-menu li:hover > a,
    .dropdown-menu li.current-menu-item > a,
    .dropdown-menu li.current-menu-parent > a,
    .dropdown-menu li.current-page-ancestor > a {
        background-color: #0f8cda;
    }

@media only screen and (min-width: 768px) {
    .sub-menu li .sub-menu,
    .dropdown-menu li .sub-menu {
        top: -7px;
        left: 99%;
        font-size: .95em;
        -webkit-transform: translateX(-40px);
        -moz-transform: translateX(-40px);
        -ms-transform: translateX(-40px);
        -o-transform: translateX(-40px);
        transform: translateX(-40px);
    }

        .sub-menu li .sub-menu.show-menu,
        .dropdown-menu li .sub-menu.show-menu {
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0);
        }
}

.sub-menu > li.menu-item-has-children > a:before,
.dropdown-menu > li.menu-item-has-children > a:before,
.navbar-nav.vert > li.menu-item-has-children > a:before,
.nav-category > li.menu-item-has-children > a:before {
    content: "";
}

ul.menu-btn-wrapper {
    position: fixed;
    top: -5px;
    left: 10px;
    width: 40%;
    z-index: 9001;
    margin: 0;
    padding: 0;
    list-style: none;
}

    ul.menu-btn-wrapper > li {
        margin: 0;
        padding: 0;
        list-style: none;
        float: left;
        margin-right: 20px;
        position: relative;
    }

#menu-burger {
    width: 100%;
}

    #menu-burger path {
        fill: none;
        stroke-width: 4px;
        stroke: #7b9221;
        stroke-linecap: round;
        stroke-dasharray: 40 310;
        stroke-dashoffset: 0;
        -webkit-transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
        -moz-transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
        -o-transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
        -ms-transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
        transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
    }

    #menu-burger.active path#first {
        stroke-dashoffset: -228px;
    }

    #menu-burger.active path#middle {
        stroke-width: 0;
    }

    #menu-burger.active path#last {
        stroke-dashoffset: -287px;
    }

.main-navigation > .container {
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-navigation .navbar-default .navbar-nav > li {
    font-size: 15px;
    font-family: "Montserrat Light", "Montserrat Light", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #f1fbfd;
    display: block;
    width: 100%;
    text-align: left;
    float: left;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    /*  Sub Menu
			//--------------------------*/
}

    .main-navigation .navbar-default .navbar-nav > li:hover {
        color: #c13802;
    }

        .main-navigation .navbar-default .navbar-nav > li:hover a {
            color: inherit;
        }

    .main-navigation .navbar-default .navbar-nav > li .sub-menu {
        padding-left: 30px;
        background: transparent;
        border: 0;
    }

        .main-navigation .navbar-default .navbar-nav > li .sub-menu.dropdown-menu {
            position: relative;
        }

        .main-navigation .navbar-default .navbar-nav > li .sub-menu li, .main-navigation .navbar-default .navbar-nav > li .sub-menu li a {
            font-size: 1rem;
        }

.main-navigation .navbar-default .navbar-nav a {
    font-size: 15px;
    font-family: "Montserrat Light", "Montserrat Light", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #f1fbfd;
    letter-spacing: 1px;
    padding-left: 20px;
    padding-right: 20px;
}

.main-navigation .navbar-default .navbar-nav > li {
    margin-left: 15px;
}

@media only screen and (min-width: 1025px) {
    .main-navigation .navbar-default .pull-right {
        width: 100%;
    }
}

.nav-justified {
    width: 101%;
    margin-left: -0.5%;
}

    .nav-justified > li > a {
        border: 1px solid #c13802;
        margin: 0 2%;
        font-size: 1.25rem;
        font-family: "Montserrat Light", "Montserrat Light", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

.menu-sec-area .contact .widget-title {
    font-size: 15px;
}

.menu-sec-area .contact input,
.menu-sec-area .contact textarea {
    background: rgba(255, 255, 255, 0.5);
    border: 0 solid rgba(5, 48, 75, 0.5);
}

@media only screen and (min-width: 768px) {
    .menu-sec-area .contact input,
    .menu-sec-area .contact textarea {
        width: 70%;
    }
}

.menu-sec-area .contact textarea {
    height: 100px;
}

@media only screen and (max-width: 767.98px) {
    div.nav-category .dropdown-menu {
        width: 100vw;
        left: -30px;
    }

    div.nav-category .navbar-nav {
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        transform: none !important;
    }
}

@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
    div.nav-category li.dropdown .sub-menu {
        position: static;
        visibility: visible;
        box-shadow: none !important;
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translateX(10px);
        -moz-transform: translateX(10px);
        -ms-transform: translateX(10px);
        -o-transform: translateX(10px);
        transform: translateX(10px);
    }
}

@media only screen and (max-width: 767.98px) {
    div.nav-category #header-category-toggle + .dropdown-menu {
        display: none;
    }

        div.nav-category #header-category-toggle + .dropdown-menu.show {
            display: block;
        }
}

/*  Burger Menu
//--------------------------------------------------*/
body.phone-menu-open,
html.phone-menu-open {
    overflow: hidden;
}

.menu-toggle {
    display: block;
    padding: 0.5rem 1rem;
    margin: 0;
    border: 0;
    background: #c13802;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    outline: none !important;
}

    .menu-toggle:after, .menu-toggle:before {
        display: none;
        content: none;
    }

    .menu-toggle span.bar {
        display: block;
        background: #05304b;
        height: 3px;
        width: 5vw;
        margin: 3px auto;
        border-radius: 3px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .menu-toggle.active {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

        .menu-toggle.active span.bar.first {
            -webkit-transform: translateY(9px) rotate(45deg);
            -moz-transform: translateY(9px) rotate(45deg);
            -ms-transform: translateY(9px) rotate(45deg);
            -o-transform: translateY(9px) rotate(45deg);
            transform: translateY(9px) rotate(45deg);
        }

        .menu-toggle.active span.bar.last {
            -webkit-transform: translateY(-9px) rotate(-45deg);
            -moz-transform: translateY(-9px) rotate(-45deg);
            -ms-transform: translateY(-9px) rotate(-45deg);
            -o-transform: translateY(-9px) rotate(-45deg);
            transform: translateY(-9px) rotate(-45deg);
        }

        .menu-toggle.active span.bar.middle {
            -webkit-transform: scale(0,1);
            -moz-transform: scale(0,1);
            -ms-transform: scale(0,1);
            -o-transform: scale(0,1);
            transform: scale(0,1);
        }

@media only screen and (min-width: 768px) {
    .menu-toggle {
        display: none;
    }

        .menu-toggle span.bar {
            width: 40px;
            height: 4px;
        }
}

.menu-curtain,
.is-phone .navigation .sub-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5030;
    background: white;
    width: 100%;
    height: 100%;
    padding: 15px;
    -webkit-transform: translateX(110%);
    -moz-transform: translateX(110%);
    -ms-transform: translateX(110%);
    -o-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.is-phone .navigation li.active-menu > .sub-menu-wrapper {
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    filter: alpha(opacity=100);
}

.phone-nav {
    background: #084f7b;
}

    .phone-nav ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .phone-nav a {
        color: #f1fbfd;
    }

span.menu-close {
    height: 40px;
    width: 100%;
    display: block;
    padding-top: 0;
    text-align: right;
    position: relative;
    z-index: 500;
}

    span.menu-close:before {
        content: "";
        font-size: 2rem;
        display: inline-block;
        font: normal normal normal 2rem/1 FontAwesome;
        font-size: 2rem;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        margin-right: 0.25em;
    }

@media (min-width: 1025px) {
    span.menu-close {
        display: none;
    }

        span.menu-close:before {
            content: none;
        }
}

.btn-menu {
    position: absolute;
    right: 5px;
    top: 5px;
}

.header-secondary {
    z-index: 50;
}

@media only screen and (min-width: 1025px) {
    body.sticky-menu-active .header-secondary {
        top: 0 !important;
    }

        body.sticky-menu-active .header-secondary .nav > li > a {
            padding-top: .25rem;
            padding-bottom: .25rem;
        }
}

.form-bg {
    position: absolute;
    height: 100vh;
    width: 50%;
    top: 50%;
    right: 0;
    background: #fd5513 url(images/bg-contact-map.jpg) no-repeat right center/cover;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (min-width: 1025px) {
    #navigation-top .navigation > ul.navbar-nav > li:first-child > a {
        text-indent: -100000px;
        font-size: 0;
    }

        #navigation-top .navigation > ul.navbar-nav > li:first-child > a:before {
            content: "\f015";
            font-family: FontAwesome;
            text-indent: 0;
            color: white;
            font-size: 18px;
            display: block;
            margin-bottom: -10px;
        }
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

    .slick-track:before, .slick-track:after {
        content: "";
        display: table;
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Slider */
.slick-loading .slick-list {
    background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
    font-family: "slick";
    src: url("./fonts/slick.eot");
    src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}

    .slick-prev:hover, .slick-prev:focus,
    .slick-next:hover,
    .slick-next:focus {
        outline: none;
        background: transparent;
        color: transparent;
    }

        .slick-prev:hover:before, .slick-prev:focus:before,
        .slick-next:hover:before,
        .slick-next:focus:before {
            opacity: 1;
        }

    .slick-prev.slick-disabled:before,
    .slick-next.slick-disabled:before {
        opacity: 0.25;
    }

    .slick-prev:before,
    .slick-next:before {
        font-family: "slick";
        font-size: 20px;
        line-height: 1;
        color: white;
        opacity: 0.75;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.slick-prev {
    left: -25px;
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-prev:before {
    content: "←";
}

[dir="rtl"] .slick-prev:before {
    content: "→";
}

.slick-next {
    right: -25px;
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}

.slick-next:before {
    content: "→";
}

[dir="rtl"] .slick-next:before {
    content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        height: 20px;
        width: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }

        .slick-dots li button {
            border: 0;
            background: transparent;
            display: block;
            height: 20px;
            width: 20px;
            outline: none;
            line-height: 0px;
            font-size: 0px;
            color: transparent;
            padding: 5px;
            cursor: pointer;
        }

            .slick-dots li button:hover, .slick-dots li button:focus {
                outline: none;
            }

                .slick-dots li button:hover:before, .slick-dots li button:focus:before {
                    opacity: 1;
                }

            .slick-dots li button:before {
                position: absolute;
                top: 0;
                left: 0;
                content: "•";
                width: 20px;
                height: 20px;
                font-family: "slick";
                font-size: 6px;
                line-height: 20px;
                text-align: center;
                color: black;
                opacity: 0.25;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

        .slick-dots li.slick-active button:before {
            color: black;
            opacity: 0.75;
        }

.slider-wrapper {
    height: 100%;
    width: 100%;
    position: absolute !important;
    top: 0;
    left: 0;
    min-height: 320px;
}

@media only screen and (min-width: 768px) and (max-width: 1024.98px) {
    .slider-wrapper {
        height: 100%;
    }
}

@media only screen and (min-width: 1025px) {
    .slider-wrapper {
        height: 100%;
    }
}

.slider-wrapper ul, .slider-wrapper li {
    height: 100%;
    width: 100%;
}

    .slider-wrapper li > div {
        height: 100%;
    }

.slider-wrapper .banner-content-wrapper {
    display: table;
    vertical-align: middle;
    display: flex !important;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
    width: 100%;
    position: relative;
    /*  Format Based Styling,
		//--------------------------------------------------*/
}

    .slider-wrapper .banner-content-wrapper img.hero {
        width: auto;
        height: 100%;
        max-width: none;
        left: 50vw;
        top: 0;
        position: absolute;
        z-index: 0;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        /*
			width: auto;
            height: 100%;
            max-width: none;
            left: 50vw;
            top: 0;
            position: absolute;
            z-index: 0;
            @include transform(translateX(-50%));


            @media only screen and (min-width:768px) {
                width: 100%;
                height: auto;
                top: 50%;
                left: 0;
                z-index: 0;
                @include transform(translateY(-50%));
            } */
    }

@media only screen and (min-width: 768px) {
    .slider-wrapper .banner-content-wrapper img.hero {
        width: 100%;
        height: auto;
        top: 50%;
        left: 0;
        z-index: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.slider-wrapper .banner-content-wrapper .banner-content {
    display: table-cell;
    vertical-align: middle;
    margin: auto;
    width: 100%;
}

.slider-wrapper .banner-content-wrapper.ftr-left .hero-img,
.slider-wrapper .banner-content-wrapper.ftr-left .hero,
.slider-wrapper .banner-content-wrapper.ftr-left .banner-content, .slider-wrapper .banner-content-wrapper.ftr-right .hero-img,
.slider-wrapper .banner-content-wrapper.ftr-right .hero,
.slider-wrapper .banner-content-wrapper.ftr-right .banner-content {
    width: 100%;
    position: relative;
    display: block;
    float: left;
    min-height: 320px;
}

@media only screen and (min-width: 768px) {
    .slider-wrapper .banner-content-wrapper.ftr-left .hero-img,
    .slider-wrapper .banner-content-wrapper.ftr-left .hero,
    .slider-wrapper .banner-content-wrapper.ftr-left .banner-content, .slider-wrapper .banner-content-wrapper.ftr-right .hero-img,
    .slider-wrapper .banner-content-wrapper.ftr-right .hero,
    .slider-wrapper .banner-content-wrapper.ftr-right .banner-content {
        width: 50%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024.98px) {
    .slider-wrapper .banner-content-wrapper.ftr-left .hero-img,
    .slider-wrapper .banner-content-wrapper.ftr-left .hero,
    .slider-wrapper .banner-content-wrapper.ftr-left .banner-content, .slider-wrapper .banner-content-wrapper.ftr-right .hero-img,
    .slider-wrapper .banner-content-wrapper.ftr-right .hero,
    .slider-wrapper .banner-content-wrapper.ftr-right .banner-content {
        height: 100%;
    }
}

@media only screen and (min-width: 1025px) {
    .slider-wrapper .banner-content-wrapper.ftr-left .hero-img,
    .slider-wrapper .banner-content-wrapper.ftr-left .hero,
    .slider-wrapper .banner-content-wrapper.ftr-left .banner-content, .slider-wrapper .banner-content-wrapper.ftr-right .hero-img,
    .slider-wrapper .banner-content-wrapper.ftr-right .hero,
    .slider-wrapper .banner-content-wrapper.ftr-right .banner-content {
        height: 100%;
    }
}

.slider-wrapper .banner-content-wrapper.ftr-left .hero-img,
.slider-wrapper .banner-content-wrapper.ftr-left .hero, .slider-wrapper .banner-content-wrapper.ftr-right .hero-img,
.slider-wrapper .banner-content-wrapper.ftr-right .hero {
    overflow: hidden;
}

    .slider-wrapper .banner-content-wrapper.ftr-left .hero-img img,
    .slider-wrapper .banner-content-wrapper.ftr-left .hero img, .slider-wrapper .banner-content-wrapper.ftr-right .hero-img img,
    .slider-wrapper .banner-content-wrapper.ftr-right .hero img {
        width: 100%;
    }

.slider-wrapper .banner-content-wrapper.ftr-left .banner-content, .slider-wrapper .banner-content-wrapper.ftr-right .banner-content {
    padding: 1rem 30px;
}

    .slider-wrapper .banner-content-wrapper.ftr-left .banner-content .post-wig-content, .slider-wrapper .banner-content-wrapper.ftr-right .banner-content .post-wig-content {
        display: table;
        height: 100%;
        width: 100%;
    }

        .slider-wrapper .banner-content-wrapper.ftr-left .banner-content .post-wig-content .container, .slider-wrapper .banner-content-wrapper.ftr-right .banner-content .post-wig-content .container {
            display: table-cell;
            float: none;
            vertical-align: middle;
        }

@media only screen and (min-width: 768px) {
    .slider-wrapper .banner-content-wrapper.ftr-right .hero-img {
        left: 50%;
    }

    .slider-wrapper .banner-content-wrapper.ftr-right .banner-content {
        right: 50%;
    }
}

.slick-slider {
    direction: ltr;
}

    .slick-slider button {
        position: absolute;
        border: 0 !important;
        background: transparent;
    }

        .slick-slider button:active, .slick-slider button:hover, .slick-slider button:focus {
            background: transparent;
            outline: none !important;
        }

        .slick-slider button.slick-next, .slick-slider button.slick-prev {
            border: 1px solid #05304b;
            top: 50%;
            left: -15px;
            z-index: 500;
            text-indent: -100000px;
            width: 40px;
            height: 150px;
            background: white;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            -ms-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            opacity: 0.1;
            filter: alpha(opacity=10);
        }

            .slick-slider button.slick-next:before, .slick-slider button.slick-next:after, .slick-slider button.slick-prev:before, .slick-slider button.slick-prev:after {
                content: none;
                border: 0 !important;
                font-family: "Fontawesome";
                font-size: 1.8rem;
                top: 50%;
                border: 0;
                line-height: 0.5;
                left: 0px;
                color: #05304b;
                text-indent: 0;
                height: auto;
                width: 100%;
                position: absolute;
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                transform: translateY(-50%);
            }

            .slick-slider button.slick-next:before, .slick-slider button.slick-prev:before {
                content: '\f104';
            }

        .slick-slider button.slick-next {
            right: -15px;
            left: auto;
        }

            .slick-slider button.slick-next:before {
                content: '\f105';
            }

    .slick-slider .slick-track,
    .slick-slider .slick-list {
        height: 100%;
    }

        .slick-slider .slick-track > div,
        .slick-slider .slick-list > div {
            height: 100%;
        }

    .slick-slider:hover .slick-next,
    .slick-slider:hover .slick-prev {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .slick-slider .slick-slide img {
        margin: 0 auto;
    }

.ss-banner-cont ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/*  Full Page Usage of banner
//--------------------------------------------------*/
.xash_page_content-widget {
    overflow: hidden;
}

.sc-post-content {
    width: 100%;
    height: 100%;
}

.ss-banner-cont {
    height: 100%;
    width: 100%;
    min-height: 320px;
}

@media only screen and (min-width: 768px) and (max-width: 1024.98px) {
    .ss-banner-cont {
        height: 100%;
    }
}

@media only screen and (min-width: 1025px) {
    .ss-banner-cont {
        height: 100%;
    }
}

.ss-banner-cont ul, .ss-banner-cont li {
    height: 100%;
    width: 100%;
}

    .ss-banner-cont li > div {
        height: 100%;
    }

@media only screen and (max-width: 767.98px) {
    .ss-banner-cont .hero-img img.img-phone {
        width: 100vw;
        height: auto;
    }

    .header-banner .ss-banner-cont {
        padding-top: 100%;
    }

        .header-banner .ss-banner-cont > ul {
            position: absolute;
            top: 0;
            left: 0;
        }
}

@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
    .header-banner .ss-banner-cont .slick-slide {
        height: 100%;
    }
}

.banner-wrapper {
    padding-top: 0%;
    position: relative;
    overflow: hidden;
}

@media (min-width: 768px) {
    .banner-wrapper {
        height: auto;
        width: 100%;
        position: relative;
        background: #05304b url(images/bg-pattern-theme.png) repeat center center;
    }
}

body.homepage .banner-wrapper,
body.header-lg .banner-wrapper {
    padding-top: 100%;
}

@media (min-width: 768px) {
    body.homepage .banner-wrapper,
    body.header-lg .banner-wrapper {
        padding-top: 42.5%;
        padding-top: calc( 42% + 30px * 1.5);
    }

        body.homepage .banner-wrapper .banner-content,
        body.header-lg .banner-wrapper .banner-content {
            margin: 2rem auto;
        }
}

body.header-sm .banner-wrapper {
    padding-top: 50%;
}

@media (min-width: 768px) {
    body.header-sm .banner-wrapper {
        padding-top: 25%;
        padding-top: calc( 25% + 30px * 1.5);
    }

        body.header-sm .banner-wrapper .banner-content {
            margin-top: 12rem;
        }
}

body.header-sm .banner-wrapper,
body.header-lg .banner-wrapper, body.homepage .banner-wrapper {
    height: 0;
}

    body.header-sm .banner-wrapper > *,
    body.header-lg .banner-wrapper > *,
    body.homepage .banner-wrapper > * {
        position: absolute !important;
    }

.banner-wrapper > * {
    height: 100%;
    width: 100%;
    position: relative !important;
    top: 0;
    left: 0;
    min-height: 320px;
    /*
		$_ph : breakpoint-max(sm, $grid-breakpoints );

		@include media-breakpoint-down( sm ) {
			@content;
		}*/
}

@media only screen and (min-width: 768px) and (max-width: 1024.98px) {
    .banner-wrapper > * {
        height: 100%;
    }
}

@media only screen and (min-width: 1025px) {
    .banner-wrapper > * {
        height: 100%;
    }
}

.banner-wrapper > * ul, .banner-wrapper > * li {
    height: 100%;
    width: 100%;
}

    .banner-wrapper > * li > div {
        height: 100%;
    }

.banner-wrapper > * .banner-content-wrapper {
    display: table;
    vertical-align: middle;
    display: flex !important;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
    width: 100%;
    position: relative;
}

    .banner-wrapper > * .banner-content-wrapper img.hero {
        width: auto;
        height: 100%;
        max-width: none;
        left: 50vw;
        top: 0;
        position: absolute;
        z-index: 0;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }

@media (min-width: 768px) {
    .banner-wrapper > * .banner-content-wrapper img.hero {
        width: 100%;
        height: auto;
        top: 50%;
        left: 0;
        z-index: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.banner-wrapper > * .banner-content-wrapper .__hero-img,
.banner-wrapper > * .banner-content-wrapper .__hero {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

    .banner-wrapper > * .banner-content-wrapper .__hero-img img,
    .banner-wrapper > * .banner-content-wrapper .__hero img {
        width: 100%;
        height: auto;
    }

@media (min-width: 768px) {
    .banner-wrapper > * .banner-content-wrapper .__hero-img img,
    .banner-wrapper > * .banner-content-wrapper .__hero img {
        min-width: 100%;
        max-width: none;
        height: auto;
        width: auto !important;
    }
}

.banner-wrapper > * .banner-content-wrapper .banner-content {
    display: table-cell;
    vertical-align: middle;
    margin: 11rem auto 2rem;
    z-index: 1;
    width: 100%;
}

@media only screen and (max-width: 767.98px) {
    .banner-wrapper > * {
        display: flex;
        align-items: stretch;
    }

        .banner-wrapper > * .banner-content-wrapper {
            height: auto;
        }
}

.widget.full-width .sc-contnet.container {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    overflow: hidden;
}

.sepia_banner-widget {
    position: relative;
    z-index: 5;
}

    .sepia_banner-widget .slick-slide {
        /*
		$_ph : breakpoint-max(sm, $grid-breakpoints );

		@include media-breakpoint-down( sm ) {
			@content;
		}*/
    }

@media only screen and (max-width: 767.98px) {
    .sepia_banner-widget .slick-slide {
        height: 320px;
        z-index: 2;
        position: relative;
        overflow: hidden;
    }

        .sepia_banner-widget .slick-slide img {
            height: 320px;
            width: auto;
            height: 100%;
            max-width: none;
            left: 50vw;
            position: absolute;
            z-index: 20;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%);
        }
}

/*  Using with Slick
//--------------------------------------------------*/
.slider-banner .sc-contnet.container,
.slick-banner .sc-contnet.container,
.slide-banner .sc-contnet.container {
    height: 100%;
}

/*  Responsive Image for slick banners
//--------------------------------------------------*/
.banner-wrapper {
    overflow: hidden;
}

@media only screen and (max-width: 1024.98px) {
    .banner-wrapper {
        padding-top: 20%;
        padding-top: 50px;
    }

    .homepage .banner-wrapper {
        padding-top: 100%;
    }
}

.homepage .banner-wrapper p.lead {
    /*
            font-weight: bold;
            letter-spacing: 1px;
            */
}

.banner-wrapper > .container {
    position: relative;
    top: 0;
}

@media only screen and (min-width: 1025px) {
    .banner-wrapper > .container {
        position: absolute;
        top: 0;
        left: 50%;
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.banner-wrapper .light * {
    color: white;
    border-color: white;
}

    .banner-wrapper .light * .btn, .banner-wrapper .light * button, .banner-wrapper .light * .button, .banner-wrapper .light * submit, .banner-wrapper .light * input[type="submit"], .banner-wrapper .light * input[type="button"], .banner-wrapper .light * .read-more,
    .banner-wrapper .light * .anchor, .banner-wrapper .light * button, .banner-wrapper .light * .button, .banner-wrapper .light * submit, .banner-wrapper .light * input[type="submit"], .banner-wrapper .light * input[type="button"], .banner-wrapper .light * a.btn, .banner-wrapper .light * a.button, .banner-wrapper .light * a.read-more,
    .banner-wrapper .light * a.anchor {
        background-color: transparent;
    }

.banner-wrapper .light .default form .select-box, .banner-wrapper .light .default form select, .banner-wrapper .light .default form textarea, .banner-wrapper .light .default form input[type="text"], .banner-wrapper .light .default form input[type="password"], .banner-wrapper .light .default form input[type="datetime"], .banner-wrapper .light .default form input[type="datetime-local"], .banner-wrapper .light .default form input[type="date"], .banner-wrapper .light .default form input[type="month"], .banner-wrapper .light .default form input[type="time"], .banner-wrapper .light .default form input[type="week"], .banner-wrapper .light .default form input[type="number"], .banner-wrapper .light .default form input[type="email"], .banner-wrapper .light .default form input[type="url"], .banner-wrapper .light .default form input[type="search"], .banner-wrapper .light .default form input[type="tel"], .banner-wrapper .light .default form input[type="color"] {
    color: #272f48;
}

@media only screen and (max-width: 1024.98px) {
    .banner-wrapper > .hero {
        left: 0;
        right: auto;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .banner-wrapper > .container > .row > div:nth-child(2) {
        padding: 30px;
        background: white;
    }

        .banner-wrapper > .container > .row > div:nth-child(2) *:not(.read-more) {
            color: #c13802;
        }

        .banner-wrapper > .container > .row > div:nth-child(2):after {
            content: '';
            width: 100px;
            height: 4px;
            display: block;
            margin: 10px auto;
            background: #c13802;
        }

    .banner-wrapper h1:after, .banner-wrapper h1:before,
    .banner-wrapper .h1:after,
    .banner-wrapper .lbl-primary:after,
    .banner-wrapper .h1:before,
    .banner-wrapper .lbl-primary:before {
        height: 30px;
    }
}

.arrow-trigger {
    text-align: center;
    margin: 15px auto 0;
    padding-top: 64px;
    position: relative;
    height: 0;
    width: 32px;
    border: 1px solid white;
    cursor: pointer;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

    .arrow-trigger > * {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }

.banner-wrapper .img-hero {
    position: absolute;
    bottom: 0;
    right: 0;
}

body.right .banner-wrapper .img-hero {
    right: auto;
    left: 0;
}

/**
 * Header Sliding Area,
   Primary Call to action area
*/
.sepia_banner-widget {
    margin-bottom: 0;
}

.contact-header {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .contact-header * {
        color: whitesmoke;
    }

    .contact-header li {
        margin: 0;
        padding: 0;
        list-style: none;
        display: inline-block;
        margin: 0 0 0 10px;
    }

.add-to-cart-wrapper {
    display: none;
}

.banner-side {
    max-width: 320px;
    width: 100%;
}

    .banner-side img {
        width: 100%;
        height: auto;
    }

img.hero {
    width: auto;
    height: 100%;
    max-width: none;
    left: 50vw;
    top: 0;
    position: absolute;
    z-index: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media only screen and (min-width: 768px) {
    img.hero {
        width: 100%;
        height: auto;
        top: 50%;
        left: 0;
        z-index: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

img.hero.left {
    left: -50%;
}

img.hero.right {
    left: 50%;
}

@media only screen and (min-width: 1025px) {
    img.hero-desktop {
        width: auto;
        height: 100%;
        max-width: none;
        left: 50vw;
        top: 0;
        position: absolute;
        z-index: 0;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@media only screen and (min-width: 1025px) and (min-width: 768px) {
    img.hero-desktop {
        width: 100%;
        height: auto;
        top: 50%;
        left: 0;
        z-index: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media only screen and (min-width: 1025px) {
    img.hero-desktop.left {
        left: -50%;
    }

    img.hero-desktop.right {
        left: 50%;
    }
}

body.right img.hero.left {
    left: 50%;
}

body.right img.hero.right {
    left: -50%;
}

@media only screen and (min-width: 1025px) {
    body.right img.hero-desktop {
        width: auto;
        height: 100%;
        max-width: none;
        left: 50vw;
        top: 0;
        position: absolute;
        z-index: 0;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@media only screen and (min-width: 1025px) and (min-width: 768px) {
    body.right img.hero-desktop {
        width: 100%;
        height: auto;
        top: 50%;
        left: 0;
        z-index: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media only screen and (min-width: 1025px) {
    body.right img.hero-desktop.left {
        left: 50%;
    }

    body.right img.hero-desktop.right {
        left: -50%;
    }
}

/**
	Has Header
 */
body.has-header #header-wrapper {
    padding: 0;
}

    body.has-header #header-wrapper header.top-menu-wrapper {
        position: absolute;
        height: 100%;
        height: auto;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 5000;
    }

.bounce-arrow {
    -moz-animation: bounce-arrow 2s infinite;
    -webkit-animation: bounce-arrow 2s infinite;
    animation: bounce-arrow 2s infinite;
}

@media only screen and (max-width: 1024.98px) {
    #header-wrapper {
        padding-top: 70px;
    }

    .main-body-content {
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 1024.98px) {
    header.top-menu-wrapper {
        background: rgba(255, 255, 255, 0.75);
        position: fixed !important;
        z-index: 15001 !important;
        width: 100%;
        height: 50px;
        top: 0;
    }
}

header.top-menu-wrapper .em,
header.top-menu-wrapper em {
    color: #c13802;
    border-color: #c13802;
}

    header.top-menu-wrapper .em:hover,
    header.top-menu-wrapper em:hover {
        color: #c13802;
        border-color: #c13802;
    }

.modal-dialog {
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: visible;
}

@media (max-width: 768px) {
    .modal-dialog {
        min-height: calc(100vh - 20px);
    }
}

.modal-dialog .modal-content {
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.65), 0 2px 6px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.65), 0 2px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.65), 0 2px 6px rgba(0, 0, 0, 0.15);
    border: 0;
}

.modal-dialog .modal-title {
    color: #465061;
}

.modal-dialog .modal-header {
    background: #DADDE0;
}

.modal-dialog .lbl-icon .fa:before {
    color: #9FA5AD;
    font-size: 4em;
}

.modal-dialog .modal-body iframe {
    width: 100%;
}

.modal.fade .modal-dialog {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75);
    opacity: 0.65;
    filter: alpha(opacity=65);
}

.modal.show .modal-dialog {
    -webkit-transform: translateY(0) scale(1);
    -moz-transform: translateY(0) scale(1);
    -ms-transform: translateY(0) scale(1);
    -o-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
}

body.modal-open {
    padding: 0 !important;
}

    body.modal-open #header-wrapper,
    body.modal-open #body-wrapper,
    body.modal-open #footer {
        filter: blur(4px);
    }

.alert-primary,
.alert.primary {
    color: #031927;
    background-color: #cdd6db;
    border-color: #b9c5cd;
}

    .alert-primary hr,
    .alert.primary hr {
        border-top-color: #aab9c2;
    }

    .alert-primary .alert-link, .alert-primary a,
    .alert-primary .alert.primary a, .alert.primary .alert-primary a, .alert-primary .alert-secondary a, .alert-secondary .alert-primary a,
    .alert-primary .alert.secondary a, .alert.secondary .alert-primary a, .alert-primary .alert-success a, .alert-success .alert-primary a,
    .alert-primary .alert.success a, .alert.success .alert-primary a, .alert-primary .alert-info a, .alert-info .alert-primary a,
    .alert-primary .alert.info a, .alert.info .alert-primary a, .alert-primary .alert-warning a, .alert-warning .alert-primary a,
    .alert-primary .alert.warning a, .alert.warning .alert-primary a, .alert-primary .alert-danger a, .alert-danger .alert-primary a,
    .alert-primary .alert.danger a, .alert.danger .alert-primary a, .alert-primary .alert-light a, .alert-light .alert-primary a,
    .alert-primary .alert.light a, .alert.light .alert-primary a, .alert-primary .alert-dark a, .alert-dark .alert-primary a,
    .alert-primary .alert.dark a, .alert.dark .alert-primary a, .alert-primary .alert-primary-light a, .alert-primary-light .alert-primary a,
    .alert-primary .alert.primary-light a, .alert.primary-light .alert-primary a, .alert-primary .alert-primary-dark a, .alert-primary-dark .alert-primary a,
    .alert-primary .alert.primary-dark a, .alert.primary-dark .alert-primary a, .alert-primary .alert-secondary-light a, .alert-secondary-light .alert-primary a,
    .alert-primary .alert.secondary-light a, .alert.secondary-light .alert-primary a, .alert-primary .alert-secondary-dark a, .alert-secondary-dark .alert-primary a,
    .alert-primary .alert.secondary-dark a, .alert.secondary-dark .alert-primary a, .alert-primary .alert-gray-dark a, .alert-gray-dark .alert-primary a,
    .alert-primary .alert.gray-dark a, .alert.gray-dark .alert-primary a, .alert-primary .alert-gray a, .alert-gray .alert-primary a,
    .alert-primary .alert.gray a, .alert.gray .alert-primary a, .alert-primary .alert-gray-light a, .alert-gray-light .alert-primary a,
    .alert-primary .alert.gray-light a, .alert.gray-light .alert-primary a, .alert-primary .alert-error a, .alert-error .alert-primary a,
    .alert-primary .alert.error a, .alert.error .alert-primary a,
    .alert.primary .alert-link,
    .alert.primary .alert-primary a,
    .alert-primary .alert.primary a,
    .alert.primary a,
    .alert.primary .alert-secondary a,
    .alert-secondary .alert.primary a,
    .alert.primary .alert.secondary a,
    .alert.secondary .alert.primary a,
    .alert.primary .alert-success a,
    .alert-success .alert.primary a,
    .alert.primary .alert.success a,
    .alert.success .alert.primary a,
    .alert.primary .alert-info a,
    .alert-info .alert.primary a,
    .alert.primary .alert.info a,
    .alert.info .alert.primary a,
    .alert.primary .alert-warning a,
    .alert-warning .alert.primary a,
    .alert.primary .alert.warning a,
    .alert.warning .alert.primary a,
    .alert.primary .alert-danger a,
    .alert-danger .alert.primary a,
    .alert.primary .alert.danger a,
    .alert.danger .alert.primary a,
    .alert.primary .alert-light a,
    .alert-light .alert.primary a,
    .alert.primary .alert.light a,
    .alert.light .alert.primary a,
    .alert.primary .alert-dark a,
    .alert-dark .alert.primary a,
    .alert.primary .alert.dark a,
    .alert.dark .alert.primary a,
    .alert.primary .alert-primary-light a,
    .alert-primary-light .alert.primary a,
    .alert.primary .alert.primary-light a,
    .alert.primary-light .alert.primary a,
    .alert.primary .alert-primary-dark a,
    .alert-primary-dark .alert.primary a,
    .alert.primary .alert.primary-dark a,
    .alert.primary-dark .alert.primary a,
    .alert.primary .alert-secondary-light a,
    .alert-secondary-light .alert.primary a,
    .alert.primary .alert.secondary-light a,
    .alert.secondary-light .alert.primary a,
    .alert.primary .alert-secondary-dark a,
    .alert-secondary-dark .alert.primary a,
    .alert.primary .alert.secondary-dark a,
    .alert.secondary-dark .alert.primary a,
    .alert.primary .alert-gray-dark a,
    .alert-gray-dark .alert.primary a,
    .alert.primary .alert.gray-dark a,
    .alert.gray-dark .alert.primary a,
    .alert.primary .alert-gray a,
    .alert-gray .alert.primary a,
    .alert.primary .alert.gray a,
    .alert.gray .alert.primary a,
    .alert.primary .alert-gray-light a,
    .alert-gray-light .alert.primary a,
    .alert.primary .alert.gray-light a,
    .alert.gray-light .alert.primary a,
    .alert.primary .alert-error a,
    .alert-error .alert.primary a,
    .alert.primary .alert.error a,
    .alert.error .alert.primary a {
        color: black;
    }

.alert-secondary,
.alert.secondary {
    color: #641d01;
    background-color: #f3d7cc;
    border-color: #eec7b8;
}

    .alert-secondary hr,
    .alert.secondary hr {
        border-top-color: #e9b7a3;
    }

    .alert-secondary .alert-link, .alert-secondary .alert-primary a, .alert-primary .alert-secondary a,
    .alert-secondary .alert.primary a, .alert.primary .alert-secondary a, .alert-secondary a,
    .alert-secondary .alert.secondary a, .alert.secondary .alert-secondary a, .alert-secondary .alert-success a, .alert-success .alert-secondary a,
    .alert-secondary .alert.success a, .alert.success .alert-secondary a, .alert-secondary .alert-info a, .alert-info .alert-secondary a,
    .alert-secondary .alert.info a, .alert.info .alert-secondary a, .alert-secondary .alert-warning a, .alert-warning .alert-secondary a,
    .alert-secondary .alert.warning a, .alert.warning .alert-secondary a, .alert-secondary .alert-danger a, .alert-danger .alert-secondary a,
    .alert-secondary .alert.danger a, .alert.danger .alert-secondary a, .alert-secondary .alert-light a, .alert-light .alert-secondary a,
    .alert-secondary .alert.light a, .alert.light .alert-secondary a, .alert-secondary .alert-dark a, .alert-dark .alert-secondary a,
    .alert-secondary .alert.dark a, .alert.dark .alert-secondary a, .alert-secondary .alert-primary-light a, .alert-primary-light .alert-secondary a,
    .alert-secondary .alert.primary-light a, .alert.primary-light .alert-secondary a, .alert-secondary .alert-primary-dark a, .alert-primary-dark .alert-secondary a,
    .alert-secondary .alert.primary-dark a, .alert.primary-dark .alert-secondary a, .alert-secondary .alert-secondary-light a, .alert-secondary-light .alert-secondary a,
    .alert-secondary .alert.secondary-light a, .alert.secondary-light .alert-secondary a, .alert-secondary .alert-secondary-dark a, .alert-secondary-dark .alert-secondary a,
    .alert-secondary .alert.secondary-dark a, .alert.secondary-dark .alert-secondary a, .alert-secondary .alert-gray-dark a, .alert-gray-dark .alert-secondary a,
    .alert-secondary .alert.gray-dark a, .alert.gray-dark .alert-secondary a, .alert-secondary .alert-gray a, .alert-gray .alert-secondary a,
    .alert-secondary .alert.gray a, .alert.gray .alert-secondary a, .alert-secondary .alert-gray-light a, .alert-gray-light .alert-secondary a,
    .alert-secondary .alert.gray-light a, .alert.gray-light .alert-secondary a, .alert-secondary .alert-error a, .alert-error .alert-secondary a,
    .alert-secondary .alert.error a, .alert.error .alert-secondary a,
    .alert.secondary .alert-link,
    .alert.secondary .alert-primary a,
    .alert-primary .alert.secondary a,
    .alert.secondary .alert.primary a,
    .alert.primary .alert.secondary a,
    .alert.secondary .alert-secondary a,
    .alert-secondary .alert.secondary a,
    .alert.secondary a,
    .alert.secondary .alert-success a,
    .alert-success .alert.secondary a,
    .alert.secondary .alert.success a,
    .alert.success .alert.secondary a,
    .alert.secondary .alert-info a,
    .alert-info .alert.secondary a,
    .alert.secondary .alert.info a,
    .alert.info .alert.secondary a,
    .alert.secondary .alert-warning a,
    .alert-warning .alert.secondary a,
    .alert.secondary .alert.warning a,
    .alert.warning .alert.secondary a,
    .alert.secondary .alert-danger a,
    .alert-danger .alert.secondary a,
    .alert.secondary .alert.danger a,
    .alert.danger .alert.secondary a,
    .alert.secondary .alert-light a,
    .alert-light .alert.secondary a,
    .alert.secondary .alert.light a,
    .alert.light .alert.secondary a,
    .alert.secondary .alert-dark a,
    .alert-dark .alert.secondary a,
    .alert.secondary .alert.dark a,
    .alert.dark .alert.secondary a,
    .alert.secondary .alert-primary-light a,
    .alert-primary-light .alert.secondary a,
    .alert.secondary .alert.primary-light a,
    .alert.primary-light .alert.secondary a,
    .alert.secondary .alert-primary-dark a,
    .alert-primary-dark .alert.secondary a,
    .alert.secondary .alert.primary-dark a,
    .alert.primary-dark .alert.secondary a,
    .alert.secondary .alert-secondary-light a,
    .alert-secondary-light .alert.secondary a,
    .alert.secondary .alert.secondary-light a,
    .alert.secondary-light .alert.secondary a,
    .alert.secondary .alert-secondary-dark a,
    .alert-secondary-dark .alert.secondary a,
    .alert.secondary .alert.secondary-dark a,
    .alert.secondary-dark .alert.secondary a,
    .alert.secondary .alert-gray-dark a,
    .alert-gray-dark .alert.secondary a,
    .alert.secondary .alert.gray-dark a,
    .alert.gray-dark .alert.secondary a,
    .alert.secondary .alert-gray a,
    .alert-gray .alert.secondary a,
    .alert.secondary .alert.gray a,
    .alert.gray .alert.secondary a,
    .alert.secondary .alert-gray-light a,
    .alert-gray-light .alert.secondary a,
    .alert.secondary .alert.gray-light a,
    .alert.gray-light .alert.secondary a,
    .alert.secondary .alert-error a,
    .alert-error .alert.secondary a,
    .alert.secondary .alert.error a,
    .alert.error .alert.secondary a {
        color: #320e00;
    }

.alert-success,
.alert.success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

    .alert-success hr,
    .alert.success hr {
        border-top-color: #b1dfbb;
    }

    .alert-success .alert-link, .alert-success .alert-primary a, .alert-primary .alert-success a,
    .alert-success .alert.primary a, .alert.primary .alert-success a, .alert-success .alert-secondary a, .alert-secondary .alert-success a,
    .alert-success .alert.secondary a, .alert.secondary .alert-success a, .alert-success a,
    .alert-success .alert.success a, .alert.success .alert-success a, .alert-success .alert-info a, .alert-info .alert-success a,
    .alert-success .alert.info a, .alert.info .alert-success a, .alert-success .alert-warning a, .alert-warning .alert-success a,
    .alert-success .alert.warning a, .alert.warning .alert-success a, .alert-success .alert-danger a, .alert-danger .alert-success a,
    .alert-success .alert.danger a, .alert.danger .alert-success a, .alert-success .alert-light a, .alert-light .alert-success a,
    .alert-success .alert.light a, .alert.light .alert-success a, .alert-success .alert-dark a, .alert-dark .alert-success a,
    .alert-success .alert.dark a, .alert.dark .alert-success a, .alert-success .alert-primary-light a, .alert-primary-light .alert-success a,
    .alert-success .alert.primary-light a, .alert.primary-light .alert-success a, .alert-success .alert-primary-dark a, .alert-primary-dark .alert-success a,
    .alert-success .alert.primary-dark a, .alert.primary-dark .alert-success a, .alert-success .alert-secondary-light a, .alert-secondary-light .alert-success a,
    .alert-success .alert.secondary-light a, .alert.secondary-light .alert-success a, .alert-success .alert-secondary-dark a, .alert-secondary-dark .alert-success a,
    .alert-success .alert.secondary-dark a, .alert.secondary-dark .alert-success a, .alert-success .alert-gray-dark a, .alert-gray-dark .alert-success a,
    .alert-success .alert.gray-dark a, .alert.gray-dark .alert-success a, .alert-success .alert-gray a, .alert-gray .alert-success a,
    .alert-success .alert.gray a, .alert.gray .alert-success a, .alert-success .alert-gray-light a, .alert-gray-light .alert-success a,
    .alert-success .alert.gray-light a, .alert.gray-light .alert-success a, .alert-success .alert-error a, .alert-error .alert-success a,
    .alert-success .alert.error a, .alert.error .alert-success a,
    .alert.success .alert-link,
    .alert.success .alert-primary a,
    .alert-primary .alert.success a,
    .alert.success .alert.primary a,
    .alert.primary .alert.success a,
    .alert.success .alert-secondary a,
    .alert-secondary .alert.success a,
    .alert.success .alert.secondary a,
    .alert.secondary .alert.success a,
    .alert.success .alert-success a,
    .alert-success .alert.success a,
    .alert.success a,
    .alert.success .alert-info a,
    .alert-info .alert.success a,
    .alert.success .alert.info a,
    .alert.info .alert.success a,
    .alert.success .alert-warning a,
    .alert-warning .alert.success a,
    .alert.success .alert.warning a,
    .alert.warning .alert.success a,
    .alert.success .alert-danger a,
    .alert-danger .alert.success a,
    .alert.success .alert.danger a,
    .alert.danger .alert.success a,
    .alert.success .alert-light a,
    .alert-light .alert.success a,
    .alert.success .alert.light a,
    .alert.light .alert.success a,
    .alert.success .alert-dark a,
    .alert-dark .alert.success a,
    .alert.success .alert.dark a,
    .alert.dark .alert.success a,
    .alert.success .alert-primary-light a,
    .alert-primary-light .alert.success a,
    .alert.success .alert.primary-light a,
    .alert.primary-light .alert.success a,
    .alert.success .alert-primary-dark a,
    .alert-primary-dark .alert.success a,
    .alert.success .alert.primary-dark a,
    .alert.primary-dark .alert.success a,
    .alert.success .alert-secondary-light a,
    .alert-secondary-light .alert.success a,
    .alert.success .alert.secondary-light a,
    .alert.secondary-light .alert.success a,
    .alert.success .alert-secondary-dark a,
    .alert-secondary-dark .alert.success a,
    .alert.success .alert.secondary-dark a,
    .alert.secondary-dark .alert.success a,
    .alert.success .alert-gray-dark a,
    .alert-gray-dark .alert.success a,
    .alert.success .alert.gray-dark a,
    .alert.gray-dark .alert.success a,
    .alert.success .alert-gray a,
    .alert-gray .alert.success a,
    .alert.success .alert.gray a,
    .alert.gray .alert.success a,
    .alert.success .alert-gray-light a,
    .alert-gray-light .alert.success a,
    .alert.success .alert.gray-light a,
    .alert.gray-light .alert.success a,
    .alert.success .alert-error a,
    .alert-error .alert.success a,
    .alert.success .alert.error a,
    .alert.error .alert.success a {
        color: #0b2e13;
    }

.alert-info,
.alert.info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

    .alert-info hr,
    .alert.info hr {
        border-top-color: #abdde5;
    }

    .alert-info .alert-link, .alert-info .alert-primary a, .alert-primary .alert-info a,
    .alert-info .alert.primary a, .alert.primary .alert-info a, .alert-info .alert-secondary a, .alert-secondary .alert-info a,
    .alert-info .alert.secondary a, .alert.secondary .alert-info a, .alert-info .alert-success a, .alert-success .alert-info a,
    .alert-info .alert.success a, .alert.success .alert-info a, .alert-info a,
    .alert-info .alert.info a, .alert.info .alert-info a, .alert-info .alert-warning a, .alert-warning .alert-info a,
    .alert-info .alert.warning a, .alert.warning .alert-info a, .alert-info .alert-danger a, .alert-danger .alert-info a,
    .alert-info .alert.danger a, .alert.danger .alert-info a, .alert-info .alert-light a, .alert-light .alert-info a,
    .alert-info .alert.light a, .alert.light .alert-info a, .alert-info .alert-dark a, .alert-dark .alert-info a,
    .alert-info .alert.dark a, .alert.dark .alert-info a, .alert-info .alert-primary-light a, .alert-primary-light .alert-info a,
    .alert-info .alert.primary-light a, .alert.primary-light .alert-info a, .alert-info .alert-primary-dark a, .alert-primary-dark .alert-info a,
    .alert-info .alert.primary-dark a, .alert.primary-dark .alert-info a, .alert-info .alert-secondary-light a, .alert-secondary-light .alert-info a,
    .alert-info .alert.secondary-light a, .alert.secondary-light .alert-info a, .alert-info .alert-secondary-dark a, .alert-secondary-dark .alert-info a,
    .alert-info .alert.secondary-dark a, .alert.secondary-dark .alert-info a, .alert-info .alert-gray-dark a, .alert-gray-dark .alert-info a,
    .alert-info .alert.gray-dark a, .alert.gray-dark .alert-info a, .alert-info .alert-gray a, .alert-gray .alert-info a,
    .alert-info .alert.gray a, .alert.gray .alert-info a, .alert-info .alert-gray-light a, .alert-gray-light .alert-info a,
    .alert-info .alert.gray-light a, .alert.gray-light .alert-info a, .alert-info .alert-error a, .alert-error .alert-info a,
    .alert-info .alert.error a, .alert.error .alert-info a,
    .alert.info .alert-link,
    .alert.info .alert-primary a,
    .alert-primary .alert.info a,
    .alert.info .alert.primary a,
    .alert.primary .alert.info a,
    .alert.info .alert-secondary a,
    .alert-secondary .alert.info a,
    .alert.info .alert.secondary a,
    .alert.secondary .alert.info a,
    .alert.info .alert-success a,
    .alert-success .alert.info a,
    .alert.info .alert.success a,
    .alert.success .alert.info a,
    .alert.info .alert-info a,
    .alert-info .alert.info a,
    .alert.info a,
    .alert.info .alert-warning a,
    .alert-warning .alert.info a,
    .alert.info .alert.warning a,
    .alert.warning .alert.info a,
    .alert.info .alert-danger a,
    .alert-danger .alert.info a,
    .alert.info .alert.danger a,
    .alert.danger .alert.info a,
    .alert.info .alert-light a,
    .alert-light .alert.info a,
    .alert.info .alert.light a,
    .alert.light .alert.info a,
    .alert.info .alert-dark a,
    .alert-dark .alert.info a,
    .alert.info .alert.dark a,
    .alert.dark .alert.info a,
    .alert.info .alert-primary-light a,
    .alert-primary-light .alert.info a,
    .alert.info .alert.primary-light a,
    .alert.primary-light .alert.info a,
    .alert.info .alert-primary-dark a,
    .alert-primary-dark .alert.info a,
    .alert.info .alert.primary-dark a,
    .alert.primary-dark .alert.info a,
    .alert.info .alert-secondary-light a,
    .alert-secondary-light .alert.info a,
    .alert.info .alert.secondary-light a,
    .alert.secondary-light .alert.info a,
    .alert.info .alert-secondary-dark a,
    .alert-secondary-dark .alert.info a,
    .alert.info .alert.secondary-dark a,
    .alert.secondary-dark .alert.info a,
    .alert.info .alert-gray-dark a,
    .alert-gray-dark .alert.info a,
    .alert.info .alert.gray-dark a,
    .alert.gray-dark .alert.info a,
    .alert.info .alert-gray a,
    .alert-gray .alert.info a,
    .alert.info .alert.gray a,
    .alert.gray .alert.info a,
    .alert.info .alert-gray-light a,
    .alert-gray-light .alert.info a,
    .alert.info .alert.gray-light a,
    .alert.gray-light .alert.info a,
    .alert.info .alert-error a,
    .alert-error .alert.info a,
    .alert.info .alert.error a,
    .alert.error .alert.info a {
        color: #062c33;
    }

.alert-warning,
.alert.warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

    .alert-warning hr,
    .alert.warning hr {
        border-top-color: #ffe8a1;
    }

    .alert-warning .alert-link, .alert-warning .alert-primary a, .alert-primary .alert-warning a,
    .alert-warning .alert.primary a, .alert.primary .alert-warning a, .alert-warning .alert-secondary a, .alert-secondary .alert-warning a,
    .alert-warning .alert.secondary a, .alert.secondary .alert-warning a, .alert-warning .alert-success a, .alert-success .alert-warning a,
    .alert-warning .alert.success a, .alert.success .alert-warning a, .alert-warning .alert-info a, .alert-info .alert-warning a,
    .alert-warning .alert.info a, .alert.info .alert-warning a, .alert-warning a,
    .alert-warning .alert.warning a, .alert.warning .alert-warning a, .alert-warning .alert-danger a, .alert-danger .alert-warning a,
    .alert-warning .alert.danger a, .alert.danger .alert-warning a, .alert-warning .alert-light a, .alert-light .alert-warning a,
    .alert-warning .alert.light a, .alert.light .alert-warning a, .alert-warning .alert-dark a, .alert-dark .alert-warning a,
    .alert-warning .alert.dark a, .alert.dark .alert-warning a, .alert-warning .alert-primary-light a, .alert-primary-light .alert-warning a,
    .alert-warning .alert.primary-light a, .alert.primary-light .alert-warning a, .alert-warning .alert-primary-dark a, .alert-primary-dark .alert-warning a,
    .alert-warning .alert.primary-dark a, .alert.primary-dark .alert-warning a, .alert-warning .alert-secondary-light a, .alert-secondary-light .alert-warning a,
    .alert-warning .alert.secondary-light a, .alert.secondary-light .alert-warning a, .alert-warning .alert-secondary-dark a, .alert-secondary-dark .alert-warning a,
    .alert-warning .alert.secondary-dark a, .alert.secondary-dark .alert-warning a, .alert-warning .alert-gray-dark a, .alert-gray-dark .alert-warning a,
    .alert-warning .alert.gray-dark a, .alert.gray-dark .alert-warning a, .alert-warning .alert-gray a, .alert-gray .alert-warning a,
    .alert-warning .alert.gray a, .alert.gray .alert-warning a, .alert-warning .alert-gray-light a, .alert-gray-light .alert-warning a,
    .alert-warning .alert.gray-light a, .alert.gray-light .alert-warning a, .alert-warning .alert-error a, .alert-error .alert-warning a,
    .alert-warning .alert.error a, .alert.error .alert-warning a,
    .alert.warning .alert-link,
    .alert.warning .alert-primary a,
    .alert-primary .alert.warning a,
    .alert.warning .alert.primary a,
    .alert.primary .alert.warning a,
    .alert.warning .alert-secondary a,
    .alert-secondary .alert.warning a,
    .alert.warning .alert.secondary a,
    .alert.secondary .alert.warning a,
    .alert.warning .alert-success a,
    .alert-success .alert.warning a,
    .alert.warning .alert.success a,
    .alert.success .alert.warning a,
    .alert.warning .alert-info a,
    .alert-info .alert.warning a,
    .alert.warning .alert.info a,
    .alert.info .alert.warning a,
    .alert.warning .alert-warning a,
    .alert-warning .alert.warning a,
    .alert.warning a,
    .alert.warning .alert-danger a,
    .alert-danger .alert.warning a,
    .alert.warning .alert.danger a,
    .alert.danger .alert.warning a,
    .alert.warning .alert-light a,
    .alert-light .alert.warning a,
    .alert.warning .alert.light a,
    .alert.light .alert.warning a,
    .alert.warning .alert-dark a,
    .alert-dark .alert.warning a,
    .alert.warning .alert.dark a,
    .alert.dark .alert.warning a,
    .alert.warning .alert-primary-light a,
    .alert-primary-light .alert.warning a,
    .alert.warning .alert.primary-light a,
    .alert.primary-light .alert.warning a,
    .alert.warning .alert-primary-dark a,
    .alert-primary-dark .alert.warning a,
    .alert.warning .alert.primary-dark a,
    .alert.primary-dark .alert.warning a,
    .alert.warning .alert-secondary-light a,
    .alert-secondary-light .alert.warning a,
    .alert.warning .alert.secondary-light a,
    .alert.secondary-light .alert.warning a,
    .alert.warning .alert-secondary-dark a,
    .alert-secondary-dark .alert.warning a,
    .alert.warning .alert.secondary-dark a,
    .alert.secondary-dark .alert.warning a,
    .alert.warning .alert-gray-dark a,
    .alert-gray-dark .alert.warning a,
    .alert.warning .alert.gray-dark a,
    .alert.gray-dark .alert.warning a,
    .alert.warning .alert-gray a,
    .alert-gray .alert.warning a,
    .alert.warning .alert.gray a,
    .alert.gray .alert.warning a,
    .alert.warning .alert-gray-light a,
    .alert-gray-light .alert.warning a,
    .alert.warning .alert.gray-light a,
    .alert.gray-light .alert.warning a,
    .alert.warning .alert-error a,
    .alert-error .alert.warning a,
    .alert.warning .alert.error a,
    .alert.error .alert.warning a {
        color: #533f03;
    }

.alert-danger,
.alert.danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

    .alert-danger hr,
    .alert.danger hr {
        border-top-color: #f1b0b7;
    }

    .alert-danger .alert-link, .alert-danger .alert-primary a, .alert-primary .alert-danger a,
    .alert-danger .alert.primary a, .alert.primary .alert-danger a, .alert-danger .alert-secondary a, .alert-secondary .alert-danger a,
    .alert-danger .alert.secondary a, .alert.secondary .alert-danger a, .alert-danger .alert-success a, .alert-success .alert-danger a,
    .alert-danger .alert.success a, .alert.success .alert-danger a, .alert-danger .alert-info a, .alert-info .alert-danger a,
    .alert-danger .alert.info a, .alert.info .alert-danger a, .alert-danger .alert-warning a, .alert-warning .alert-danger a,
    .alert-danger .alert.warning a, .alert.warning .alert-danger a, .alert-danger a,
    .alert-danger .alert.danger a, .alert.danger .alert-danger a, .alert-danger .alert-light a, .alert-light .alert-danger a,
    .alert-danger .alert.light a, .alert.light .alert-danger a, .alert-danger .alert-dark a, .alert-dark .alert-danger a,
    .alert-danger .alert.dark a, .alert.dark .alert-danger a, .alert-danger .alert-primary-light a, .alert-primary-light .alert-danger a,
    .alert-danger .alert.primary-light a, .alert.primary-light .alert-danger a, .alert-danger .alert-primary-dark a, .alert-primary-dark .alert-danger a,
    .alert-danger .alert.primary-dark a, .alert.primary-dark .alert-danger a, .alert-danger .alert-secondary-light a, .alert-secondary-light .alert-danger a,
    .alert-danger .alert.secondary-light a, .alert.secondary-light .alert-danger a, .alert-danger .alert-secondary-dark a, .alert-secondary-dark .alert-danger a,
    .alert-danger .alert.secondary-dark a, .alert.secondary-dark .alert-danger a, .alert-danger .alert-gray-dark a, .alert-gray-dark .alert-danger a,
    .alert-danger .alert.gray-dark a, .alert.gray-dark .alert-danger a, .alert-danger .alert-gray a, .alert-gray .alert-danger a,
    .alert-danger .alert.gray a, .alert.gray .alert-danger a, .alert-danger .alert-gray-light a, .alert-gray-light .alert-danger a,
    .alert-danger .alert.gray-light a, .alert.gray-light .alert-danger a, .alert-danger .alert-error a, .alert-error .alert-danger a,
    .alert-danger .alert.error a, .alert.error .alert-danger a,
    .alert.danger .alert-link,
    .alert.danger .alert-primary a,
    .alert-primary .alert.danger a,
    .alert.danger .alert.primary a,
    .alert.primary .alert.danger a,
    .alert.danger .alert-secondary a,
    .alert-secondary .alert.danger a,
    .alert.danger .alert.secondary a,
    .alert.secondary .alert.danger a,
    .alert.danger .alert-success a,
    .alert-success .alert.danger a,
    .alert.danger .alert.success a,
    .alert.success .alert.danger a,
    .alert.danger .alert-info a,
    .alert-info .alert.danger a,
    .alert.danger .alert.info a,
    .alert.info .alert.danger a,
    .alert.danger .alert-warning a,
    .alert-warning .alert.danger a,
    .alert.danger .alert.warning a,
    .alert.warning .alert.danger a,
    .alert.danger .alert-danger a,
    .alert-danger .alert.danger a,
    .alert.danger a,
    .alert.danger .alert-light a,
    .alert-light .alert.danger a,
    .alert.danger .alert.light a,
    .alert.light .alert.danger a,
    .alert.danger .alert-dark a,
    .alert-dark .alert.danger a,
    .alert.danger .alert.dark a,
    .alert.dark .alert.danger a,
    .alert.danger .alert-primary-light a,
    .alert-primary-light .alert.danger a,
    .alert.danger .alert.primary-light a,
    .alert.primary-light .alert.danger a,
    .alert.danger .alert-primary-dark a,
    .alert-primary-dark .alert.danger a,
    .alert.danger .alert.primary-dark a,
    .alert.primary-dark .alert.danger a,
    .alert.danger .alert-secondary-light a,
    .alert-secondary-light .alert.danger a,
    .alert.danger .alert.secondary-light a,
    .alert.secondary-light .alert.danger a,
    .alert.danger .alert-secondary-dark a,
    .alert-secondary-dark .alert.danger a,
    .alert.danger .alert.secondary-dark a,
    .alert.secondary-dark .alert.danger a,
    .alert.danger .alert-gray-dark a,
    .alert-gray-dark .alert.danger a,
    .alert.danger .alert.gray-dark a,
    .alert.gray-dark .alert.danger a,
    .alert.danger .alert-gray a,
    .alert-gray .alert.danger a,
    .alert.danger .alert.gray a,
    .alert.gray .alert.danger a,
    .alert.danger .alert-gray-light a,
    .alert-gray-light .alert.danger a,
    .alert.danger .alert.gray-light a,
    .alert.gray-light .alert.danger a,
    .alert.danger .alert-error a,
    .alert-error .alert.danger a,
    .alert.danger .alert.error a,
    .alert.error .alert.danger a {
        color: #491217;
    }

.alert-light,
.alert.light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

    .alert-light hr,
    .alert.light hr {
        border-top-color: #ececf6;
    }

    .alert-light .alert-link, .alert-light .alert-primary a, .alert-primary .alert-light a,
    .alert-light .alert.primary a, .alert.primary .alert-light a, .alert-light .alert-secondary a, .alert-secondary .alert-light a,
    .alert-light .alert.secondary a, .alert.secondary .alert-light a, .alert-light .alert-success a, .alert-success .alert-light a,
    .alert-light .alert.success a, .alert.success .alert-light a, .alert-light .alert-info a, .alert-info .alert-light a,
    .alert-light .alert.info a, .alert.info .alert-light a, .alert-light .alert-warning a, .alert-warning .alert-light a,
    .alert-light .alert.warning a, .alert.warning .alert-light a, .alert-light .alert-danger a, .alert-danger .alert-light a,
    .alert-light .alert.danger a, .alert.danger .alert-light a, .alert-light a,
    .alert-light .alert.light a, .alert.light .alert-light a, .alert-light .alert-dark a, .alert-dark .alert-light a,
    .alert-light .alert.dark a, .alert.dark .alert-light a, .alert-light .alert-primary-light a, .alert-primary-light .alert-light a,
    .alert-light .alert.primary-light a, .alert.primary-light .alert-light a, .alert-light .alert-primary-dark a, .alert-primary-dark .alert-light a,
    .alert-light .alert.primary-dark a, .alert.primary-dark .alert-light a, .alert-light .alert-secondary-light a, .alert-secondary-light .alert-light a,
    .alert-light .alert.secondary-light a, .alert.secondary-light .alert-light a, .alert-light .alert-secondary-dark a, .alert-secondary-dark .alert-light a,
    .alert-light .alert.secondary-dark a, .alert.secondary-dark .alert-light a, .alert-light .alert-gray-dark a, .alert-gray-dark .alert-light a,
    .alert-light .alert.gray-dark a, .alert.gray-dark .alert-light a, .alert-light .alert-gray a, .alert-gray .alert-light a,
    .alert-light .alert.gray a, .alert.gray .alert-light a, .alert-light .alert-gray-light a, .alert-gray-light .alert-light a,
    .alert-light .alert.gray-light a, .alert.gray-light .alert-light a, .alert-light .alert-error a, .alert-error .alert-light a,
    .alert-light .alert.error a, .alert.error .alert-light a,
    .alert.light .alert-link,
    .alert.light .alert-primary a,
    .alert-primary .alert.light a,
    .alert.light .alert.primary a,
    .alert.primary .alert.light a,
    .alert.light .alert-secondary a,
    .alert-secondary .alert.light a,
    .alert.light .alert.secondary a,
    .alert.secondary .alert.light a,
    .alert.light .alert-success a,
    .alert-success .alert.light a,
    .alert.light .alert.success a,
    .alert.success .alert.light a,
    .alert.light .alert-info a,
    .alert-info .alert.light a,
    .alert.light .alert.info a,
    .alert.info .alert.light a,
    .alert.light .alert-warning a,
    .alert-warning .alert.light a,
    .alert.light .alert.warning a,
    .alert.warning .alert.light a,
    .alert.light .alert-danger a,
    .alert-danger .alert.light a,
    .alert.light .alert.danger a,
    .alert.danger .alert.light a,
    .alert.light .alert-light a,
    .alert-light .alert.light a,
    .alert.light a,
    .alert.light .alert-dark a,
    .alert-dark .alert.light a,
    .alert.light .alert.dark a,
    .alert.dark .alert.light a,
    .alert.light .alert-primary-light a,
    .alert-primary-light .alert.light a,
    .alert.light .alert.primary-light a,
    .alert.primary-light .alert.light a,
    .alert.light .alert-primary-dark a,
    .alert-primary-dark .alert.light a,
    .alert.light .alert.primary-dark a,
    .alert.primary-dark .alert.light a,
    .alert.light .alert-secondary-light a,
    .alert-secondary-light .alert.light a,
    .alert.light .alert.secondary-light a,
    .alert.secondary-light .alert.light a,
    .alert.light .alert-secondary-dark a,
    .alert-secondary-dark .alert.light a,
    .alert.light .alert.secondary-dark a,
    .alert.secondary-dark .alert.light a,
    .alert.light .alert-gray-dark a,
    .alert-gray-dark .alert.light a,
    .alert.light .alert.gray-dark a,
    .alert.gray-dark .alert.light a,
    .alert.light .alert-gray a,
    .alert-gray .alert.light a,
    .alert.light .alert.gray a,
    .alert.gray .alert.light a,
    .alert.light .alert-gray-light a,
    .alert-gray-light .alert.light a,
    .alert.light .alert.gray-light a,
    .alert.gray-light .alert.light a,
    .alert.light .alert-error a,
    .alert-error .alert.light a,
    .alert.light .alert.error a,
    .alert.error .alert.light a {
        color: #686868;
    }

.alert-dark,
.alert.dark {
    color: #141c25;
    background-color: #d4d7da;
    border-color: #c3c6cc;
}

    .alert-dark hr,
    .alert.dark hr {
        border-top-color: #b5b9c0;
    }

    .alert-dark .alert-link, .alert-dark .alert-primary a, .alert-primary .alert-dark a,
    .alert-dark .alert.primary a, .alert.primary .alert-dark a, .alert-dark .alert-secondary a, .alert-secondary .alert-dark a,
    .alert-dark .alert.secondary a, .alert.secondary .alert-dark a, .alert-dark .alert-success a, .alert-success .alert-dark a,
    .alert-dark .alert.success a, .alert.success .alert-dark a, .alert-dark .alert-info a, .alert-info .alert-dark a,
    .alert-dark .alert.info a, .alert.info .alert-dark a, .alert-dark .alert-warning a, .alert-warning .alert-dark a,
    .alert-dark .alert.warning a, .alert.warning .alert-dark a, .alert-dark .alert-danger a, .alert-danger .alert-dark a,
    .alert-dark .alert.danger a, .alert.danger .alert-dark a, .alert-dark .alert-light a, .alert-light .alert-dark a,
    .alert-dark .alert.light a, .alert.light .alert-dark a, .alert-dark a,
    .alert-dark .alert.dark a, .alert.dark .alert-dark a, .alert-dark .alert-primary-light a, .alert-primary-light .alert-dark a,
    .alert-dark .alert.primary-light a, .alert.primary-light .alert-dark a, .alert-dark .alert-primary-dark a, .alert-primary-dark .alert-dark a,
    .alert-dark .alert.primary-dark a, .alert.primary-dark .alert-dark a, .alert-dark .alert-secondary-light a, .alert-secondary-light .alert-dark a,
    .alert-dark .alert.secondary-light a, .alert.secondary-light .alert-dark a, .alert-dark .alert-secondary-dark a, .alert-secondary-dark .alert-dark a,
    .alert-dark .alert.secondary-dark a, .alert.secondary-dark .alert-dark a, .alert-dark .alert-gray-dark a, .alert-gray-dark .alert-dark a,
    .alert-dark .alert.gray-dark a, .alert.gray-dark .alert-dark a, .alert-dark .alert-gray a, .alert-gray .alert-dark a,
    .alert-dark .alert.gray a, .alert.gray .alert-dark a, .alert-dark .alert-gray-light a, .alert-gray-light .alert-dark a,
    .alert-dark .alert.gray-light a, .alert.gray-light .alert-dark a, .alert-dark .alert-error a, .alert-error .alert-dark a,
    .alert-dark .alert.error a, .alert.error .alert-dark a,
    .alert.dark .alert-link,
    .alert.dark .alert-primary a,
    .alert-primary .alert.dark a,
    .alert.dark .alert.primary a,
    .alert.primary .alert.dark a,
    .alert.dark .alert-secondary a,
    .alert-secondary .alert.dark a,
    .alert.dark .alert.secondary a,
    .alert.secondary .alert.dark a,
    .alert.dark .alert-success a,
    .alert-success .alert.dark a,
    .alert.dark .alert.success a,
    .alert.success .alert.dark a,
    .alert.dark .alert-info a,
    .alert-info .alert.dark a,
    .alert.dark .alert.info a,
    .alert.info .alert.dark a,
    .alert.dark .alert-warning a,
    .alert-warning .alert.dark a,
    .alert.dark .alert.warning a,
    .alert.warning .alert.dark a,
    .alert.dark .alert-danger a,
    .alert-danger .alert.dark a,
    .alert.dark .alert.danger a,
    .alert.danger .alert.dark a,
    .alert.dark .alert-light a,
    .alert-light .alert.dark a,
    .alert.dark .alert.light a,
    .alert.light .alert.dark a,
    .alert.dark .alert-dark a,
    .alert-dark .alert.dark a,
    .alert.dark a,
    .alert.dark .alert-primary-light a,
    .alert-primary-light .alert.dark a,
    .alert.dark .alert.primary-light a,
    .alert.primary-light .alert.dark a,
    .alert.dark .alert-primary-dark a,
    .alert-primary-dark .alert.dark a,
    .alert.dark .alert.primary-dark a,
    .alert.primary-dark .alert.dark a,
    .alert.dark .alert-secondary-light a,
    .alert-secondary-light .alert.dark a,
    .alert.dark .alert.secondary-light a,
    .alert.secondary-light .alert.dark a,
    .alert.dark .alert-secondary-dark a,
    .alert-secondary-dark .alert.dark a,
    .alert.dark .alert.secondary-dark a,
    .alert.secondary-dark .alert.dark a,
    .alert.dark .alert-gray-dark a,
    .alert-gray-dark .alert.dark a,
    .alert.dark .alert.gray-dark a,
    .alert.gray-dark .alert.dark a,
    .alert.dark .alert-gray a,
    .alert-gray .alert.dark a,
    .alert.dark .alert.gray a,
    .alert.gray .alert.dark a,
    .alert.dark .alert-gray-light a,
    .alert-gray-light .alert.dark a,
    .alert.dark .alert.gray-light a,
    .alert.gray-light .alert.dark a,
    .alert.dark .alert-error a,
    .alert-error .alert.dark a,
    .alert.dark .alert.error a,
    .alert.error .alert.dark a {
        color: #020304;
    }

.alert-primary-light,
.alert.primary-light {
    color: #396e78;
    background-color: #e2f6fa;
    border-color: #d6f3f8;
}

    .alert-primary-light hr,
    .alert.primary-light hr {
        border-top-color: #c0edf4;
    }

    .alert-primary-light .alert-link, .alert-primary-light .alert-primary a, .alert-primary .alert-primary-light a,
    .alert-primary-light .alert.primary a, .alert.primary .alert-primary-light a, .alert-primary-light .alert-secondary a, .alert-secondary .alert-primary-light a,
    .alert-primary-light .alert.secondary a, .alert.secondary .alert-primary-light a, .alert-primary-light .alert-success a, .alert-success .alert-primary-light a,
    .alert-primary-light .alert.success a, .alert.success .alert-primary-light a, .alert-primary-light .alert-info a, .alert-info .alert-primary-light a,
    .alert-primary-light .alert.info a, .alert.info .alert-primary-light a, .alert-primary-light .alert-warning a, .alert-warning .alert-primary-light a,
    .alert-primary-light .alert.warning a, .alert.warning .alert-primary-light a, .alert-primary-light .alert-danger a, .alert-danger .alert-primary-light a,
    .alert-primary-light .alert.danger a, .alert.danger .alert-primary-light a, .alert-primary-light .alert-light a, .alert-light .alert-primary-light a,
    .alert-primary-light .alert.light a, .alert.light .alert-primary-light a, .alert-primary-light .alert-dark a, .alert-dark .alert-primary-light a,
    .alert-primary-light .alert.dark a, .alert.dark .alert-primary-light a, .alert-primary-light a,
    .alert-primary-light .alert.primary-light a, .alert.primary-light .alert-primary-light a, .alert-primary-light .alert-primary-dark a, .alert-primary-dark .alert-primary-light a,
    .alert-primary-light .alert.primary-dark a, .alert.primary-dark .alert-primary-light a, .alert-primary-light .alert-secondary-light a, .alert-secondary-light .alert-primary-light a,
    .alert-primary-light .alert.secondary-light a, .alert.secondary-light .alert-primary-light a, .alert-primary-light .alert-secondary-dark a, .alert-secondary-dark .alert-primary-light a,
    .alert-primary-light .alert.secondary-dark a, .alert.secondary-dark .alert-primary-light a, .alert-primary-light .alert-gray-dark a, .alert-gray-dark .alert-primary-light a,
    .alert-primary-light .alert.gray-dark a, .alert.gray-dark .alert-primary-light a, .alert-primary-light .alert-gray a, .alert-gray .alert-primary-light a,
    .alert-primary-light .alert.gray a, .alert.gray .alert-primary-light a, .alert-primary-light .alert-gray-light a, .alert-gray-light .alert-primary-light a,
    .alert-primary-light .alert.gray-light a, .alert.gray-light .alert-primary-light a, .alert-primary-light .alert-error a, .alert-error .alert-primary-light a,
    .alert-primary-light .alert.error a, .alert.error .alert-primary-light a,
    .alert.primary-light .alert-link,
    .alert.primary-light .alert-primary a,
    .alert-primary .alert.primary-light a,
    .alert.primary-light .alert.primary a,
    .alert.primary .alert.primary-light a,
    .alert.primary-light .alert-secondary a,
    .alert-secondary .alert.primary-light a,
    .alert.primary-light .alert.secondary a,
    .alert.secondary .alert.primary-light a,
    .alert.primary-light .alert-success a,
    .alert-success .alert.primary-light a,
    .alert.primary-light .alert.success a,
    .alert.success .alert.primary-light a,
    .alert.primary-light .alert-info a,
    .alert-info .alert.primary-light a,
    .alert.primary-light .alert.info a,
    .alert.info .alert.primary-light a,
    .alert.primary-light .alert-warning a,
    .alert-warning .alert.primary-light a,
    .alert.primary-light .alert.warning a,
    .alert.warning .alert.primary-light a,
    .alert.primary-light .alert-danger a,
    .alert-danger .alert.primary-light a,
    .alert.primary-light .alert.danger a,
    .alert.danger .alert.primary-light a,
    .alert.primary-light .alert-light a,
    .alert-light .alert.primary-light a,
    .alert.primary-light .alert.light a,
    .alert.light .alert.primary-light a,
    .alert.primary-light .alert-dark a,
    .alert-dark .alert.primary-light a,
    .alert.primary-light .alert.dark a,
    .alert.dark .alert.primary-light a,
    .alert.primary-light .alert-primary-light a,
    .alert-primary-light .alert.primary-light a,
    .alert.primary-light a,
    .alert.primary-light .alert-primary-dark a,
    .alert-primary-dark .alert.primary-light a,
    .alert.primary-light .alert.primary-dark a,
    .alert.primary-dark .alert.primary-light a,
    .alert.primary-light .alert-secondary-light a,
    .alert-secondary-light .alert.primary-light a,
    .alert.primary-light .alert.secondary-light a,
    .alert.secondary-light .alert.primary-light a,
    .alert.primary-light .alert-secondary-dark a,
    .alert-secondary-dark .alert.primary-light a,
    .alert.primary-light .alert.secondary-dark a,
    .alert.secondary-dark .alert.primary-light a,
    .alert.primary-light .alert-gray-dark a,
    .alert-gray-dark .alert.primary-light a,
    .alert.primary-light .alert.gray-dark a,
    .alert.gray-dark .alert.primary-light a,
    .alert.primary-light .alert-gray a,
    .alert-gray .alert.primary-light a,
    .alert.primary-light .alert.gray a,
    .alert.gray .alert.primary-light a,
    .alert.primary-light .alert-gray-light a,
    .alert-gray-light .alert.primary-light a,
    .alert.primary-light .alert.gray-light a,
    .alert.gray-light .alert.primary-light a,
    .alert.primary-light .alert-error a,
    .alert-error .alert.primary-light a,
    .alert.primary-light .alert.error a,
    .alert.error .alert.primary-light a {
        color: #294e55;
    }

.alert-primary-dark,
.alert.primary-dark {
    color: #01090e;
    background-color: #cccfd1;
    border-color: #b8bcbf;
}

    .alert-primary-dark hr,
    .alert.primary-dark hr {
        border-top-color: #abafb3;
    }

    .alert-primary-dark .alert-link, .alert-primary-dark .alert-primary a, .alert-primary .alert-primary-dark a,
    .alert-primary-dark .alert.primary a, .alert.primary .alert-primary-dark a, .alert-primary-dark .alert-secondary a, .alert-secondary .alert-primary-dark a,
    .alert-primary-dark .alert.secondary a, .alert.secondary .alert-primary-dark a, .alert-primary-dark .alert-success a, .alert-success .alert-primary-dark a,
    .alert-primary-dark .alert.success a, .alert.success .alert-primary-dark a, .alert-primary-dark .alert-info a, .alert-info .alert-primary-dark a,
    .alert-primary-dark .alert.info a, .alert.info .alert-primary-dark a, .alert-primary-dark .alert-warning a, .alert-warning .alert-primary-dark a,
    .alert-primary-dark .alert.warning a, .alert.warning .alert-primary-dark a, .alert-primary-dark .alert-danger a, .alert-danger .alert-primary-dark a,
    .alert-primary-dark .alert.danger a, .alert.danger .alert-primary-dark a, .alert-primary-dark .alert-light a, .alert-light .alert-primary-dark a,
    .alert-primary-dark .alert.light a, .alert.light .alert-primary-dark a, .alert-primary-dark .alert-dark a, .alert-dark .alert-primary-dark a,
    .alert-primary-dark .alert.dark a, .alert.dark .alert-primary-dark a, .alert-primary-dark .alert-primary-light a, .alert-primary-light .alert-primary-dark a,
    .alert-primary-dark .alert.primary-light a, .alert.primary-light .alert-primary-dark a, .alert-primary-dark a,
    .alert-primary-dark .alert.primary-dark a, .alert.primary-dark .alert-primary-dark a, .alert-primary-dark .alert-secondary-light a, .alert-secondary-light .alert-primary-dark a,
    .alert-primary-dark .alert.secondary-light a, .alert.secondary-light .alert-primary-dark a, .alert-primary-dark .alert-secondary-dark a, .alert-secondary-dark .alert-primary-dark a,
    .alert-primary-dark .alert.secondary-dark a, .alert.secondary-dark .alert-primary-dark a, .alert-primary-dark .alert-gray-dark a, .alert-gray-dark .alert-primary-dark a,
    .alert-primary-dark .alert.gray-dark a, .alert.gray-dark .alert-primary-dark a, .alert-primary-dark .alert-gray a, .alert-gray .alert-primary-dark a,
    .alert-primary-dark .alert.gray a, .alert.gray .alert-primary-dark a, .alert-primary-dark .alert-gray-light a, .alert-gray-light .alert-primary-dark a,
    .alert-primary-dark .alert.gray-light a, .alert.gray-light .alert-primary-dark a, .alert-primary-dark .alert-error a, .alert-error .alert-primary-dark a,
    .alert-primary-dark .alert.error a, .alert.error .alert-primary-dark a,
    .alert.primary-dark .alert-link,
    .alert.primary-dark .alert-primary a,
    .alert-primary .alert.primary-dark a,
    .alert.primary-dark .alert.primary a,
    .alert.primary .alert.primary-dark a,
    .alert.primary-dark .alert-secondary a,
    .alert-secondary .alert.primary-dark a,
    .alert.primary-dark .alert.secondary a,
    .alert.secondary .alert.primary-dark a,
    .alert.primary-dark .alert-success a,
    .alert-success .alert.primary-dark a,
    .alert.primary-dark .alert.success a,
    .alert.success .alert.primary-dark a,
    .alert.primary-dark .alert-info a,
    .alert-info .alert.primary-dark a,
    .alert.primary-dark .alert.info a,
    .alert.info .alert.primary-dark a,
    .alert.primary-dark .alert-warning a,
    .alert-warning .alert.primary-dark a,
    .alert.primary-dark .alert.warning a,
    .alert.warning .alert.primary-dark a,
    .alert.primary-dark .alert-danger a,
    .alert-danger .alert.primary-dark a,
    .alert.primary-dark .alert.danger a,
    .alert.danger .alert.primary-dark a,
    .alert.primary-dark .alert-light a,
    .alert-light .alert.primary-dark a,
    .alert.primary-dark .alert.light a,
    .alert.light .alert.primary-dark a,
    .alert.primary-dark .alert-dark a,
    .alert-dark .alert.primary-dark a,
    .alert.primary-dark .alert.dark a,
    .alert.dark .alert.primary-dark a,
    .alert.primary-dark .alert-primary-light a,
    .alert-primary-light .alert.primary-dark a,
    .alert.primary-dark .alert.primary-light a,
    .alert.primary-light .alert.primary-dark a,
    .alert.primary-dark .alert-primary-dark a,
    .alert-primary-dark .alert.primary-dark a,
    .alert.primary-dark a,
    .alert.primary-dark .alert-secondary-light a,
    .alert-secondary-light .alert.primary-dark a,
    .alert.primary-dark .alert.secondary-light a,
    .alert.secondary-light .alert.primary-dark a,
    .alert.primary-dark .alert-secondary-dark a,
    .alert-secondary-dark .alert.primary-dark a,
    .alert.primary-dark .alert.secondary-dark a,
    .alert.secondary-dark .alert.primary-dark a,
    .alert.primary-dark .alert-gray-dark a,
    .alert-gray-dark .alert.primary-dark a,
    .alert.primary-dark .alert.gray-dark a,
    .alert.gray-dark .alert.primary-dark a,
    .alert.primary-dark .alert-gray a,
    .alert-gray .alert.primary-dark a,
    .alert.primary-dark .alert.gray a,
    .alert.gray .alert.primary-dark a,
    .alert.primary-dark .alert-gray-light a,
    .alert-gray-light .alert.primary-dark a,
    .alert.primary-dark .alert.gray-light a,
    .alert.gray-light .alert.primary-dark a,
    .alert.primary-dark .alert-error a,
    .alert-error .alert.primary-dark a,
    .alert.primary-dark .alert.error a,
    .alert.error .alert.primary-dark a {
        color: black;
    }

.alert-secondary-light,
.alert.secondary-light {
    color: #832c0a;
    background-color: #ffddd0;
    border-color: #fecfbd;
}

    .alert-secondary-light hr,
    .alert.secondary-light hr {
        border-top-color: #febda4;
    }

    .alert-secondary-light .alert-link, .alert-secondary-light .alert-primary a, .alert-primary .alert-secondary-light a,
    .alert-secondary-light .alert.primary a, .alert.primary .alert-secondary-light a, .alert-secondary-light .alert-secondary a, .alert-secondary .alert-secondary-light a,
    .alert-secondary-light .alert.secondary a, .alert.secondary .alert-secondary-light a, .alert-secondary-light .alert-success a, .alert-success .alert-secondary-light a,
    .alert-secondary-light .alert.success a, .alert.success .alert-secondary-light a, .alert-secondary-light .alert-info a, .alert-info .alert-secondary-light a,
    .alert-secondary-light .alert.info a, .alert.info .alert-secondary-light a, .alert-secondary-light .alert-warning a, .alert-warning .alert-secondary-light a,
    .alert-secondary-light .alert.warning a, .alert.warning .alert-secondary-light a, .alert-secondary-light .alert-danger a, .alert-danger .alert-secondary-light a,
    .alert-secondary-light .alert.danger a, .alert.danger .alert-secondary-light a, .alert-secondary-light .alert-light a, .alert-light .alert-secondary-light a,
    .alert-secondary-light .alert.light a, .alert.light .alert-secondary-light a, .alert-secondary-light .alert-dark a, .alert-dark .alert-secondary-light a,
    .alert-secondary-light .alert.dark a, .alert.dark .alert-secondary-light a, .alert-secondary-light .alert-primary-light a, .alert-primary-light .alert-secondary-light a,
    .alert-secondary-light .alert.primary-light a, .alert.primary-light .alert-secondary-light a, .alert-secondary-light .alert-primary-dark a, .alert-primary-dark .alert-secondary-light a,
    .alert-secondary-light .alert.primary-dark a, .alert.primary-dark .alert-secondary-light a, .alert-secondary-light a,
    .alert-secondary-light .alert.secondary-light a, .alert.secondary-light .alert-secondary-light a, .alert-secondary-light .alert-secondary-dark a, .alert-secondary-dark .alert-secondary-light a,
    .alert-secondary-light .alert.secondary-dark a, .alert.secondary-dark .alert-secondary-light a, .alert-secondary-light .alert-gray-dark a, .alert-gray-dark .alert-secondary-light a,
    .alert-secondary-light .alert.gray-dark a, .alert.gray-dark .alert-secondary-light a, .alert-secondary-light .alert-gray a, .alert-gray .alert-secondary-light a,
    .alert-secondary-light .alert.gray a, .alert.gray .alert-secondary-light a, .alert-secondary-light .alert-gray-light a, .alert-gray-light .alert-secondary-light a,
    .alert-secondary-light .alert.gray-light a, .alert.gray-light .alert-secondary-light a, .alert-secondary-light .alert-error a, .alert-error .alert-secondary-light a,
    .alert-secondary-light .alert.error a, .alert.error .alert-secondary-light a,
    .alert.secondary-light .alert-link,
    .alert.secondary-light .alert-primary a,
    .alert-primary .alert.secondary-light a,
    .alert.secondary-light .alert.primary a,
    .alert.primary .alert.secondary-light a,
    .alert.secondary-light .alert-secondary a,
    .alert-secondary .alert.secondary-light a,
    .alert.secondary-light .alert.secondary a,
    .alert.secondary .alert.secondary-light a,
    .alert.secondary-light .alert-success a,
    .alert-success .alert.secondary-light a,
    .alert.secondary-light .alert.success a,
    .alert.success .alert.secondary-light a,
    .alert.secondary-light .alert-info a,
    .alert-info .alert.secondary-light a,
    .alert.secondary-light .alert.info a,
    .alert.info .alert.secondary-light a,
    .alert.secondary-light .alert-warning a,
    .alert-warning .alert.secondary-light a,
    .alert.secondary-light .alert.warning a,
    .alert.warning .alert.secondary-light a,
    .alert.secondary-light .alert-danger a,
    .alert-danger .alert.secondary-light a,
    .alert.secondary-light .alert.danger a,
    .alert.danger .alert.secondary-light a,
    .alert.secondary-light .alert-light a,
    .alert-light .alert.secondary-light a,
    .alert.secondary-light .alert.light a,
    .alert.light .alert.secondary-light a,
    .alert.secondary-light .alert-dark a,
    .alert-dark .alert.secondary-light a,
    .alert.secondary-light .alert.dark a,
    .alert.dark .alert.secondary-light a,
    .alert.secondary-light .alert-primary-light a,
    .alert-primary-light .alert.secondary-light a,
    .alert.secondary-light .alert.primary-light a,
    .alert.primary-light .alert.secondary-light a,
    .alert.secondary-light .alert-primary-dark a,
    .alert-primary-dark .alert.secondary-light a,
    .alert.secondary-light .alert.primary-dark a,
    .alert.primary-dark .alert.secondary-light a,
    .alert.secondary-light .alert-secondary-light a,
    .alert-secondary-light .alert.secondary-light a,
    .alert.secondary-light a,
    .alert.secondary-light .alert-secondary-dark a,
    .alert-secondary-dark .alert.secondary-light a,
    .alert.secondary-light .alert.secondary-dark a,
    .alert.secondary-dark .alert.secondary-light a,
    .alert.secondary-light .alert-gray-dark a,
    .alert-gray-dark .alert.secondary-light a,
    .alert.secondary-light .alert.gray-dark a,
    .alert.gray-dark .alert.secondary-light a,
    .alert.secondary-light .alert-gray a,
    .alert-gray .alert.secondary-light a,
    .alert.secondary-light .alert.gray a,
    .alert.gray .alert.secondary-light a,
    .alert.secondary-light .alert-gray-light a,
    .alert-gray-light .alert.secondary-light a,
    .alert.secondary-light .alert.gray-light a,
    .alert.gray-light .alert.secondary-light a,
    .alert.secondary-light .alert-error a,
    .alert-error .alert.secondary-light a,
    .alert.secondary-light .alert.error a,
    .alert.error .alert.secondary-light a {
        color: #541c06;
    }

.alert-secondary-dark,
.alert.secondary-dark {
    color: #4a1601;
    background-color: #e9d4cc;
    border-color: #e0c3b8;
}

    .alert-secondary-dark hr,
    .alert.secondary-dark hr {
        border-top-color: #d8b4a6;
    }

    .alert-secondary-dark .alert-link, .alert-secondary-dark .alert-primary a, .alert-primary .alert-secondary-dark a,
    .alert-secondary-dark .alert.primary a, .alert.primary .alert-secondary-dark a, .alert-secondary-dark .alert-secondary a, .alert-secondary .alert-secondary-dark a,
    .alert-secondary-dark .alert.secondary a, .alert.secondary .alert-secondary-dark a, .alert-secondary-dark .alert-success a, .alert-success .alert-secondary-dark a,
    .alert-secondary-dark .alert.success a, .alert.success .alert-secondary-dark a, .alert-secondary-dark .alert-info a, .alert-info .alert-secondary-dark a,
    .alert-secondary-dark .alert.info a, .alert.info .alert-secondary-dark a, .alert-secondary-dark .alert-warning a, .alert-warning .alert-secondary-dark a,
    .alert-secondary-dark .alert.warning a, .alert.warning .alert-secondary-dark a, .alert-secondary-dark .alert-danger a, .alert-danger .alert-secondary-dark a,
    .alert-secondary-dark .alert.danger a, .alert.danger .alert-secondary-dark a, .alert-secondary-dark .alert-light a, .alert-light .alert-secondary-dark a,
    .alert-secondary-dark .alert.light a, .alert.light .alert-secondary-dark a, .alert-secondary-dark .alert-dark a, .alert-dark .alert-secondary-dark a,
    .alert-secondary-dark .alert.dark a, .alert.dark .alert-secondary-dark a, .alert-secondary-dark .alert-primary-light a, .alert-primary-light .alert-secondary-dark a,
    .alert-secondary-dark .alert.primary-light a, .alert.primary-light .alert-secondary-dark a, .alert-secondary-dark .alert-primary-dark a, .alert-primary-dark .alert-secondary-dark a,
    .alert-secondary-dark .alert.primary-dark a, .alert.primary-dark .alert-secondary-dark a, .alert-secondary-dark .alert-secondary-light a, .alert-secondary-light .alert-secondary-dark a,
    .alert-secondary-dark .alert.secondary-light a, .alert.secondary-light .alert-secondary-dark a, .alert-secondary-dark a,
    .alert-secondary-dark .alert.secondary-dark a, .alert.secondary-dark .alert-secondary-dark a, .alert-secondary-dark .alert-gray-dark a, .alert-gray-dark .alert-secondary-dark a,
    .alert-secondary-dark .alert.gray-dark a, .alert.gray-dark .alert-secondary-dark a, .alert-secondary-dark .alert-gray a, .alert-gray .alert-secondary-dark a,
    .alert-secondary-dark .alert.gray a, .alert.gray .alert-secondary-dark a, .alert-secondary-dark .alert-gray-light a, .alert-gray-light .alert-secondary-dark a,
    .alert-secondary-dark .alert.gray-light a, .alert.gray-light .alert-secondary-dark a, .alert-secondary-dark .alert-error a, .alert-error .alert-secondary-dark a,
    .alert-secondary-dark .alert.error a, .alert.error .alert-secondary-dark a,
    .alert.secondary-dark .alert-link,
    .alert.secondary-dark .alert-primary a,
    .alert-primary .alert.secondary-dark a,
    .alert.secondary-dark .alert.primary a,
    .alert.primary .alert.secondary-dark a,
    .alert.secondary-dark .alert-secondary a,
    .alert-secondary .alert.secondary-dark a,
    .alert.secondary-dark .alert.secondary a,
    .alert.secondary .alert.secondary-dark a,
    .alert.secondary-dark .alert-success a,
    .alert-success .alert.secondary-dark a,
    .alert.secondary-dark .alert.success a,
    .alert.success .alert.secondary-dark a,
    .alert.secondary-dark .alert-info a,
    .alert-info .alert.secondary-dark a,
    .alert.secondary-dark .alert.info a,
    .alert.info .alert.secondary-dark a,
    .alert.secondary-dark .alert-warning a,
    .alert-warning .alert.secondary-dark a,
    .alert.secondary-dark .alert.warning a,
    .alert.warning .alert.secondary-dark a,
    .alert.secondary-dark .alert-danger a,
    .alert-danger .alert.secondary-dark a,
    .alert.secondary-dark .alert.danger a,
    .alert.danger .alert.secondary-dark a,
    .alert.secondary-dark .alert-light a,
    .alert-light .alert.secondary-dark a,
    .alert.secondary-dark .alert.light a,
    .alert.light .alert.secondary-dark a,
    .alert.secondary-dark .alert-dark a,
    .alert-dark .alert.secondary-dark a,
    .alert.secondary-dark .alert.dark a,
    .alert.dark .alert.secondary-dark a,
    .alert.secondary-dark .alert-primary-light a,
    .alert-primary-light .alert.secondary-dark a,
    .alert.secondary-dark .alert.primary-light a,
    .alert.primary-light .alert.secondary-dark a,
    .alert.secondary-dark .alert-primary-dark a,
    .alert-primary-dark .alert.secondary-dark a,
    .alert.secondary-dark .alert.primary-dark a,
    .alert.primary-dark .alert.secondary-dark a,
    .alert.secondary-dark .alert-secondary-light a,
    .alert-secondary-light .alert.secondary-dark a,
    .alert.secondary-dark .alert.secondary-light a,
    .alert.secondary-light .alert.secondary-dark a,
    .alert.secondary-dark .alert-secondary-dark a,
    .alert-secondary-dark .alert.secondary-dark a,
    .alert.secondary-dark a,
    .alert.secondary-dark .alert-gray-dark a,
    .alert-gray-dark .alert.secondary-dark a,
    .alert.secondary-dark .alert.gray-dark a,
    .alert.gray-dark .alert.secondary-dark a,
    .alert.secondary-dark .alert-gray a,
    .alert-gray .alert.secondary-dark a,
    .alert.secondary-dark .alert.gray a,
    .alert.gray .alert.secondary-dark a,
    .alert.secondary-dark .alert-gray-light a,
    .alert-gray-light .alert.secondary-dark a,
    .alert.secondary-dark .alert.gray-light a,
    .alert.gray-light .alert.secondary-dark a,
    .alert.secondary-dark .alert-error a,
    .alert-error .alert.secondary-dark a,
    .alert.secondary-dark .alert.error a,
    .alert.error .alert.secondary-dark a {
        color: #180700;
    }

.alert-gray-dark,
.alert.gray-dark {
    color: #141825;
    background-color: #d4d5da;
    border-color: #c3c5cc;
}

    .alert-gray-dark hr,
    .alert.gray-dark hr {
        border-top-color: #b5b8c0;
    }

    .alert-gray-dark .alert-link, .alert-gray-dark .alert-primary a, .alert-primary .alert-gray-dark a,
    .alert-gray-dark .alert.primary a, .alert.primary .alert-gray-dark a, .alert-gray-dark .alert-secondary a, .alert-secondary .alert-gray-dark a,
    .alert-gray-dark .alert.secondary a, .alert.secondary .alert-gray-dark a, .alert-gray-dark .alert-success a, .alert-success .alert-gray-dark a,
    .alert-gray-dark .alert.success a, .alert.success .alert-gray-dark a, .alert-gray-dark .alert-info a, .alert-info .alert-gray-dark a,
    .alert-gray-dark .alert.info a, .alert.info .alert-gray-dark a, .alert-gray-dark .alert-warning a, .alert-warning .alert-gray-dark a,
    .alert-gray-dark .alert.warning a, .alert.warning .alert-gray-dark a, .alert-gray-dark .alert-danger a, .alert-danger .alert-gray-dark a,
    .alert-gray-dark .alert.danger a, .alert.danger .alert-gray-dark a, .alert-gray-dark .alert-light a, .alert-light .alert-gray-dark a,
    .alert-gray-dark .alert.light a, .alert.light .alert-gray-dark a, .alert-gray-dark .alert-dark a, .alert-dark .alert-gray-dark a,
    .alert-gray-dark .alert.dark a, .alert.dark .alert-gray-dark a, .alert-gray-dark .alert-primary-light a, .alert-primary-light .alert-gray-dark a,
    .alert-gray-dark .alert.primary-light a, .alert.primary-light .alert-gray-dark a, .alert-gray-dark .alert-primary-dark a, .alert-primary-dark .alert-gray-dark a,
    .alert-gray-dark .alert.primary-dark a, .alert.primary-dark .alert-gray-dark a, .alert-gray-dark .alert-secondary-light a, .alert-secondary-light .alert-gray-dark a,
    .alert-gray-dark .alert.secondary-light a, .alert.secondary-light .alert-gray-dark a, .alert-gray-dark .alert-secondary-dark a, .alert-secondary-dark .alert-gray-dark a,
    .alert-gray-dark .alert.secondary-dark a, .alert.secondary-dark .alert-gray-dark a, .alert-gray-dark a,
    .alert-gray-dark .alert.gray-dark a, .alert.gray-dark .alert-gray-dark a, .alert-gray-dark .alert-gray a, .alert-gray .alert-gray-dark a,
    .alert-gray-dark .alert.gray a, .alert.gray .alert-gray-dark a, .alert-gray-dark .alert-gray-light a, .alert-gray-light .alert-gray-dark a,
    .alert-gray-dark .alert.gray-light a, .alert.gray-light .alert-gray-dark a, .alert-gray-dark .alert-error a, .alert-error .alert-gray-dark a,
    .alert-gray-dark .alert.error a, .alert.error .alert-gray-dark a,
    .alert.gray-dark .alert-link,
    .alert.gray-dark .alert-primary a,
    .alert-primary .alert.gray-dark a,
    .alert.gray-dark .alert.primary a,
    .alert.primary .alert.gray-dark a,
    .alert.gray-dark .alert-secondary a,
    .alert-secondary .alert.gray-dark a,
    .alert.gray-dark .alert.secondary a,
    .alert.secondary .alert.gray-dark a,
    .alert.gray-dark .alert-success a,
    .alert-success .alert.gray-dark a,
    .alert.gray-dark .alert.success a,
    .alert.success .alert.gray-dark a,
    .alert.gray-dark .alert-info a,
    .alert-info .alert.gray-dark a,
    .alert.gray-dark .alert.info a,
    .alert.info .alert.gray-dark a,
    .alert.gray-dark .alert-warning a,
    .alert-warning .alert.gray-dark a,
    .alert.gray-dark .alert.warning a,
    .alert.warning .alert.gray-dark a,
    .alert.gray-dark .alert-danger a,
    .alert-danger .alert.gray-dark a,
    .alert.gray-dark .alert.danger a,
    .alert.danger .alert.gray-dark a,
    .alert.gray-dark .alert-light a,
    .alert-light .alert.gray-dark a,
    .alert.gray-dark .alert.light a,
    .alert.light .alert.gray-dark a,
    .alert.gray-dark .alert-dark a,
    .alert-dark .alert.gray-dark a,
    .alert.gray-dark .alert.dark a,
    .alert.dark .alert.gray-dark a,
    .alert.gray-dark .alert-primary-light a,
    .alert-primary-light .alert.gray-dark a,
    .alert.gray-dark .alert.primary-light a,
    .alert.primary-light .alert.gray-dark a,
    .alert.gray-dark .alert-primary-dark a,
    .alert-primary-dark .alert.gray-dark a,
    .alert.gray-dark .alert.primary-dark a,
    .alert.primary-dark .alert.gray-dark a,
    .alert.gray-dark .alert-secondary-light a,
    .alert-secondary-light .alert.gray-dark a,
    .alert.gray-dark .alert.secondary-light a,
    .alert.secondary-light .alert.gray-dark a,
    .alert.gray-dark .alert-secondary-dark a,
    .alert-secondary-dark .alert.gray-dark a,
    .alert.gray-dark .alert.secondary-dark a,
    .alert.secondary-dark .alert.gray-dark a,
    .alert.gray-dark .alert-gray-dark a,
    .alert-gray-dark .alert.gray-dark a,
    .alert.gray-dark a,
    .alert.gray-dark .alert-gray a,
    .alert-gray .alert.gray-dark a,
    .alert.gray-dark .alert.gray a,
    .alert.gray .alert.gray-dark a,
    .alert.gray-dark .alert-gray-light a,
    .alert-gray-light .alert.gray-dark a,
    .alert.gray-dark .alert.gray-light a,
    .alert.gray-light .alert.gray-dark a,
    .alert.gray-dark .alert-error a,
    .alert-error .alert.gray-dark a,
    .alert.gray-dark .alert.error a,
    .alert.error .alert.gray-dark a {
        color: #020304;
    }

.alert-gray,
.alert.gray {
    color: #384454;
    background-color: #e1e6ec;
    border-color: #d6dce5;
}

    .alert-gray hr,
    .alert.gray hr {
        border-top-color: #c6cfdb;
    }

    .alert-gray .alert-link, .alert-gray .alert-primary a, .alert-primary .alert-gray a,
    .alert-gray .alert.primary a, .alert.primary .alert-gray a, .alert-gray .alert-secondary a, .alert-secondary .alert-gray a,
    .alert-gray .alert.secondary a, .alert.secondary .alert-gray a, .alert-gray .alert-success a, .alert-success .alert-gray a,
    .alert-gray .alert.success a, .alert.success .alert-gray a, .alert-gray .alert-info a, .alert-info .alert-gray a,
    .alert-gray .alert.info a, .alert.info .alert-gray a, .alert-gray .alert-warning a, .alert-warning .alert-gray a,
    .alert-gray .alert.warning a, .alert.warning .alert-gray a, .alert-gray .alert-danger a, .alert-danger .alert-gray a,
    .alert-gray .alert.danger a, .alert.danger .alert-gray a, .alert-gray .alert-light a, .alert-light .alert-gray a,
    .alert-gray .alert.light a, .alert.light .alert-gray a, .alert-gray .alert-dark a, .alert-dark .alert-gray a,
    .alert-gray .alert.dark a, .alert.dark .alert-gray a, .alert-gray .alert-primary-light a, .alert-primary-light .alert-gray a,
    .alert-gray .alert.primary-light a, .alert.primary-light .alert-gray a, .alert-gray .alert-primary-dark a, .alert-primary-dark .alert-gray a,
    .alert-gray .alert.primary-dark a, .alert.primary-dark .alert-gray a, .alert-gray .alert-secondary-light a, .alert-secondary-light .alert-gray a,
    .alert-gray .alert.secondary-light a, .alert.secondary-light .alert-gray a, .alert-gray .alert-secondary-dark a, .alert-secondary-dark .alert-gray a,
    .alert-gray .alert.secondary-dark a, .alert.secondary-dark .alert-gray a, .alert-gray .alert-gray-dark a, .alert-gray-dark .alert-gray a,
    .alert-gray .alert.gray-dark a, .alert.gray-dark .alert-gray a, .alert-gray a,
    .alert-gray .alert.gray a, .alert.gray .alert-gray a, .alert-gray .alert-gray-light a, .alert-gray-light .alert-gray a,
    .alert-gray .alert.gray-light a, .alert.gray-light .alert-gray a, .alert-gray .alert-error a, .alert-error .alert-gray a,
    .alert-gray .alert.error a, .alert.error .alert-gray a,
    .alert.gray .alert-link,
    .alert.gray .alert-primary a,
    .alert-primary .alert.gray a,
    .alert.gray .alert.primary a,
    .alert.primary .alert.gray a,
    .alert.gray .alert-secondary a,
    .alert-secondary .alert.gray a,
    .alert.gray .alert.secondary a,
    .alert.secondary .alert.gray a,
    .alert.gray .alert-success a,
    .alert-success .alert.gray a,
    .alert.gray .alert.success a,
    .alert.success .alert.gray a,
    .alert.gray .alert-info a,
    .alert-info .alert.gray a,
    .alert.gray .alert.info a,
    .alert.info .alert.gray a,
    .alert.gray .alert-warning a,
    .alert-warning .alert.gray a,
    .alert.gray .alert.warning a,
    .alert.warning .alert.gray a,
    .alert.gray .alert-danger a,
    .alert-danger .alert.gray a,
    .alert.gray .alert.danger a,
    .alert.danger .alert.gray a,
    .alert.gray .alert-light a,
    .alert-light .alert.gray a,
    .alert.gray .alert.light a,
    .alert.light .alert.gray a,
    .alert.gray .alert-dark a,
    .alert-dark .alert.gray a,
    .alert.gray .alert.dark a,
    .alert.dark .alert.gray a,
    .alert.gray .alert-primary-light a,
    .alert-primary-light .alert.gray a,
    .alert.gray .alert.primary-light a,
    .alert.primary-light .alert.gray a,
    .alert.gray .alert-primary-dark a,
    .alert-primary-dark .alert.gray a,
    .alert.gray .alert.primary-dark a,
    .alert.primary-dark .alert.gray a,
    .alert.gray .alert-secondary-light a,
    .alert-secondary-light .alert.gray a,
    .alert.gray .alert.secondary-light a,
    .alert.secondary-light .alert.gray a,
    .alert.gray .alert-secondary-dark a,
    .alert-secondary-dark .alert.gray a,
    .alert.gray .alert.secondary-dark a,
    .alert.secondary-dark .alert.gray a,
    .alert.gray .alert-gray-dark a,
    .alert-gray-dark .alert.gray a,
    .alert.gray .alert.gray-dark a,
    .alert.gray-dark .alert.gray a,
    .alert.gray .alert-gray a,
    .alert-gray .alert.gray a,
    .alert.gray a,
    .alert.gray .alert-gray-light a,
    .alert-gray-light .alert.gray a,
    .alert.gray .alert.gray-light a,
    .alert.gray-light .alert.gray a,
    .alert.gray .alert-error a,
    .alert-error .alert.gray a,
    .alert.gray .alert.error a,
    .alert.error .alert.gray a {
        color: #242b35;
    }

.alert-gray-light,
.alert.gray-light {
    color: #626467;
    background-color: #f2f3f4;
    border-color: #edeeef;
}

    .alert-gray-light hr,
    .alert.gray-light hr {
        border-top-color: #e0e1e3;
    }

    .alert-gray-light .alert-link, .alert-gray-light .alert-primary a, .alert-primary .alert-gray-light a,
    .alert-gray-light .alert.primary a, .alert.primary .alert-gray-light a, .alert-gray-light .alert-secondary a, .alert-secondary .alert-gray-light a,
    .alert-gray-light .alert.secondary a, .alert.secondary .alert-gray-light a, .alert-gray-light .alert-success a, .alert-success .alert-gray-light a,
    .alert-gray-light .alert.success a, .alert.success .alert-gray-light a, .alert-gray-light .alert-info a, .alert-info .alert-gray-light a,
    .alert-gray-light .alert.info a, .alert.info .alert-gray-light a, .alert-gray-light .alert-warning a, .alert-warning .alert-gray-light a,
    .alert-gray-light .alert.warning a, .alert.warning .alert-gray-light a, .alert-gray-light .alert-danger a, .alert-danger .alert-gray-light a,
    .alert-gray-light .alert.danger a, .alert.danger .alert-gray-light a, .alert-gray-light .alert-light a, .alert-light .alert-gray-light a,
    .alert-gray-light .alert.light a, .alert.light .alert-gray-light a, .alert-gray-light .alert-dark a, .alert-dark .alert-gray-light a,
    .alert-gray-light .alert.dark a, .alert.dark .alert-gray-light a, .alert-gray-light .alert-primary-light a, .alert-primary-light .alert-gray-light a,
    .alert-gray-light .alert.primary-light a, .alert.primary-light .alert-gray-light a, .alert-gray-light .alert-primary-dark a, .alert-primary-dark .alert-gray-light a,
    .alert-gray-light .alert.primary-dark a, .alert.primary-dark .alert-gray-light a, .alert-gray-light .alert-secondary-light a, .alert-secondary-light .alert-gray-light a,
    .alert-gray-light .alert.secondary-light a, .alert.secondary-light .alert-gray-light a, .alert-gray-light .alert-secondary-dark a, .alert-secondary-dark .alert-gray-light a,
    .alert-gray-light .alert.secondary-dark a, .alert.secondary-dark .alert-gray-light a, .alert-gray-light .alert-gray-dark a, .alert-gray-dark .alert-gray-light a,
    .alert-gray-light .alert.gray-dark a, .alert.gray-dark .alert-gray-light a, .alert-gray-light .alert-gray a, .alert-gray .alert-gray-light a,
    .alert-gray-light .alert.gray a, .alert.gray .alert-gray-light a, .alert-gray-light a,
    .alert-gray-light .alert.gray-light a, .alert.gray-light .alert-gray-light a, .alert-gray-light .alert-error a, .alert-error .alert-gray-light a,
    .alert-gray-light .alert.error a, .alert.error .alert-gray-light a,
    .alert.gray-light .alert-link,
    .alert.gray-light .alert-primary a,
    .alert-primary .alert.gray-light a,
    .alert.gray-light .alert.primary a,
    .alert.primary .alert.gray-light a,
    .alert.gray-light .alert-secondary a,
    .alert-secondary .alert.gray-light a,
    .alert.gray-light .alert.secondary a,
    .alert.secondary .alert.gray-light a,
    .alert.gray-light .alert-success a,
    .alert-success .alert.gray-light a,
    .alert.gray-light .alert.success a,
    .alert.success .alert.gray-light a,
    .alert.gray-light .alert-info a,
    .alert-info .alert.gray-light a,
    .alert.gray-light .alert.info a,
    .alert.info .alert.gray-light a,
    .alert.gray-light .alert-warning a,
    .alert-warning .alert.gray-light a,
    .alert.gray-light .alert.warning a,
    .alert.warning .alert.gray-light a,
    .alert.gray-light .alert-danger a,
    .alert-danger .alert.gray-light a,
    .alert.gray-light .alert.danger a,
    .alert.danger .alert.gray-light a,
    .alert.gray-light .alert-light a,
    .alert-light .alert.gray-light a,
    .alert.gray-light .alert.light a,
    .alert.light .alert.gray-light a,
    .alert.gray-light .alert-dark a,
    .alert-dark .alert.gray-light a,
    .alert.gray-light .alert.dark a,
    .alert.dark .alert.gray-light a,
    .alert.gray-light .alert-primary-light a,
    .alert-primary-light .alert.gray-light a,
    .alert.gray-light .alert.primary-light a,
    .alert.primary-light .alert.gray-light a,
    .alert.gray-light .alert-primary-dark a,
    .alert-primary-dark .alert.gray-light a,
    .alert.gray-light .alert.primary-dark a,
    .alert.primary-dark .alert.gray-light a,
    .alert.gray-light .alert-secondary-light a,
    .alert-secondary-light .alert.gray-light a,
    .alert.gray-light .alert.secondary-light a,
    .alert.secondary-light .alert.gray-light a,
    .alert.gray-light .alert-secondary-dark a,
    .alert-secondary-dark .alert.gray-light a,
    .alert.gray-light .alert.secondary-dark a,
    .alert.secondary-dark .alert.gray-light a,
    .alert.gray-light .alert-gray-dark a,
    .alert-gray-dark .alert.gray-light a,
    .alert.gray-light .alert.gray-dark a,
    .alert.gray-dark .alert.gray-light a,
    .alert.gray-light .alert-gray a,
    .alert-gray .alert.gray-light a,
    .alert.gray-light .alert.gray a,
    .alert.gray .alert.gray-light a,
    .alert.gray-light .alert-gray-light a,
    .alert-gray-light .alert.gray-light a,
    .alert.gray-light a,
    .alert.gray-light .alert-error a,
    .alert-error .alert.gray-light a,
    .alert.gray-light .alert.error a,
    .alert.error .alert.gray-light a {
        color: #494b4d;
    }

.alert-error,
.alert.error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

    .alert-error hr,
    .alert.error hr {
        border-top-color: #f1b0b7;
    }

    .alert-error .alert-link, .alert-error .alert-primary a, .alert-primary .alert-error a,
    .alert-error .alert.primary a, .alert.primary .alert-error a, .alert-error .alert-secondary a, .alert-secondary .alert-error a,
    .alert-error .alert.secondary a, .alert.secondary .alert-error a, .alert-error .alert-success a, .alert-success .alert-error a,
    .alert-error .alert.success a, .alert.success .alert-error a, .alert-error .alert-info a, .alert-info .alert-error a,
    .alert-error .alert.info a, .alert.info .alert-error a, .alert-error .alert-warning a, .alert-warning .alert-error a,
    .alert-error .alert.warning a, .alert.warning .alert-error a, .alert-error .alert-danger a, .alert-danger .alert-error a,
    .alert-error .alert.danger a, .alert.danger .alert-error a, .alert-error .alert-light a, .alert-light .alert-error a,
    .alert-error .alert.light a, .alert.light .alert-error a, .alert-error .alert-dark a, .alert-dark .alert-error a,
    .alert-error .alert.dark a, .alert.dark .alert-error a, .alert-error .alert-primary-light a, .alert-primary-light .alert-error a,
    .alert-error .alert.primary-light a, .alert.primary-light .alert-error a, .alert-error .alert-primary-dark a, .alert-primary-dark .alert-error a,
    .alert-error .alert.primary-dark a, .alert.primary-dark .alert-error a, .alert-error .alert-secondary-light a, .alert-secondary-light .alert-error a,
    .alert-error .alert.secondary-light a, .alert.secondary-light .alert-error a, .alert-error .alert-secondary-dark a, .alert-secondary-dark .alert-error a,
    .alert-error .alert.secondary-dark a, .alert.secondary-dark .alert-error a, .alert-error .alert-gray-dark a, .alert-gray-dark .alert-error a,
    .alert-error .alert.gray-dark a, .alert.gray-dark .alert-error a, .alert-error .alert-gray a, .alert-gray .alert-error a,
    .alert-error .alert.gray a, .alert.gray .alert-error a, .alert-error .alert-gray-light a, .alert-gray-light .alert-error a,
    .alert-error .alert.gray-light a, .alert.gray-light .alert-error a, .alert-error a,
    .alert-error .alert.error a, .alert.error .alert-error a,
    .alert.error .alert-link,
    .alert.error .alert-primary a,
    .alert-primary .alert.error a,
    .alert.error .alert.primary a,
    .alert.primary .alert.error a,
    .alert.error .alert-secondary a,
    .alert-secondary .alert.error a,
    .alert.error .alert.secondary a,
    .alert.secondary .alert.error a,
    .alert.error .alert-success a,
    .alert-success .alert.error a,
    .alert.error .alert.success a,
    .alert.success .alert.error a,
    .alert.error .alert-info a,
    .alert-info .alert.error a,
    .alert.error .alert.info a,
    .alert.info .alert.error a,
    .alert.error .alert-warning a,
    .alert-warning .alert.error a,
    .alert.error .alert.warning a,
    .alert.warning .alert.error a,
    .alert.error .alert-danger a,
    .alert-danger .alert.error a,
    .alert.error .alert.danger a,
    .alert.danger .alert.error a,
    .alert.error .alert-light a,
    .alert-light .alert.error a,
    .alert.error .alert.light a,
    .alert.light .alert.error a,
    .alert.error .alert-dark a,
    .alert-dark .alert.error a,
    .alert.error .alert.dark a,
    .alert.dark .alert.error a,
    .alert.error .alert-primary-light a,
    .alert-primary-light .alert.error a,
    .alert.error .alert.primary-light a,
    .alert.primary-light .alert.error a,
    .alert.error .alert-primary-dark a,
    .alert-primary-dark .alert.error a,
    .alert.error .alert.primary-dark a,
    .alert.primary-dark .alert.error a,
    .alert.error .alert-secondary-light a,
    .alert-secondary-light .alert.error a,
    .alert.error .alert.secondary-light a,
    .alert.secondary-light .alert.error a,
    .alert.error .alert-secondary-dark a,
    .alert-secondary-dark .alert.error a,
    .alert.error .alert.secondary-dark a,
    .alert.secondary-dark .alert.error a,
    .alert.error .alert-gray-dark a,
    .alert-gray-dark .alert.error a,
    .alert.error .alert.gray-dark a,
    .alert.gray-dark .alert.error a,
    .alert.error .alert-gray a,
    .alert-gray .alert.error a,
    .alert.error .alert.gray a,
    .alert.gray .alert.error a,
    .alert.error .alert-gray-light a,
    .alert-gray-light .alert.error a,
    .alert.error .alert.gray-light a,
    .alert.gray-light .alert.error a,
    .alert.error .alert-error a,
    .alert-error .alert.error a,
    .alert.error a {
        color: #491217;
    }

/*  Cards
//----------------------------------------------------------------------------------*/
.card .thumb-wrap, .media-grid .thumb-wrap {
    position: relative;
    overflow: hidden;
    height: 1px;
    padding-top: 100%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

    .card .thumb-wrap img, .media-grid .thumb-wrap img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

.row-card {
    margin-left: 0;
}

.card {
    background: transparent;
    border: 0;
}

    .card .card-wrap {
        padding: 15px;
        border: 1px solid #BDC1C7;
        background: #fff;
    }

    .card > div {
        height: 100%;
        position: relative;
    }

    .card .thumb-wrap {
        width: calc( 100% + 30px);
        margin: -15px;
        margin-bottom: 15px;
    }

    .card .action-panel {
        position: absolute;
        top: 10px;
        right: 10px;
    }

.dropdown-menu {
    -moz-box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.15), 0 5px 15px 0 rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.15), 0 5px 15px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.15), 0 5px 15px 0 rgba(0, 0, 0, 0.25);
}

.pagination > li {
    display: inline;
}

    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
        -webkit-border-radius: 2px 0 0 2px;
        -moz-border-radius: 2px 0 0 2px;
        -ms-border-radius: 2px 0 0 2px;
        -o-border-radius: 2px 0 0 2px;
        border-radius: 2px 0 0 2px;
    }

    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
        -webkit-border-radius: 0 2px 2px 0;
        -moz-border-radius: 0 2px 2px 0;
        -ms-border-radius: 0 2px 2px 0;
        -o-border-radius: 0 2px 2px 0;
        border-radius: 0 2px 2px 0;
    }

    .pagination > li.active span {
        z-index: 1;
        color: #fff;
        background-color: #05304b;
        border-color: #05304b;
    }

#footer {
    background: #6ed4e7 url(images/bg-pattern-theme.jpg) repeat;
    /*position: fixed;
	bottom: 0;
	border-top: 3px solid $sidebar-bg;*/
    z-index: 5020;
    padding: 30px 0;
    font-size: 0.875rem;
    left: 0px;
    /*  Newsletter
	//--------------------------------------------------*/
    /*  Social Media
		//--------------------------------------------------*/
}

@media (min-width: 1025px) {
    #footer {
        padding: 45px 0;
    }
}

@media only screen and (max-width: 1024.98px) {
    #footer {
        width: 100%;
    }
}

#footer p {
    font-size: 0.875rem;
}

#footer a,
#footer p,
#footer h4 {
    color: #05304b;
    font-size: inherit;
}

#footer h3, #footer .faq-wrapper .cat-heading, .faq-wrapper #footer .cat-heading {
    font-size: 1.5rem;
}

@media only screen and (max-width: 1024.98px) {
    #footer .copyright-wrapper {
        text-align: center;
    }
}

#footer .copyright {
    border-bottom: 2px solid #e3a703;
    margin-top: 15px;
    font-size: 0.875rem;
}

    #footer .copyright img {
        max-width: 150px;
    }

    #footer .copyright a span {
        display: none;
    }

#footer button {
    padding-top: 0;
    padding-bottom: 0;
}

#footer .action-area > div {
    margin-left: 15px;
}

#footer .action-area button {
    color: #fff;
    font-size: inherit;
}

    #footer .action-area button:after {
        font-size: 1em;
    }

#footer .action-area .fa {
    color: inherit;
    font-size: 1.125rem;
}

    #footer .action-area .fa:before {
        color: inherit;
    }

#footer .action-area .counter {
    background: red;
    padding: 5px;
    position: absolute;
    top: -15px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    right: 10px;
}

#footer .action-area .fst_letter {
    background: #51cea0;
    padding: 2px;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 5px;
}

#footer .newsletter-footer form {
    background: white;
    padding: 4px;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

    #footer .newsletter-footer form .txt-email {
        bordeR: 0;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    #footer .newsletter-footer form .submit-newsletter.btn, #footer .newsletter-footer form button.submit-newsletter, #footer .newsletter-footer form .submit-newsletter.button, #footer .newsletter-footer form submit.submit-newsletter, #footer .newsletter-footer form input.submit-newsletter[type="submit"], #footer .newsletter-footer form input.submit-newsletter[type="button"], #footer .newsletter-footer form .submit-newsletter.read-more,
    #footer .newsletter-footer form .submit-newsletter.anchor {
        position: absolute;
        top: 4px;
        right: 4px;
        padding-left: .5rem;
        padding-right: .5rem;
    }

        #footer .newsletter-footer form .submit-newsletter.btn .fa:before, #footer .newsletter-footer form button.submit-newsletter .fa:before, #footer .newsletter-footer form .submit-newsletter.button .fa:before, #footer .newsletter-footer form submit.submit-newsletter .fa:before, #footer .newsletter-footer form input.submit-newsletter[type="submit"] .fa:before, #footer .newsletter-footer form input.submit-newsletter[type="button"] .fa:before, #footer .newsletter-footer form .submit-newsletter.read-more .fa:before, #footer .newsletter-footer form .submit-newsletter.anchor .fa:before {
            left: 0;
        }

#footer .social-media {
    margin-top: 1rem;
    text-align: center;
}

@media only screen and (min-width: 768px) {
    #footer .social-media {
        text-align: left;
    }
}

#footer .social-media li {
    display: inline-block;
    margin-right: 1rem;
}

    #footer .social-media li a {
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
    }

        #footer .social-media li a > span.desc {
            display: none;
        }

        #footer .social-media li a:hover .fa,
        #footer .social-media li a:hover span {
            color: #05304b;
        }

        #footer .social-media li a .fa:before {
            left: 0;
        }

.footer-menu ul,
.footer-menu li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-menu ul {
    width: 100%;
    display: inline-block;
    text-align: left;
}

.footer-menu li {
    text-align: left;
    margin: 0 0 5px;
    padding: 0;
    font-size: 1rem;
    display: block;
}

    .footer-menu li a {
        padding: 5px 10px;
        font-size: .85rem;
    }

    .footer-menu li .fa:before {
        font-size: 2.5rem;
    }

img {
    max-width: 100%;
}

/*  Table
	//--------------------------------------------------*/
.table thead, table thead {
    background: #05304b;
    color: #fff;
}

.table tfoot, table tfoot {
    background: #BDC1C7;
}

/*  Table Actions
	//----------------------------------------------------------------------------------*/
.grid-actions a[class|='grid'] {
    text-indent: -10000px;
    text-align: center;
    display: inline-block;
    overflow: hidden;
    width: 30px;
    line-height: 1;
    /*&:before {

				content: "\f042";
				color: $gray-light;
				float: left;
				font-family: $font-icon;
				font-size: 1.125rem;
				text-indent: 0;
				width: 100%;
				text-align: center;
				line-height: 1.125rem;

			}*/
}

/*  UL OL
	//---------------------------------------------------------------------------------*/
ul, ol {
    padding-left: 1rem;
}

/*  Panels
//--------------------------------------------------*/
.panel-box {
    background: rgba(255, 255, 255, 0.9);
    padding: 15px;
    margin-bottom: 30px;
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.panel-row > div {
    margin-bottom: 30px;
}

@media only screen and (max-width: 1024.98px) {
    .panel-row > div {
        margin-bottom: 15px;
    }
}

.panel-row .panel-box {
    height: 100%;
}

.panel-box {
    height: 100%;
}

    .row > div > .panel-box.full-height, .panel-box.full-height {
        height: 100%;
    }

.panel-box-form {
    border-top: 3px solid #BDC1C7;
}

.panel-box.inline {
    height: auto !important;
    min-height: 40px;
}

.panel-sm {
    padding: 5px;
    margin-bottom: 15px;
}

.panel-lg {
    padding: 30px;
    margin-bottom: 30px;
}

.container-md > .panel, .container-md > .panel-sm, .container-md > .panel-lg,
.container-sm > .panel,
.container-sm > .panel-sm,
.container-sm > .panel-lg,
.container-lg > .panel,
.container-lg > .panel-sm,
.container-lg > .panel-lg {
    padding: 30px;
}

.media-grid .thumb-wrap {
    width: 50px;
    overflow: hidden;
}

.media-grid tr:nth-child(even) {
    background: rgba(110, 212, 231, 0.3);
}

.media-grid td {
    vertical-align: middle;
}

.media-grid .selector {
    width: 30px;
}

.media-grid .thumbnail {
    width: 50px;
}

.media-grid .action {
    text-align: right;
}

    .media-grid .action button {
        padding: 2px;
    }

.media-grid p {
    margin-bottom: 0;
}

.section {
    height: auto;
    display: inline-block;
    width: 100%;
    padding-top: 37.5px;
    padding-bottom: 37.5px;
}

@media only screen and (min-width: 768px) {
    .section {
        padding-top: 60px;
        padding-bottom: 60px;
        min-height: 250px;
    }
}

@media only screen and (min-width: 1025px) {
    .section {
        padding-top: 82.5px;
        padding-bottom: 82.5px;
        min-height: 250px;
    }
}

.section:before, .section:after {
    content: " ";
    display: table;
}

.section:after {
    clear: both;
}

@media only screen and (min-width: 768px) {
    .section.sm {
        padding-top: 45px;
        padding-bottom: 45px;
    }
}

@media only screen and (min-width: 1025px) {
    .section.sm {
        padding-top: 75px;
        padding-bottom: 75px;
    }
}

.section-top {
    padding-bottom: 0;
}

.section-bottom {
    padding-top: 0;
}

.title {
    font-family: inherit;
}

@media (min-width: 768px) {
    .thumb {
        max-width: 5rem;
    }
}

.cards {
    background: white;
    -moz-box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.15), 0 5px 15px 0 rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.15), 0 5px 15px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.15), 0 5px 15px 0 rgba(0, 0, 0, 0.25);
}

    .cards .info-box {
        height: 100%;
        width: 100%;
    }

        .cards .info-box:before, .cards .info-box:after {
            content: "";
            display: block;
        }

        .cards .info-box .content {
            padding: 30px;
            position: relative;
            text-align: left;
        }

            .cards .info-box .content p,
            .cards .info-box .content a,
            .cards .info-box .content .card-title {
                line-height: 1.25;
                margin-top: 0 !important;
            }

            .cards .info-box .content p {
                margin-bottom: 0;
            }

            .cards .info-box .content .card-title {
                text-transform: uppercase;
            }

            .cards .info-box .content > * {
                margin-bottom: 20px;
            }

                .cards .info-box .content > *:last-child {
                    margin-bottom: 0;
                }

        .cards .info-box .meta-data {
            font-size: 0.875rem;
        }

            .cards .info-box .meta-data span {
                padding-right: 1%;
            }

.card {
    position: relative;
    background: white;
    display: block;
    position: relative;
    -moz-box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.15), 0 5px 15px 0 rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.15), 0 5px 15px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.15), 0 5px 15px 0 rgba(0, 0, 0, 0.25);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

    .card:after {
        content: '';
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        opacity: 0;
        top: 0;
        left: 0;
        -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.55);
        -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.55);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.55);
        -webkit-transition: opacity 0.35s ease-in-out;
        -moz-transition: opacity 0.35s ease-in-out;
        -o-transition: opacity 0.35s ease-in-out;
        -ms-transition: opacity 0.35s ease-in-out;
        transition: opacity 0.35s ease-in-out;
    }

    .card:hover:after {
        opacity: 1;
    }

    .card > .content {
        height: 100%;
        padding: 30px;
    }

        .card > .content h3, .card > .content .faq-wrapper .cat-heading, .faq-wrapper .card > .content .cat-heading,
        .card > .content h2 {
            margin: 1rem 0 0;
        }

            .card > .content h3 span, .card > .content .faq-wrapper .cat-heading span, .faq-wrapper .card > .content .cat-heading span,
            .card > .content h2 span {
                display: block;
            }

@media only screen and (min-width: 1025px) {
    .card.align-top > .content {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

.card.dark {
    background: #02111b;
    color: white;
}

    .card.dark > * {
        color: white !important;
    }

.card.outline {
    border: 1px solid #272f48;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .card.outline:after {
        content: none;
    }

@media only screen and (min-width: 1025px) {
    .box-square, .card.square, .card.box {
        height: 0;
        width: 100%;
        padding: 100% 0 0;
        padding-bottom: 0;
    }

        .box-square > img, .card.square > img, .card.box > img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: auto;
            max-width: 100%;
        }

        .box-square > .content, .card.square > .content, .card.box > .content {
            position: absolute;
            top: 50%;
            height: auto;
            max-height: 100%;
            width: 100%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
        }
}

/*  Tag List
//--------------------------------------------------*/
ul.tag-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    text-align: right;
}

    ul.tag-list li {
        margin: 0;
        padding: 0;
        list-style: none;
        display: inline-block;
        margin: 0 0 30px 30px;
    }

        ul.tag-list li > a {
            color: #05304b;
            padding: 15px 30px;
            text-align: center;
            background: white;
            font-weight: bold;
            display: block;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            -ms-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
            -moz-box-shadow: 0 2px 5px rgba(0, 30, 30, 0.15);
            -webkit-box-shadow: 0 2px 5px rgba(0, 30, 30, 0.15);
            box-shadow: 0 2px 5px rgba(0, 30, 30, 0.15);
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            -ms-border-radius: 2px;
            -o-border-radius: 2px;
            border-radius: 2px;
        }

            ul.tag-list li > a:hover {
                -moz-box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.15), 0 5px 15px 0 rgba(0, 0, 0, 0.25);
                -webkit-box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.15), 0 5px 15px 0 rgba(0, 0, 0, 0.25);
                box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.15), 0 5px 15px 0 rgba(0, 0, 0, 0.25);
                text-decoration: none;
            }

/*  Tabs
//----------------------------------------------------------------------------------*/
.tab-container .tab-trigger ul,
.tab-container .tab-trigger li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tab-container .tab-trigger li {
    display: block;
    margin-right: 15px;
    position: relative;
}

@media (min-width: 1025px) {
    .tab-container .tab-trigger li {
        display: inline-block;
    }
}

.tab-container .tab-trigger li a {
    display: inline-block;
    padding: 10px 3rem;
    background: #DADDE0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.tab-container .tab-trigger li.active a {
    background: #05304b;
    color: #b5e4e8;
}

.tab-container .tab-trigger li input[type="checkbox"],
.tab-container .tab-trigger li input[type="radio"] {
    position: absolute;
    left: 10px;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .tab-container .tab-trigger li input[type="checkbox"] + .tab-link,
    .tab-container .tab-trigger li input[type="radio"] + .tab-link {
        padding-left: 1.5rem;
        border-left: 2rem solid #BDC1C7;
    }

    .tab-container .tab-trigger li input[type="checkbox"]:checked + .tab-link,
    .tab-container .tab-trigger li input[type="radio"]:checked + .tab-link {
        border-left-color: #6ed4e7;
    }

.tab-container .tab-content {
    padding-top: 0px;
}

.note-paper {
    background: #EFECCB;
    padding: 60px 30px;
    font-family: "Merriweather", "SourceSerif", "Montserrat Light", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #303a59;
    overflow: hidden;
    text-align: center;
    font-size: 1.25rem;
    font-style: italic;
}

    .note-paper:before {
        content: '\f10d';
        font-size: 6em;
        font-family: "Fontawesome";
        line-height: 1;
        color: #D8D4B7;
        position: absolute;
        z-index: -1;
        top: 15px;
        left: 15px;
        display: block;
        font-style: normal;
    }

    .note-paper p {
        margin: 0;
    }

.wrap-screen-full {
    width: 100vw;
    margin-left: -50vw;
    position: relative;
    left: 50%;
    display: block;
    max-width: 100vw;
    overflow: hidden;
}

    .wrap-screen-full img {
        min-width: 100%;
        max-width: none;
        height: auto;
        width: auto !important;
    }

.wrap-screen-half, .wrap-screen-third {
    width: 100vw;
    left: -15px;
    right: -15px;
    top: 0;
    height: 100%;
    z-index: 0;
    position: absolute;
    overflow: hidden;
    background-position: right top;
}

    .wrap-screen-half.right, .right.wrap-screen-third {
        left: 0;
        right: auto;
        background-position: left top;
    }

@media only screen and (min-width: 1025px) {
    .wrap-screen-half, .wrap-screen-third {
        width: 50vw;
        left: auto;
        right: 0;
    }

        .wrap-screen-half.right, .right.wrap-screen-third {
            left: 0;
            right: auto;
        }
}

@media only screen and (min-width: 1025px) {
    .wrap-screen-third {
        width: 75vw;
    }

        .wrap-screen-third img.hero {
            height: 100%;
            width: auto;
        }
}

.wrap-screen-third + *,
.wrap-screen-half + *,
.wrap-screen-third + * {
    position: relative;
}

.widget-content {
    position: relative;
}

.lbl {
    font-family: "SourceSerif", "Montserrat Light", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #05304b;
}

    .lbl span {
        color: #272f48;
    }

.bar-fat {
    max-width: 100px;
    width: 100%;
    height: 10px;
    background: #05304b;
    display: block;
    margin: 15px 0;
}

.v-spacer {
    display: inline-block;
    vertical-align: middle;
    border-left: 1px solid #BDC1C7;
    width: 1px;
    margin: 0 15px;
    content: "&#160";
    min-height: 15px;
}

.box-content {
    overflow: hidden;
}

ul.list-index,
ul.list-index li,
ul.index,
ul.index li,
ul.item-list,
ul.item-list li {
    margin: 0;
    padding: 0;
    list-style: none;
}

    ul.list-index li,
    ul.index li,
    ul.item-list li {
        margin-bottom: 1.5rem;
        position: relative;
    }

        ul.list-index li .icon,
        ul.index li .icon,
        ul.item-list li .icon {
            position: absolute;
            left: -3.5rem;
            top: 0;
        }

        ul.list-index li .title,
        ul.index li .title,
        ul.item-list li .title {
            font-size: 1.25rem;
        }

@media only screen and (min-width: 768px) and (max-width: 1024.98px) {
    ul.list-index li .title,
    ul.index li .title,
    ul.item-list li .title {
        font-size: 1.25rem;
    }
}

@media only screen and (min-width: 1025px) {
    ul.list-index li .title,
    ul.index li .title,
    ul.item-list li .title {
        font-size: 1.25rem;
    }
}

@media only screen and (min-width: 1680px) {
    ul.list-index li .title,
    ul.index li .title,
    ul.item-list li .title {
        font-size: 1.25rem;
    }
}

ul.list-index li > *,
ul.index li > *,
ul.item-list li > * {
    margin-bottom: 0;
}

.video-hero {
    width: auto;
    height: 100%;
    max-width: none;
    left: 50vw;
    top: 0;
    position: absolute;
    z-index: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media only screen and (min-width: 768px) {
    .video-hero {
        width: 100%;
        height: auto;
        top: 50%;
        left: 0;
        z-index: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.img-overlay,
.bg-vid-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

    .img-overlay.blue,
    .bg-vid-overlay.blue {
        background: url(images/overlay-video-blue.png) repeat;
        opacity: 0.85;
        filter: alpha(opacity=85);
    }

    .img-overlay.green,
    .bg-vid-overlay.green {
        background: rgba(5, 48, 75, 0.6);
    }

/*  Dropzone, Uploader
//--------------------------------------------------*/
.drag-upload {
    border: 4px dashed #BDC1C7;
    padding: 30px;
    text-align: center;
}

    .drag-upload #fileupload {
        display: none;
    }

.legend,
legend,
h2.heading,
h3.heading,
.faq-wrapper .heading.cat-heading,
h4.heading {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    color: #272f48;
}

    .legend.primary,
    legend.primary,
    h2.heading.primary,
    h3.heading.primary,
    .faq-wrapper .heading.primary.cat-heading,
    h4.heading.primary {
        color: #c13802;
        border-bottom: 1px solid rgba(193, 56, 2, 0.7);
    }

.info-wrapper {
    margin-bottom: 30px;
}

    .info-wrapper ul,
    .info-wrapper li {
        margin: 0;
        padding: 0;
        list-style: none;
        padding-left: 10px;
    }

    .info-wrapper strong {
        color: #6b83a2;
        padding-right: 5px;
    }

.follow-up-wrapper {
    height: 100%;
    margin-top: 15px;
}

.response-note {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 50%;
    margin-right: 50%;
    border-right: 2px solid #BDC1C7;
    height: 100%;
    text-align: right;
}

    .response-note li {
        margin: 0;
        padding: 0;
        list-style: none;
        padding: 10px 20px;
        position: relative;
    }

        .response-note li:after {
            content: "";
            width: 13px;
            height: 13px;
            background: #6b83a2;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%;
            position: absolute;
            top: 15px;
            right: -8px;
        }

        .response-note li.alt {
            right: -100%;
            text-align: left;
        }

            .response-note li.alt:after {
                right: auto;
                left: -5px;
            }

        .response-note li p {
            margin: 0;
        }

        .response-note li.lead-generated:after {
            background: #ffc107;
        }

        .response-note li.lead-approved:after {
            background: #20c997;
        }

        .response-note li.lead-disqualified:after, .response-note li.lead-reject:after {
            background: #dc3545;
        }

        .response-note li.lead-accept:after {
            background: #28a745;
        }

        .response-note li.lead-close:after {
            background: #c13802;
        }

        .response-note li .lead-offer {
            font-weight: bold;
            color: #6b83a2;
            background: #DADDE0;
            display: inline-block;
            padding: 2px 5px;
            -webkit-border-radius: 15px;
            -moz-border-radius: 15px;
            -ms-border-radius: 15px;
            -o-border-radius: 15px;
            border-radius: 15px;
        }

            .response-note li .lead-offer.accept {
                border-bottom: 2px solid #6b83a2;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                -ms-border-radius: 50%;
                -o-border-radius: 50%;
                border-radius: 50%;
            }

        .response-note li .date-update {
            letter-spacing: -0.5px;
            font-size: 0.95em;
        }

body.show-loading .loader-wrapper {
    display: block;
}

.loader-wrapper {
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 5040;
    background: rgba(0, 0, 0, 0.75);
    display: none;
}

    .loader-wrapper .loader {
        display: inline-block;
        margin: auto;
        padding: 15px;
        background: #fff no-repeat center center;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px;
        -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    }

.search-result-list li {
    padding: 5px 0;
    border-bottom: 1px solid #eee;
}

.search-label {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}

.widget-title {
    padding-bottom: 1rem;
    font-family: "SourceSerif", "Montserrat Light", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1;
    font-size: 2.12rem;
}

@media only screen and (min-width: 768px) and (max-width: 1024.98px) {
    .widget-title {
        font-size: 2.12rem;
    }
}

@media only screen and (min-width: 1025px) {
    .widget-title {
        font-size: 3.25rem;
    }
}

@media only screen and (min-width: 1680px) {
    .widget-title {
        font-size: 3.5rem;
    }
}

.widget-titleh2 {
    border-bottom: 2px solid #02111b;
}

.widget .widget-title {
    text-align: center;
}

/*  Modules Global METAs
//----------------------------------------------------------------------------------*/
.post-date {
    top: 0;
    left: 0;
    padding: 5px;
    display: inline-block;
    margin-right: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.icon-duration:before,
.icon-play:before {
    content: "\f01d";
}

.post-author:before {
    content: "";
    font-size: 1.25em;
    display: inline-block;
    font: normal normal normal 1.25em/1 FontAwesome;
    font-size: 1.25em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 0.25em;
}

.post-meta-item,
.post-author,
.category-title,
.post-date,
.icon-date,
.icon-duration,
.icon-play,
li .post-date {
    margin-right: 10px;
}

    .post-meta-item:before, .post-meta-item:after,
    .post-author:before,
    .post-author:after,
    .category-title:before,
    .category-title:after,
    .post-date:before,
    .post-date:after, .icon-date:before, .icon-duration:before,
    .icon-play:before, li .post-date:before,
    .icon-date:after,
    .icon-duration:after,
    .icon-play:after,
    li .post-date:after {
        color: #6ed4e7;
    }

.item-condensed .post-meta-item {
    font-size: 12.5px;
}

.category-title {
    margin-bottom: .5rem;
    display: inline-block;
}

    .category-title:before {
        content: "";
        font-size: 1.25em;
        display: inline-block;
        font: normal normal normal 1.25em/1 FontAwesome;
        font-size: 1.25em;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        margin-right: 0.25em;
    }

    .category-title * > {
        font-size: 1em;
        font-family: "Montserrat Light", "Montserrat Light", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
        color: inherit;
    }

li .category-title,
li .post-date {
    font-size: 1em;
}

ul.news-list,
.list-archive,
.archive-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    display: flex;
    flex-wrap: wrap;
}

    ul.news-list li,
    .list-archive li,
    .archive-list li {
        margin-top: 30px;
        padding: 30px;
    }

.main-body-content ul.news-list li:before, .main-body-content
.list-archive li:before, .main-body-content
.archive-list li:before {
    content: "";
    background: white;
    display: block;
    position: absolute;
    height: 98%;
    width: 98%;
    height: calc( 100% - 30px);
    width: calc( 100% - 30px);
    left: 15px;
    top: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

ul.news-list li .post-content,
.list-archive li .post-content,
.archive-list li .post-content {
    padding: 15px 0;
}

ul.news-list li .post-title,
.list-archive li .post-title,
.archive-list li .post-title {
    font-size: 1.25rem;
    margin-bottom: .5rem;
    font-weight: bold;
}

@media only screen and (min-width: 768px) and (max-width: 1024.98px) {
    ul.news-list li .post-title,
    .list-archive li .post-title,
    .archive-list li .post-title {
        font-size: 1.25rem;
    }
}

@media only screen and (min-width: 1025px) {
    ul.news-list li .post-title,
    .list-archive li .post-title,
    .archive-list li .post-title {
        font-size: 1.25rem;
    }
}

@media only screen and (min-width: 1680px) {
    ul.news-list li .post-title,
    .list-archive li .post-title,
    .archive-list li .post-title {
        font-size: 1.25rem;
    }
}

ul.news-list li .post-title > *,
.list-archive li .post-title > *,
.archive-list li .post-title > * {
    color: inherit;
    font-weight: inherit;
}

ul.news-list li > div,
.list-archive li > div,
.archive-list li > div {
    position: relative;
}

ul.news-list li:hover:before,
.list-archive li:hover:before,
.archive-list li:hover:before {
    -moz-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.12);
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.12);
}

ul.news-list .date-wrap,
.list-archive .date-wrap,
.archive-list .date-wrap {
    width: 60px;
    position: absolute;
    z-index: 10;
    left: 30px;
    top: -15px;
}

    ul.news-list .date-wrap:before,
    .list-archive .date-wrap:before,
    .archive-list .date-wrap:before {
        content: "";
        display: block;
        position: absolute;
        top: -15px;
        left: -15px;
        border: 15px solid transparent;
        border-bottom-color: #02111b;
    }

ul.news-list .date-badge,
.list-archive .date-badge,
.archive-list .date-badge {
    background: #05304b;
}

    ul.news-list .date-badge > *,
    .list-archive .date-badge > *,
    .archive-list .date-badge > * {
        height: 100%;
        padding-top: 5px;
    }

    ul.news-list .date-badge .date,
    .list-archive .date-badge .date,
    .archive-list .date-badge .date {
        color: white;
    }

    ul.news-list .date-badge .month,
    .list-archive .date-badge .month,
    .archive-list .date-badge .month {
        position: absolute;
        background: white;
        color: #02111b;
        text-align: center;
        padding: 2px 0;
        bottom: -5px;
        height: 20px;
        left: 0;
        width: 100%;
    }

.img-thumb-wrapper {
    height: 0;
    position: relative;
    width: 100%;
    padding: 60% 0 0;
    overflow: hidden;
    background: url(images/logo-thumb.jpg) no-repeat center center #eee;
    background-size: 65% auto;
}

    .img-thumb-wrapper img,
    .img-thumb-wrapper > * {
        border: 0;
        padding: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

    .img-thumb-wrapper .video-player {
        height: 100%;
    }

    .img-thumb-wrapper.square {
        padding: 100% 0 0;
    }

.news-primary .img-thumb-wrapper {
    padding: 75% 0 0;
}

.img-thumb-wrapper .thumb-overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 3;
    background: url(images/icon-play.png) no-repeat center center;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

header .archive-filters {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 1025px) {
    header .archive-filters {
        justify-content: flex-end;
        min-width: 40%;
    }

        header .archive-filters label {
            width: 100%;
            text-align: right;
            margin: 0;
        }

        header .archive-filters .filter-wrapper {
            width: 100%;
        }
}

.view-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .view-list li {
        padding: 30px;
        background: white;
        margin-bottom: 1.5rem;
        position: relative;
        border-left: 4px solid #6b83a2;
        -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
    }

        .view-list li p {
            margin: 1rem 0 0;
        }

@media (min-width: 768px) {
    .view-list .post-thumb {
        width: 30%;
        display: inline-block;
        padding-right: 15px;
    }

        .view-list .post-thumb + .post-content {
            width: 69.5%;
            display: inline-block;
            vertical-align: top;
        }
}

.album-gallery {
    margin-bottom: 45px;
}

    .album-gallery:nth-child(even) .media-gallery-wrap div:first-child {
        order: 1;
    }

    .album-gallery p {
        line-height: 1.24;
    }

        .album-gallery p.link {
            text-align: right;
        }

    .album-gallery:after {
        content: "";
        display: block;
        margin: 10px auto;
        height: 1px;
        width: 20%;
        border-bottom: 1px solid #DADDE0;
    }

.media-gallery-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    display: flex;
    align-items: stretch;
}

    .media-gallery-wrap .desc {
        width: 100%;
    }

        .media-gallery-wrap .desc a.btn, .media-gallery-wrap .desc a.button, .media-gallery-wrap .desc a.read-more,
        .media-gallery-wrap .desc a.anchor {
            float: right;
        }

ul.media-gallery {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    display: flex;
    flex-wrap: wrap;
}

    ul.media-gallery li {
        margin: 0;
        padding: 0;
        list-style: none;
        margin-bottom: 15px;
        width: 100%;
        padding: 0 15px;
        position: relative;
        background: #05304b;
        background-clip: content-box;
    }

@media only screen and (min-width: 768px) {
    .media-archive ul.media-gallery li {
        width: 50%;
    }
}

ul.media-gallery li .post-content {
    background: #05304b;
    color: white;
}

    ul.media-gallery li .post-content * {
        color: white;
    }

        ul.media-gallery li .post-content *:last-child {
            margin: 0;
        }

.gallery-detail.slick-slider > .slick-list,
.gallery-detail > li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

body.media-detail .media-gallery-wrap > .col-md-2 {
    display: flex;
    align-content: center;
}

.gallery-thumb li.active div {
    outline: 5px solid #6ed4e7;
}

.gallery-thumb.slick-vertical {
    display: flex;
    align-content: center;
}

    .gallery-thumb.slick-vertical:after {
        top: auto;
        bottom: 0;
    }

    .gallery-thumb.slick-vertical .slick-prev,
    .gallery-thumb.slick-vertical .slick-next {
        width: 100%;
        height: 25px;
        top: 0;
        left: 0%;
        background: white;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        opacity: 1;
        filter: alpha(opacity=100);
        -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    }

        .gallery-thumb.slick-vertical .slick-prev::before,
        .gallery-thumb.slick-vertical .slick-next::before {
            font-size: 2rem;
            content: "\f106";
        }

    .gallery-thumb.slick-vertical .slick-next {
        top: auto;
        bottom: 0;
    }

        .gallery-thumb.slick-vertical .slick-next:before {
            content: "\f107";
        }

.map-wrapper {
    line-height: 0;
    width: 100vw;
    margin: -15px;
    height: 300px;
}

@media only screen and (min-width: 1025px) {
    .map-wrapper {
        width: 50vw;
        margin: 0;
        height: 100%;
    }
}

.faq-wrapper {
    margin: 15px 0;
}

    .faq-wrapper .cat-heading {
        margin: 2.5rem 0 .5rem;
        font-weight: 300;
        color: #6b83a2;
    }

    .faq-wrapper .panel, .faq-wrapper .panel-sm, .faq-wrapper .panel-lg {
        margin-bottom: 2.5rem;
    }

        .faq-wrapper .panel .panel-heading, .faq-wrapper .panel-sm .panel-heading, .faq-wrapper .panel-lg .panel-heading {
            background: #f7f7f7;
            background-image: linear-gradient(to bottom, white 0%, #fcfcfc 100%);
            background-repeat: repeat-x;
            border: 1px solid #e6e6e6;
            border-width: 2px 0;
            padding-top: 30px;
            padding-bottom: 30px;
            -webkit-transition: all 0.35s ease-in-out;
            -moz-transition: all 0.35s ease-in-out;
            -o-transition: all 0.35s ease-in-out;
            -ms-transition: all 0.35s ease-in-out;
            transition: all 0.35s ease-in-out;
            margin: 0 0 0;
            padding-top: .2rem;
            padding-bottom: .2rem;
            border-width: 0 0 2px;
        }

            .faq-wrapper .panel .panel-heading:first-child, .faq-wrapper .panel-sm .panel-heading:first-child, .faq-wrapper .panel-lg .panel-heading:first-child {
                border-top: 2px solid #e6e6e6;
                -webkit-border-radius: 2px 0 0 2px;
                -moz-border-radius: 2px 0 0 2px;
                -ms-border-radius: 2px 0 0 2px;
                -o-border-radius: 2px 0 0 2px;
                border-radius: 2px 0 0 2px;
            }

            .faq-wrapper .panel .panel-heading:last-child, .faq-wrapper .panel-sm .panel-heading:last-child, .faq-wrapper .panel-lg .panel-heading:last-child {
                -webkit-border-radius: 0 2px 2px 0;
                -moz-border-radius: 0 2px 2px 0;
                -ms-border-radius: 0 2px 2px 0;
                -o-border-radius: 0 2px 2px 0;
                border-radius: 0 2px 2px 0;
            }

            .faq-wrapper .panel .panel-heading:hover, .faq-wrapper .panel-sm .panel-heading:hover, .faq-wrapper .panel-lg .panel-heading:hover {
                background-color: white;
                background-image: linear-gradient(to bottom, white 0%, white 100%);
                background-repeat: repeat-x;
                border-color: #eee;
            }

        .faq-wrapper .panel .panel-collapse, .faq-wrapper .panel-sm .panel-collapse, .faq-wrapper .panel-lg .panel-collapse {
            margin: -10px 0 20px 0;
            border: 2px solid #e6e6e6;
            border-top: 0;
        }

    .faq-wrapper .panel-title {
        padding: .5rem 1rem;
        margin: 0;
    }

        .faq-wrapper .panel-title:before {
            content: "";
            font-size: 1rem;
            display: inline-block;
            font: normal normal normal 1rem/1 FontAwesome;
            font-size: 1rem;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            margin-right: 0.25em;
        }

        .faq-wrapper .panel-title a {
            font-size: 1.125rem;
            color: #05304b;
        }

@media only screen and (min-width: 768px) and (max-width: 1024.98px) {
    .faq-wrapper .panel-title a {
        font-size: 1.125rem;
    }
}

@media only screen and (min-width: 1025px) {
    .faq-wrapper .panel-title a {
        font-size: 1.125rem;
    }
}

@media only screen and (min-width: 1680px) {
    .faq-wrapper .panel-title a {
        font-size: 1.125rem;
    }
}

.faq-panel .faq-header {
    border-bottom: 3px solid #05304b;
}

.tab-profile ul,
.tab-profile li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tab-profile ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

    .tab-profile ul li {
        flex-grow: 1;
        text-align: center;
        margin-bottom: 15px;
    }

        .tab-profile ul li a {
            padding: 5px 15px;
            background: #DADDE0;
            display: block;
            -webkit-border-radius: 50px;
            -moz-border-radius: 50px;
            -ms-border-radius: 50px;
            -o-border-radius: 50px;
            border-radius: 50px;
        }

@media (min-width: 768px) {
    .tab-profile ul li {
        margin-left: 10px;
    }
}

.profile-detail .col-md-6 {
    border-bottom: 1px solid #DADDE0;
}

.profile-detail label {
    font-size: 1rem;
    font-weight: 500;
    margin: 1rem 0 0;
}

    .profile-detail label + p {
        margin-bottom: 1.5rem;
        line-height: 1;
        color: #6b83a2;
        font-weight: 300;
        font-size: 1.5rem;
    }

@media only screen and (min-width: 768px) and (max-width: 1024.98px) {
    .profile-detail label + p {
        font-size: 1.5rem;
    }
}

@media only screen and (min-width: 1025px) {
    .profile-detail label + p {
        font-size: 1.8rem;
    }
}

@media only screen and (min-width: 1680px) {
    .profile-detail label + p {
        font-size: 1.8rem;
    }
}

.inner-page .view-single-thumb-wrapper {
    width: 60%;
    margin-right: 2rem;
    float: left;
    display: inline-block;
}

    .inner-page .view-single-thumb-wrapper .img-thumb-wrapper {
        padding: 0;
        height: auto;
    }

        .inner-page .view-single-thumb-wrapper .img-thumb-wrapper img {
            position: relative;
        }

/**
	All Homepage styles / elements comes here.
	@author: xafaR

*/
.homepage .body-content {
    background: white;
}

.homepage .page-container.container,
.homepage #body-wrapper,
.homepage #content,
.homepage #content #main-column,
.full-width .page-container.container,
.full-width #body-wrapper,
.full-width #content,
.full-width #content #main-column {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

.homepage #content,
.full-width #content {
    padding-top: 0;
}

    .homepage #content #main-column,
    .full-width #content #main-column {
        margin: 0 !important;
    }

.homepage .body-content,
.full-width .body-content {
    padding: 0;
    margin-top: 0;
}

    .homepage .body-content > .container,
    .full-width .body-content > .container {
        width: 100%;
        padding: 0;
        margin-top: 0;
        max-width: 100%;
    }

/**
 - FULL WIDTH
*/
.banner-wrapper .content-slider-wrapper {
    width: 50rem;
    max-width: 96%;
    margin: 0 auto;
    position: relative;
}

.banner-wrapper .content-slider {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    transform: translatey(-50%);
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
}

    .banner-wrapper .content-slider:first-child {
        opacity: 1;
        filter: alpha(opacity=100);
    }

.banner-wrapper .underline {
    border-bottom: 4px solid #6ed4e7;
}

    .banner-wrapper .underline:after {
        content: none;
    }

body.homepage .banner-wrapper {
    background: #6ed4e7 url("images/bg-pattern-theme.jpg") repeat center center;
}

.layer-wrap {
    position: relative;
    padding-top: 80%;
}

.bg-pattern {
    background: #6ed4e7 url(images/bg-pattern-general.png) repeat center center;
}

.bg-article, body.Articles-list .body-content, .bg-gray, .post-date {
    background: #eaeaea url(images/bg-article.jpg) no-repeat center top;
}

.bg-news, .area-news, body.News-list .body-content {
    background: #fbfbfb url(images/bg-white.jpg) no-repeat center top;
}

.bg-video, .area-video, body.Videos-list .body-content {
    background: #074775 url(images/bg-video.jpg) no-repeat center top;
}

/*  Layers
//----------------------------------------------------------------------------------*/
.layer {
    position: absolute;
}

.layer-1 {
    position: absolute;
    z-index: 1;
}

.layer-2 {
    position: absolute;
    z-index: 2;
}

.layer-3 {
    position: absolute;
    z-index: 3;
}

.pos-left {
    left: 0;
    right: auto;
}

.pos-right {
    left: auto;
    right: 0;
}

.pos-center {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.pos-top {
    top: 0;
    bottom: auto;
}

.pos-bottom {
    top: auto;
    bottom: 0;
}

.pos-middle {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.bg-parallex {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.form-wrapper {
    padding: 15px;
    background: white;
    -moz-box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.15), 0 5px 15px 0 rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.15), 0 5px 15px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.15), 0 5px 15px 0 rgba(0, 0, 0, 0.25);
    /*
		$_ph : breakpoint-max(sm, $grid-breakpoints );

		@include media-breakpoint-down( sm ) {
			@content;
		}*/
}

    .form-wrapper form {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px;
        border: 4px solid #0b6dab;
        padding: 3px;
    }

@media (min-width: 768px) {
    .form-wrapper {
        margin: 0 auto 30px;
        width: 70%;
        position: relative;
        z-index: 2000;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
    }

        .form-wrapper.xl {
            padding: 45px;
        }

        .form-wrapper.wide {
            width: 100%;
        }

        .form-wrapper.neg {
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
        }
}

@media only screen and (max-width: 767.98px) {
    .form-wrapper.xl .col, .form-wrapper.xl #content-wrapper {
        flex-basis: 100%;
    }

    .form-wrapper.xl .col-auto {
        width: 50%;
    }

        .form-wrapper.xl .col-auto input,
        .form-wrapper.xl .col-auto button {
            width: 100%;
        }
}

.form-quick-register .select-box, .form-quick-register select, .form-quick-register textarea, .form-quick-register input[type="text"], .form-quick-register input[type="password"], .form-quick-register input[type="datetime"], .form-quick-register input[type="datetime-local"], .form-quick-register input[type="date"], .form-quick-register input[type="month"], .form-quick-register input[type="time"], .form-quick-register input[type="week"], .form-quick-register input[type="number"], .form-quick-register input[type="email"], .form-quick-register input[type="url"], .form-quick-register input[type="search"], .form-quick-register input[type="tel"], .form-quick-register input[type="color"] {
    margin-bottom: 30px;
    height: 50px;
}

.modal-content .form-wrapper {
    width: 100%;
    margin: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .modal-content .form-wrapper form.row {
        margin: 0;
    }

.glb-search-form .modal-content {
    background: white;
}

    .glb-search-form .modal-content .modal-footer {
        display: none;
    }

/*  Quick Search exist on ARchives
		//--------------------------------------------------*/
.quick-search-wrapper form {
    position: relative;
    border: 2px solid #6ed4e7;
}

    .quick-search-wrapper form input {
        border: 0;
        padding-right: 3rem;
    }

        .quick-search-wrapper form input:focus + button,
        .quick-search-wrapper form input + button:hover {
            background-color: #6ed4e7;
        }

    .quick-search-wrapper form button {
        position: absolute;
        padding: 0;
        background-color: #DADDE0;
        width: 2.7rem;
        border: 2px solid white;
        top: 0;
        right: 0;
    }

.area-discipline {
    background: white url(images/bg-circle.jpg) no-repeat top center;
}

ul.subject-tile {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 1rem 0;
    display: inline-block;
    width: 100%;
}

    ul.subject-tile li {
        margin: 0;
        padding: 0;
        list-style: none;
        float: left;
        width: 100%;
        max-width: 100%;
    }

@media (min-width: 768px) {
    ul.subject-tile li {
        width: 100%/3;
        max-width: 100%/3;
    }
}

@media (min-width: 1025px) {
    ul.subject-tile li {
        max-width: 20%;
        width: 20%;
    }
}

ul.subject-tile li .card {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    text-align: center;
}

    ul.subject-tile li .card:hover {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

ul.subject-tile li .b-title {
    margin: 0;
    font-family: "SourceSerif", "Montserrat Light", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

ul.subject-tile li img {
    margin-bottom: 1rem;
}

ul.subject-tile li .s-view,
ul.subject-tile li .b-view,
ul.subject-tile li .s-link,
ul.subject-tile li .b-link {
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: 500;
    color: rgba(5, 48, 75, 0.75);
    font-size: 12px;
}

    ul.subject-tile li .s-view:before,
    ul.subject-tile li .b-view:before,
    ul.subject-tile li .s-link:before,
    ul.subject-tile li .b-link:before {
        content: "";
        font-size: 1.2rem;
        display: inline-block;
        font: normal normal normal 1.2rem/1 FontAwesome;
        font-size: 1.2rem;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        margin-right: 0.25em;
    }

ul.subject-tile li .s-link,
ul.subject-tile li .b-link {
    top: auto;
    bottom: 0;
}

    ul.subject-tile li .s-link:before,
    ul.subject-tile li .b-link:before {
        content: "";
        font-size: 1.2rem;
        display: inline-block;
        font: normal normal normal 1.2rem/1 FontAwesome;
        font-size: 1.2rem;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        margin-right: 0.25em;
    }

.area-video .widget-title {
    color: white;
    -moz-text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    -webkit-text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

.area-video .post-content .post-title {
    color: yellowgreen;
    font-weight: bold;
}

.area-video .category-title {
    color: #02111b;
}

table.course-list {
    vertical-align: middle;
}

    table.course-list th,
    table.course-list td {
        vertical-align: middle;
    }

    table.course-list th {
        font-family: "SourceSerifLight" "SourceSerif", "Montserrat Light", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 1.25rem;
        font-weight: 400;
    }

@media only screen and (min-width: 768px) and (max-width: 1024.98px) {
    table.course-list th {
        font-size: 1.25rem;
    }
}

@media only screen and (min-width: 1025px) {
    table.course-list th {
        font-size: 1.25rem;
    }
}

@media only screen and (min-width: 1680px) {
    table.course-list th {
        font-size: 1.25rem;
    }
}

table.course-list td {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

    table.course-list td .index {
        line-height: 1;
        font-size: 7rem;
        font-weight: 300;
        font-family: "SourceSerifLight" "SourceSerif", "Montserrat Light", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
        color: #bbe2fa;
        text-align: right;
        display: block;
        margin-right: -15px;
    }

@media (min-width: 768px) {
    table.course-list td.dots, table.course-list.dotted tr > td:first-child {
        position: relative;
        text-align: center;
        width: 14rem;
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

        table.course-list td.dots:after, table.course-list.dotted tr > td:first-child:after, table.course-list td.dots:before, table.course-list.dotted tr > td:first-child:before {
            content: "";
            position: absolute;
            height: 100%;
            width: 6px;
            left: calc( 50% + 3px);
            top: 0;
            background: #bbe2fa;
        }

        table.course-list td.dots span.index, table.course-list.dotted tr > td:first-child span.index {
            line-height: 90px;
            font-size: 4rem;
            width: 95px;
            height: 95px;
            text-align: center;
            display: inline-block;
            color: white;
            background: #bbe2fa;
            border: 5px white solid;
            position: relative;
            z-index: 1;
            -moz-box-shadow: 0 0 0 6px #bbe2fa;
            -webkit-box-shadow: 0 0 0 6px #bbe2fa;
            box-shadow: 0 0 0 6px #bbe2fa;
            -webkit-border-radius: 300px;
            -moz-border-radius: 300px;
            -ms-border-radius: 300px;
            -o-border-radius: 300px;
            border-radius: 300px;
        }
}

table.course-list.dotted tr > td {
    border: 0;
}

.container.header-filters {
    padding: 30px 0;
}

.course-filters {
    margin-bottom: 30px;
}

    .course-filters .btn, .course-filters button, .course-filters .button, .course-filters submit, .course-filters input[type="submit"], .course-filters input[type="button"], .course-filters .read-more,
    .course-filters .anchor {
        height: auto;
        background: #e9ecef;
        border: 0;
        border-bottom: 4px solid #9FA5AD;
        width: 100%;
        margin-bottom: 10px;
    }

        .course-filters .btn:hover, .course-filters button:hover, .course-filters .button:hover, .course-filters submit:hover, .course-filters input:hover[type="submit"], .course-filters input:hover[type="button"], .course-filters .read-more:hover,
        .course-filters .anchor:hover {
            background-color: #05304b;
            color: #6ed4e7;
            border-color: #6ed4e7;
        }

        .course-filters .btn .fa, .course-filters button .fa, .course-filters .button .fa, .course-filters submit .fa, .course-filters input[type="submit"] .fa, .course-filters input[type="button"] .fa, .course-filters .read-more .fa, .course-filters .anchor .fa {
            display: block;
        }

            .course-filters .btn .fa:before, .course-filters button .fa:before, .course-filters .button .fa:before, .course-filters submit .fa:before, .course-filters input[type="submit"] .fa:before, .course-filters input[type="button"] .fa:before, .course-filters .read-more .fa:before, .course-filters .anchor .fa:before {
                font-size: .7em;
                color: #9FA5AD;
                -moz-text-shadow: 0 1px 0 white;
                -webkit-text-shadow: 0 1px 0 white;
                text-shadow: 0 1px 0 white;
            }

@media (min-width: 1025px) {
    .Courses-list #header-wrapper {
        padding-bottom: 2rem;
    }
}

.form-wrapper-course {
    width: 100%;
}

.e-start h4,
.e-end h4 {
    width: 100%;
    padding: 10px;
    background: #DADDE0;
    display: inline-block;
    margin: 0;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

    .e-start h4 span,
    .e-end h4 span {
        display: block;
        font-size: .85em;
        font-weight: 300;
        color: #273548;
        text-align: center;
    }

        .e-start h4 span.sdate,
        .e-end h4 span.sdate {
            font-size: 2.12rem;
            color: #05304b;
        }

@media only screen and (min-width: 768px) and (max-width: 1024.98px) {
    .e-start h4 span.sdate,
    .e-end h4 span.sdate {
        font-size: 2.12rem;
    }
}

@media only screen and (min-width: 1025px) {
    .e-start h4 span.sdate,
    .e-end h4 span.sdate {
        font-size: 3.25rem;
    }
}

@media only screen and (min-width: 1680px) {
    .e-start h4 span.sdate,
    .e-end h4 span.sdate {
        font-size: 3.5rem;
    }
}

.e-start h4 span.stime,
.e-end h4 span.stime {
    padding: 3px;
    font-size: .65em;
    background: #05304b;
    color: #DADDE0;
    font-weight: 400;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

@media (min-width: 1025px) {
    .e-start h4,
    .e-end h4 {
        width: 10rem;
    }
}

@media (min-width: 1025px) {
    .e-start:before {
        content: '';
        width: 60%;
        top: 50%;
        left: 50%;
        position: absolute;
        background: #DADDE0;
        height: 1px;
    }

    .e-start h4 {
        margin-right: 3rem;
    }
}

.section.public-forum .board-container {
    border-top: 4px solid #6ed4e7;
    padding-top: 20px;
}

body.Videos-list .body-content h1.heading,
body.Videos-list .body-content .archive-filters {
    color: white;
    -moz-text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    -webkit-text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

body.News-list .main-body-content, body.Videos-list .main-body-content, body.Articles-list .main-body-content {
    padding: 0;
    margin: 0;
    background: transparent;
}

.lbl-signup,
.lbl-signin {
    padding-left: 3.2rem;
    background: url(images/icon-register.svg) no-repeat left top;
    background-size: auto 95%;
}

.lbl-signin {
    background-image: url(images/icon-signup-lock.svg);
}

.ajax-loader {
    background: url(images/ajax-loader-sm.gif) no-repeat center center;
}

select.ajax-loader {
    background-position: 97% center;
}

.dir-right select.ajax-loader {
    background-position: 2% center;
}

.sticky-addto {
    display: none;
    position: fixed;
    z-index: 500;
    top: 50%;
    left: 0;
    width: 40px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .sticky-addto:hover {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .sticky-addto a {
        display: block;
        padding: 0 !important;
    }

@media (min-width: 768px) {
    .sticky-addto {
        display: block;
    }
}

.sticky-addto .a2a_default_style .a2a_count,
.sticky-addto .a2a_default_style .a2a_svg,
.sticky-addto .a2a_floating_style .a2a_svg,
.sticky-addto .a2a_menu .a2a_svg,
.sticky-addto .a2a_vertical_style .a2a_count,
.sticky-addto .a2a_vertical_style .a2a_svg {
    border-radius: 0;
}

.sticky-addto .a2a_svg {
    height: 40px;
    width: 40px;
    line-height: 40px;
}

body.dir-right .sticky-addto {
    left: auto;
    right: 0;
}

body.Videos-list .items-info.text-md-left {
    color: white;
}

._icon {
    display: inline-block;
    width: 2rem;
    margin-right: 10px;
    position: relative;
    height: 0;
    padding: 100% 0 0;
}

    ._icon > * {
        max-width: 95%;
        width: 100%;
        height: auto;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.div-or,
.signup-separator {
    text-align: center;
    position: relative;
}

    .div-or span,
    .signup-separator span {
        position: relative;
        width: 50px;
        height: 50px;
        line-height: 50px;
        border: 1px solid #9FA5AD;
        top: 50%;
        left: 50%;
        display: block;
        background: white;
        margin: 10px 0 10px -25px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
        border-radius: 50px;
    }

        .div-or span:before,
        .signup-separator span:before {
            content: '';
            position: absolute;
            height: 1px;
            border-top: 1px solid #9FA5AD;
            left: 0;
            width: 100%;
            top: 50%;
            display: block;
        }

@media (min-width: 768px) {
    .div-or span,
    .signup-separator span {
        position: absolute;
        margin: -25px 0 0 -25px;
    }

        .div-or span:before,
        .signup-separator span:before {
            height: 75%;
            bordeR: 0;
            border-left: 1px solid #9FA5AD;
            left: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
        }
}

.social-media.lg a {
    font-size: 3rem;
    color: #6b83a2;
    margin: 0 1.5rem 0 0;
    display: inline-block;
}

    .social-media.lg a i:before {
        font-size: 1em;
    }

    .social-media.lg a:hover {
        color: #6ed4e7;
    }

.social-media.lg h4 a {
    font-size: inherit;
}

.widget-content > .container {
    /*
		$_ph : breakpoint-max(sm, $grid-breakpoints );

		@include media-breakpoint-down( sm ) {
			@content;
		}*/
}

@media only screen and (max-width: 767.98px) {
    .widget-content > .container {
        padding-left: 0;
        padding-right: 0;
    }

    .homepage .widget-content > .container,
    .full-width .widget-content > .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media print {
    .logo-print,
    .site-title img {
        display: block;
        width: 70mm;
        margin-bottom: 5mm;
    }

    .for-print {
        display: block;
    }

    html {
        font-size: 12px;
    }

    .no-print {
        display: none !important;
    }

    @page {
        size: auto;
        margin: 5mm;
    }

    h1 {
        page-break-before: avoid;
        font-size: 2rem;
    }

        h1:after {
            content: none !important;
        }

    h1, h2,
    h3,
    .faq-wrapper .cat-heading, h4, h5 {
        page-break-after: avoid;
    }

    .header-secondary,
    .col-md-10.mc.col-xs-7,
    .col-md-10.col-xs-7.header-super-menu,
    .archive-filters,
    .filter-wrapper,
    #footer {
        display: none;
    }

    .logo-wrapper {
        width: 100%;
        text-align: center;
    }

    #body-wrapper {
        padding: 0;
        margin: 0;
    }

        #body-wrapper:before {
            display: block;
            width: 30mm;
            height: 15mm;
            margin-bottom: 200px;
        }

        #body-wrapper > .body-content {
            margin: 0;
            padding: 0;
        }

        #body-wrapper .tab-flat {
            display: none;
        }

        #body-wrapper button,
        #body-wrapper input[type='submit'],
        #body-wrapper .btn,
        #body-wrapper button,
        #body-wrapper .button,
        #body-wrapper submit,
        #body-wrapper input[type="submit"],
        #body-wrapper input[type="button"],
        #body-wrapper .read-more,
        #body-wrapper .anchor,
        #body-wrapper a.read-more,
        #body-wrapper a.more {
            display: none;
        }

    table, .table, table {
        border: 0;
    }

        table tbody > tr > th,
        table thead > tr > th,
        table tfooter > tr > th,
        .table tbody > tr > th,
        table tbody > tr > th,
        .table thead > tr > th,
        table thead > tr > th,
        .table tfooter > tr > th,
        table tfooter > tr > th {
            color: black;
            border-width: 2px 0 !important;
            background-color: #ccc !important;
            border-top-color: #555 !important;
            border-bottom-color: #555 !important;
        }

    .row {
        margin-left: -15px;
        margin-right: -15px;
    }

    .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%;
    }

    div[class*="col-md-"] table {
        display: table !important;
    }

        div[class*="col-md-"] table td {
            border-top: 0;
            padding-top: 3px;
            padding-bottom: 3px;
        }

    div[class*="col-md-"] table,
    div[class*="col-md-"] thead,
    div[class*="col-md-"] tbody {
        width: 100%;
    }

    .fr {
        float: right;
    }

    .fl {
        float: left;
    }

    .fn {
        float: none;
    }

    .text-right {
        text-align: right;
    }

    .text-left {
        text-align: left;
    }

    .text-center {
        text-align: center;
    }
}

/* *** =====================================================
			Home - FORUM / Discussion Board
===========================================================*/
.forum h1.heading, .newsEvents h1.heading {
    font-size: 1.8rem;
}

@media only screen and (min-width: 768px) and (max-width: 1024.98px) {
    .forum h1.heading, .newsEvents h1.heading {
        font-size: 1.8rem;
    }
}

@media only screen and (min-width: 1025px) {
    .forum h1.heading, .newsEvents h1.heading {
        font-size: 2rem;
    }
}

@media only screen and (min-width: 1680px) {
    .forum h1.heading, .newsEvents h1.heading {
        font-size: 2rem;
    }
}

.homePage .board-container {
    margin-top: -10px;
}

.board-container {
    border-right: 1px solid #eee;
}

.board-grid {
    margin-top: 0px;
}

    .board-grid td {
        border-color: #eee;
        padding: 15px 10px 15px 0;
        border-width: 0 0 1px 0;
        vertical-align: top;
    }

.post-desc {
    font-size: 15px;
    width: 65%;
}

    .post-desc .post-summary {
        margin-bottom: 5px;
        line-height: 1.1;
    }

        .post-desc .post-summary a {
            color: #05304b;
        }

    .post-desc .post-category {
        font-size: 13px;
    }

        .post-desc .post-category a {
            color: #272f48;
        }

        .post-desc .post-category .category-title {
            margin: 2px;
        }

    .post-desc .post-title, .post-desc .category-title {
        vertical-align: middle;
        font-weight: bold;
        margin-right: 10px;
        font-size: 100%;
    }

    .post-desc .category-title, .post-desc .post-category {
        font-size: 100%;
    }

td.post-type {
    width: 10%;
}

    td.post-type img {
        border: none;
    }

    td.post-type .new img {
        background: url(images/sprite.png) no-repeat left -1109px;
        width: 13px;
        height: 13px;
        vertical-align: top;
        margin-top: 6px;
    }

/* Post view stuff */
.post-view {
    width: 20%;
    padding-bottom: 2px !important;
}

    .post-view .post-reply-count,
    .post-view .post-view-count {
        width: 90px;
        float: left;
        margin-top: -5px;
        vertical-align: baseline;
        height: 75px;
        padding: 8px 3px 3px;
    }

        .post-view .post-reply-count span,
        .post-view .post-view-count span {
            display: block;
            text-align: center;
            vertical-align: inherit;
        }

        .post-view .post-reply-count .grid-rating {
            position: relative;
            width: 100px;
            height: 14px;
            overflow: hidden;
            margin: -3px 0 0 7px;
        }

            .post-view .post-reply-count .grid-rating .rating-dot {
                z-index: 10;
                width: 100%;
            }

            .post-view .post-reply-count .grid-rating .rating-dot,
            .post-view .post-reply-count .grid-rating .rating-bar {
                position: absolute;
                display: block;
                top: 0;
                left: 0;
                padding: 0;
                height: 1.25rem;
            }

                .post-view .post-reply-count .grid-rating .rating-dot:before,
                .post-view .post-reply-count .grid-rating .rating-bar:before {
                    content: "\f006 \f006 \f006 \f006 \f006";
                    position: absolute;
                    top: 0;
                    left: 0;
                    font-family: "Fontawesome";
                    line-height: 1;
                    color: #05304b;
                }

            .post-view .post-reply-count .grid-rating .rating-bar {
                z-index: 5;
                width: 45%;
                overflow: hidden;
            }

                .post-view .post-reply-count .grid-rating .rating-bar:before {
                    content: "\f005 \f005 \f005 \f005 \f005";
                    color: #6ed4e7;
                }

    .post-view .count {
        color: #272f48;
        font-family: "SourceSerif", "Montserrat Light", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 22px;
        font-weight: 400;
        border-bottom: 1px solid #eee;
    }

    .post-view .reply {
        color: #272f48;
        font-size: 13px;
        line-height: 1;
        padding: 5px 0;
    }

    .post-view .post-view-count .count {
        border-color: #eee;
    }

/*  Post user */
.post-user {
    font-size: 13px;
}

    .post-user .date {
        display: block;
        margin-bottom: 5px;
        font-size: 100%;
    }

.user-id {
    display: inline-block;
}

    .user-id a img {
        width: 48px;
        height: 48px;
        margin-right: 5px;
        float: left;
        vertical-align: top;
        background: #dedede;
    }

    .user-id a span {
        display: inline-block;
        margin-top: 0;
        vertical-align: top;
    }

        .user-id a span.count {
            display: block;
            font-size: 20px;
            color: #272f48;
            margin-top: -5px;
        }

.board-link {
    overflow: hidden;
    padding: 0 20px 10px;
}

.forum-link {
    display: inline-block;
    padding: 2px 4px 2px 40px;
    float: right;
    background: url(images/sprite.png) no-repeat 6px -1841px #6ed4e7;
    font-size: 14px;
    font-family: "SourceSerif", "Montserrat Light", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 200;
    color: #fff;
    text-transform: lowercase;
}

    .forum-link:hover {
        background-color: #84daeb;
        color: #fff;
    }

/*  Post View */
.post-question,
.post-reply {
    padding: 2rem 0;
    overflow: hidden;
    position: relative;
    border-top: 1px solid #6ed4e7;
}

    .post-question:first-child,
    .post-reply:first-child {
        border-top: 0;
    }

    .post-question .meta-top,
    .post-reply .meta-top {
        width: 100%;
        font-size: 13px;
    }

    .post-question .category,
    .post-reply .category {
        float: left;
        width: 530px;
        font-size: 15px;
        margin: 5px 0;
    }

        .post-question .category span,
        .post-reply .category span {
            font-weight: bold;
        }

    .post-question .post-watch,
    .post-reply .post-watch {
        width: 160px;
        height: 30px;
        float: right;
        margin-left: 10px;
    }

        .post-question .post-watch a,
        .post-reply .post-watch a {
            background: url(images/sprite.png) no-repeat left -1516px;
            padding-left: 25px;
            color: #272f48;
            text-align: right;
        }

    .post-question.altrow,
    .post-reply.altrow {
        background: #E1F6FA;
    }

    .post-reply .post-date {
        font-size: 12px;
        position: absolute;
        top: 0;
        left: 0;
        background: white !important;
        border-bottom: 2px solid #6ed4e7;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        -moz-box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.15), 0 5px 15px 0 rgba(0, 0, 0, 0.25);
        -webkit-box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.15), 0 5px 15px 0 rgba(0, 0, 0, 0.25);
        box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.15), 0 5px 15px 0 rgba(0, 0, 0, 0.25);
    }

.question-desc,
.reply-desc {
    margin-top: 20px;
    padding-left: 60px;
    padding-bottom: 30px;
    /* Post content */
}

    .question-desc .post-content,
    .reply-desc .post-content {
        font-size: 16px;
        margin-bottom: 35px;
    }

.reply-desc {
    display: flex;
    flex-wrap: wrap;
}

    .reply-desc .post-content {
        width: 100%;
    }

@media (min-width: 1025px) {
    .reply-desc .post-content {
        flex-basis: 74%;
        width: 74%;
    }

    .reply-desc .meta-bottom {
        border-left: 1px solid #eee;
    }
}

/*  REPLY META and BUTTON */
.date-wrap .post-date,
.question-desc .post-date {
    color: #6ed4e7;
    float: left;
    width: 50px;
    margin: 0;
    line-height: 1;
    background: none !important;
    padding: 0;
}

    .date-wrap .post-date span,
    .question-desc .post-date span {
        font-family: "SourceSerif", "Montserrat Light", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
        display: inline-block;
        text-align: center;
        padding: 2px 0;
        vertical-align: baseline;
    }

    .date-wrap .post-date .day,
    .question-desc .post-date .day {
        font-size: 40px;
    }

    .date-wrap .post-date .month,
    .question-desc .post-date .month {
        font-size: 24px;
    }

    .date-wrap .post-date .year,
    .question-desc .post-date .year {
        font-size: 18px;
    }

.question-desc .post-date {
    margin: 5px 0 0 -60px;
}

.reply-desc .attach-container {
    /*GRID and POST BUTTON*/
}

    .reply-desc .attach-container .attachment {
        float: left;
        width: 250px;
    }

    .reply-desc .attach-container .reply-post {
        text-align: right;
        float: right;
        width: 110px;
    }

        .reply-desc .attach-container .reply-post .reply-rating {
            position: relative;
            height: 2.5rem;
            width: 90px;
            display: block;
            overflow: hidden;
        }

            .reply-desc .attach-container .reply-post .reply-rating .rating-bar,
            .reply-desc .attach-container .reply-post .reply-rating .rating-dot {
                position: absolute;
                top: 0;
                left: 0;
                display: block;
                height: 100%;
            }

                .reply-desc .attach-container .reply-post .reply-rating .rating-bar:before,
                .reply-desc .attach-container .reply-post .reply-rating .rating-dot:before {
                    content: "\f005 \f005 \f005 \f005 \f005";
                    color: #6ed4e7;
                    position: absolute;
                    top: 0;
                    left: 0;
                    font-size: 1.5rem;
                    font-family: "Fontawesome";
                }

            .reply-desc .attach-container .reply-post .reply-rating .rating-dot {
                z-index: 20;
                width: 100%;
            }

                .reply-desc .attach-container .reply-post .reply-rating .rating-dot:before {
                    content: "\f006 \f006 \f006 \f006 \f006";
                    color: #05304b;
                }

            .reply-desc .attach-container .reply-post .reply-rating .rating-bar {
                z-index: 10;
                width: 30%;
                overflow: hidden;
            }

            .reply-desc .attach-container .reply-post .reply-rating .rating-meter {
                width: 103%;
                height: 100%;
                position: relative;
                z-index: 40;
            }

                .reply-desc .attach-container .reply-post .reply-rating .rating-meter span {
                    cursor: pointer;
                    width: 22.5px;
                    height: 100%;
                    display: block;
                    float: left;
                }

.reply-editor {
    margin: 0 0 15px;
    min-height: 200px;
}

.post-comment {
    margin-bottom: 25px;
}

div.answer {
    margin: 80px 0 30px;
    border-top: 1px solid #DADDE0;
}

    div.answer h3, div.answer .faq-wrapper .cat-heading, .faq-wrapper div.answer .cat-heading {
        margin-top: -40px;
        padding-right: 5px;
        font-size: 30px;
        color: #272f48;
        font-family: "SourceSerif", "Montserrat Light", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 200;
    }

        div.answer h3 span, div.answer .faq-wrapper .cat-heading span, .faq-wrapper div.answer .cat-heading span {
            vertical-align: baseline;
            width: 60px;
            display: inline-block;
        }

.ask-question {
    margin-bottom: 15px;
}

    .ask-question .txt-primary {
        width: 684px;
        margin: 3px 0;
    }

.heading-cat, .heading-attach {
    padding-right: 30px;
    background: url(images/sprite.png) no-repeat;
    display: inline-block;
}

.heading-cat {
    background-position: right -2117px;
}

.heading-attach {
    background-position: right -2203px;
}

.meta-attach .file-upload {
    margin-top: 20px;
}

.meta-category select {
    margin: 20px 0;
    width: 340px;
}

.post-create #frmfiles > ul {
    margin: 5px 0 10px;
    list-style: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #546a86;
}

    .post-create #frmfiles > ul li {
        margin: 0 10px 0 0;
        padding: 0;
        float: left;
        position: relative;
        border: 1px solid transparent;
        border-bottom: 0;
    }

        .post-create #frmfiles > ul li.active {
            border: 1px solid #546a86;
            border-width: 5px 1px 0px;
            margin-top: -2px;
        }

            .post-create #frmfiles > ul li.active a {
                background: url(images/body-bg.jpg) repeat scroll center top #FFFFFF;
                margin-bottom: -2px;
                margin-top: -2px;
                padding-bottom: 7px;
            }

            .post-create #frmfiles > ul li.active input {
                top: 8px;
            }

        .post-create #frmfiles > ul li:first-child {
            background: white;
        }

        .post-create #frmfiles > ul li a {
            display: inline-block;
            padding: 5px 20px 5px 35px;
            color: #272f48;
            font-size: 14px;
            -moz-box-shadow: 0 -2px 6px -3px rgba(0, 0, 0, 0.4) inset;
            -webkit-box-shadow: 0 -2px 6px -3px rgba(0, 0, 0, 0.4) inset;
            box-shadow: 0 -2px 6px -3px rgba(0, 0, 0, 0.4) inset;
        }

            .post-create #frmfiles > ul li a:hover {
                background-color: #6b83a2;
                -moz-box-shadow: none;
                -webkit-box-shadow: none;
                box-shadow: none;
            }

        .post-create #frmfiles > ul li input {
            position: absolute;
            top: 10px;
            left: 5px;
        }

.meta-bottom {
    display: flex;
    justify-content: flex-end;
    font-size: 12px;
}

    .meta-bottom .post-date {
        background: white !important;
        font-size: 0.875rem;
    }

.Forum-single .meta-bottom {
    width: 100%;
    /* User ID */
    /* Attachment Box */
}

    .Forum-single .meta-bottom .user-id {
        width: 200px;
    }

    .Forum-single .meta-bottom .attachment {
        float: right;
        width: 300px;
        background: #f7f7f7;
        padding: 10px;
        border: 1px solid #eee;
    }

        .Forum-single .meta-bottom .attachment > label {
            padding-left: 20px;
            background: url(images/sprite.png) no-repeat left -1564px;
        }

        .Forum-single .meta-bottom .attachment .file-container {
            padding-top: 5px;
            margin-top: 5px;
            border-top: 1px solid #f0f0f0;
            font-size: 12px;
        }

/* =================================
		POP UP Login Stuff
=================================== */
.form-system {
    width: 400px;
}

    .form-system h2, .form-system h3, .form-system .faq-wrapper .cat-heading, .faq-wrapper .form-system .cat-heading {
        margin: 10px 0px 10px 50px;
    }

.login-form .form-social {
    left: 450px;
    position: absolute;
    top: 100px;
    width: 310px;
}

    .login-form .form-social h2, .login-form .form-social h3, .login-form .form-social .faq-wrapper .cat-heading, .faq-wrapper .login-form .form-social .cat-heading {
        margin-left: 0;
    }

    .login-form .form-social .Microsoft,
    .login-form .form-social .Twitter,
    .login-form .form-social .LinkedIn,
    .login-form .form-social .Facebook,
    .login-form .form-social .Google,
    .login-form .form-social .Yahoo {
        width: 45px;
        height: 45px;
    }

    .login-form .form-social .Microsoft {
        background-position: 0 -2782px;
        display: none;
    }

    .login-form .form-social .Twitter {
        background-position: -365px -2782px;
        display: none;
    }

    .login-form .form-social .LinkedIn {
        background-position: -214px -2782px;
    }

    .login-form .form-social .Facebook {
        background-position: -285px -2782px;
    }

    .login-form .form-social .Google {
        background-position: -142px -2782px;
    }

    .login-form .form-social .Yahoo {
        background-position: -71px -2782px;
    }

.or-login {
    font-size: 20px;
    font-weight: bold;
    left: 397px;
    position: absolute;
    top: 180px;
}

.login-option .col-1 {
    width: 190px;
    margin-left: 0;
}

.login-box {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10000;
}

    .login-box h2, .login-box h3, .login-box .faq-wrapper .cat-heading, .faq-wrapper .login-box .cat-heading {
        display: inline-block;
        font-size: 22px;
    }

    .login-box .bg-overlay {
        background: rgba(0, 0, 0, 0.4);
        position: absolute;
        height: 100%;
        width: 100%;
    }

    .login-box div.login-form {
        /*margin:140px auto 0;
		padding:15px 0 20px;
		*/
        background: url("images/login-popup-bg-big.png") no-repeat scroll center 0;
        margin: 140px auto 0;
        min-height: 430px;
        padding: 90px 20px 20px;
        position: relative;
        width: 775px;
    }

        .login-box div.login-form input[type="text"],
        .login-box div.login-form .loginInput {
            background-color: #f2fafb;
        }

            .login-box div.login-form input[type="text"]:hover, .login-box div.login-form input[type="text"]:focus,
            .login-box div.login-form .loginInput:hover,
            .login-box div.login-form .loginInput:focus {
                background: white;
                -moz-box-shadow: 0 0 10px #0A86EE;
                -webkit-box-shadow: 0 0 10px #0A86EE;
                box-shadow: 0 0 10px #0A86EE;
            }

        .login-box div.login-form #password,
        .login-box div.login-form #username {
            width: 200px;
        }

    .login-box .close-btn {
        position: absolute;
        width: 45px;
        height: 45px;
        background: url(images/sprite.png) no-repeat -9px -443px;
        right: 86px;
        top: 20px;
        cursor: pointer;
        z-index: 600;
    }

    .login-box a {
        color: #6ed4e7;
    }

@media only screen and (max-width: 767.98px) {
    .hidden-xs {
        display: none !important;
    }

    .visible-xs {
        display: block !important;
    }

    .col-xs-1 {
        width: 8.33333% !important;
    }

    .col-xs-2 {
        width: 16.66667% !important;
    }

    .col-xs-3 {
        width: 25% !important;
    }

    .col-xs-4 {
        width: 33.33333% !important;
    }

    .col-xs-5 {
        width: 41.66667% !important;
    }

    .col-xs-6 {
        width: 50% !important;
    }

    .col-xs-7 {
        width: 58.33333% !important;
    }

    .col-xs-8 {
        width: 66.66667% !important;
    }

    .col-xs-9 {
        width: 75% !important;
    }

    .col-xs-10 {
        width: 83.33333% !important;
    }

    .col-xs-11 {
        width: 91.66667% !important;
    }

    .col-xs-12 {
        width: 100% !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024.98px) {
    .visible-sm {
        display: block !important;
    }

    .hidden-sm {
        display: none !important;
    }

    .col-sm-1 {
        width: 8.33333% !important;
    }

    .col-sm-2 {
        width: 16.66667% !important;
    }

    .col-sm-3 {
        width: 25% !important;
    }

    .col-sm-4 {
        width: 33.33333% !important;
    }

    .col-sm-5 {
        width: 41.66667% !important;
    }

    .col-sm-6 {
        width: 50% !important;
    }

    .col-sm-7 {
        width: 58.33333% !important;
    }

    .col-sm-8 {
        width: 66.66667% !important;
    }

    .col-sm-9 {
        width: 75% !important;
    }

    .col-sm-10 {
        width: 83.33333% !important;
    }

    .col-sm-11 {
        width: 91.66667% !important;
    }

    .col-sm-12 {
        width: 100% !important;
    }
}

@media only screen and (max-width: 1024.98px) {
    .visible-pt {
        display: block !important;
    }

    .hidden-pt {
        display: none !important;
    }
}

@media only screen and (min-width: 1025px) {
    .visible-md {
        display: block !important;
    }

    .hidden-md {
        display: none !important;
    }
}

/*
// <editor-fold desc="- - - - [ Header Styles ] - - - -">

	@import "less-xash/layout-header";
	@import "less-xash/layout-header-primary";

// </editor-fold>




// <editor-fold desc="- - - - [ Page Body & Elements] - - - -">

	@import "less-xash/layout-page";
	@import "less-xash/layout-page-elements";

// </editor-fold>


  // trying ..updated


// <editor-fold desc="- - - - [ Footer ] - - - -">

	@import "less-xash/layout-footer";

// </editor-fold>
*/
/*!
 * Bootstrap v4.0.0-beta.2 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*
All RTL Related Styles and Mods comes here!
*/
body.dir-right {
    text-align: right;
    direction: rtl;
    font-family: "Droid Kufi", "Arial, Helvetica, sans-serif";
    font-family: "rtl_1";
    /*  Board
    //----------------------------------------------------------------------------------*/
}

@media (min-width: 576px) {
    body.dir-right .-sm-push-1 {
        left: auto;
        right: 8.33333%;
    }

    body.dir-right .-sm-pull-1 {
        left: 8.33333%;
        right: auto;
    }

    body.dir-right .offset-sm-1 {
        margin-left: 0;
        margin-right: 8.33333%;
    }

    body.dir-right .-sm-push-2 {
        left: auto;
        right: 16.66667%;
    }

    body.dir-right .-sm-pull-2 {
        left: 16.66667%;
        right: auto;
    }

    body.dir-right .offset-sm-2 {
        margin-left: 0;
        margin-right: 16.66667%;
    }

    body.dir-right .-sm-push-3 {
        left: auto;
        right: 25%;
    }

    body.dir-right .-sm-pull-3 {
        left: 25%;
        right: auto;
    }

    body.dir-right .offset-sm-3 {
        margin-left: 0;
        margin-right: 25%;
    }

    body.dir-right .-sm-push-4 {
        left: auto;
        right: 33.33333%;
    }

    body.dir-right .-sm-pull-4 {
        left: 33.33333%;
        right: auto;
    }

    body.dir-right .offset-sm-4 {
        margin-left: 0;
        margin-right: 33.33333%;
    }

    body.dir-right .-sm-push-5 {
        left: auto;
        right: 41.66667%;
    }

    body.dir-right .-sm-pull-5 {
        left: 41.66667%;
        right: auto;
    }

    body.dir-right .offset-sm-5 {
        margin-left: 0;
        margin-right: 41.66667%;
    }

    body.dir-right .-sm-push-6 {
        left: auto;
        right: 50%;
    }

    body.dir-right .-sm-pull-6 {
        left: 50%;
        right: auto;
    }

    body.dir-right .offset-sm-6 {
        margin-left: 0;
        margin-right: 50%;
    }

    body.dir-right .-sm-push-7 {
        left: auto;
        right: 58.33333%;
    }

    body.dir-right .-sm-pull-7 {
        left: 58.33333%;
        right: auto;
    }

    body.dir-right .offset-sm-7 {
        margin-left: 0;
        margin-right: 58.33333%;
    }

    body.dir-right .-sm-push-8 {
        left: auto;
        right: 66.66667%;
    }

    body.dir-right .-sm-pull-8 {
        left: 66.66667%;
        right: auto;
    }

    body.dir-right .offset-sm-8 {
        margin-left: 0;
        margin-right: 66.66667%;
    }

    body.dir-right .-sm-push-9 {
        left: auto;
        right: 75%;
    }

    body.dir-right .-sm-pull-9 {
        left: 75%;
        right: auto;
    }

    body.dir-right .offset-sm-9 {
        margin-left: 0;
        margin-right: 75%;
    }

    body.dir-right .-sm-push-10 {
        left: auto;
        right: 83.33333%;
    }

    body.dir-right .-sm-pull-10 {
        left: 83.33333%;
        right: auto;
    }

    body.dir-right .offset-sm-10 {
        margin-left: 0;
        margin-right: 83.33333%;
    }

    body.dir-right .-sm-push-11 {
        left: auto;
        right: 91.66667%;
    }

    body.dir-right .-sm-pull-11 {
        left: 91.66667%;
        right: auto;
    }

    body.dir-right .offset-sm-11 {
        margin-left: 0;
        margin-right: 91.66667%;
    }

    body.dir-right .-sm-push-12 {
        left: auto;
        right: 100%;
    }

    body.dir-right .-sm-pull-12 {
        left: 100%;
        right: auto;
    }

    body.dir-right .offset-sm-12 {
        margin-left: 0;
        margin-right: 100%;
    }
}

@media (min-width: 768px) {
    body.dir-right .-md-push-1 {
        left: auto;
        right: 8.33333%;
    }

    body.dir-right .-md-pull-1 {
        left: 8.33333%;
        right: auto;
    }

    body.dir-right .offset-md-1 {
        margin-left: 0;
        margin-right: 8.33333%;
    }

    body.dir-right .-md-push-2 {
        left: auto;
        right: 16.66667%;
    }

    body.dir-right .-md-pull-2 {
        left: 16.66667%;
        right: auto;
    }

    body.dir-right .offset-md-2 {
        margin-left: 0;
        margin-right: 16.66667%;
    }

    body.dir-right .-md-push-3 {
        left: auto;
        right: 25%;
    }

    body.dir-right .-md-pull-3 {
        left: 25%;
        right: auto;
    }

    body.dir-right .offset-md-3 {
        margin-left: 0;
        margin-right: 25%;
    }

    body.dir-right .-md-push-4 {
        left: auto;
        right: 33.33333%;
    }

    body.dir-right .-md-pull-4 {
        left: 33.33333%;
        right: auto;
    }

    body.dir-right .offset-md-4 {
        margin-left: 0;
        margin-right: 33.33333%;
    }

    body.dir-right .-md-push-5 {
        left: auto;
        right: 41.66667%;
    }

    body.dir-right .-md-pull-5 {
        left: 41.66667%;
        right: auto;
    }

    body.dir-right .offset-md-5 {
        margin-left: 0;
        margin-right: 41.66667%;
    }

    body.dir-right .-md-push-6 {
        left: auto;
        right: 50%;
    }

    body.dir-right .-md-pull-6 {
        left: 50%;
        right: auto;
    }

    body.dir-right .offset-md-6 {
        margin-left: 0;
        margin-right: 50%;
    }

    body.dir-right .-md-push-7 {
        left: auto;
        right: 58.33333%;
    }

    body.dir-right .-md-pull-7 {
        left: 58.33333%;
        right: auto;
    }

    body.dir-right .offset-md-7 {
        margin-left: 0;
        margin-right: 58.33333%;
    }

    body.dir-right .-md-push-8 {
        left: auto;
        right: 66.66667%;
    }

    body.dir-right .-md-pull-8 {
        left: 66.66667%;
        right: auto;
    }

    body.dir-right .offset-md-8 {
        margin-left: 0;
        margin-right: 66.66667%;
    }

    body.dir-right .-md-push-9 {
        left: auto;
        right: 75%;
    }

    body.dir-right .-md-pull-9 {
        left: 75%;
        right: auto;
    }

    body.dir-right .offset-md-9 {
        margin-left: 0;
        margin-right: 75%;
    }

    body.dir-right .-md-push-10 {
        left: auto;
        right: 83.33333%;
    }

    body.dir-right .-md-pull-10 {
        left: 83.33333%;
        right: auto;
    }

    body.dir-right .offset-md-10 {
        margin-left: 0;
        margin-right: 83.33333%;
    }

    body.dir-right .-md-push-11 {
        left: auto;
        right: 91.66667%;
    }

    body.dir-right .-md-pull-11 {
        left: 91.66667%;
        right: auto;
    }

    body.dir-right .offset-md-11 {
        margin-left: 0;
        margin-right: 91.66667%;
    }

    body.dir-right .-md-push-12 {
        left: auto;
        right: 100%;
    }

    body.dir-right .-md-pull-12 {
        left: 100%;
        right: auto;
    }

    body.dir-right .offset-md-12 {
        margin-left: 0;
        margin-right: 100%;
    }
}

@media (min-width: 1025px) {
    body.dir-right .-lg-push-1 {
        left: auto;
        right: 8.33333%;
    }

    body.dir-right .-lg-pull-1 {
        left: 8.33333%;
        right: auto;
    }

    body.dir-right .offset-lg-1 {
        margin-left: 0;
        margin-right: 8.33333%;
    }

    body.dir-right .-lg-push-2 {
        left: auto;
        right: 16.66667%;
    }

    body.dir-right .-lg-pull-2 {
        left: 16.66667%;
        right: auto;
    }

    body.dir-right .offset-lg-2 {
        margin-left: 0;
        margin-right: 16.66667%;
    }

    body.dir-right .-lg-push-3 {
        left: auto;
        right: 25%;
    }

    body.dir-right .-lg-pull-3 {
        left: 25%;
        right: auto;
    }

    body.dir-right .offset-lg-3 {
        margin-left: 0;
        margin-right: 25%;
    }

    body.dir-right .-lg-push-4 {
        left: auto;
        right: 33.33333%;
    }

    body.dir-right .-lg-pull-4 {
        left: 33.33333%;
        right: auto;
    }

    body.dir-right .offset-lg-4 {
        margin-left: 0;
        margin-right: 33.33333%;
    }

    body.dir-right .-lg-push-5 {
        left: auto;
        right: 41.66667%;
    }

    body.dir-right .-lg-pull-5 {
        left: 41.66667%;
        right: auto;
    }

    body.dir-right .offset-lg-5 {
        margin-left: 0;
        margin-right: 41.66667%;
    }

    body.dir-right .-lg-push-6 {
        left: auto;
        right: 50%;
    }

    body.dir-right .-lg-pull-6 {
        left: 50%;
        right: auto;
    }

    body.dir-right .offset-lg-6 {
        margin-left: 0;
        margin-right: 50%;
    }

    body.dir-right .-lg-push-7 {
        left: auto;
        right: 58.33333%;
    }

    body.dir-right .-lg-pull-7 {
        left: 58.33333%;
        right: auto;
    }

    body.dir-right .offset-lg-7 {
        margin-left: 0;
        margin-right: 58.33333%;
    }

    body.dir-right .-lg-push-8 {
        left: auto;
        right: 66.66667%;
    }

    body.dir-right .-lg-pull-8 {
        left: 66.66667%;
        right: auto;
    }

    body.dir-right .offset-lg-8 {
        margin-left: 0;
        margin-right: 66.66667%;
    }

    body.dir-right .-lg-push-9 {
        left: auto;
        right: 75%;
    }

    body.dir-right .-lg-pull-9 {
        left: 75%;
        right: auto;
    }

    body.dir-right .offset-lg-9 {
        margin-left: 0;
        margin-right: 75%;
    }

    body.dir-right .-lg-push-10 {
        left: auto;
        right: 83.33333%;
    }

    body.dir-right .-lg-pull-10 {
        left: 83.33333%;
        right: auto;
    }

    body.dir-right .offset-lg-10 {
        margin-left: 0;
        margin-right: 83.33333%;
    }

    body.dir-right .-lg-push-11 {
        left: auto;
        right: 91.66667%;
    }

    body.dir-right .-lg-pull-11 {
        left: 91.66667%;
        right: auto;
    }

    body.dir-right .offset-lg-11 {
        margin-left: 0;
        margin-right: 91.66667%;
    }

    body.dir-right .-lg-push-12 {
        left: auto;
        right: 100%;
    }

    body.dir-right .-lg-pull-12 {
        left: 100%;
        right: auto;
    }

    body.dir-right .offset-lg-12 {
        margin-left: 0;
        margin-right: 100%;
    }
}

@media (min-width: 1366px) {
    body.dir-right .-xl-push-1 {
        left: auto;
        right: 8.33333%;
    }

    body.dir-right .-xl-pull-1 {
        left: 8.33333%;
        right: auto;
    }

    body.dir-right .offset-xl-1 {
        margin-left: 0;
        margin-right: 8.33333%;
    }

    body.dir-right .-xl-push-2 {
        left: auto;
        right: 16.66667%;
    }

    body.dir-right .-xl-pull-2 {
        left: 16.66667%;
        right: auto;
    }

    body.dir-right .offset-xl-2 {
        margin-left: 0;
        margin-right: 16.66667%;
    }

    body.dir-right .-xl-push-3 {
        left: auto;
        right: 25%;
    }

    body.dir-right .-xl-pull-3 {
        left: 25%;
        right: auto;
    }

    body.dir-right .offset-xl-3 {
        margin-left: 0;
        margin-right: 25%;
    }

    body.dir-right .-xl-push-4 {
        left: auto;
        right: 33.33333%;
    }

    body.dir-right .-xl-pull-4 {
        left: 33.33333%;
        right: auto;
    }

    body.dir-right .offset-xl-4 {
        margin-left: 0;
        margin-right: 33.33333%;
    }

    body.dir-right .-xl-push-5 {
        left: auto;
        right: 41.66667%;
    }

    body.dir-right .-xl-pull-5 {
        left: 41.66667%;
        right: auto;
    }

    body.dir-right .offset-xl-5 {
        margin-left: 0;
        margin-right: 41.66667%;
    }

    body.dir-right .-xl-push-6 {
        left: auto;
        right: 50%;
    }

    body.dir-right .-xl-pull-6 {
        left: 50%;
        right: auto;
    }

    body.dir-right .offset-xl-6 {
        margin-left: 0;
        margin-right: 50%;
    }

    body.dir-right .-xl-push-7 {
        left: auto;
        right: 58.33333%;
    }

    body.dir-right .-xl-pull-7 {
        left: 58.33333%;
        right: auto;
    }

    body.dir-right .offset-xl-7 {
        margin-left: 0;
        margin-right: 58.33333%;
    }

    body.dir-right .-xl-push-8 {
        left: auto;
        right: 66.66667%;
    }

    body.dir-right .-xl-pull-8 {
        left: 66.66667%;
        right: auto;
    }

    body.dir-right .offset-xl-8 {
        margin-left: 0;
        margin-right: 66.66667%;
    }

    body.dir-right .-xl-push-9 {
        left: auto;
        right: 75%;
    }

    body.dir-right .-xl-pull-9 {
        left: 75%;
        right: auto;
    }

    body.dir-right .offset-xl-9 {
        margin-left: 0;
        margin-right: 75%;
    }

    body.dir-right .-xl-push-10 {
        left: auto;
        right: 83.33333%;
    }

    body.dir-right .-xl-pull-10 {
        left: 83.33333%;
        right: auto;
    }

    body.dir-right .offset-xl-10 {
        margin-left: 0;
        margin-right: 83.33333%;
    }

    body.dir-right .-xl-push-11 {
        left: auto;
        right: 91.66667%;
    }

    body.dir-right .-xl-pull-11 {
        left: 91.66667%;
        right: auto;
    }

    body.dir-right .offset-xl-11 {
        margin-left: 0;
        margin-right: 91.66667%;
    }

    body.dir-right .-xl-push-12 {
        left: auto;
        right: 100%;
    }

    body.dir-right .-xl-pull-12 {
        left: 100%;
        right: auto;
    }

    body.dir-right .offset-xl-12 {
        margin-left: 0;
        margin-right: 100%;
    }
}

@media (min-width: 1680px) {
    body.dir-right .-xxl-push-1 {
        left: auto;
        right: 8.33333%;
    }

    body.dir-right .-xxl-pull-1 {
        left: 8.33333%;
        right: auto;
    }

    body.dir-right .offset-xxl-1 {
        margin-left: 0;
        margin-right: 8.33333%;
    }

    body.dir-right .-xxl-push-2 {
        left: auto;
        right: 16.66667%;
    }

    body.dir-right .-xxl-pull-2 {
        left: 16.66667%;
        right: auto;
    }

    body.dir-right .offset-xxl-2 {
        margin-left: 0;
        margin-right: 16.66667%;
    }

    body.dir-right .-xxl-push-3 {
        left: auto;
        right: 25%;
    }

    body.dir-right .-xxl-pull-3 {
        left: 25%;
        right: auto;
    }

    body.dir-right .offset-xxl-3 {
        margin-left: 0;
        margin-right: 25%;
    }

    body.dir-right .-xxl-push-4 {
        left: auto;
        right: 33.33333%;
    }

    body.dir-right .-xxl-pull-4 {
        left: 33.33333%;
        right: auto;
    }

    body.dir-right .offset-xxl-4 {
        margin-left: 0;
        margin-right: 33.33333%;
    }

    body.dir-right .-xxl-push-5 {
        left: auto;
        right: 41.66667%;
    }

    body.dir-right .-xxl-pull-5 {
        left: 41.66667%;
        right: auto;
    }

    body.dir-right .offset-xxl-5 {
        margin-left: 0;
        margin-right: 41.66667%;
    }

    body.dir-right .-xxl-push-6 {
        left: auto;
        right: 50%;
    }

    body.dir-right .-xxl-pull-6 {
        left: 50%;
        right: auto;
    }

    body.dir-right .offset-xxl-6 {
        margin-left: 0;
        margin-right: 50%;
    }

    body.dir-right .-xxl-push-7 {
        left: auto;
        right: 58.33333%;
    }

    body.dir-right .-xxl-pull-7 {
        left: 58.33333%;
        right: auto;
    }

    body.dir-right .offset-xxl-7 {
        margin-left: 0;
        margin-right: 58.33333%;
    }

    body.dir-right .-xxl-push-8 {
        left: auto;
        right: 66.66667%;
    }

    body.dir-right .-xxl-pull-8 {
        left: 66.66667%;
        right: auto;
    }

    body.dir-right .offset-xxl-8 {
        margin-left: 0;
        margin-right: 66.66667%;
    }

    body.dir-right .-xxl-push-9 {
        left: auto;
        right: 75%;
    }

    body.dir-right .-xxl-pull-9 {
        left: 75%;
        right: auto;
    }

    body.dir-right .offset-xxl-9 {
        margin-left: 0;
        margin-right: 75%;
    }

    body.dir-right .-xxl-push-10 {
        left: auto;
        right: 83.33333%;
    }

    body.dir-right .-xxl-pull-10 {
        left: 83.33333%;
        right: auto;
    }

    body.dir-right .offset-xxl-10 {
        margin-left: 0;
        margin-right: 83.33333%;
    }

    body.dir-right .-xxl-push-11 {
        left: auto;
        right: 91.66667%;
    }

    body.dir-right .-xxl-pull-11 {
        left: 91.66667%;
        right: auto;
    }

    body.dir-right .offset-xxl-11 {
        margin-left: 0;
        margin-right: 91.66667%;
    }

    body.dir-right .-xxl-push-12 {
        left: auto;
        right: 100%;
    }

    body.dir-right .-xxl-pull-12 {
        left: 100%;
        right: auto;
    }

    body.dir-right .offset-xxl-12 {
        margin-left: 0;
        margin-right: 100%;
    }
}

body.dir-right blockquote {
    padding-left: 0;
    padding-right: 5rem;
}

    body.dir-right blockquote:before {
        content: "\f10e";
        left: auto;
        right: 0;
    }

body.dir-right .wrap-screen-full {
    margin-left: 0;
    margin-right: -50vw;
    left: -50%;
}

@media only screen and (min-width: 1025px) {
    body.dir-right .wrap-screen-half, body.dir-right .wrap-screen-third,
    body.dir-right .wrap-screen-third {
        left: 0;
        right: auto;
    }

        body.dir-right .wrap-screen-half.right, body.dir-right .right.wrap-screen-third,
        body.dir-right .wrap-screen-third.right {
            left: auto;
            right: 0;
        }
}

body.dir-right h1, body.dir-right .h1, body.dir-right .lbl-primary, body.dir-right .lbl-primary, body.dir-right h2, body.dir-right .h2, body.dir-right .lead.xl, body.dir-right blockquote.xl, body.dir-right .lbl-signup,
body.dir-right .lbl-signin, body.dir-right h3, body.dir-right .faq-wrapper .cat-heading, .faq-wrapper body.dir-right .cat-heading, body.dir-right .h3, body.dir-right h4, body.dir-right .h4, body.dir-right .cards .info-box .content .card-title, .cards .info-box .content body.dir-right .card-title, body.dir-right .legend,
body.dir-right legend,
body.dir-right h2.heading,
body.dir-right h3.heading, body.dir-right .faq-wrapper .heading.cat-heading, .faq-wrapper body.dir-right .heading.cat-heading,
body.dir-right h4.heading, body.dir-right .faq-wrapper .panel-title a, .faq-wrapper .panel-title body.dir-right a, body.dir-right h5, body.dir-right .h5, body.dir-right h6, body.dir-right .h6 {
    font-family: "Droid Kufi";
}

@media only screen and (min-width: 1025px) {
    body.dir-right h1, body.dir-right .h1, body.dir-right .lbl-primary, body.dir-right .lbl-primary {
        font-size: 3.2rem;
        font-weight: bold;
    }
}

body.dir-right select {
    background-position: left center;
    background-size: 44px 44px;
}

body.dir-right .lead, body.dir-right blockquote {
    font-family: "Droid Kufi";
}

body.dir-right .xl.light {
    font-size: 4.5rem;
    font-weight: bold;
    color: #899193;
}

body.dir-right .read-more:before, body.dir-right .read-more:after,
body.dir-right .anchor:before,
body.dir-right .anchor:after {
    padding: 0 0 0 10px;
}

body.dir-right .project-tag-line {
    background: url(images/ship-top-landscape-rtl.jpg) no-repeat 120% center !important;
}

body.dir-right #header-wrapper .logo-wrapper:before {
    left: 0;
    right: auto;
}

@media (min-width: 768px) {
    body.dir-right #header-wrapper .super-menu {
        text-align: left;
    }
}

body.dir-right #header-wrapper ul.lang,
body.dir-right #header-wrapper ul.cred,
body.dir-right #header-wrapper ul.search {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    margin-left: 0;
    margin-right: 0.15rem;
    padding-right: 0;
}

@media (min-width: 1025px) {
    body.dir-right #header-wrapper ul.lang,
    body.dir-right #header-wrapper ul.cred,
    body.dir-right #header-wrapper ul.search {
        padding-right: 2.25rem;
        margin-right: 1.25rem;
        background: url(images/icon-lang.svg) no-repeat right top;
    }
}

@media (min-width: 1025px) {
    body.dir-right #header-wrapper ul.cred {
        background: url(images/icon-login.svg) no-repeat right top;
    }
}

@media (min-width: 1025px) {
    body.dir-right #header-wrapper ul.search {
        background-position: right top;
    }
}

body.dir-right .header-primary .super-menu {
    text-align: left;
}

body.dir-right .main-navigation .top-main-menu .nav > li {
    font-family: "Droid Kufi";
}

    body.dir-right .main-navigation .top-main-menu .nav > li a {
        font-family: inherit;
        font-weight: bold;
        text-align: right;
    }

body.dir-right .menu-curtain ul li {
    text-align: right;
}

body.dir-right .form-bg {
    right: auto;
    left: 0;
}

body.dir-right .about-pro-marine .item-4 {
    left: -5%;
    right: auto;
}

body.dir-right .area-serve-inline {
    background: url(images/bg-area-serve.jpg) no-repeat left top;
}

body.dir-right .services-tiles-detail .card-sticky .curtain-trigger {
    right: auto;
    left: -50px;
}

body.dir-right .services-tiles-detail .card-sticky .card ._content .service-next .svg-import {
    float: left;
}

body.dir-right .xash-pager-dots {
    left: auto;
    right: 0;
}

    body.dir-right .xash-pager-dots li:after {
        left: auto;
        right: 2rem;
    }

    body.dir-right .xash-pager-dots li a {
        padding: 4px 30px 4px 4px;
        text-align: left;
        -webkit-transform: translateX(110%);
        -moz-transform: translateX(110%);
        -ms-transform: translateX(110%);
        -o-transform: translateX(110%);
        transform: translateX(110%);
    }

body.dir-right .area-trust-exp .item-drop {
    right: auto;
    left: 2.5rem;
}

body.dir-right .subject-tile {
    display: flex;
}

    body.dir-right .subject-tile li .b-view,
    body.dir-right .subject-tile li .s-view,
    body.dir-right .subject-tile li .b-link,
    body.dir-right .subject-tile li .s-link {
        text-align: right;
    }

        body.dir-right .subject-tile li .b-view:before,
        body.dir-right .subject-tile li .s-view:before,
        body.dir-right .subject-tile li .b-link:before,
        body.dir-right .subject-tile li .s-link:before {
            margin-right: 0;
            margin-left: 5px;
        }

body.dir-right .sidebar-wrapper .course-list-wrapper li {
    border-right: 3px solid #BDF1FF;
    border-left: 0;
}

    body.dir-right .sidebar-wrapper .course-list-wrapper li::before {
        right: -1rem;
        left: auto;
    }

    body.dir-right .sidebar-wrapper .course-list-wrapper li a::before {
        left: auto;
    }

body.dir-right ul.location li {
    padding: 8px 2.5rem 8px 0;
}

    body.dir-right ul.location li span {
        left: auto;
        right: 3px;
    }

body.dir-right #footer .social-media {
    text-align: left;
}

body.dir-right .newsletter-footer button {
    left: 5px;
    right: auto;
}

body.dir-right .lbl-signup,
body.dir-right .lbl-signin {
    padding-left: 0;
    padding-right: 3.2rem;
    background-position: right top;
}

/*# sourceMappingURL=layout.css.map */
