/*
 * Created by: Level Five Solutions
 * Website: http://www.levelfivesolutions.com/
 *
 */
/*
 * Created by: Level Five Solutions
 * Website: http://www.levelfivesolutions.com/
 *
 */
 a {
  color: #0C7279
}
/*
BODY AFTER CONTENT FOR REVIEWING BOOTSTRAP SIZE FROM JS
*/
/* line 13, ../../sass/base/_globals.scss */
body:after {
content: 'xs';
display: none;
}
.service-status-detail-content img{
 max-width: 100%;
 height: auto;
}
/*
SIZES
*/
@media (min-width: 768px) {
/* line 32, ../../sass/base/_globals.scss */
body:after {
 content: 'sm';
}
}
@media (min-width: 992px) {
/* line 37, ../../sass/base/_globals.scss */
body:after {
 content: 'md';
}
}
@media (min-width: 1200px) {
/* line 42, ../../sass/base/_globals.scss */
body:after {
 content: 'lg';
}
}
/*
FILE PATHS
*/
/*
COLORS
*/
/*
FONTS
*/
/*
PLACEHOLDERS & MIXINS
*/
/*
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: #333;
font: 300 16px/22px "Open Sans", sans-serif;
height: 100%;
}

/* line 13, ../../sass/base/_default.scss */
#page {
/* HEADINGS */
/* ANCHORS */
/* HORIZONTAL RULE */
/* SIZE */
/* PARAGRAPHS */
/* change for Day 1 */
/*min-height: calc(100vh - 305px);*/
}

#page li a:focus {
  text-decoration: underline;
    background-color: #cce1e5;
}

/* line 15, ../../sass/base/_default.scss */
#page h1, #page h2, #page h3, #page h4, #page h5, #page h6 {
color: #333;
font-family: "Open Sans", sans-serif;
font-weight: 400;
line-height: 1.2em;
margin: 0 0 15px 0;
}
/* line 21, ../../sass/base/_default.scss */
#page h1.uppercase, #page h2.uppercase, #page h3.uppercase, #page h4.uppercase, #page h5.uppercase, #page h6.uppercase {
text-transform: uppercase;
}
/* line 25, ../../sass/base/_default.scss */
#page li a {
color: #0C7279;
outline: none;
text-decoration: none;
}
/* line 30, ../../sass/base/_default.scss */
#page a img {
border: 0px;
}
/* line 32, ../../sass/base/_default.scss */
#page a:hover, #page a:active {
outline: none;
text-decoration: underline;
}
/* line 35, ../../sass/base/_default.scss */
#page hr {
border-color: #cbcbcb;
border-style: solid;
border-width: 1px 0 0;
clear: both;
height: 0;
margin: 10px 0;
width: 100%;
}
/* line 46, ../../sass/base/_default.scss */
#page small {
font-size: 60%;
}
/* line 49, ../../sass/base/_default.scss */
#page p {
color: #333;
font: 400 14px/18px "Open Sans", sans-serif;
margin: 0 0 20px 0;
}
/* line 55, ../../sass/base/_default.scss */
#page strong, #page b {
font-weight: bold;
}
/* line 56, ../../sass/base/_default.scss */
#page em, #page i {
font-style: italic;
}

/* LISTS */
/* line 62, ../../sass/base/_default.scss */
ul, ol {
color: #333;
font: 400 14px/18px "Open Sans", sans-serif;
list-style: outside disc;
margin: 0 0 0 35px;
padding: 0;
/*padding: 0 0 0 20px;
margin: 0 0 20px 20px;
*/
}
/* line 72, ../../sass/base/_default.scss */
ul > li, ol > li {
margin: 10px 0;
}
/* line 73, ../../sass/base/_default.scss */
ul ul, ul ol, ol ul, ol ol {
list-style: outside circle;
margin-top: 10px;
}

/* line 78, ../../sass/base/_default.scss */
ol, ol ol {
list-style: outside decimal;
}

/* line 81, ../../sass/base/_default.scss */
dl {
margin: 0 0 20px 0;
}

/* line 82, ../../sass/base/_default.scss */
dt {
font-weight: bold;
}

/* line 83, ../../sass/base/_default.scss */
dd {
margin-left: 1.5em;
}

/* TABLE */
/* line 86, ../../sass/base/_default.scss */
table {
border-collapse: collapse;
border-spacing: 0;
}

/* FIGURE */
/* line 92, ../../sass/base/_default.scss */
figure {
display: block;
margin: 0 0 20px 0;
padding: 0;
position: relative;
}
/* line 97, ../../sass/base/_default.scss */
figure a {
display: block;
}
/* line 98, ../../sass/base/_default.scss */
figure img {
display: block;
}
/* line 99, ../../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 110, ../../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 13, ../../sass/base/_helper.scss */
.float-none {
float: none;
}

/* line 15, ../../sass/base/_helper.scss */
.float-right-large-none-small {
float: right;
}
@media (max-width: 767px) {
/* line 15, ../../sass/base/_helper.scss */
.float-right-large-none-small {
 float: none;
}
}

/* line 22, ../../sass/base/_helper.scss */
.margin-center {
margin: 0 auto;
}

/* line 26, ../../sass/base/_helper.scss */
.clear {
clear: both;
height: 1px;
width: 100%;
float: none;
}

/* line 27, ../../sass/base/_helper.scss */
.clearfix:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}

/* line 38, ../../sass/base/_helper.scss */
.clearfix {
display: inline-block;
}

/* line 40, ../../sass/base/_helper.scss */
html[xmlns] .clearfix {
display: block;
}

/* line 44, ../../sass/base/_helper.scss */
* html .clearfix {
height: 1%;
}

/*
DISPLAY
*/
/* line 52, ../../sass/base/_helper.scss */
.block {
display: block;
width: 100%;
}

/* line 53, ../../sass/base/_helper.scss */
.inline-block {
display: inline-block;
}

/* line 55, ../../sass/base/_helper.scss */
.hide {
display: none;
}

/* line 56, ../../sass/base/_helper.scss */
.show {
display: block;
}

/* line 57, ../../sass/base/_helper.scss */
.invisible {
visibility: hidden;
}

/* line 59, ../../sass/base/_helper.scss */
.spacer {
display: block;
padding-bottom: 50px;
padding-top: 50px;
}

/* line 60, ../../sass/base/_helper.scss */
.on-hover {
display: none;
}
/* line 62, ../../sass/base/_helper.scss */
.on-hover:hover {
display: block;
}

/* line 65, ../../sass/base/_helper.scss */
.off-hover:hover {
display: none;
}

/* line 68, ../../sass/base/_helper.scss */
.small-screen {
display: none;
}

/* line 69, ../../sass/base/_helper.scss */
.large-screen {
display: block;
}

@media (max-width: 767px) {
/* line 72, ../../sass/base/_helper.scss */
.small-screen {
 display: block;
}

/* line 73, ../../sass/base/_helper.scss */
.large-screen {
 display: none;
}
}
/*
SPACING
*/
/* line 81, ../../sass/base/_helper.scss */
.spacer {
display: block;
padding: 50px 0;
}

/*
SCROLLING
*/
/* line 90, ../../sass/base/_helper.scss */
.no-scroll {
overflow: hidden;
}

/*
TEXT
*/
/* line 96, ../../sass/base/_helper.scss */
.em {
font-style: italic;
}

/* line 97, ../../sass/base/_helper.scss */
.strong {
font-weight: bold;
}

/* line 99, ../../sass/base/_helper.scss */
.txt-small {
font-size: 12px;
}

/* line 100, ../../sass/base/_helper.scss */
.txt-xsm {
font-size: 11px;
line-height: 14px;
}

/* line 101, ../../sass/base/_helper.scss */
.txt-lg {
font-size: 16px;
line-height: 24px;
}

/* line 102, ../../sass/base/_helper.scss */
.txt-xlg {
font-size: 20px;
line-height: 16px;
}

/* line 103, ../../sass/base/_helper.scss */
.txt-dem {
color: #b2aca5;
}

/* line 104, ../../sass/base/_helper.scss */
.txt-center {
text-align: center;
}

/* line 106, ../../sass/base/_helper.scss */
.tight {
margin-bottom: 0 !important;
padding-bottom: 0 !important;
}

/* line 107, ../../sass/base/_helper.scss */
.extend {
margin-left: -20px;
margin-right: -20px;
}

/* line 108, ../../sass/base/_helper.scss */
.inset {
padding-left: 20px;
padding-right: 20px;
}

/* line 110, ../../sass/base/_helper.scss */
.txt-heavy {
font-weight: 700;
}

/* line 114, ../../sass/base/_helper.scss */
.align-center {
text-align: center;
}

/* line 115, ../../sass/base/_helper.scss */
.align-right {
text-align: right;
}

/* line 116, ../../sass/base/_helper.scss */
.align-left {
text-align: left !important;
}

/* line 118, ../../sass/base/_helper.scss */
.align-bottom {
vertical-align: bottom;
}

/* line 119, ../../sass/base/_helper.scss */
.align-middle {
vertical-align: middle;
}

/* line 120, ../../sass/base/_helper.scss */
.align-top {
vertical-align: top;
}

/*
POSITIONING
*/
/* line 129, ../../sass/base/_helper.scss */
.initialPosition {
position: initial;
}

/* line 132, ../../sass/base/_helper.scss */
.relativePosition {
position: relative;
}

/*
PRINT
*/
/* line 141, ../../sass/base/_helper.scss */
.print-only {
display: none;
}

/*
IMAGES
*/
/* line 147, ../../sass/base/_helper.scss */
img.full {
width: 100%;
}

/* line 148, ../../sass/base/_helper.scss */
img.responsive {
max-width: 100%;
}

/* line 149, ../../sass/base/_helper.scss */
.ir {
text-indent: -999px;
text-align: left;
overflow: hidden;
display: block;
}

/* line 150, ../../sass/base/_helper.scss */
.iir {
text-indent: -999px;
text-align: left;
overflow: hidden;
display: inline-block;
vertical-align: middle;
}

/* line 151, ../../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;
}

/* line 154, ../../sass/base/_helper.scss */
.full-width {
width: 100%;
}

/* line 156, ../../sass/base/_helper.scss */
.width-35 {
width: 35px !important;
}

/*
MARGINS
*/
/* line 165, ../../sass/base/_helper.scss */
.no-margin {
margin: 0;
}

/* line 166, ../../sass/base/_helper.scss */
.no-margin-bottom {
margin-bottom: 0;
}

/* line 167, ../../sass/base/_helper.scss */
.no-margin-top {
margin-top: 0;
}

/* line 168, ../../sass/base/_helper.scss */
.no-margin-horizontal {
margin-left: 0;
margin-right: 0;
}

/* line 169, ../../sass/base/_helper.scss */
.no-margin-vertical {
margin-bottom: 0;
margin-top: 0;
}

/* line 171, ../../sass/base/_helper.scss */
.margin-bottom {
margin-bottom: 20px;
}

/* line 172, ../../sass/base/_helper.scss */
.margin-bottom-half {
margin-bottom: 10px;
}

/* line 173, ../../sass/base/_helper.scss */
.margin-bottom-large {
margin-bottom: 40px;
}

/* line 174, ../../sass/base/_helper.scss */
.margin-bottom-small {
margin-bottom: 5px;
}

/* line 176, ../../sass/base/_helper.scss */
.margin-left {
margin-left: 20px;
}

/* line 177, ../../sass/base/_helper.scss */
.margin-left-half {
margin-left: 10px;
}

/* line 178, ../../sass/base/_helper.scss */
.margin-left-large {
margin-left: 40px;
}

/* line 179, ../../sass/base/_helper.scss */
.margin-left-small {
margin-left: 5px;
}

/* line 181, ../../sass/base/_helper.scss */
.margin-right {
margin-right: 20px;
}

/* line 182, ../../sass/base/_helper.scss */
.margin-right-half {
margin-right: 10px;
}

/* line 183, ../../sass/base/_helper.scss */
.margin-right-large {
margin-right: 40px;
}

/* line 184, ../../sass/base/_helper.scss */
.margin-right-small {
margin-right: 5px;
}

/* line 186, ../../sass/base/_helper.scss */
.margin-top {
margin-top: 20px;
}

/* line 187, ../../sass/base/_helper.scss */
.margin-top-half {
margin-top: 10px;
}

/* line 188, ../../sass/base/_helper.scss */
.margin-top-large {
margin-top: 50px;
}

/* line 189, ../../sass/base/_helper.scss */
.margin-top-medium {
margin-top: 35px;
}

/* line 190, ../../sass/base/_helper.scss */
.margin-top-small {
margin-top: 5px;
}

/* line 192, ../../sass/base/_helper.scss */
.vertical-margin {
margin-bottom: 20px;
margin-top: 20px;
}

/* line 193, ../../sass/base/_helper.scss */
.vertical-margin-small {
margin-bottom: 10px;
margin-top: 10px;
}

/* line 194, ../../sass/base/_helper.scss */
.vertical-margin-large {
margin-bottom: 40px;
margin-top: 40px;
}

/* line 196, ../../sass/base/_helper.scss */
.horizontal-margin {
margin-left: 20px;
margin-right: 20px;
}

/* line 197, ../../sass/base/_helper.scss */
.horizontal-margin-small {
margin-left: 10px;
margin-right: 10px;
}

/* line 198, ../../sass/base/_helper.scss */
.horizontal-margin-large {
margin-left: 40px;
margin-right: 40px;
}

/* line 201, ../../sass/base/_helper.scss */
.margin-bottom-25 {
margin-bottom: 25px;
}

/* line 206, ../../sass/base/_helper.scss */
.margin-bottom-30 {
margin-bottom: 30px;
}

/* line 210, ../../sass/base/_helper.scss */
.disabled-control {
opacity: 0.3;
color: #aaa !important;
cursor: not-allowed;
}

/* line 217, ../../sass/base/_helper.scss */
select:disabled {
cursor: not-allowed;
}

/*
PADDING
*/
/* line 228, ../../sass/base/_helper.scss */
.no-padding {
padding: 0 !important;
}

/* line 229, ../../sass/base/_helper.scss */
.no-padding-bottom {
padding-bottom: 0 !important;
}

/* line 230, ../../sass/base/_helper.scss */
.no-padding-top {
padding-top: 0 !important;
}

/* line 231, ../../sass/base/_helper.scss */
.no-padding-horizontal {
padding-left: 0 !important;
padding-right: 0 !important;
}

/* line 232, ../../sass/base/_helper.scss */
.no-padding-vertical {
padding-bottom: 0 !important;
padding-top: 0 !important;
}

/* line 234, ../../sass/base/_helper.scss */
.padding-all {
padding: 15px;
}

/* line 235, ../../sass/base/_helper.scss */
.padding-all-large {
padding: 40px;
}

/* line 237, ../../sass/base/_helper.scss */
.padding-bottom {
padding-bottom: 20px;
}

/* line 238, ../../sass/base/_helper.scss */
.padding-bottom-half {
padding-bottom: 10px;
}

/* line 239, ../../sass/base/_helper.scss */
.padding-bottom-large {
padding-bottom: 40px;
}

/* line 240, ../../sass/base/_helper.scss */
.padding-bottom-small {
padding-bottom: 5px;
}

/* line 242, ../../sass/base/_helper.scss */
.padding-left {
padding-left: 15px;
}

/* line 243, ../../sass/base/_helper.scss */
.padding-left-half {
padding-left: 10px;
}

/* line 244, ../../sass/base/_helper.scss */
.padding-left-large {
padding-left: 40px;
}

/* line 245, ../../sass/base/_helper.scss */
.padding-left-xlarge {
padding-left: 55px;
}

/* line 246, ../../sass/base/_helper.scss */
.padding-left-small {
padding-left: 5px;
}

/* line 248, ../../sass/base/_helper.scss */
.padding-right {
padding-right: 15px;
}

/* line 249, ../../sass/base/_helper.scss */
.padding-right-half {
padding-right: 10px;
}

/* line 250, ../../sass/base/_helper.scss */
.padding-right-large {
padding-right: 40px;
}

/* line 251, ../../sass/base/_helper.scss */
.padding-right-small {
padding-right: 5px;
}

/* line 253, ../../sass/base/_helper.scss */
.padding-top {
padding-top: 20px;
}

/* line 254, ../../sass/base/_helper.scss */
.padding-top-half {
padding-top: 10px;
}

/* line 255, ../../sass/base/_helper.scss */
.padding-top-large {
padding-top: 50px;
}

/* line 256, ../../sass/base/_helper.scss */
.padding-top-small {
padding-top: 5px;
}

/* line 258, ../../sass/base/_helper.scss */
.vertical-padding {
padding-bottom: 15px;
padding-top: 15px;
}

/* line 259, ../../sass/base/_helper.scss */
.vertical-padding-small {
padding-bottom: 10px;
padding-top: 10px;
}

/* line 260, ../../sass/base/_helper.scss */
.vertical-padding-large {
padding-bottom: 40px;
padding-top: 40px;
}

/* line 262, ../../sass/base/_helper.scss */
.horizontal-padding {
padding-left: 15px;
padding-right: 15px;
}

/* line 263, ../../sass/base/_helper.scss */
.horizontal-padding-small {
padding-left: 10px;
padding-right: 10px;
}

/* line 264, ../../sass/base/_helper.scss */
.horizontal-padding-large {
padding-left: 50px;
padding-right: 50px;
}

/* line 271, ../../sass/base/_helper.scss */
.border-left {
border-left: 1px solid #666;
}

/* line 272, ../../sass/base/_helper.scss */
.border-top {
border-top: 1px solid #666;
}

/* line 273, ../../sass/base/_helper.scss */
.border-right {
border-right: 1px solid #666;
}

/* line 274, ../../sass/base/_helper.scss */
.border-bottom {
border-bottom: 1px solid #666;
}

@media (max-width: 767px) {
/* line 278, ../../sass/base/_helper.scss */
.border-large-screen.border-left, .border-large-screen.border-top, .border-large-screen.border-right, .border-large-screen.border-bottom {
 border: none;
}
}

/* line 282, ../../sass/base/_helper.scss */
.border-small-screen.border-left, .border-small-screen.border-top, .border-small-screen.border-right, .border-small-screen.border-bottom {
border: none;
}
@media (max-width: 767px) {
/* line 284, ../../sass/base/_helper.scss */
.border-small-screen .border-left {
 border-left: 1px solid #666;
}
/* line 285, ../../sass/base/_helper.scss */
.border-small-screen .border-top {
 border-top: 1px solid #666;
}
/* line 286, ../../sass/base/_helper.scss */
.border-small-screen .border-right {
 border-right: 1px solid #666;
}
/* line 287, ../../sass/base/_helper.scss */
.border-small-screen .border-bottom {
 border-bottom: 1px solid #666;
}
}

/* line 292, ../../sass/base/_helper.scss */
.dim-sim {
background-color: rgba(0, 0, 0, 0.6);
padding: 0;
}
/* line 295, ../../sass/base/_helper.scss */
.dim-sim img {
width: 100%;
}
/* line 300, ../../sass/base/_helper.scss */
.dim-sim:before {
position: absolute;
content: '';
z-index: 90;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.6);
}
/* line 309, ../../sass/base/_helper.scss */
.dim-sim:after {
position: absolute;
top: 30px;
content: 'DIM';
left: 50%;
font-size: 50px;
color: #fff;
margin-left: -42px;
z-index: 100;
}

/* line 322, ../../sass/base/_helper.scss */
.large-row {
margin: 0 -15px;
}

/* line 325, ../../sass/base/_helper.scss */
.bg-primary-gray {
background-color: #929292 !important;
}

/* line 329, ../../sass/base/_helper.scss */
.bg-bright-green {
background-color: #b3c81b !important;
}

/* line 334, ../../sass/base/_helper.scss */
.button-style {
padding: 10px 20px;
margin-right: 12px;
font-weight: 700;
color: #fff;
border: 0;
}

@media (max-width: 767px) {
/* line 344, ../../sass/base/_helper.scss */
.small-row {
 margin: 0 -15px;
}

/* line 345, ../../sass/base/_helper.scss */
.large-row {
 margin: 0;
}

/* line 347, ../../sass/base/_helper.scss */
.small-horizontal-padding {
 padding: 0 15px;
}

/* line 348, ../../sass/base/_helper.scss */
.mobile-margin-none {
 margin: 0;
}

/* line 349, ../../sass/base/_helper.scss */
.mobile-margin-bottom {
 margin-bottom: 20px;
}

/* line 350, ../../sass/base/_helper.scss */
.mobile-margin-left {
 margin: 20px;
}

/* line 351, ../../sass/base/_helper.scss */
.mobile-margin-horizontal-lg {
 margin: 15px 0px 8px;
}

/* line 352, ../../sass/base/_helper.scss */
.mobile-margin-horizontal {
 margin: 8px -15px;
}

/* line 354, ../../sass/base/_helper.scss */
.mobile-padding-none {
 padding: 0;
}

/* line 355, ../../sass/base/_helper.scss */
.mobile-padding-bottom {
 padding-bottom: 20px;
}

/* line 356, ../../sass/base/_helper.scss */
.mobile-padding-top {
 padding-top: 20px;
}

/* line 357, ../../sass/base/_helper.scss */
.mobile-padding-top-large {
 padding-top: 40px;
}

/* line 358, ../../sass/base/_helper.scss */
.mobile-margin-neg15 {
 margin: 0 -15px !important;
}

/* line 359, ../../sass/base/_helper.scss */
.mobile-float-left {
 float: left !important;
}

/* line 360, ../../sass/base/_helper.scss */
.mobile-float-right {
 float: right !important;
}
}
/*
* Created by: Level Five Solutions
* Website: http://www.levelfivesolutions.com/
*
*/
/*
COLORS
*/
/* line 11, ../../sass/base/_text.scss */
.text-white {
color: #fff !important;
}

/* line 12, ../../sass/base/_text.scss */
.text-black {
color: #000 !important;
}

/* line 14, ../../sass/base/_text.scss */
.text-red {
color: #da413d !important;
}

/* line 16, ../../sass/base/_text.scss */
.text-gold {
color: #ffa422 !important;
}

/* line 17, ../../sass/base/_text.scss */
.text-gold-dark {
color: #d38425 !important;
}

/* line 19, ../../sass/base/_text.scss */
.text-teal-bright {
color: #0C7279 !important;
}

/* line 20, ../../sass/base/_text.scss */
.text-teal-dark {
color: #4c8794 !important;
}

/* line 21, ../../sass/base/_text.scss */
.text-teal-light {
color: #bbe2e4 !important;
}

/* line 22, ../../sass/base/_text.scss */
.text-teal-very-light {
color: #d0ecec !important;
}

/* line 24, ../../sass/base/_text.scss */
.text-blue {
color: #e1ecf0 !important;
}

/* line 25, ../../sass/base/_text.scss */
.text-blue-highlight {
color: #cce1e5 !important;
}

/* line 27, ../../sass/base/_text.scss */
.text-green {
color: #9fb41b !important;
}

/* line 28, ../../sass/base/_text.scss */
.text-green-bright {
color: #b3c81b !important;
}

/* line 29, ../../sass/base/_text.scss */
.text-green-light {
color: #f0f1d9 !important;
}

/* line 31, ../../sass/base/_text.scss */
.text-gray {
color: #d2d2d2 !important;
}

/* line 32, ../../sass/base/_text.scss */
.text-gray-80 {
color: #333 !important;
}

/* line 33, ../../sass/base/_text.scss */
.text-gray-60 {
color: #666 !important;
}

/* line 34, ../../sass/base/_text.scss */
.text-gray-40 {
color: #929292 !important;
}

/* line 35, ../../sass/base/_text.scss */
.text-gray-20 {
color: #cbcbcb !important;
}

/* line 36, ../../sass/base/_text.scss */
.text-gray-10 {
color: #e5e5e5 !important;
}

/* line 37, ../../sass/base/_text.scss */
.text-gray-5 {
color: #f4f4f4 !important;
}

/*
SIZE
*/
/* line 45, ../../sass/base/_text.scss */
.text-large {
font-size: 16px;
line-height: 21px;
}

/* line 50, ../../sass/base/_text.scss */
.text-medium {
font-size: 13px;
line-height: 16px;
}

/*
ALIGN
*/
/* line 60, ../../sass/base/_text.scss */
.text-align-center {
text-align: center;
}

/* line 61, ../../sass/base/_text.scss */
.text-align-right {
text-align: right;
}

/*
HEADERS
*/
/* line 68, ../../sass/base/_text.scss */
.f-s-10 {
font-size: 10px !important;
}

/* line 71, ../../sass/base/_text.scss */
.f-s-12 {
font-size: 12px !important;
}

/* line 74, ../../sass/base/_text.scss */
.f-s-14 {
font-size: 14px !important;
}

/* line 77, ../../sass/base/_text.scss */
.f-s-16 {
font-size: 16px !important;
}

/* line 80, ../../sass/base/_text.scss */
.f-s-18 {
font-size: 18px !important;
}

/* line 83, ../../sass/base/_text.scss */
.f-s-20 {
font-size: 20px !important;
}

/* line 86, ../../sass/base/_text.scss */
#page {
/*
 PARAGRAPH
*/
/*
 ANCHOR
*/
/*
 STRONG/BOLD
*/
}
/* line 91, ../../sass/base/_text.scss */
#page h1, #page h2, #page h3, #page h4, #page h5, #page h6 {
/** Font Family **/
/** Font Weight **/
/** Spacing **/
}
/* line 94, ../../sass/base/_text.scss */
#page h1.primary, #page h2.primary, #page h3.primary, #page h4.primary, #page h5.primary, #page h6.primary {
font-family: "Open Sans", sans-serif;
}
/* line 95, ../../sass/base/_text.scss */
#page h1.secondary, #page h2.secondary, #page h3.secondary, #page h4.secondary, #page h5.secondary, #page h6.secondary {
font-family: "Open Sans", sans-serif;
}
/* line 98, ../../sass/base/_text.scss */
#page h1.semibold, #page h2.semibold, #page h3.semibold, #page h4.semibold, #page h5.semibold, #page h6.semibold {
font-weight: 600;
}
/* line 99, ../../sass/base/_text.scss */
#page h1.regular, #page h2.regular, #page h3.regular, #page h4.regular, #page h5.regular, #page h6.regular {
font-weight: 400;
}
/* line 102, ../../sass/base/_text.scss */
#page h1.no-margin, #page h2.no-margin, #page h3.no-margin, #page h4.no-margin, #page h5.no-margin, #page h6.no-margin {
margin: 0;
}
/* line 103, ../../sass/base/_text.scss */
#page h1.margin-small, #page h2.margin-small, #page h3.margin-small, #page h4.margin-small, #page h5.margin-small, #page h6.margin-small {
margin-bottom: 5px;
}
/* line 106, ../../sass/base/_text.scss */
#page h1 {
font-size: 28px;
font-weight: 700;
line-height: 35px;
}
/* line 112, ../../sass/base/_text.scss */
#page h2 {
font-size: 26px;
font-weight: 600;
line-height: 32px;
}
/* line 118, ../../sass/base/_text.scss */
#page h3 {
font-size: 20px;
font-weight: 600;
line-height: 26px;
}
/* line 124, ../../sass/base/_text.scss */
#page h4 {
font-size: 20px;
font-weight: 400;
line-height: 26px;
}
/* line 130, ../../sass/base/_text.scss */
#page h5 {
font-size: 18px;
font-weight: 600;
line-height: 22px;
}
/* line 136, ../../sass/base/_text.scss */
#page h6 {
font-size: 16px;
font-weight: 600;
line-height: 20px;
}
/* line 147, ../../sass/base/_text.scss */
#page p {
/** Font Family **/
/** Size **/
}
/* line 149, ../../sass/base/_text.scss */
#page p.primary {
font-family: "Open Sans", sans-serif;
}
/* line 150, ../../sass/base/_text.scss */
#page p.secondary {
font-family: "Open Sans", sans-serif;
}
/* line 153, ../../sass/base/_text.scss */
#page p.small {
font-size: 12px;
line-height: 16px;
}
/* line 157, ../../sass/base/_text.scss */
#page p.large {
font-size: 20px;
line-height: 28px;
}
/* line 168, ../../sass/base/_text.scss */
#page a {
text-decoration: none;
/** Color **/
/** Size **/
/** Style **/
/** Weight **/
}
/* line 170, ../../sass/base/_text.scss */
#page a:hover {
text-decoration: underline;
}
/* line 173, ../../sass/base/_text.scss */
#page a.dark {
color: #333;
}
/* line 176, ../../sass/base/_text.scss */
#page a.medium {
font-size: 14px;
line-height: 18px;
}
/* line 179, ../../sass/base/_text.scss */
#page a.underline {
text-decoration: underline;
}
/* line 182, ../../sass/base/_text.scss */
#page a.semibold {
font-weight: 600;
}
/* line 191, ../../sass/base/_text.scss */
#page strong.large, #page bold.large {
font-size: 1.2em;
}

/*
* Created by: Level Five Solutions
* Website: http://www.levelfivesolutions.com/
*
*/
/*
BACKGROUND
*/
/* line 11, ../../sass/base/_assets.scss */
#page {
/*
 HORIZONTAL RULE
*/
/*
 FIGURE
*/
/*
 BORDER
*/
/*
 VIDEO
*/
}
/* line 12, ../../sass/base/_assets.scss */
#page .bg-white {
background-color: #fff;
}
/* line 13, ../../sass/base/_assets.scss */
#page .bg-black {
background-color: #000;
}
/* line 14, ../../sass/base/_assets.scss */
#page .bg-black-transparent {
background-color: rgba(0, 0, 0, 0.6);
}
/* line 16, ../../sass/base/_assets.scss */
#page .bg-red {
background-color: #da413d;
}
/* line 18, ../../sass/base/_assets.scss */
#page .bg-gold {
background-color: #ffa422;
margin-bottom: 15px;
}
/* line 19, ../../sass/base/_assets.scss */
#page .bg-gold-dark {
background-color: #d38425;
}
/* line 20, ../../sass/base/_assets.scss */
#page .bg-gold-60 {
background-color: #ffc87a;
}
/* line 22, ../../sass/base/_assets.scss */
#page .bg-teal-bright {
background-color: #0C7279;
}
/* line 23, ../../sass/base/_assets.scss */
#page .bg-teal-dark {
background-color: #4c8794;
}
/* line 24, ../../sass/base/_assets.scss */
#page .bg-teal-light {
background-color: #bbe2e4;
}
/* line 25, ../../sass/base/_assets.scss */
#page .bg-teal-very-light {
background-color: #d0ecec;
}
/* line 27, ../../sass/base/_assets.scss */
#page .bg-blue {
background-color: #e1ecf0;
}
/* line 28, ../../sass/base/_assets.scss */
#page .bg-blue-highlight {
background-color: #cce1e5;
}
/* line 29, ../../sass/base/_assets.scss */
#page .bg-blue-light {
background-color: #e0ebef;
}
/* line 31, ../../sass/base/_assets.scss */
#page .bg-green {
background-color: #9fb41b;
}
/* line 32, ../../sass/base/_assets.scss */
#page .bg-green-bright {
background-color: #b3c81b;
}
/* line 33, ../../sass/base/_assets.scss */
#page .bg-green-light {
background-color: #f0f1d9;
}
/* line 35, ../../sass/base/_assets.scss */
#page .bg-gray {
background-color: #d2d2d2;
}
/* line 36, ../../sass/base/_assets.scss */
#page .bg-gray-80 {
background-color: #333;
}
/* line 37, ../../sass/base/_assets.scss */
#page .bg-gray-60 {
background-color: #666;
}
/* line 38, ../../sass/base/_assets.scss */
#page .bg-gray-40 {
background-color: #929292;
}
/* line 39, ../../sass/base/_assets.scss */
#page .bg-gray-20 {
background-color: #cbcbcb;
}
/* line 40, ../../sass/base/_assets.scss */
#page .bg-gray-10 {
background-color: #e5e5e5;
}
/* line 41, ../../sass/base/_assets.scss */
#page .bg-gray-5 {
background-color: #f4f4f4;
}
/* line 44, ../../sass/base/_assets.scss */
#page .exampleSwatch {
outline: 1px #ccc solid;
padding: 5px;
}
/* line 48, ../../sass/base/_assets.scss */
#page .exampleSwatch .swatchColor {
height: 80px;
width: 100%;
}
/* line 53, ../../sass/base/_assets.scss */
#page .exampleSwatch .swatchName {
color: black;
font-size: 11px;
}
/* line 66, ../../sass/base/_assets.scss */
#page hr {
/** Spacing **/
/** Thickness **/
/** Color **/
}
/* line 68, ../../sass/base/_assets.scss */
#page hr.margin-large {
margin: 20px 0;
}
/* line 71, ../../sass/base/_assets.scss */
#page hr.thick {
border-width: 2px 0 0;
}
/* line 74, ../../sass/base/_assets.scss */
#page hr.gold {
border-color: #ffa422;
}
/* line 83, ../../sass/base/_assets.scss */
#page figure.left {
float: left;
margin: 0 35px 20px 0;
}
/* line 87, ../../sass/base/_assets.scss */
#page figure.right {
float: right;
margin: 0 0 20px 35px;
}
@media (max-width: 767px) {
/* line 96, ../../sass/base/_assets.scss */
#page figure.left, #page figure.right {
 float: none;
 margin: 0 auto 20px;
}
/* line 100, ../../sass/base/_assets.scss */
#page figure.left > img, #page figure.right > img {
 float: none;
 margin: 0 auto;
}
}
/* line 114, ../../sass/base/_assets.scss */
#page .border {
border-style: solid;
border-width: 1px;
/** Colors **/
/** Extras **/
}
/* line 122, ../../sass/base/_assets.scss */
#page .border.rounded {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
/* line 130, ../../sass/base/_assets.scss */
#page .video-container {
height: 0;
padding: 30px 0 56.25%;
position: relative;
overflow: hidden;
}
/* line 136, ../../sass/base/_assets.scss */
#page .video-container iframe, #page .video-container object, #page .video-container embed {
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}

/* line 2, ../../sass/base/_bootstrapOverrides.scss */
.container-fluid {
max-width: 1170px;
margin: 0 auto;
}

.navbar .container-fluid {
 max-width: 1366px;
 padding: 0 30px;
 position: relative;
}

@media (max-width: 767px) {
/* line 2, ../../sass/base/_bootstrapOverrides.scss */
.container-fluid {
 padding: 0;
 margin: 0 15px;
}
}

/* line 30, ../../sass/base/_bootstrapOverrides.scss */
.modal-dialog {
z-index: 1041;
}
/* line 33, ../../sass/base/_bootstrapOverrides.scss */
.modal-dialog .modal-content .modal-header {
border-bottom: 0;
}
/* line 36, ../../sass/base/_bootstrapOverrides.scss */
.modal-dialog .modal-content .modal-body {
position: relative;
}
/* line 37, ../../sass/base/_bootstrapOverrides.scss */
.modal-dialog .modal-content .modal-body p {
margin: 20px auto;
max-width: 800px;
}
/* line 42, ../../sass/base/_bootstrapOverrides.scss */
.modal-dialog .modal-content .modal-body .controlsContainer {
position: absolute;
height: 25px;
top: 50%;
left: 0;
width: 100%;
margin-top: -30px;
}
/* line 50, ../../sass/base/_bootstrapOverrides.scss */
.modal-dialog .modal-content .modal-body .controlsContainer .controls {
padding: 10px;
font-size: 36px;
text-decoration: none;
/*
background-color: #fff;
background-color: $kcs-white-transparent;
*/
}
/* line 58, ../../sass/base/_bootstrapOverrides.scss */
.modal-dialog .modal-content .modal-body .controlsContainer .controls:hover {
text-decoration: none;
}
/* line 61, ../../sass/base/_bootstrapOverrides.scss */
.modal-dialog .modal-content .modal-body .controlsContainer .controls.previous {
float: left;
}
/* line 65, ../../sass/base/_bootstrapOverrides.scss */
.modal-dialog .modal-content .modal-body .controlsContainer .controls.next {
float: right;
}


/* line 92, ../../sass/base/_bootstrapOverrides.scss */
#ResultFooter {
display: none;
}

/* * * * * * * * * * * * * * * * * * * * */


/* line 133, ../../sass/base/_bootstrapOverrides.scss */
.caret {
margin-left: 6px;
}

@media (min-width: 768px) {
/* line 140, ../../sass/base/_bootstrapOverrides.scss */
.dropdown:hover .dropdown-menu {
 display: block;
}
}
/* line 150, ../../sass/base/_bootstrapOverrides.scss */
.dropdown.open .caret {
border-top: none;
border-bottom: 4px solid;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
}
/* line 160, ../../sass/base/_bootstrapOverrides.scss */
.dropdown .caret {
border-top: 4px solid;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
border-bottom: none;
}
/* line 166, ../../sass/base/_bootstrapOverrides.scss */
.dropdown .caret.small-screen {
display: none;
}
@media (max-width: 767px) {
/* line 166, ../../sass/base/_bootstrapOverrides.scss */
.dropdown .caret.small-screen {
 display: inline-block;
}
}

/* line 180, ../../sass/base/_bootstrapOverrides.scss */
.img-responsive {
margin: 0 auto;
}
/* line 182, ../../sass/base/_bootstrapOverrides.scss */
.img-responsive.small-screen {
display: none;
}
@media (max-width: 767px) {
/* line 182, ../../sass/base/_bootstrapOverrides.scss */
.img-responsive.small-screen {
 display: block;
}
}
/* line 188, ../../sass/base/_bootstrapOverrides.scss */
.img-responsive.large-screen {
display: block;
}
@media (max-width: 767px) {
/* line 188, ../../sass/base/_bootstrapOverrides.scss */
.img-responsive.large-screen {
 display: none;
}
}
/* line 195, ../../sass/base/_bootstrapOverrides.scss */
.img-responsive.img-infomodules {
margin: 20px 0;
width: 100%;
}


/* line 208, ../../sass/base/_bootstrapOverrides.scss */
.colMarginXReset {
margin-left: -15px;
margin-right: -15px;
}
@media (max-width: 767px) {
/* line 208, ../../sass/base/_bootstrapOverrides.scss */
.colMarginXReset {
 margin-left: 0;
 margin-right: 0;
}
}

/* line 220, ../../sass/base/_bootstrapOverrides.scss */
.toolTipBtn {
color: #0C7279 !important;
border-radius: 0;
padding: 2px 7px;
line-height: 15px;
font-size: 18px;
}

/* line 236, ../../sass/base/_bootstrapOverrides.scss */
.col-xs-1.inline-block, .col-sm-1.inline-block, .col-md-1.inline-block, .col-lg-1.inline-block, .col-xs-2.inline-block, .col-sm-2.inline-block, .col-md-2.inline-block, .col-lg-2.inline-block, .col-xs-3.inline-block, .col-sm-3.inline-block, .col-md-3.inline-block, .col-lg-3.inline-block, .col-xs-4.inline-block, .col-sm-4.inline-block, .col-md-4.inline-block, .col-lg-4.inline-block, .col-xs-5.inline-block, .col-sm-5.inline-block, .col-md-5.inline-block, .col-lg-5.inline-block, .col-xs-6.inline-block, .col-sm-6.inline-block, .col-md-6.inline-block, .col-lg-6.inline-block, .col-xs-7.inline-block, .col-sm-7.inline-block, .col-md-7.inline-block, .col-lg-7.inline-block, .col-xs-8.inline-block, .col-sm-8.inline-block, .col-md-8.inline-block, .col-lg-8.inline-block, .col-xs-9.inline-block, .col-sm-9.inline-block, .col-md-9.inline-block, .col-lg-9.inline-block, .col-xs-10.inline-block, .col-sm-10.inline-block, .col-md-10.inline-block, .col-lg-10.inline-block, .col-xs-11.inline-block, .col-sm-11.inline-block, .col-md-11.inline-block, .col-lg-11.inline-block, .col-xs-12.inline-block, .col-sm-12.inline-block, .col-md-12.inline-block, .col-lg-12.inline-block {
display: inline-block;
vertical-align: top;
zoom: 1;
float: none;
margin: 10px -2px;
}

/* line 247, ../../sass/base/_bootstrapOverrides.scss */
.pagination .fancybox-nav {
padding: 15px 12px;
}
/* line 250, ../../sass/base/_bootstrapOverrides.scss */
.pagination .fancybox-nav span.show {
visibility: visible !important;
left: 0 !important;
}

/* line 266, ../../sass/base/_bootstrapOverrides.scss */
.breadcrumb {
margin-bottom: 0;
margin-left: 0;
padding-left: 0;
}
/* line 272, ../../sass/base/_bootstrapOverrides.scss */
.breadcrumb > li.active a, .breadcrumb > li.active a:hover, .breadcrumb > li.active a:visited {
color: #0C7279;
}
/* line 276, ../../sass/base/_bootstrapOverrides.scss */
.breadcrumb > li a, .breadcrumb > li a:hover, .breadcrumb > li a:visited {
color: #0C7279;
text-decoration: none;
}
/* line 283, ../../sass/base/_bootstrapOverrides.scss */
.breadcrumb > li + li:before {
content: "//";
}

/* line 1, ../../sass/base/_sharepointOverrides.scss */
#sideNavBox {
display: none;
}

/* line 2, ../../sass/base/_sharepointOverrides.scss */
#contentBox {
margin-left: 20px;
}

/* line 4, ../../sass/base/_sharepointOverrides.scss */
.ms-webpart-chrome-title {
display: none !important;
}

/* line 9, ../../sass/base/_sharepointOverrides.scss */
#header input[type=button], #header input[type=reset], #header input[type=submit], #header button, #page input[type=button], #page input[type=reset], #page input[type=submit], #page button, #footer input[type=button], #footer input[type=reset], #footer input[type=submit], #footer button {
min-width: 45px;
}

/* line 14, ../../sass/base/_sharepointOverrides.scss */
.breadcrumb {
background-color: #fff;
}
/* line 19, ../../sass/base/_sharepointOverrides.scss */
.breadcrumb .breadcrumb-root:first-of-type + span {
display: none;
}
/* line 24, ../../sass/base/_sharepointOverrides.scss */
.breadcrumb .breadcrumb-current {
color: red;
}
/* line 28, ../../sass/base/_sharepointOverrides.scss */
.breadcrumb .breadcrumb-node {
color: green;
}

/* hide separator before root node */
/* line 38, ../../sass/base/_sharepointOverrides.scss */
.breadcrumb-root > .s4-breadcrumb-arrowcont {
display: none;
}

/* line 42, ../../sass/base/_sharepointOverrides.scss */
ul.breadcrumb ul,
ul.breadcrumb li {
display: inline;
}

/* line 47, ../../sass/base/_sharepointOverrides.scss */
.s4-workspace {
overflow-x: hidden;
}

/* spacing around separator arrow */
/* line 52, ../../sass/base/_sharepointOverrides.scss */
.s4-breadcrumb-arrowcont {
margin: 0 10px;
}

/* fix separator img alignment */
/* line 57, ../../sass/base/_sharepointOverrides.scss */
.s4-breadcrumb-arrowcont > span.s4-breadcrumb {
display: inline !important;
overflow: auto !important;
position: static !important;
}

/* fix separator img alignment */
/* line 64, ../../sass/base/_sharepointOverrides.scss */
.s4-breadcrumb-arrowcont > span.s4-breadcrumb img {
position: static !important;
}

/* line 71, ../../sass/base/_sharepointOverrides.scss */
.ms-core-menu-arrow {
width: 6px !important;
}

/* line 76, ../../sass/base/_sharepointOverrides.scss */
#s4-bodyContainer {
padding: 0;
margin-bottom: 0;
padding-bottom: 0;
}

/* line 82, ../../sass/base/_sharepointOverrides.scss */
#s4-workspace {
overflow-y: auto;
overflow-x: hidden;
}

/* line 87, ../../sass/base/_sharepointOverrides.scss */
div.welcome {
position: relative !important;
}

/* line 95, ../../sass/base/_sharepointOverrides.scss */
#page .btn {
border: none;
border-radius: 0;
}
/* line 98, ../../sass/base/_sharepointOverrides.scss */
#page .btn.page-btn {
border: 1px solid #adadad;
border-radius: 0 4px 4px 0;
margin-bottom: 30px;
}
/* line 106, ../../sass/base/_sharepointOverrides.scss */
#page .ms-rtestate-field .ms-srch-sb-searchLink img {
width: auto;
}
/* line 112, ../../sass/base/_sharepointOverrides.scss */
#page #ms-designer-ribbon * {
box-sizing: content-box !important;
-webkit-box-sizing: content-box !important;
}
/* line 117, ../../sass/base/_sharepointOverrides.scss */
#page .ms-srch-result #Paging a {
padding: 0;
}
/* line 121, ../../sass/base/_sharepointOverrides.scss */
#page .ms-srch-item {
clear: both;
width: 70%;
}
@media (max-width: 767px) {
/* line 121, ../../sass/base/_sharepointOverrides.scss */
#page .ms-srch-item {
 width: 90%;
}
}
/* line 130, ../../sass/base/_sharepointOverrides.scss */
#page .ms-rtestate-field img {
width: 100%;
}
/* line 132, ../../sass/base/_sharepointOverrides.scss */
#page .ms-rtestate-field img.media-object {
width: 132px;
}
/* line 139, ../../sass/base/_sharepointOverrides.scss */
#page .ms-srch-item-body, #page .ms-webpart-chrome-vertical, #page .ms-webpart-cell-vertical {
display: block;
}
/* line 143, ../../sass/base/_sharepointOverrides.scss */
#page .kcsCustomSearchBox {
width: auto;
min-width: 260px;
}
@media (max-width: 767px) {
/* line 149, ../../sass/base/_sharepointOverrides.scss */
#page .ms-srch-sbLarge-fullWidth {
 width: 260px;
}
}

/* line 157, ../../sass/base/_sharepointOverrides.scss */
#ms-designer-ribbon * {
box-sizing: content-box;
}

/* line 162, ../../sass/base/_sharepointOverrides.scss */
#header ul li {
margin-left: 15px;
}

#header .navbar-nav .dropdown {
 margin-left: 8px;
}

/* line 1, ../../sass/base/_images.scss */
img.image2x {
width: 100%;
height: auto;
}

/* line 6, ../../sass/base/_images.scss */
.megamenuIcon, .icon_mykcslogin, .icon_myinvoice, .icon_serviceUpdates, .icon_ourNetwork, .icon_speakUp {
width: 32px;
height: 40px;
display: inline-block;
}

/* line 14, ../../sass/base/_images.scss */
.img_logo {
height: 100px;
width: 180px;
margin-top: 0;
display: flex;
align-items: center;
}
@media (max-width: 992px) {
/* line 14, ../../sass/base/_images.scss */
.img_logo {
 margin-top: 25px;
}
}
@media (max-width: 768px) {
/* line 14, ../../sass/base/_images.scss */
.img_logo {
 width: 170px;
}
}

/* line 26, ../../sass/base/_images.scss */
.img-full {
width: 100%;
}

/*
* Created by: Level Five Solutions
* Website: http://www.levelfivesolutions.com/
*
*/
/*
* Created by: Level Five Solutions
* Website: http://www.levelfivesolutions.com/
*
*/
/*
BODY AFTER CONTENT FOR REVIEWING BOOTSTRAP SIZE FROM JS
*/
/* line 13, ../../sass/base/_globals.scss */
body:after {
content: 'xs';
display: none;
}

/*
SIZES
*/
@media (min-width: 768px) {
/* line 32, ../../sass/base/_globals.scss */
body:after {
 content: 'sm';
}
}
@media (min-width: 992px) {
/* line 37, ../../sass/base/_globals.scss */
body:after {
 content: 'md';
}
}
@media (min-width: 1200px) {
/* line 42, ../../sass/base/_globals.scss */
body:after {
 content: 'lg';
}
}
/*
FILE PATHS
*/
/*
COLORS
*/
/*
FONTS
*/
/*
PLACEHOLDERS & MIXINS
*/
/*
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/
*
*/
/* line 7, ../../sass/layout/_general.scss */
* {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

/*
@mixin container {
@include pie-clearfix;
max-width: 1110px;
margin-left: auto;
margin-right: auto;
}
@mixin container-short { max-width: 780px; }
@mixin container-wide { max-width: 1420px; }

.container {
@include container;
&.short { @include container-short; }
&.wide { @include container-wide; }
}
*/
@media (max-width: 870px) {
/* 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 62, ../../sass/layout/_general.scss */
#page {
margin: 0;
}

/*
BAR
*/
/* line 71, ../../sass/layout/_general.scss */
.bar {
*zoom: 1;
}
/* line 38, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.bar:after {
content: "";
display: table;
clear: both;
}
/* line 73, ../../sass/layout/_general.scss */
.bar > .left, .bar > .right {
max-width: 80%;
}
/* line 75, ../../sass/layout/_general.scss */
.bar > .left.short, .bar > .right.short {
width: 27%;
}
/* line 76, ../../sass/layout/_general.scss */
.bar > .left.wide, .bar > .right.wide {
width: 70%;
}
/* line 78, ../../sass/layout/_general.scss */
.bar > .left {
float: left;
}
/* line 79, ../../sass/layout/_general.scss */
.bar > .right {
float: right;
}
/* line 81, ../../sass/layout/_general.scss */
.bar.even > .left, .bar.even > .right {
width: 48%;
}

/*
* 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-core-1.0.3/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: 20px;
}
/* line 50, ../../sass/layout/_grid.scss */
.col-group > .col > .col-block.no-margin {
margin: 0;
}
/* line 51, ../../sass/layout/_grid.scss */
.col-group > .col > .col-block.no-margin-bottom {
margin-bottom: 0;
}
/* line 52, ../../sass/layout/_grid.scss */
.col-group > .col > .col-block.side-padding {
padding-left: 20px;
padding-right: 20px;
}
/* line 53, ../../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 61, ../../sass/layout/_grid.scss */
.col-group > .col > .col-block > .col-content {
padding: 15px;
}
/* line 63, ../../sass/layout/_grid.scss */
.col-group > .col > .col-block > .col-content.no-padding-bottom {
padding-bottom: 0;
}
/* line 64, ../../sass/layout/_grid.scss */
.col-group > .col > .col-block > .col-content.no-padding {
padding: 0;
}
/* line 65, ../../sass/layout/_grid.scss */
.col-group > .col > .col-block > .col-content.no-padding-left {
padding-left: 0;
}
/* line 66, ../../sass/layout/_grid.scss */
.col-group > .col > .col-block > .col-content.no-padding-right {
padding-right: 0;
}
/* line 67, ../../sass/layout/_grid.scss */
.col-group > .col > .col-block > .col-content.no-padding-top {
padding-top: 0;
}
/* line 68, ../../sass/layout/_grid.scss */
.col-group > .col > .col-block > .col-content.no-horizontal-padding {
padding-left: 0;
padding-right: 0;
}
/* line 69, ../../sass/layout/_grid.scss */
.col-group > .col > .col-block > .col-content.no-vertical-padding {
padding-bottom: 0;
padding-top: 0;
}
/* line 73, ../../sass/layout/_grid.scss */
.col-group.squeeze {
margin: 0;
}
/* line 75, ../../sass/layout/_grid.scss */
.col-group.squeeze > .col {
padding-left: 0;
padding-right: 0;
}
/* line 82, ../../sass/layout/_grid.scss */
.col-group:first-child > .col > .col-block {
margin-top: 0;
}

/* Mobile */
@media (max-width: 767px) {
/* line 91, ../../sass/layout/_grid.scss */
.col-group > .col {
 padding-left: 0;
 padding-right: 0;
 /** Spacing **/
}
/* line 94, ../../sass/layout/_grid.scss */
.col-group > .col.mobile-padding-right {
 padding-right: 20px;
}
/* line 96, ../../sass/layout/_grid.scss */
.col-group > .col.col-1-2 {
 width: 100%;
}
/* line 97, ../../sass/layout/_grid.scss */
.col-group > .col.col-1-3 {
 width: 100%;
}
/* line 98, ../../sass/layout/_grid.scss */
.col-group > .col.col-2-3 {
 width: 100%;
}
/* line 99, ../../sass/layout/_grid.scss */
.col-group > .col.col-1-4 {
 width: 100%;
}
/* line 100, ../../sass/layout/_grid.scss */
.col-group > .col.col-3-4 {
 width: 100%;
}
/* line 101, ../../sass/layout/_grid.scss */
.col-group > .col.col-1-5 {
 width: 100%;
}
/* line 102, ../../sass/layout/_grid.scss */
.col-group > .col.col-2-5 {
 width: 100%;
}
/* line 103, ../../sass/layout/_grid.scss */
.col-group > .col.col-3-5 {
 width: 100%;
}
/* line 104, ../../sass/layout/_grid.scss */
.col-group > .col.col-4-5 {
 width: 100%;
}
/* line 105, ../../sass/layout/_grid.scss */
.col-group > .col.col-1-6 {
 width: 100%;
}
/* line 106, ../../sass/layout/_grid.scss */
.col-group > .col.col-5-6 {
 width: 100%;
}
/* line 107, ../../sass/layout/_grid.scss */
.col-group > .col.col-1-8 {
 width: 100%;
}
/* line 108, ../../sass/layout/_grid.scss */
.col-group > .col.col-3-8 {
 width: 100%;
}
/* line 109, ../../sass/layout/_grid.scss */
.col-group > .col.col-5-8 {
 width: 100%;
}
/* line 110, ../../sass/layout/_grid.scss */
.col-group > .col.col-1-12 {
 width: 100%;
}
/* line 111, ../../sass/layout/_grid.scss */
.col-group > .col.col-5-12 {
 width: 100%;
}
/* line 112, ../../sass/layout/_grid.scss */
.col-group > .col.col-7-12 {
 width: 100%;
}
/* line 113, ../../sass/layout/_grid.scss */
.col-group > .col.col-11-12 {
 width: 100%;
}
/* line 116, ../../sass/layout/_grid.scss */
.col-group > .col > .col-block.mobile-padding-left {
 padding-left: 20px;
}
/* line 121, ../../sass/layout/_grid.scss */
.col-group:first-child > .col > .col-block {
 margin-top: 20px;
}
/* line 123, ../../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/
*
*/
/*
BODY AFTER CONTENT FOR REVIEWING BOOTSTRAP SIZE FROM JS
*/
/* line 13, ../../sass/base/_globals.scss */
body:after {
content: 'xs';
display: none;
}

/*
SIZES
*/
@media (min-width: 768px) {
/* line 32, ../../sass/base/_globals.scss */
body:after {
 content: 'sm';
}
}
@media (min-width: 992px) {
/* line 37, ../../sass/base/_globals.scss */
body:after {
 content: 'md';
}
}
@media (min-width: 1200px) {
/* line 42, ../../sass/base/_globals.scss */
body:after {
 content: 'lg';
}
}
/*
FILE PATHS
*/
/*
COLORS
*/
/*
FONTS
*/
/*
PLACEHOLDERS & MIXINS
*/
/*
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/layout/_header.scss */
#header {
background-color: #e5e5e5;
/*border-bottom: 1px solid #cbcbcb;*/
padding: 0;
}
/* line 16, ../../sass/layout/_header.scss */
#header .companyTitle {
font-size: 23px;
color: #666;
padding: 10px 20px;
}
@media (max-width: 1200px) {
/* line 16, ../../sass/layout/_header.scss */
#header .companyTitle {
 display: none;
}
}

/*
* Created by: Level Five Solutions
* Website: http://www.levelfivesolutions.com/
*
*/
/*
* Created by: Level Five Solutions
* Website: http://www.levelfivesolutions.com/
*
*/
/*
BODY AFTER CONTENT FOR REVIEWING BOOTSTRAP SIZE FROM JS
*/
/* line 13, ../../sass/base/_globals.scss */
body:after {
content: 'xs';
display: none;
}

/*
SIZES
*/
@media (min-width: 768px) {
/* line 32, ../../sass/base/_globals.scss */
body:after {
 content: 'sm';
}
}
@media (min-width: 992px) {
/* line 37, ../../sass/base/_globals.scss */
body:after {
 content: 'md';
}
}
@media (min-width: 1200px) {
/* line 42, ../../sass/base/_globals.scss */
body:after {
 content: 'lg';
}
}
/*
FILE PATHS
*/
/*
COLORS
*/
/*
FONTS
*/
/*
PLACEHOLDERS & MIXINS
*/
/*
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%));
}**/


/*
NAV MENU
*/

.navbar {
 margin-bottom: 0;
 border: none;
}

.navbar-brand {
 height: unset;
 padding: 10px 0 10px 15px;
}

.navbar-brand .image2x {
 border-right: 1px solid #707070;
 padding-right: 30px;
}

.navbar-default {
 background-color: #fff;
}

ul.navbar-nav > .dropdown {
 margin-left: 5px;
 margin-right: 5px;
}

.login-btn-wrapper {
 margin-left: 10px;
 margin-right: 10px;
}

.nav li .dropdown-toggle {
 padding-left: 10px;
 padding-right: 10px;
}

html[lang="es_ES"] .navbar-default .navbar-nav li .dropdown-toggle {
 padding: 20px 10px 30px;
}

.navbar-default .navbar-nav li .dropdown-toggle {
 padding: 30px 10px 40px;
}

.navbar-default .navbar-nav li a {
 font-size: 14px;
 font-family: "Open sans", sans-serif;
 color: #525252;
 font-weight: 700;
 padding-top: 5px;
 padding-bottom: 5px;
}

html[lang="es_ES"] .navbar-default .navbar-nav > li > a {
 max-width: 118px;
 text-align: center;
}

@media screen and (max-width: 1250px) {
 /*html[lang="es_ES"] .navbar-default .navbar-nav li a.login-btn {*/
 /*    padding: 5px 15px !important;*/
 /*}*/
 
 html[lang="es_ES"] .navbar-default .navbar-nav > li > a {
     max-width: 105px;
     padding-left: 15px !important;
     padding-right: 15px !important;
 }
}

.navbar-default .navbar-nav li a:hover {
 color: #fff;
 background-color: #C94D3A;
}


#search-btn {
 margin-right: 0;
 margin-left: 0;
}

html[lang="es_ES"]  #search-btn > a {
 padding: 30px 10px 40px;
}

html[lang="es_ES"] #language-dropdown > a {
 padding: 30px 10px 40px;
}

.ST_iOS_check,
#analogLink {
 color:#0C7279 !important;
 font-size: 14px !important;
 font-weight: 600 !important;
}
.ST_iOS_check:hover,
.ST_iOS_check:focus,
.ST_iOS_check:active,
#analogLink:hover,
#analogLink:focus,
#analogLink:active {
 color: #C94D3A !important;
 text-decoration: none;
}

.ST_iOS_check {
 margin-left: 15px;
}

.navbar-default .navbar-nav li ul li a:hover {
 background-color: transparent;
 color: #C94D3A;
}

.navbar-links-wrapper {
 display: flex;
 align-items: center;
 height: 100px;
}

.navbar-right {
 margin-left: auto;
 display: flex;
 align-items: center;
 height: 100px;
 position: relative;
}

#searchInputBox {
 padding: 5px 13px 0;
}

#searchInputBox .input-group {
 display: block;
}

.input-group > form:nth-child(1) {
 display: block;
 width: 100%;
}

.navbar-nav .dropdown-menu .width-30 {
 width: 30%;
}

.navbar-nav .dropdown-menu .width-15 {
 width: 15%;
}

.navbar-nav.navbar-right li a {
 font-size: 10px;
 text-transform: uppercase;
 font-weight: 600;
}

.navbar-nav.navbar-right li ul li {
 margin-left: 30px;
 margin-right: 30px;
}

.navbar-nav.navbar-right li ul li a {
 font-size: 12px;
 text-transform: unset;
 color: #0C7279;
 font-weight: 600;
 padding-left: 0;
 padding-right: 0;
}

.language-flag {
 margin-right: 5px;
 margin-bottom: 2px;
 width: 40px;
 height: 40px;
}

.navbar-default .navbar-nav .dropdown {
 margin-top: 20px;
}

.dropdown-toggle .glyphicon-search {
 font-size: 18px;
 padding-left: 10px;
 padding-right: 10px;
}

.dropdown-menu.nav-dropdown {
 border: none;
 border-top: 10px solid #C94D3A;
 width: 95%;
 left: 50%;
 right: auto;
 transform: translate(-50%,0);
}

/*.navbar .navbar-nav li[data-navid="0"] .dropdown-menu,*/
/*.navbar .navbar-nav li[data-navid="3"] .dropdown-menu {*/
/*    width: 70%;*/
/*}*/

/*.navbar .navbar-nav li[data-navid="2"] .dropdown-menu {*/
/*    width: 30%;*/
/*}*/

.navbar .navbar-nav li[data-navid="0"] .dropdown-menu,
.navbar .navbar-nav li[data-navid="2"] .dropdown-menu {
 width: 956px;
}
.navbar .navbar-nav li[data-navid="1"] .dropdown-menu {
 width: 1297px;
}
@media (max-width: 1300px) {
 .navbar .navbar-nav li[data-navid="1"] .dropdown-menu {
     width: 1075px;
 }
}
.navbar .navbar-nav li[data-navid="3"] .dropdown-menu {
 width: 410px;
}
.navbar .navbar-nav li[data-navid="7"] .dropdown-menu {
 width: 100%;
}
.navbar .navbar-nav li[data-navid="9"] .dropdown-menu {
 width: 100%;
}

li[data-navid="10"] {
 margin-top: 0 !important;
 margin-bottom: 0;
}

/*html[lang="es_ES"] li[data-navid="10"] .dropdown-menu {*/
/*    width: 349px;*/
/*}*/

/*@media (max-width: 1250px) {*/
/*    html[lang="es_ES"] li[data-navid="10"] .dropdown-menu {*/
/*        width: 349px;*/
/*    }*/
/*}*/

li[data-navid="10"] .dropdown-menu {
 border-top: 10px solid #C94D3A;
 border-right: 0px solid #fff;
 border-left: 0px solid #fff;
 top: 100%;
 width: 100%;
}

li[data-navid="10"] .mega-menu-item-form {
 margin: 15px 20px;
}

/*li[data-navid="10"] .login-btn:hover {*/
/*    background-color: #C94D3A !important;*/
/*    padding: 29px 16px 47px;*/
/*    margin-top: 17px;*/
/*}*/

li[data-navid="10"] .caret {
 margin-left: 5px;
}

li[data-navid="10"] .glyphicon-chevron-down
{
 color: #fff;
}

[data-navid="10"] .form-link {
 text-decoration: none;
 color: #0C7279 !important;
 font-weight: 600 !important;
 text-transform: none !important;
 font-size: 14px !important;
}

[data-navid="10"] .form-link:hover {
background-color: #fff !important;
text-decoration: underline;
}


.navbar-default .navbar-nav li .dropdown-menu li a {
 color: #0C7279;
 font-size: 14px;
}

.navbar-right .dropdown-menu {
 left: 0;
 right: 0;
 transform: unset;
 width: 100%;
 top: 100%;
}

.glyphicon-chevron-down {
 top: 1px;
 left: 3px;
 color: #C94D3A;
 font-size: 10px;
}

.nav > li {
 position: unset;
}

nav.side-nav {
 margin-bottom: 30px;
}

.dropdown .dropup {
 position: unset;
}

.dropdown-header {
 font-size: 10px;
 font-family: "Open Sans", sans-serif;
 font-weight: 700;
 text-transform: uppercase;
 color: #333333;
 padding: 5px 0;
 white-space: normal;
 line-height: 16px;
 border-bottom: 1px solid #C6C8C9;
}

.list-item {
 margin-top: 15px;
 margin-bottom: 15px;
}

.list-item a {
 font-size: 14px !important;
 font-weight: 600 !important;
 color: #0C7279 !important;
}

.list-item a:hover {
 font-size: 14px !important;
 font-weight: 600 !important;
 color: #C94D3A !important;
 text-decoration: none;
}

html[lang="es_ES"] .navbar-default .navbar-nav li a.login-btn {
 max-width: 120px;
}


.login-btn {
 background-color: #C94D3A;
 border: 1px solid #C94D3A;
 color: #fff !important;
 border-radius: 0;
}
.login-btn:hover,
.login-btn:active,
.login-btn:focus {
 /*background-color: #C43A2B !important;*/
 /*border: 1px solid #C43A2B;*/
 color: #fff !important;
 text-decoration: none;
}

.login-btn-mobile {
 background-color: #C94D3A;
 border: 1px solid #C94D3A;
 color: #fff !important;
 border-radius: 0;
 margin-bottom: 10px;
}
.login-btn-mobile:hover,
.login-bt-mobile:active,
.login-btn-mobile:focus {
 background-color: #C43A2B !important;
 border: 1px solid #C43A2B;
 color: #fff !important;
 text-decoration: none;
}

.list-item {
 list-style: none;
}

.quick-links-container {
 background-color: #F7F7F7;
}

.quick-links-header .dropdown-header {
 text-align: center;
 font-size: 16px;
 font-weight: 400;
}

.quick-links-header li {
 margin: 10px 15px 15px;
}

.quick-links-header li a:hover {
 background-color: #218A91 !important;
 font-size: 14px !important;
 color: #fff !important;
}

.quick-links-header li a {
 color: #fff !important;
}

.skip-to-content-link {
transform: translateY(-100%);
position: absolute;
}

.skip-to-content-link:focus {
transform: translateY(0%);
position: relative;
}

.quick-links-btn {
 background-color: #0C7279;
 border: #0C7279;
 color: #fff !important;
 white-space: normal;
 width: 100%;
}

.mobile-quick-links {
 background-color: #0C7279;
 border-radius: 4px;
 padding: 10px;
 text-align: center;
}
.mobile-quick-links:hover,
.mobile-quick-links:active,
.mobile-quick-links:focus {
 background-color: #218A91;
 text-decoration: none;
}

.mobile-quick-links a {
 color: #fff !important;
}
.mobile-quick-links a:hover,
.mobile-quick-links a:active,
.mobile-quick-links a:focus {
 color: #fff !important;
}

.burger-menu {
 display: none;
 width: 50px;
 padding: 3px 8px;
 cursor: pointer;
}

.burger-menu:hover,
.burger-menu:active,
.burger-menu:focus {
background-color: #C94D3A;
 border-radius: 5px;
}

.burger-menu:hover .burger-line,
.burger-menu:active .burger-line,
.burger-menu:focus .burger-line {
background-color: #fff;
}

.burger-line {
 width: 100%;
 height: 5px;
 background-color: #C94D3A;
 margin: 6px 0;
 border-radius: 10px;
}


@media (min-width: 767px) {
.navbar-links-wrapper {
 display: flex;
 align-items: center;
 height: 100px;
}
}

@media screen and (max-width: 1250px) {
 
 .navbar-default .navbar-nav li .dropdown-toggle {
     font-size: 12px;
     line-height: 20px;
 }
 
 .navbar-nav.navbar-right li .dropdown-toggle {
     font-size: 10px;
 }
 
 .dropdown-toggle .glyphicon-search {
     padding-left: 5px;
     padding-right: 5px;
 }
 
  li[data-navid="1"] .dropdown-header {
     min-height: 45px;
 }
 
 .navbar-right .login-btn-wrapper .login-btn {
     padding: 3px 5px;
 }
 
}

@media screen and (max-width: 1150px) {
 
 .burger-menu {
     display: block;
 }
 
 #searchInputBox {
     position: fixed;
     z-index: 10;
 }
 
 .navbar-brand .image2x {
     border-right: none;
 }
 
 .navbar-nav,
 .navbar-nav.navbar-right {
     display: none;
 }
 
 .navbar-links-wrapper {
     float: right;
 }
 
}

@media screen and (max-width: 768px) {
 
 .navbar .container-fluid {
     padding: 0 15px;
     margin: 0;
 }
 
 .burger-menu {
     display: block;
 }
 
 .navbar-header {
     width: 90%;
     float: left;
 }
 
 .navbar-brand .image2x {
     border-right: none;
 }
 
 .navbar-nav,
 .navbar-nav.navbar-right {
     display: none;
 }
 
 .navbar-links-wrapper {
     float: right;
 }
 
}

@media screen and (max-width: 480px) {
 
 .homepage-footer .footer-inner-right .footer-link.drop-up-toggle {
     white-space: normal !important;
 }

}

@media screen and (max-width: 375px) {
 
 .slide-menu {
     width: 90%;
 }
 
}


/*
NAV SLIDE MENU
*/

.mobile-fade-overlay {
 position: absolute;
 top: 0;
 left: 0;
 height: 100%;
 width: 100vw;
 background-color: #000;
 opacity: 0.5;
 z-index: 10;
 display: none;
}

.slide-menu {
 height: 100%;
 width: 0;
 position: fixed;
 z-index: 20;
 top: 0;
 right: 0;
 background-color: #fff;
 overflow-x: hidden;
 -webkit-transition: 0.3s;
 transition: 0.3s;
 font-family: "Open Sans";
 scrollbar-width: none;
 -ms-overflow-style: none;
}

.slide-menu .row {
 margin-left: 0;
 margin-right: 0;
}

.slide-menu .col-xs-12 {
 padding-left: 20px;
 padding-right: 20px;
}

.slide-menu ul {
 list-style: none;
 margin-left: 0;
}

.slide-menu li {
 margin-right: 15px;
}

.slide-menu .close-btn {
position: absolute;
top: 10px;
right: 15px;
font-size: 35px;
color: #C94D3A;
text-decoration: none;
}

.slide-menu .close-btn:hover, 
.slide-menu .close-btn:active,
.slide-menu .close-btn:focus {
 text-decoration: none;
 color: #C43A2B;
}

.slide-menu::-webkit-scrollbar {
 width: 0;
}

.search-dropdown {
 padding: 0;
}

#searchInputBox {
 padding: 50px 30px;
 background-color: #F7F7F7;
}

.panel {
 -webkit-box-shadow: none;
 box-shadow: none;
}

.panel-group {
 margin-top: 139px;
}

.panel-group .panel {
 border-radius: 0;
}

.panel-group .panel+.panel {
 margin-top: 0;
}

.panel-default {
 border: none;
}

#accordion .panel-default > .panel-heading {
 background-color: #fff;
 border-bottom: 1px solid #7C7C7C;
 padding: 12px 0;
 margin: 0 20px;
}

.panel-title {
 margin-left: 10px;
 font-weight: 700;
 color: #525252;
}

.panel-title.secondary-text {
 font-size: 14px;
 font-weight: 600;
 text-transform: uppercase;
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
 border: none;
}

.glyphicon-chevron-right {
 float: right;
 margin: 3px 15px 0 0;
 font-size: 10px;
 color: #C94D3A;
}

.kcs-login-mobile-container {
 background-color: #F7F7F7;
 padding: 30px 20px;
 font-size: 13px;
}

.kcs-login-mobile-container .login-btn {
 padding: 6px 12px;
 font-weight: 600;
 margin: 20px 0;
}

.kcs-login-mobile-container .form-link {
 color: #0C7279;
 text-decoration: none;
 font-weight: 600;
}
.kcs-login-mobile-container .form-link:hover,
.kcs-login-mobile-container .form-link:active,
.kcs-login-mobile-container .form-link:focus {
 color: #23929a;
 text-decoration: underline;
}

/*
FOOTER STYLES
*/

.drop-up .dropdown-menu, .navbar-fixed-bottom .dropup .dropdown-menu {
 border-top: none;
 left: -8%;
 top: auto;
 bottom: 90%;
 margin-bottom: 2px;
}

.drop-up-menu:hover .glyphicon {
-webkit-transform: rotateZ(180deg);
-moz-transform: rotateZ(180deg);
transform: rotateZ(180deg);
}

@media (min-width: 767px) {
 .dropdown-menu-x {
     display: none;
 }

}

.footer-drop-up-menu-title {
margin: 0;
font-size: 12px;
line-height: 25px;
font-weight: 800;
color: #333333;
text-align: center;
border-bottom: 1px solid #C6C8C9;
padding: 10px;
text-transform: uppercase;
}

.drop-up .dropdown-menu > li > a {
 white-space: normal;
}

.footer-drop-up-menu-li a {
margin: 10px 0;
font-size: 12px;
line-height: 25px;
color: #0C7279 !important;
white-space: normal;
}

.footer-drop-up-menu-li a:hover {
color: #C94D3A;
text-decoration: underline !important;
background: #fff !important;
}

.footer-social-media-img {
 padding-left: 15px;
 height: 20px;
}

.homepage-footer .footer-inner-right .footer-link.drop-up-toggle {
 white-space: nowrap;
}

.drop-up-toggle .glyphicon {
 color: #525252;
}

.drop-up-toggle:hover .glyphicon {
-webkit-transform: rotateZ(180deg);
-moz-transform: rotateZ(180deg);
transform: rotateZ(180deg);
}

.dropdown-menu-x {
 position: absolute;
 top: 2px;
 right: 8px;
 cursor: pointer;
}

.footer-link.dropdown-toggle {
 cursor: pointer;
}

.dropup .glyphicon-chevron-down {
 top: 1px;
 left: 3px;
 color: #525252;
 font-size: 10px;
}



/* Helpers */

.ml-0 {
 margin-left: 0 !important;
}

.bb-none {
 border-bottom: none;
}


/* line 16, ../../sass/layout/_footer.scss */
#footer > .primary {
background: url("/application/themes/kcs/images/footer/footer-bg.jpg") repeat-x 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-fluid {
padding: 15px 0;
position: relative;
z-index: 2;
}
/* line 37, ../../sass/layout/_footer.scss */
#footer > .primary > .container-fluid > .logo {
float: left;
}
/* line 41, ../../sass/layout/_footer.scss */
#footer > .primary > .container-fluid > .logo.footerLogo {
width: 145px;
height: 41px;
background: url("/application/themes/kcs/images/footer/logo-small.png") center center no-repeat;
background-size: cover;
}
@media (max-width: 767px) {
/* line 41, ../../sass/layout/_footer.scss */
#footer > .primary > .container-fluid > .logo.footerLogo {
 display: none;
}
}
/* line 54, ../../sass/layout/_footer.scss */
#footer > .primary > .container-fluid > ul.pipe {
float: left;
margin: 12px 0 0 10px;
}
/* line 61, ../../sass/layout/_footer.scss */
#footer > .secondary {
background-color: #d2d2d2;
color: #666;
padding: 18px 0;
}
/* line 66, ../../sass/layout/_footer.scss */
#footer > .secondary ul {
font-size: 13px;
line-height: 16px;
}
/* line 71, ../../sass/layout/_footer.scss */
#footer > .secondary a {
color: #666;
text-decoration: underline;
}
/* line 75, ../../sass/layout/_footer.scss */
#footer > .secondary a:hover {
text-decoration: none;
}

@media (max-width: 1110px) {
/* line 84, ../../sass/layout/_footer.scss */
#footer > .primary,
#footer > .secondary {
 padding-left: 20px;
 padding-right: 20px;
}
/* line 90, ../../sass/layout/_footer.scss */
#footer > .primary {
 background: none;
 background-color: #f4f4f4;
 height: auto;
}
/* line 95, ../../sass/layout/_footer.scss */
#footer > .primary:before {
 display: none;
}
/* line 97, ../../sass/layout/_footer.scss */
#footer > .primary > .container-fluid {
 padding-bottom: 0;
 text-align: center;
}
/* line 101, ../../sass/layout/_footer.scss */
#footer > .primary > .container-fluid > .logo {
 float: none;
 margin: 0 auto 10px;
}
/* line 106, ../../sass/layout/_footer.scss */
#footer > .primary > .container-fluid > ul.pipe {
 float: none;
 margin: 0 auto;
}
/* line 110, ../../sass/layout/_footer.scss */
#footer > .primary > .container-fluid > ul.pipe > li {
 font-size: 13px;
 line-height: 16px;
}
/* line 118, ../../sass/layout/_footer.scss */
#footer > .secondary {
 text-align: center;
}
}
/*
MOBILE
*/
@media (max-width: 767px) {
/* line 137, ../../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/
*
*/
/*
MOBILE
*/
@media (max-width: 767px) {
/* line 18, ../../sass/layout/_responsive.scss */
.drawer-toggle {
 border-bottom: 1px solid #929292;
 margin: 0;
 padding: 20px 60px 20px 20px;
 position: relative;
 -moz-transition: background-color 0.3s ease;
 -o-transition: background-color 0.3s ease;
 -webkit-transition: background-color 0.3s ease;
 transition: background-color 0.3s ease;
}
/* line 25, ../../sass/layout/_responsive.scss */
.drawer-toggle:after {
 background: url("/application/themes/kcs/images/button-arrow-right-gray-small.png") no-repeat;
 content: " ";
 display: block;
 height: 20px;
 margin-top: -10px;
 position: absolute;
 right: 20px;
 top: 50%;
 -moz-transition: all 0.3s ease;
 -o-transition: all 0.3s ease;
 -webkit-transition: all 0.3s ease;
 transition: all 0.3s ease;
 width: 20px;
}
/* line 39, ../../sass/layout/_responsive.scss */
.drawer-toggle:hover {
 cursor: pointer;
}
/* line 40, ../../sass/layout/_responsive.scss */
.drawer-toggle.first-child {
 border-top: 1px solid #929292;
}
/* line 42, ../../sass/layout/_responsive.scss */
.drawer-toggle.open {
 background-color: #f4f4f4;
 border-bottom-color: #cbcbcb;
}
/* line 46, ../../sass/layout/_responsive.scss */
.drawer-toggle.open:after {
 -webkit-transform: rotate(90deg);
 -ms-transform: rotate(90deg);
 transform: rotate(90deg);
}

/* line 54, ../../sass/layout/_responsive.scss */
.drawer-content {
 display: none;
 padding: 20px 15px 0;
}
/* line 59, ../../sass/layout/_responsive.scss */
.drawer-content.open {
 border-bottom: 1px solid #929292;
 display: block;
}
}
/* line 2, ../../sass/layout/_drawer.scss */
.drawer-toggle.all-screen {
border-bottom: 1px solid #929292;
margin: 0;
padding: 20px 60px 20px 20px;
position: relative;
-moz-transition: background-color 0.3s ease;
-o-transition: background-color 0.3s ease;
-webkit-transition: background-color 0.3s ease;
transition: background-color 0.3s ease;
}
/* line 9, ../../sass/layout/_drawer.scss */
.drawer-toggle.all-screen:after {
background: url("/application/themes/kcs/images/button-arrow-right-gray-small.png") no-repeat;
content: " ";
display: block;
height: 20px;
margin-top: -10px;
position: absolute;
right: 20px;
top: 50%;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
width: 20px;
}
/* line 23, ../../sass/layout/_drawer.scss */
.drawer-toggle.all-screen:hover {
cursor: pointer;
}
/* line 24, ../../sass/layout/_drawer.scss */
.drawer-toggle.all-screen.first-child {
border-top: 1px solid #929292;
}
/* line 26, ../../sass/layout/_drawer.scss */
.drawer-toggle.all-screen.open {
background-color: #f4f4f4;
border-bottom-color: #cbcbcb;
}
/* line 30, ../../sass/layout/_drawer.scss */
.drawer-toggle.all-screen.open:after {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}

/* line 40, ../../sass/layout/_drawer.scss */
.drawer-content.all-screen {
display: none;
padding: 20px 15px 0;
}
/* line 45, ../../sass/layout/_drawer.scss */
.drawer-content.all-screen.open {
border-bottom: 1px solid #929292;
display: block;
}

/*
* http://tobiasahlin.com/spinkit/
*
*/
/*
* Created by: Level Five Solutions
* Website: http://www.levelfivesolutions.com/
*
*/
/*
BODY AFTER CONTENT FOR REVIEWING BOOTSTRAP SIZE FROM JS
*/
/* line 13, ../../../sass/base/_globals.scss */
body:after {
content: 'xs';
display: none;
}

/*
SIZES
*/
@media (min-width: 768px) {
/* line 32, ../../../sass/base/_globals.scss */
body:after {
 content: 'sm';
}
}
@media (min-width: 992px) {
/* line 37, ../../../sass/base/_globals.scss */
body:after {
 content: 'md';
}
}
@media (min-width: 1200px) {
/* line 42, ../../../sass/base/_globals.scss */
body:after {
 content: 'lg';
}
}
/*
FILE PATHS
*/
/*
COLORS
*/
/*
FONTS
*/
/*
PLACEHOLDERS & MIXINS
*/
/*
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;
-moz-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
-webkit-transition: all 0.3s ease-in-out;
-webkit-transition-delay: 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 26, ../../../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: #0C7279;
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);
transform: rotateZ(45deg);
}
/* line 82, ../../../sass/component/animation/circle-spinner.scss */
.circle-spinner > .spinner-container.container2 > .circle1 {
-webkit-animation-delay: -1.1s;
animation-delay: -1.1s;
}
/* line 87, ../../../sass/component/animation/circle-spinner.scss */
.circle-spinner > .spinner-container.container2 > .circle2 {
-webkit-animation-delay: -0.8s;
animation-delay: -0.8s;
}
/* line 92, ../../../sass/component/animation/circle-spinner.scss */
.circle-spinner > .spinner-container.container2 > .circle3 {
-webkit-animation-delay: -0.5s;
animation-delay: -0.5s;
}
/* line 97, ../../../sass/component/animation/circle-spinner.scss */
.circle-spinner > .spinner-container.container2 > .circle4 {
-webkit-animation-delay: -0.2s;
animation-delay: -0.2s;
}
/* line 103, ../../../sass/component/animation/circle-spinner.scss */
.circle-spinner > .spinner-container.container3 {
-webkit-transform: rotateZ(90deg);
transform: rotateZ(90deg);
}
/* line 107, ../../../sass/component/animation/circle-spinner.scss */
.circle-spinner > .spinner-container.container3 > .circle1 {
-webkit-animation-delay: -1.0s;
animation-delay: -1.0s;
}
/* line 112, ../../../sass/component/animation/circle-spinner.scss */
.circle-spinner > .spinner-container.container3 > .circle2 {
-webkit-animation-delay: -0.7s;
animation-delay: -0.7s;
}
/* line 117, ../../../sass/component/animation/circle-spinner.scss */
.circle-spinner > .spinner-container.container3 > .circle3 {
-webkit-animation-delay: -0.4s;
animation-delay: -0.4s;
}
/* line 122, ../../../sass/component/animation/circle-spinner.scss */
.circle-spinner > .spinner-container.container3 > .circle4 {
-webkit-animation-delay: -0.1s;
animation-delay: -0.1s;
}

@-webkit-keyframes bouncedelay {
0%, 80%, 100% {
 -webkit-transform: scale(0);
}
40% {
 -webkit-transform: scale(1);
}
}
@keyframes bouncedelay {
0%, 80%, 100% {
 transform: scale(0);
 -webkit-transform: scale(0);
}
40% {
 transform: scale(1);
 -webkit-transform: scale(1);
}
}

/*
* Created by: Level Five Solutions
* Website: http://www.levelfivesolutions.com/
*
*/
/*
* Created by: Level Five Solutions
* Website: http://www.levelfivesolutions.com/
*
*/
/*
BODY AFTER CONTENT FOR REVIEWING BOOTSTRAP SIZE FROM JS
*/
/* line 13, ../../../sass/base/_globals.scss */
body:after {
content: 'xs';
display: none;
}

/*
SIZES
*/
@media (min-width: 768px) {
/* line 32, ../../../sass/base/_globals.scss */
body:after {
 content: 'sm';
}
}
@media (min-width: 992px) {
/* line 37, ../../../sass/base/_globals.scss */
body:after {
 content: 'md';
}
}
@media (min-width: 1200px) {
/* line 42, ../../../sass/base/_globals.scss */
body:after {
 content: 'lg';
}
}
/*
FILE PATHS
*/
/*
COLORS
*/
/*
FONTS
*/
/*
PLACEHOLDERS & MIXINS
*/
/*
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 #bee3e6;
border-left: 6px solid #bee3e6;
border-radius: 100%;
border-right: 6px solid #bee3e6;
border-top: 6px solid #0C7279;
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 {
from {
 -webkit-transform: rotate(0deg);
}
to {
 -webkit-transform: rotate(359deg);
}
}
@-moz-keyframes rotation {
from {
 -moz-transform: rotate(0deg);
}
to {
 -moz-transform: rotate(359deg);
}
}
@-o-keyframes rotation {
from {
 -o-transform: rotate(0deg);
}
to {
 -o-transform: rotate(359deg);
}
}
@keyframes rotation {
from {
 transform: rotate(0deg);
}
to {
 transform: rotate(359deg);
}
}

/*
* Created by: Level Five Solutions
* Website: http://www.levelfivesolutions.com/
*
*/
/*
* Created by: Level Five Solutions
* Website: http://www.levelfivesolutions.com/
*
*/
/*
BODY AFTER CONTENT FOR REVIEWING BOOTSTRAP SIZE FROM JS
*/
/* line 13, ../../../sass/base/_globals.scss */
body:after {
content: 'xs';
display: none;
}

/*
SIZES
*/
@media (min-width: 768px) {
/* line 32, ../../../sass/base/_globals.scss */
body:after {
 content: 'sm';
}
}
@media (min-width: 992px) {
/* line 37, ../../../sass/base/_globals.scss */
body:after {
 content: 'md';
}
}
@media (min-width: 1200px) {
/* line 42, ../../../sass/base/_globals.scss */
body:after {
 content: 'lg';
}
}
/*
FILE PATHS
*/
/*
COLORS
*/
/*
FONTS
*/
/*
PLACEHOLDERS & MIXINS
*/
/*
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-top: 3px solid transparent;
border-left: 6px solid #333;
border-bottom: 3px solid transparent;
top: -2px;
}
/* line 23, ../../../sass/component/arrow/basic.scss */
.arrow.arrow-left {
border-top: 3px solid transparent;
border-right: 6px solid #333;
border-bottom: 3px solid transparent;
top: -2px;
}
/* line 31, ../../../sass/component/arrow/basic.scss */
.arrow.arrow-top {
border-right: 3px solid transparent;
border-left: 3px solid transparent;
border-bottom: 6px solid #333;
top: -2px;
}
/* line 39, ../../../sass/component/arrow/basic.scss */
.arrow.arrow-bottom {
border-right: 3px solid transparent;
border-left: 3px solid transparent;
border-top: 6px solid #333;
top: -2px;
}

/*
* Created by: Level Five Solutions
* Website: http://www.levelfivesolutions.com/
*
*/
/*
* Created by: Level Five Solutions
* Website: http://www.levelfivesolutions.com/
*
*/
/*
BODY AFTER CONTENT FOR REVIEWING BOOTSTRAP SIZE FROM JS
*/
/* line 13, ../../../sass/base/_globals.scss */
body:after {
content: 'xs';
display: none;
}

/*
SIZES
*/
@media (min-width: 768px) {
/* line 32, ../../../sass/base/_globals.scss */
body:after {
 content: 'sm';
}
}
@media (min-width: 992px) {
/* line 37, ../../../sass/base/_globals.scss */
body:after {
 content: 'md';
}
}
@media (min-width: 1200px) {
/* line 42, ../../../sass/base/_globals.scss */
body:after {
 content: 'lg';
}
}
/*
FILE PATHS
*/
/*
COLORS
*/
/*
FONTS
*/
/*
PLACEHOLDERS & MIXINS
*/
/*
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/button/primary.scss */
button a,
.button a,
input[type=button] a,
input[type=submit] a {
text-decoration: none !important;
color: #fff !important;
padding: 3px 15px 6px;
}
/* line 20, ../../../sass/component/button/primary.scss */
button.primary,
.button.primary,
input[type=button].primary,
input[type=submit].primary {
border: none;
display: inline-block;
font: 300 13px/13px "Open Sans", sans-serif;
margin: 0;
outline: none;
padding: 7px 0 8px;
text-align: center;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
/** States **/
/** Colors **/
}
/* line 31, ../../../sass/component/button/primary.scss */
button.primary:hover,
.button.primary:hover,
input[type=button].primary:hover,
input[type=submit].primary:hover {
cursor: pointer;
text-decoration: none;
}
/* line 37, ../../../sass/component/button/primary.scss */
button.primary.outline,
.button.primary.outline,
input[type=button].primary.outline,
input[type=submit].primary.outline {
background-color: transparent;
border: 2px solid #fff;
color: #fff;
}
/* line 41, ../../../sass/component/button/primary.scss */
button.primary.outline:hover,
.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 44, ../../../sass/component/button/primary.scss */
button.primary.gold,
.button.primary.gold,
input[type=button].primary.gold,
input[type=submit].primary.gold {
background-color: #ffa422;
color: #333 !important;
}
/* line 47, ../../../sass/component/button/primary.scss */
button.primary.gold:hover,
.button.primary.gold:hover,
input[type=button].primary.gold:hover,
input[type=submit].primary.gold:hover {
background-color: #ffb64e;
}
/* line 50, ../../../sass/component/button/primary.scss */
button.primary.gray,
.button.primary.gray,
input[type=button].primary.gray,
input[type=submit].primary.gray {
background-color: #929292;
color: #fff !important;
}
/* line 53, ../../../sass/component/button/primary.scss */
button.primary.gray:hover,
.button.primary.gray:hover,
input[type=button].primary.gray:hover,
input[type=submit].primary.gray:hover {
background-color: #a8a8a8;
}
/* line 56, ../../../sass/component/button/primary.scss */
button.primary.red,
.button.primary.red,
input[type=button].primary.red,
input[type=submit].primary.red {
background-color: #da413d;
color: #fff !important;
}
/* line 59, ../../../sass/component/button/primary.scss */
button.primary.red:hover,
.button.primary.red:hover,
input[type=button].primary.red:hover,
input[type=submit].primary.red:hover {
background-color: #e16764;
}

/*
* Created by: Level Five Solutions
* Website: http://www.levelfivesolutions.com/
*
*/
/*
* Created by: Level Five Solutions
* Website: http://www.levelfivesolutions.com/
*
*/
/*
BODY AFTER CONTENT FOR REVIEWING BOOTSTRAP SIZE FROM JS
*/
/* line 13, ../../../sass/base/_globals.scss */
body:after {
content: 'xs';
display: none;
}

/*
SIZES
*/
@media (min-width: 768px) {
/* line 32, ../../../sass/base/_globals.scss */
body:after {
 content: 'sm';
}
}
@media (min-width: 992px) {
/* line 37, ../../../sass/base/_globals.scss */
body:after {
 content: 'md';
}
}
@media (min-width: 1200px) {
/* line 42, ../../../sass/base/_globals.scss */
body:after {
 content: 'lg';
}
}
/*
FILE PATHS
*/
/*
COLORS
*/
/*
FONTS
*/
/*
PLACEHOLDERS & MIXINS
*/
/*
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 30, ../../../sass/component/form/elements.scss */
label.styled {
color: #333;
display: block;
font: 600 15px/18px "Open Sans", sans-serif;
padding: 0 0 10px 0;
}
/* line 36, ../../../sass/component/form/elements.scss */
label.styled.small {
color: #666;
font-size: 13px;
line-height: 16px;
font-weight: 400;
margin: 0;
padding: 0;
}
/* line 45, ../../../sass/component/form/elements.scss */
label.no-padding {
padding: 0 !important;
}

/*
FORM BLOCK
*/
/* line 55, ../../../sass/component/form/elements.scss */
.form-block {
display: block;
margin: 0 0 20px 0;
}

/*
FORM CONTROLS
*/
/* line 65, ../../../sass/component/form/elements.scss */
.form-control {
border-radius: 0;
}

/* line 71, ../../../sass/component/form/elements.scss */
.gray-field-form .form-control {
background-color: #f2f2f2;
}

/* line 77, ../../../sass/component/form/elements.scss */
.control-label {
font-weight: 400;
font-size: 14px;
}

/* line 87, ../../../sass/component/form/elements.scss */
.form-controls ul.inline > li:first-child {
padding-left: 0;
}
/* line 91, ../../../sass/component/form/elements.scss */
.form-controls button {
-webkit-animation-duration: 0.5s;
animation-duration: 0.5s;
}

/*
INPUTS
*/
/* line 103, ../../../sass/component/form/elements.scss */
input.text {
background-color: #e5e5e5;
border: 1px solid #e5e5e5;
color: #000;
font: 400 14px/18px "Open Sans", sans-serif;
margin: 0;
outline: none;
padding: 6px 7px;
width: 100%;
}

/*
CHECKBOXES
*/
/* line 119, ../../../sass/component/form/elements.scss */
label.checkbox {
color: #000;
display: block;
font: 400 14px/18px "Open Sans", sans-serif;
padding-bottom: 5px;
}
/* line 126, ../../../sass/component/form/elements.scss */
label.checkbox:hover {
cursor: pointer;
}
/* line 128, ../../../sass/component/form/elements.scss */
label.checkbox > input {
float: left;
margin: 2px 8px 0 0;
padding: 3px;
}
/* line 134, ../../../sass/component/form/elements.scss */
label.checkbox > input:hover {
cursor: pointer;
}
/* line 138, ../../../sass/component/form/elements.scss */
label.checkbox.small {
font-size: 12px;
line-height: 14px;
}

/*
RADIO BUTTONS
*/
/* line 149, ../../../sass/component/form/elements.scss */
label.radio {
color: #000;
display: block;
font: 400 14px/18px "Open Sans", sans-serif;
padding-bottom: 5px;
}
/* line 156, ../../../sass/component/form/elements.scss */
label.radio:hover {
cursor: pointer;
}
/* line 158, ../../../sass/component/form/elements.scss */
label.radio > input {
float: left;
margin: 0 8px 0 0;
padding: 3px;
}
/* line 164, ../../../sass/component/form/elements.scss */
label.radio > input:hover {
cursor: pointer;
}

/*
SELECTS
*/
/* line 175, ../../../sass/component/form/elements.scss */
select.styled {
-moz-appearance: none;
-webkit-appearance: none;
background: url("/application/themes/kcs/images/select-dropdown.png") no-repeat top right;
background-color: #e5e5e5;
border: 1px solid #e5e5e5;
background-size: contain;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
color: #000;
font: 400 14px/18px "Open Sans", sans-serif;
margin: 0;
outline: none;
padding: 8px 35px 8px 7px !important;
position: relative;
width: 100%;
}
/* line 191, ../../../sass/component/form/elements.scss */
select.styled.short {
padding-top: 4px !important;
padding-bottom: 4px !important;
}
/* line 197, ../../../sass/component/form/elements.scss */
select.styled.filter {
margin: 20px 0;
width: 200px;
border: 1px solid #0C7279;
background: url("/application/themes/kcs/images/select-filter-dropdown.png") no-repeat top right;
}

/*
TEXTAREA
*/
/* line 214, ../../../sass/component/form/elements.scss */
textarea.styled {
background-color: #e5e5e5;
border: 1px solid #e5e5e5;
color: #000;
font: 400 14px/18px "Open Sans", sans-serif;
height: 140px;
margin: 0;
outline: none;
overflow: auto;
padding: 10px 8px;
resize: none;
vertical-align: top;
width: 100%;
}

/*
PLACEHOLDER
*/
/* line 9, ../../../sass/base/_mixins.scss */
::-webkit-input-placeholder {
color: #929292;
font: 400 14px/18px "Open Sans", sans-serif;
font-style: italic;
filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
opacity: 1;
}

/* line 10, ../../../sass/base/_mixins.scss */
:-moz-placeholder {
color: #929292;
font: 400 14px/18px "Open Sans", sans-serif;
font-style: italic;
filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
opacity: 1;
}

/* line 11, ../../../sass/base/_mixins.scss */
::-moz-placeholder {
color: #929292;
font: 400 14px/18px "Open Sans", sans-serif;
font-style: italic;
filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
opacity: 1;
}

/* line 12, ../../../sass/base/_mixins.scss */
:-ms-input-placeholder {
color: #929292;
font: 400 14px/18px "Open Sans", sans-serif;
font-style: italic;
filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
opacity: 1;
}

/* line 241, ../../../sass/component/form/elements.scss */
.placeholder {
color: #929292;
font: 400 14px/18px "Open Sans", sans-serif;
font-style: italic;
filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
opacity: 1;
}

/* line 250, ../../../sass/component/form/elements.scss */
#page select::-ms-expand {
display: none;
}
/* line 253, ../../../sass/component/form/elements.scss */
#page .short-form {
position: absolute;
top: 0;
right: 0;
background-color: rgba(0, 0, 0, 0.7);
padding: 20px;
max-width: 450px;
}
/* line 261, ../../../sass/component/form/elements.scss */
#page .short-form h1, #page .short-form p, #page .short-form label.styled, #page .short-form a, #page .short-form span {
color: #fff;
}
/* line 265, ../../../sass/component/form/elements.scss */
#page .short-form a.btn-primary {
background-color: #ffa422;
border-color: #ffa422;
border-radius: 0 !important;
}
/* line 271, ../../../sass/component/form/elements.scss */
#page .short-form hr.gold {
border-color: #ffa422;
}

/* * * * * * * * * * * * * * * * * * CARBON CALCULATOR * * * * * * * * * * * * * * * */
/* line 278, ../../../sass/component/form/elements.scss */
.carbonCalculator .radio input[type="radio"], .carbonCalculator .radio-inline input[type="radio"], .carbonCalculator .checkbox input[type="checkbox"], .carbonCalculator .checkbox-inline input[type="checkbox"] {
position: relative;
}

/* line 278, ../../../sass/component/form/elements.scss */
#page .panel, #page .panel-default {
border-radius: 0;
}

/* line 278, ../../../sass/component/form/elements.scss */
#page .panel > .panel-heading, #page .panel-default > .panel-heading {
background-color: #b3c81b;
color: #fff;
border-radius: 0;
}

/* line 278, ../../../sass/component/form/elements.scss */
#page .panel > .panel-heading h5, #page .panel-default > .panel-heading h5 {
color: #fff;
}

/* line 278, ../../../sass/component/form/elements.scss */
#page .text-bright-green {
color: #b3c81b !important;
}

/* line 278, ../../../sass/component/form/elements.scss */
#page select::-ms-expand {
display: none;
}

/* line 278, ../../../sass/component/form/elements.scss */
#page hr.bright-green {
border-top: 2px solid #b3c81b;
margin: 15px 0;
}

/* line 278, ../../../sass/component/form/elements.scss */
#page .double-line-height {
line-height: 2em;
}

/* line 278, ../../../sass/component/form/elements.scss */
#page .triple-line-height {
line-height: 3em;
}

@media screen and (max-width: 768px) {
/* line 278, ../../../sass/component/form/elements.scss */
#page .triple-line-height.large-only {
 line-height: 1em;
}
}
/* line 278, ../../../sass/component/form/elements.scss */
#page .center-text {
text-align: center;
}

/* line 278, ../../../sass/component/form/elements.scss */
#page .right-text {
text-align: right;
}

/* line 278, ../../../sass/component/form/elements.scss */
#page .margin-center-auto {
margin: 0 auto;
float: none;
display: block;
}

/* line 278, ../../../sass/component/form/elements.scss */
#page .margin-top-15 {
margin-top: 15px;
}

/* line 278, ../../../sass/component/form/elements.scss */
#page .margin-top-20 {
margin-top: 20px;
}

/* line 278, ../../../sass/component/form/elements.scss */
#page .margin-top-25 {
margin-top: 25px;
}

/* line 278, ../../../sass/component/form/elements.scss */
#page .margin-top-30 {
margin-top: 30px;
}

/* line 278, ../../../sass/component/form/elements.scss */
#page .margin-top-50 {
margin-top: 50px;
}

/* line 278, ../../../sass/component/form/elements.scss */
#page .margin-bottom-5 {
margin-bottom: 5px;
}

/* line 278, ../../../sass/component/form/elements.scss */
#page .margin-bottom-10 {
margin-bottom: 10px;
}

/* line 278, ../../../sass/component/form/elements.scss */
#page .margin-bottom-15 {
margin-bottom: 15px;
}

/* line 278, ../../../sass/component/form/elements.scss */
#page .margin-bottom-20 {
margin-bottom: 20px;
}

/* line 278, ../../../sass/component/form/elements.scss */
#page .margin-bottom-25 {
margin-bottom: 25px;
}

/* line 278, ../../../sass/component/form/elements.scss */
#page .margin-bottom-30 {
margin-bottom: 30px;
}

/* line 278, ../../../sass/component/form/elements.scss */
#page .margin-bottom-50 {
margin-bottom: 50px;
}

/* line 278, ../../../sass/component/form/elements.scss */
#page .margin-left-5 {
margin-left: 5px;
}

/* line 278, ../../../sass/component/form/elements.scss */
#page .margin-left-10 {
margin-left: 10px;
}

/* line 278, ../../../sass/component/form/elements.scss */
#page .margin-right-5 {
margin-right: 5px;
}

/* line 278, ../../../sass/component/form/elements.scss */
#page .margin-right-10 {
margin-right: 10px;
}

/* line 278, ../../../sass/component/form/elements.scss */
select.styled {
background: url(../images/carboncalculator/select-dropdown.png) center right no-repeat #e5e5e5;
height: 34px;
padding-right: 30px;
}

/* line 278, ../../../sass/component/form/elements.scss */
select.styled:focus {
outline: solid 1px #333;
}

/* line 278, ../../../sass/component/form/elements.scss */
select.styled.aspNetDisabled {
color: #e5e5e5;
background: url(../images/carboncalculator/select-dropdownDisabled.png) center right no-repeat #fbfbfb;
border: 1px solid #fbfbfb;
}

/* line 278, ../../../sass/component/form/elements.scss */
#page input.text:focus {
outline: solid 1px #333;
}

/* line 278, ../../../sass/component/form/elements.scss */
#page input[type=button], #page input[type=reset], #page input[type=submit] {
padding: 10px 20px;
margin-right: 12px;
font-weight: 700;
color: #fff;
}

/* line 278, ../../../sass/component/form/elements.scss */
label.styled {
padding: 0;
}

/* line 278, ../../../sass/component/form/elements.scss */
label small {
font-size: .7em;
}

/* line 278, ../../../sass/component/form/elements.scss */
label.radio input[type=radio] {
margin: 0 !important;
position: initial !important;
}

/* line 278, ../../../sass/component/form/elements.scss */
label.radio > label {
padding-left: 0;
margin-left: 10px;
}

/* line 278, ../../../sass/component/form/elements.scss */
span.large {
font-size: 1.3em;
}

/* line 278, ../../../sass/component/form/elements.scss */
* {
box-sizing: border-box;
}

/* line 278, ../../../sass/component/form/elements.scss */
.inline-ticker {
display: inline;
padding: 10px;
margin: 25px 0;
max-width: 380px;
}

/* line 278, ../../../sass/component/form/elements.scss */
.inline-ticker .character {
background-color: inherit;
background-color: rgba(0, 0, 0, 0.1);
border-radius: 2px;
color: #fff;
font: 600 40px/40px 'Pathway Gothic One',sans-serif;
margin: 0 1px;
overflow: hidden;
padding: 3px;
position: relative;
text-align: center;
}

/* line 278, ../../../sass/component/form/elements.scss */
.inline-ticker .character:before {
background-color: #000;
content: " ";
display: block;
height: 50%;
left: 0;
opacity: .1;
position: absolute;
top: 0;
width: 100%;
}

/* line 278, ../../../sass/component/form/elements.scss */
.inline-ticker.small {
display: block;
margin: 10px auto;
padding: 5px 0;
}

/* line 278, ../../../sass/component/form/elements.scss */
.inline-ticker.small .numbers {
margin: 4px auto;
width: 95%;
float: none;
display: block;
}

/* line 278, ../../../sass/component/form/elements.scss */
.inline-ticker.small .numbers .character {
margin: .5%;
padding: 0 1px;
width: 10.11%;
display: block;
float: left;
height: 100%;
font-size: 22px;
line-height: 38px;
}

/* line 278, ../../../sass/component/form/elements.scss */
.carbon-savings-widget .savings-text {
font-size: 14px;
line-height: 1em;
}

/* line 278, ../../../sass/component/form/elements.scss */
.carbon-disclaimer {
font-size: 11px;
}

/* line 278, ../../../sass/component/form/elements.scss */
.carbon-disclaimer a, .carbon-disclaimer a:hover, .carbon-disclaimer a:visited {
color: #0C7279;
text-decoration: none;
}

/* line 278, ../../../sass/component/form/elements.scss */
.promo-bar {
padding: 30px 0;
}

/* line 278, ../../../sass/component/form/elements.scss */
.promo-bar.carbon-calculator .arrow {
bottom: -21px;
left: 50%;
margin-left: -24px;
}

/* line 278, ../../../sass/component/form/elements.scss */
.promo-bar.carbon-calculator .arrow, .promo-bar.carbon-calculator .arrow:after {
position: absolute;
display: block;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}

/* line 278, ../../../sass/component/form/elements.scss */
.promo-bar.carbon-calculator .arrow:after {
bottom: -4px;
border-width: 24px;
margin-left: -10px;
content: " ";
border-top-color: #b3c81b;
border-bottom-width: 0;
}

/* line 278, ../../../sass/component/form/elements.scss */
.promo-bar.carbon-calculator .container {
color: #fff;
font-size: 18px;
width: auto;
}

/* line 278, ../../../sass/component/form/elements.scss */
.promo-bar.carbon-calculator .container .container-text {
line-height: 3em;
}

/*
* Created by: Level Five Solutions
* Website: http://www.levelfivesolutions.com/
*
*/
/*
* Created by: Level Five Solutions
* Website: http://www.levelfivesolutions.com/
*
*/
/*
BODY AFTER CONTENT FOR REVIEWING BOOTSTRAP SIZE FROM JS
*/
/* line 13, ../../../sass/base/_globals.scss */
body:after {
content: 'xs';
display: none;
}

/*
SIZES
*/
@media (min-width: 768px) {
/* line 32, ../../../sass/base/_globals.scss */
body:after {
 content: 'sm';
}
}
@media (min-width: 992px) {
/* line 37, ../../../sass/base/_globals.scss */
body:after {
 content: 'md';
}
}
@media (min-width: 1200px) {
/* line 42, ../../../sass/base/_globals.scss */
body:after {
 content: 'lg';
}
}
/*
FILE PATHS
*/
/*
COLORS
*/
/*
FONTS
*/
/*
PLACEHOLDERS & MIXINS
*/
/*
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;
padding: 10px 0 0 0;
/** Spacing **/
}
/* line 20, ../../../sass/component/form/errors.scss */
label.error.pull-up {
padding-top: 0;
}

/*
INPUTS
*/
/* line 28, ../../../sass/component/form/errors.scss */
input.error {
border: 1px solid #da413d;
}

/*
SELECT
*/
/* line 37, ../../../sass/component/form/errors.scss */
select.error {
border: 1px solid #da413d;
}

/*
TEXTAREA
*/
/* line 46, ../../../sass/component/form/errors.scss */
textarea.error {
border: 1px solid #da413d;
}

/*
RADIO BUTTONS
*/
/* line 55, ../../../sass/component/form/errors.scss */
label.row-error {
left: 0;
position: absolute;
top: -17px;
}

/*
NO INLINE ERRORS
*/
/* line 67, ../../../sass/component/form/errors.scss */
form.no-inline-errors .alert {
display: none;
}
/* line 68, ../../../sass/component/form/errors.scss */
form.no-inline-errors label.error {
display: none !important;
}

/*
* Created by: Level Five Solutions
* Website: http://www.levelfivesolutions.com/
*
*/
/*
BODY AFTER CONTENT FOR REVIEWING BOOTSTRAP SIZE FROM JS
*/
/* line 13, ../../../sass/base/_globals.scss */
body:after {
content: 'xs';
display: none;
}

/*
SIZES
*/
@media (min-width: 768px) {
/* line 32, ../../../sass/base/_globals.scss */
body:after {
 content: 'sm';
}
}
@media (min-width: 992px) {
/* line 37, ../../../sass/base/_globals.scss */
body:after {
 content: 'md';
}
}
@media (min-width: 1200px) {
/* line 42, ../../../sass/base/_globals.scss */
body:after {
 content: 'lg';
}
}
/*
FILE PATHS
*/
/*
COLORS
*/
/*
FONTS
*/
/*
PLACEHOLDERS & MIXINS
*/
/*
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 3, ../../../sass/component/generalHomepage/homepage.scss */
.homepageMarketingMessage {
width: 100%;
padding: 50px;
background-color: #bbe2e4;
font-size: 22px;
font-weight: 600;
color: #4c8794;
text-align: center;
margin-top: 10px;
}
/* line 12, ../../../sass/component/generalHomepage/homepage.scss */
.homepageMarketingMessage > span {
width: 100%;
}

/* line 17, ../../../sass/component/generalHomepage/homepage.scss */
.homeFooterTop {
background: url("/application/themes/kcs/images/homepage/footerTop-bg.jpg") repeat-x top center;
background-size: cover;
}

/* line 23, ../../../sass/component/generalHomepage/homepage.scss */
.phoneNumbers {
padding: 35px 0;
background: rgba(0, 0, 0, 0.6);
}
/* line 26, ../../../sass/component/generalHomepage/homepage.scss */
.phoneNumbers h4 {
font-size: 20px;
font-weight: 600;
}
/* line 31, ../../../sass/component/generalHomepage/homepage.scss */
.phoneNumbers .number-col {
color: #fff;
font-weight: 400;
font-size: 12px;
}
@media (max-width: 767px) {
/* line 31, ../../../sass/component/generalHomepage/homepage.scss */
.phoneNumbers .number-col {
 font-size: 11px;
}
}
/* line 42, ../../../sass/component/generalHomepage/homepage.scss */
.phoneNumbers .number-col:nth-child(odd) h4 {
color: #ffa422;
}
/* line 47, ../../../sass/component/generalHomepage/homepage.scss */
.phoneNumbers .number-col:nth-child(even) h4 {
color: #cbcbcb;
}

/* line 56, ../../../sass/component/generalHomepage/homepage.scss */
#page .hero-image {
margin-bottom: 30px;
}
@media (max-width: 767px) {
/* line 56, ../../../sass/component/generalHomepage/homepage.scss */
#page .hero-image {
 margin: 0;
}
}
/* line 62, ../../../sass/component/generalHomepage/homepage.scss */
#page .hero-image.homepage {
min-height: 400px;
width: 100%;
position: relative;
}
@media (max-width: 767px) {
/* line 62, ../../../sass/component/generalHomepage/homepage.scss */
#page .hero-image.homepage {
 min-height: 280px;
}
}

/*
* Created by: Level Five Solutions
* Website: http://www.levelfivesolutions.com/
*
*/
/*
BODY AFTER CONTENT FOR REVIEWING BOOTSTRAP SIZE FROM JS
*/
/* line 13, ../../../sass/base/_globals.scss */
body:after {
content: 'xs';
display: none;
}

/*
SIZES
*/
@media (min-width: 768px) {
/* line 32, ../../../sass/base/_globals.scss */
body:after {
 content: 'sm';
}
}
@media (min-width: 992px) {
/* line 37, ../../../sass/base/_globals.scss */
body:after {
 content: 'md';
}
}
@media (min-width: 1200px) {
/* line 42, ../../../sass/base/_globals.scss */
body:after {
 content: 'lg';
}
}
/*
FILE PATHS
*/
/*
COLORS
*/
/*
FONTS
*/
/*
PLACEHOLDERS & MIXINS
*/
/*
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 7, ../../../sass/component/gridDetailDrawer/gridDetail.scss */
#page .elementDescription {
position: relative;
max-height: 0;
min-height: 0;
overflow: hidden;
margin-top: -20px;
background-color: #f4f4f4;
-moz-transition: max-height 0.4s ease;
-o-transition: max-height 0.4s ease;
-webkit-transition: max-height 0.4s ease;
transition: max-height 0.4s ease;
}
/* line 19, ../../../sass/component/gridDetailDrawer/gridDetail.scss */
#page .elementDescription.red:before {
background-color: #da413d;
}
/* line 25, ../../../sass/component/gridDetailDrawer/gridDetail.scss */
#page .elementDescription.teal:before {
background-color: #0C7279;
}
/* line 30, ../../../sass/component/gridDetailDrawer/gridDetail.scss */
#page .elementDescription:before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 5px;
}
/* line 39, ../../../sass/component/gridDetailDrawer/gridDetail.scss */
#page .elementDescription table, #page .elementDescription table td {
border: 1px solid #c6c6c6;
}
/* line 43, ../../../sass/component/gridDetailDrawer/gridDetail.scss */
#page .elementDescription table td {
vertical-align: top;
padding: 7px 5px 6px;
}
/* line 51, ../../../sass/component/gridDetailDrawer/gridDetail.scss */
#page .elementDescription.open {
max-height: 2000px;
}
/* line 54, ../../../sass/component/gridDetailDrawer/gridDetail.scss */
#page .elementDescription ol, #page .elementDescription ul {
margin: 0 0 0 20px;
}
/* line 59, ../../../sass/component/gridDetailDrawer/gridDetail.scss */
#page .contactsColumn {
border-left: 1px solid #000;
}
@media (max-width: 992px) {
/* line 59, ../../../sass/component/gridDetailDrawer/gridDetail.scss */
#page .contactsColumn {
 border: 0;
}
}
/* line 66, ../../../sass/component/gridDetailDrawer/gridDetail.scss */
#page .interactiveGridElement {
position: relative;
padding: 20px 0;
display: inline-block;
vertical-align: top;
zoom: 1;
float: none;
margin: 10px -2px 0;
}
/* line 76, ../../../sass/component/gridDetailDrawer/gridDetail.scss */
#page .interactiveGridElement:hover {
cursor: pointer;
}
/* line 79, ../../../sass/component/gridDetailDrawer/gridDetail.scss */
#page .interactiveGridElement:hover > .selectedContainer > img {
left: auto;
right: 0;
}
/* line 86, ../../../sass/component/gridDetailDrawer/gridDetail.scss */
#page .interactiveGridElement > .selectedContainer {
width: 110px;
height: 92px;
overflow: hidden;
position: relative;
margin: 0 auto;
}
/* line 93, ../../../sass/component/gridDetailDrawer/gridDetail.scss */
#page .interactiveGridElement > .selectedContainer > img {
position: absolute;
left: 0;
top: 0;
right: auto;
opacity: 1;
}
/* line 102, ../../../sass/component/gridDetailDrawer/gridDetail.scss */
#page .interactiveGridElement p {
margin: 0;
min-height: 45px;
}
/* line 109, ../../../sass/component/gridDetailDrawer/gridDetail.scss */
#page .interactiveGridElement.blurred > .selectedContainer > img {
opacity: 0.7;
}
/* line 118, ../../../sass/component/gridDetailDrawer/gridDetail.scss */
#page .interactiveGridElement.selected > .selectedContainer > img {
left: auto;
right: 0;
opacity: 1;
}
/* line 127, ../../../sass/component/gridDetailDrawer/gridDetail.scss */
#page .interactiveGridElement.selected.red:after {
border-bottom: 20px solid #da413d;
}
/* line 133, ../../../sass/component/gridDetailDrawer/gridDetail.scss */
#page .interactiveGridElement.selected.teal:after {
border-bottom: 20px solid #0C7279;
}
/* line 138, ../../../sass/component/gridDetailDrawer/gridDetail.scss */
#page .interactiveGridElement.selected:after {
width: 0;
height: 0;
content: "";
position: absolute;
left: 50%;
margin-left: -20px;
bottom: 18px;
border-left: 20px solid transparent;
border-right: 20px solid transparent;
border-bottom: 20px solid #000;
}
/* line 153, ../../../sass/component/gridDetailDrawer/gridDetail.scss */
#page .close-detail-btn {
margin: 10px 0 6px;
padding: 0 4px;
border: thin solid #929292;
color: #929292;
line-height: 1em;
}
/* line 160, ../../../sass/component/gridDetailDrawer/gridDetail.scss */
#page .close-detail-btn:active, #page .close-detail-btn:hover, #page .close-detail-btn:focus, #page .close-detail-btn:visited {
text-decoration: none;
outline: thin solid #929292;
color: #929292;
}
/* line 167, ../../../sass/component/gridDetailDrawer/gridDetail.scss */
#page .markupContainer {
margin-bottom: 10px;
}
/* line 172, ../../../sass/component/gridDetailDrawer/gridDetail.scss */
#page .galleryNavbar {
background-color: #f4f4f4;
}
/* line 177, ../../../sass/component/gridDetailDrawer/gridDetail.scss */
#page .galleryNavbar .pagination > li > a {
border: 0;
color: #0C7279;
background: transparent;
}
/* line 181, ../../../sass/component/gridDetailDrawer/gridDetail.scss */
#page .galleryNavbar .pagination > li > a:hover {
color: #666;
background: transparent;
}
/* line 188, ../../../sass/component/gridDetailDrawer/gridDetail.scss */
#page .galleryNavbar .pagination > li.disabled > a {
color: #cbcbcb;
background: transparent;
}
/* line 196, ../../../sass/component/gridDetailDrawer/gridDetail.scss */
#page .galleryNavbar .pagination > li.active > a {
border: 0;
background: transparent;
color: #666;
}
/* line 201, ../../../sass/component/gridDetailDrawer/gridDetail.scss */
#page .galleryNavbar .pagination > li.active > a:hover {
color: #666;
background: transparent;
}
/* line 213, ../../../sass/component/gridDetailDrawer/gridDetail.scss */
#page .equipmentWell {
border-color: #da413d;
}
/* line 216, ../../../sass/component/gridDetailDrawer/gridDetail.scss */
#page .equipmentWell li a, #page .equipmentWell li span {
color: #0C7279;
}
/* line 224, ../../../sass/component/gridDetailDrawer/gridDetail.scss */
#page .galleryContainer > li img {
margin: 0 auto;
display: block;
}
/* line 228, ../../../sass/component/gridDetailDrawer/gridDetail.scss */
#page .galleryContainer > li p {
text-align: center;
padding: 0;
margin: 4px 0;
}

/*
* Created by: Level Five Solutions
* Website: http://www.levelfivesolutions.com/
*
*/
/*
* Created by: Level Five Solutions
* Website: http://www.levelfivesolutions.com/
*
*/
/*
BODY AFTER CONTENT FOR REVIEWING BOOTSTRAP SIZE FROM JS
*/
/* line 13, ../../../sass/base/_globals.scss */
body:after {
content: 'xs';
display: none;
}

/*
SIZES
*/
@media (min-width: 768px) {
/* line 32, ../../../sass/base/_globals.scss */
body:after {
 content: 'sm';
}
}
@media (min-width: 992px) {
/* line 37, ../../../sass/base/_globals.scss */
body:after {
 content: 'md';
}
}
@media (min-width: 1200px) {
/* line 42, ../../../sass/base/_globals.scss */
body:after {
 content: 'lg';
}
}
/*
FILE PATHS
*/
/*
COLORS
*/
/*
FONTS
*/
/*
PLACEHOLDERS & MIXINS
*/
/*
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/icon/basic.scss */
.basic-icon {
display: inline-block;
position: relative;
/** Icons **/
/** Shapes **/
}
@media (max-width: 767px) {
/* line 17, ../../../sass/component/icon/basic.scss */
.basic-icon.small-screen {
 display: block;
}
/* line 18, ../../../sass/component/icon/basic.scss */
.basic-icon.large-screen {
 display: none;
}
}
/* line 23, ../../../sass/component/icon/basic.scss */
.basic-icon.arrow-right {
background-image: url("/application/themes/kcs/images/button-arrow-right.png");
height: 28px;
top: 5px;
width: 27px;
margin-left: 8px;
}
/* line 31, ../../../sass/component/icon/basic.scss */
.basic-icon.arrow-right-white-small {
background-image: url("/application/themes/kcs/images/button-arrow-right-white-small.png");
height: 19px;
top: 3px;
width: 19px;
}
/* line 38, ../../../sass/component/icon/basic.scss */
.basic-icon.arrow-right-gold-small {
background-image: url("/application/themes/kcs/images/button-arrow-right-small.png");
height: 19px;
top: 3px;
width: 19px;
}
/* line 46, ../../../sass/component/icon/basic.scss */
.basic-icon.arrow-right-black {
border-top: 3px solid transparent;
border-left: 5px solid #333333;
border-bottom: 3px solid transparent;
height: 0;
position: relative;
top: -2px;
width: 0;
}
/* line 56, ../../../sass/component/icon/basic.scss */
.basic-icon.arrow-right-white {
border-top: 3px solid transparent;
border-left: 5px solid #fff;
border-bottom: 3px solid transparent;
height: 0;
position: relative;
top: -2px;
width: 0;
}

/*
* Created by: Level Five Solutions
* Website: http://www.levelfivesolutions.com/
*
*/
/*
* Created by: Level Five Solutions
* Website: http://www.levelfivesolutions.com/
*
*/
/*
BODY AFTER CONTENT FOR REVIEWING BOOTSTRAP SIZE FROM JS
*/
/* line 13, ../../../sass/base/_globals.scss */
body:after {
content: 'xs';
display: none;
}

/*
SIZES
*/
@media (min-width: 768px) {
/* line 32, ../../../sass/base/_globals.scss */
body:after {
 content: 'sm';
}
}
@media (min-width: 992px) {
/* line 37, ../../../sass/base/_globals.scss */
body:after {
 content: 'md';
}
}
@media (min-width: 1200px) {
/* line 42, ../../../sass/base/_globals.scss */
body:after {
 content: 'lg';
}
}
/*
FILE PATHS
*/
/*
COLORS
*/
/*
FONTS
*/
/*
PLACEHOLDERS & MIXINS
*/
/*
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/arrow.scss */
ul.arrow {
margin: 0 0 20px 0;
padding: 0;
}
/* line 14, ../../../sass/component/list/arrow.scss */
ul.arrow > li {
list-style-type: none;
margin: 0;
padding: 0 0 20px 20px;
position: relative;
}
/* line 20, ../../../sass/component/list/arrow.scss */
ul.arrow > li:before {
border-top: 6px solid transparent;
border-left: 11px solid #0C7279;
border-bottom: 6px solid transparent;
content: " ";
display: block;
height: 0;
left: 0;
position: absolute;
top: 2px;
width: 0;
}
/* line 33, ../../../sass/component/list/arrow.scss */
ul.arrow > li > a {
color: #333;
display: block;
font-weight: 600;
}
/* line 39, ../../../sass/component/list/arrow.scss */
ul.arrow > li > .meta {
color: #929292;
display: block;
font-size: 14px;
line-height: 18px;
padding-top: 2px;
}
/* line 50, ../../../sass/component/list/arrow.scss */
ul.arrow.black > li {
padding: 0 0 10px 12px;
}
/* line 53, ../../../sass/component/list/arrow.scss */
ul.arrow.black > li:before {
border-top: 3px solid transparent;
border-left: 5px solid #333;
border-bottom: 3px solid transparent;
top: 6px;
}

/* line 64, ../../../sass/component/list/arrow.scss */
.after-arrow {
position: relative;
padding-right: 16px !important;
margin-right: 10px;
}
/* line 68, ../../../sass/component/list/arrow.scss */
.after-arrow:after {
border-top: 4px solid transparent;
border-left: 8px solid #0C7279;
border-bottom: 4px solid transparent;
content: " ";
display: block;
height: 0;
right: 0;
position: absolute;
top: 4px;
width: 0;
}

/*
* Created by: Level Five Solutions
* Website: http://www.levelfivesolutions.com/
*
*/
/*
* Created by: Level Five Solutions
* Website: http://www.levelfivesolutions.com/
*
*/
/*
BODY AFTER CONTENT FOR REVIEWING BOOTSTRAP SIZE FROM JS
*/
/* line 13, ../../../sass/base/_globals.scss */
body:after {
content: 'xs';
display: none;
}

/*
SIZES
*/
@media (min-width: 768px) {
/* line 32, ../../../sass/base/_globals.scss */
body:after {
 content: 'sm';
}
}
@media (min-width: 992px) {
/* line 37, ../../../sass/base/_globals.scss */
body:after {
 content: 'md';
}
}
@media (min-width: 1200px) {
/* line 42, ../../../sass/base/_globals.scss */
body:after {
 content: 'lg';
}
}
/*
FILE PATHS
*/
/*
COLORS
*/
/*
FONTS
*/
/*
PLACEHOLDERS & MIXINS
*/
/*
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/data.scss */
ul.data {
border-top: 1px solid #929292;
list-style-type: none;
margin: 0;
padding: 10px 0;
}
/* line 17, ../../../sass/component/list/data.scss */
ul.data.first-child {
border-top: none;
}
/* line 19, ../../../sass/component/list/data.scss */
ul.data > li {
font-size: 13px;
line-height: 16px;
margin: 2px 0;
padding: 0;
}
/* line 26, ../../../sass/component/list/data.scss */
ul.data > li:first-child {
font-weight: 600;
}
/* line 29, ../../../sass/component/list/data.scss */
ul.data > li.small {
font-size: 11px;
line-height: 14px;
}
/* line 36, ../../../sass/component/list/data.scss */
ul.data.no-bold > li {
font-weight: 400;
font-size: 14px;
}
/* line 39, ../../../sass/component/list/data.scss */
ul.data.no-bold > li:first-child {
font-weight: 400;
font-size: 14px;
}

/*
* Created by: Level Five Solutions
* Website: http://www.levelfivesolutions.com/
*
*/
/*
* Created by: Level Five Solutions
* Website: http://www.levelfivesolutions.com/
*
*/
/*
BODY AFTER CONTENT FOR REVIEWING BOOTSTRAP SIZE FROM JS
*/
/* line 13, ../../../sass/base/_globals.scss */
body:after {
content: 'xs';
display: none;
}

/*
SIZES
*/
@media (min-width: 768px) {
/* line 32, ../../../sass/base/_globals.scss */
body:after {
 content: 'sm';
}
}
@media (min-width: 992px) {
/* line 37, ../../../sass/base/_globals.scss */
body:after {
 content: 'md';
}
}
@media (min-width: 1200px) {
/* line 42, ../../../sass/base/_globals.scss */
body:after {
 content: 'lg';
}
}
/*
FILE PATHS
*/
/*
COLORS
*/
/*
FONTS
*/
/*
PLACEHOLDERS & MIXINS
*/
/*
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;
/** Spacing **/
}
/* line 15, ../../../sass/component/list/inline.scss */
ul.inline > li {
display: inline-block;
padding: 0 10px;
}
/* line 22, ../../../sass/component/list/inline.scss */
ul.inline.tight > li {
margin: 3px 0 20px 0;
}
/* line 25, ../../../sass/component/list/inline.scss */
ul.inline.tight > li:first-child {
margin-left: 0;
padding-left: 0;
}
/* line 30, ../../../sass/component/list/inline.scss */
ul.inline.tight > li:last-child {
margin-right: 0;
padding-right: 0;
}

/*
* Created by: Level Five Solutions
* Website: http://www.levelfivesolutions.com/
*
*/
/*
* Created by: Level Five Solutions
* Website: http://www.levelfivesolutions.com/
*
*/
/*
BODY AFTER CONTENT FOR REVIEWING BOOTSTRAP SIZE FROM JS
*/
/* line 13, ../../../sass/base/_globals.scss */
body:after {
content: 'xs';
display: none;
}

/*
SIZES
*/
@media (min-width: 768px) {
/* line 32, ../../../sass/base/_globals.scss */
body:after {
 content: 'sm';
}
}
@media (min-width: 992px) {
/* line 37, ../../../sass/base/_globals.scss */
body:after {
 content: 'md';
}
}
@media (min-width: 1200px) {
/* line 42, ../../../sass/base/_globals.scss */
body:after {
 content: 'lg';
}
}
/*
FILE PATHS
*/
/*
COLORS
*/
/*
FONTS
*/
/*
PLACEHOLDERS & MIXINS
*/
/*
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 35, ../../../sass/component/list/map-results.scss */
#page ul.map-results {
list-style-type: none;
margin: 0;
overflow-x: hidden;
padding: 0;
}
/* line 41, ../../../sass/component/list/map-results.scss */
#page ul.map-results > li {
border-top: 1px solid #cbcbcb;
display: block;
margin: 0;
padding: 10px 40px 10px 10px;
position: relative;
-moz-transition: background-color 0.3s ease;
-o-transition: background-color 0.3s ease;
-webkit-transition: background-color 0.3s ease;
transition: background-color 0.3s ease;
z-index: 10;
/** States **/
}
/* line 51, ../../../sass/component/list/map-results.scss */
#page ul.map-results > li:first-child {
border-top: none;
}
/* line 53, ../../../sass/component/list/map-results.scss */
#page ul.map-results > li:hover {
background-color: #e5e5e5;
cursor: pointer;
}
/* line 58, ../../../sass/component/list/map-results.scss */
#page ul.map-results > li.active {
background-color: #cbcbcb;
}
/* line 60, ../../../sass/component/list/map-results.scss */
#page ul.map-results > li strong {
display: block;
}
/* line 62, ../../../sass/component/list/map-results.scss */
#page ul.map-results > li .details {
display: block;
padding: 15px 0 0 0;
position: relative;
z-index: 20;
}
/* line 69, ../../../sass/component/list/map-results.scss */
#page ul.map-results > li a.remove {
color: #929292;
font-size: 24px;
line-height: 24px;
position: absolute;
right: 10px;
top: 5px;
-moz-transition: color 0.3s ease;
-o-transition: color 0.3s ease;
-webkit-transition: color 0.3s ease;
transition: color 0.3s ease;
z-index: 20;
}
/* line 79, ../../../sass/component/list/map-results.scss */
#page ul.map-results > li a.remove:hover {
color: #333;
text-decoration: none;
}

/* line 115, ../../../sass/component/list/map-results.scss */
#page ul.map-results {
 *zoom: 1;
 overflow-x: auto;
 overflow-y: hidden;
 position: relative;
 white-space: nowrap;
 z-index: 10;
}
/* line 38, ../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
#page ul.map-results:after {
 content: "";
 display: table;
 clear: both;
}
/* line 123, ../../../sass/component/list/map-results.scss */
#page ul.map-results > li {
 border: none;
 border-left: 1px solid #cbcbcb;
 display: inline-block;
 margin-right: -4px;
 width: 270px;
}
/* line 130, ../../../sass/component/list/map-results.scss */
#page ul.map-results > li:first-child {
 border-left: none;
}
}

/*
* Created by: Level Five Solutions
* Website: http://www.levelfivesolutions.com/
*
*/
/*
* Created by: Level Five Solutions
* Website: http://www.levelfivesolutions.com/
*
*/
/*
BODY AFTER CONTENT FOR REVIEWING BOOTSTRAP SIZE FROM JS
*/
/* line 13, ../../../sass/base/_globals.scss */
body:after {
content: 'xs';
display: none;
}

/*
SIZES
*/
@media (min-width: 768px) {
/* line 32, ../../../sass/base/_globals.scss */
body:after {
 content: 'sm';
}
}
@media (min-width: 992px) {
/* line 37, ../../../sass/base/_globals.scss */
body:after {
 content: 'md';
}
}
@media (min-width: 1200px) {
/* line 42, ../../../sass/base/_globals.scss */
body:after {
 content: 'lg';
}
}
/*
FILE PATHS
*/
/*
COLORS
*/
/*
FONTS
*/
/*
PLACEHOLDERS & MIXINS
*/
/*
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 */
#footer ul.pipe {
list-style-type: none;
margin: 0;
padding: 0;
*zoom: 1;
}
/* line 38, ../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
#footer ul.pipe:after {
content: "";
display: table;
clear: both;
}
/* line 18, ../../../sass/component/list/pipe.scss */
#footer ul.pipe > li {
border-left: 2px solid #333;
border-right: 2px solid #333;
display: inline-block;
font: 600 13px/16px "Open Sans", sans-serif;
margin: 0 2px 20px;
padding: 0 15px;
}
/* line 27, ../../../sass/component/list/pipe.scss */
#footer ul.pipe > li:first-child {
border-left: none;
}
/* line 28, ../../../sass/component/list/pipe.scss */
#footer ul.pipe > li.last-child {
border-right: none;
}
/* line 30, ../../../sass/component/list/pipe.scss */
#footer ul.pipe > li > a {
color: #333;
text-decoration: underline;
font-weight: 400;
}
/* line 34, ../../../sass/component/list/pipe.scss */
#footer 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/
*
*/
/*
BODY AFTER CONTENT FOR REVIEWING BOOTSTRAP SIZE FROM JS
*/
/* line 13, ../../../sass/base/_globals.scss */
body:after {
content: 'xs';
display: none;
}

/*
SIZES
*/
@media (min-width: 768px) {
/* line 32, ../../../sass/base/_globals.scss */
body:after {
 content: 'sm';
}
}
@media (min-width: 992px) {
/* line 37, ../../../sass/base/_globals.scss */
body:after {
 content: 'md';
}
}
@media (min-width: 1200px) {
/* line 42, ../../../sass/base/_globals.scss */
body:after {
 content: 'lg';
}
}
/*
FILE PATHS
*/
/*
COLORS
*/
/*
FONTS
*/
/*
PLACEHOLDERS & MIXINS
*/
/*
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/toggle.scss */
#page ul.toggle {
list-style-type: none;
margin: 0;
padding: 0;
*zoom: 1;
}
/* line 38, ../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
#page ul.toggle:after {
content: "";
display: table;
clear: both;
}
/* line 17, ../../../sass/component/list/toggle.scss */
#page ul.toggle > li {
display: block;
float: left;
margin: 0;
padding: 0;
}
/* line 23, ../../../sass/component/list/toggle.scss */
#page ul.toggle > li a {
background-color: #cbcbcb;
color: #333;
display: block;
font: 600 12px/16px "Open Sans", sans-serif;
padding: 5px 15px;
position: relative;
text-align: center;
-moz-transition: background-color 0.3s ease;
-o-transition: background-color 0.3s ease;
-webkit-transition: background-color 0.3s ease;
transition: background-color 0.3s ease;
/** States **/
}
/* line 34, ../../../sass/component/list/toggle.scss */
#page ul.toggle > li a:hover {
background-color: #e5e5e5;
text-decoration: none;
}
/* line 39, ../../../sass/component/list/toggle.scss */
#page ul.toggle > li a.selected {
background-color: #ffa422;
font-weight: 700;
padding-bottom: 7px;
padding-top: 7px;
top: -2px;
}

/*
* Created by: Level Five Solutions
* Website: http://www.levelfivesolutions.com/
*
*/
/*
BODY AFTER CONTENT FOR REVIEWING BOOTSTRAP SIZE FROM JS
*/
/* line 13, ../../../sass/base/_globals.scss */
body:after {
content: 'xs';
display: none;
}

/*
SIZES
*/
@media (min-width: 768px) {
/* line 32, ../../../sass/base/_globals.scss */
body:after {
 content: 'sm';
}
}
@media (min-width: 992px) {
/* line 37, ../../../sass/base/_globals.scss */
body:after {
 content: 'md';
}
}
@media (min-width: 1200px) {
/* line 42, ../../../sass/base/_globals.scss */
body:after {
 content: 'lg';
}
}
/*
FILE PATHS
*/
/*
COLORS
*/
/*
FONTS
*/
/*
PLACEHOLDERS & MIXINS
*/
/*
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/
*
*/
/*
BODY AFTER CONTENT FOR REVIEWING BOOTSTRAP SIZE FROM JS
*/
/* line 13, ../../../sass/base/_globals.scss */
body:after {
content: 'xs';
display: none;
}

/*
SIZES
*/
@media (min-width: 768px) {
/* line 32, ../../../sass/base/_globals.scss */
body:after {
 content: 'sm';
}
}
@media (min-width: 992px) {
/* line 37, ../../../sass/base/_globals.scss */
body:after {
 content: 'md';
}
}
@media (min-width: 1200px) {
/* line 42, ../../../sass/base/_globals.scss */
body:after {
 content: 'lg';
}
}
/*
FILE PATHS
*/
/*
COLORS
*/
/*
FONTS
*/
/*
PLACEHOLDERS & MIXINS
*/
/*
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: #0C7279;
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 31, ../../../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 40, ../../../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 {
width: 20px;
height: 20px;
position: absolute;
right: 4px;
top: 4px;
overflow: hidden;
text-indent: 100%;
cursor: pointer;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}

/* line 58, ../../../sass/component/notification/ns-default.scss */
.ns-close:hover,
.ns-close:focus {
outline: none;
}

/* line 63, ../../../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 74, ../../../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);
transform: translate(-50%, -50%) rotate(45deg);
}

/* line 84, ../../../sass/component/notification/ns-default.scss */
.ns-close::after {
-webkit-transform: translate(-50%, -50%) rotate(-45deg);
transform: translate(-50%, -50%) rotate(-45deg);
}

/*
* Created by: Level Five Solutions
* Website: http://www.levelfivesolutions.com/
*
*/
/*
BODY AFTER CONTENT FOR REVIEWING BOOTSTRAP SIZE FROM JS
*/
/* line 13, ../../../sass/base/_globals.scss */
body:after {
content: 'xs';
display: none;
}

/*
SIZES
*/
@media (min-width: 768px) {
/* line 32, ../../../sass/base/_globals.scss */
body:after {
 content: 'sm';
}
}
@media (min-width: 992px) {
/* line 37, ../../../sass/base/_globals.scss */
body:after {
 content: 'md';
}
}
@media (min-width: 1200px) {
/* line 42, ../../../sass/base/_globals.scss */
body:after {
 content: 'lg';
}
}
/*
FILE PATHS
*/
/*
COLORS
*/
/*
FONTS
*/
/*
PLACEHOLDERS & MIXINS
*/
/*
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%);
transform: translateY(-50%);
}

/* line 41, ../../../sass/component/notification/ns-style-bar.scss */
.ns-bar .ns-close::before,
.ns-bar .ns-close::after {
background: #fff;
}

/* line 46, ../../../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);
transform: translate3d(0, -50%, 0);
}

/* line 72, ../../../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;
-moz-transition: background-color 0.3s ease;
-o-transition: background-color 0.3s ease;
-webkit-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 106, ../../../sass/component/notification/ns-style-bar.scss */
.ns-effect-slidetop.ns-show p {
-webkit-animation-name: animFade;
animation-name: animFade;
}

@-webkit-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 {
0% {
 -webkit-transform: translate3d(0, -100%, 0);
}
100% {
 -webkit-transform: translate3d(0, 0, 0);
}
}
@keyframes animSlideTop {
0% {
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
}
100% {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
/* Expanding Loader */
/* line 142, ../../../sass/component/notification/ns-style-bar.scss */
.ns-effect-exploader {
background: #fff;
color: #7a7264;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
}

/* line 149, ../../../sass/component/notification/ns-style-bar.scss */
.ns-effect-exploader .icon {
position: absolute;
left: 0.25em;
top: 50%;
-webkit-transform: translate3d(0, -50%, 0);
transform: translate3d(0, -50%, 0);
}

/* line 157, ../../../sass/component/notification/ns-style-bar.scss */
.ns-effect-exploader .ns-box-inner {
position: relative;
}

/* line 161, ../../../sass/component/notification/ns-style-bar.scss */
.ns-effect-exploader p {
padding: 0.25em 2em 0.25em 3em;
}

/* line 165, ../../../sass/component/notification/ns-style-bar.scss */
.ns-effect-exploader .ns-close:hover::before,
.ns-effect-exploader .ns-close:hover::after {
background: #fff;
}

/* line 170, ../../../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 {
0% {
 opacity: 1;
 -webkit-transform: scale3d(0, 0.3, 1);
}
33% {
 opacity: 1;
 -webkit-transform: scale3d(0.5, 0.3, 1);
}
50% {
 opacity: 1;
 -webkit-transform: scale3d(0.6, 0.3, 1);
}
80%, 85% {
 opacity: 1;
 -webkit-transform: scale3d(1, 0.3, 1);
 -webkit-animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
100% {
 opacity: 1;
 -webkit-transform: scale3d(1, 1, 1);
}
}
@keyframes animLoad {
0% {
 opacity: 1;
 -webkit-transform: scale3d(0, 0.3, 1);
 transform: scale3d(0, 0.3, 1);
}
33% {
 opacity: 1;
 -webkit-transform: scale3d(0.5, 0.3, 1);
 transform: scale3d(0.5, 0.3, 1);
}
50% {
 opacity: 1;
 -webkit-transform: scale3d(0.6, 0.3, 1);
 transform: scale3d(0.6, 0.3, 1);
}
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);
}
100% {
 opacity: 1;
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
}
}
/* line 193, ../../../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 200, ../../../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 210, ../../../sass/component/notification/ns-style-bar.scss */
.ns-effect-exploader.ns-show .ns-close {
-webkit-animation-name: animFade;
animation-name: animFade;
}

/* line 215, ../../../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 {
0% {
 opacity: 0;
 -webkit-transform: translate3d(0, 10px, 0);
}
100% {
 opacity: 1;
 -webkit-transform: translate3d(0, 0, 0);
}
}
@keyframes animFadeMove {
0% {
 opacity: 0;
 -webkit-transform: translate3d(0, 10px, 0);
 transform: translate3d(0, 10px, 0);
}
100% {
 opacity: 1;
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
@-webkit-keyframes animFade {
0% {
 opacity: 0;
}
100% {
 opacity: 1;
}
}
@keyframes animFade {
0% {
 opacity: 0;
}
100% {
 opacity: 1;
}
}

/*
* Created by: Level Five Solutions
* Website: http://www.levelfivesolutions.com/
*
*/
/*
* Created by: Level Five Solutions
* Website: http://www.levelfivesolutions.com/
*
*/
/*
BODY AFTER CONTENT FOR REVIEWING BOOTSTRAP SIZE FROM JS
*/
/* line 13, ../../../sass/base/_globals.scss */
body:after {
content: 'xs';
display: none;
}

/*
SIZES
*/
@media (min-width: 768px) {
/* line 32, ../../../sass/base/_globals.scss */
body:after {
 content: 'sm';
}
}
@media (min-width: 992px) {
/* line 37, ../../../sass/base/_globals.scss */
body:after {
 content: 'md';
}
}
@media (min-width: 1200px) {
/* line 42, ../../../sass/base/_globals.scss */
body:after {
 content: 'lg';
}
}
/*
FILE PATHS
*/
/*
COLORS
*/
/*
FONTS
*/
/*
PLACEHOLDERS & MIXINS
*/
/*
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/search/search-bar.scss */
#page .search-bar {
margin: 0 0 20px 0;
position: relative;
}
/* line 16, ../../../sass/component/search/search-bar.scss */
#page .search-bar .advanced-search {
color: #d38425;
float: left;
font: 700 12px/12px "Open Sans", sans-serif;
margin: 7px 40px 0 10px;
text-transform: uppercase;
}
/* line 23, ../../../sass/component/search/search-bar.scss */
#page .search-bar .advanced-search .search-icon {
position: relative;
}
/* line 27, ../../../sass/component/search/search-bar.scss */
#page .search-bar .advanced-search .search-text {
padding-left: 12px;
position: relative;
top: -2px;
}
/* line 34, ../../../sass/component/search/search-bar.scss */
#page .search-bar ul.inline {
padding: 10px 20px 10px 35px;
}
/* line 37, ../../../sass/component/search/search-bar.scss */
#page .search-bar ul.inline > li {
border-left: 1px solid #d38425;
color: #333;
font: 700 11px/14px "Open Sans", sans-serif;
margin: 0;
padding: 0 12px;
text-transform: uppercase;
}
/* line 45, ../../../sass/component/search/search-bar.scss */
#page .search-bar ul.inline > li:first-child {
border-left: none;
}
/* line 49, ../../../sass/component/search/search-bar.scss */
#page .search-bar .advanced-search-content {
background-color: #333;
padding: 20px 30px;
}
/* line 53, ../../../sass/component/search/search-bar.scss */
#page .search-bar .advanced-search-content label.checkbox {
padding-left: 20px;
}
/* line 56, ../../../sass/component/search/search-bar.scss */
#page .search-bar .advanced-search-content .form-controls ul.inline {
padding-left: 0;
}

/* line 66, ../../../sass/component/search/search-bar.scss */
.csstransforms .search-bar .advanced-search .search-icon {
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
-moz-transition: -moz-transform 0.3s ease-in;
-o-transition: -o-transform 0.3s ease-in;
-webkit-transition: -webkit-transform 0.3s ease-in;
transition: transform 0.3s ease-in;
}
/* line 71, ../../../sass/component/search/search-bar.scss */
.csstransforms .search-bar .advanced-search.collapsed .search-icon {
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}

/**
MOBILE
**/
@media (max-width: 767px) {
/* line 86, ../../../sass/component/search/search-bar.scss */
#page .search-bar ul.inline {
 clear: both;
 padding-left: 42px;
 padding-top: 5px;
}
/* line 91, ../../../sass/component/search/search-bar.scss */
#page .search-bar ul.inline > li:first-child {
 padding-left: 0;
}
}

/*
* Created by: Level Five Solutions
* Website: http://www.levelfivesolutions.com/
*
*/
/*
* Created by: Level Five Solutions
* Website: http://www.levelfivesolutions.com/
*
*/
/*
BODY AFTER CONTENT FOR REVIEWING BOOTSTRAP SIZE FROM JS
*/
/* line 13, ../../../sass/base/_globals.scss */
body:after {
content: 'xs';
display: none;
}

/*
SIZES
*/
@media (min-width: 768px) {
/* line 32, ../../../sass/base/_globals.scss */
body:after {
 content: 'sm';
}
}
@media (min-width: 992px) {
/* line 37, ../../../sass/base/_globals.scss */
body:after {
 content: 'md';
}
}
@media (min-width: 1200px) {
/* line 42, ../../../sass/base/_globals.scss */
body:after {
 content: 'lg';
}
}
/*
FILE PATHS
*/
/*
COLORS
*/
/*
FONTS
*/
/*
PLACEHOLDERS & MIXINS
*/
/*
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/superTool/superTool.scss */
#page .callout-box {
background: url("http://lorempixel.com/630/150/transport/") no-repeat;
background-size: cover;
overflow: hidden;
padding: 15px 25px;
position: relative;
}
/* line 19, ../../../sass/component/superTool/superTool.scss */
#page .callout-box .tint {
height: 10000px;
left: 0;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
opacity: 0.9;
position: absolute;
top: 0;
width: 10000px;
z-index: 10;
}
/* line 29, ../../../sass/component/superTool/superTool.scss */
#page .callout-box .content {
position: relative;
z-index: 20;
}
/* line 33, ../../../sass/component/superTool/superTool.scss */
#page .callout-box .content p {
margin: 0;
}
/* line 37, ../../../sass/component/superTool/superTool.scss */
#page .supertool-filter {
border-bottom: 1px solid #d2d2d2;
padding: 10px 10px 0 10px;
}
/* line 41, ../../../sass/component/superTool/superTool.scss */
#page .supertool-filter .form-block {
margin: 0;
}
/* line 43, ../../../sass/component/superTool/superTool.scss */
#page .supertool-filter label {
margin-bottom: 5px;
}
/* line 45, ../../../sass/component/superTool/superTool.scss */
#page .supertool-filter select.styled {
background-color: #fff;
font-size: 12px;
margin: 0 0 20px 0;
width: 100%;
}
/* line 53, ../../../sass/component/superTool/superTool.scss */
#page .supertool-results {
overflow: hidden;
}
/* line 56, ../../../sass/component/superTool/superTool.scss */
#page .supertool-results .results-list {
border: 1px solid #cbcbcb;
border-left: none;
border-right: none;
display: block;
max-height: 540px;
overflow-y: scroll;
width: 105%;
}

@media (max-width: 992px) {
/* line 72, ../../../sass/component/superTool/superTool.scss */
#page .quote-information {
 padding-top: 20px;
}
/* line 76, ../../../sass/component/superTool/superTool.scss */
#page .supertool-results {
 height: 85px;
 padding: 0 40px;
 position: relative;
 width: 100%;
}
/* line 82, ../../../sass/component/superTool/superTool.scss */
#page .supertool-results .results-list {
 border: none;
 height: 105px;
 overflow-x: scroll;
 overflow-y: hidden;
 width: 100%;
}
}

/*
* Created by: Level Five Solutions
* Website: http://www.levelfivesolutions.com/
*
*/
/*
* Created by: Level Five Solutions
* Website: http://www.levelfivesolutions.com/
*
*/
/*
BODY AFTER CONTENT FOR REVIEWING BOOTSTRAP SIZE FROM JS
*/
/* line 13, ../../../sass/base/_globals.scss */
body:after {
content: 'xs';
display: none;
}

/*
SIZES
*/
@media (min-width: 768px) {
/* line 32, ../../../sass/base/_globals.scss */
body:after {
 content: 'sm';
}
}
@media (min-width: 992px) {
/* line 37, ../../../sass/base/_globals.scss */
body:after {
 content: 'md';
}
}
@media (min-width: 1200px) {
/* line 42, ../../../sass/base/_globals.scss */
body:after {
 content: 'lg';
}
}
/*
FILE PATHS
*/
/*
COLORS
*/
/*
FONTS
*/
/*
PLACEHOLDERS & MIXINS
*/
/*
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 9, ../../../sass/component/table/data.scss */
#page {
/**
 MOBILE
**/
}
/* line 15, ../../../sass/component/table/data.scss */
#page table.red-heading > thead > tr > th {
background-color: #da413d;
color: #fff !important;
}
/* line 23, ../../../sass/component/table/data.scss */
#page table.fit {
width: 100%;
}
/* line 26, ../../../sass/component/table/data.scss */
#page table.fixed {
table-layout: fixed;
}
/* line 29, ../../../sass/component/table/data.scss */
#page table.small {
border: 1px solid #333;
}
/* line 35, ../../../sass/component/table/data.scss */
#page table.small.red > thead > tr > th {
background-color: #da413d;
}
/* line 43, ../../../sass/component/table/data.scss */
#page table.small.red > tbody > tr > td:nth-child(even) {
background-color: #f4f4f4;
}
/* line 56, ../../../sass/component/table/data.scss */
#page table.small > thead > tr > th {
color: #fff;
background-color: #0C7279;
font: 600 11px/13px "Open Sans", sans-serif;
padding: 6px;
text-align: middle;
}
/* line 67, ../../../sass/component/table/data.scss */
#page table.small > tbody > tr {
border-top: 1px solid #333;
}
/* line 72, ../../../sass/component/table/data.scss */
#page table.small > tbody > tr > td {
border-left: 1px solid #333;
font: 400 11px/13px "Open Sans", sans-serif;
padding: 6px 4px;
text-align: left;
vertical-align: top;
word-wrap: break-word;
background-color: #fff;
}
/* line 81, ../../../sass/component/table/data.scss */
#page table.small > tbody > tr > td:nth-child(even) {
background-color: #bbe2e4;
}
/* line 85, ../../../sass/component/table/data.scss */
#page table.small > tbody > tr > td.right {
text-align: right;
}
@media (max-width: 767px) {
/* line 72, ../../../sass/component/table/data.scss */
#page table.small > tbody > tr > td {
 text-align: right;
}
}
/* line 101, ../../../sass/component/table/data.scss */
#page table.data {
border: 1px solid #333;
margin-bottom: 20px;
}
/* line 113, ../../../sass/component/table/data.scss */
#page table.data.even-odd > tbody > tr:nth-child(odd) > td {
background-color: #f4f4f4;
}
/* line 118, ../../../sass/component/table/data.scss */
#page table.data.even-odd > tbody > tr:nth-child(even) > td {
background-color: transparent;
}
/* line 113, ../../../sass/component/table/data.scss */
#page table.data.even-odd > tbody > tr:nth-child(odd) > tr > td {
background-color: #f4f4f4;
}
/* line 118, ../../../sass/component/table/data.scss */
#page table.data.even-odd > tbody > tr:nth-child(even) > tr > td {
background-color: transparent;
}
@media (max-width: 767px) {
/* line 126, ../../../sass/component/table/data.scss */
#page table.data.even-odd > tbody > tr:nth-child(1n) > td {
 width: 100%;
 text-align: center;
 background-color: transparent;
}
/* line 130, ../../../sass/component/table/data.scss */
#page table.data.even-odd > tbody > tr:nth-child(1n) > td:first-child {
 background-color: #f4f4f4;
 padding: 5px;
}
}
/* line 140, ../../../sass/component/table/data.scss */
#page table.data.no-border {
border: 0;
}
/* line 144, ../../../sass/component/table/data.scss */
#page table.data.no-border > thead > tr > th {
border: 0;
}
/* line 151, ../../../sass/component/table/data.scss */
#page table.data.no-border > tbody > tr {
border: 0;
}
/* line 154, ../../../sass/component/table/data.scss */
#page table.data.no-border > tbody > tr > td {
border: 0;
}
/* line 164, ../../../sass/component/table/data.scss */
#page table.data > thead > tr > th {
border-left: 1px solid #333;
color: #333;
font: 600 13px/16px "Open Sans", sans-serif;
padding: 10px;
text-align: middle;
/*word-wrap: break-word;*/
}
/* line 178, ../../../sass/component/table/data.scss */
#page table.data > tbody > tr {
border-top: 1px solid #333;
}
/* line 181, ../../../sass/component/table/data.scss */
#page table.data > tbody > tr > td {
border-left: 1px solid #333;
font: 400 13px/16px "Open Sans", sans-serif;
padding: 10px;
text-align: left;
vertical-align: top;
word-wrap: break-word;
/*
&:first-child {
 border-left: none;
 font-weight: 600;
 text-align: left;
 //width: 30%;
}
*/
}
/* line 197, ../../../sass/component/table/data.scss */
#page table.data > tbody > tr > td.right {
text-align: right;
}
@media (max-width: 767px) {
/* line 181, ../../../sass/component/table/data.scss */
#page table.data > tbody > tr > td {
 text-align: right;
}
}
/* line 206, ../../../sass/component/table/data.scss */
#page table.data > tbody > tr.title {
background-color: #ffa422;
}
/* line 208, ../../../sass/component/table/data.scss */
#page table.data > tbody > tr.title > td {
border: none;
}
@media (max-width: 767px) {
/* line 9, ../../../sass/component/table/data.scss */
#page {
 /* A lot taken from http://css-tricks.com/responsive-data-tables/ */
}
/* line 224, ../../../sass/component/table/data.scss */
#page table.data, #page table.small {
 border: none;
 display: block;
 /* Force table to not be like tables anymore */
 /* Hide table headers (but not display: none;, for accessibility) */
}
/* line 229, ../../../sass/component/table/data.scss */
#page table.data thead, #page table.data tbody, #page table.data th, #page table.data td, #page table.data tr, #page table.small thead, #page table.small tbody, #page table.small th, #page table.small td, #page table.small tr {
 display: block;
}
/* line 235, ../../../sass/component/table/data.scss */
#page table.data > thead > tr, #page table.small > thead > tr {
 left: -9999px;
 position: absolute;
 top: -9999px;
}
/* line 243, ../../../sass/component/table/data.scss */
#page table.data > tbody > tr, #page table.small > tbody > tr {
 border-top: none;
 border-left: none;
 border-right: none;
 border-bottom: 1px solid black;
}
/* line 250, ../../../sass/component/table/data.scss */
#page table.data > tbody > tr:nth-of-type(even) > td, #page table.small > tbody > tr:nth-of-type(even) > td {
 background-color: #eee;
 border: 1px solid #e6e6e6;
}
/* line 256, ../../../sass/component/table/data.scss */
#page table.data > tbody > tr > td, #page table.small > tbody > tr > td {
 background-color: #fff;
 border: 1px solid #f6f6f6;
 padding: 5px 10px;
 position: relative;
 line-height: 2em;
           /*&:first-child {
             border: none;
             padding-top: 20px;
 
             &:before { display: none; }
           }*/
 /* Zebra striping */
}

#page .ohdMonthlyDateField {
 padding-left: calc(100% - 100px) !important;
 text-align: right !important;
}
#page .ohdMonthlyDateField:before {
 width: calc(100% - 100px);
}
/* line 262, ../../../sass/component/table/data.scss */

#page table.data > tbody > tr > td:before, #page table.small > tbody > tr > td:before {
 content: attr(data-col);
 font: 400 13px/16px "Open Sans", sans-serif;
 left: 10px;
 position: absolute;
 top: 5px;
 width: calc(100% - 80px);
text-align: left;
display: block;
font-weight: 800;
}
#page table.data > tbody > tr > td:before, #page table.small > tbody > tr > td.ohdMonthlyDateField:before {
   width: calc(100% - 100px);
}
/* line 282, ../../../sass/component/table/data.scss */
#page table.data > tbody > tr.title, #page table.small > tbody > tr.title {
 margin-bottom: -10px;
 margin-top: 30px;
}
/* line 286, ../../../sass/component/table/data.scss */
#page table.data > tbody > tr.title > td, #page table.small > tbody > tr.title > td {
 font-weight: 700;
 padding-bottom: 10px;
 padding-top: 10px;
}
}

/*
* Created by: Level Five Solutions
* Website: http://www.levelfivesolutions.com/
*
*/
/*
* Created by: Level Five Solutions
* Website: http://www.levelfivesolutions.com/
*
*/
/*
BODY AFTER CONTENT FOR REVIEWING BOOTSTRAP SIZE FROM JS
*/
/* line 13, ../../../sass/base/_globals.scss */
body:after {
content: 'xs';
display: none;
}

/*
SIZES
*/
@media (min-width: 768px) {
/* line 32, ../../../sass/base/_globals.scss */
body:after {
 content: 'sm';
}
}
@media (min-width: 992px) {
/* line 37, ../../../sass/base/_globals.scss */
body:after {
 content: 'md';
}
}
@media (min-width: 1200px) {
/* line 42, ../../../sass/base/_globals.scss */
body:after {
 content: 'lg';
}
}
/*
FILE PATHS
*/
/*
COLORS
*/
/*
FONTS
*/
/*
PLACEHOLDERS & MIXINS
*/
/*
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 16, ../../../sass/component/table/plain.scss */
table.plain > thead > tr > th {
padding: 0;
text-align: left;
}
/* line 27, ../../../sass/component/table/plain.scss */
table.plain > tbody > tr > td {
font: 600 12px/15px "Open Sans", sans-serif;
padding: 5px 20px 5px 5px;
vertical-align: top;
word-wrap: break-all;
}
/* line 33, ../../../sass/component/table/plain.scss */
table.plain > tbody > tr > td:first-child {
padding-left: 0;
}
/* line 41, ../../../sass/component/table/plain.scss */
table.plain.multicolumn > tbody > tr > td {
padding: 5px;
}
/* line 43, ../../../sass/component/table/plain.scss */
table.plain.multicolumn > tbody > tr > td:first-child {
padding: 5px;
}

/**
MOBILE
**/
@media (max-width: 767px) {
/* line 74, ../../../sass/component/table/plain.scss */
table.plain {
 margin: 0 20px 25px 20px;
}
}

/*
* Created by: Level Five Solutions
* Website: http://www.levelfivesolutions.com/
*
*/
/*
* Created by: Level Five Solutions
* Website: http://www.levelfivesolutions.com/
*
*/
/*
BODY AFTER CONTENT FOR REVIEWING BOOTSTRAP SIZE FROM JS
*/
/* line 13, ../../../sass/base/_globals.scss */
body:after {
content: 'xs';
display: none;
}

/*
SIZES
*/
@media (min-width: 768px) {
/* line 32, ../../../sass/base/_globals.scss */
body:after {
 content: 'sm';
}
}
@media (min-width: 992px) {
/* line 37, ../../../sass/base/_globals.scss */
body:after {
 content: 'md';
}
}
@media (min-width: 1200px) {
/* line 42, ../../../sass/base/_globals.scss */
body:after {
 content: 'lg';
}
}
/*
FILE PATHS
*/
/*
COLORS
*/
/*
FONTS
*/
/*
PLACEHOLDERS & MIXINS
*/
/*
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/
*
*/
/* line 13, ../../../sass/component/title/title-block.scss */
.title-block {
margin: 0 0 25px 0;
overflow: hidden;
position: relative;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
}
/* line 21, ../../../sass/component/title/title-block.scss */
.title-block > figure {
margin: 0;
position: relative;
}
/* line 25, ../../../sass/component/title/title-block.scss */
.title-block > figure > img {
width: 100%;
}
/* line 29, ../../../sass/component/title/title-block.scss */
.title-block > figure > .color-overlay {
display: block;
height: 102%;
left: -1px;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
opacity: 0.9;
position: absolute;
top: -1px;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
width: 102%;
z-index: 20;
/** Colors **/
}
/* line 41, ../../../sass/component/title/title-block.scss */
.title-block > figure > .color-overlay.red {
background-color: #da413d;
}
/* line 42, ../../../sass/component/title/title-block.scss */
.title-block > figure > .color-overlay.teal {
background-color: #0C7279;
}
/* line 43, ../../../sass/component/title/title-block.scss */
.title-block > figure > .color-overlay.gold {
background-color: #ffa422;
}
/* line 44, ../../../sass/component/title/title-block.scss */
.title-block > figure > .color-overlay.black {
background-color: #333;
}
/* line 48, ../../../sass/component/title/title-block.scss */
.title-block > .content {
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
padding: 40px;
position: absolute;
text-align: center;
width: 100%;
z-index: 30;
}
/* line 56, ../../../sass/component/title/title-block.scss */
.title-block > .content span.title {
color: #fff;
font: 600 26px/32px "Open Sans", sans-serif;
}

/**
TABLET
**/
@media (max-width: 1024px) {
/* line 72, ../../../sass/component/title/title-block.scss */
.title-block > .content span.title {
 font-size: 20px;
 line-height: 26px;
}
}
/**
MOBILE
**/
@media (max-width: 767px) {
/* line 89, ../../../sass/component/title/title-block.scss */
.title-block > figure {
 display: none;
}
/* line 93, ../../../sass/component/title/title-block.scss */
.title-block > .content {
 top: auto;
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 transform: translateY(0);
 padding: 0;
 position: inherit;
 top: auto;
}
/* line 99, ../../../sass/component/title/title-block.scss */
.title-block > .content span.title {
 color: #333;
}
}

@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";
}


#page .searchResultItem h3 a {
font-size: 20px;
font-weight: 400;
color: #0C7279;
}

#page .searchResultItem a {
color: rgb(51, 130, 0);
font-weight: 300;
font-size: 16px;
line-height: 22px;
}

/*----------------------------------- Mexico Fuel Price Variance (RDD) ------------------------------------------*/

#page table.mexico-fuel-price-variance-table > thead > tr > th > span.table-header {
 font-size: 13px;
}

#page table.mexico-fuel-price-variance-table > thead > tr > th.table-header-container {
 text-align: center;
}

@media (max-width: 1530px) {
 #page table.data.mexico-fuel-price-variance-table > thead > tr > th {
     padding: 10px 5px;
 }
 #page table.data.mexico-fuel-price-variance-table > tbody > tr > td {
     padding: 10px 5px;
 }
}
@media (max-width: 1260px) {
 #page table.data.mexico-fuel-price-variance-table {
   border: none;
   display: block;
 }
 #page table.data.mexico-fuel-price-variance-table thead, #page table.data.mexico-fuel-price-variance-table tbody, #page table.data.mexico-fuel-price-variance-table th, #page table.data.mexico-fuel-price-variance-table td, #page table.data.mexico-fuel-price-variance-table tr {
   display: block;
 }
 #page table.data.mexico-fuel-price-variance-table > thead > tr {
   left: -9999px;
   position: absolute;
   top: -9999px;
 }
 #page table.data.mexico-fuel-price-variance-table > tbody > tr {
   border-top: none;
   border-left: none;
   border-right: none;
   border-bottom: 1px solid black;
 }
 #page table.data.mexico-fuel-price-variance-table > tbody > tr:nth-of-type(even) > td {
   background-color: #eee;
   border: 1px solid #e6e6e6;
 }
 #page table.data.mexico-fuel-price-variance-table > tbody > tr > td {
   background-color: #fff;
   border: 1px solid #f6f6f6;
   padding: 5px 10px;
   position: relative;
   line-height: 2em;
 }
 #page table.mexico-fuel-price-variance-table .ohdMonthlyDateField {
   padding-left: calc(100% - 100px) !important;
   text-align: right !important;
 }
 #page table.mexico-fuel-price-variance-table .ohdMonthlyDateField:before {
   width: calc(100% - 100px);
 }
 #page table.data.mexico-fuel-price-variance-table > tbody > tr > td:before {
   content: attr(data-col);
   font: 400 13px/16px "Open Sans", sans-serif;
   left: 10px;
   position: absolute;
   top: 5px;
   width: calc(100% - 80px);
   text-align: left;
   display: block;
 }
 #page table.data.mexico-fuel-price-variance-table > tbody > tr > td:before {
     width: calc(100% - 100px);
 }
 #page table.data.mexico-fuel-price-variance-table > tbody > tr.title {
   margin-bottom: -10px;
   margin-top: 30px;
 }
 #page table.data.mexico-fuel-price-variance-table > tbody > tr.title > td {
   font-weight: 700;
   padding-bottom: 10px;
   padding-top: 10px;
 }
 #page table.data.mexico-fuel-price-variance-table > tbody > tr > td {
     text-align: right;
 }
}

/*  IE10+ */
@media screen\0 {
  .navbar .navbar-nav li[data-navid="7"] .dropdown-menu {
     width: 360px !important;
   left: 180px !important;
  }
  
 .navbar .navbar-nav li[data-navid="9"] .dropdown-menu {
     width: 360px !important;
   left: 104px !important;
  }
  
 .navbar .navbar-nav li[data-navid="10"] .dropdown-menu {
     width: 360px !important;
   left: -160px !important;
   top: 93% !important;
  }
  
 html[lang="es_ES"] .navbar .navbar-nav li[data-navid="7"] .dropdown-menu {
   top: 91% !important;
   width: 406px !important;
   left: 203px !important;
  }

 html[lang="es_ES"] .navbar .navbar-nav li[data-navid="9"] .dropdown-menu {
     width: 404px !important;
   left: 84px !important;
  }
 
 html[lang="es_ES"] .navbar .navbar-nav li[data-navid="10"] .dropdown-menu {
   width: 404px !important;
   left: -216px !important;
   top: 87% !important;
  }
  
 .navbar .navbar-nav li[data-navid="11"] .dropdown-menu {
     top: 98% !important;
   left: -120px !important;
   width: 360px !important;
  }
 
  .navbar .navbar-nav li[data-navid="0"] .dropdown-menu, .navbar .navbar-nav li[data-navid="1"] .dropdown-menu {
     transform: translate(-30%,0) !important;
 }
 /*li[data-navid="10"] .dropdown-menu {*/
 /*    top: 93% !important;*/
 /*    width: 200px !important;*/
 /*}*/
}

/* Maintenance Page */

.maintenance-container {
  width: 100%;
  background: url("/application/themes/kcs/images/errorBackground.jpg") 0 0 no-repeat;
  background-size: cover;
 padding: 100px 25px;
 height: 100vh;

}

.maintenance-btn-row {
  max-width: 600px;
  margin: auto;
  margin-top: 15px;
  margin: auto;
}

@media (max-width: 767px) {
 .maintenance-btn-row {
     max-width: 300px;
 }
}

.maintenance-btn {
  padding: 8px 10px;
 color: #FFFFFF;
 font-size: 12px;
 font-weight: 800;
 line-height: 16px;
 border-radius: 5px;
 border: none;
 text-transform: uppercase;
 text-decoration: none;
 background-color: #0C7279 !important;
 width: 115px !important;
 margin-top: 5px;
 display: block;
 text-align: center;
}

.maintenance-btn:hover {
  background-color: #218A91 !important;
 text-decoration: none !important;
 color: #fff;
}

@media (max-width: 767px) {
 .maintenance-btn {
     background-color: #218A91 !important;
     text-decoration: none !important;
     color: #fff;
 }
}

.glyphicon-color-unset {
 color: unset;
 font-size: 20px;
}

table.clean {
    border: none !important;
}

table.clean tr > td {
    border: none !important;
    background-color: #FFF !important;
}

table.clean tr > td:first-of-type  {
    margin-top: 20px;
}

table.clean > tbody > tr:first-of-type {
    border-top: none !important;
}

table.clean > tbody > tr:last-of-type {
    border-bottom: none !important;
}

.txt-xs-uppercase {
    text-transform: none;
}
 
.btn-danger {
    background-color: #C94D3A;
}

@media (max-width: 768px) {
    .txt-xs-uppercase {
        text-transform: uppercase;
    }
}

 #hype-obj-T27JASHBR38NC609Q4X1 {
         remove transform-origin and transform;
         left: 0px;
         right: 0px;
         margin: auto;
         top: 0px;
         bottom: 0px;
     }
     #hype-scene-RAG2Z4OTPQCJ7V9LNYPH {
         width: 100%;
     }
     #kcscard2020rev1_hype_container {
         width: 100%;
     }
     #cardFrame {
         width: 100%;
     }
     
     
     .d-flex {
         display: flex;
     }
     .flex-column {
         flex-direction: column;
     }
     
     
    #page a:not(.btn) { 
        color: #00838a !important; 
        text-decoration: underline !important; 
        
    }
    #page .container-fluid nav a { 
        color: #0C7279 !important; 
        text-decoration: none !important; 
        
    }
    #page .breadcrumb a { 
        color: #0C7279 !important; 
        text-decoration: none !important; 
        
    }
    /*#page a span:not(.sr-only) { color: white !important; }*/
#homepage-carousel > a.left.carousel-control > span.glyphicon.glyphicon-chevron-left,
#homepage-carousel > a.right.carousel-control > span.glyphicon.glyphicon-chevron-right {
    color: white !important
}
#homepage-carousel .carousel-control {
  background-image: none !important;
  height: 30px;
  top: 50%;
}

/* Notification Banner */
.notification-banner-section {
    background-color: #c2002f;
    padding: 30px 0;
    margin-top: -30px;
    margin-bottom: 20px;
}

.notification-banner-container {
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
}

.notification-banner-container h2,
.notification-banner-container p {
    color: #FFF !important;
}

#page .notification-banner-container p:last-child {
    margin-bottom: 0;
}

#page .notification-banner-container a {
    color: #FFF !important;
}

@media screen and (max-width: 1170px) {
    
    .notification-banner-container {
        padding: 0 40px;
        margin: 0;
    }
    
}

@media screen and (max-width: 768px) {
    
    .notification-banner-section {
        padding: 20px 0;
        margin-top: 0;
    }
 
    .notification-banner-container {
        padding: 0 40px;
        margin: 0;
    }
}