/*Contents of this CSS document:
	1. Normalize File by Nicolas Gallagher
	2. Bootstrap's Standard 12 Column Grid System.
	3. Custom Overrides
	4. Kattare's Global Styles
		a. Basics inluding overlay popup default
		b. Buttons
		c. Extra Margin Helpers
		d. Panels
		e. Utilities Header
		f. Logo
		g. Main Navigation
		h. Menu Icon
		i. Banner
		j. Breadcrumbs bar and nav
		k. Footer
*/
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.center-text {
    text-align: center;
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}
/**
 * Remove default margin.
 */
body {
    margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
    outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
    font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
    font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
    border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
    overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
    margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
    box-sizing: content-box;
    height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
    overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
    overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
    text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
    cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
    line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    box-sizing: content-box;
    /* 2 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
    overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
    font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
/**********************************
Bootstrap's standard 12 column grid.
***********************************/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.66666667%;
}
.col-xs-pull-10 {
    right: 83.33333333%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.66666667%;
}
.col-xs-pull-7 {
    right: 58.33333333%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.66666667%;
}
.col-xs-pull-4 {
    right: 33.33333333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.66666667%;
}
.col-xs-pull-1 {
    right: 8.33333333%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66666667%;
}
.col-xs-push-10 {
    left: 83.33333333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66666667%;
}
.col-xs-push-7 {
    left: 58.33333333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66666667%;
}
.col-xs-push-4 {
    left: 33.33333333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.66666667%;
}
.col-xs-push-1 {
    left: 8.33333333%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-offset-0 {
    margin-left: 0%;
}
@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0%;
    }
}
@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0%;
    }
}
@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0%;
    }
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
}
/**********
Overrides
***********/
h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
    margin: 0;
    padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}
ul {
    margin: 0;
}
input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
hr {
    padding: 0;
    margin: 0;
}
/*****
Basics
*******/
body {
    color: #1f5c62;
    font-family: Lato, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
}
h1,
h2 {
    font-family: Coda, Helvetica, Arial, sans-serif;
}
h1 {
    font-size: 36px;
    line-height: 48px;
    margin: 0 0 24px 0;
}
h2 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 12px;
}
h3 {
    font-weight: bold;
    font-size: 16px;
}
p {
    margin-bottom: 24px;
}
h1 ~ p:last-child {
    margin-bottom: 48px;
}
.horizontal-list li {
    display: inline-block;
}
dl {
    overflow: hidden;
    margin: 0;
    padding: 0;
}
dt,
dd {
    margin: 0;
    padding: 0;
    float: left;
}
dt {
    width: 66%;
}
dd {
    width: 33%;
}
.bucket-description li {
    list-style: none;
}
a {
    text-decoration: none;
    color: #cc603c;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
a:hover {
    color: #ecbe85;
    cursor: pointer;
}
a.inactive {
    color: #999999;
    cursor: default;
}
address {
    font-style: normal;
    color: #777777;
}
span.poptext-orange {
    color: #e19b43;
}
span.poptext-red {
    color: #cc603c;
}
/*buttons*/
a[class^=btn] {
    padding: 6px 24px;
    color: white;
    display: inline-block;
    border-radius: 4px;
    text-align: center;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.btn-container {
    text-align: center;
}
@media screen and (min-width: 992px) {
    .btn-container {
        text-align: left;
    }
}
.btn-primary {
    background-color: #3fb5c2;
}
.btn-primary:hover {
    background-color: #66c4ce;
}
.btn-primary-dark {
    background-color: #28757d;
}
.btn-primary-dark:hover {
    background-color: #3499a4;
}
.btn-secondary {
    background-color: #e19b43;
}
.btn-secondary:hover {
    background-color: #e8b26f;
}
.btn-tertiary {
    background-color: #cc603c;
}
.btn-tertiary:hover {
    background-color: #d78164;
}
.btn-transparent {
    font-size: 18px;
    border: 1px solid #fff;
}
.btn-transparent:hover {
    border: 1px solid transparent;
    background-color: #3fb5c2;
}
.btn-inactive {
    background: #999999;
    cursor: default;
}
hr.light {
    width: 90%;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
@media screen and (min-width: 992px) {
    hr.light {
        display: none;
    }
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 8px;
    vertical-align: middle;
    border-top: 5px dashed;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}
.embolden {
    font-weight: bold;
}
.popup-body {
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 2000;
}
.popup-body .popup-container {
    position: fixed;
    top: 100px;
    width: 100%;
}
.popup-body .popup-container .popup-box {
    height: 325px;
    overflow-y: scroll;
    border-radius: 4px;
    margin: 0 auto;
    width: 670px;
    background-color: #ffffff;
    padding: 33px;
}
.popup-body .popup-container .popup-box .close-box {
    cursor: pointer;
    font-size: 36px;
    line-height: 0;
    margin-top: 6px;
    float: right;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*extra margin helpers to use in HTML where needed.
the number in the class is a multiple of the line-height-computed*/
.extra-marg-2x {
    margin-bottom: 48px;
}
.extra-marg-2halfx {
    margin-bottom: 60px;
}
/*Panels*/
.panel-aside {
    border: 1px solid #999999;
    border-radius: 4px;
    padding: 23px 24px 0 24px;
    /*keeps the integrity of the baseline grid when there are 1px borders involved*/
    margin-bottom: 0px;
}
.panel-aside p {
    margin-bottom: 24px;
}
.panel-aside ul {
    padding: 0;
    margin: 0;
    margin-bottom: 24px;
}
.panel-aside li {
    list-style: none;
}
/*utilities header*/
.utilities-header {
    background: #333333;
    padding: 6px 0;
}
.utilities-header .phone-icon {
    content: '';
    display: inline-block;
    width: 11px;
    height: 15px;
    opacity: .9;
    background: url('/members/images/phone.png') no-repeat;
    background-size: 10px 15px;
}
.utilities-header a {
    color: #FFF;
    display: inline-block;
    font-size: 11.998px;
}
.utilities-header .phone-number {
    display: none;
}
.utilities-header .horizontal-list {
    float: right;
}
.utilities-header .horizontal-list li {
    margin-left: 12px;
}
@media screen and (min-width: 600px) {
    .utilities-header .phone-number {
        margin-left: 12px;
        display: inline-block;
    }
    .utilities-header a {
        font-size: 14px;
    }
    .utilities-header .horizontal-list li {
        margin-left: 24px;
        list-style: none;
    }
}
/*****
Logo
******/
.logo {
    width: 151px;
}
.logo-nav-spacer {
    padding: 10px 0 10px 0;
    /*Just a hack class used on the row that contains the logo and the primary navigation
  --used to create extra space. Works in tandem with relative positioning of the .main-nav class*/
}
/*Main Navigation*/
.main-nav {
    font-size: 18px;
    padding: 12px 0 8px;
    display: block;
}
.main-nav li {
    display: block;
    padding: 6px;
    border-top: 1px solid #3fb5c2;
}
.main-nav li a {
    color: #28757d;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.main-nav li a:hover,
.main-nav li a.active {
    color: #3fb5c2;
}
.main-nav li a.inactive {
    color: #999999;
    cursor: default;
}
.main-nav li ul {
    text-indent: 16px;
    font-weight: 300;
    display: none;
}
.main-nav ul ul {
    display: none;
    border: none;
}
.main-nav #web-hosting-dropdown span.caret {
    display: none;
}
@media screen and (min-width: 992px) {
    .main-nav {
        float: right;
        position: relative;
        top: 12px;
        padding: 0;
    }
    .main-nav li {
        display: inline-block;
        margin-left: 60px;
        padding: 12px 0 12px 12px;
        border: none;
        border-top: 0px;
    }
    .main-nav li ul {
        display: none;
        border-right: none;
        border-bottom: 1px solid #eeeeee;
        border-left: 1px solid #eeeeee;
        background-color: white;
        position: absolute;
        padding: 24px;
        z-index: 200;
    }
    .main-nav li ul li {
        display: block;
        text-indent: 0px;
        padding: 0;
        margin: 0;
    }
    .main-nav li ul ul {
        display: none;
        border: none;
        padding: 0;
        position: relative;
        padding-left: 12px;
    }
    .main-nav li a.active {
        border-bottom: 2px solid #3fb5c2;
    }
    .main-nav #web-hosting-dropdown span.caret {
        display: inline-block;
    }
}
/*Menu icon (hamburger icon) styles*/
.menu-icon {
    width: 24px;
    height: 45px;
    position: absolute;
    top: 24px;
    right: 28px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}
.menu-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #28757d;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
.menu-icon span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
.menu-icon span:nth-child(2) {
    top: 8px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
.menu-icon span:nth-child(3) {
    top: 16px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
@media screen and (min-width: 992px) {
    .menu-icon {
        display: none;
    }
}
.menu-icon.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -1px;
}
.menu-icon.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}
.menu-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/*end menu icon styles*/
/*banner*/
.banner {
    height: 216px;
    background: #999999;
    background-image: url('/members/images/banner-backer.jpg');
    background-size: cover;
    margin-bottom: 0;
}
.banner#colocation {
    background-image: url('/members/images/servers.jpg');
}
.banner.without-breadcrumb {
    margin-bottom: 60px;
}
.banner h1,
.banner p.lead {
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8), 1px 1px 60px #ffffff;
}
.banner h1 {
    color: #FFF;
    line-height: 36px;
    font-size: 32px;
    font-family: Lato, Helvetica, Arial, sans-serif;
    padding: 72px 0 64px 0;
    margin: 0 !important;
}
.banner h1 + p.lead {
    font-size: 21px;
    color: #FFF;
}
@media screen and (min-width: 600px) {
    .banner h1 {
        line-height: initial;
        padding-bottom: 0;
        font-size: 48px;
    }
    .banner h1 + p.lead {
        font-size: 32px;
    }
}
@media screen and (min-width: 992px) {
    .banner h1,
    .banner p.lead {
        text-align: left;
    }
}
/*breadcrumbs bar and nav links*/
.nav-group-secondary {
    background-color: #eeeeee;
    margin-bottom: 60px;
    padding: 6px 0;
}
.nav-group-secondary .breadcrumbs {
    display: inline-block;
    float: none;
}
.nav-group-secondary .breadcrumbs li {
    margin-left: 0;
    margin-right: 6px;
}
.nav-group-secondary .breadcrumbs li:after {
    content: "/";
    color: #999999;
    margin-left: 6px;
}
.nav-group-secondary .breadcrumbs li:last-child {
    color: #999999;
}
.nav-group-secondary .breadcrumbs li:last-child:after {
    content: none;
    margin-left: 0;
}
.nav-group-secondary .back-links li {
    margin-right: 0px;
}
.nav-group-secondary .back-links li:after {
    content: '|';
    color: #999999;
    margin-left: 2px;
}
.nav-group-secondary .back-links li:last-child:after {
    content: none;
    margin-left: 0;
}
@media screen and (min-width: 992px) {
    .nav-group-secondary .back-links {
        display: inline-block;
        float: right;
    }
    .nav-group-secondary .back-links li {
        margin-left: 18px;
    }
    .nav-group-secondary .back-links li:after {
        margin-left: 18px;
    }
}
/*footer stuff*/
.quote-wrap {
    border-radius: 4px;
    background: -webkit-linear-gradient(-90deg, #3fb5c2 10%, #28757d);
    background: -moz-linear-gradient(-90deg, #3fb5c2 10%, #28757d);
    background: -o-linear-gradient(-90deg, #3fb5c2 10%, #28757d);
    background: -ms-linear-gradient(-90deg, #3fb5c2 10%, #28757d);
    display: block;
    position: relative;
    padding: 48px;
    z-index: 1;
}
.corner-piece-ref-point {
    /*simply aids in the positioning of the bubble's corner piece as well as adds something interesting to the layout by pulling the bubble up past the top line of the header*/
    position: relative;
    top: -24px;
}
.corner-piece,
.corner-piece-alt {
    background: #28757d;
    content: '';
    display: block;
    height: 20px;
    width: 20px;
    position: absolute;
    bottom: -10px;
    right: 10%;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    z-index: 0;
}
.corner-piece-alt {
    left: 10%;
}
@media screen and (min-width: 992px) {
    .corner-piece,
    .corner-piece-alt {
        height: 40px;
        width: 40px;
        bottom: -20px;
        right: 20%;
    }
    .corner-piece-alt {
        left: 20%;
    }
}
.quote-wrap {
    font-size: 24px;
    font-weight: 300;
}
.quote-info,
.quote-info-alt {
    display: block;
    position: relative;
    text-align: right;
    margin-right: 30%;
    margin-bottom: 46px;
    top: -18px;
}
.quote-info-alt {
    margin-right: 0;
    margin-left: 30%;
    text-align: left;
}
footer {
    color: #FFF;
}
.footer-top {
    background: #303030;
    margin: 96px 0 0 0;
    position: relative;
    z-index: 1;
}
.footer-top:after {
    content: "";
    background: url('/members/images/footer-img.jpg');
    background-size: cover;
    background-position: left;
    opacity: .35;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}
.footer-top li {
    list-style: none;
}
.footer-top ul {
    padding-top: 32px;
}
.footer-top ul li {
    padding-bottom: 12px;
}
.footer-top ul ul {
    padding: 12px 0 0 16px;
}
.footer-top ul a {
    color: white;
}
.footer-top ul a:hover {
    color: #3fb5c2;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.footer-top ul a.inactive {
    color: #999999;
    cursor: default;
}
.footer-top .btn-transparent {
    margin-top: 24px;
    margin-bottom: 36px;
}
@media screen and (min-width: 992px) {
    .footer-top .btn-transparent {
        margin-bottom: 0px;
    }
}
.payment-options {
    text-align: left;
}
.payment-options span {
    display: inline-block;
    content: '';
    width: 45px;
    height: 27px;
    background: no-repeat;
    background-size: 45px 27px;
    margin-left: 0;
}
.payment-options span#kattare-accepts {
    width: auto;
    display: block;
    margin-left: 0;
    margin-bottom: 6px;
}
.payment-options span#visa {
    background-image: url('/members/images/payment-icons/visa.png');
}
.payment-options span#mastercard {
    background-image: url('/members/images/payment-icons/mastercard.png');
}
.payment-options span#amexpress {
    background-image: url('/members/images/payment-icons/amexpress.png');
}
.payment-options span#discover {
    background-image: url('/members/images/payment-icons/discover.png');
}
.payment-options span#bitcoin {
    background-image: url('/members/images/payment-icons/bitcoin.png');
    width: 27px;
    background-size: 27px 27px;
}
.payment-options span#paypal {
    background-image: url('/members/images/payment-icons/paypal.png');
}
@media screen and (min-width: 992px) {
    .payment-options {
        text-align: right;
    }
    .payment-options span {
        margin-left: 6px;
    }
    .payment-options span#kattare-accepts {
        display: inline-block;
        margin-bottom: 0;
        margin-right: 24px;
    }
}
.footer-base {
    text-align: center;
    color: #777777;
    background-color: #222222;
    font-size: 14px;
    width: 100%;
    padding: 36px 0;
}
.footer-base p {
    margin-bottom: 0;
}
