/*
 * Created by: Level Five Solutions
 * Website: http://www.levelfivesolutions.com/
 *
 */
/*
 * Created by: Level Five Solutions
 * Website: http://www.levelfivesolutions.com/
 *
 */
/*
	FILE PATHS
*/
/*
	COLORS
*/
/*
	FONTS
*/
/*
	GRADIENTS
*/
/**
.gradient-gray {
	@include filter-gradient( $gray, $gray-light );
	@include background-image(linear-gradient($gray 0%, $gray-light 100%));
}**/
/**
.gradient-horizontal-gray {
	@include filter-gradient( $gray, $gray-light, horizontal );
	@include background-image(linear-gradient(left, $gray 0%, tint($gray-light, 20%) 100%));
}**/
/*
 * Created by: Level Five Solutions
 * Website: http://www.levelfivesolutions.com/
 *
 */
/*
 * Created by: Level Five Solutions
 * Website: http://www.levelfivesolutions.com/
 *
 */
/* BODY */
/* line 8, ../../sass/base/_default.scss */
body {
    color: #333333;
    font: 300 16px/22px "Open Sans", sans-serif;
    height: 100%;
}

/* HEADINGS */
/* line 15, ../../sass/base/_default.scss */
h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    line-height: 1.2em;
    margin: 0 0 10px 0;
}
    /* line 21, ../../sass/base/_default.scss */
    h1.uppercase, h2.uppercase, h3.uppercase, h4.uppercase, h5.uppercase, h6.uppercase {
        text-transform: uppercase;
    }

/* ANCHORS */
/* line 25, ../../sass/base/_default.scss */
a {
    color: #27a1aa;
    outline: none;
    text-decoration: none;
}

    /* line 30, ../../sass/base/_default.scss */
    a img {
        border: 0px;
    }

    /* line 32, ../../sass/base/_default.scss */
    a:hover, a:active {
        outline: none;
        text-decoration: underline;
    }

/* HORIZONTAL RULE */
/* line 35, ../../sass/base/_default.scss */
hr {
    border-color: #cbcbcb;
    border-style: solid;
    border-width: 1px 0 0;
    clear: both;
    height: 0;
    margin: 10px 0;
    width: 100%;
}

/* SIZE */
/* line 46, ../../sass/base/_default.scss */
small {
    font-size: 60%;
}

/* PARAGRAPHS */
/* line 49, ../../sass/base/_default.scss */
p {
    color: #333333;
    font: 400 14px/18px "Open Sans", sans-serif;
    margin: 0 0 20px 0;
}

/* line 55, ../../sass/base/_default.scss */
strong, b {
    font-weight: bold;
}

/* line 56, ../../sass/base/_default.scss */
em, i {
    font-style: italic;
}

/* LISTS */
/* line 59, ../../sass/base/_default.scss */
ul, ol {
    color: #333333;
    font: 400 14px/18px "Open Sans", sans-serif;
    list-style: outside disc;
    padding: 0 0 0 20px;
    margin: 0 0 20px 20px;
}
    /* line 65, ../../sass/base/_default.scss */
    ul > li, ol > li {
        margin: 10px 0;
    }
    /* line 66, ../../sass/base/_default.scss */
    ul ul, ul ol, ol ul, ol ol {
        list-style: outside circle;
        margin-top: 10px;
    }

    /* line 71, ../../sass/base/_default.scss */
    ol, ol ol {
        list-style: outside decimal;
    }

/* line 74, ../../sass/base/_default.scss */
dl {
    margin: 0 0 20px 0;
}

/* line 75, ../../sass/base/_default.scss */
dt {
    font-weight: bold;
}

/* line 76, ../../sass/base/_default.scss */
dd {
    margin-left: 1.5em;
}

/* TABLE */
/* line 79, ../../sass/base/_default.scss */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* FIGURE */
/* line 85, ../../sass/base/_default.scss */
figure {
    display: block;
    margin: 0 0 20px 0;
    padding: 0;
    position: relative;
}
    /* line 90, ../../sass/base/_default.scss */
    figure a {
        display: block;
    }
    /* line 91, ../../sass/base/_default.scss */
    figure img {
        display: block;
    }
    /* line 92, ../../sass/base/_default.scss */
    figure figcaption {
        display: block;
        font: 300 11px/15px "Open Sans", sans-serif;
        margin: 0;
        padding: 5px 0;
        text-align: left;
    }

/* QUOTES */
/* line 103, ../../sass/base/_default.scss */
blockquote {
    border: 1px solid #eaeaea;
    border-left: none;
    border-right: none;
    font: italic 18px/27px "Open Sans", sans-serif;
    margin: 0 0 20px 0;
    padding: 15px 20px 20px;
    text-align: center;
}

/*
 * Created by: Level Five Solutions
 * Website: http://www.levelfivesolutions.com/
 *
 */
/*
	FLOAT UTILITIES
*/
/* line 11, ../../sass/base/_helper.scss */
.float-left {
    float: left;
}

/* line 12, ../../sass/base/_helper.scss */
.float-right {
    float: right;
}

/* line 14, ../../sass/base/_helper.scss */
.clear {
    clear: both;
}

/* line 15, ../../sass/base/_helper.scss */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

/* line 23, ../../sass/base/_helper.scss */
.clearfix {
    display: inline-block;
}

/* line 25, ../../sass/base/_helper.scss */
html[xmlns] .clearfix {
    display: block;
}

/* line 29, ../../sass/base/_helper.scss */
* html .clearfix {
    height: 1%;
}

/*
	DISPLAY
*/
/* line 37, ../../sass/base/_helper.scss */
.hide {
    display: none;
}

/* line 38, ../../sass/base/_helper.scss */
.show {
    display: block;
}

/* line 39, ../../sass/base/_helper.scss */
.invisible {
    visibility: hidden;
}

/* line 41, ../../sass/base/_helper.scss */
.spacer {
    display: block;
    padding-bottom: 50px;
    padding-top: 50px;
}

/* line 42, ../../sass/base/_helper.scss */
.on-hover {
    display: none;
}
    /* line 44, ../../sass/base/_helper.scss */
    .on-hover:hover {
        display: block;
    }

/* line 47, ../../sass/base/_helper.scss */
.off-hover:hover {
    display: none;
}

/* line 50, ../../sass/base/_helper.scss */
.small-screen {
    display: none;
}

/* line 51, ../../sass/base/_helper.scss */
.large-screen {
    display: block;
}

@media (max-width: 767px) {
    /* line 55, ../../sass/base/_helper.scss */
    .small-screen {
        display: block;
    }

    /* line 56, ../../sass/base/_helper.scss */
    .large-screen {
        display: none;
    }
}
/*
	SPACING
*/
/* line 64, ../../sass/base/_helper.scss */
.spacer {
    display: block;
    padding: 50px 0;
}

/*
	SCROLLING
*/
/* line 73, ../../sass/base/_helper.scss */
.no-scroll {
    overflow: hidden;
}

/*
	TEXT
*/
/* line 79, ../../sass/base/_helper.scss */
.em {
    font-style: italic;
}

/* line 80, ../../sass/base/_helper.scss */
.strong {
    font-weight: bold;
}

/* line 83, ../../sass/base/_helper.scss */
.txt-small {
    font-size: 12px;
}

/* line 84, ../../sass/base/_helper.scss */
.txt-xsm {
    font-size: 11px;
    line-height: 14px;
}

/* line 85, ../../sass/base/_helper.scss */
.txt-lg {
    font-size: 16px;
    line-height: 24px;
}

/* line 86, ../../sass/base/_helper.scss */
.txt-xlg {
    font-size: 20px;
    line-height: 16px;
}

/* line 87, ../../sass/base/_helper.scss */
.txt-dem {
    color: #b2aca5;
}

/* line 88, ../../sass/base/_helper.scss */
.txt-center {
    text-align: center;
}

/* line 90, ../../sass/base/_helper.scss */
.tight {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* line 91, ../../sass/base/_helper.scss */
.extend {
    margin-left: -20px;
    margin-right: -20px;
}

/* line 92, ../../sass/base/_helper.scss */
.inset {
    padding-left: 20px;
    padding-right: 20px;
}

/* line 94, ../../sass/base/_helper.scss */
.align-center {
    text-align: center;
}

/* line 95, ../../sass/base/_helper.scss */
.align-right {
    text-align: right;
}

/* line 97, ../../sass/base/_helper.scss */
.align-bottom {
    vertical-align: bottom;
}

/* line 98, ../../sass/base/_helper.scss */
.align-middle {
    vertical-align: middle;
}

/* line 99, ../../sass/base/_helper.scss */
.align-top {
    vertical-align: top;
}

/*
	PRINT
*/
/* line 105, ../../sass/base/_helper.scss */
.print-only {
    display: none;
}

/*
	IMAGES
*/
/* line 111, ../../sass/base/_helper.scss */
img.full {
    width: 100%;
}

/* line 112, ../../sass/base/_helper.scss */
img.responsive {
    max-width: 100%;
}

/* line 113, ../../sass/base/_helper.scss */
.ir {
    text-indent: -999px;
    text-align: left;
    overflow: hidden;
    display: block;
}

/* line 114, ../../sass/base/_helper.scss */
.iir {
    text-indent: -999px;
    text-align: left;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}

/* line 115, ../../sass/base/_helper.scss */
.image-sprite {
    text-align: center;
    color: #fff;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 20px;
}

/*
	MARGINS
*/
/* line 121, ../../sass/base/_helper.scss */
.no-margin {
    margin: 0;
}

/* line 122, ../../sass/base/_helper.scss */
.no-margin-bottom {
    margin-bottom: 0;
}

/* line 123, ../../sass/base/_helper.scss */
.no-margin-top {
    margin-top: 0;
}

/* line 124, ../../sass/base/_helper.scss */
.no-margin-horizontal {
    margin-left: 0;
    margin-right: 0;
}

/* line 125, ../../sass/base/_helper.scss */
.no-margin-vertical {
    margin-bottom: 0;
    margin-top: 0;
}

/* line 127, ../../sass/base/_helper.scss */
.margin-bottom {
    margin-bottom: 20px;
}

/* line 128, ../../sass/base/_helper.scss */
.margin-bottom-half {
    margin-bottom: 10px;
}

/* line 129, ../../sass/base/_helper.scss */
.margin-bottom-large {
    margin-bottom: 40px;
}

/* line 130, ../../sass/base/_helper.scss */
.margin-bottom-small {
    margin-bottom: 5px;
}

/* line 132, ../../sass/base/_helper.scss */
.margin-left {
    margin-left: 20px;
}

/* line 133, ../../sass/base/_helper.scss */
.margin-left-half {
    margin-left: 10px;
}

/* line 134, ../../sass/base/_helper.scss */
.margin-left-large {
    margin-left: 40px;
}

/* line 135, ../../sass/base/_helper.scss */
.margin-left-small {
    margin-left: 5px;
}

/* line 137, ../../sass/base/_helper.scss */
.margin-right {
    margin-right: 20px;
}

/* line 138, ../../sass/base/_helper.scss */
.margin-right-half {
    margin-right: 10px;
}

/* line 139, ../../sass/base/_helper.scss */
.margin-right-large {
    margin-right: 40px;
}

/* line 140, ../../sass/base/_helper.scss */
.margin-right-small {
    margin-right: 5px;
}

/* line 142, ../../sass/base/_helper.scss */
.margin-top {
    margin-top: 20px;
}

/* line 143, ../../sass/base/_helper.scss */
.margin-top-half {
    margin-top: 10px;
}

/* line 144, ../../sass/base/_helper.scss */
.margin-top-large {
    margin-top: 50px;
}

/* line 145, ../../sass/base/_helper.scss */
.margin-top-medium {
    margin-top: 35px;
}

/* line 146, ../../sass/base/_helper.scss */
.margin-top-small {
    margin-top: 5px;
}

/* line 148, ../../sass/base/_helper.scss */
.vertical-margin {
    margin-bottom: 20px;
    margin-top: 20px;
}

/* line 149, ../../sass/base/_helper.scss */
.vertical-margin-small {
    margin-bottom: 10px;
    margin-top: 10px;
}

/* line 150, ../../sass/base/_helper.scss */
.vertical-margin-large {
    margin-bottom: 40px;
    margin-top: 40px;
}

/* line 152, ../../sass/base/_helper.scss */
.horizontal-margin {
    margin-left: 20px;
    margin-right: 20px;
}

/* line 153, ../../sass/base/_helper.scss */
.horizontal-margin-small {
    margin-left: 10px;
    margin-right: 10px;
}

/* line 154, ../../sass/base/_helper.scss */
.horizontal-margin-large {
    margin-left: 40px;
    margin-right: 40px;
}

/*
	PADDING
*/
/* line 160, ../../sass/base/_helper.scss */
.no-padding {
    padding: 0;
}

/* line 161, ../../sass/base/_helper.scss */
.no-padding-bottom {
    padding-bottom: 0;
}

/* line 162, ../../sass/base/_helper.scss */
.no-padding-top {
    padding-top: 0;
}

/* line 163, ../../sass/base/_helper.scss */
.no-padding-horizontal {
    padding-left: 0;
    padding-right: 0;
}

/* line 164, ../../sass/base/_helper.scss */
.no-padding-vertical {
    padding-bottom: 0;
    padding-top: 0;
}

/* line 166, ../../sass/base/_helper.scss */
.padding-all {
    padding: 20px;
}

/* line 167, ../../sass/base/_helper.scss */
.padding-all-medium {
    padding: 15px;
}

/* line 168, ../../sass/base/_helper.scss */
.padding-all-large {
    padding: 40px;
}

/* line 170, ../../sass/base/_helper.scss */
.padding-bottom {
    padding-bottom: 20px;
}

/* line 171, ../../sass/base/_helper.scss */
.padding-bottom-half {
    padding-bottom: 10px;
}

/* line 172, ../../sass/base/_helper.scss */
.padding-bottom-large {
    padding-bottom: 40px;
}

/* line 173, ../../sass/base/_helper.scss */
.padding-bottom-small {
    padding-bottom: 5px;
}

/* line 175, ../../sass/base/_helper.scss */
.padding-left {
    padding-left: 20px;
}

/* line 176, ../../sass/base/_helper.scss */
.padding-left-half {
    padding-left: 10px;
}

/* line 177, ../../sass/base/_helper.scss */
.padding-left-large {
    padding-left: 40px;
}

/* line 178, ../../sass/base/_helper.scss */
.padding-left-small {
    padding-left: 5px;
}

/* line 180, ../../sass/base/_helper.scss */
.padding-right {
    padding-right: 20px;
}

/* line 181, ../../sass/base/_helper.scss */
.padding-right-half {
    padding-right: 10px;
}

/* line 182, ../../sass/base/_helper.scss */
.padding-right-large {
    padding-right: 40px;
}

/* line 183, ../../sass/base/_helper.scss */
.padding-right-small {
    padding-right: 5px;
}

/* line 185, ../../sass/base/_helper.scss */
.padding-top {
    padding-top: 20px;
}

/* line 186, ../../sass/base/_helper.scss */
.padding-top-half {
    padding-top: 10px;
}

/* line 187, ../../sass/base/_helper.scss */
.padding-top-large {
    padding-top: 50px;
}

/* line 188, ../../sass/base/_helper.scss */
.padding-top-small {
    padding-top: 5px;
}

/* line 190, ../../sass/base/_helper.scss */
.vertical-padding {
    padding-bottom: 20px;
    padding-top: 20px;
}

/* line 191, ../../sass/base/_helper.scss */
.vertical-padding-small {
    padding-bottom: 10px;
    padding-top: 10px;
}

/* line 192, ../../sass/base/_helper.scss */
.vertical-padding-large {
    padding-bottom: 40px;
    padding-top: 40px;
}

/* line 194, ../../sass/base/_helper.scss */
.horizontal-padding {
    padding-left: 20px;
    padding-right: 20px;
}

/* line 195, ../../sass/base/_helper.scss */
.horizontal-padding-small {
    padding-left: 10px;
    padding-right: 10px;
}

/* line 196, ../../sass/base/_helper.scss */
.horizontal-padding-medium {
    padding-left: 15px;
    padding-right: 15px;
}

/* line 197, ../../sass/base/_helper.scss */
.horizontal-padding-large {
    padding-left: 50px;
    padding-right: 50px;
}

@media (max-width: 767px) {
    /* line 201, ../../sass/base/_helper.scss */
    .mobile-margin-none {
        margin: 0;
    }

    /* line 202, ../../sass/base/_helper.scss */
    .mobile-margin-bottom {
        margin-bottom: 20px;
    }

    /* line 203, ../../sass/base/_helper.scss */
    .mobile-margin-left {
        margin: 20px;
    }

    /* line 204, ../../sass/base/_helper.scss */
    .mobile-padding-none {
        padding: 0;
    }

    /* line 205, ../../sass/base/_helper.scss */
    .mobile-padding-bottom {
        padding-bottom: 20px;
    }

    /* line 206, ../../sass/base/_helper.scss */
    .mobile-padding-top {
        margin-top: 20px;
    }

    /* line 207, ../../sass/base/_helper.scss */
    .mobile-padding-top-large {
        margin-top: 40px;
    }

    /* line 209, ../../sass/base/_helper.scss */
    .mobile-float-left {
        float: left;
    }

    /* line 210, ../../sass/base/_helper.scss */
    .mobile-float-right {
        float: right;
    }
}
/*
 * Created by: Level Five Solutions
 * Website: http://www.levelfivesolutions.com/
 *
 */
/*
	COLORS
*/
/* line 11, ../../sass/base/_text.scss */
.text-white {
    color: #fff;
}

/* line 12, ../../sass/base/_text.scss */
.text-black {
    color: #000;
}

/* line 14, ../../sass/base/_text.scss */
.text-red {
    color: #da413d;
}

/* line 16, ../../sass/base/_text.scss */
.text-gold {
    color: #ffa422;
}

/* line 17, ../../sass/base/_text.scss */
.text-gold-dark {
    color: #d38425;
}

/* line 19, ../../sass/base/_text.scss */
.text-teal-bright {
    color: #27a1aa;
}

/* line 20, ../../sass/base/_text.scss */
.text-teal-dark {
    color: #4c8794;
}

/* line 21, ../../sass/base/_text.scss */
.text-teal-light {
    color: #bbe2e4;
}

/* line 22, ../../sass/base/_text.scss */
.text-teal-very-light {
    color: #d0ecec;
}

/* line 24, ../../sass/base/_text.scss */
.text-blue {
    color: #e1ecf0;
}

/* line 25, ../../sass/base/_text.scss */
.text-blue-highlight {
    color: #cce1e5;
}

/* line 27, ../../sass/base/_text.scss */
.text-green {
    color: #9fb41b;
}

/* line 28, ../../sass/base/_text.scss */
.text-green-bright {
    color: #b3c81b;
}

/* line 29, ../../sass/base/_text.scss */
.text-green-light {
    color: #f01fd9;
}

/* line 31, ../../sass/base/_text.scss */
.text-gray {
    color: #d2d2d2;
}

/* line 32, ../../sass/base/_text.scss */
.text-gray-80 {
    color: #333333;
}

/* line 33, ../../sass/base/_text.scss */
.text-gray-60 {
    color: #666666;
}

/* line 34, ../../sass/base/_text.scss */
.text-gray-40 {
    color: #929292;
}

/* line 35, ../../sass/base/_text.scss */
.text-gray-20 {
    color: #cbcbcb;
}

/* line 36, ../../sass/base/_text.scss */
.text-gray-10 {
    color: #e5e5e5;
}

/* line 37, ../../sass/base/_text.scss */
.text-gray-5 {
    color: #f4f4f4;
}

/*
	SIZE
*/
/* line 44, ../../sass/base/_text.scss */
.text-large {
    font-size: 16px;
    line-height: 21px;
}

/*
	ALIGN
*/
/* line 54, ../../sass/base/_text.scss */
.text-align-center {
    text-align: center;
}

/* line 55, ../../sass/base/_text.scss */
.text-align-right {
    text-align: right;
}

/*
	HEADERS
*/
/* line 62, ../../sass/base/_text.scss */
h1, h2, h3, h4, h5, h6 {
    /** Font Family **/
    /** Font Weight **/
}
    /* line 65, ../../sass/base/_text.scss */
    h1.primary, h2.primary, h3.primary, h4.primary, h5.primary, h6.primary {
        font-family: "Open Sans", sans-serif;
    }
    /* line 66, ../../sass/base/_text.scss */
    h1.secondary, h2.secondary, h3.secondary, h4.secondary, h5.secondary, h6.secondary {
        font-family: "Open Sans", sans-serif;
    }
    /* line 69, ../../sass/base/_text.scss */
    h1.semibold, h2.semibold, h3.semibold, h4.semibold, h5.semibold, h6.semibold {
        font-weight: 600;
    }
    /* line 70, ../../sass/base/_text.scss */
    h1.regular, h2.regular, h3.regular, h4.regular, h5.regular, h6.regular {
        font-weight: 400;
    }

/* line 73, ../../sass/base/_text.scss */
h1 {
    font-size: 28px;
    font-weight: 700;
    line-height: 35px;
}

/* line 79, ../../sass/base/_text.scss */
h2 {
    font-size: 26px;
    font-weight: 600;
    line-height: 32px;
}

/* line 85, ../../sass/base/_text.scss */
h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
}

/* line 91, ../../sass/base/_text.scss */
h4 {
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
}

/* line 97, ../../sass/base/_text.scss */
h5 {
    color: #333333;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 10px;
}

/* line 105, ../../sass/base/_text.scss */
h6 {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

/*
	PARAGRAPH
*/
/* line 116, ../../sass/base/_text.scss */
p {
    /** Font Family **/
    /** Size **/
    /** Unique **/
}
    /* line 118, ../../sass/base/_text.scss */
    p.primary {
        font-family: "Open Sans", sans-serif;
    }
    /* line 119, ../../sass/base/_text.scss */
    p.secondary {
        font-family: "Open Sans", sans-serif;
    }
    /* line 122, ../../sass/base/_text.scss */
    p.small {
        font-size: 12px;
        line-height: 16px;
    }
    /* line 126, ../../sass/base/_text.scss */
    p.large {
        font-size: 20px;
        line-height: 28px;
    }
    /* line 132, ../../sass/base/_text.scss */
    p.toggle-align {
        margin: 0;
        padding: 7px 10px 0 0;
    }
    /* line 137, ../../sass/base/_text.scss */
    p.pagination-align {
        margin: 0;
        padding: 5px 0 0 10px;
    }
    /* line 142, ../../sass/base/_text.scss */
    p.sort-align {
        margin: 0;
        padding: 7px 15px 0 0;
    }

@media (max-width: 767px) {
    /* line 154, ../../sass/base/_text.scss */
    p.toggle-align, p.pagination-align, p.sort-align {
        padding: 20px;
    }
}
/*
	ANCHOR
*/
/* line 165, ../../sass/base/_text.scss */
a {
    text-decoration: none;
    /** Color **/
    /** Size **/
    /** Weight **/
}
    /* line 167, ../../sass/base/_text.scss */
    a:hover {
        text-decoration: underline;
    }
    /* line 170, ../../sass/base/_text.scss */
    a.dark {
        color: #333333;
    }
    /* line 173, ../../sass/base/_text.scss */
    a.medium {
        font-size: 14px;
        line-height: 18px;
    }
    /* line 176, ../../sass/base/_text.scss */
    a.semibold {
        font-weight: 600;
    }

/*
	STRONG/BOLD
*/
/* line 185, ../../sass/base/_text.scss */
strong.large, bold.large {
    font-size: 1.2em;
}

/*
 * Created by: Level Five Solutions
 * Website: http://www.levelfivesolutions.com/
 *
 */
/*
	BACKGROUND
*/
/* line 12, ../../sass/base/_assets.scss */
.bg-white {
    background-color: #fff;
}

/* line 13, ../../sass/base/_assets.scss */
.bg-black {
    background-color: #000;
}

/* line 14, ../../sass/base/_assets.scss */
.bg-black-transparent {
    background-color: rgba(0, 0, 0, 0.6);
}

/* line 16, ../../sass/base/_assets.scss */
.bg-red {
    background-color: #da413d;
}

/* line 18, ../../sass/base/_assets.scss */
.bg-gold {
    background-color: #ffa422;
}

/* line 19, ../../sass/base/_assets.scss */
.bg-gold-dark {
    background-color: #d38425;
}

/* line 21, ../../sass/base/_assets.scss */
.bg-teal-bright {
    background-color: #27a1aa;
}

/* line 22, ../../sass/base/_assets.scss */
.bg-teal-dark {
    background-color: #4c8794;
}

/* line 23, ../../sass/base/_assets.scss */
.bg-teal-light {
    background-color: #bbe2e4;
}

/* line 24, ../../sass/base/_assets.scss */
.bg-teal-very-light {
    background-color: #d0ecec;
}

/* line 26, ../../sass/base/_assets.scss */
.bg-blue {
    background-color: #e1ecf0;
}

/* line 27, ../../sass/base/_assets.scss */
.bg-blue-highlight {
    background-color: #cce1e5;
}

/* line 29, ../../sass/base/_assets.scss */
.bg-green-bright {
    background-color: #b3c81b;
}

/* line 30, ../../sass/base/_assets.scss */
.bg-green-light {
    background-color: #f01fd9;
}

/* line 32, ../../sass/base/_assets.scss */
.bg-gray {
    background-color: #d2d2d2;
}

/* line 33, ../../sass/base/_assets.scss */
.bg-gray-80 {
    background-color: #333333;
}

/* line 34, ../../sass/base/_assets.scss */
.bg-gray-60 {
    background-color: #666666;
}

/* line 35, ../../sass/base/_assets.scss */
.bg-gray-40 {
    background-color: #929292;
}

/* line 36, ../../sass/base/_assets.scss */
.bg-gray-20 {
    background-color: #cbcbcb;
}

/* line 37, ../../sass/base/_assets.scss */
.bg-gray-10 {
    background-color: #e5e5e5;
}

/* line 38, ../../sass/base/_assets.scss */
.bg-gray-5 {
    background-color: #f4f4f4;
}

/*
	HORIZONTAL RULE
*/
/* line 45, ../../sass/base/_assets.scss */
hr {
    /** Spacing **/
    /** Thickness **/
    /** Color **/
}
    /* line 47, ../../sass/base/_assets.scss */
    hr.margin-large {
        margin: 20px 0;
    }
    /* line 48, ../../sass/base/_assets.scss */
    hr.spacing-bottom {
        margin-bottom: 30px;
    }
    /* line 51, ../../sass/base/_assets.scss */
    hr.thick {
        border-width: 2px 0 0;
    }
    /* line 54, ../../sass/base/_assets.scss */
    hr.gold {
        border-color: #ffa422;
    }
    /* line 55, ../../sass/base/_assets.scss */
    hr.white {
        border-color: #fff;
    }

/*
	FIGURE
*/
/* line 64, ../../sass/base/_assets.scss */
figure.left {
    float: left;
    margin: 0 35px 20px 0;
}
/* line 68, ../../sass/base/_assets.scss */
figure.right {
    float: right;
    margin: 0 0 20px 35px;
}

@media (max-width: 767px) {
    /* line 78, ../../sass/base/_assets.scss */
    figure.left, figure.right {
        float: none;
        margin: 0 0 20px 0;
    }
}
/*
	BORDER
*/
/* line 91, ../../sass/base/_assets.scss */
.border {
    border-style: solid;
    border-width: 1px;
    /** Colors **/
    /** Extras **/
}
    /* line 96, ../../sass/base/_assets.scss */
    .border.gray {
        border-color: #d2d2d2;
    }
    /* line 97, ../../sass/base/_assets.scss */
    .border.gray-80 {
        border-color: #333333;
    }
    /* line 98, ../../sass/base/_assets.scss */
    .border.gray-60 {
        border-color: #666666;
    }
    /* line 99, ../../sass/base/_assets.scss */
    .border.gray-40 {
        border-color: #929292;
    }
    /* line 100, ../../sass/base/_assets.scss */
    .border.gray-20 {
        border-color: #cbcbcb;
    }
    /* line 101, ../../sass/base/_assets.scss */
    .border.gray-10 {
        border-color: #e5e5e5;
    }
    /* line 102, ../../sass/base/_assets.scss */
    .border.gray-5 {
        border-color: #f4f4f4;
    }
    /* line 105, ../../sass/base/_assets.scss */
    .border.rounded {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
    }

/*
	VIDEO
*/
/* line 113, ../../sass/base/_assets.scss */
.video-container {
    height: 0;
    padding: 30px 0 56.25%;
    position: relative;
    overflow: hidden;
}
    /* line 119, ../../sass/base/_assets.scss */
    .video-container iframe, .video-container object, .video-container embed {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

/*
	EFFECTS
*/
/* line 133, ../../sass/base/_assets.scss */
.box-shadow {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4);
    position: relative;
    z-index: 2;
}

/*
 * Created by: Level Five Solutions
 * Website: http://www.levelfivesolutions.com/
 *
 */
/*
 * Created by: Level Five Solutions
 * Website: http://www.levelfivesolutions.com/
 *
 */
/*
 * Created by: Level Five Solutions
 * Website: http://www.levelfivesolutions.com/
 *
 */
/*
	FILE PATHS
*/
/*
	COLORS
*/
/*
	FONTS
*/
/*
	GRADIENTS
*/
/**
.gradient-gray {
	@include filter-gradient( $gray, $gray-light );
	@include background-image(linear-gradient($gray 0%, $gray-light 100%));
}**/
/**
.gradient-horizontal-gray {
	@include filter-gradient( $gray, $gray-light, horizontal );
	@include background-image(linear-gradient(left, $gray 0%, tint($gray-light, 20%) 100%));
}**/
/* line 10, ../../sass/layout/_general.scss */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* line 21, ../../sass/layout/_general.scss */
.container {
    *zoom: 1;
    max-width: 1110px;
    margin-left: auto;
    margin-right: auto;
}
    /* line 38, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.7/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
    .container:after {
        content: "";
        display: table;
        clear: both;
    }
    /* line 23, ../../sass/layout/_general.scss */
    .container.short {
        max-width: 400px;
    }
    /* line 24, ../../sass/layout/_general.scss */
    .container.wide {
        max-width: 1420px;
    }

@media (max-width: 1120px) {
    /* line 29, ../../sass/layout/_general.scss */
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }
}
/*
	HTML
*/
/*
	BODY
*/
/* line 50, ../../sass/layout/_general.scss */
body {
    margin: 0;
    overflow-x: hidden;
    position: relative;
}

/*
	PAGE
*/
/* line 61, ../../sass/layout/_general.scss */
#page {
    margin: 20px 0;
    position: relative;
}
    /* line 65, ../../sass/layout/_general.scss */
    #page > .full-background {
        background: url("../css/images/full-background-train.jpg") no-repeat;
        background-size: cover;
        margin: -75px 0 -45px;
        padding: 140px 0 200px 0;
        position: relative;
    }

/*
	BAR
*/
/* line 79, ../../sass/layout/_general.scss */
.bar {
    *zoom: 1;
    /** Spacing **/
    /** Column Widths **/
}
    /* line 38, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.7/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
    .bar:after {
        content: "";
        display: table;
        clear: both;
    }
    /* line 82, ../../sass/layout/_general.scss */
    .bar > .left,
    .bar > .right {
        max-width: 80%;
    }
        /* line 84, ../../sass/layout/_general.scss */
        .bar > .left.short,
        .bar > .right.short {
            width: 27%;
        }
        /* line 85, ../../sass/layout/_general.scss */
        .bar > .left.wide,
        .bar > .right.wide {
            width: 70%;
        }
    /* line 87, ../../sass/layout/_general.scss */
    .bar > .left {
        float: left;
    }
    /* line 88, ../../sass/layout/_general.scss */
    .bar > .right {
        float: right;
    }
    /* line 91, ../../sass/layout/_general.scss */
    .bar.padding {
        padding: 5px;
    }
    /* line 95, ../../sass/layout/_general.scss */
    .bar.even > .left, .bar.even > .right {
        width: 48%;
    }

/*
	MOBILE
*/
@media (max-width: 767px) {
    /* line 108, ../../sass/layout/_general.scss */
    .bar > .left,
    .bar > .right {
        max-width: 100%;
        min-width: 100%;
    }
}
/*
 * Created by: Level Five Solutions
 * Website: http://www.levelfivesolutions.com/
 *
 */
/* line 7, ../../sass/layout/_grid.scss */
.col-group {
    *zoom: 1;
}
    /* line 38, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.7/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
    .col-group:after {
        content: "";
        display: table;
        clear: both;
    }
    /* line 9, ../../sass/layout/_grid.scss */
    .col-group > .col {
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        width: 100%;
    }
        /* line 14, ../../sass/layout/_grid.scss */
        .col-group > .col.no-margin {
            margin: 0;
        }
        /* line 15, ../../sass/layout/_grid.scss */
        .col-group > .col.no-margin-left {
            margin-left: 0;
        }
        /* line 16, ../../sass/layout/_grid.scss */
        .col-group > .col.no-padding {
            padding: 0;
        }
        /* line 17, ../../sass/layout/_grid.scss */
        .col-group > .col.no-padding-left {
            padding-left: 0;
        }
        /* line 18, ../../sass/layout/_grid.scss */
        .col-group > .col.no-padding-right {
            padding-right: 0;
        }
        /* line 20, ../../sass/layout/_grid.scss */
        .col-group > .col.col-1-2 {
            width: 50%;
        }
        /* line 21, ../../sass/layout/_grid.scss */
        .col-group > .col.col-1-3 {
            width: 33.33%;
        }
        /* line 22, ../../sass/layout/_grid.scss */
        .col-group > .col.col-2-3 {
            width: 66.67%;
        }
        /* line 23, ../../sass/layout/_grid.scss */
        .col-group > .col.col-1-4 {
            width: 25%;
        }
        /* line 24, ../../sass/layout/_grid.scss */
        .col-group > .col.col-3-4 {
            width: 75%;
        }
        /* line 25, ../../sass/layout/_grid.scss */
        .col-group > .col.col-1-5 {
            width: 20%;
        }
        /* line 26, ../../sass/layout/_grid.scss */
        .col-group > .col.col-2-5 {
            width: 40%;
        }
        /* line 27, ../../sass/layout/_grid.scss */
        .col-group > .col.col-3-5 {
            width: 60%;
        }
        /* line 28, ../../sass/layout/_grid.scss */
        .col-group > .col.col-4-5 {
            width: 80%;
        }
        /* line 29, ../../sass/layout/_grid.scss */
        .col-group > .col.col-1-6 {
            width: 16.665%;
        }
        /* line 30, ../../sass/layout/_grid.scss */
        .col-group > .col.col-5-6 {
            width: 83.335%;
        }
        /* line 31, ../../sass/layout/_grid.scss */
        .col-group > .col.col-1-8 {
            width: 12.5%;
        }
        /* line 32, ../../sass/layout/_grid.scss */
        .col-group > .col.col-3-8 {
            width: 37.5%;
        }
        /* line 33, ../../sass/layout/_grid.scss */
        .col-group > .col.col-5-8 {
            width: 62.5%;
        }
        /* line 34, ../../sass/layout/_grid.scss */
        .col-group > .col.col-1-12 {
            width: 8.33%;
        }
        /* line 35, ../../sass/layout/_grid.scss */
        .col-group > .col.col-5-12 {
            width: 41.67%;
        }
        /* line 36, ../../sass/layout/_grid.scss */
        .col-group > .col.col-7-12 {
            width: 58.33%;
        }
        /* line 37, ../../sass/layout/_grid.scss */
        .col-group > .col.col-11-12 {
            width: 91.67%;
        }
        /* line 38, ../../sass/layout/_grid.scss */
        .col-group > .col.primary {
            margin-left: 0;
            width: 82.1%;
        }
        /* line 42, ../../sass/layout/_grid.scss */
        .col-group > .col.sidebar {
            margin-left: 0;
            width: 16.3%;
        }
        /* line 46, ../../sass/layout/_grid.scss */
        .col-group > .col.relative {
            position: relative;
        }
        /* line 48, ../../sass/layout/_grid.scss */
        .col-group > .col > .col-block {
            margin-top: 0;
        }
            /* line 50, ../../sass/layout/_grid.scss */
            .col-group > .col > .col-block:first-child {
                margin-top: 0;
            }
            /* line 51, ../../sass/layout/_grid.scss */
            .col-group > .col > .col-block.no-margin {
                margin: 0;
            }
            /* line 52, ../../sass/layout/_grid.scss */
            .col-group > .col > .col-block.no-margin-bottom {
                margin-bottom: 0;
            }
            /* line 53, ../../sass/layout/_grid.scss */
            .col-group > .col > .col-block.side-padding {
                padding-left: 20px;
                padding-right: 20px;
            }
            /* line 54, ../../sass/layout/_grid.scss */
            .col-group > .col > .col-block > .col-title {
                color: #fff;
                display: block;
                font: 400 10px/10px 'Arial', sans-serif;
                padding: 5px 20px;
                text-align: center;
                text-transform: uppercase;
            }
            /* line 62, ../../sass/layout/_grid.scss */
            .col-group > .col > .col-block > .col-content {
                padding: 20px;
            }
                /* line 64, ../../sass/layout/_grid.scss */
                .col-group > .col > .col-block > .col-content.no-padding-bottom {
                    padding-bottom: 0;
                }
                /* line 65, ../../sass/layout/_grid.scss */
                .col-group > .col > .col-block > .col-content.no-padding {
                    padding: 0;
                }
                /* line 66, ../../sass/layout/_grid.scss */
                .col-group > .col > .col-block > .col-content.no-padding-left {
                    padding-left: 0;
                }
                /* line 67, ../../sass/layout/_grid.scss */
                .col-group > .col > .col-block > .col-content.no-padding-right {
                    padding-right: 0;
                }
                /* line 68, ../../sass/layout/_grid.scss */
                .col-group > .col > .col-block > .col-content.no-padding-top {
                    padding-top: 0;
                }
                /* line 69, ../../sass/layout/_grid.scss */
                .col-group > .col > .col-block > .col-content.no-horizontal-padding {
                    padding-left: 0;
                    padding-right: 0;
                }
                /* line 70, ../../sass/layout/_grid.scss */
                .col-group > .col > .col-block > .col-content.no-vertical-padding {
                    padding-bottom: 0;
                    padding-top: 0;
                }
    /* line 74, ../../sass/layout/_grid.scss */
    .col-group.squeeze {
        margin: 0;
    }
        /* line 76, ../../sass/layout/_grid.scss */
        .col-group.squeeze > .col {
            padding-left: 0;
            padding-right: 0;
        }
    /* line 83, ../../sass/layout/_grid.scss */
    .col-group:first-child > .col > .col-block {
        margin-top: 0;
    }

/* Mobile */
@media (max-width: 767px) {
    /* line 92, ../../sass/layout/_grid.scss */
    .col-group > .col {
        padding-left: 0;
        padding-right: 0;
        /** Spacing **/
    }
        /* line 95, ../../sass/layout/_grid.scss */
        .col-group > .col.mobile-padding-right {
            padding-right: 20px;
        }
        /* line 97, ../../sass/layout/_grid.scss */
        .col-group > .col.col-1-2 {
            width: 100%;
        }
        /* line 98, ../../sass/layout/_grid.scss */
        .col-group > .col.col-1-3 {
            width: 100%;
        }
        /* line 99, ../../sass/layout/_grid.scss */
        .col-group > .col.col-2-3 {
            width: 100%;
        }
        /* line 100, ../../sass/layout/_grid.scss */
        .col-group > .col.col-1-4 {
            width: 100%;
        }
        /* line 101, ../../sass/layout/_grid.scss */
        .col-group > .col.col-3-4 {
            width: 100%;
        }
        /* line 102, ../../sass/layout/_grid.scss */
        .col-group > .col.col-1-5 {
            width: 100%;
        }
        /* line 103, ../../sass/layout/_grid.scss */
        .col-group > .col.col-2-5 {
            width: 100%;
        }
        /* line 104, ../../sass/layout/_grid.scss */
        .col-group > .col.col-3-5 {
            width: 100%;
        }
        /* line 105, ../../sass/layout/_grid.scss */
        .col-group > .col.col-4-5 {
            width: 100%;
        }
        /* line 106, ../../sass/layout/_grid.scss */
        .col-group > .col.col-1-6 {
            width: 100%;
        }
        /* line 107, ../../sass/layout/_grid.scss */
        .col-group > .col.col-5-6 {
            width: 100%;
        }
        /* line 108, ../../sass/layout/_grid.scss */
        .col-group > .col.col-1-8 {
            width: 100%;
        }
        /* line 109, ../../sass/layout/_grid.scss */
        .col-group > .col.col-3-8 {
            width: 100%;
        }
        /* line 110, ../../sass/layout/_grid.scss */
        .col-group > .col.col-5-8 {
            width: 100%;
        }
        /* line 111, ../../sass/layout/_grid.scss */
        .col-group > .col.col-1-12 {
            width: 100%;
        }
        /* line 112, ../../sass/layout/_grid.scss */
        .col-group > .col.col-5-12 {
            width: 100%;
        }
        /* line 113, ../../sass/layout/_grid.scss */
        .col-group > .col.col-7-12 {
            width: 100%;
        }
        /* line 114, ../../sass/layout/_grid.scss */
        .col-group > .col.col-11-12 {
            width: 100%;
        }
        /* line 117, ../../sass/layout/_grid.scss */
        .col-group > .col > .col-block.mobile-padding-left {
            padding-left: 20px;
        }
    /* line 122, ../../sass/layout/_grid.scss */
    .col-group:first-child > .col > .col-block {
        margin-top: 20px;
    }
    /* line 124, ../../sass/layout/_grid.scss */
    .col-group:first-child > .col:first-child > .col-block {
        margin-top: 0;
    }
}
/*
 * Created by: Level Five Solutions
 * Website: http://www.levelfivesolutions.com/
 *
 */
/*
 * Created by: Level Five Solutions
 * Website: http://www.levelfivesolutions.com/
 *
 */
/*
	FILE PATHS
*/
/*
	COLORS
*/
/*
	FONTS
*/
/*
	GRADIENTS
*/
/**
.gradient-gray {
	@include filter-gradient( $gray, $gray-light );
	@include background-image(linear-gradient($gray 0%, $gray-light 100%));
}**/
/**
.gradient-horizontal-gray {
	@include filter-gradient( $gray, $gray-light, horizontal );
	@include background-image(linear-gradient(left, $gray 0%, tint($gray-light, 20%) 100%));
}**/
/* line 13, ../../sass/layout/_header.scss */
#header {
    /*background: url("../css/images/header-bg.jpg") no-repeat center 55px;*/
    background: url("../css/images/KCS_Train.jpg") no-repeat center 85px;
    background-color: #fff;

    height: 315px;
    top: 15px;
}
    /* line 18, ../../sass/layout/_header.scss */
    #header > .container {
        position: relative;
    }
        /* line 21, ../../sass/layout/_header.scss */
        #header > .container > .primary {
            padding: 20px 0 15px;
            *zoom: 1;
        }
            /* line 38, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.7/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
            #header > .container > .primary:after {
                content: "";
                /*display: table;*/
                display: block;
                clear: both;
            }
            /* line 25, ../../sass/layout/_header.scss */
            #header > .container > .primary .logo {
                float: left;
                margin: 0 25px 25px 0;
            }
            /* line 30, ../../sass/layout/_header.scss */
            #header > .container > .primary .title {
                color: #666666;
                font: italic 23px/26px "Open Sans", sans-serif;
                position: absolute !important;
                padding: 25px 0 15px 0 !important;
            }
        /* line 38, ../../sass/layout/_header.scss */
        #header > .container > .secondary .welcome {
            color: #333333;
            font: 600 15px/18px "Open Sans", sans-serif;

        }
            /* line 42, ../../sass/layout/_header.scss */
            #header > .container > .secondary .welcome strong {
                font-size: 20px;
                font-weight: 700;
                line-height: 24px;
            }
        /* line 50, ../../sass/layout/_header.scss */
        #header > .container > nav.utility {
            display: block;
            position: absolute;
            right: 0;
            top: 20px;
            z-index: 20;
        }
    /* line 60, ../../sass/layout/_header.scss */
    #header.simple {
        background: none;
        height: auto;
        position: relative;
        z-index: 1;
    }

/*
	MOBILE
*/
@media (max-width: 767px) {
    /* line 75, ../../sass/layout/_header.scss */
    #header {
        background-color: #e5e5e5;
        background-position: top center;
        height: auto;
    }
        /* line 81, ../../sass/layout/_header.scss */
        #header > .container > .primary {
            padding-top: 10px;
        }
            /* line 84, ../../sass/layout/_header.scss */
            #header > .container > .primary .logo {
                float: none;
                width: 120px;
            }
                /* line 87, ../../sass/layout/_header.scss */
                #header > .container > .primary .logo img {
                    max-width: 100%;
                }
            /* line 90, ../../sass/layout/_header.scss */
            #header > .container > .primary .title {
                font-size: 14px;
                line-height: 18px;
            }
        /* line 96, ../../sass/layout/_header.scss */
        #header > .container > .secondary {
            padding: 0 0 10px 0;
        }
            /* line 99, ../../sass/layout/_header.scss */
            #header > .container > .secondary .welcome {
                font-size: 12px;
                line-height: 16px;
            }
                /* line 103, ../../sass/layout/_header.scss */
                #header > .container > .secondary .welcome strong {
                    display: block;
                    font-size: 15px;
                    line-height: 20px;
                }
        /* line 116, ../../sass/layout/_header.scss */
        #header.simple > .container > .primary .title {
            color: #fff;
        }
}
/*
 * Created by: Level Five Solutions
 * Website: http://www.levelfivesolutions.com/
 *
 */
/*
 * Created by: Level Five Solutions
 * Website: http://www.levelfivesolutions.com/
 *
 */
/*
	FILE PATHS
*/
/*
	COLORS
*/
/*
	FONTS
*/
/*
	GRADIENTS
*/
/**
.gradient-gray {
	@include filter-gradient( $gray, $gray-light );
	@include background-image(linear-gradient($gray 0%, $gray-light 100%));
}**/
/**
.gradient-horizontal-gray {
	@include filter-gradient( $gray, $gray-light, horizontal );
	@include background-image(linear-gradient(left, $gray 0%, tint($gray-light, 20%) 100%));
}**/
/* line 13, ../../sass/layout/_footer.scss */
#footer {
    padding: 25px 0 0 0;
}
    /* line 16, ../../sass/layout/_footer.scss */
    #footer > .primary {
        background: url("../css/images/footer-bg.jpg") no-repeat top center;
        height: 69px;
        position: relative;
    }
        /* line 21, ../../sass/layout/_footer.scss */
        #footer > .primary:before {
            background-color: #f4f4f4;
            content: " ";
            display: block;
            height: 100%;
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
            opacity: 0.9;
            position: absolute;
            width: 100%;
            z-index: 1;
        }
        /* line 32, ../../sass/layout/_footer.scss */
        #footer > .primary > .container {
            padding: 15px 0;
            position: relative;
            z-index: 2;
        }
            /* line 37, ../../sass/layout/_footer.scss */
            #footer > .primary > .container > .logo {
                float: left;
            }
            /* line 41, ../../sass/layout/_footer.scss */
            #footer > .primary > .container > ul.pipe {
                float: left;
                margin: 12px 0 0 10px;
            }
            /* line 46, ../../sass/layout/_footer.scss */
            #footer > .primary > .container > .alert {
                float: right;
                margin-bottom: 0;
            }
    /* line 53, ../../sass/layout/_footer.scss */
    #footer > .secondary {
        background-color: #d2d2d2;
        color: #666666;
        padding: 18px 0;
    }
        /* line 58, ../../sass/layout/_footer.scss */
        #footer > .secondary ul {
            font-size: 13px;
            line-height: 16px;
        }
        /* line 63, ../../sass/layout/_footer.scss */
        #footer > .secondary a {
            color: #666666;
            text-decoration: underline;
        }
            /* line 67, ../../sass/layout/_footer.scss */
            #footer > .secondary a:hover {
                text-decoration: none;
            }

@media (max-width: 1110px) {
    /* line 77, ../../sass/layout/_footer.scss */
    #footer > .primary,
    #footer > .secondary {
        padding-left: 20px;
        padding-right: 20px;
    }
    /* line 82, ../../sass/layout/_footer.scss */
    #footer > .primary {
        background: none;
        background-color: #f4f4f4;
        height: auto;
    }
        /* line 87, ../../sass/layout/_footer.scss */
        #footer > .primary:before {
            display: none;
        }
        /* line 89, ../../sass/layout/_footer.scss */
        #footer > .primary > .container {
            padding-bottom: 0;
            text-align: center;
        }
            /* line 93, ../../sass/layout/_footer.scss */
            #footer > .primary > .container > .logo {
                float: none;
                margin: 0 0 10px 0;
            }
            /* line 98, ../../sass/layout/_footer.scss */
            #footer > .primary > .container > ul.pipe {
                float: none;
                margin: 0 auto;
            }
                /* line 102, ../../sass/layout/_footer.scss */
                #footer > .primary > .container > ul.pipe > li {
                    font-size: 13px;
                    line-height: 16px;
                }
            /* line 108, ../../sass/layout/_footer.scss */
            #footer > .primary > .container > .alert {
                float: none;
            }
    /* line 112, ../../sass/layout/_footer.scss */
    #footer > .secondary {
        text-align: center;
    }
}
/*
	MOBILE
*/
@media (max-width: 767px) {
    /* line 131, ../../sass/layout/_footer.scss */
    #footer > .primary > .container > ul.pipe > li {
        border: none;
        padding: 0 20px 5px;
    }
}

/*
 * Created by: Level Five Solutions
 * Website: http://www.levelfivesolutions.com/
 *
 */
/*
 * Created by: Level Five Solutions
 * Website: http://www.levelfivesolutions.com/
 *
 */
/*
	FILE PATHS
*/
/*
	COLORS
*/
/*
	FONTS
*/
/*
	GRADIENTS
*/
/**
.gradient-gray {
	@include filter-gradient( $gray, $gray-light );
	@include background-image(linear-gradient($gray 0%, $gray-light 100%));
}**/
/**
.gradient-horizontal-gray {
	@include filter-gradient( $gray, $gray-light, horizontal );
	@include background-image(linear-gradient(left, $gray 0%, tint($gray-light, 20%) 100%));
}**/
/* line 10, ../../../sass/component/alert/default.scss */
.alert {
    color: #fff;
    font: 400 13px/16px "Open Sans", sans-serif;
    margin: 0 0 15px 0;
    padding: 8px 10px;
    /** Color **/
}
    /* line 17, ../../../sass/component/alert/default.scss */
    .alert.red {
        background-color: #da413d;
    }
    /* line 18, ../../../sass/component/alert/default.scss */
    .alert.gray {
        background-color: #929292;
    }
        /* line 20, ../../../sass/component/alert/default.scss */
        .alert.gray strong {
            color: #dfdfdf;
        }

/*
 * http://tobiasahlin.com/spinkit/
 *
 */
/*
 * Created by: Level Five Solutions
 * Website: http://www.levelfivesolutions.com/
 *
 */
/*
	FILE PATHS
*/
/*
	COLORS
*/
/*
	FONTS
*/
/*
	GRADIENTS
*/
/**
.gradient-gray {
	@include filter-gradient( $gray, $gray-light );
	@include background-image(linear-gradient($gray 0%, $gray-light 100%));
}**/
/**
.gradient-horizontal-gray {
	@include filter-gradient( $gray, $gray-light, horizontal );
	@include background-image(linear-gradient(left, $gray 0%, tint($gray-light, 20%) 100%));
}**/
/* line 14, ../../../sass/component/animation/circle-spinner.scss */
.circle-spinner {
    height: 60px;
    margin: 100px auto;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -webkit-transition-delay: 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    width: 60px;
}
    /* line 21, ../../../sass/component/animation/circle-spinner.scss */
    .circle-spinner > .spinner-container {
        height: 100%;
        position: absolute;
        width: 100%;
    }
        /* line 28, ../../../sass/component/animation/circle-spinner.scss */
        .circle-spinner > .spinner-container.container1 > div, .circle-spinner > .spinner-container.container2 > div, .circle-spinner > .spinner-container.container3 > div {
            -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
            animation: bouncedelay 1.2s infinite ease-in-out;
            /* Prevent first frame from flickering when animation starts */
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
            background-color: #27a1aa;
            border-radius: 100%;
            height: 12px;
            position: absolute;
            width: 12px;
        }
        /* line 41, ../../../sass/component/animation/circle-spinner.scss */
        .circle-spinner > .spinner-container > .circle1 {
            left: 0;
            top: 0;
        }
        /* line 46, ../../../sass/component/animation/circle-spinner.scss */
        .circle-spinner > .spinner-container > .circle2 {
            top: 0;
            right: 0;
        }
        /* line 51, ../../../sass/component/animation/circle-spinner.scss */
        .circle-spinner > .spinner-container > .circle3 {
            bottom: 0;
            right: 0;
        }
        /* line 56, ../../../sass/component/animation/circle-spinner.scss */
        .circle-spinner > .spinner-container > .circle4 {
            bottom: 0;
            left: 0;
        }
        /* line 62, ../../../sass/component/animation/circle-spinner.scss */
        .circle-spinner > .spinner-container.container1 > .circle2 {
            -webkit-animation-delay: -0.9s;
            animation-delay: -0.9s;
        }
        /* line 67, ../../../sass/component/animation/circle-spinner.scss */
        .circle-spinner > .spinner-container.container1 > .circle3 {
            -webkit-animation-delay: -0.6s;
            animation-delay: -0.6s;
        }
        /* line 72, ../../../sass/component/animation/circle-spinner.scss */
        .circle-spinner > .spinner-container.container1 > .circle4 {
            -webkit-animation-delay: -0.3s;
            animation-delay: -0.3s;
        }
        /* line 78, ../../../sass/component/animation/circle-spinner.scss */
        .circle-spinner > .spinner-container.container2 {
            -webkit-transform: rotateZ(45deg);
            -moz-transform: rotateZ(45deg);
            -ms-transform: rotateZ(45deg);
            -o-transform: rotateZ(45deg);
            transform: rotateZ(45deg);
        }
            /* line 81, ../../../sass/component/animation/circle-spinner.scss */
            .circle-spinner > .spinner-container.container2 > .circle1 {
                -webkit-animation-delay: -1.1s;
                animation-delay: -1.1s;
            }
            /* line 86, ../../../sass/component/animation/circle-spinner.scss */
            .circle-spinner > .spinner-container.container2 > .circle2 {
                -webkit-animation-delay: -0.8s;
                animation-delay: -0.8s;
            }
            /* line 91, ../../../sass/component/animation/circle-spinner.scss */
            .circle-spinner > .spinner-container.container2 > .circle3 {
                -webkit-animation-delay: -0.5s;
                animation-delay: -0.5s;
            }
            /* line 96, ../../../sass/component/animation/circle-spinner.scss */
            .circle-spinner > .spinner-container.container2 > .circle4 {
                -webkit-animation-delay: -0.2s;
                animation-delay: -0.2s;
            }
        /* line 102, ../../../sass/component/animation/circle-spinner.scss */
        .circle-spinner > .spinner-container.container3 {
            -webkit-transform: rotateZ(90deg);
            -moz-transform: rotateZ(90deg);
            -ms-transform: rotateZ(90deg);
            -o-transform: rotateZ(90deg);
            transform: rotateZ(90deg);
        }
            /* line 105, ../../../sass/component/animation/circle-spinner.scss */
            .circle-spinner > .spinner-container.container3 > .circle1 {
                -webkit-animation-delay: -1.0s;
                animation-delay: -1.0s;
            }
            /* line 110, ../../../sass/component/animation/circle-spinner.scss */
            .circle-spinner > .spinner-container.container3 > .circle2 {
                -webkit-animation-delay: -0.7s;
                animation-delay: -0.7s;
            }
            /* line 115, ../../../sass/component/animation/circle-spinner.scss */
            .circle-spinner > .spinner-container.container3 > .circle3 {
                -webkit-animation-delay: -0.4s;
                animation-delay: -0.4s;
            }
            /* line 120, ../../../sass/component/animation/circle-spinner.scss */
            .circle-spinner > .spinner-container.container3 > .circle4 {
                -webkit-animation-delay: -0.1s;
                animation-delay: -0.1s;
            }

@-webkit-keyframes bouncedelay {
    /* line 129, ../../../sass/component/animation/circle-spinner.scss */
    0%, 80%, 100% {
        -webkit-transform: scale(0);
    }

    /* line 130, ../../../sass/component/animation/circle-spinner.scss */
    40% {
        -webkit-transform: scale(1);
    }
}

@keyframes bouncedelay {
    /* line 134, ../../../sass/component/animation/circle-spinner.scss */
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }

    /* line 136, ../../../sass/component/animation/circle-spinner.scss */
    40% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

/*
 * Created by: Level Five Solutions
 * Website: http://www.levelfivesolutions.com/
 *
 */
/*
 * Created by: Level Five Solutions
 * Website: http://www.levelfivesolutions.com/
 *
 */
/*
	FILE PATHS
*/
/*
	COLORS
*/
/*
	FONTS
*/
/*
	GRADIENTS
*/
/**
.gradient-gray {
	@include filter-gradient( $gray, $gray-light );
	@include background-image(linear-gradient($gray 0%, $gray-light 100%));
}**/
/**
.gradient-horizontal-gray {
	@include filter-gradient( $gray, $gray-light, horizontal );
	@include background-image(linear-gradient(left, $gray 0%, tint($gray-light, 20%) 100%));
}**/
/* line 10, ../../../sass/component/animation/spinner.scss */
.spinner {
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
    border-bottom: 6px solid #bee2e5;
    border-left: 6px solid #bee2e5;
    border-radius: 100%;
    border-right: 6px solid #bee2e5;
    border-top: 6px solid #27a1aa;
    display: block;
    height: 60px;
    margin: 120px auto;
    position: relative;
    width: 60px;
}
    /* line 27, ../../../sass/component/animation/spinner.scss */
    .spinner.left {
        margin-left: 0;
        margin-right: 0;
    }

@-webkit-keyframes rotation {
    /* line 34, ../../../sass/component/animation/spinner.scss */
    from {
        -webkit-transform: rotate(0deg);
    }

    /* line 35, ../../../sass/component/animation/spinner.scss */
    to {
        -webkit-transform: rotate(359deg);
    }
}

@-moz-keyframes rotation {
    /* line 39, ../../../sass/component/animation/spinner.scss */
    from {
        -moz-transform: rotate(0deg);
    }

    /* line 40, ../../../sass/component/animation/spinner.scss */
    to {
        -moz-transform: rotate(359deg);
    }
}

@-o-keyframes rotation {
    /* line 44, ../../../sass/component/animation/spinner.scss */
    from {
        -o-transform: rotate(0deg);
    }

    /* line 45, ../../../sass/component/animation/spinner.scss */
    to {
        -o-transform: rotate(359deg);
    }
}

@keyframes rotation {
    /* line 49, ../../../sass/component/animation/spinner.scss */
    from {
        transform: rotate(0deg);
    }

    /* line 50, ../../../sass/component/animation/spinner.scss */
    to {
        transform: rotate(359deg);
    }
}

/*
 * Created by: Level Five Solutions
 * Website: http://www.levelfivesolutions.com/
 *
 */
/*
 * Created by: Level Five Solutions
 * Website: http://www.levelfivesolutions.com/
 *
 */
/*
	FILE PATHS
*/
/*
	COLORS
*/
/*
	FONTS
*/
/*
	GRADIENTS
*/
/**
.gradient-gray {
	@include filter-gradient( $gray, $gray-light );
	@include background-image(linear-gradient($gray 0%, $gray-light 100%));
}**/
/**
.gradient-horizontal-gray {
	@include filter-gradient( $gray, $gray-light, horizontal );
	@include background-image(linear-gradient(left, $gray 0%, tint($gray-light, 20%) 100%));
}**/
/* line 10, ../../../sass/component/arrow/basic.scss */
.arrow {
    display: inline-block;
    position: relative;
    /** Direction **/
}
    /* line 15, ../../../sass/component/arrow/basic.scss */
    .arrow.arrow-right {
        border-bottom: 3px solid transparent;
        border-left: 6px solid #666666;
        border-top: 3px solid transparent;
        top: -2px;
    }
        /* line 22, ../../../sass/component/arrow/basic.scss */
        .arrow.arrow-right.teal {
            border-left-color: #27a1aa;
        }
        /* line 23, ../../../sass/component/arrow/basic.scss */
        .arrow.arrow-right.white {
            border-left-color: #fff;
        }
        /* line 26, ../../../sass/component/arrow/basic.scss */
        .arrow.arrow-right.small {
            border-bottom-width: 2px;
            border-left-width: 4px;
            border-top-width: 2px;
        }
        /* line 32, ../../../sass/component/arrow/basic.scss */
        .arrow.arrow-right.large {
            border-bottom-width: 6px;
            border-left-width: 9px;
            border-top-width: 6px;
        }
    /* line 39, ../../../sass/component/arrow/basic.scss */
    .arrow.arrow-left {
        border-bottom: 3px solid transparent;
        border-right: 6px solid #666666;
        border-top: 3px solid transparent;
        top: -2px;
    }
        /* line 46, ../../../sass/component/arrow/basic.scss */
        .arrow.arrow-left.teal {
            border-right-color: #27a1aa;
        }
        /* line 47, ../../../sass/component/arrow/basic.scss */
        .arrow.arrow-left.white {
            border-right-color: #fff;
        }
        /* line 50, ../../../sass/component/arrow/basic.scss */
        .arrow.arrow-left.small {
            border-bottom-width: 2px;
            border-right-width: 4px;
            border-top-width: 2px;
        }
        /* line 56, ../../../sass/component/arrow/basic.scss */
        .arrow.arrow-left.large {
            border-bottom-width: 6px;
            border-right-width: 9px;
            border-top-width: 6px;
        }
    /* line 63, ../../../sass/component/arrow/basic.scss */
    .arrow.arrow-down {
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        border-top: 6px solid #666666;
        top: -2px;
    }

/*
 * Created by: Level Five Solutions
 * Website: http://www.levelfivesolutions.com/
 *
 */
/*
 * Created by: Level Five Solutions
 * Website: http://www.levelfivesolutions.com/
 *
 */
/*
	FILE PATHS
*/
/*
	COLORS
*/
/*
	FONTS
*/
/*
	GRADIENTS
*/
/**
.gradient-gray {
	@include filter-gradient( $gray, $gray-light );
	@include background-image(linear-gradient($gray 0%, $gray-light 100%));
}**/
/**
.gradient-horizontal-gray {
	@include filter-gradient( $gray, $gray-light, horizontal );
	@include background-image(linear-gradient(left, $gray 0%, tint($gray-light, 20%) 100%));
}**/
/* line 15, ../../../sass/component/button/primary.scss */
button.primary,
a.button.primary,
input[type=button].primary,
input[type=submit].primary {
    border: none;
    color: #fff;
    display: inline-block;
    font: 300 13px/13px "Open Sans", sans-serif;
    margin: 0;
    outline: none;
    padding: 7px 20px 8px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    /** States **/
    /** Colors **/
}
    /* line 27, ../../../sass/component/button/primary.scss */
    button.primary:hover,
    a.button.primary:hover,
    input[type=button].primary:hover,
    input[type=submit].primary:hover {
        cursor: pointer;
        text-decoration: none;
    }
    /* line 33, ../../../sass/component/button/primary.scss */
    button.primary.simple,
    a.button.primary.simple,
    input[type=button].primary.simple,
    input[type=submit].primary.simple {
        background-color: transparent;
        color: #666666;
        font-weight: 600;
        padding-left: 0;
        padding-right: 0;
        /** Text Color **/
    }
        /* line 39, ../../../sass/component/button/primary.scss */
        button.primary.simple:hover,
        a.button.primary.simple:hover,
        input[type=button].primary.simple:hover,
        input[type=submit].primary.simple:hover {
            text-decoration: underline;
        }
        /* line 42, ../../../sass/component/button/primary.scss */
        button.primary.simple.text-teal,
        a.button.primary.simple.text-teal,
        input[type=button].primary.simple.text-teal,
        input[type=submit].primary.simple.text-teal {
            color: #27a1aa;
        }
    /* line 45, ../../../sass/component/button/primary.scss */
    button.primary.outline,
    a.button.primary.outline,
    input[type=button].primary.outline,
    input[type=submit].primary.outline {
        background-color: transparent;
        border: 2px solid #fff;
    }
        /* line 48, ../../../sass/component/button/primary.scss */
        button.primary.outline:hover,
        a.button.primary.outline:hover,
        input[type=button].primary.outline:hover,
        input[type=submit].primary.outline:hover {
            background-color: rgba(255, 255, 255, 0.2);
        }
    /* line 51, ../../../sass/component/button/primary.scss */
    button.primary.gray,
    a.button.primary.gray,
    input[type=button].primary.gray,
    input[type=submit].primary.gray {
        background-color: #929292;
    }
        /* line 53, ../../../sass/component/button/primary.scss */
        button.primary.gray:hover,
        a.button.primary.gray:hover,
        input[type=button].primary.gray:hover,
        input[type=submit].primary.gray:hover {
            background-color: #a7a7a7;
        }
    /* line 56, ../../../sass/component/button/primary.scss */
    button.primary.red,
    a.button.primary.red,
    input[type=button].primary.red,
    input[type=submit].primary.red {
        background-color: #da413d;
    }
        /* line 58, ../../../sass/component/button/primary.scss */
        button.primary.red:hover,
        a.button.primary.red:hover,
        input[type=button].primary.red:hover,
        input[type=submit].primary.red:hover {
            background-color: #e16763;
        }
    /* line 61, ../../../sass/component/button/primary.scss */
    button.primary.teal,
    a.button.primary.teal,
    input[type=button].primary.teal,
    input[type=submit].primary.teal {
        background-color: #27a1aa;
    }
        /* line 63, ../../../sass/component/button/primary.scss */
        button.primary.teal:hover,
        a.button.primary.teal:hover,
        input[type=button].primary.teal:hover,
        input[type=submit].primary.teal:hover {
            background-color: #52b3bb;
        }

/*
 * Created by: Level Five Solutions
 * Website: http://www.levelfivesolutions.com/
 *
 */
/*
 * Created by: Level Five Solutions
 * Website: http://www.levelfivesolutions.com/
 *
 */
/*
	FILE PATHS
*/
/*
	COLORS
*/
/*
	FONTS
*/
/*
	GRADIENTS
*/
/**
.gradient-gray {
	@include filter-gradient( $gray, $gray-light );
	@include background-image(linear-gradient($gray 0%, $gray-light 100%));
}**/
/**
.gradient-horizontal-gray {
	@include filter-gradient( $gray, $gray-light, horizontal );
	@include background-image(linear-gradient(left, $gray 0%, tint($gray-light, 20%) 100%));
}**/
/* line 10, ../../../sass/component/drawer/help-drawer.scss */
.help-drawer {
    background-color: #da413d;
    margin: 0 55px;
    position: relative;
    z-index: 1;
}
    /* line 16, ../../../sass/component/drawer/help-drawer.scss */
    .help-drawer > .trigger {
        color: #fff;
        display: block;
        font: 700 13px/16px "Open Sans", sans-serif;
        padding: 10px 10px 15px;
        text-align: center;
        -webkit-transition: background-color 0.3s ease;
        -moz-transition: background-color 0.3s ease;
        -o-transition: background-color 0.3s ease;
        transition: background-color 0.3s ease;
    }
        /* line 24, ../../../sass/component/drawer/help-drawer.scss */
        .help-drawer > .trigger > .arrow-right {
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }
        /* line 27, ../../../sass/component/drawer/help-drawer.scss */
        .help-drawer > .trigger:hover {
            background-color: #df5d5a;
            cursor: pointer;
        }
        /* line 33, ../../../sass/component/drawer/help-drawer.scss */
        .help-drawer > .trigger.active > .arrow-right {
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            transform: rotate(90deg);
        }
    /* line 39, ../../../sass/component/drawer/help-drawer.scss */
    .help-drawer > .content {
        background-color: #da413d;
        border-top: 1px solid #dd5450;
        display: none;
        margin: 0;
        padding: 10px 20px;
        position: absolute;
        width: 100%;
    }
        /* line 48, ../../../sass/component/drawer/help-drawer.scss */
        .help-drawer > .content.active {
            display: block;
        }

/*
 * Created by: Level Five Solutions
 * Website: http://www.levelfivesolutions.com/
 *
 */
/*
 * Created by: Level Five Solutions
 * Website: http://www.levelfivesolutions.com/
 *
 */
/*
	FILE PATHS
*/
/*
	COLORS
*/
/*
	FONTS
*/
/*
	GRADIENTS
*/
/**
.gradient-gray {
	@include filter-gradient( $gray, $gray-light );
	@include background-image(linear-gradient($gray 0%, $gray-light 100%));
}**/
/**
.gradient-horizontal-gray {
	@include filter-gradient( $gray, $gray-light, horizontal );
	@include background-image(linear-gradient(left, $gray 0%, tint($gray-light, 20%) 100%));
}**/
/* line 12, ../../../sass/component/form/custom-dropdown.scss */
label.dropdown {
    background-color: #e5e5e5;
    display: block;
    height: 31px;
    margin: 0;
    max-width: 100%;
    padding: 7px 40px 9px 9px;
    position: relative;
    width: auto;
    /** States **/
    /*
  	THEMES
  */
}
    /* line 23, ../../../sass/component/form/custom-dropdown.scss */
    label.dropdown:after {
        background: url("../css/images/select-dropdown.png");
        background-size: 100%;
        content: " ";
        height: 30px;
        position: absolute;
        right: 1px;
        top: 1px;
        width: 30px;
    }
    /* line 34, ../../../sass/component/form/custom-dropdown.scss */
    label.dropdown > input {
        left: -9999px;
        position: absolute;
    }
    /* line 39, ../../../sass/component/form/custom-dropdown.scss */
    label.dropdown > .value {
        color: #333333;
        display: block;
        font: 400 13px/16px "Open Sans", sans-serif;
        max-width: 150px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    /* line 50, ../../../sass/component/form/custom-dropdown.scss */
    label.dropdown:hover {
        color: #000;
        cursor: pointer;
    }
    /* line 55, ../../../sass/component/form/custom-dropdown.scss */
    label.dropdown.selected {
        background-color: #e5e5e5;
        color: #000;
    }
    /* line 60, ../../../sass/component/form/custom-dropdown.scss */
    label.dropdown > .more-options {
        background-color: #fff;
        border: 1px solid #cbcbcb;
        display: none;
        left: 0;
        overflow: hidden;
        position: absolute;
        top: 100%;
        width: 320px;
        z-index: 20;
    }
    /* line 76, ../../../sass/component/form/custom-dropdown.scss */
    label.dropdown.teal {
        background-color: #d0ecec;
    }
        /* line 78, ../../../sass/component/form/custom-dropdown.scss */
        label.dropdown.teal:after {
            background: url("../css/images/select-dropdown-teal.png");
        }
        /* line 79, ../../../sass/component/form/custom-dropdown.scss */
        label.dropdown.teal > .value {
            color: #27a1aa;
        }
        /* line 80, ../../../sass/component/form/custom-dropdown.scss */
        label.dropdown.teal > .more-options {
            border-color: #4c8794;
        }
    /* line 83, ../../../sass/component/form/custom-dropdown.scss */
    label.dropdown.white {
        background-color: #fff;
        border: 1px solid #d0ecec;
        height: 32px;
    }
        /* line 88, ../../../sass/component/form/custom-dropdown.scss */
        label.dropdown.white:after {
            background: url("../css/images/select-dropdown-teal.png");
            right: 0;
            top: 0;
        }
        /* line 94, ../../../sass/component/form/custom-dropdown.scss */
        label.dropdown.white > .value {
            color: #27a1aa;
        }
        /* line 95, ../../../sass/component/form/custom-dropdown.scss */
        label.dropdown.white > .more-options {
            border-color: #4c8794;
        }

/*
	MOBILE
*/
@media (max-width: 767px) {
    /* line 107, ../../../sass/component/form/custom-dropdown.scss */
    label.dropdown > .more-options {
        width: 100%;
    }
}

/*
 * Created by: Level Five Solutions
 * Website: http://www.levelfivesolutions.com/
 *
 */
/*
 * Created by: Level Five Solutions
 * Website: http://www.levelfivesolutions.com/
 *
 */
/*
	FILE PATHS
*/
/*
	COLORS
*/
/*
	FONTS
*/
/*
	GRADIENTS
*/
/**
.gradient-gray {
	@include filter-gradient( $gray, $gray-light );
	@include background-image(linear-gradient($gray 0%, $gray-light 100%));
}**/
/**
.gradient-horizontal-gray {
	@include filter-gradient( $gray, $gray-light, horizontal );
	@include background-image(linear-gradient(left, $gray 0%, tint($gray-light, 20%) 100%));
}**/
/*
 * Created by: Level Five Solutions
 * Website: http://www.levelfivesolutions.com/
 *
 */
/*
	LABELS
*/
/* line 28, ../../../sass/component/form/elements.scss */
label.styled {
    color: #333333;
    display: block;
    font: 600 13px/16px "Open Sans", sans-serif;
    padding: 0 0 7px 0;
}

/*
	FORM BLOCK
*/
/* line 41, ../../../sass/component/form/elements.scss */
.form-block {
    display: block;
    margin: 0 0 15px 0;
    position: relative;
}
    /* line 47, ../../../sass/component/form/elements.scss */
    .form-block.float {
        *zoom: 1;
        /** Spacing **/
    }
        /* line 38, ../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.7/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
        .form-block.float:after {
            content: "";
            display: table;
            clear: both;
        }
        /* line 50, ../../../sass/component/form/elements.scss */
        .form-block.float label {
            float: left;
            margin-right: 10px;
            margin-top: 7px;
        }
            /* line 55, ../../../sass/component/form/elements.scss */
            .form-block.float label.dropdown {
                margin-top: 0;
            }
        /* line 60, ../../../sass/component/form/elements.scss */
        .form-block.float input, .form-block.float select, .form-block.float textarea {
            float: left;
        }
            /* line 62, ../../../sass/component/form/elements.scss */
            .form-block.float select.styled {
                padding-right: 50px;
                width: auto;
            }
        /* line 68, ../../../sass/component/form/elements.scss */
        .form-block.float.no-margin {
            margin: 0;
        }
    /* line 72, ../../../sass/component/form/elements.scss */
    .form-block p {
        padding-top: 5px;
    }
    /* line 75, ../../../sass/component/form/elements.scss */
    .form-block .ui-datepicker-trigger {
        bottom: 0;
        float: left;
        height: 32px;
        position: absolute;
        right: 0;
        width: 32px;
    }

/*
	FORM CONTROLS
*/
/* line 94, ../../../sass/component/form/elements.scss */
.form-controls ul.inline > li:first-child {
    padding-left: 0;
}
/* line 98, ../../../sass/component/form/elements.scss */
.form-controls button {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

/*
	INPUTS
*/
/* line 110, ../../../sass/component/form/elements.scss */
input.text {
    background-color: #e5e5e5;
    border: 1px solid #e5e5e5;
    color: black;
    font: 400 13px/16px "Open Sans", sans-serif;
    margin: 0;
    outline: none;
    padding: 6px 7px;
    width: 100%;
}
    /* line 120, ../../../sass/component/form/elements.scss */
    input.text.white {
        background-color: #fff;
        border-color: #e5e5e5;
    }

/*
	FILE UPLOAD
*/
/* line 132, ../../../sass/component/form/elements.scss */
label.file-upload {
    overflow: hidden;
    position: relative;
}
    /* line 136, ../../../sass/component/form/elements.scss */
    label.file-upload .button {
        height: 28px;
        position: absolute;
        right: 2px;
        top: -2px;
        width: 28px;
        z-index: 10;
    }
        /* line 145, ../../../sass/component/form/elements.scss */
        label.file-upload .button:hover {
            cursor: pointer;
        }
        /* line 148, ../../../sass/component/form/elements.scss */
        label.file-upload .button input.upload {
            height: 100%;
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
            opacity: 0;
            position: absolute;
            right: 0;
            top: 0;
            width: 100%;
        }

/*
	CHECKBOXES
*/
/* line 165, ../../../sass/component/form/elements.scss */
label.checkbox {
    color: black;
    display: block;
    font: 400 13px/16px "Open Sans", sans-serif;
    padding-bottom: 5px;
}
    /* line 172, ../../../sass/component/form/elements.scss */
    label.checkbox:hover {
        cursor: pointer;
    }
    /* line 174, ../../../sass/component/form/elements.scss */
    label.checkbox > input {
        float: left;
        margin: 3px 8px 0 0;
        padding: 3px;
    }
        /* line 180, ../../../sass/component/form/elements.scss */
        label.checkbox > input:hover {
            cursor: pointer;
        }
    /* line 183, ../../../sass/component/form/elements.scss */
    label.checkbox > span {
        display: inline-block;
        padding-top: 1px;
        padding-top: 4px;
    }

@media screen and (min-width: 0 \0) {
    /* line 194, ../../../sass/component/form/elements.scss */
    label.checkbox > span {
        padding-top: 4px;
    }
}
/*
	RADIO BUTTON
*/
/* line 204, ../../../sass/component/form/elements.scss */
label.radio {
    color: black;
    display: block;
    font: 400 13px/16px "Open Sans", sans-serif;
    padding-bottom: 5px;
}
    /* line 211, ../../../sass/component/form/elements.scss */
    label.radio:hover {
        cursor: pointer;
    }
    /* line 213, ../../../sass/component/form/elements.scss */
    label.radio > input {
        float: left;
        margin: 2px 8px 0 0;
        padding: 3px;
    }
        /* line 219, ../../../sass/component/form/elements.scss */
        label.radio > input:hover {
            cursor: pointer;
        }
    /* line 222, ../../../sass/component/form/elements.scss */
    label.radio > span {
        display: inline-block;
        padding-top: 1px;
        padding-top: 4px\9;
    }

@media screen and (min-width: 0 \0) {
    /* line 233, ../../../sass/component/form/elements.scss */
    label.radio > span {
        padding-top: 3px;
    }
}
/*
	SELECT
*/
/* line 244, ../../../sass/component/form/elements.scss */
select.styled {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("../css/images/select-dropdown.png") no-repeat top right;
    background-color: #e5e5e5;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    color: black;
    font: 400 13px/16px "Open Sans", sans-serif;
    margin: 0;
    outline: none;
    padding: 7px 40px 7px 7px;
    position: relative;
    width: 100%;
}
    /* line 258, ../../../sass/component/form/elements.scss */
    select.styled.multi {
        background-image: none;
        padding-right: 7px;
    }
        /* line 262, ../../../sass/component/form/elements.scss */
        select.styled.multi > option {
            padding: 3px 5px;
        }
    /* line 266, ../../../sass/component/form/elements.scss */
    select.styled.teal {
        background-color: #d0ecec;
        background-image: url("../css/images/select-dropdown-teal.png");
        border-color: #d0ecec;
        color: #27a1aa;
    }
    /* line 273, ../../../sass/component/form/elements.scss */
    select.styled.outline {
        background-color: transparent;
        background-image: url("../css/images/select-dropdown-teal.png");
        border-color: #d0ecec;
        color: #27a1aa;
    }

/*
	TEXTAREA
*/
/* line 288, ../../../sass/component/form/elements.scss */
textarea.styled {
    background-color: #e5e5e5;
    border: 1px solid #e5e5e5;
    color: black;
    font: 400 13px/16px "Open Sans", sans-serif;
    height: 140px;
    margin: 0;
    outline: none;
    overflow: auto;
    padding: 10px 8px;
    resize: none;
    vertical-align: top;
    width: 100%;
}
/* line 304, ../../../sass/component/form/elements.scss */
textarea.short {
    height: 70px;
}
/* line 307, ../../../sass/component/form/elements.scss */
textarea.white {
    background-color: #fff;
    border-color: #e5e5e5;
}

/*
	PLACEHOLDER
*/
/* line 9, ../../../sass/base/_mixins.scss */
::-webkit-input-placeholder {
    color: #666666;
    line-height: 17px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

/* line 10, ../../../sass/base/_mixins.scss */
:-moz-placeholder {
    color: #666666;
    line-height: 17px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

/* line 11, ../../../sass/base/_mixins.scss */
::-moz-placeholder {
    color: #666666;
    line-height: 17px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

/* line 12, ../../../sass/base/_mixins.scss */
:-ms-input-placeholder {
    color: #666666;
    line-height: 17px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

/* line 324, ../../../sass/component/form/elements.scss */
.placeholder {
    color: #666666;
    line-height: 15px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

/*
 * Created by: Level Five Solutions
 * Website: http://www.levelfivesolutions.com/
 *
 */
/*
 * Created by: Level Five Solutions
 * Website: http://www.levelfivesolutions.com/
 *
 */
/*
	FILE PATHS
*/
/*
	COLORS
*/
/*
	FONTS
*/
/*
	GRADIENTS
*/
/**
.gradient-gray {
	@include filter-gradient( $gray, $gray-light );
	@include background-image(linear-gradient($gray 0%, $gray-light 100%));
}**/
/**
.gradient-horizontal-gray {
	@include filter-gradient( $gray, $gray-light, horizontal );
	@include background-image(linear-gradient(left, $gray 0%, tint($gray-light, 20%) 100%));
}**/
/* line 13, ../../../sass/component/form/errors.scss */
label.error {
    color: #da413d;
    display: block;
    font: 400 12px/14px "Open Sans", sans-serif;
    font-style: italic;
    padding: 10px 0 0 0;
    /** Spacing **/
}
    /* line 21, ../../../sass/component/form/errors.scss */
    label.error.pull-up {
        padding-top: 0;
    }

/*
	INPUTS
*/
/*
	SELECT
*/
/*
	TEXTAREA
*/
/*
	RADIO BUTTONS
*/
/* line 57, ../../../sass/component/form/errors.scss */
label.radio > input.error {
    border: none;
}

/*
	CHECKBOX
*/
/* line 66, ../../../sass/component/form/errors.scss */
label.checkbox > input.error {
    border: none;
}

/*
	NO INLINE ERRORS
*/
/* line 75, ../../../sass/component/form/errors.scss */
form.no-inline-errors .alert {
    display: none;
}
/* line 76, ../../../sass/component/form/errors.scss */
form.no-inline-errors label.error {
    display: none !important;
}

/*
 * Created by: Level Five Solutions
 * Website: http://www.levelfivesolutions.com/
 *
 */
/*
 * Created by: Level Five Solutions
 * Website: http://www.levelfivesolutions.com/
 *
 */
/*
	FILE PATHS
*/
/*
	COLORS
*/
/*
	FONTS
*/
/*
	GRADIENTS
*/
/**
.gradient-gray {
	@include filter-gradient( $gray, $gray-light );
	@include background-image(linear-gradient($gray 0%, $gray-light 100%));
}**/
/**
.gradient-horizontal-gray {
	@include filter-gradient( $gray, $gray-light, horizontal );
	@include background-image(linear-gradient(left, $gray 0%, tint($gray-light, 20%) 100%));
}**/
/* line 12, ../../../sass/component/form/filter.scss */
.filter {
    background-color: #f4f4f4;
    display: inline-block;
    margin: 0 0 20px 0;
    padding: 8px 15px 10px;
}
    /* line 18, ../../../sass/component/form/filter.scss */
    .filter > .title {
        color: #666666;
        display: inline-block;
        font: 700 13px/13px "Open Sans", sans-serif;
    }
    /* line 24, ../../../sass/component/form/filter.scss */
    .filter > label.checkbox {
        display: inline-block;
        margin: 0 0 0 15px;
        padding: 0;
    }
        /* line 29, ../../../sass/component/form/filter.scss */
        .filter > label.checkbox > span {
            color: #333333;
            font: 400 13px/13px "Open Sans", sans-serif;
        }

/*
	MOBILE
*/
@media (max-width: 767px) {
    /* line 43, ../../../sass/component/form/filter.scss */
    .filter {
        padding-bottom: 5px;
    }
        /* line 46, ../../../sass/component/form/filter.scss */
        .filter > .title {
            display: block;
            padding-bottom: 10px;
        }
        /* line 51, ../../../sass/component/form/filter.scss */
        .filter > label.checkbox {
            margin: 0 15px 10px 0;
        }
}

/*
 * Created by: Level Five Solutions
 * Website: http://www.levelfivesolutions.com/
 *
 */
/*
 * Created by: Level Five Solutions
 * Website: http://www.levelfivesolutions.com/
 *
 */
/*
	FILE PATHS
*/
/*
	COLORS
*/
/*
	FONTS
*/
/*
	GRADIENTS
*/
/**
.gradient-gray {
	@include filter-gradient( $gray, $gray-light );
	@include background-image(linear-gradient($gray 0%, $gray-light 100%));
}**/
/**
.gradient-horizontal-gray {
	@include filter-gradient( $gray, $gray-light, horizontal );
	@include background-image(linear-gradient(left, $gray 0%, tint($gray-light, 20%) 100%));
}**/
/* line 14, ../../../sass/component/form/form-steps.scss */
.form-steps-group .form-step {
    display: none;
}
    /* line 18, ../../../sass/component/form/form-steps.scss */
    .form-steps-group .form-step.active {
        display: block;
    }

/*
 * Created by: Level Five Solutions
 * Website: http://www.levelfivesolutions.com/
 *
 */
/* line 8, ../../../sass/component/form/multiple-option.scss */
.multiple-option {
    display: none;
    padding-bottom: 10px;
}
    /* line 13, ../../../sass/component/form/multiple-option.scss */
    .multiple-option.active {
        display: block;
    }
    /* line 14, ../../../sass/component/form/multiple-option.scss */
    .multiple-option:first-child {
        display: block;
    }

/*
 * Created by: Level Five Solutions
 * Website: http://www.levelfivesolutions.com/
 *
 */
/*
 * Created by: Level Five Solutions
 * Website: http://www.levelfivesolutions.com/
 *
 */
/*
	FILE PATHS
*/
/*
	COLORS
*/
/*
	FONTS
*/
/*
	GRADIENTS
*/
/**
.gradient-gray {
	@include filter-gradient( $gray, $gray-light );
	@include background-image(linear-gradient($gray 0%, $gray-light 100%));
}**/
/**
.gradient-horizontal-gray {
	@include filter-gradient( $gray, $gray-light, horizontal );
	@include background-image(linear-gradient(left, $gray 0%, tint($gray-light, 20%) 100%));
}**/
/* line 12, ../../../sass/component/icon/basic.scss */
.basic-icon {
    background-size: 100%;
    display: inline-block;
    height: 24px;
    position: relative;
    width: 24px;
    /** Simple **/
    /** Unique **/
}
    /* line 20, ../../../sass/component/icon/basic.scss */
    .basic-icon.add-new {
        background-image: url("../css/images/Icons-MyKcs_New-Thing.png");
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='ui/css/images/Icons-MyKcs_New-Thing.png', sizingMethod='scale');
    }
    /* line 24, ../../../sass/component/icon/basic.scss */
    .basic-icon.close {
        background-image: url("../css/images/Icons-MyKcs_Delete.png");
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='ui/css/images/Icons-MyKcs_Delete.png', sizingMethod='scale');
    }
    /* line 28, ../../../sass/component/icon/basic.scss */
    .basic-icon.delete {
        background-image: url("../css/images/Icons-MyKcs_Delete-Red.png");
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='ui/css/images/Icons-MyKcs_Delete-Red.png', sizingMethod='scale');
    }
    /* line 32, ../../../sass/component/icon/basic.scss */
    .basic-icon.duplicate {
        background-image: url("../css/images/Icons-MyKcs_Clone.png");
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='ui/css/images/Icons-MyKcs_Clone.png', sizingMethod='scale');
    }
    /* line 36, ../../../sass/component/icon/basic.scss */
    .basic-icon.email {
        background-image: url("../css/images/Icons-MyKcs_Mail.png");
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='ui/css/images/Icons-MyKcs_Mail.png', sizingMethod='scale');
    }
    /* line 40, ../../../sass/component/icon/basic.scss */
    .basic-icon.print {
        background-image: url("../css/images/Icons-MyKcs_Print.png");
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='ui/css/images/Icons-MyKcs_Print.png', sizingMethod='scale');
    }
    /* line 46, ../../../sass/component/icon/basic.scss */
    .basic-icon.file-upload {
        background-image: url("../css/images/file-upload.png");
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='ui/css/images/file-upload.png', sizingMethod='scale');
        height: 28px;
        width: 28px;
    }
    /* line 53, ../../../sass/component/icon/basic.scss */
    .basic-icon.question-box {
        background-image: url("../css/images/question-box.png");
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='ui/css/images/question-box.png', sizingMethod='scale');
        height: 21px;
        top: 4px;
        width: 21px;
    }
        /* line 60, ../../../sass/component/icon/basic.scss */
        .basic-icon.question-box.small {
            height: 15px;
            width: 15px;
        }
    /* line 66, ../../../sass/component/icon/basic.scss */
    .basic-icon.arrow-right {
        background-image: url("../css/images/button-arrow-right-white-small.png");
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='ui/css/images/button-arrow-right-white-small.png', sizingMethod='scale');
        height: 19px;
        top: 5px;
        width: 19px;
    }

/*
 * Created by: Level Five Solutions
 * Website: http://www.levelfivesolutions.com/
 *
 */
/*
 * Created by: Level Five Solutions
 * Website: http://www.levelfivesolutions.com/
 *
 */
/*
	FILE PATHS
*/
/*
	COLORS
*/
/*
	FONTS
*/
/*
	GRADIENTS
*/
/**
.gradient-gray {
	@include filter-gradient( $gray, $gray-light );
	@include background-image(linear-gradient($gray 0%, $gray-light 100%));
}**/
/**
.gradient-horizontal-gray {
	@include filter-gradient( $gray, $gray-light, horizontal );
	@include background-image(linear-gradient(left, $gray 0%, tint($gray-light, 20%) 100%));
}**/
/* line 12, ../../../sass/component/icon/status.scss */
.status-icon {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    height: 14px;
    width: 14px;
    /** Status **/
}
    /* line 19, ../../../sass/component/icon/status.scss */
    .status-icon.active {
        background-color: #b3c81b;
    }
    /* line 20, ../../../sass/component/icon/status.scss */
    .status-icon.cancelled {
        background-color: #929292;
    }
    /* line 21, ../../../sass/component/icon/status.scss */
    .status-icon.closed {
        background-color: #333333;
    }
    /* line 22, ../../../sass/component/icon/status.scss */
    .status-icon.pended {
        background-color: #0070b3;
    }
    /* line 23, ../../../sass/component/icon/status.scss */
    .status-icon.suspended {
        background-color: #da413d;
    }

/*
 * Created by: Level Five Solutions
 * Website: http://www.levelfivesolutions.com/
 *
 */
/*
 * Created by: Level Five Solutions
 * Website: http://www.levelfivesolutions.com/
 *
 */
/*
	FILE PATHS
*/
/*
	COLORS
*/
/*
	FONTS
*/
/*
	GRADIENTS
*/
/**
.gradient-gray {
	@include filter-gradient( $gray, $gray-light );
	@include background-image(linear-gradient($gray 0%, $gray-light 100%));
}**/
/**
.gradient-horizontal-gray {
	@include filter-gradient( $gray, $gray-light, horizontal );
	@include background-image(linear-gradient(left, $gray 0%, tint($gray-light, 20%) 100%));
}**/
/* line 12, ../../../sass/component/list/accordion.scss */
ul.accordion {
    border-bottom: 1px solid #cbcbcb;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
    /* line 18, ../../../sass/component/list/accordion.scss */
    ul.accordion > li {
        border-top: 1px solid #cbcbcb;
        margin: 0;
        padding: 0;
    }
        /* line 23, ../../../sass/component/list/accordion.scss */
        ul.accordion > li > .title {
            color: #333333;
            display: block;
            font: 600 18px/22px "Open Sans", sans-serif;
            padding: 50px 20px 15px 50px !important;
            position: relative !important;
            -webkit-transition: background-color 0.3s ease;
            -moz-transition: background-color 0.3s ease;
            -o-transition: background-color 0.3s ease;
            transition: background-color 0.3s ease;
        }
            /* line 32, ../../../sass/component/list/accordion.scss */
            ul.accordion > li > .title:hover {
                background-color: #e5e5e5;
                cursor: pointer;
            }
            /* line 37, ../../../sass/component/list/accordion.scss */
            ul.accordion > li > .title:before {
                background: url("../css/images/accordion-toggle.png");
                content: " ";
                display: block;
                height: 31px;
                left: 10px;
                position: absolute;
                top: 11px;
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                transition: all 0.3s ease;
                width: 31px;
            }
        /* line 50, ../../../sass/component/list/accordion.scss */
        ul.accordion > li > .content {
            display: none;
            padding: 15px 0 10px 40px;
        }
        /* line 57, ../../../sass/component/list/accordion.scss */
        ul.accordion > li.active > .title {
            background-color: #f4f4f4;
        }
            /* line 60, ../../../sass/component/list/accordion.scss */
            ul.accordion > li.active > .title:before {
                -webkit-transform: rotate(90deg);
                -moz-transform: rotate(90deg);
                -ms-transform: rotate(90deg);
                -o-transform: rotate(90deg);
                transform: rotate(90deg);
            }
        /* line 65, ../../../sass/component/list/accordion.scss */
        ul.accordion > li.active > .content {
            display: block;
        }

/*
 * Created by: Level Five Solutions
 * Website: http://www.levelfivesolutions.com/
 *
 */
/*
 * Created by: Level Five Solutions
 * Website: http://www.levelfivesolutions.com/
 *
 */
/*
	FILE PATHS
*/
/*
	COLORS
*/
/*
	FONTS
*/
/*
	GRADIENTS
*/
/**
.gradient-gray {
	@include filter-gradient( $gray, $gray-light );
	@include background-image(linear-gradient($gray 0%, $gray-light 100%));
}**/
/**
.gradient-horizontal-gray {
	@include filter-gradient( $gray, $gray-light, horizontal );
	@include background-image(linear-gradient(left, $gray 0%, tint($gray-light, 20%) 100%));
}**/
/* line 10, ../../../sass/component/list/bar.scss */
ul.bar {
    list-style-type: none;
    margin: 0;
    padding: 5px 0;
}
    /* line 15, ../../../sass/component/list/bar.scss */
    ul.bar > li {
        border-top: 1px solid #f4f4f4;
        font: 400 14px/16px "Open Sans", sans-serif;
        margin: 0;
        padding: 10px 0 10px 10px;
        position: relative;
    }
        /* line 22, ../../../sass/component/list/bar.scss */
        ul.bar > li:before {
            border-top: 3px solid transparent;
            border-left: 6px solid #27a1aa;
            border-bottom: 3px solid transparent;
            content: " ";
            display: block;
            height: 0;
            left: 0;
            position: absolute;
            top: 15px;
            width: 0;
        }
        /* line 35, ../../../sass/component/list/bar.scss */
        ul.bar > li .meta {
            color: #929292;
            display: block;
            font-size: 12px;
            line-height: 14px;
        }
        /* line 43, ../../../sass/component/list/bar.scss */
        ul.bar > li:first-child {
            border-top: none;
        }
        /* line 46, ../../../sass/component/list/bar.scss */
        ul.bar > li.more {
            border-top: none;
            font-size: 12px;
            line-height: 14px;
            padding-left: 0;
        }
            /* line 52, ../../../sass/component/list/bar.scss */
            ul.bar > li.more:before {
                display: none;
            }
            /* line 54, ../../../sass/component/list/bar.scss */
            ul.bar > li.more .arrow {
                border-left-color: #27a1aa;
                margin-left: 1px;
            }

/*
 * Created by: Level Five Solutions
 * Website: http://www.levelfivesolutions.com/
 *
 */
/*
 * Created by: Level Five Solutions
 * Website: http://www.levelfivesolutions.com/
 *
 */
/*
	FILE PATHS
*/
/*
	COLORS
*/
/*
	FONTS
*/
/*
	GRADIENTS
*/
/**
.gradient-gray {
	@include filter-gradient( $gray, $gray-light );
	@include background-image(linear-gradient($gray 0%, $gray-light 100%));
}**/
/**
.gradient-horizontal-gray {
	@include filter-gradient( $gray, $gray-light, horizontal );
	@include background-image(linear-gradient(left, $gray 0%, tint($gray-light, 20%) 100%));
}**/
/* line 11, ../../../sass/component/list/breadcrumb.scss */
ul.breadcrumb {
    margin: 0;
    padding: 0;
    *zoom: 1;
}
    /* line 38, ../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.7/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
    ul.breadcrumb:after {
        content: "";
        display: table;
        clear: both;
    }
    /* line 16, ../../../sass/component/list/breadcrumb.scss */
    ul.breadcrumb > li {
        float: left;
        font: 400 12px/14px "Open Sans", sans-serif;
        list-style-type: none;
        margin: 0 0 20px 0;
        padding: 0;
    }
        /* line 23, ../../../sass/component/list/breadcrumb.scss */
        ul.breadcrumb > li > .divider {
            margin: 0 10px;
        }
        /* line 27, ../../../sass/component/list/breadcrumb.scss */
        ul.breadcrumb > li > a {
            color: #27a1aa;
        }
        /* line 32, ../../../sass/component/list/breadcrumb.scss */
        ul.breadcrumb > li.active > a, ul.breadcrumb > li.inactive > a {
            color: #929292;
            pointer-events: none;
        }
        /* line 38, ../../../sass/component/list/breadcrumb.scss */
        ul.breadcrumb > li.active {
            font-weight: 700;
        }
    /* line 43, ../../../sass/component/list/breadcrumb.scss */
    ul.breadcrumb.large > li {
        font-size: 14px;
        line-height: 18px;
    }

/*
	MOBILE
*/
@media (max-width: 767px) {
    /* line 58, ../../../sass/component/list/breadcrumb.scss */
    ul.breadcrumb > li {
        display: block;
        float: none;
        margin-bottom: 10px;
    }
}

/*
 * Created by: Level Five Solutions
 * Website: http://www.levelfivesolutions.com/
 *
 */
/*
 * Created by: Level Five Solutions
 * Website: http://www.levelfivesolutions.com/
 *
 */
/*
	FILE PATHS
*/
/*
	COLORS
*/
/*
	FONTS
*/
/*
	GRADIENTS
*/
/**
.gradient-gray {
	@include filter-gradient( $gray, $gray-light );
	@include background-image(linear-gradient($gray 0%, $gray-light 100%));
}**/
/**
.gradient-horizontal-gray {
	@include filter-gradient( $gray, $gray-light, horizontal );
	@include background-image(linear-gradient(left, $gray 0%, tint($gray-light, 20%) 100%));
}**/
/* line 10, ../../../sass/component/list/color-key.scss */
ul.color-key {
    border: 1px solid #333333;
    display: inline-block;
    list-style-type: none;
    margin: 0 0 20px 0;
    padding: 5px 10px;
}
    /* line 17, ../../../sass/component/list/color-key.scss */
    ul.color-key > li {
        display: inline-block;
        font: 400 13px/13px "Open Sans", sans-serif;
        padding: 0 10px;
    }
        /* line 22, ../../../sass/component/list/color-key.scss */
        ul.color-key > li > .status-icon {
            float: left;
            margin: -1px 5px 0 0;
        }

/*
 * Created by: Level Five Solutions
 * Website: http://www.levelfivesolutions.com/
 *
 */
/*
 * Created by: Level Five Solutions
 * Website: http://www.levelfivesolutions.com/
 *
 */
/*
	FILE PATHS
*/
/*
	COLORS
*/
/*
	FONTS
*/
/*
	GRADIENTS
*/
/**
.gradient-gray {
	@include filter-gradient( $gray, $gray-light );
	@include background-image(linear-gradient($gray 0%, $gray-light 100%));
}**/
/**
.gradient-horizontal-gray {
	@include filter-gradient( $gray, $gray-light, horizontal );
	@include background-image(linear-gradient(left, $gray 0%, tint($gray-light, 20%) 100%));
}**/
/* line 10, ../../../sass/component/list/dropdown.scss */
ul.dropdown {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
    /* line 19, ../../../sass/component/list/dropdown.scss */
    ul.dropdown > li {
        margin: 0;
        padding: 0;
    }
        /* line 23, ../../../sass/component/list/dropdown.scss */
        ul.dropdown > li > a {
            border-top: 1px solid #f4f4f4;
            color: #666666;
            display: block;
            font: 400 13px/16px "Open Sans", sans-serif;
            padding: 10px 15px;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }
            /* line 32, ../../../sass/component/list/dropdown.scss */
            ul.dropdown > li > a:hover {
                background-color: #f4f4f4;
                color: #000;
                text-decoration: none;
            }
        /* line 41, ../../../sass/component/list/dropdown.scss */
        ul.dropdown > li:first-child > a {
            border-top: none;
        }

/*
 * Created by: Level Five Solutions
 * Website: http://www.levelfivesolutions.com/
 *
 */
/*
 * Created by: Level Five Solutions
 * Website: http://www.levelfivesolutions.com/
 *
 */
/*
	FILE PATHS
*/
/*
	COLORS
*/
/*
	FONTS
*/
/*
	GRADIENTS
*/
/**
.gradient-gray {
	@include filter-gradient( $gray, $gray-light );
	@include background-image(linear-gradient($gray 0%, $gray-light 100%));
}**/
/**
.gradient-horizontal-gray {
	@include filter-gradient( $gray, $gray-light, horizontal );
	@include background-image(linear-gradient(left, $gray 0%, tint($gray-light, 20%) 100%));
}**/
/* line 10, ../../../sass/component/list/inline.scss */
ul.inline {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
    /* line 15, ../../../sass/component/list/inline.scss */
    ul.inline > li {
        display: inline-block;
        padding: 0 10px;
    }
        /* line 19, ../../../sass/component/list/inline.scss */
        ul.inline > li:first-child {
            padding-left: 0;
        }
        /* line 20, ../../../sass/component/list/inline.scss */
        ul.inline > li:last-child {
            padding-right: 0;
        }
    /* line 25, ../../../sass/component/list/inline.scss */
    ul.inline.tight > li {
        margin-bottom: 0;
        margin-top: 0;
    }

/*
 * Created by: Level Five Solutions
 * Website: http://www.levelfivesolutions.com/
 *
 */
/*
 * Created by: Level Five Solutions
 * Website: http://www.levelfivesolutions.com/
 *
 */
/*
	FILE PATHS
*/
/*
	COLORS
*/
/*
	FONTS
*/
/*
	GRADIENTS
*/
/**
.gradient-gray {
	@include filter-gradient( $gray, $gray-light );
	@include background-image(linear-gradient($gray 0%, $gray-light 100%));
}**/
/**
.gradient-horizontal-gray {
	@include filter-gradient( $gray, $gray-light, horizontal );
	@include background-image(linear-gradient(left, $gray 0%, tint($gray-light, 20%) 100%));
}**/
/* line 12, ../../../sass/component/list/option.scss */
ul.option {
    margin: 0;
    padding: 0;
    width: 100%;
    /*
  	THEMES
  */
}
    /* line 17, ../../../sass/component/list/option.scss */
    ul.option > li {
        background-color: #f4f4f4;
        border-top: 1px solid #cbcbcb;
        color: #333333;
        display: block;
        font: 400 13px/16px "Open Sans", sans-serif;
        list-style-type: none;
        margin: 0;
        padding: 8px 10px;
        /** States **/
    }
        /* line 28, ../../../sass/component/list/option.scss */
        ul.option > li:first-child {
            border-top: 0;
        }
        /* line 31, ../../../sass/component/list/option.scss */
        ul.option > li:hover, ul.option > li.selected {
            background-color: #929292;
            color: #fff;
            cursor: pointer;
        }
        /* line 37, ../../../sass/component/list/option.scss */
        ul.option > li.selected {
            background-color: #666666;
        }
            /* line 39, ../../../sass/component/list/option.scss */
            ul.option > li.selected:hover {
                background-color: #666666;
            }
    /* line 48, ../../../sass/component/list/option.scss */
    ul.option.teal > li {
        background-color: #d0ecec;
        border-top-color: #4c8794;
        color: #27a1aa;
    }
        /* line 54, ../../../sass/component/list/option.scss */
        ul.option.teal > li:hover, ul.option.teal > li.selected {
            background-color: #81abb4;
            color: #fff;
        }
        /* line 59, ../../../sass/component/list/option.scss */
        ul.option.teal > li.selected {
            background-color: #4c8794;
        }
            /* line 61, ../../../sass/component/list/option.scss */
            ul.option.teal > li.selected:hover {
                background-color: #4c8794;
            }
    /* line 67, ../../../sass/component/list/option.scss */
    ul.option.white > li {
        background-color: #fff;
        border-top-color: #d0ecec;
        color: #27a1aa;
    }
        /* line 73, ../../../sass/component/list/option.scss */
        ul.option.white > li:hover, ul.option.white > li.selected {
            background-color: #e7f5f5;
            color: #000;
        }
        /* line 78, ../../../sass/component/list/option.scss */
        ul.option.white > li.selected {
            background-color: #e7f5f5;
        }
            /* line 80, ../../../sass/component/list/option.scss */
            ul.option.white > li.selected:hover {
                background-color: #e7f5f5;
            }

/*
 * Created by: Level Five Solutions
 * Website: http://www.levelfivesolutions.com/
 *
 */
/*
 * Created by: Level Five Solutions
 * Website: http://www.levelfivesolutions.com/
 *
 */
/*
	FILE PATHS
*/
/*
	COLORS
*/
/*
	FONTS
*/
/*
	GRADIENTS
*/
/**
.gradient-gray {
	@include filter-gradient( $gray, $gray-light );
	@include background-image(linear-gradient($gray 0%, $gray-light 100%));
}**/
/**
.gradient-horizontal-gray {
	@include filter-gradient( $gray, $gray-light, horizontal );
	@include background-image(linear-gradient(left, $gray 0%, tint($gray-light, 20%) 100%));
}**/
/* line 10, ../../../sass/component/list/pagination.scss */
ul.pagination {
    list-style-type: none;
    margin: 0;
    padding: 0 10px;
    text-align: center;
}
    /* line 16, ../../../sass/component/list/pagination.scss */
    ul.pagination > li {
        color: #929292;
        display: inline-block;
        font: 700 15px/15px "Open Sans", sans-serif;
        margin: 0;
        padding: 0;
    }
        /* line 23, ../../../sass/component/list/pagination.scss */
        ul.pagination > li > a {
            color: #27a1aa;
            display: block;
            padding: 5px 7px;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }
            /* line 30, ../../../sass/component/list/pagination.scss */
            ul.pagination > li > a:hover {
                background-color: #cbcbcb;
                color: #000;
                text-decoration: none;
            }
            /* line 36, ../../../sass/component/list/pagination.scss */
            ul.pagination > li > a > .arrow {
                top: 1px;
            }
        /* line 41, ../../../sass/component/list/pagination.scss */
        ul.pagination > li.active > a {
            color: #666666;
            pointer-events: none;
        }
    /* line 49, ../../../sass/component/list/pagination.scss */
    ul.pagination.align-left {
        text-align: left;
    }
    /* line 50, ../../../sass/component/list/pagination.scss */
    ul.pagination.align-right {
        text-align: right;
    }

/*
 * Created by: Level Five Solutions
 * Website: http://www.levelfivesolutions.com/
 *
 */
/*
 * Created by: Level Five Solutions
 * Website: http://www.levelfivesolutions.com/
 *
 */
/*
	FILE PATHS
*/
/*
	COLORS
*/
/*
	FONTS
*/
/*
	GRADIENTS
*/
/**
.gradient-gray {
	@include filter-gradient( $gray, $gray-light );
	@include background-image(linear-gradient($gray 0%, $gray-light 100%));
}**/
/**
.gradient-horizontal-gray {
	@include filter-gradient( $gray, $gray-light, horizontal );
	@include background-image(linear-gradient(left, $gray 0%, tint($gray-light, 20%) 100%));
}**/
/* line 12, ../../../sass/component/list/pipe.scss */
ul.pipe {
    list-style-type: none;
    margin: 0;
    padding: 0;
    *zoom: 1;
}
    /* line 38, ../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.7/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
    ul.pipe:after {
        content: "";
        display: table;
        clear: both;
    }
    /* line 18, ../../../sass/component/list/pipe.scss */
    ul.pipe > li {
        border-left: 2px solid #333333;
        border-right: 2px solid #333333;
        display: inline-block;
        font: 600 15px/18px "Open Sans", sans-serif;
        margin: 0 2px 20px;
        padding: 0 32px;
    }
        /* line 27, ../../../sass/component/list/pipe.scss */
        ul.pipe > li:first-child {
            border-left: none;
        }
        /* line 28, ../../../sass/component/list/pipe.scss */
        ul.pipe > li.last-child {
            border-right: none;
        }
        /* line 30, ../../../sass/component/list/pipe.scss */
        ul.pipe > li > a {
            color: #333333;
            text-decoration: underline;
        }
            /* line 34, ../../../sass/component/list/pipe.scss */
            ul.pipe > li > a:hover {
                text-decoration: none;
            }

/*
 * Created by: Level Five Solutions
 * Website: http://www.levelfivesolutions.com/
 *
 */
/*
 * Created by: Level Five Solutions
 * Website: http://www.levelfivesolutions.com/
 *
 */
/*
	FILE PATHS
*/
/*
	COLORS
*/
/*
	FONTS
*/
/*
	GRADIENTS
*/
/**
.gradient-gray {
	@include filter-gradient( $gray, $gray-light );
	@include background-image(linear-gradient($gray 0%, $gray-light 100%));
}**/
/**
.gradient-horizontal-gray {
	@include filter-gradient( $gray, $gray-light, horizontal );
	@include background-image(linear-gradient(left, $gray 0%, tint($gray-light, 20%) 100%));
}**/
/* line 10, ../../../sass/component/list/plain.scss */
ul.plain {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
    /* line 15, ../../../sass/component/list/plain.scss */
    ul.plain > li {
        margin: 10px 0 0 0;
        padding: 0;
    }
        /* line 20, ../../../sass/component/list/plain.scss */
        ul.plain > li:first-child {
            margin-top: 0;
        }

/*
 * Created by: Level Five Solutions
 * Website: http://www.levelfivesolutions.com/
 *
 */
/*
 * Created by: Level Five Solutions
 * Website: http://www.levelfivesolutions.com/
 *
 */
/*
	FILE PATHS
*/
/*
	COLORS
*/
/*
	FONTS
*/
/*
	GRADIENTS
*/
/**
.gradient-gray {
	@include filter-gradient( $gray, $gray-light );
	@include background-image(linear-gradient($gray 0%, $gray-light 100%));
}**/
/**
.gradient-horizontal-gray {
	@include filter-gradient( $gray, $gray-light, horizontal );
	@include background-image(linear-gradient(left, $gray 0%, tint($gray-light, 20%) 100%));
}**/
/* line 12, ../../../sass/component/list/tab.scss */
ul.tab {
    border-bottom: 8px solid #da413d;
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 10px;
    *zoom: 1;
}
    /* line 38, ../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.7/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
    ul.tab:after {
        content: "";
        display: table;
        clear: both;
    }
    /* line 19, ../../../sass/component/list/tab.scss */
    ul.tab > li {
        float: left;
        margin: 0 5px;
        padding: 0;
    }
        /* line 24, ../../../sass/component/list/tab.scss */
        ul.tab > li > a {
            background: #cbcbcb;
            color: #666666;
            display: block;
            font: 700 15px/15px "Open Sans", sans-serif;
            padding: 10px 30px;
            text-align: center;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }
            /* line 34, ../../../sass/component/list/tab.scss */
            ul.tab > li > a:hover {
                background-color: #929292;
                color: #333333;
                text-decoration: none;
            }
        /* line 42, ../../../sass/component/list/tab.scss */
        ul.tab > li:first-child {
            margin-left: 10px;
        }
        /* line 45, ../../../sass/component/list/tab.scss */
        ul.tab > li.active > a {
            background-color: #da413d;
            color: #fff;
        }

/*
	MOBILE
*/
@media (max-width: 767px) {
    /* line 60, ../../../sass/component/list/tab.scss */
    ul.tab {
        padding-left: 0;
    }
        /* line 63, ../../../sass/component/list/tab.scss */
        ul.tab > li > a {
            font-size: 13px;
            line-height: 13px;
            padding: 5px 15px;
        }
}

/*
 * Created by: Level Five Solutions
 * Website: http://www.levelfivesolutions.com/
 *
 */
/*
 * Created by: Level Five Solutions
 * Website: http://www.levelfivesolutions.com/
 *
 */
/*
	FILE PATHS
*/
/*
	COLORS
*/
/*
	FONTS
*/
/*
	GRADIENTS
*/
/**
.gradient-gray {
	@include filter-gradient( $gray, $gray-light );
	@include background-image(linear-gradient($gray 0%, $gray-light 100%));
}**/
/**
.gradient-horizontal-gray {
	@include filter-gradient( $gray, $gray-light, horizontal );
	@include background-image(linear-gradient(left, $gray 0%, tint($gray-light, 20%) 100%));
}**/
/* line 12, ../../../sass/component/list/toggle.scss */
ul.toggle {
    background-color: #f4f4f4;
    list-style-type: none;
    margin: 0;
    padding: 0;
    *zoom: 1;
}
    /* line 38, ../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.7/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
    ul.toggle:after {
        content: "";
        display: table;
        clear: both;
    }
    /* line 19, ../../../sass/component/list/toggle.scss */
    ul.toggle > li {
        float: left;
        margin: 0;
        padding: 0;
    }
        /* line 24, ../../../sass/component/list/toggle.scss */
        ul.toggle > li > a {
            background: #cbcbcb;
            color: #666666;
            display: block;
            font: 600 14px/14px "Open Sans", sans-serif;
            padding: 8px 16px;
            position: relative;
            text-align: center;
            -webkit-transition: background-color 0.3s, color 0.3s, ease;
            -moz-transition: background-color 0.3s, color 0.3s, ease;
            -o-transition: background-color 0.3s, color 0.3s, ease;
            transition: background-color 0.3s, color 0.3s, ease;
        }
            /* line 35, ../../../sass/component/list/toggle.scss */
            ul.toggle > li > a:hover {
                background-color: #929292;
                color: #333333;
                text-decoration: none;
            }
        /* line 43, ../../../sass/component/list/toggle.scss */
        ul.toggle > li:first-child {
            margin-left: 8px;
        }
        /* line 46, ../../../sass/component/list/toggle.scss */
        ul.toggle > li.active > a {
            background-color: #27a1aa;
            color: #fff;
            margin: -3px 0;
            padding-bottom: 11px;
            padding-top: 11px;
            pointer-events: none;
        }

/*
 * Created by: Level Five Solutions
 * Website: http://www.levelfivesolutions.com/
 *
 */
/*
	FILE PATHS
*/
/*
	COLORS
*/
/*
	FONTS
*/
/*
	GRADIENTS
*/
/**
.gradient-gray {
	@include filter-gradient( $gray, $gray-light );
	@include background-image(linear-gradient($gray 0%, $gray-light 100%));
}**/
/**
.gradient-horizontal-gray {
	@include filter-gradient( $gray, $gray-light, horizontal );
	@include background-image(linear-gradient(left, $gray 0%, tint($gray-light, 20%) 100%));
}**/
/* Common, default styles for the notification box */
/* line 8, ../../../sass/component/notification/ns-default.scss */
.ns-box {
    position: fixed;
    background: #27a1aa;
    padding: 22px;
    line-height: 1.4;
    z-index: 1000;
    pointer-events: none;
    font: 600 14px/18px "Open Sans", sans-serif;
}
    /* line 18, ../../../sass/component/notification/ns-default.scss */
    .ns-box.ns-type-error {
        background-color: #da413d;
    }

    /* line 21, ../../../sass/component/notification/ns-default.scss */
    .ns-box.ns-show {
        pointer-events: auto;
    }

    /* line 25, ../../../sass/component/notification/ns-default.scss */
    .ns-box a {
        color: inherit;
        opacity: 0.7;
        font-weight: 700;
    }

        /* line 32, ../../../sass/component/notification/ns-default.scss */
        .ns-box a:hover,
        .ns-box a:focus {
            opacity: 1;
        }

    /* line 36, ../../../sass/component/notification/ns-default.scss */
    .ns-box p {
        margin: 0;
    }

    /* line 41, ../../../sass/component/notification/ns-default.scss */
    .ns-box.ns-show,
    .ns-box.ns-visible {
        pointer-events: auto;
    }

/* line 45, ../../../sass/component/notification/ns-default.scss */
.ns-close {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    cursor: pointer;
    height: 20px;
    overflow: hidden;
    position: absolute;
    right: 4px;
    text-indent: 100%;
    top: 4px;
    width: 20px;
}

    /* line 59, ../../../sass/component/notification/ns-default.scss */
    .ns-close:hover,
    .ns-close:focus {
        outline: none;
    }

    /* line 64, ../../../sass/component/notification/ns-default.scss */
    .ns-close::before,
    .ns-close::after {
        content: '';
        position: absolute;
        width: 3px;
        height: 60%;
        top: 50%;
        left: 50%;
        background: #fff;
    }

    /* line 75, ../../../sass/component/notification/ns-default.scss */
    .ns-close:hover::before,
    .ns-close:hover::after {
        background: #fff;
    }

    /* line 79, ../../../sass/component/notification/ns-default.scss */
    .ns-close::before {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -moz-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
        -o-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
    }

    /* line 83, ../../../sass/component/notification/ns-default.scss */
    .ns-close::after {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -moz-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
        -o-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg);
    }

/*
 * Created by: Level Five Solutions
 * Website: http://www.levelfivesolutions.com/
 *
 */
/*
	FILE PATHS
*/
/*
	COLORS
*/
/*
	FONTS
*/
/*
	GRADIENTS
*/
/**
.gradient-gray {
	@include filter-gradient( $gray, $gray-light );
	@include background-image(linear-gradient($gray 0%, $gray-light 100%));
}**/
/**
.gradient-horizontal-gray {
	@include filter-gradient( $gray, $gray-light, horizontal );
	@include background-image(linear-gradient(left, $gray 0%, tint($gray-light, 20%) 100%));
}**/
/* To bar notifications */
/* line 9, ../../../sass/component/notification/ns-style-bar.scss */
.ns-box.ns-bar {
    border-bottom: 1px solid #294a51;
    top: 0;
    left: 0;
    width: 100%;
}
    /* line 16, ../../../sass/component/notification/ns-style-bar.scss */
    .ns-box.ns-bar.ns-type-error {
        border-color: #951f1c;
    }

/* line 22, ../../../sass/component/notification/ns-style-bar.scss */
.ns-bar .ns-box-inner > span {
    color: #fff;
    font-size: 40px;
    left: 13px;
    line-height: 40px;
    position: absolute;
    top: 10px;
}
/* line 32, ../../../sass/component/notification/ns-style-bar.scss */
.ns-bar .ns-close {
    background: transparent;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999;
}

    /* line 42, ../../../sass/component/notification/ns-style-bar.scss */
    .ns-bar .ns-close::before,
    .ns-bar .ns-close::after {
        background: #fff;
    }

/* line 47, ../../../sass/component/notification/ns-style-bar.scss */
[class^="ns-effect-"].ns-bar.ns-hide,
[class*=" ns-effect-"].ns-bar.ns-hide {
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

/* Individual Effects */
/* Slide on top */
/* line 55, ../../../sass/component/notification/ns-style-bar.scss */
.ns-effect-slidetop {
    box-shadow: inset 4.5em 0 #145257;
}
    /* line 59, ../../../sass/component/notification/ns-style-bar.scss */
    .ns-effect-slidetop.ns-type-error {
        box-shadow: inset 4.5em 0 #951f1c;
    }

    /* line 62, ../../../sass/component/notification/ns-style-bar.scss */
    .ns-effect-slidetop .icon {
        position: absolute;
        display: block;
        font-size: 109%;
        top: 50%;
        left: 8px;
        -webkit-transform: translate3d(0, -50%, 0);
        -moz-transform: translate3d(0, -50%, 0);
        -ms-transform: translate3d(0, -50%, 0);
        -o-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }

    /* line 71, ../../../sass/component/notification/ns-style-bar.scss */
    .ns-effect-slidetop p {
        padding: 0 3.5em;
        font-size: 1.2em;
        display: inline-block;
    }

    /* line 78, ../../../sass/component/notification/ns-style-bar.scss */
    .ns-effect-slidetop .ns-close::before,
    .ns-effect-slidetop .ns-close::after {
        width: 2px;
        background: #fff;
        -webkit-transition: background-color 0.3s ease;
        -moz-transition: background-color 0.3s ease;
        -o-transition: background-color 0.3s ease;
        transition: background-color 0.3s ease;
    }

    /* line 87, ../../../sass/component/notification/ns-style-bar.scss */
    .ns-effect-slidetop .ns-close:hover::before,
    .ns-effect-slidetop .ns-close:hover::after {
        background: #000;
    }

    /* line 93, ../../../sass/component/notification/ns-style-bar.scss */
    .ns-effect-slidetop.ns-show .icon,
    .ns-effect-slidetop.ns-show p {
        color: #fff;
        -webkit-animation-name: animScaleUp;
        animation-name: animScaleUp;
        -webkit-animation-duration: 0.3s;
        animation-duration: 0.3s;
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    /* line 105, ../../../sass/component/notification/ns-style-bar.scss */
    .ns-effect-slidetop.ns-show p {
        -webkit-animation-name: animFade;
        animation-name: animFade;
    }

@-webkit-keyframes animScaleUp {}
@keyframes animScaleUp {}
/* line 123, ../../../sass/component/notification/ns-style-bar.scss */
.ns-effect-slidetop.ns-show,
.ns-effect-slidetop.ns-hide {
    -webkit-animation-name: animSlideTop;
    animation-name: animSlideTop;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
}

@-webkit-keyframes animSlideTop {
    /* line 131, ../../../sass/component/notification/ns-style-bar.scss */
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
    }

    /* line 132, ../../../sass/component/notification/ns-style-bar.scss */
    100% {
        -webkit-transform: translate3d(0, 0, 0);
    }
}

@keyframes animSlideTop {
    /* line 136, ../../../sass/component/notification/ns-style-bar.scss */
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    /* line 137, ../../../sass/component/notification/ns-style-bar.scss */
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

/* Expanding Loader */
/* line 141, ../../../sass/component/notification/ns-style-bar.scss */
.ns-effect-exploader {
    background: #fff;
    color: #7a7264;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

    /* line 148, ../../../sass/component/notification/ns-style-bar.scss */
    .ns-effect-exploader .icon {
        position: absolute;
        left: 0.25em;
        top: 50%;
        -webkit-transform: translate3d(0, -50%, 0);
        -moz-transform: translate3d(0, -50%, 0);
        -ms-transform: translate3d(0, -50%, 0);
        -o-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }

    /* line 155, ../../../sass/component/notification/ns-style-bar.scss */
    .ns-effect-exploader .ns-box-inner {
        position: relative;
    }

    /* line 159, ../../../sass/component/notification/ns-style-bar.scss */
    .ns-effect-exploader p {
        padding: 0.25em 2em 0.25em 3em;
    }

    /* line 164, ../../../sass/component/notification/ns-style-bar.scss */
    .ns-effect-exploader .ns-close:hover::before,
    .ns-effect-exploader .ns-close:hover::after {
        background: #fff;
    }

    /* line 168, ../../../sass/component/notification/ns-style-bar.scss */
    .ns-effect-exploader.ns-show {
        -webkit-animation-name: animLoad;
        animation-name: animLoad;
        -webkit-animation-duration: 2.5s;
        animation-duration: 2.5s;
    }

@-webkit-keyframes animLoad {
    /* line 176, ../../../sass/component/notification/ns-style-bar.scss */
    0% {
        opacity: 1;
        -webkit-transform: scale3d(0, 0.3, 1);
    }

    /* line 177, ../../../sass/component/notification/ns-style-bar.scss */
    33% {
        opacity: 1;
        -webkit-transform: scale3d(0.5, 0.3, 1);
    }

    /* line 178, ../../../sass/component/notification/ns-style-bar.scss */
    50% {
        opacity: 1;
        -webkit-transform: scale3d(0.6, 0.3, 1);
    }

    /* line 179, ../../../sass/component/notification/ns-style-bar.scss */
    80%, 85% {
        opacity: 1;
        -webkit-transform: scale3d(1, 0.3, 1);
        -webkit-animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    }

    /* line 180, ../../../sass/component/notification/ns-style-bar.scss */
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
    }
}

@keyframes animLoad {
    /* line 184, ../../../sass/component/notification/ns-style-bar.scss */
    0% {
        opacity: 1;
        -webkit-transform: scale3d(0, 0.3, 1);
        transform: scale3d(0, 0.3, 1);
    }

    /* line 185, ../../../sass/component/notification/ns-style-bar.scss */
    33% {
        opacity: 1;
        -webkit-transform: scale3d(0.5, 0.3, 1);
        transform: scale3d(0.5, 0.3, 1);
    }

    /* line 186, ../../../sass/component/notification/ns-style-bar.scss */
    50% {
        opacity: 1;
        -webkit-transform: scale3d(0.6, 0.3, 1);
        transform: scale3d(0.6, 0.3, 1);
    }

    /* line 187, ../../../sass/component/notification/ns-style-bar.scss */
    80%, 85% {
        opacity: 1;
        -webkit-transform: scale3d(1, 0.3, 1);
        transform: scale3d(1, 0.3, 1);
        -webkit-animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
        animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    }

    /* line 188, ../../../sass/component/notification/ns-style-bar.scss */
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

/* line 191, ../../../sass/component/notification/ns-style-bar.scss */
.ns-effect-exploader.ns-hide {
    -webkit-animation-name: animFade;
    animation-name: animFade;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
}

/* line 199, ../../../sass/component/notification/ns-style-bar.scss */
.ns-effect-exploader.ns-show .ns-box-inner,
.ns-effect-exploader.ns-show .ns-close {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-delay: 2.4s;
    animation-delay: 2.4s;
}

/* line 208, ../../../sass/component/notification/ns-style-bar.scss */
.ns-effect-exploader.ns-show .ns-close {
    -webkit-animation-name: animFade;
    animation-name: animFade;
}

/* line 213, ../../../sass/component/notification/ns-style-bar.scss */
.ns-effect-exploader.ns-show .ns-box-inner {
    -webkit-animation-name: animFadeMove;
    animation-name: animFadeMove;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes animFadeMove {
    /* line 221, ../../../sass/component/notification/ns-style-bar.scss */
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 10px, 0);
    }

    /* line 222, ../../../sass/component/notification/ns-style-bar.scss */
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
    }
}

@keyframes animFadeMove {
    /* line 226, ../../../sass/component/notification/ns-style-bar.scss */
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    /* line 227, ../../../sass/component/notification/ns-style-bar.scss */
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes animFade {
    /* line 231, ../../../sass/component/notification/ns-style-bar.scss */
    0% {
        opacity: 0;
    }

    /* line 232, ../../../sass/component/notification/ns-style-bar.scss */
    100% {
        opacity: 1;
    }
}

@keyframes animFade {
    /* line 236, ../../../sass/component/notification/ns-style-bar.scss */
    0% {
        opacity: 0;
    }

    /* line 237, ../../../sass/component/notification/ns-style-bar.scss */
    100% {
        opacity: 1;
    }
}

/*
 * Created by: Level Five Solutions
 * Website: http://www.levelfivesolutions.com/
 *
 */
/*
 * Created by: Level Five Solutions
 * Website: http://www.levelfivesolutions.com/
 *
 */
/*
	FILE PATHS
*/
/*
	COLORS
*/
/*
	FONTS
*/
/*
	GRADIENTS
*/
/**
.gradient-gray {
	@include filter-gradient( $gray, $gray-light );
	@include background-image(linear-gradient($gray 0%, $gray-light 100%));
}**/
/**
.gradient-horizontal-gray {
	@include filter-gradient( $gray, $gray-light, horizontal );
	@include background-image(linear-gradient(left, $gray 0%, tint($gray-light, 20%) 100%));
}**/
/* line 10, ../../../sass/component/overlay/default.scss */
.overlay-bkg {
    background-color: #929292;
    left: 0;
    height: 100%;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 900;
}

/* line 21, ../../../sass/component/overlay/default.scss */
.overlay {
    background-color: #fff;
    -webkit-box-shadow: 3px 3px 5px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 3px 3px 5px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 5px 2px rgba(0, 0, 0, 0.3);
    display: none;
    left: 50%;
    margin-top: 180px;
    margin-left: -215px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    padding: 45px;
    position: absolute;
    width: 430px;
    z-index: 1000;
}
    /* line 34, ../../../sass/component/overlay/default.scss */
    .overlay > a.close-btn {
        background: url("../css/images/close-button.png") no-repeat;
        display: block;
        height: 18px;
        overflow: hidden;
        position: absolute;
        right: 10px;
        text-indent: -9999px;
        top: 10px;
        width: 18px;
        z-index: 1000;
    }

/*
	MOBILE
*/
@media (max-width: 767px) {
    /* line 55, ../../../sass/component/overlay/default.scss */
    .overlay {
        left: 0;
        margin: 0;
        width: 100%;
    }
}

/*
 * Created by: Level Five Solutions
 * Website: http://www.levelfivesolutions.com/
 *
 */
/* line 10, ../../../sass/component/tab/tab-box.scss */
.tab-box > .tab-content {
    display: none;
}
    /* line 13, ../../../sass/component/tab/tab-box.scss */
    .tab-box > .tab-content.active {
        display: block;
    }

/*
 * Created by: Level Five Solutions
 * Website: http://www.levelfivesolutions.com/
 *
 */
/*
 * Created by: Level Five Solutions
 * Website: http://www.levelfivesolutions.com/
 *
 */
/*
	FILE PATHS
*/
/*
	COLORS
*/
/*
	FONTS
*/
/*
	GRADIENTS
*/
/**
.gradient-gray {
	@include filter-gradient( $gray, $gray-light );
	@include background-image(linear-gradient($gray 0%, $gray-light 100%));
}**/
/**
.gradient-horizontal-gray {
	@include filter-gradient( $gray, $gray-light, horizontal );
	@include background-image(linear-gradient(left, $gray 0%, tint($gray-light, 20%) 100%));
}**/
/* line 10, ../../../sass/component/table/form-field.scss */
table.form-field {
    width: 100%;
}
    /* line 15, ../../../sass/component/table/form-field.scss */
    table.form-field > tbody > tr > td {
        padding: 3px 0 3px 10px;
        text-align: left;
    }
        /* line 20, ../../../sass/component/table/form-field.scss */
        table.form-field > tbody > tr > td:first-child {
            padding-left: 0;
        }
        /* line 24, ../../../sass/component/table/form-field.scss */
        table.form-field > tbody > tr > td label.styled {
            padding: 0;
        }

/*
 * Created by: Level Five Solutions
 * Website: http://www.levelfivesolutions.com/
 *
 */
/*
 * Created by: Level Five Solutions
 * Website: http://www.levelfivesolutions.com/
 *
 */
/*
	FILE PATHS
*/
/*
	COLORS
*/
/*
	FONTS
*/
/*
	GRADIENTS
*/
/**
.gradient-gray {
	@include filter-gradient( $gray, $gray-light );
	@include background-image(linear-gradient($gray 0%, $gray-light 100%));
}**/
/**
.gradient-horizontal-gray {
	@include filter-gradient( $gray, $gray-light, horizontal );
	@include background-image(linear-gradient(left, $gray 0%, tint($gray-light, 20%) 100%));
}**/
/* line 10, ../../../sass/component/table/plain.scss */
table.plain {
    font: 400 14px/17px "Open Sans", sans-serif;
    width: 100%;
    /** Size **/
}
    /* line 15, ../../../sass/component/table/plain.scss */
    table.plain.squeeze {
        margin: 0 auto;
        width: 80%;
    }
    /* line 22, ../../../sass/component/table/plain.scss */
    table.plain > thead > tr > th {
        font-weight: 600;
        padding-bottom: 5px;
    }
    /* line 31, ../../../sass/component/table/plain.scss */
    table.plain > tbody > tr > td {
        padding: 3px 0 3px 10px;
        text-align: center;
    }
        /* line 36, ../../../sass/component/table/plain.scss */
        table.plain > tbody > tr > td:first-child {
            font-weight: 600;
            padding-left: 0;
            text-align: left;
        }

/*
 * Created by: Level Five Solutions
 * Website: http://www.levelfivesolutions.com/
 *
 */
/*
 * Created by: Level Five Solutions
 * Website: http://www.levelfivesolutions.com/
 *
 */
/*
	FILE PATHS
*/
/*
	COLORS
*/
/*
	FONTS
*/
/*
	GRADIENTS
*/
/**
.gradient-gray {
	@include filter-gradient( $gray, $gray-light );
	@include background-image(linear-gradient($gray 0%, $gray-light 100%));
}**/
/**
.gradient-horizontal-gray {
	@include filter-gradient( $gray, $gray-light, horizontal );
	@include background-image(linear-gradient(left, $gray 0%, tint($gray-light, 20%) 100%));
}**/
/* line 10, ../../../sass/component/table/sortable.scss */
table.sortable {
    color: #333333;
    font: 400 14px/17px "Open Sans", sans-serif;
    margin: 0 0 20px 0;
    width: 100%;
    /**
  	ADD TABLE SORTING
  **/
}
    /* line 18, ../../../sass/component/table/sortable.scss */
    table.sortable > thead > tr > th {
        border-bottom: 1px solid #929292;
        color: #000;
        font-weight: 700;
        padding: 15px 20px 10px;
        position: relative;
        text-align: left;
        vertical-align: top;
    }
        /* line 28, ../../../sass/component/table/sortable.scss */
        table.sortable > thead > tr > th.headerSortUp:after {
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-top: 8px solid #000;
        }
        /* line 36, ../../../sass/component/table/sortable.scss */
        table.sortable > thead > tr > th.headerSortDown:after {
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-bottom: 8px solid #000;
        }
        /* line 43, ../../../sass/component/table/sortable.scss */
        table.sortable > thead > tr > th .tooltip {
            margin-left: 3px;
            position: relative;
            top: 2px;
        }
        /* line 49, ../../../sass/component/table/sortable.scss */
        table.sortable > thead > tr > th label {
            color: #000;
        }
            /* line 53, ../../../sass/component/table/sortable.scss */
            table.sortable > thead > tr > th label:hover {
                cursor: pointer;
            }
            /* line 55, ../../../sass/component/table/sortable.scss */
            table.sortable > thead > tr > th label > input {
                float: left;
                margin-right: 5px;
            }
            /* line 60, ../../../sass/component/table/sortable.scss */
            table.sortable > thead > tr > th label > span {
                display: block;
            }
    /* line 68, ../../../sass/component/table/sortable.scss */
    table.sortable > tbody > tr > td {
        padding: 10px 20px;
        text-align: left;
        /** Alignment **/
    }
        /* line 73, ../../../sass/component/table/sortable.scss */
        table.sortable > tbody > tr > td.align-center {
            text-align: center;
        }
        /* line 74, ../../../sass/component/table/sortable.scss */
        table.sortable > tbody > tr > td.align-right {
            text-align: right;
        }
    /* line 79, ../../../sass/component/table/sortable.scss */
    table.sortable > tbody > tr.odd > td {
        background-color: #f4f4f4;
    }
    /* line 91, ../../../sass/component/table/sortable.scss */
    table.sortable.add-table-sorting > thead > tr > th {
        color: #1d7a81;
        -webkit-transition: color 0.3s ease;
        -moz-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        transition: color 0.3s ease;
        /** Alignment **/
        /** Column being sorted **/
    }
        /* line 96, ../../../sass/component/table/sortable.scss */
        table.sortable.add-table-sorting > thead > tr > th:hover {
            color: #27a1aa;
            cursor: pointer;
        }
        /* line 102, ../../../sass/component/table/sortable.scss */
        table.sortable.add-table-sorting > thead > tr > th.align-center {
            text-align: center;
        }
        /* line 103, ../../../sass/component/table/sortable.scss */
        table.sortable.add-table-sorting > thead > tr > th.align-right {
            text-align: right;
        }
        /* line 107, ../../../sass/component/table/sortable.scss */
        table.sortable.add-table-sorting > thead > tr > th.headerSortUp, table.sortable.add-table-sorting > thead > tr > th.headerSortDown {
            color: #000;
        }
            /* line 110, ../../../sass/component/table/sortable.scss */
            table.sortable.add-table-sorting > thead > tr > th.headerSortUp:after, table.sortable.add-table-sorting > thead > tr > th.headerSortDown:after {
                content: " ";
                left: 5px;
                position: absolute;
                top: 20px;
            }
        /* line 118, ../../../sass/component/table/sortable.scss */
        table.sortable.add-table-sorting > thead > tr > th.unsortable {
            color: #000;
        }
            /* line 120, ../../../sass/component/table/sortable.scss */
            table.sortable.add-table-sorting > thead > tr > th.unsortable:hover {
                color: #000;
                cursor: default;
            }

/*
 * Created by: Level Five Solutions
 * Website: http://www.levelfivesolutions.com/
 *
 */
/*
 * Created by: Level Five Solutions
 * Website: http://www.levelfivesolutions.com/
 *
 */
/*
	FILE PATHS
*/
/*
	COLORS
*/
/*
	FONTS
*/
/*
	GRADIENTS
*/
/**
.gradient-gray {
	@include filter-gradient( $gray, $gray-light );
	@include background-image(linear-gradient($gray 0%, $gray-light 100%));
}**/
/**
.gradient-horizontal-gray {
	@include filter-gradient( $gray, $gray-light, horizontal );
	@include background-image(linear-gradient(left, $gray 0%, tint($gray-light, 20%) 100%));
}**/
/* line 14, ../../../sass/component/toggle/toggle.scss */
.toggle-group > .toggle-selector {
    display: none;
}
    /* line 18, ../../../sass/component/toggle/toggle.scss */
    .toggle-group > .toggle-selector.active {
        display: block;
    }

/*
 * Created by: Level Five Solutions
 * Website: http://www.levelfivesolutions.com/
 *
 */
/*
 * Created by: Level Five Solutions
 * Website: http://www.levelfivesolutions.com/
 *
 */
/*
	FILE PATHS
*/
/*
	COLORS
*/
/*
	FONTS
*/
/*
	GRADIENTS
*/
/**
.gradient-gray {
	@include filter-gradient( $gray, $gray-light );
	@include background-image(linear-gradient($gray 0%, $gray-light 100%));
}**/
/**
.gradient-horizontal-gray {
	@include filter-gradient( $gray, $gray-light, horizontal );
	@include background-image(linear-gradient(left, $gray 0%, tint($gray-light, 20%) 100%));
}**/
/* line 12, ../../../sass/component/tooltip/default.scss */
.tooltip {
    display: inline-block;
    position: relative;
}
    /* line 17, ../../../sass/component/tooltip/default.scss */
    .tooltip > .tooltip-trigger:hover {
        cursor: pointer;
    }
    /* line 19, ../../../sass/component/tooltip/default.scss */
    .tooltip > .tooltip-trigger > .basic-icon {
        top: auto;
    }
    /* line 22, ../../../sass/component/tooltip/default.scss */
    .tooltip > .tooltip-content {
        background-color: #cbcbcb;
        display: none;
        left: 30px;
        padding: 10px 10px 0 10px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 250px;
        z-index: 10;
    }
        /* line 33, ../../../sass/component/tooltip/default.scss */
        .tooltip > .tooltip-content:before {
            border-bottom: 9px solid transparent;
            border-right: 12px solid #cbcbcb;
            border-top: 9px solid transparent;
            content: " ";
            display: block;
            height: 0;
            left: -10px;
            margin-top: -11px;
            position: absolute;
            top: 50%;
            width: 0;
        }
        /* line 47, ../../../sass/component/tooltip/default.scss */
        .tooltip > .tooltip-content > p {
            color: #666666;
            font-size: 12px;
            line-height: 16px;
            margin: 0 0 10px 0;
        }

/*
	MOBILE
*/
@media (max-width: 767px) {
    /* line 65, ../../../sass/component/tooltip/default.scss */
    .tooltip > .tooltip-content {
        left: auto;
        width: 140px;
    }
        /* line 69, ../../../sass/component/tooltip/default.scss */
        .tooltip > .tooltip-content:before {
            display: none;
        }
}

@font-face {
    font-family: 'icomoon';
    src: url("fonts/icomoon.eot?btedpz");
    src: url("fonts/icomoon.eot?#iefixbtedpz") format("embedded-opentype"), url("fonts/icomoon.woff?btedpz") format("woff"), url("fonts/icomoon.ttf?btedpz") format("truetype"), url("fonts/icomoon.svg?btedpz#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* line 12, ../../../sass/font/icon/icon.scss */
[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* line 26, ../../../sass/font/icon/icon.scss */
.icon-times:before {
    content: "\e600";
}

/* line 29, ../../../sass/font/icon/icon.scss */
.icon-tick:before {
    content: "\e601";
}

/* line 32, ../../../sass/font/icon/icon.scss */
.icon-plus:before {
    content: "\e602";
}

/* line 35, ../../../sass/font/icon/icon.scss */
.icon-minus:before {
    content: "\e603";
}

/* line 38, ../../../sass/font/icon/icon.scss */
.icon-equals:before {
    content: "\e604";
}

/* line 41, ../../../sass/font/icon/icon.scss */
.icon-divide:before {
    content: "\e605";
}

/* line 44, ../../../sass/font/icon/icon.scss */
.icon-chevron-right:before {
    content: "\e606";
}

/* line 47, ../../../sass/font/icon/icon.scss */
.icon-chevron-left:before {
    content: "\e607";
}

/* line 50, ../../../sass/font/icon/icon.scss */
.icon-arrow-right-thick:before {
    content: "\e608";
}

/* line 53, ../../../sass/font/icon/icon.scss */
.icon-arrow-left-thick:before {
    content: "\e609";
}

/* line 56, ../../../sass/font/icon/icon.scss */
.icon-th-small:before {
    content: "\e60a";
}

/* line 59, ../../../sass/font/icon/icon.scss */
.icon-th-menu:before {
    content: "\e60b";
}

/* line 62, ../../../sass/font/icon/icon.scss */
.icon-th-list:before {
    content: "\e60c";
}

/* line 65, ../../../sass/font/icon/icon.scss */
.icon-th-large:before {
    content: "\e60d";
}

/* line 68, ../../../sass/font/icon/icon.scss */
.icon-home:before {
    content: "\e60e";
}

/* line 71, ../../../sass/font/icon/icon.scss */
.icon-arrow-forward:before {
    content: "\e60f";
}

/* line 74, ../../../sass/font/icon/icon.scss */
.icon-arrow-back:before {
    content: "\e610";
}

/* line 77, ../../../sass/font/icon/icon.scss */
.icon-rss:before {
    content: "\e611";
}

/* line 80, ../../../sass/font/icon/icon.scss */
.icon-location:before {
    content: "\e612";
}

/* line 83, ../../../sass/font/icon/icon.scss */
.icon-link:before {
    content: "\e613";
}

/* line 86, ../../../sass/font/icon/icon.scss */
.icon-image:before {
    content: "\e614";
}

/* line 89, ../../../sass/font/icon/icon.scss */
.icon-arrow-up-thick:before {
    content: "\e615";
}

/* line 92, ../../../sass/font/icon/icon.scss */
.icon-arrow-down-thick:before {
    content: "\e616";
}

/* line 95, ../../../sass/font/icon/icon.scss */
.icon-starburst:before {
    content: "\e617";
}

/* line 98, ../../../sass/font/icon/icon.scss */
.icon-starburst-outline:before {
    content: "\e618";
}

/* line 101, ../../../sass/font/icon/icon.scss */
.icon-star:before {
    content: "\e619";
}

/* line 104, ../../../sass/font/icon/icon.scss */
.icon-flow-children:before {
    content: "\e61a";
}

/* line 107, ../../../sass/font/icon/icon.scss */
.icon-export:before {
    content: "\e61b";
}

/* line 110, ../../../sass/font/icon/icon.scss */
.icon-delete:before {
    content: "\e61c";
}

/* line 113, ../../../sass/font/icon/icon.scss */
.icon-delete-outline:before {
    content: "\e61d";
}

/* line 116, ../../../sass/font/icon/icon.scss */
.icon-cloud-storage:before {
    content: "\e61e";
}

/* line 119, ../../../sass/font/icon/icon.scss */
.icon-wi-fi:before {
    content: "\e61f";
}

/* line 122, ../../../sass/font/icon/icon.scss */
.icon-heart:before {
    content: "\e620";
}

/* line 125, ../../../sass/font/icon/icon.scss */
.icon-flash:before {
    content: "\e621";
}

/* line 128, ../../../sass/font/icon/icon.scss */
.icon-cancel:before {
    content: "\e622";
}

/* line 131, ../../../sass/font/icon/icon.scss */
.icon-backspace:before {
    content: "\e623";
}

/* line 134, ../../../sass/font/icon/icon.scss */
.icon-attachment:before {
    content: "\e624";
}

/* line 137, ../../../sass/font/icon/icon.scss */
.icon-arrow-move:before {
    content: "\e625";
}

/* line 140, ../../../sass/font/icon/icon.scss */
.icon-warning:before {
    content: "\e626";
}

/* line 143, ../../../sass/font/icon/icon.scss */
.icon-user:before {
    content: "\e627";
}

/* line 146, ../../../sass/font/icon/icon.scss */
.icon-radar:before {
    content: "\e628";
}

/* line 149, ../../../sass/font/icon/icon.scss */
.icon-lock-open:before {
    content: "\e629";
}

/* line 152, ../../../sass/font/icon/icon.scss */
.icon-lock-closed:before {
    content: "\e62a";
}

/* line 155, ../../../sass/font/icon/icon.scss */
.icon-location-arrow:before {
    content: "\e62b";
}

/* line 158, ../../../sass/font/icon/icon.scss */
.icon-info:before {
    content: "\e62c";
}

/* line 161, ../../../sass/font/icon/icon.scss */
.icon-user-delete:before {
    content: "\e62d";
}

/* line 164, ../../../sass/font/icon/icon.scss */
.icon-user-add:before {
    content: "\e62e";
}

/* line 167, ../../../sass/font/icon/icon.scss */
.icon-media-pause:before {
    content: "\e62f";
}

/* line 170, ../../../sass/font/icon/icon.scss */
.icon-group:before {
    content: "\e630";
}

/* line 173, ../../../sass/font/icon/icon.scss */
.icon-chart-pie:before {
    content: "\e631";
}

/* line 176, ../../../sass/font/icon/icon.scss */
.icon-chart-line:before {
    content: "\e632";
}

/* line 179, ../../../sass/font/icon/icon.scss */
.icon-chart-bar:before {
    content: "\e633";
}

/* line 182, ../../../sass/font/icon/icon.scss */
.icon-chart-area:before {
    content: "\e634";
}

/* line 185, ../../../sass/font/icon/icon.scss */
.icon-video:before {
    content: "\e635";
}

/* line 188, ../../../sass/font/icon/icon.scss */
.icon-point-of-interest:before {
    content: "\e636";
}

/* line 191, ../../../sass/font/icon/icon.scss */
.icon-infinity:before {
    content: "\e637";
}

/* line 194, ../../../sass/font/icon/icon.scss */
.icon-globe:before {
    content: "\e638";
}

/* line 197, ../../../sass/font/icon/icon.scss */
.icon-eye:before {
    content: "\e639";
}

/* line 200, ../../../sass/font/icon/icon.scss */
.icon-cog:before {
    content: "\e63a";
}

/* line 203, ../../../sass/font/icon/icon.scss */
.icon-camera:before {
    content: "\e63b";
}

/* line 206, ../../../sass/font/icon/icon.scss */
.icon-upload:before {
    content: "\e63c";
}

/* line 209, ../../../sass/font/icon/icon.scss */
.icon-scissors:before {
    content: "\e63d";
}

/* line 212, ../../../sass/font/icon/icon.scss */
.icon-refresh:before {
    content: "\e63e";
}

/* line 215, ../../../sass/font/icon/icon.scss */
.icon-pin:before {
    content: "\e63f";
}

/* line 218, ../../../sass/font/icon/icon.scss */
.icon-key:before {
    content: "\e640";
}

/* line 221, ../../../sass/font/icon/icon.scss */
.icon-info-large:before {
    content: "\e641";
}

/* line 224, ../../../sass/font/icon/icon.scss */
.icon-eject:before {
    content: "\e642";
}

/* line 227, ../../../sass/font/icon/icon.scss */
.icon-download:before {
    content: "\e643";
}

/* line 230, ../../../sass/font/icon/icon.scss */
.icon-zoom:before {
    content: "\e644";
}

/* line 233, ../../../sass/font/icon/icon.scss */
.icon-zoom-out:before {
    content: "\e645";
}

/* line 236, ../../../sass/font/icon/icon.scss */
.icon-zoom-in:before {
    content: "\e646";
}

/* line 239, ../../../sass/font/icon/icon.scss */
.icon-sort-numerically:before {
    content: "\e647";
}

/* line 242, ../../../sass/font/icon/icon.scss */
.icon-sort-alphabetically:before {
    content: "\e648";
}

/* line 245, ../../../sass/font/icon/icon.scss */
.icon-input-checked:before {
    content: "\e649";
}

/* line 248, ../../../sass/font/icon/icon.scss */
.icon-calender:before {
    content: "\e64a";
}

/* line 251, ../../../sass/font/icon/icon.scss */
.icon-world:before {
    content: "\e64b";
}

/* line 254, ../../../sass/font/icon/icon.scss */
.icon-notes:before {
    content: "\e64c";
}

/* line 257, ../../../sass/font/icon/icon.scss */
.icon-code:before {
    content: "\e64d";
}

/* line 260, ../../../sass/font/icon/icon.scss */
.icon-arrow-sync:before {
    content: "\e64e";
}

/* line 263, ../../../sass/font/icon/icon.scss */
.icon-arrow-shuffle:before {
    content: "\e64f";
}

/* line 266, ../../../sass/font/icon/icon.scss */
.icon-arrow-repeat:before {
    content: "\e650";
}

/* line 269, ../../../sass/font/icon/icon.scss */
.icon-arrow-minimise:before {
    content: "\e651";
}

/* line 272, ../../../sass/font/icon/icon.scss */
.icon-arrow-maximise:before {
    content: "\e652";
}

/* line 275, ../../../sass/font/icon/icon.scss */
.icon-arrow-loop:before {
    content: "\e653";
}

/* line 278, ../../../sass/font/icon/icon.scss */
.icon-anchor:before {
    content: "\e654";
}

/* line 281, ../../../sass/font/icon/icon.scss */
.icon-spanner:before {
    content: "\e655";
}

/* line 284, ../../../sass/font/icon/icon.scss */
.icon-puzzle:before {
    content: "\e656";
}

/* line 287, ../../../sass/font/icon/icon.scss */
.icon-power:before {
    content: "\e657";
}

/* line 290, ../../../sass/font/icon/icon.scss */
.icon-plane:before {
    content: "\e658";
}

/* line 293, ../../../sass/font/icon/icon.scss */
.icon-pi:before {
    content: "\e659";
}

/* line 296, ../../../sass/font/icon/icon.scss */
.icon-phone:before {
    content: "\e65a";
}

/* line 299, ../../../sass/font/icon/icon.scss */
.icon-microphone:before {
    content: "\e65b";
}

/* line 302, ../../../sass/font/icon/icon.scss */
.icon-media-rewind:before {
    content: "\e65c";
}

/* line 305, ../../../sass/font/icon/icon.scss */
.icon-flag:before {
    content: "\e65d";
}

/* line 308, ../../../sass/font/icon/icon.scss */
.icon-adjust-brightness:before {
    content: "\e65e";
}

/* line 311, ../../../sass/font/icon/icon.scss */
.icon-waves:before {
    content: "\e65f";
}

/* line 314, ../../../sass/font/icon/icon.scss */
.icon-social-twitter:before {
    content: "\e660";
}

/* line 317, ../../../sass/font/icon/icon.scss */
.icon-social-facebook:before {
    content: "\e661";
}

/* line 320, ../../../sass/font/icon/icon.scss */
.icon-social-dribbble:before {
    content: "\e662";
}

/* line 323, ../../../sass/font/icon/icon.scss */
.icon-media-stop:before {
    content: "\e663";
}

/* line 326, ../../../sass/font/icon/icon.scss */
.icon-media-record:before {
    content: "\e664";
}

/* line 329, ../../../sass/font/icon/icon.scss */
.icon-media-play:before {
    content: "\e665";
}

/* line 332, ../../../sass/font/icon/icon.scss */
.icon-media-fast-forward:before {
    content: "\e666";
}

/* line 335, ../../../sass/font/icon/icon.scss */
.icon-media-eject:before {
    content: "\e667";
}

/* line 338, ../../../sass/font/icon/icon.scss */
.icon-social-vimeo:before {
    content: "\e668";
}

/* line 341, ../../../sass/font/icon/icon.scss */
.icon-social-tumbler:before {
    content: "\e669";
}

/* line 344, ../../../sass/font/icon/icon.scss */
.icon-social-skype:before {
    content: "\e66a";
}

/* line 347, ../../../sass/font/icon/icon.scss */
.icon-social-pinterest:before {
    content: "\e66b";
}

/* line 350, ../../../sass/font/icon/icon.scss */
.icon-social-linkedin:before {
    content: "\e66c";
}

/* line 353, ../../../sass/font/icon/icon.scss */
.icon-social-last-fm:before {
    content: "\e66d";
}

/* line 356, ../../../sass/font/icon/icon.scss */
.icon-social-github:before {
    content: "\e66e";
}

/* line 359, ../../../sass/font/icon/icon.scss */
.icon-social-flickr:before {
    content: "\e66f";
}

/* line 362, ../../../sass/font/icon/icon.scss */
.icon-at:before {
    content: "\e670";
}

/* line 365, ../../../sass/font/icon/icon.scss */
.icon-times-outline:before {
    content: "\e671";
}

/* line 368, ../../../sass/font/icon/icon.scss */
.icon-plus-outline:before {
    content: "\e672";
}

/* line 371, ../../../sass/font/icon/icon.scss */
.icon-minus-outline:before {
    content: "\e673";
}

/* line 374, ../../../sass/font/icon/icon.scss */
.icon-tick-outline:before {
    content: "\e674";
}

/* line 377, ../../../sass/font/icon/icon.scss */
.icon-th-large-outline:before {
    content: "\e675";
}

/* line 380, ../../../sass/font/icon/icon.scss */
.icon-equals-outline:before {
    content: "\e676";
}

/* line 383, ../../../sass/font/icon/icon.scss */
.icon-divide-outline:before {
    content: "\e677";
}

/* line 386, ../../../sass/font/icon/icon.scss */
.icon-chevron-right-outline:before {
    content: "\e678";
}

/* line 389, ../../../sass/font/icon/icon.scss */
.icon-chevron-left-outline:before {
    content: "\e679";
}

/* line 392, ../../../sass/font/icon/icon.scss */
.icon-arrow-right-outline:before {
    content: "\e67a";
}

/* line 395, ../../../sass/font/icon/icon.scss */
.icon-arrow-left-outline:before {
    content: "\e67b";
}

/* line 398, ../../../sass/font/icon/icon.scss */
.icon-th-small-outline:before {
    content: "\e67c";
}

/* line 401, ../../../sass/font/icon/icon.scss */
.icon-th-menu-outline:before {
    content: "\e67d";
}

/* line 404, ../../../sass/font/icon/icon.scss */
.icon-th-list-outline:before {
    content: "\e67e";
}

/* line 407, ../../../sass/font/icon/icon.scss */
.icon-news:before {
    content: "\e67f";
}

/* line 410, ../../../sass/font/icon/icon.scss */
.icon-home-outline:before {
    content: "\e680";
}

/* line 413, ../../../sass/font/icon/icon.scss */
.icon-arrow-up-outline:before {
    content: "\e681";
}

/* line 416, ../../../sass/font/icon/icon.scss */
.icon-arrow-forward-outline:before {
    content: "\e682";
}

/* line 419, ../../../sass/font/icon/icon.scss */
.icon-arrow-down-outline:before {
    content: "\e683";
}

/* line 422, ../../../sass/font/icon/icon.scss */
.icon-arrow-back-outline:before {
    content: "\e684";
}

/* line 425, ../../../sass/font/icon/icon.scss */
.icon-trash:before {
    content: "\e685";
}

/* line 428, ../../../sass/font/icon/icon.scss */
.icon-rss-outline:before {
    content: "\e686";
}

/* line 431, ../../../sass/font/icon/icon.scss */
.icon-message:before {
    content: "\e687";
}

/* line 434, ../../../sass/font/icon/icon.scss */
.icon-location-outline:before {
    content: "\e688";
}

/* line 437, ../../../sass/font/icon/icon.scss */
.icon-link-outline:before {
    content: "\e689";
}

/* line 440, ../../../sass/font/icon/icon.scss */
.icon-image-outline:before {
    content: "\e68a";
}

/* line 443, ../../../sass/font/icon/icon.scss */
.icon-export-outline:before {
    content: "\e68b";
}

/* line 446, ../../../sass/font/icon/icon.scss */
.icon-cross:before {
    content: "\e68c";
}

/* line 449, ../../../sass/font/icon/icon.scss */
.icon-wi-fi-outline:before {
    content: "\e68d";
}

/* line 452, ../../../sass/font/icon/icon.scss */
.icon-star-outline:before {
    content: "\e68e";
}

/* line 455, ../../../sass/font/icon/icon.scss */
.icon-media-pause-outline:before {
    content: "\e68f";
}

/* line 458, ../../../sass/font/icon/icon.scss */
.icon-mail:before {
    content: "\e690";
}

/* line 461, ../../../sass/font/icon/icon.scss */
.icon-heart-outline:before {
    content: "\e691";
}

/* line 464, ../../../sass/font/icon/icon.scss */
.icon-flash-outline:before {
    content: "\e692";
}

/* line 467, ../../../sass/font/icon/icon.scss */
.icon-cancel-outline:before {
    content: "\e693";
}

/* line 470, ../../../sass/font/icon/icon.scss */
.icon-beaker:before {
    content: "\e694";
}

/* line 473, ../../../sass/font/icon/icon.scss */
.icon-arrow-move-outline:before {
    content: "\e695";
}

/* line 476, ../../../sass/font/icon/icon.scss */
.icon-watch:before {
    content: "\e696";
}

/* line 479, ../../../sass/font/icon/icon.scss */
.icon-warning-outline:before {
    content: "\e697";
}

/* line 482, ../../../sass/font/icon/icon.scss */
.icon-time:before {
    content: "\e698";
}

/* line 485, ../../../sass/font/icon/icon.scss */
.icon-radar-outline:before {
    content: "\e699";
}

/* line 488, ../../../sass/font/icon/icon.scss */
.icon-lock-open-outline:before {
    content: "\e69a";
}

/* line 491, ../../../sass/font/icon/icon.scss */
.icon-location-arrow-outline:before {
    content: "\e69b";
}

/* line 494, ../../../sass/font/icon/icon.scss */
.icon-info-outline:before {
    content: "\e69c";
}

/* line 497, ../../../sass/font/icon/icon.scss */
.icon-backspace-outline:before {
    content: "\e69d";
}

/* line 500, ../../../sass/font/icon/icon.scss */
.icon-attachment-outline:before {
    content: "\e69e";
}

/* line 503, ../../../sass/font/icon/icon.scss */
.icon-user-outline:before {
    content: "\e69f";
}

/* line 506, ../../../sass/font/icon/icon.scss */
.icon-user-delete-outline:before {
    content: "\e6a0";
}

/* line 509, ../../../sass/font/icon/icon.scss */
.icon-user-add-outline:before {
    content: "\e6a1";
}

/* line 512, ../../../sass/font/icon/icon.scss */
.icon-lock-closed-outline:before {
    content: "\e6a2";
}

/* line 515, ../../../sass/font/icon/icon.scss */
.icon-group-outline:before {
    content: "\e6a3";
}

/* line 518, ../../../sass/font/icon/icon.scss */
.icon-chart-pie-outline:before {
    content: "\e6a4";
}

/* line 521, ../../../sass/font/icon/icon.scss */
.icon-chart-line-outline:before {
    content: "\e6a5";
}

/* line 524, ../../../sass/font/icon/icon.scss */
.icon-chart-bar-outline:before {
    content: "\e6a6";
}

/* line 527, ../../../sass/font/icon/icon.scss */
.icon-chart-area-outline:before {
    content: "\e6a7";
}

/* line 530, ../../../sass/font/icon/icon.scss */
.icon-video-outline:before {
    content: "\e6a8";
}

/* line 533, ../../../sass/font/icon/icon.scss */
.icon-point-of-interest-outline:before {
    content: "\e6a9";
}

/* line 536, ../../../sass/font/icon/icon.scss */
.icon-map:before {
    content: "\e6aa";
}

/* line 539, ../../../sass/font/icon/icon.scss */
.icon-key-outline:before {
    content: "\e6ab";
}

/* line 542, ../../../sass/font/icon/icon.scss */
.icon-infinity-outline:before {
    content: "\e6ac";
}

/* line 545, ../../../sass/font/icon/icon.scss */
.icon-globe-outline:before {
    content: "\e6ad";
}

/* line 548, ../../../sass/font/icon/icon.scss */
.icon-eye-outline:before {
    content: "\e6ae";
}

/* line 551, ../../../sass/font/icon/icon.scss */
.icon-cog-outline:before {
    content: "\e6af";
}

/* line 554, ../../../sass/font/icon/icon.scss */
.icon-camera-outline:before {
    content: "\e6b0";
}

/* line 557, ../../../sass/font/icon/icon.scss */
.icon-upload-outline:before {
    content: "\e6b1";
}

/* line 560, ../../../sass/font/icon/icon.scss */
.icon-support:before {
    content: "\e6b2";
}

/* line 563, ../../../sass/font/icon/icon.scss */
.icon-scissors-outline:before {
    content: "\e6b3";
}

/* line 566, ../../../sass/font/icon/icon.scss */
.icon-refresh-outline:before {
    content: "\e6b4";
}

/* line 569, ../../../sass/font/icon/icon.scss */
.icon-info-large-outline:before {
    content: "\e6b5";
}

/* line 572, ../../../sass/font/icon/icon.scss */
.icon-eject-outline:before {
    content: "\e6b6";
}

/* line 575, ../../../sass/font/icon/icon.scss */
.icon-download-outline:before {
    content: "\e6b7";
}

/* line 578, ../../../sass/font/icon/icon.scss */
.icon-battery-mid:before {
    content: "\e6b8";
}

/* line 581, ../../../sass/font/icon/icon.scss */
.icon-battery-low:before {
    content: "\e6b9";
}

/* line 584, ../../../sass/font/icon/icon.scss */
.icon-battery-high:before {
    content: "\e6ba";
}

/* line 587, ../../../sass/font/icon/icon.scss */
.icon-zoom-outline:before {
    content: "\e6bb";
}

/* line 590, ../../../sass/font/icon/icon.scss */
.icon-zoom-out-outline:before {
    content: "\e6bc";
}

/* line 593, ../../../sass/font/icon/icon.scss */
.icon-zoom-in-outline:before {
    content: "\e6bd";
}

/* line 596, ../../../sass/font/icon/icon.scss */
.icon-tag:before {
    content: "\e6be";
}

/* line 599, ../../../sass/font/icon/icon.scss */
.icon-tabs-outline:before {
    content: "\e6bf";
}

/* line 602, ../../../sass/font/icon/icon.scss */
.icon-pin-outline:before {
    content: "\e6c0";
}

/* line 605, ../../../sass/font/icon/icon.scss */
.icon-message-typing:before {
    content: "\e6c1";
}

/* line 608, ../../../sass/font/icon/icon.scss */
.icon-directions:before {
    content: "\e6c2";
}

/* line 611, ../../../sass/font/icon/icon.scss */
.icon-battery-full:before {
    content: "\e6c3";
}

/* line 614, ../../../sass/font/icon/icon.scss */
.icon-battery-charge:before {
    content: "\e6c4";
}

/* line 617, ../../../sass/font/icon/icon.scss */
.icon-pipette:before {
    content: "\e6c5";
}

/* line 620, ../../../sass/font/icon/icon.scss */
.icon-pencil:before {
    content: "\e6c6";
}

/* line 623, ../../../sass/font/icon/icon.scss */
.icon-folder:before {
    content: "\e6c7";
}

/* line 626, ../../../sass/font/icon/icon.scss */
.icon-folder-delete:before {
    content: "\e6c8";
}

/* line 629, ../../../sass/font/icon/icon.scss */
.icon-folder-add:before {
    content: "\e6c9";
}

/* line 632, ../../../sass/font/icon/icon.scss */
.icon-edit:before {
    content: "\e6ca";
}

/* line 635, ../../../sass/font/icon/icon.scss */
.icon-document:before {
    content: "\e6cb";
}

/* line 638, ../../../sass/font/icon/icon.scss */
.icon-document-delete:before {
    content: "\e6cc";
}

/* line 641, ../../../sass/font/icon/icon.scss */
.icon-document-add:before {
    content: "\e6cd";
}

/* line 644, ../../../sass/font/icon/icon.scss */
.icon-brush:before {
    content: "\e6ce";
}

/* line 647, ../../../sass/font/icon/icon.scss */
.icon-thumbs-up:before {
    content: "\e6cf";
}

/* line 650, ../../../sass/font/icon/icon.scss */
.icon-thumbs-down:before {
    content: "\e6d0";
}

/* line 653, ../../../sass/font/icon/icon.scss */
.icon-pen:before {
    content: "\e6d1";
}

/* line 656, ../../../sass/font/icon/icon.scss */
.icon-sort-numerically-outline:before {
    content: "\e6d2";
}

/* line 659, ../../../sass/font/icon/icon.scss */
.icon-sort-alphabetically-outline:before {
    content: "\e6d3";
}

/* line 662, ../../../sass/font/icon/icon.scss */
.icon-social-last-fm-circular:before {
    content: "\e6d4";
}

/* line 665, ../../../sass/font/icon/icon.scss */
.icon-social-github-circular:before {
    content: "\e6d5";
}

/* line 668, ../../../sass/font/icon/icon.scss */
.icon-compass:before {
    content: "\e6d6";
}

/* line 671, ../../../sass/font/icon/icon.scss */
.icon-bookmark:before {
    content: "\e6d7";
}

/* line 674, ../../../sass/font/icon/icon.scss */
.icon-input-checked-outline:before {
    content: "\e6d8";
}

/* line 677, ../../../sass/font/icon/icon.scss */
.icon-code-outline:before {
    content: "\e6d9";
}

/* line 680, ../../../sass/font/icon/icon.scss */
.icon-calender-outline:before {
    content: "\e6da";
}

/* line 683, ../../../sass/font/icon/icon.scss */
.icon-business-card:before {
    content: "\e6db";
}

/* line 686, ../../../sass/font/icon/icon.scss */
.icon-arrow-up:before {
    content: "\e6dc";
}

/* line 689, ../../../sass/font/icon/icon.scss */
.icon-arrow-sync-outline:before {
    content: "\e6dd";
}

/* line 692, ../../../sass/font/icon/icon.scss */
.icon-arrow-right:before {
    content: "\e6de";
}

/* line 695, ../../../sass/font/icon/icon.scss */
.icon-arrow-repeat-outline:before {
    content: "\e6df";
}

/* line 698, ../../../sass/font/icon/icon.scss */
.icon-arrow-loop-outline:before {
    content: "\e6e0";
}

/* line 701, ../../../sass/font/icon/icon.scss */
.icon-arrow-left:before {
    content: "\e6e1";
}

/* line 704, ../../../sass/font/icon/icon.scss */
.icon-flow-switch:before {
    content: "\e6e2";
}

/* line 707, ../../../sass/font/icon/icon.scss */
.icon-flow-parallel:before {
    content: "\e6e3";
}

/* line 710, ../../../sass/font/icon/icon.scss */
.icon-flow-merge:before {
    content: "\e6e4";
}

/* line 713, ../../../sass/font/icon/icon.scss */
.icon-document-text:before {
    content: "\e6e5";
}

/* line 716, ../../../sass/font/icon/icon.scss */
.icon-clipboard:before {
    content: "\e6e6";
}

/* line 719, ../../../sass/font/icon/icon.scss */
.icon-calculator:before {
    content: "\e6e7";
}

/* line 722, ../../../sass/font/icon/icon.scss */
.icon-arrow-minimise-outline:before {
    content: "\e6e8";
}

/* line 725, ../../../sass/font/icon/icon.scss */
.icon-arrow-maximise-outline:before {
    content: "\e6e9";
}

/* line 728, ../../../sass/font/icon/icon.scss */
.icon-arrow-down:before {
    content: "\e6ea";
}

/* line 731, ../../../sass/font/icon/icon.scss */
.icon-gift:before {
    content: "\e6eb";
}

/* line 734, ../../../sass/font/icon/icon.scss */
.icon-film:before {
    content: "\e6ec";
}

/* line 737, ../../../sass/font/icon/icon.scss */
.icon-database:before {
    content: "\e6ed";
}

/* line 740, ../../../sass/font/icon/icon.scss */
.icon-bell:before {
    content: "\e6ee";
}

/* line 743, ../../../sass/font/icon/icon.scss */
.icon-anchor-outline:before {
    content: "\e6ef";
}

/* line 746, ../../../sass/font/icon/icon.scss */
.icon-adjust-contrast:before {
    content: "\e6f0";
}

/* line 749, ../../../sass/font/icon/icon.scss */
.icon-world-outline:before {
    content: "\e6f1";
}

/* line 752, ../../../sass/font/icon/icon.scss */
.icon-shopping-bag:before {
    content: "\e6f2";
}

/* line 755, ../../../sass/font/icon/icon.scss */
.icon-power-outline:before {
    content: "\e6f3";
}

/* line 758, ../../../sass/font/icon/icon.scss */
.icon-notes-outline:before {
    content: "\e6f4";
}

/* line 761, ../../../sass/font/icon/icon.scss */
.icon-device-tablet:before {
    content: "\e6f5";
}

/* line 764, ../../../sass/font/icon/icon.scss */
.icon-device-phone:before {
    content: "\e6f6";
}

/* line 767, ../../../sass/font/icon/icon.scss */
.icon-device-laptop:before {
    content: "\e6f7";
}

/* line 770, ../../../sass/font/icon/icon.scss */
.icon-device-desktop:before {
    content: "\e6f8";
}

/* line 773, ../../../sass/font/icon/icon.scss */
.icon-briefcase:before {
    content: "\e6f9";
}

/* line 776, ../../../sass/font/icon/icon.scss */
.icon-stopwatch:before {
    content: "\e6fa";
}

/* line 779, ../../../sass/font/icon/icon.scss */
.icon-spanner-outline:before {
    content: "\e6fb";
}

/* line 782, ../../../sass/font/icon/icon.scss */
.icon-puzzle-outline:before {
    content: "\e6fc";
}

/* line 785, ../../../sass/font/icon/icon.scss */
.icon-printer:before {
    content: "\e6fd";
}

/* line 788, ../../../sass/font/icon/icon.scss */
.icon-pi-outline:before {
    content: "\e6fe";
}

/* line 791, ../../../sass/font/icon/icon.scss */
.icon-lightbulb:before {
    content: "\e6ff";
}

/* line 794, ../../../sass/font/icon/icon.scss */
.icon-flag-outline:before {
    content: "\e700";
}

/* line 797, ../../../sass/font/icon/icon.scss */
.icon-contacts:before {
    content: "\e701";
}

/* line 800, ../../../sass/font/icon/icon.scss */
.icon-archive:before {
    content: "\e702";
}

/* line 803, ../../../sass/font/icon/icon.scss */
.icon-weather-stormy:before {
    content: "\e703";
}

/* line 806, ../../../sass/font/icon/icon.scss */
.icon-weather-shower:before {
    content: "\e704";
}

/* line 809, ../../../sass/font/icon/icon.scss */
.icon-weather-partly-sunny:before {
    content: "\e705";
}

/* line 812, ../../../sass/font/icon/icon.scss */
.icon-weather-downpour:before {
    content: "\e706";
}

/* line 815, ../../../sass/font/icon/icon.scss */
.icon-weather-cloudy:before {
    content: "\e707";
}

/* line 818, ../../../sass/font/icon/icon.scss */
.icon-plane-outline:before {
    content: "\e708";
}

/* line 821, ../../../sass/font/icon/icon.scss */
.icon-phone-outline:before {
    content: "\e709";
}

/* line 824, ../../../sass/font/icon/icon.scss */
.icon-microphone-outline:before {
    content: "\e70a";
}

/* line 827, ../../../sass/font/icon/icon.scss */
.icon-weather-windy:before {
    content: "\e70b";
}

/* line 830, ../../../sass/font/icon/icon.scss */
.icon-weather-windy-cloudy:before {
    content: "\e70c";
}

/* line 833, ../../../sass/font/icon/icon.scss */
.icon-weather-sunny:before {
    content: "\e70d";
}

/* line 836, ../../../sass/font/icon/icon.scss */
.icon-weather-snow:before {
    content: "\e70e";
}

/* line 839, ../../../sass/font/icon/icon.scss */
.icon-weather-night:before {
    content: "\e70f";
}

/* line 842, ../../../sass/font/icon/icon.scss */
.icon-media-stop-outline:before {
    content: "\e710";
}

/* line 845, ../../../sass/font/icon/icon.scss */
.icon-media-rewind-outline:before {
    content: "\e711";
}

/* line 848, ../../../sass/font/icon/icon.scss */
.icon-media-record-outline:before {
    content: "\e712";
}

/* line 851, ../../../sass/font/icon/icon.scss */
.icon-media-play-outline:before {
    content: "\e713";
}

/* line 854, ../../../sass/font/icon/icon.scss */
.icon-media-fast-forward-outline:before {
    content: "\e714";
}

/* line 857, ../../../sass/font/icon/icon.scss */
.icon-media-eject-outline:before {
    content: "\e715";
}

/* line 860, ../../../sass/font/icon/icon.scss */
.icon-wine:before {
    content: "\e716";
}

/* line 863, ../../../sass/font/icon/icon.scss */
.icon-waves-outline:before {
    content: "\e717";
}

/* line 866, ../../../sass/font/icon/icon.scss */
.icon-ticket:before {
    content: "\e718";
}

/* line 869, ../../../sass/font/icon/icon.scss */
.icon-tags:before {
    content: "\e719";
}

/* line 872, ../../../sass/font/icon/icon.scss */
.icon-plug:before {
    content: "\e71a";
}

/* line 875, ../../../sass/font/icon/icon.scss */
.icon-headphones:before {
    content: "\e71b";
}

/* line 878, ../../../sass/font/icon/icon.scss */
.icon-credit-card:before {
    content: "\e71c";
}

/* line 881, ../../../sass/font/icon/icon.scss */
.icon-coffee:before {
    content: "\e71d";
}

/* line 884, ../../../sass/font/icon/icon.scss */
.icon-book:before {
    content: "\e71e";
}

/* line 887, ../../../sass/font/icon/icon.scss */
.icon-beer:before {
    content: "\e71f";
}

/* line 890, ../../../sass/font/icon/icon.scss */
.icon-volume:before {
    content: "\e720";
}

/* line 893, ../../../sass/font/icon/icon.scss */
.icon-volume-up:before {
    content: "\e721";
}

/* line 896, ../../../sass/font/icon/icon.scss */
.icon-volume-mute:before {
    content: "\e722";
}

/* line 899, ../../../sass/font/icon/icon.scss */
.icon-volume-down:before {
    content: "\e723";
}

/* line 902, ../../../sass/font/icon/icon.scss */
.icon-social-vimeo-circular:before {
    content: "\e724";
}

/* line 905, ../../../sass/font/icon/icon.scss */
.icon-social-twitter-circular:before {
    content: "\e725";
}

/* line 908, ../../../sass/font/icon/icon.scss */
.icon-social-pinterest-circular:before {
    content: "\e726";
}

/* line 911, ../../../sass/font/icon/icon.scss */
.icon-social-linkedin-circular:before {
    content: "\e727";
}

/* line 914, ../../../sass/font/icon/icon.scss */
.icon-social-facebook-circular:before {
    content: "\e728";
}

/* line 917, ../../../sass/font/icon/icon.scss */
.icon-social-dribbble-circular:before {
    content: "\e729";
}

/* line 920, ../../../sass/font/icon/icon.scss */
.icon-tree:before {
    content: "\e72a";
}

/* line 923, ../../../sass/font/icon/icon.scss */
.icon-thermometer:before {
    content: "\e72b";
}

/* line 926, ../../../sass/font/icon/icon.scss */
.icon-social-tumbler-circular:before {
    content: "\e72c";
}

/* line 929, ../../../sass/font/icon/icon.scss */
.icon-social-skype-outline:before {
    content: "\e72d";
}

/* line 932, ../../../sass/font/icon/icon.scss */
.icon-social-flickr-circular:before {
    content: "\e72e";
}

/* line 935, ../../../sass/font/icon/icon.scss */
.icon-social-at-circular:before {
    content: "\e72f";
}

/* line 938, ../../../sass/font/icon/icon.scss */
.icon-shopping-cart:before {
    content: "\e730";
}

/* line 941, ../../../sass/font/icon/icon.scss */
.icon-messages:before {
    content: "\e731";
}

/* line 944, ../../../sass/font/icon/icon.scss */
.icon-leaf:before {
    content: "\e732";
}

/* line 947, ../../../sass/font/icon/icon.scss */
.icon-feather:before {
    content: "\e733";
}
