/*!
Theme Name: trl_blog
Theme URI: https://www.topratedlocal.com/
Author: Underscores.me
Author URI: https://www.topratedlocal.com/
Description: Description
Version: 1.0.0

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
 .btn-lg, .btn-group-lg > .btn {
  padding-top: 6px;
  padding-bottom: 6px;
  border: none;
  border-bottom: 2px solid transparent;
  font-size: 20px;
}
hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 6px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	float: left;
	margin-right: 1.5em;
}

.alignright {
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*!
 * Main Styles - Copyright Top Rated Local
 */
/* ==========================================================================
   $VARIABLES
   ========================================================================== */
/* Colors */
/* Typography */
/* Border */
/* Inputs */
/* Panels */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a, .link-button {
  background-color: transparent;
}

a:active, .link-button:active,
a:hover,
.link-button:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a, .link-button,
  a:visited,
  .link-button:visited {
    text-decoration: underline;
  }
  a[href]:after, [href].link-button:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after, [href^="#"].link-button:after,
  a[href^="javascript:"]:after,
  [href^="javascript:"].link-button:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th, .table--bordered th,
  .table-bordered td, .table--bordered td {
    border: 1px solid #ddd !important;
  }
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("https://www.topratedlocal.com/fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("https://www.topratedlocal.com/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("https://www.topratedlocal.com/fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("https://www.topratedlocal.com/fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("https://www.topratedlocal.com/fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("https://www.topratedlocal.com/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "\002a";
}

.glyphicon-plus:before {
  content: "\002b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "\26fa";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "\231b";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "\00a5";
}

.glyphicon-jpy:before {
  content: "\00a5";
}

.glyphicon-ruble:before {
  content: "\20bd";
}

.glyphicon-rub:before {
  content: "\20bd";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 14px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #7d7d7d;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a, .link-button {
  color: #009fe0;
  text-decoration: none;
}

a:hover, .link-button:hover, a:focus, .link-button:focus {
  color: #006994;
  text-decoration: underline;
}

a:focus, .link-button:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase, .u-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism, .u-uppercase {
  text-transform: uppercase;
}

.text-capitalize, .u-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #009fe0;
}

a.text-primary:hover, .text-primary.link-button:hover,
a.text-primary:focus,
.text-primary.link-button:focus {
  color: #007bad;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover, .text-success.link-button:hover,
a.text-success:focus,
.text-success.link-button:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover, .text-info.link-button:hover,
a.text-info:focus,
.text-info.link-button:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover, .text-warning.link-button:hover,
a.text-warning:focus,
.text-warning.link-button:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover, .text-danger.link-button:hover,
a.text-danger:focus,
.text-danger.link-button:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #009fe0;
}

a.bg-primary:hover, .bg-primary.link-button:hover,
a.bg-primary:focus,
.bg-primary.link-button:focus {
  background-color: #007bad;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover, .bg-success.link-button:hover,
a.bg-success:focus,
.bg-success.link-button:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover, .bg-info.link-button:hover,
a.bg-info:focus,
.bg-info.link-button:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover, .bg-warning.link-button:hover,
a.bg-warning:focus,
.bg-warning.link-button:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover, .bg-danger.link-button:hover,
a.bg-danger:focus,
.bg-danger.link-button:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 0px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled, .u-list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right,
blockquote.u-pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before, blockquote.u-pull-right footer:before,
blockquote.pull-right small:before, blockquote.u-pull-right small:before,
blockquote.pull-right .small:before, blockquote.u-pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after, blockquote.u-pull-right footer:after,
blockquote.pull-right small:after, blockquote.u-pull-right small:after,
blockquote.pull-right .small:after, blockquote.u-pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.large-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.large-container:before, .large-container:after {
  content: " ";
  display: table;
}

.large-container:after {
  clear: both;
}

@media (min-width: 768px) {
  .large-container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .large-container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .large-container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.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-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@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-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@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-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@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-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered, .table--bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th, .table--bordered > thead > tr > th,
.table-bordered > thead > tr > td, .table--bordered > thead > tr > td,
.table-bordered > tbody > tr > th, .table--bordered > tbody > tr > th,
.table-bordered > tbody > tr > td, .table--bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th, .table--bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td, .table--bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th, .table--bordered > thead > tr > th,
.table-bordered > thead > tr > td, .table--bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd), .table--striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered, .table-responsive > .table--bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table--bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table--bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table--bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table--bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table--bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .table-responsive > .table--bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table--bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table--bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table--bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table--bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table--bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .table-responsive > .table--bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table--bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table--bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table--bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .table-responsive > .table--bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
}

.form-control, .custom-chosen-dropdown.chosen-container-multi .chosen-choices, #add-service-location-select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus, .custom-chosen-dropdown.chosen-container-multi .chosen-choices:focus, #add-service-location-select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder, .custom-chosen-dropdown.chosen-container-multi .chosen-choices::-moz-placeholder, #add-service-location-select::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder, .custom-chosen-dropdown.chosen-container-multi .chosen-choices:-ms-input-placeholder, #add-service-location-select:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder, .custom-chosen-dropdown.chosen-container-multi .chosen-choices::-webkit-input-placeholder, #add-service-location-select::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand, .custom-chosen-dropdown.chosen-container-multi .chosen-choices::-ms-expand, #add-service-location-select::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled], .custom-chosen-dropdown.chosen-container-multi [disabled].chosen-choices, [disabled]#add-service-location-select, .form-control[readonly], .custom-chosen-dropdown.chosen-container-multi [readonly].chosen-choices, [readonly]#add-service-location-select,
fieldset[disabled] .form-control,
fieldset[disabled] .custom-chosen-dropdown.chosen-container-multi .chosen-choices, .custom-chosen-dropdown.chosen-container-multi
fieldset[disabled] .chosen-choices,
fieldset[disabled] #add-service-location-select {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled], .custom-chosen-dropdown.chosen-container-multi [disabled].chosen-choices, [disabled]#add-service-location-select,
fieldset[disabled] .form-control,
fieldset[disabled] .custom-chosen-dropdown.chosen-container-multi .chosen-choices, .custom-chosen-dropdown.chosen-container-multi
fieldset[disabled] .chosen-choices,
fieldset[disabled] #add-service-location-select {
  cursor: not-allowed;
}

textarea.form-control, .custom-chosen-dropdown.chosen-container-multi textarea.chosen-choices, textarea#add-service-location-select {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control, .custom-chosen-dropdown.chosen-container-multi input[type="date"].chosen-choices, input[type="date"]#add-service-location-select,
  input[type="time"].form-control,
  .custom-chosen-dropdown.chosen-container-multi input[type="time"].chosen-choices,
  input[type="time"]#add-service-location-select,
  input[type="datetime-local"].form-control,
  .custom-chosen-dropdown.chosen-container-multi input[type="datetime-local"].chosen-choices,
  input[type="datetime-local"]#add-service-location-select,
  input[type="month"].form-control,
  .custom-chosen-dropdown.chosen-container-multi input[type="month"].chosen-choices,
  input[type="month"]#add-service-location-select {
    line-height: 34px;
  }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control, .custom-chosen-dropdown.chosen-container-multi .input-group-sm > input[type="date"].chosen-choices, .input-group-sm > input[type="date"]#add-service-location-select,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .custom-chosen-dropdown.chosen-container-multi .input-group-sm > input[type="time"].chosen-choices,
  .input-group-sm > input[type="time"]#add-service-location-select,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .custom-chosen-dropdown.chosen-container-multi .input-group-sm > input[type="datetime-local"].chosen-choices,
  .input-group-sm > input[type="datetime-local"]#add-service-location-select,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .custom-chosen-dropdown.chosen-container-multi .input-group-sm > input[type="month"].chosen-choices,
  .input-group-sm > input[type="month"]#add-service-location-select,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control, .custom-chosen-dropdown.chosen-container-multi .input-group-lg > input[type="date"].chosen-choices, .input-group-lg > input[type="date"]#add-service-location-select,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .custom-chosen-dropdown.chosen-container-multi .input-group-lg > input[type="time"].chosen-choices,
  .input-group-lg > input[type="time"]#add-service-location-select,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .custom-chosen-dropdown.chosen-container-multi .input-group-lg > input[type="datetime-local"].chosen-choices,
  .input-group-lg > input[type="datetime-local"]#add-service-location-select,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .custom-chosen-dropdown.chosen-container-multi .input-group-lg > input[type="month"].chosen-choices,
  .input-group-lg > input[type="month"]#add-service-location-select,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg
  input[type="month"] {
    line-height: 46px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}

.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control, .custom-chosen-dropdown.chosen-container-multi .input-group-lg > .form-control-static.chosen-choices, .input-group-lg > .form-control-static#add-service-location-select,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control, .custom-chosen-dropdown.chosen-container-multi .input-group-sm > .form-control-static.chosen-choices, .input-group-sm > .form-control-static#add-service-location-select,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control, .custom-chosen-dropdown.chosen-container-multi .input-group-sm > .chosen-choices, .input-group-sm > #add-service-location-select,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}

select.input-sm, .input-group-sm > select.form-control, .custom-chosen-dropdown.chosen-container-multi .input-group-sm > select.chosen-choices, .input-group-sm > select#add-service-location-select,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control, .custom-chosen-dropdown.chosen-container-multi .input-group-sm > textarea.chosen-choices, .input-group-sm > textarea#add-service-location-select,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.custom-chosen-dropdown.chosen-container-multi .input-group-sm > select[multiple].chosen-choices,
.input-group-sm > select[multiple]#add-service-location-select,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control, .form-group-sm .custom-chosen-dropdown.chosen-container-multi .chosen-choices, .custom-chosen-dropdown.chosen-container-multi .form-group-sm .chosen-choices, .form-group-sm #add-service-location-select {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}

.form-group-sm select.form-control, .form-group-sm .custom-chosen-dropdown.chosen-container-multi select.chosen-choices, .custom-chosen-dropdown.chosen-container-multi .form-group-sm select.chosen-choices, .form-group-sm select#add-service-location-select {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control, .form-group-sm .custom-chosen-dropdown.chosen-container-multi textarea.chosen-choices, .custom-chosen-dropdown.chosen-container-multi .form-group-sm textarea.chosen-choices, .form-group-sm textarea#add-service-location-select,
.form-group-sm select[multiple].form-control,
.form-group-sm .custom-chosen-dropdown.chosen-container-multi select[multiple].chosen-choices, .custom-chosen-dropdown.chosen-container-multi
.form-group-sm select[multiple].chosen-choices,
.form-group-sm select[multiple]#add-service-location-select {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control, .custom-chosen-dropdown.chosen-container-multi .input-group-lg > .chosen-choices, .input-group-lg > #add-service-location-select,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 0;
}

select.input-lg, .input-group-lg > select.form-control, .custom-chosen-dropdown.chosen-container-multi .input-group-lg > select.chosen-choices, .input-group-lg > select#add-service-location-select,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control, .custom-chosen-dropdown.chosen-container-multi .input-group-lg > textarea.chosen-choices, .input-group-lg > textarea#add-service-location-select,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.custom-chosen-dropdown.chosen-container-multi .input-group-lg > select[multiple].chosen-choices,
.input-group-lg > select[multiple]#add-service-location-select,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control, .form-group-lg .custom-chosen-dropdown.chosen-container-multi .chosen-choices, .custom-chosen-dropdown.chosen-container-multi .form-group-lg .chosen-choices, .form-group-lg #add-service-location-select {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 0;
}

.form-group-lg select.form-control, .form-group-lg .custom-chosen-dropdown.chosen-container-multi select.chosen-choices, .custom-chosen-dropdown.chosen-container-multi .form-group-lg select.chosen-choices, .form-group-lg select#add-service-location-select {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control, .form-group-lg .custom-chosen-dropdown.chosen-container-multi textarea.chosen-choices, .custom-chosen-dropdown.chosen-container-multi .form-group-lg textarea.chosen-choices, .form-group-lg textarea#add-service-location-select,
.form-group-lg select[multiple].form-control,
.form-group-lg .custom-chosen-dropdown.chosen-container-multi select[multiple].chosen-choices, .custom-chosen-dropdown.chosen-container-multi
.form-group-lg select[multiple].chosen-choices,
.form-group-lg select[multiple]#add-service-location-select {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control, .has-feedback .custom-chosen-dropdown.chosen-container-multi .chosen-choices, .custom-chosen-dropdown.chosen-container-multi .has-feedback .chosen-choices, .has-feedback #add-service-location-select {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .custom-chosen-dropdown.chosen-container-multi .input-group-lg > .chosen-choices + .form-control-feedback, .input-group-lg > #add-service-location-select + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback,
.form-group-lg .custom-chosen-dropdown.chosen-container-multi .chosen-choices + .form-control-feedback, .custom-chosen-dropdown.chosen-container-multi
.form-group-lg .chosen-choices + .form-control-feedback,
.form-group-lg #add-service-location-select + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .custom-chosen-dropdown.chosen-container-multi .input-group-sm > .chosen-choices + .form-control-feedback, .input-group-sm > #add-service-location-select + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback,
.form-group-sm .custom-chosen-dropdown.chosen-container-multi .chosen-choices + .form-control-feedback, .custom-chosen-dropdown.chosen-container-multi
.form-group-sm .chosen-choices + .form-control-feedback,
.form-group-sm #add-service-location-select + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control, .has-success .custom-chosen-dropdown.chosen-container-multi .chosen-choices, .custom-chosen-dropdown.chosen-container-multi .has-success .chosen-choices, .has-success #add-service-location-select {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus, .has-success .custom-chosen-dropdown.chosen-container-multi .chosen-choices:focus, .custom-chosen-dropdown.chosen-container-multi .has-success .chosen-choices:focus, .has-success #add-service-location-select:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control, .has-warning .custom-chosen-dropdown.chosen-container-multi .chosen-choices, .custom-chosen-dropdown.chosen-container-multi .has-warning .chosen-choices, .has-warning #add-service-location-select {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus, .has-warning .custom-chosen-dropdown.chosen-container-multi .chosen-choices:focus, .custom-chosen-dropdown.chosen-container-multi .has-warning .chosen-choices:focus, .has-warning #add-service-location-select:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control, .has-error .custom-chosen-dropdown.chosen-container-multi .chosen-choices, .custom-chosen-dropdown.chosen-container-multi .has-error .chosen-choices, .has-error #add-service-location-select {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus, .has-error .custom-chosen-dropdown.chosen-container-multi .chosen-choices:focus, .custom-chosen-dropdown.chosen-container-multi .has-error .chosen-choices:focus, .has-error #add-service-location-select:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #bdbdbd;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control, .form-inline .custom-chosen-dropdown.chosen-container-multi .chosen-choices, .custom-chosen-dropdown.chosen-container-multi .form-inline .chosen-choices, .form-inline #add-service-location-select {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control,
  .form-inline .input-group .custom-chosen-dropdown.chosen-container-multi .chosen-choices, .custom-chosen-dropdown.chosen-container-multi
  .form-inline .input-group .chosen-choices,
  .form-inline .input-group #add-service-location-select {
    width: auto;
  }
  .form-inline .input-group > .form-control, .form-inline .custom-chosen-dropdown.chosen-container-multi .input-group > .chosen-choices, .custom-chosen-dropdown.chosen-container-multi .form-inline .input-group > .chosen-choices, .form-inline .input-group > #add-service-location-select {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

input[type="submit"],
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn.btn__hollow {
  background: transparent;
  color: #f68f1e;
  margin-right: 30px;
}
input[type="submit"]:focus, input[type="submit"]:active:focus,
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

input[type="submit"]:hover, input[type="submit"]:focus,
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled, .btn.disabled.link-button,
fieldset[disabled] a.btn,
fieldset[disabled] .btn.link-button {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  background-image: none;
}

.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #009fe0;
  border-color: #008dc7;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #007bad;
  border-color: #003247;
}

.btn-primary:hover {
  color: #fff;
  background-color: #007bad;
  border-color: #006189;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bad;
  border-color: #006189;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #006189;
  border-color: #003247;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #009fe0;
  border-color: #008dc7;
}

.btn-primary .badge {
  color: #009fe0;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  background-image: none;
}

.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  background-image: none;
}

.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  background-image: none;
}

.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  background-image: none;
}

.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #009fe0;
  font-weight: normal;
  border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
  color: #006994;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu, .search-box {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right, .pull-right.search-box, .search-box.u-pull-right, .dropdown-menu.u-pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider, .search-box .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a, .search-box > li > a, .dropdown-menu > li > .link-button, .search-box > li > .link-button {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .search-box > li > a:hover, .dropdown-menu > li > .link-button:hover, .search-box > li > .link-button:hover, .dropdown-menu > li > a:focus, .search-box > li > a:focus, .dropdown-menu > li > .link-button:focus, .search-box > li > .link-button:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .search-box > .active > a, .dropdown-menu > .active > .link-button, .search-box > .active > .link-button, .dropdown-menu > .active > a:hover, .search-box > .active > a:hover, .dropdown-menu > .active > .link-button:hover, .search-box > .active > .link-button:hover, .dropdown-menu > .active > a:focus, .search-box > .active > a:focus, .dropdown-menu > .active > .link-button:focus, .search-box > .active > .link-button:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #009fe0;
}

.dropdown-menu > .disabled > a, .search-box > .disabled > a, .dropdown-menu > .disabled > .link-button, .search-box > .disabled > .link-button, .dropdown-menu > .disabled > a:hover, .search-box > .disabled > a:hover, .dropdown-menu > .disabled > .link-button:hover, .search-box > .disabled > .link-button:hover, .dropdown-menu > .disabled > a:focus, .search-box > .disabled > a:focus, .dropdown-menu > .disabled > .link-button:focus, .search-box > .disabled > .link-button:focus {
  color: #777777;
}

.dropdown-menu > .disabled > a:hover, .search-box > .disabled > a:hover, .dropdown-menu > .disabled > .link-button:hover, .search-box > .disabled > .link-button:hover, .dropdown-menu > .disabled > a:focus, .search-box > .disabled > a:focus, .dropdown-menu > .disabled > .link-button:focus, .search-box > .disabled > .link-button:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu, .open > .search-box {
  display: block;
}

.open > a, .open > .link-button {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: static;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu, .u-pull-right > .dropdown-menu, .pull-right > .search-box, .u-pull-right > .search-box {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}

.dropup .dropdown-menu, .dropup .search-box,
.navbar-fixed-bottom .dropdown .dropdown-menu,
.navbar-fixed-bottom .dropdown .search-box {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu, .navbar-right .search-box {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu, .btn-group-justified > .btn-group .search-box {
  left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control, .input-group .custom-chosen-dropdown.chosen-container-multi .chosen-choices, .custom-chosen-dropdown.chosen-container-multi .input-group .chosen-choices, .input-group #add-service-location-select {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus, .input-group .custom-chosen-dropdown.chosen-container-multi .chosen-choices:focus, .custom-chosen-dropdown.chosen-container-multi .input-group .chosen-choices:focus, .input-group #add-service-location-select:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control,
.input-group .custom-chosen-dropdown.chosen-container-multi .chosen-choices, .custom-chosen-dropdown.chosen-container-multi
.input-group .chosen-choices,
.input-group #add-service-location-select {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child),
.input-group .custom-chosen-dropdown.chosen-container-multi .chosen-choices:not(:first-child):not(:last-child), .custom-chosen-dropdown.chosen-container-multi
.input-group .chosen-choices:not(:first-child):not(:last-child),
.input-group #add-service-location-select:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 0;
}

.input-group-addon.input-sm, .custom-chosen-dropdown.chosen-container-multi .input-group-sm > .input-group-addon.chosen-choices, .input-group-sm > .input-group-addon#add-service-location-select,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 0;
}

.input-group-addon.input-lg, .custom-chosen-dropdown.chosen-container-multi .input-group-lg > .input-group-addon.chosen-choices, .input-group-lg > .input-group-addon#add-service-location-select,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 0;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child, .input-group .custom-chosen-dropdown.chosen-container-multi .chosen-choices:first-child, .custom-chosen-dropdown.chosen-container-multi .input-group .chosen-choices:first-child, .input-group #add-service-location-select:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child, .input-group .custom-chosen-dropdown.chosen-container-multi .chosen-choices:last-child, .custom-chosen-dropdown.chosen-container-multi .input-group .chosen-choices:last-child, .input-group #add-service-location-select:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav:before, .nav:after {
  content: " ";
  display: table;
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a, .nav > li > .link-button {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover, .nav > li > .link-button:hover, .nav > li > a:focus, .nav > li > .link-button:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a, .nav > li.disabled > .link-button {
  color: #777777;
}

.nav > li.disabled > a:hover, .nav > li.disabled > .link-button:hover, .nav > li.disabled > a:focus, .nav > li.disabled > .link-button:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a, .nav .open > .link-button, .nav .open > a:hover, .nav .open > .link-button:hover, .nav .open > a:focus, .nav .open > .link-button:focus {
  background-color: #eeeeee;
  border-color: #009fe0;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img, .nav > li > .link-button > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #d5d5d5;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a, .nav-tabs > li > .link-button {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover, .nav-tabs > li > .link-button:hover {
  border-color: #eeeeee #eeeeee #d5d5d5;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > .link-button, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > .link-button:hover, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > .link-button:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #d5d5d5;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a, .nav-pills > li > .link-button {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > .link-button, .nav-pills > li.active > a:hover, .nav-pills > li.active > .link-button:hover, .nav-pills > li.active > a:focus, .nav-pills > li.active > .link-button:focus {
  color: #fff;
  background-color: #009fe0;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}

.nav-justified > li > a, .nav-tabs.nav-justified > li > a, .nav-justified > li > .link-button {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu, .nav-justified > .dropdown .search-box {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a, .nav-justified > li > .link-button {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a, .nav-tabs-justified > li > .link-button, .nav-tabs.nav-justified > li > .link-button {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > .link-button, .nav-tabs.nav-justified > .active > .link-button,
.nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > .link-button:hover, .nav-tabs.nav-justified > .active > .link-button:hover,
.nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus,
.nav-tabs-justified > .active > .link-button:focus, .nav-tabs.nav-justified > .active > .link-button:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a, .nav-tabs-justified > li > .link-button, .nav-tabs.nav-justified > li > .link-button {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > .link-button, .nav-tabs.nav-justified > .active > .link-button,
  .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > .link-button:hover, .nav-tabs.nav-justified > .active > .link-button:hover,
  .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus,
  .nav-tabs-justified > .active > .link-button:focus, .nav-tabs.nav-justified > .active > .link-button:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu, .nav-tabs .search-box {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a, .pagination > li > .link-button,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  color: #009fe0;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.pagination > li:first-child > a, .pagination > li:first-child > .link-button,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a, .pagination > li:last-child > .link-button,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination > li > a:hover, .pagination > li > .link-button:hover, .pagination > li > a:focus, .pagination > li > .link-button:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #006994;
  background-color: #eeeeee;
  border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > .link-button, .pagination > .active > a:hover, .pagination > .active > .link-button:hover, .pagination > .active > a:focus, .pagination > .active > .link-button:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #009fe0;
  border-color: #009fe0;
  cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > .link-button,
.pagination > .disabled > a:hover,
.pagination > .disabled > .link-button:hover,
.pagination > .disabled > a:focus,
.pagination > .disabled > .link-button:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a, .pagination-lg > li > .link-button,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > .link-button,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > .link-button,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > .link-button,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > .link-button,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > .link-button,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  overflow: hidden;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a, .panel-title > .link-button,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > small > .link-button,
.panel-title > .small > a,
.panel-title > .small > .link-button {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1;
  border-bottom-right-radius: -1;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered, .panel > .table--bordered,
.panel > .table-responsive > .table-bordered,
.panel > .table-responsive > .table--bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child, .panel > .table--bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table--bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table--bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table--bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table--bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table--bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table--bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table--bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table--bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table--bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table--bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table--bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child, .panel > .table--bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table--bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table--bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table--bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table--bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table--bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table--bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table--bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table--bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table--bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table--bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table--bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td, .panel > .table--bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table--bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table--bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table--bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table--bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table--bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table--bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table--bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table--bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table--bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table--bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table--bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table--bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table--bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table--bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table--bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}

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

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #7d7d7d;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #7d7d7d;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #009fe0;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #009fe0;
  border-color: #009fe0;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #009fe0;
}

.panel-primary > .panel-heading .badge {
  color: #009fe0;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #009fe0;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 600px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #0b3f64;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #0b3f64;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #0b3f64;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #0b3f64;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #0b3f64;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #0b3f64;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #0b3f64;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #0b3f64;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #0b3f64;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.overflow-hidden {
  overflow: hidden;
}

.clear {
  clear: both;
}

.clearfix:before, .u-clearfix:before, .clearfix:after, .u-clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after, .u-clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right, .u-pull-right {
  float: right !important;
}

.pull-left, .u-pull-left {
  float: left !important;
}

.hide, .u-hide {
  display: none !important;
}

.show, .u-show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden, .u-hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a, .mfp-preloader .link-button {
  color: #CCC;
}

.mfp-preloader a:hover, .mfp-preloader .link-button:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/* ==========================================================================
   $MIXINS
   ========================================================================== */
/* ==========================================================================
   $BASE
   ========================================================================== */
a:hover, .link-button:hover, a:focus, .link-button:focus {
  text-decoration: none;
}

h1, h2, h3, h4, h5 {
  margin-top: 0;
  font-weight: 600;
}

.h1, .h2, .h3, .h4, .h5 {
  font-weight: 600;
}

h3, h4, h5 {
  line-height: 1.4;
}

img {
  max-width: 100%;
  height: auto;
}

hr {
  border-top-color: #d5d5d5;
}

.hr-md {
  margin-top: 15px;
  margin-bottom: 15px;
}

.hr-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background: #10354f;
  border-radius: 0;
}

::-webkit-scrollbar-thumb {
  background: #0f649b;
  border-radius: 0;
}

/* ==========================================================================
   $Media Queries
   ========================================================================== */
   
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
/* ==========================================================================
   $ANIMATIONS
   ========================================================================== */
.loading-animation {
  display: none;
}

.loading-animation.active {
  display: block;
}

.pointer {
  cursor: pointer;
}

.admin-list-all-row:hover {
  background: lightblue !important;
  cursor: pointer;
}

.ratings-log-container {
  max-height: 700px;
}

.ratings-log-btn {
  cursor: hand;
}

.admin-gridview th {
  color: #7d7d7d;
}

.admin-gridview th a, .admin-gridview th .link-button {
  color: #7d7d7d;
}

.admin-plan-badge {
  min-width: 105px;
}

.admin-gridview .pagination {
  float: right;
  margin-bottom: 5px;
  margin-top: 5px;
}

.admin-gridview .summary {
  clear: both;
  text-align: right;
  margin-bottom: 5px;
}

.admin-dropdown {
  float: left;
  clear: left;
  margin-top: 5px;
}

#admin-search-toolbar {
  width: 20%;
  float: left;
  margin-top: 5px;
}

.kv-grid-table th a, .kv-grid-table th .link-button {
  color: #009fe0;
}

#downgrade-warning {
  display: none;
}

.no-bold-label label {
  font-weight: normal;
}

.disassociate-product {
  cursor: pointer;
}

.disassociate-product i {
  color: red;
}

.associate-dropdown .association-counts h4 {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
}

.associate-dropdown .association-counts h4:first-child {
  display: block;
}

.save-changs-reminder {
  display: none;
}

.save-changs-reminder.active {
  display: none;
}

.callapse-manage-billing-section {
  cursor: pointer;
}

#manage-billing-grid .summary {
  display: none;
}

#manage-billing-pjax [data-toggle="popover"] {
  cursor: help;
}

/* ==========================================================================
   $ALERTS
   ========================================================================== */
.alert-rating {
  padding: 10px;
  background-color: #ccecf9;
  border: 2px solid #59a3d3;
  color: #127cc0;
  font-size: 1.5em;
}

.account-overdue-alert .close {
  display: none;
}

/* ==========================================================================
   $BACKEND
   ========================================================================== */
/* Label Arrow */
.label-arrow {
  margin-bottom: 20px;
  background-color: #00c458;
  border: 2px solid #4cd68a;
  border-radius: 6px;
  color: #ffffff;
  font-size: 20px;
}

.label-arrow:before, .label-arrow:after {
  content: " ";
  display: table;
}

.label-arrow:after {
  clear: both;
}

.label-arrow--rep-plus {
  background-color: #ff910e;
  border-color: #ff910e;
}

.label-arrow--premium {
  background-color: #127cc0;
  border-color: #127cc0;
}

.label-arrow__item {
  float: left;
  position: relative;
  padding: 2px 20px;
}

.label-arrow__title {
  margin-right: 20px;
  background-color: #009fe0;
  border-radius: 6px 0 0 6px;
}

.label-arrow__content {
  padding-left: 5px;
  padding-right: 5px;
}

.label-arrow__arrow {
  position: absolute;
  top: 0;
  right: -16px;
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 16px solid #009fe0;
}

/* ==========================================================================
   $BADGES
   ========================================================================== */
.field-createbadgeform-business_id {
  display: none;
}

#topratedlocal-widget .badge {
  z-index: 9999;
}

#tab_trl-add-badge-create-preview {
  overflow: hidden;
}

.badge {
  position: relative;
  max-width: 196px;
  margin: 0 auto;
}

.badge--lg {
  max-width: 220px;
}

.badge__label.small {
  top: 58px;
  font-size: 10px;
}

.badge__label.pin {
  left: 51%;
  font-size: 9px;
  top: 18px;
  text-align: left;
  line-height: 1.4;
}

.badge__label {
  display: block;
  position: absolute;
  top: 86px;
  width: 100%;
  color: #fff;
  font-size: 13px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.badge__label span {
  display: block;
}

.corner.badge__label {
  font-size: 10px;
  top: 76px;
}

.badge--sm {
  max-width: 165px;
}

.badge--sm .badge__label {
  top: 73px;
  font-size: 12px;
  line-height: 1;
}

.editable-badge {
  position: relative;
  display: none;
}

.editable-badge img {
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
}

.editable-badge.corner > img {
  max-width: 169px;
}

.editable-badge.pin > img {
  max-width: 253px;
}

.editable-badge.block > img {
  max-width: 221px;
}

.editable-badge.active {
  display: block;
}

.editable-badge.block img.small-badge {
  max-width: 150px;
}

.kv-editable-button.btn-sm, .btn-group-sm > .kv-editable-button.btn {
  width: auto;
  background-color: transparent;
  border: 0;
  outline: 0;
  height: auto;
  padding: 0;
  color: #009fe0;
  font-size: 14px;
}

#BadgePreviewContainer .table__stars {
  width: 60%;
}

#BadgePreviewContainer .table__stars {
  width: 60%;
}

#modal_embed-badge-success .thumb {
  text-align: center;
}

#modal_embed-badge-success .thumb > div {
  display: inline-block;
}

#modal_embed-badge-success .editable-badge {
  display: inline-block;
}

#modal_embed-badge-success .heading {
  display: none;
}

@media (min-width: 768px) {
  #modal_embed-badge-success .heading {
    display: block;
  }
}

@media (min-width: 1200px) {
  .widget .trl-reviews__header .logo-container {
    width: 50%;
  }
  .widget .trl-reviews__header .verified-container {
    width: 50%;
  }
  .widget .trl-reviews__header .links {
    width: 100%;
    margin-bottom: 10px;
  }
}

/* ==========================================================================
   $BADGE WIDGET
   ========================================================================== */
.badge-widget .large-size {
  max-width: 180px;
}

.badge-widget .cloneable-group.template {
  display: none;
}

.badge-widget .large-size {
  max-width: 180px;
}

.badge-widget .small-size {
  max-width: 150px;
}

.badge-widget .corner-preview {
  max-width: 180px;
}

.badge-widget .pos, .badge-widget .size {
  display: none;
}

.badge-widget .pos.active, .badge-widget .size.active {
  display: block;
}

.badge-widget .preview-content {
  display: none;
}

.badge-widget .preview-content.active {
  display: block;
}

.badge-widget .empty-text {
  display: block;
}

.badge-widget .empty-text.hidden, .badge-widget .empty-text.u-hidden {
  display: none;
}

@media screen and (max-width: 768px) {
  .badge-popup__footer > .row > div:first-child {
    margin-bottom: 10px;
  }
}

/* ==========================================================================
   $BADGE POPUP
   ========================================================================== */
/* Header */
.badge-popup__header {
  background-color: #127cc0;
  color: #ffffff;
  text-align: center;
}

.badge-popup__logo {
  padding: 8px 0;
}

.badge-popup__verified {
  font-size: 1.2em;
  text-align: center;
}

.badge-popup__verified-number {
  display: inline-block;
  margin-right: 10px;
  padding: 10px;
  width: 55px;
  height: 55px;
  line-height: 32px;
  background-color: #0b4068;
  font-size: 22px;
  text-align: center;
}

/* Body */
.badge-popup__body {
  border-left: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
}

.badge-popup__tabs.nav-tabs {
  padding: 10px 0 0 10px;
}

.badge-popup__tabs.nav-tabs > li {
  width: 50%;
}

.badge-popup__tabs.nav-tabs > li > a, .badge-popup__tabs.nav-tabs > li > .link-button {
  font-size: 1.2em;
  font-weight: 600;
  text-align: center;
}

.badge-popup .table {
  margin-bottom: 0;
}

.badge-popup__reviews {
  max-height: 281px;
  padding: 10px;
  overflow-y: scroll;
}

/* Footer */
.badge-popup__footer {
  padding: 15px;
}

/* ==========================================================================
   $BANNERS
   ========================================================================== */
.banner-past {
  margin-bottom: 20px;
  padding: 36px 20px;
  background-color: #127cc0;
  background-repeat: no-repeat;
  background-position: top right;
  color: #ffffff;
}

.banner-past--plumber {
  background-image: url(https://www.topratedlocal.com/img/banner-bg-plumber.png);
}

.banner-page {
  padding: 0 0 20px 0;
  border-bottom: 1px solid #ddd;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .banner-page {
    padding: 20px 0 50px 0;
    margin-bottom: 10px;
  }
}

/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
/* ==========================================================================
   $BLOGS / POSTS
   ========================================================================== */
.post {
  margin-bottom: 20px;
}

.post__heading {
  color: #127cc0;
  font-size: 20px;
}

/* ==========================================================================
   $BOXES
   ========================================================================== */
.box {
  position: relative;
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
  margin-top: 10px;
}

.box-grid {
  height: 176px;
}

.box--dark {
  background-color: #0b4064;
  color: #ffffff;
}

.box--gray, .box--alt {
  background-color: #efefef;
  border-color: #d5d5d5;
}

.box--border-primary {
  border-color: #009fe0;
}

.box--radius {
  border-radius: 6px;
}

.box--alt {
  margin-bottom: 20px;
  padding: 15px;
  border-radius: 6px;
  border-width: 2px;
}

/* Box Arrows */
.box__arrow-up {
  position: absolute;
  top: -10px;
  left: 46%;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #0b4064;
}

.box__arrow-left {
  left: 10%;
}

/* Why Use TRL */
.box-reason {
  margin-top: 40px;
  padding: 0 10px 10px;
  background: #0b4064 url(https://www.topratedlocal.com/img/bg-box-reason.jpg) top center no-repeat;
  color: #ffffff;
  font-size: 1.1em;
}

.box-reason hr {
  border-top-color: #426b86;
}

.box-reason--flush {
  margin-top: 0;
}

.box-reason__flag {
  margin-top: -30px;
  margin-bottom: -10px;
}

.box-reason__title {
  font-size: 1.5em;
  line-height: 1.2;
}

/* Content */
.box-content {
  margin-bottom: 20px;
  padding: 15px 15px 5px;
  background-color: #F7F7F7;
}

/* Need Help? Box */
.box-help {
  padding: 15px;
  background: #0b4064 url(https://www.topratedlocal.com/img/bg-box-reason.jpg) bottom center no-repeat;
  color: #ffffff;
  font-size: 1.2em;
}

.box-help hr {
  border-top-color: #426b86;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media (max-width: 767px) {
  .box--dark {
    margin-bottom: 20px;
  }
}

/* ==========================================================================
   $BREADCRUMBS
   ========================================================================== */
.breadcrumb {
  color: #009fe0;
  margin: 0;
  padding: 0;
  list-style: none;
  float:left;
}

.breadcrumb > li:empty {
  display: none !important;
}

.breadcrumb > li:empty + li:before {
  display: none;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb > .active {
  color: #777777;
}

/* ==========================================================================
   $BUTTONS
   ========================================================================== */
.link-button {
  border: 0;
  outline: 0;
  background-color: transparent;
}

.btn-xs, .btn-group-xs > .btn {
  font-size: inherit;
}

.btn-sm, .btn-group-sm > .btn {
  font-size: 16px;
}

.btn-lg, .btn-group-lg > .btn {
  padding-top: 6px;
  padding-bottom: 6px;
  border: none;
  border-bottom: 2px solid transparent;
  font-size: 20px;
}

.btn-xl {
  padding: 12px 22px;
  font-size: 20px;
}

.btn-form {
  height: 34px;
  font-size: 14px;
  line-height: 1;
}

.btn-link-alt {
  color: #7d7d7d;
}

.btn-link-alt:hover, .btn-link-alt:focus {
  color: #009fe0;
}

/* Select Dropdown Button */
.btn-select {
  height: 36px;
  background: none;
  border: 1px solid #d5d5d5;
  border-radius: 0;
  font-size: inherit;
}

.btn-primary {
  color: #fff;
  background-color: #009fe0;
  border-color: #0080b0;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #007bad;
  border-color: #002331;
}

.btn-primary:hover {
  color: #fff;
  background-color: #007bad;
  border-color: #005373;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bad;
  border-color: #005373;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #006189;
  border-color: #002331;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #009fe0;
  border-color: #0080b0;
}

.btn-primary .badge {
  color: #009fe0;
  background-color: #fff;
}

.btn-secondary {
  color: #fff;
  background-color: #ff910e;
  border-color: #f08200;
}

.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #da7600;
  border-color: #713d00;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #da7600;
  border-color: #b36100;
}

.btn-secondary:active, .btn-secondary.active,
.open > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #da7600;
  border-color: #b36100;
}

.btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary:active.focus, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus,
.open > .btn-secondary.dropdown-toggle:hover,
.open > .btn-secondary.dropdown-toggle:focus,
.open > .btn-secondary.dropdown-toggle.focus {
  color: #fff;
  background-color: #b66300;
  border-color: #713d00;
}

.btn-secondary:active, .btn-secondary.active,
.open > .btn-secondary.dropdown-toggle {
  background-image: none;
}

.btn-secondary.disabled:hover, .btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary[disabled]:hover, .btn-secondary[disabled]:focus, .btn-secondary[disabled].focus,
fieldset[disabled] .btn-secondary:hover,
fieldset[disabled] .btn-secondary:focus,
fieldset[disabled] .btn-secondary.focus {
  background-color: #ff910e;
  border-color: #f08200;
}

.btn-secondary .badge {
  color: #ff910e;
  background-color: #fff;
}

.btn-light {
  color: #7d7d7d;
  background-color: #eeeeee;
  border-color: transparent;
}

.btn-light:focus, .btn-light.focus {
  color: #7d7d7d;
  background-color: #d5d5d5;
  border-color: transparent;
}

.btn-light:hover {
  color: #7d7d7d;
  background-color: #d5d5d5;
  border-color: transparent;
}

.btn-light:active, .btn-light.active,
.open > .btn-light.dropdown-toggle {
  color: #7d7d7d;
  background-color: #d5d5d5;
  border-color: transparent;
}

.btn-light:active:hover, .btn-light:active:focus, .btn-light:active.focus, .btn-light.active:hover, .btn-light.active:focus, .btn-light.active.focus,
.open > .btn-light.dropdown-toggle:hover,
.open > .btn-light.dropdown-toggle:focus,
.open > .btn-light.dropdown-toggle.focus {
  color: #7d7d7d;
  background-color: #c3c3c3;
  border-color: transparent;
}

.btn-light:active, .btn-light.active,
.open > .btn-light.dropdown-toggle {
  background-image: none;
}

.btn-light.disabled:hover, .btn-light.disabled:focus, .btn-light.disabled.focus, .btn-light[disabled]:hover, .btn-light[disabled]:focus, .btn-light[disabled].focus,
fieldset[disabled] .btn-light:hover,
fieldset[disabled] .btn-light:focus,
fieldset[disabled] .btn-light.focus {
  background-color: #eeeeee;
  border-color: transparent;
}

.btn-light .badge {
  color: #eeeeee;
  background-color: #7d7d7d;
}

.btn-dark {
  color: #ffffff;
  background-color: #0d4d76;
  border-color: transparent;
}

.btn-dark:focus, .btn-dark.focus {
  color: #ffffff;
  background-color: #082f48;
  border-color: transparent;
}

.btn-dark:hover {
  color: #ffffff;
  background-color: #082f48;
  border-color: transparent;
}

.btn-dark:active, .btn-dark.active,
.open > .btn-dark.dropdown-toggle {
  color: #ffffff;
  background-color: #082f48;
  border-color: transparent;
}

.btn-dark:active:hover, .btn-dark:active:focus, .btn-dark:active.focus, .btn-dark.active:hover, .btn-dark.active:focus, .btn-dark.active.focus,
.open > .btn-dark.dropdown-toggle:hover,
.open > .btn-dark.dropdown-toggle:focus,
.open > .btn-dark.dropdown-toggle.focus {
  color: #ffffff;
  background-color: #041a28;
  border-color: transparent;
}

.btn-dark:active, .btn-dark.active,
.open > .btn-dark.dropdown-toggle {
  background-image: none;
}

.btn-dark.disabled:hover, .btn-dark.disabled:focus, .btn-dark.disabled.focus, .btn-dark[disabled]:hover, .btn-dark[disabled]:focus, .btn-dark[disabled].focus,
fieldset[disabled] .btn-dark:hover,
fieldset[disabled] .btn-dark:focus,
fieldset[disabled] .btn-dark.focus {
  background-color: #0d4d76;
  border-color: transparent;
}

.btn-dark .badge {
  color: #0d4d76;
  background-color: #ffffff;
}

.btn-white {
  color: #7d7d7d;
  background-color: #ffffff;
  border-color: #ccc;
  border: 1px solid #ccc;
}

.btn-white:focus, .btn-white.focus {
  color: #7d7d7d;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-white:hover {
  color: #7d7d7d;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-white:active, .btn-white.active,
.open > .btn-white.dropdown-toggle {
  color: #7d7d7d;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-white:active:hover, .btn-white:active:focus, .btn-white:active.focus, .btn-white.active:hover, .btn-white.active:focus, .btn-white.active.focus,
.open > .btn-white.dropdown-toggle:hover,
.open > .btn-white.dropdown-toggle:focus,
.open > .btn-white.dropdown-toggle.focus {
  color: #7d7d7d;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-white:active, .btn-white.active,
.open > .btn-white.dropdown-toggle {
  background-image: none;
}

.btn-white.disabled:hover, .btn-white.disabled:focus, .btn-white.disabled.focus, .btn-white[disabled]:hover, .btn-white[disabled]:focus, .btn-white[disabled].focus,
fieldset[disabled] .btn-white:hover,
fieldset[disabled] .btn-white:focus,
fieldset[disabled] .btn-white.focus {
  background-color: #ffffff;
  border-color: #ccc;
}

.btn-white .badge {
  color: #ffffff;
  background-color: #7d7d7d;
}

.btn-outline-primary {
  color: #009fe0;
  background-image: none;
  background-color: transparent;
  border: 1px solid #009fe0;
}

.btn-outline-primary:hover, .btn-outline-primary:focus {
  color: #fff;
  background-color: #009fe0;
  border-color: #009fe0;
}

.btn-outline-gray {
  color: #7d7d7d;
  background-image: none;
  background-color: transparent;
  border: 1px solid #7d7d7d;
}

.btn-outline-gray:hover, .btn-outline-gray:focus {
  color: #fff;
  background-color: #7d7d7d;
  border-color: #7d7d7d;
}

.btn-outline-white {
  color: #ffffff;
  background-image: none;
  background-color: transparent;
  border: 1px solid #ffffff;
}

.btn-outline-white:hover, .btn-outline-white:focus {
  color: #7d7d7d;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-outline-red {
  color: red;
  background-image: none;
  background-color: transparent;
  border: 1px solid red;
}

.btn-outline-red:hover, .btn-outline-red:focus {
  color: #fff;
  background-color: red;
  border-color: red;
}

.btn-outline-orange {
  color: darkorange;
  background-image: none;
  background-color: transparent;
  border: 1px solid darkorange;
}

.btn-outline-orange:hover, .btn-outline-orange:focus {
  color: #fff;
  background-color: darkorange;
  border-color: darkorange;
}

.btn-square-primary {
  color: #fff;
  background-image: none;
  background-color: #127cc0;
  border: 1px solid #4b9ccb;
  border-radius: 0;
  font-size: inherit;
}

.btn-square-primary:hover, .btn-square-primary:focus {
  color: #fff;
  background-color: #0e5e91;
}

.btn-square-gray {
  color: #7d7d7d;
  background-image: none;
  background-color: #efefef;
  border: 1px solid transparent;
  border-radius: 0;
  font-size: inherit;
}

.btn-square-gray:hover, .btn-square-gray:focus {
  color: #333333;
  background-color: #d6d6d6;
}

.disabled-anchor {
  pointer-events: none;
}

.make-default-payment-method-trigger {
  display: block;
  font-size: 12px;
}

.btn-no-link {
  cursor: initial;
}

.btn-no-link:hover,
.btn-no-link:active {
  background: #fff;
  background-color: #fff !important;
  box-shadow: none;
  border-color: #ccc !important;
}

/*
 * Social Buttons for Bootstrap
 *
 * Copyright 2013-2016 Panayiotis Lipiridis
 * Licensed under the MIT License
 *
 * https://github.com/lipis/bootstrap-social
 */
.btn-social, .btn-social-icon {
  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn-social > :first-child, .btn-social-icon > :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  line-height: 34px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.btn-social.btn-lg, .btn-group-lg > .btn-social.btn, .btn-group-lg > .btn.btn-social-icon, .btn-lg.btn-social-icon {
  padding-left: 61px;
}

.btn-social.btn-lg > :first-child, .btn-group-lg > .btn-social.btn > :first-child, .btn-group-lg > .btn.btn-social-icon > :first-child, .btn-lg.btn-social-icon > :first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.8em;
}

.btn-social.btn-sm, .btn-group-sm > .btn-social.btn, .btn-group-sm > .btn.btn-social-icon, .btn-sm.btn-social-icon {
  padding-left: 38px;
}

.btn-social.btn-sm > :first-child, .btn-group-sm > .btn-social.btn > :first-child, .btn-group-sm > .btn.btn-social-icon > :first-child, .btn-sm.btn-social-icon > :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em;
}

.btn-social.btn-xs, .btn-group-xs > .btn-social.btn, .btn-group-xs > .btn.btn-social-icon, .btn-xs.btn-social-icon {
  padding-left: 30px;
}

.btn-social.btn-xs > :first-child, .btn-group-xs > .btn-social.btn > :first-child, .btn-group-xs > .btn.btn-social-icon > :first-child, .btn-xs.btn-social-icon > :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em;
}

.btn-social-icon {
  height: 34px;
  width: 34px;
  padding: 0;
}

.btn-social-icon > :first-child {
  border: none;
  text-align: center;
  width: 100% !important;
}

.btn-social-icon.btn-lg, .btn-group-lg > .btn-social-icon.btn {
  height: 45px;
  width: 45px;
  padding-left: 0;
  padding-right: 0;
}

.btn-social-icon.btn-sm, .btn-group-sm > .btn-social-icon.btn {
  height: 30px;
  width: 30px;
  padding-left: 0;
  padding-right: 0;
}

.btn-social-icon.btn-xs, .btn-group-xs > .btn-social-icon.btn {
  height: 22px;
  width: 22px;
  padding-left: 0;
  padding-right: 0;
}

.btn-adn {
  background-color: #d87a68;
  color: #fff;
  background-color: #d87a68;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-adn:focus, .btn-adn.focus {
  color: #fff;
  background-color: #ce563f;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-adn:hover {
  color: #fff;
  background-color: #ce563f;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-adn:active, .btn-adn.active,
.open > .btn-adn.dropdown-toggle {
  color: #fff;
  background-color: #ce563f;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-adn:active:hover, .btn-adn:active:focus, .btn-adn:active.focus, .btn-adn.active:hover, .btn-adn.active:focus, .btn-adn.active.focus,
.open > .btn-adn.dropdown-toggle:hover,
.open > .btn-adn.dropdown-toggle:focus,
.open > .btn-adn.dropdown-toggle.focus {
  color: #fff;
  background-color: #b94630;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-adn:active, .btn-adn.active,
.open > .btn-adn.dropdown-toggle {
  background-image: none;
}

.btn-adn.disabled:hover, .btn-adn.disabled:focus, .btn-adn.disabled.focus, .btn-adn[disabled]:hover, .btn-adn[disabled]:focus, .btn-adn[disabled].focus,
fieldset[disabled] .btn-adn:hover,
fieldset[disabled] .btn-adn:focus,
fieldset[disabled] .btn-adn.focus {
  background-color: #d87a68;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-adn .badge {
  color: #d87a68;
  background-color: #fff;
}

.btn-bitbucket {
  background-color: #205081;
  color: #fff;
  background-color: #205081;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-bitbucket:focus, .btn-bitbucket.focus {
  color: #fff;
  background-color: #163758;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-bitbucket:hover {
  color: #fff;
  background-color: #163758;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-bitbucket:active, .btn-bitbucket.active,
.open > .btn-bitbucket.dropdown-toggle {
  color: #fff;
  background-color: #163758;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-bitbucket:active:hover, .btn-bitbucket:active:focus, .btn-bitbucket:active.focus, .btn-bitbucket.active:hover, .btn-bitbucket.active:focus, .btn-bitbucket.active.focus,
.open > .btn-bitbucket.dropdown-toggle:hover,
.open > .btn-bitbucket.dropdown-toggle:focus,
.open > .btn-bitbucket.dropdown-toggle.focus {
  color: #fff;
  background-color: #0f253c;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-bitbucket:active, .btn-bitbucket.active,
.open > .btn-bitbucket.dropdown-toggle {
  background-image: none;
}

.btn-bitbucket.disabled:hover, .btn-bitbucket.disabled:focus, .btn-bitbucket.disabled.focus, .btn-bitbucket[disabled]:hover, .btn-bitbucket[disabled]:focus, .btn-bitbucket[disabled].focus,
fieldset[disabled] .btn-bitbucket:hover,
fieldset[disabled] .btn-bitbucket:focus,
fieldset[disabled] .btn-bitbucket.focus {
  background-color: #205081;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-bitbucket .badge {
  color: #205081;
  background-color: #fff;
}

.btn-dropbox {
  background-color: #1087dd;
  color: #fff;
  background-color: #1087dd;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-dropbox:focus, .btn-dropbox.focus {
  color: #fff;
  background-color: #0d6aad;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-dropbox:hover {
  color: #fff;
  background-color: #0d6aad;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-dropbox:active, .btn-dropbox.active,
.open > .btn-dropbox.dropdown-toggle {
  color: #fff;
  background-color: #0d6aad;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-dropbox:active:hover, .btn-dropbox:active:focus, .btn-dropbox:active.focus, .btn-dropbox.active:hover, .btn-dropbox.active:focus, .btn-dropbox.active.focus,
.open > .btn-dropbox.dropdown-toggle:hover,
.open > .btn-dropbox.dropdown-toggle:focus,
.open > .btn-dropbox.dropdown-toggle.focus {
  color: #fff;
  background-color: #0a568c;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-dropbox:active, .btn-dropbox.active,
.open > .btn-dropbox.dropdown-toggle {
  background-image: none;
}

.btn-dropbox.disabled:hover, .btn-dropbox.disabled:focus, .btn-dropbox.disabled.focus, .btn-dropbox[disabled]:hover, .btn-dropbox[disabled]:focus, .btn-dropbox[disabled].focus,
fieldset[disabled] .btn-dropbox:hover,
fieldset[disabled] .btn-dropbox:focus,
fieldset[disabled] .btn-dropbox.focus {
  background-color: #1087dd;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-dropbox .badge {
  color: #1087dd;
  background-color: #fff;
}

.btn-facebook {
  background-color: #3b5998;
  color: #fff;
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-facebook:focus, .btn-facebook.focus {
  color: #fff;
  background-color: #2d4373;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-facebook:hover {
  color: #fff;
  background-color: #2d4373;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-facebook:active, .btn-facebook.active,
.open > .btn-facebook.dropdown-toggle {
  color: #fff;
  background-color: #2d4373;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-facebook:active:hover, .btn-facebook:active:focus, .btn-facebook:active.focus, .btn-facebook.active:hover, .btn-facebook.active:focus, .btn-facebook.active.focus,
.open > .btn-facebook.dropdown-toggle:hover,
.open > .btn-facebook.dropdown-toggle:focus,
.open > .btn-facebook.dropdown-toggle.focus {
  color: #fff;
  background-color: #23345a;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-facebook:active, .btn-facebook.active,
.open > .btn-facebook.dropdown-toggle {
  background-image: none;
}

.btn-facebook.disabled:hover, .btn-facebook.disabled:focus, .btn-facebook.disabled.focus, .btn-facebook[disabled]:hover, .btn-facebook[disabled]:focus, .btn-facebook[disabled].focus,
fieldset[disabled] .btn-facebook:hover,
fieldset[disabled] .btn-facebook:focus,
fieldset[disabled] .btn-facebook.focus {
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-facebook .badge {
  color: #3b5998;
  background-color: #fff;
}

.btn-flickr {
  background-color: #ff0084;
  color: #fff;
  background-color: #ff0084;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-flickr:focus, .btn-flickr.focus {
  color: #fff;
  background-color: #cc006a;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-flickr:hover {
  color: #fff;
  background-color: #cc006a;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-flickr:active, .btn-flickr.active,
.open > .btn-flickr.dropdown-toggle {
  color: #fff;
  background-color: #cc006a;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-flickr:active:hover, .btn-flickr:active:focus, .btn-flickr:active.focus, .btn-flickr.active:hover, .btn-flickr.active:focus, .btn-flickr.active.focus,
.open > .btn-flickr.dropdown-toggle:hover,
.open > .btn-flickr.dropdown-toggle:focus,
.open > .btn-flickr.dropdown-toggle.focus {
  color: #fff;
  background-color: #a80057;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-flickr:active, .btn-flickr.active,
.open > .btn-flickr.dropdown-toggle {
  background-image: none;
}

.btn-flickr.disabled:hover, .btn-flickr.disabled:focus, .btn-flickr.disabled.focus, .btn-flickr[disabled]:hover, .btn-flickr[disabled]:focus, .btn-flickr[disabled].focus,
fieldset[disabled] .btn-flickr:hover,
fieldset[disabled] .btn-flickr:focus,
fieldset[disabled] .btn-flickr.focus {
  background-color: #ff0084;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-flickr .badge {
  color: #ff0084;
  background-color: #fff;
}

.btn-foursquare {
  background-color: #f94877;
  color: #fff;
  background-color: #f94877;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-foursquare:focus, .btn-foursquare.focus {
  color: #fff;
  background-color: #f71752;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-foursquare:hover {
  color: #fff;
  background-color: #f71752;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-foursquare:active, .btn-foursquare.active,
.open > .btn-foursquare.dropdown-toggle {
  color: #fff;
  background-color: #f71752;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-foursquare:active:hover, .btn-foursquare:active:focus, .btn-foursquare:active.focus, .btn-foursquare.active:hover, .btn-foursquare.active:focus, .btn-foursquare.active.focus,
.open > .btn-foursquare.dropdown-toggle:hover,
.open > .btn-foursquare.dropdown-toggle:focus,
.open > .btn-foursquare.dropdown-toggle.focus {
  color: #fff;
  background-color: #e30742;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-foursquare:active, .btn-foursquare.active,
.open > .btn-foursquare.dropdown-toggle {
  background-image: none;
}

.btn-foursquare.disabled:hover, .btn-foursquare.disabled:focus, .btn-foursquare.disabled.focus, .btn-foursquare[disabled]:hover, .btn-foursquare[disabled]:focus, .btn-foursquare[disabled].focus,
fieldset[disabled] .btn-foursquare:hover,
fieldset[disabled] .btn-foursquare:focus,
fieldset[disabled] .btn-foursquare.focus {
  background-color: #f94877;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-foursquare .badge {
  color: #f94877;
  background-color: #fff;
}

.btn-github {
  background-color: #444444;
  color: #fff;
  background-color: #444444;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-github:focus, .btn-github.focus {
  color: #fff;
  background-color: #2b2b2b;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-github:hover {
  color: #fff;
  background-color: #2b2b2b;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-github:active, .btn-github.active,
.open > .btn-github.dropdown-toggle {
  color: #fff;
  background-color: #2b2b2b;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-github:active:hover, .btn-github:active:focus, .btn-github:active.focus, .btn-github.active:hover, .btn-github.active:focus, .btn-github.active.focus,
.open > .btn-github.dropdown-toggle:hover,
.open > .btn-github.dropdown-toggle:focus,
.open > .btn-github.dropdown-toggle.focus {
  color: #fff;
  background-color: #191919;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-github:active, .btn-github.active,
.open > .btn-github.dropdown-toggle {
  background-image: none;
}

.btn-github.disabled:hover, .btn-github.disabled:focus, .btn-github.disabled.focus, .btn-github[disabled]:hover, .btn-github[disabled]:focus, .btn-github[disabled].focus,
fieldset[disabled] .btn-github:hover,
fieldset[disabled] .btn-github:focus,
fieldset[disabled] .btn-github.focus {
  background-color: #444444;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-github .badge {
  color: #444444;
  background-color: #fff;
}

.btn-google {
  background-color: #dd4b39;
  color: #fff;
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
  border: thin solid red;
}

.btn-google:focus, .btn-google.focus {
  color: #fff;
  background-color: #c23321;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-google:hover {
  color: #fff;
  background-color: #c23321;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-google:active, .btn-google.active,
.open > .btn-google.dropdown-toggle {
  color: #fff;
  background-color: #c23321;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-google:active:hover, .btn-google:active:focus, .btn-google:active.focus, .btn-google.active:hover, .btn-google.active:focus, .btn-google.active.focus,
.open > .btn-google.dropdown-toggle:hover,
.open > .btn-google.dropdown-toggle:focus,
.open > .btn-google.dropdown-toggle.focus {
  color: #fff;
  background-color: #a32b1c;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-google:active, .btn-google.active,
.open > .btn-google.dropdown-toggle {
  background-image: none;
}

.btn-google.disabled:hover, .btn-google.disabled:focus, .btn-google.disabled.focus, .btn-google[disabled]:hover, .btn-google[disabled]:focus, .btn-google[disabled].focus,
fieldset[disabled] .btn-google:hover,
fieldset[disabled] .btn-google:focus,
fieldset[disabled] .btn-google.focus {
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-google .badge {
  color: #dd4b39;
  background-color: #fff;
}

.btn-instagram {
  background-color: #3f729b;
  color: #fff;
  background-color: #3f729b;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-instagram:focus, .btn-instagram.focus {
  color: #fff;
  background-color: #305777;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-instagram:hover {
  color: #fff;
  background-color: #305777;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-instagram:active, .btn-instagram.active,
.open > .btn-instagram.dropdown-toggle {
  color: #fff;
  background-color: #305777;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-instagram:active:hover, .btn-instagram:active:focus, .btn-instagram:active.focus, .btn-instagram.active:hover, .btn-instagram.active:focus, .btn-instagram.active.focus,
.open > .btn-instagram.dropdown-toggle:hover,
.open > .btn-instagram.dropdown-toggle:focus,
.open > .btn-instagram.dropdown-toggle.focus {
  color: #fff;
  background-color: #26455d;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-instagram:active, .btn-instagram.active,
.open > .btn-instagram.dropdown-toggle {
  background-image: none;
}

.btn-instagram.disabled:hover, .btn-instagram.disabled:focus, .btn-instagram.disabled.focus, .btn-instagram[disabled]:hover, .btn-instagram[disabled]:focus, .btn-instagram[disabled].focus,
fieldset[disabled] .btn-instagram:hover,
fieldset[disabled] .btn-instagram:focus,
fieldset[disabled] .btn-instagram.focus {
  background-color: #3f729b;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-instagram .badge {
  color: #3f729b;
  background-color: #fff;
}

.btn-linkedin {
  background-color: #007bb6;
  color: #fff;
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-linkedin:focus, .btn-linkedin.focus {
  color: #fff;
  background-color: #005983;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-linkedin:hover {
  color: #fff;
  background-color: #005983;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-linkedin:active, .btn-linkedin.active,
.open > .btn-linkedin.dropdown-toggle {
  color: #fff;
  background-color: #005983;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-linkedin:active:hover, .btn-linkedin:active:focus, .btn-linkedin:active.focus, .btn-linkedin.active:hover, .btn-linkedin.active:focus, .btn-linkedin.active.focus,
.open > .btn-linkedin.dropdown-toggle:hover,
.open > .btn-linkedin.dropdown-toggle:focus,
.open > .btn-linkedin.dropdown-toggle.focus {
  color: #fff;
  background-color: #00405f;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-linkedin:active, .btn-linkedin.active,
.open > .btn-linkedin.dropdown-toggle {
  background-image: none;
}

.btn-linkedin.disabled:hover, .btn-linkedin.disabled:focus, .btn-linkedin.disabled.focus, .btn-linkedin[disabled]:hover, .btn-linkedin[disabled]:focus, .btn-linkedin[disabled].focus,
fieldset[disabled] .btn-linkedin:hover,
fieldset[disabled] .btn-linkedin:focus,
fieldset[disabled] .btn-linkedin.focus {
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-linkedin .badge {
  color: #007bb6;
  background-color: #fff;
}

.btn-microsoft {
  background-color: #2672ec;
  color: #fff;
  background-color: #2672ec;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-microsoft:focus, .btn-microsoft.focus {
  color: #fff;
  background-color: #125acd;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-microsoft:hover {
  color: #fff;
  background-color: #125acd;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-microsoft:active, .btn-microsoft.active,
.open > .btn-microsoft.dropdown-toggle {
  color: #fff;
  background-color: #125acd;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-microsoft:active:hover, .btn-microsoft:active:focus, .btn-microsoft:active.focus, .btn-microsoft.active:hover, .btn-microsoft.active:focus, .btn-microsoft.active.focus,
.open > .btn-microsoft.dropdown-toggle:hover,
.open > .btn-microsoft.dropdown-toggle:focus,
.open > .btn-microsoft.dropdown-toggle.focus {
  color: #fff;
  background-color: #0f4bac;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-microsoft:active, .btn-microsoft.active,
.open > .btn-microsoft.dropdown-toggle {
  background-image: none;
}

.btn-microsoft.disabled:hover, .btn-microsoft.disabled:focus, .btn-microsoft.disabled.focus, .btn-microsoft[disabled]:hover, .btn-microsoft[disabled]:focus, .btn-microsoft[disabled].focus,
fieldset[disabled] .btn-microsoft:hover,
fieldset[disabled] .btn-microsoft:focus,
fieldset[disabled] .btn-microsoft.focus {
  background-color: #2672ec;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-microsoft .badge {
  color: #2672ec;
  background-color: #fff;
}

.btn-odnoklassniki {
  background-color: #f4731c;
  color: #fff;
  background-color: #f4731c;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-odnoklassniki:focus, .btn-odnoklassniki.focus {
  color: #fff;
  background-color: #d35b0a;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-odnoklassniki:hover {
  color: #fff;
  background-color: #d35b0a;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-odnoklassniki:active, .btn-odnoklassniki.active,
.open > .btn-odnoklassniki.dropdown-toggle {
  color: #fff;
  background-color: #d35b0a;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-odnoklassniki:active:hover, .btn-odnoklassniki:active:focus, .btn-odnoklassniki:active.focus, .btn-odnoklassniki.active:hover, .btn-odnoklassniki.active:focus, .btn-odnoklassniki.active.focus,
.open > .btn-odnoklassniki.dropdown-toggle:hover,
.open > .btn-odnoklassniki.dropdown-toggle:focus,
.open > .btn-odnoklassniki.dropdown-toggle.focus {
  color: #fff;
  background-color: #b14c09;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-odnoklassniki:active, .btn-odnoklassniki.active,
.open > .btn-odnoklassniki.dropdown-toggle {
  background-image: none;
}

.btn-odnoklassniki.disabled:hover, .btn-odnoklassniki.disabled:focus, .btn-odnoklassniki.disabled.focus, .btn-odnoklassniki[disabled]:hover, .btn-odnoklassniki[disabled]:focus, .btn-odnoklassniki[disabled].focus,
fieldset[disabled] .btn-odnoklassniki:hover,
fieldset[disabled] .btn-odnoklassniki:focus,
fieldset[disabled] .btn-odnoklassniki.focus {
  background-color: #f4731c;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-odnoklassniki .badge {
  color: #f4731c;
  background-color: #fff;
}

.btn-openid {
  background-color: #f7931e;
  color: #fff;
  background-color: #f7931e;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-openid:focus, .btn-openid.focus {
  color: #fff;
  background-color: #da7908;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-openid:hover {
  color: #fff;
  background-color: #da7908;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-openid:active, .btn-openid.active,
.open > .btn-openid.dropdown-toggle {
  color: #fff;
  background-color: #da7908;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-openid:active:hover, .btn-openid:active:focus, .btn-openid:active.focus, .btn-openid.active:hover, .btn-openid.active:focus, .btn-openid.active.focus,
.open > .btn-openid.dropdown-toggle:hover,
.open > .btn-openid.dropdown-toggle:focus,
.open > .btn-openid.dropdown-toggle.focus {
  color: #fff;
  background-color: #b86607;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-openid:active, .btn-openid.active,
.open > .btn-openid.dropdown-toggle {
  background-image: none;
}

.btn-openid.disabled:hover, .btn-openid.disabled:focus, .btn-openid.disabled.focus, .btn-openid[disabled]:hover, .btn-openid[disabled]:focus, .btn-openid[disabled].focus,
fieldset[disabled] .btn-openid:hover,
fieldset[disabled] .btn-openid:focus,
fieldset[disabled] .btn-openid.focus {
  background-color: #f7931e;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-openid .badge {
  color: #f7931e;
  background-color: #fff;
}

.btn-pinterest {
  background-color: #cb2027;
  color: #fff;
  background-color: #cb2027;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-pinterest:focus, .btn-pinterest.focus {
  color: #fff;
  background-color: #9f191f;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-pinterest:hover {
  color: #fff;
  background-color: #9f191f;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-pinterest:active, .btn-pinterest.active,
.open > .btn-pinterest.dropdown-toggle {
  color: #fff;
  background-color: #9f191f;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-pinterest:active:hover, .btn-pinterest:active:focus, .btn-pinterest:active.focus, .btn-pinterest.active:hover, .btn-pinterest.active:focus, .btn-pinterest.active.focus,
.open > .btn-pinterest.dropdown-toggle:hover,
.open > .btn-pinterest.dropdown-toggle:focus,
.open > .btn-pinterest.dropdown-toggle.focus {
  color: #fff;
  background-color: #801419;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-pinterest:active, .btn-pinterest.active,
.open > .btn-pinterest.dropdown-toggle {
  background-image: none;
}

.btn-pinterest.disabled:hover, .btn-pinterest.disabled:focus, .btn-pinterest.disabled.focus, .btn-pinterest[disabled]:hover, .btn-pinterest[disabled]:focus, .btn-pinterest[disabled].focus,
fieldset[disabled] .btn-pinterest:hover,
fieldset[disabled] .btn-pinterest:focus,
fieldset[disabled] .btn-pinterest.focus {
  background-color: #cb2027;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-pinterest .badge {
  color: #cb2027;
  background-color: #fff;
}

.btn-reddit {
  background-color: #eff7ff;
  color: #000;
  background-color: #eff7ff;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-reddit:focus, .btn-reddit.focus {
  color: #000;
  background-color: #bcdeff;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-reddit:hover {
  color: #000;
  background-color: #bcdeff;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-reddit:active, .btn-reddit.active,
.open > .btn-reddit.dropdown-toggle {
  color: #000;
  background-color: #bcdeff;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-reddit:active:hover, .btn-reddit:active:focus, .btn-reddit:active.focus, .btn-reddit.active:hover, .btn-reddit.active:focus, .btn-reddit.active.focus,
.open > .btn-reddit.dropdown-toggle:hover,
.open > .btn-reddit.dropdown-toggle:focus,
.open > .btn-reddit.dropdown-toggle.focus {
  color: #000;
  background-color: #98ccff;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-reddit:active, .btn-reddit.active,
.open > .btn-reddit.dropdown-toggle {
  background-image: none;
}

.btn-reddit.disabled:hover, .btn-reddit.disabled:focus, .btn-reddit.disabled.focus, .btn-reddit[disabled]:hover, .btn-reddit[disabled]:focus, .btn-reddit[disabled].focus,
fieldset[disabled] .btn-reddit:hover,
fieldset[disabled] .btn-reddit:focus,
fieldset[disabled] .btn-reddit.focus {
  background-color: #eff7ff;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-reddit .badge {
  color: #eff7ff;
  background-color: #000;
}

.btn-soundcloud {
  background-color: #ff5500;
  color: #fff;
  background-color: #ff5500;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-soundcloud:focus, .btn-soundcloud.focus {
  color: #fff;
  background-color: #cc4400;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-soundcloud:hover {
  color: #fff;
  background-color: #cc4400;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-soundcloud:active, .btn-soundcloud.active,
.open > .btn-soundcloud.dropdown-toggle {
  color: #fff;
  background-color: #cc4400;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-soundcloud:active:hover, .btn-soundcloud:active:focus, .btn-soundcloud:active.focus, .btn-soundcloud.active:hover, .btn-soundcloud.active:focus, .btn-soundcloud.active.focus,
.open > .btn-soundcloud.dropdown-toggle:hover,
.open > .btn-soundcloud.dropdown-toggle:focus,
.open > .btn-soundcloud.dropdown-toggle.focus {
  color: #fff;
  background-color: #a83800;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-soundcloud:active, .btn-soundcloud.active,
.open > .btn-soundcloud.dropdown-toggle {
  background-image: none;
}

.btn-soundcloud.disabled:hover, .btn-soundcloud.disabled:focus, .btn-soundcloud.disabled.focus, .btn-soundcloud[disabled]:hover, .btn-soundcloud[disabled]:focus, .btn-soundcloud[disabled].focus,
fieldset[disabled] .btn-soundcloud:hover,
fieldset[disabled] .btn-soundcloud:focus,
fieldset[disabled] .btn-soundcloud.focus {
  background-color: #ff5500;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-soundcloud .badge {
  color: #ff5500;
  background-color: #fff;
}

.btn-tumblr {
  background-color: #2c4762;
  color: #fff;
  background-color: #2c4762;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-tumblr:focus, .btn-tumblr.focus {
  color: #fff;
  background-color: #1c2e3f;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-tumblr:hover {
  color: #fff;
  background-color: #1c2e3f;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-tumblr:active, .btn-tumblr.active,
.open > .btn-tumblr.dropdown-toggle {
  color: #fff;
  background-color: #1c2e3f;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-tumblr:active:hover, .btn-tumblr:active:focus, .btn-tumblr:active.focus, .btn-tumblr.active:hover, .btn-tumblr.active:focus, .btn-tumblr.active.focus,
.open > .btn-tumblr.dropdown-toggle:hover,
.open > .btn-tumblr.dropdown-toggle:focus,
.open > .btn-tumblr.dropdown-toggle.focus {
  color: #fff;
  background-color: #111c26;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-tumblr:active, .btn-tumblr.active,
.open > .btn-tumblr.dropdown-toggle {
  background-image: none;
}

.btn-tumblr.disabled:hover, .btn-tumblr.disabled:focus, .btn-tumblr.disabled.focus, .btn-tumblr[disabled]:hover, .btn-tumblr[disabled]:focus, .btn-tumblr[disabled].focus,
fieldset[disabled] .btn-tumblr:hover,
fieldset[disabled] .btn-tumblr:focus,
fieldset[disabled] .btn-tumblr.focus {
  background-color: #2c4762;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-tumblr .badge {
  color: #2c4762;
  background-color: #fff;
}

.btn-twitter {
  background-color: #55acee;
  color: #fff;
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-twitter:focus, .btn-twitter.focus {
  color: #fff;
  background-color: #2795e9;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-twitter:hover {
  color: #fff;
  background-color: #2795e9;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-twitter:active, .btn-twitter.active,
.open > .btn-twitter.dropdown-toggle {
  color: #fff;
  background-color: #2795e9;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-twitter:active:hover, .btn-twitter:active:focus, .btn-twitter:active.focus, .btn-twitter.active:hover, .btn-twitter.active:focus, .btn-twitter.active.focus,
.open > .btn-twitter.dropdown-toggle:hover,
.open > .btn-twitter.dropdown-toggle:focus,
.open > .btn-twitter.dropdown-toggle.focus {
  color: #fff;
  background-color: #1583d7;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-twitter:active, .btn-twitter.active,
.open > .btn-twitter.dropdown-toggle {
  background-image: none;
}

.btn-twitter.disabled:hover, .btn-twitter.disabled:focus, .btn-twitter.disabled.focus, .btn-twitter[disabled]:hover, .btn-twitter[disabled]:focus, .btn-twitter[disabled].focus,
fieldset[disabled] .btn-twitter:hover,
fieldset[disabled] .btn-twitter:focus,
fieldset[disabled] .btn-twitter.focus {
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-twitter .badge {
  color: #55acee;
  background-color: #fff;
}

.btn-vimeo {
  background-color: #1ab7ea;
  color: #fff;
  background-color: #1ab7ea;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-vimeo:focus, .btn-vimeo.focus {
  color: #fff;
  background-color: #1295bf;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-vimeo:hover {
  color: #fff;
  background-color: #1295bf;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-vimeo:active, .btn-vimeo.active,
.open > .btn-vimeo.dropdown-toggle {
  color: #fff;
  background-color: #1295bf;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-vimeo:active:hover, .btn-vimeo:active:focus, .btn-vimeo:active.focus, .btn-vimeo.active:hover, .btn-vimeo.active:focus, .btn-vimeo.active.focus,
.open > .btn-vimeo.dropdown-toggle:hover,
.open > .btn-vimeo.dropdown-toggle:focus,
.open > .btn-vimeo.dropdown-toggle.focus {
  color: #fff;
  background-color: #0f7b9f;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-vimeo:active, .btn-vimeo.active,
.open > .btn-vimeo.dropdown-toggle {
  background-image: none;
}

.btn-vimeo.disabled:hover, .btn-vimeo.disabled:focus, .btn-vimeo.disabled.focus, .btn-vimeo[disabled]:hover, .btn-vimeo[disabled]:focus, .btn-vimeo[disabled].focus,
fieldset[disabled] .btn-vimeo:hover,
fieldset[disabled] .btn-vimeo:focus,
fieldset[disabled] .btn-vimeo.focus {
  background-color: #1ab7ea;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-vimeo .badge {
  color: #1ab7ea;
  background-color: #fff;
}

.btn-vk {
  background-color: #587ea3;
  color: #fff;
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-vk:focus, .btn-vk.focus {
  color: #fff;
  background-color: #466482;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-vk:hover {
  color: #fff;
  background-color: #466482;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-vk:active, .btn-vk.active,
.open > .btn-vk.dropdown-toggle {
  color: #fff;
  background-color: #466482;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-vk:active:hover, .btn-vk:active:focus, .btn-vk:active.focus, .btn-vk.active:hover, .btn-vk.active:focus, .btn-vk.active.focus,
.open > .btn-vk.dropdown-toggle:hover,
.open > .btn-vk.dropdown-toggle:focus,
.open > .btn-vk.dropdown-toggle.focus {
  color: #fff;
  background-color: #3a526b;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-vk:active, .btn-vk.active,
.open > .btn-vk.dropdown-toggle {
  background-image: none;
}

.btn-vk.disabled:hover, .btn-vk.disabled:focus, .btn-vk.disabled.focus, .btn-vk[disabled]:hover, .btn-vk[disabled]:focus, .btn-vk[disabled].focus,
fieldset[disabled] .btn-vk:hover,
fieldset[disabled] .btn-vk:focus,
fieldset[disabled] .btn-vk.focus {
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-vk .badge {
  color: #587ea3;
  background-color: #fff;
}

.btn-yahoo {
  background-color: #720e9e;
  color: #fff;
  background-color: #720e9e;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-yahoo:focus, .btn-yahoo.focus {
  color: #fff;
  background-color: #500a6f;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-yahoo:hover {
  color: #fff;
  background-color: #500a6f;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-yahoo:active, .btn-yahoo.active,
.open > .btn-yahoo.dropdown-toggle {
  color: #fff;
  background-color: #500a6f;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-yahoo:active:hover, .btn-yahoo:active:focus, .btn-yahoo:active.focus, .btn-yahoo.active:hover, .btn-yahoo.active:focus, .btn-yahoo.active.focus,
.open > .btn-yahoo.dropdown-toggle:hover,
.open > .btn-yahoo.dropdown-toggle:focus,
.open > .btn-yahoo.dropdown-toggle.focus {
  color: #fff;
  background-color: #39074e;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-yahoo:active, .btn-yahoo.active,
.open > .btn-yahoo.dropdown-toggle {
  background-image: none;
}

.btn-yahoo.disabled:hover, .btn-yahoo.disabled:focus, .btn-yahoo.disabled.focus, .btn-yahoo[disabled]:hover, .btn-yahoo[disabled]:focus, .btn-yahoo[disabled].focus,
fieldset[disabled] .btn-yahoo:hover,
fieldset[disabled] .btn-yahoo:focus,
fieldset[disabled] .btn-yahoo.focus {
  background-color: #720e9e;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-yahoo .badge {
  color: #720e9e;
  background-color: #fff;
}

.mimicSelect2tag {
  color: #555555;
  background: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin: 5px 0 0 6px;
  padding: 0 6px;
}

/* ==========================================================================
   $CITIES PAGE
   ========================================================================== */
#all-cities-filtering {
  list-style: none;
  padding: 0;
}

#all-cities-filtering li {
  margin-bottom: 5px;
}

#all-cities-filtering li > a, #all-cities-filtering li > .link-button {
  display: inline-block;
  padding: 3px 0;
}

.city-letter {
  float: none !important;
  font-size: 24px;
}

#all-cities-filtering .jplist-panel input[type="text"] {
  float: none !important;
}

/* ==========================================================================
   $COMMUNICATION BOARD
   ========================================================================== */
.message {
  display: flex;
  margin-bottom: 30px;
}

.message__avatar {
  padding: 0 10px;
  min-width: 80px;
  max-width: 110px;
  text-align: center;
}

.message__avatar img {
  border: 3px solid #eaeaea;
}

.message__content {
  padding: 0 10px;
  flex: 1;
}

.message__content-top,
.message__content-bottom {
  padding: 10px 15px;
}

.message__content-top {
  background-color: #fff;
  border: 1px solid #f0f0f0;
}

.message__author h4 {
  font-size: 18px;
}

.message__content-bottom {
  background-color: #f2f2f2;
}

.message--right .message__author {
  text-align: right;
}

/* ==========================================================================
   $PLAN COMPARISON
   ========================================================================== */
.comparison {
  border: 1px solid #ddd;
  text-align: center;
}

.comparison__header {
  padding: 10px 0 0;
  background-color: #127cc0;
  color: #fff;
}

.comparison__price {
  padding: 10px 5px;
  color: #fff;
  font-size: 1.5em;
  font-weight: 600;
}

.comparison__price--one {
  background-color: #00c458;
}

.comparison__price--two {
  background-color: #127cc0;
}

.comparison__price--three {
  background-color: #ff910e;
}

.comparison__list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.comparison__list > li {
  padding: 8px;
  border-bottom: 1px solid #ddd;
  font-size: 1.1em;
  line-height: 1.5;
}

.comparison__disable {
  color: #ddd;
}

.comparison__disable a, .comparison__disable .link-button {
  color: #ddd;
}

.comparison-video {
  width: 100%;
}

/* open and close the accordion panel */
.comparison-accordion {
  cursor: pointer;
}

/* Style the accordion panel. Note: hidden by default */
.comparison-panel {
  transition: 0.4s ease-in-out;
  opacity: 0;
  max-height: 0;
}

/* The "show" class is added to the accordion panel when the user clicks on one of the buttons. This will show the panel content */
.comparison-panel.show, .comparison-panel.u-show {
  opacity: 1;
  max-height: 500px;
}

.comparison-search-form {
  display: flex;
  justify-content: center;
}

.comparison-search-form .col-md-8 {
  width: 100%;
}

#comparison-modal {
  width: 80%;
  max-width: 600px;
}

/* ==========================================================================
   $DROPDOWNS
   ========================================================================== */
.dropdown-menu, .search-box {
  margin-top: 1px;
  border-radius: 0;
}

.dropdown-menu > li > a, .search-box > li > a, .dropdown-menu > li > .link-button, .search-box > li > .link-button {
  padding: 4px 10px;
}

.dropdown.dropdown--dark > .dropdown-menu, .dropdown.dropdown--dark > .search-box, .dropdown-menu.dropdown-menu--dark, .dropdown-menu--dark.search-box {
  background-color: #2687c4;
  padding: 10px;
  margin: 0;
}

.dropdown.dropdown--dark > .dropdown-menu > li > a, .dropdown.dropdown--dark > .search-box > li > a, .dropdown.dropdown--dark > .dropdown-menu > li > .link-button, .dropdown.dropdown--dark > .search-box > li > .link-button,
.dropdown-menu.dropdown-menu--dark > li > a, .dropdown-menu--dark.search-box > li > a,
.dropdown-menu.dropdown-menu--dark > li > .link-button, .dropdown-menu--dark.search-box > li > .link-button {
  color: #bbd7ed;
}

.dropdown.dropdown--dark > .dropdown-menu > li > a:hover, .dropdown.dropdown--dark > .search-box > li > a:hover, .dropdown.dropdown--dark > .dropdown-menu > li > .link-button:hover, .dropdown.dropdown--dark > .search-box > li > .link-button:hover, .dropdown.dropdown--dark > .dropdown-menu > li > a:focus, .dropdown.dropdown--dark > .search-box > li > a:focus, .dropdown.dropdown--dark > .dropdown-menu > li > .link-button:focus, .dropdown.dropdown--dark > .search-box > li > .link-button:focus,
.dropdown-menu.dropdown-menu--dark > li > a:hover, .dropdown-menu--dark.search-box > li > a:hover,
.dropdown-menu.dropdown-menu--dark > li > .link-button:hover, .dropdown-menu--dark.search-box > li > .link-button:hover,
.dropdown-menu.dropdown-menu--dark > li > a:focus, .dropdown-menu--dark.search-box > li > a:focus,
.dropdown-menu.dropdown-menu--dark > li > .link-button:focus, .dropdown-menu--dark.search-box > li > .link-button:focus {
  background-color: #009fe0;
  color: #ffffff;
}

/* Dropdown Search */
.search-dropdown .btn {
  position: relative;
  height: 34px;
  background: none;
  border: 1px solid #dddddd;
  border-radius: 0;
  color: #ffffff;
  font-size: inherit;
  text-align: left;
}

.search-dropdown .btn > .fi {
  position: absolute;
  top: 9px;
  right: 5px;
}

.search-box {
  width: 100%;
  padding: 0;
  background-color: #0B3F64;
  color: #ffffff;
}

.search-box__header {
  padding: 10px;
  background-color: #0E5281;
}

.search-box__body {
  padding: 5px 0;
  max-height: 260px;
  overflow-y: scroll;
}

.search-box__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.search-box__list > li > a, .search-box__list > li > .link-button {
  display: block;
  padding: 5px 10px;
  color: #bbd7ed;
}

.search-box__list > li > a:hover, .search-box__list > li > .link-button:hover, .search-box__list > li > a:focus, .search-box__list > li > .link-button:focus {
  color: #ffffff;
  background-color: #0E5281;
}

/* Dropdown Submenu */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu, .dropdown-submenu > .search-box {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
}

/* .dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: $brand-primary-light;
    margin-top: 5px;
    margin-right: -5px;
}
.dropdown-submenu:hover>a:after {
    border-left-color: #ffffff;
} */
.dropdown-submenu.pull-left, .dropdown-submenu.u-pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu, .dropdown-submenu.u-pull-left > .dropdown-menu, .dropdown-submenu.pull-left > .search-box, .dropdown-submenu.u-pull-left > .search-box {
  left: -100%;
  margin-left: 10px;
}

/* ==========================================================================
   $FLEXBOX
   ========================================================================== */
.flex {
  display: flex;
}

.flex--column {
  flex-direction: column;
}

.flex--center {
  justify-content: center;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
/* ==========================================================================
   $FONT ICONS
   ========================================================================== */
/* == Imported From Fontastic == */
@font-face {
  font-family: "trl-20";
  src: url("https://www.topratedlocal.com/fonts/trl-20.eot");
  src: url("https://www.topratedlocal.com/fonts/trl-20.eot?#iefix") format("embedded-opentype"), url("https://www.topratedlocal.com/fonts/trl-20.woff") format("woff"), url("https://www.topratedlocal.com/fonts/trl-20.ttf") format("truetype"), url("https://www.topratedlocal.com/fonts/trl-20.svg#trl-20") format("svg");
  font-weight: normal;
  font-style: normal;
}

[data-icon]:before {
  font-family: "trl-20" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  /* speak: none; */
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="fi-"]:before,
[class*=" fi-"]:before {
  font-family: "trl-20" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  /* speak: none; */
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fi-angle-down:before {
  content: "\61";
}

.fi-angle-left:before {
  content: "\62";
}

.fi-angle-right:before {
  content: "\63";
}

.fi-angle-up:before {
  content: "\64";
}

.fi-trl-flag:before {
  content: "\65";
}

.fi-arrow-up:before {
  content: "\66";
}

.fi-plus:before {
  content: "\69";
}

.fi-download:before {
  content: "\6a";
}

.fi-search:before {
  content: "\6b";
}

.fi-list-alt:before {
  content: "\6c";
}

.fi-external-link:before {
  content: "\6d";
}

.fi-bars:before {
  content: "\6f";
}

.fi-chat-bubble-two:before {
  content: "\6e";
}

.fi-home:before {
  content: "\70";
}

.fi-star:before {
  content: "\71";
}

.fi-tag:before {
  content: "\73";
}

.fi-pin:before {
  content: "\74";
}

.fi-dot-3:before {
  content: "\75";
}

.fi-mobile:before {
  content: "\67";
}

.fi-chain-broken:before {
  content: "\68";
}

.fi-info-circle:before {
  content: "\72";
}

.fi-plus-circle:before {
  content: "\76";
}

.fi-minus-circle:before {
  content: "\77";
}

.fi-play-circle:before {
  content: "\78";
}

.fi-checkmark:before {
  content: "\79";
}

.fi-email-circle:before {
  content: "\7a";
}

.fi-check-circle:before {
  content: "\41";
}

.fi-email:before {
  content: "\42";
}

.fi-printer:before {
  content: "\43";
}

.fi-pencil:before {
  content: "\44";
}

.fi-discuss:before {
  content: "\45";
}

.fi-warning-triangle:before {
  content: "\46";
}

.fi-question-circle:before {
  content: "\47";
}

.fi-youtube-play:before {
  content: "\48";
}

.fi-linkedin:before {
  content: "\49";
}

.fi-twitter:before {
  content: "\4a";
}

.fi-facebook:before {
  content: "\4b";
}

.fi-google-plus:before {
  content: "\4c";
}

.fi-pinterest-p:before {
  content: "\4d";
}

.fi-play-circle-o:before {
  content: "\4e";
}

.fi-play-outline:before {
  content: "\4f";
}

.fi-close:before {
  content: "\50";
}

.fi-times-circle:before {
  content: "\51";
}

.fi-dot-circle:before {
  content: "\52";
}

.fi-pause-circle:before {
  content: "\53";
}

.fi-popup:before {
  content: "\54";
}

.fi-male:before {
  content: "\56";
}

.fi-chevron-right:before {
  content: "\55";
}

.fi-chevron-down:before {
  content: "\57";
}

.fi-lock:before {
  content: "\58";
}

.fi-location-pin:before {
  content: "\59";
}

.fi-pencil-1:before {
  content: "\5a";
}

.fi-files:before {
  content: "\30";
}

.fi-eye-circle:before {
  content: "\31";
}

.fi-eye-slash:before {
  content: "\32";
}

.fi-question:before {
  content: "\33";
}

.fi-time-history:before {
  content: "\34";
}

.fi-arrow-down-circle:before {
  content: "\35";
}

.fi-arrow-up-circle:before {
  content: "\36";
}

.fi-caution-triangle:before {
  content: "\37";
}

.fi-caution:before {
  content: "\38";
}

.fi-download-1:before {
  content: "\39";
}

.fi-email-1:before {
  content: "\21";
}

.fi-phone:before {
  content: "\22";
}

.fi-traffic-flow:before {
  content: "\23";
}

.fi-zoom-plus:before {
  content: "\24";
}

/* == Start Custom Font Icon Styles == */
.fi {
  display: inline-block;
  font-size: inherit;
  font-style: normal;
  line-height: 1;
  text-rendering: auto;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="fi-"]:before, [class*=" fi-"]:before {
  position: relative;
}

.fi--fw {
  width: 1.5em;
  text-align: center;
}

.fi--block {
  display: block;
  font-size: 2.5rem;
  line-height: 1.3;
}

.fi--tiny {
  font-size: 14px;
}

.fi--xs {
  font-size: 0.8em;
}

.fi--sm {
  font-size: 0.9em;
}

.fi--md {
  font-size: 1.15em;
}

.fi--lg {
  font-size: 1.333333em;
}

.fi--xl {
  font-size: 1.5em;
}

.fi--2x {
  font-size: 2em;
}

.fi--3x {
  font-size: 3em;
}

/* Rating Score Stars */
.fi-star--gray {
  color: #b7b7b7;
}

/* ==========================================================================
   $FORMS
   ========================================================================== */
.field-signupform-agreeterms .help-block {
  margin-top: 0;
}

.field-signupform-agreeterms label {
  font-weight: normal;
}

/* protocol chooser dropdown */
.protocol-chooser {
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-right: 0;
  border-radius: 0;
  height: 34px;
}

.protocol-chooser[data-protocol="http"] span[data-protocol="https"],
.protocol-chooser[data-protocol="https"] span[data-protocol="http"] {
  display: none;
}

.protocol-chooser[data-protocol="http"] ~ .dropdown-menu a[data-protocol="http"], .protocol-chooser[data-protocol="http"] ~ .search-box a[data-protocol="http"], .protocol-chooser[data-protocol="http"] ~ .dropdown-menu [data-protocol="http"].link-button, .protocol-chooser[data-protocol="http"] ~ .search-box [data-protocol="http"].link-button,
.protocol-chooser[data-protocol="https"] ~ .dropdown-menu a[data-protocol="https"],
.protocol-chooser[data-protocol="https"] ~ .search-box a[data-protocol="https"],
.protocol-chooser[data-protocol="https"] ~ .dropdown-menu [data-protocol="https"].link-button,
.protocol-chooser[data-protocol="https"] ~ .search-box [data-protocol="https"].link-button {
  display: none;
}

input[type=radio].disabled {
  border: 1px solid #999;
  color: #333;
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}

/* custom file widget */
.file-thumbnail-footer samp {
  display: none;
}

.file-actions {
  display: none;
}

.file-preview {
  display: inline-block;
  width: auto;
}

.btn-file {
  display: block;
  max-width: 200px;
}

/* custom password strength input */
.kv-meter {
  margin-top: 5px;
}

.kv-scorebar-border {
  float: left;
  margin: 2px 5px 0 0;
}

.kv-verdict {
  float: left;
  width: auto;
}

.strength-validator {
  overflow: hidden;
}

.strength-validator .help-block {
  clear: both;
}

.custom-chosen-dropdown.chosen-container-multi .chosen-choices {
  padding: 3px 12p !important;
  background-image: none !important;
  height: auto !important;
  min-height: 34px !important;
}

label.no-style {
  font-weight: normal;
}

.radio label {
  display: block;
  color: #7d7d7d;
}

.checkbox label {
  display: block;
  color: #7d7d7d;
}

.form-control--outline {
  color: #ffffff;
  background: none;
}

.input-group {
  width: 100%;
}

.input-group .form-control--inline,
.form-control--inline {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

.help-block {
  color: #979797;
}

.help-block:empty {
  margin: 0;
}

.rounded-input {
  border-radius: 4px;
}

/* Checkbox */
input[type="radio"], input[type="checkbox"] {
  margin-top: 2px;
}

/* ==========================================================================
   $FOOTER
   ========================================================================== */
.site-footer {
  padding: 20px 0 10px;
  background-color: #0b3f64;
  color: #bbd7ed;
  text-align: center;
}

.site-footer a, .site-footer .link-button {
  color: #bbd7ed;
}

.site-footer a:hover, .site-footer .link-button:hover, .site-footer a:focus, .site-footer .link-button:focus {
  color: #ffffff;
}

.footer-links {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.footer-links li {
  margin-bottom: 5px;
}

/* Pre Footer Area */
.pre-footer {
  padding: 10px 0;
  background-color: #127cc0;
}

.pre-footer__links {
  color: #bbd7ed;
  text-align: center;
}

.pre-footer__links li {
  margin-bottom: 5px;
}

.pre-footer__links a, .pre-footer__links .link-button {
  color: #bbd7ed;
}

.pre-footer__links a:hover, .pre-footer__links .link-button:hover, .pre-footer__links a:focus, .pre-footer__links .link-button:focus {
  color: #ffffff;
}

.pre-footer__title {
  display: inline-block;
  margin-bottom: 5px;
  padding-bottom: 5px;
  color: #ffffff;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .site-footer {
    text-align: inherit;
  }
  .footer-links {
    text-align: right;
  }
  .footer-links > li {
    margin-bottom: 0;
    display: inline-block;
    margin-left: 20px;
  }
  .pre-footer {
    padding: 0;
    min-height: 426px;
    background-color: #ffffff;
    background-image: url(https://s3.amazonaws.com/trlpartners/img/trl-partnership-footer.jpg);
  }
  .pre-footer__links {
    margin-top: 220px;
    text-align: left;
  }
  .pre-footer__links li {
    margin-bottom: 0;
  }
  .pre-footer__title {
    display: block;
  }
 
}

/* ==========================================================================
   $GENERAL COMPONENTS
   ========================================================================== */
/* Grid Spacing */
.row.row0, .row.row--0 {
  margin-right: 0;
  margin-left: 0;
}

.row.row0 [class*="col-"], .row.row--0 [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.row.row10, .row.row--10 {
  margin-right: -5px;
  margin-left: -5px;
}

.row.row10 [class*="col-"], .row.row--10 [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.row.row20, .row.row--20 {
  margin-right: -10px;
  margin-left: -10px;
}

.row.row20 [class*="col-"], .row.row--20 [class*="col-"] {
  padding-right: 10px;
  padding-left: 10px;
}

.container-fluid--full {
  padding-left: 0;
  padding-right: 0;
}

.col-centered {
  float: none;
}

/* Images */
.img-border {
  border: 1px solid #f0f0f0;
}

/* Lists */
.dl--horizontal:before, .dl--horizontal:after {
  content: " ";
  display: table;
}

.dl--horizontal:after {
  clear: both;
}

.dl--horizontal dt, .dl--horizontal dd {
  float: left;
  width: 50%;
  padding: 0 3px;
}

.dl--horizontal dt {
  text-align: right;
}

.dl--horizontal dd {
  text-align: left;
}

/* ==========================================================================
   $HEADER
   ========================================================================== */
   .dropdown-toggle::after{
     display:none;
    }
   button#header-open-nav {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 12px;
}
.sticky-post.bottom30 {
  margin-top: 30px;
}
   .header-border {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #f0f0f5;
}

.header-format {
    background-color: #FFFFFF;
    height: 130px;
    padding: 99px 0 72px 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
   .fixed-header {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 9999;
}
.header-top {
  padding: 2px 0;
  background-color: #f5f6fa;
  color: #0a4063;
}
.header-logo {
  max-width: 100%;
  margin-bottom: 20px;
}
.tagline__text{
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 46px;
  line-height: 40px;
  font-size: 18px;
  font-weight: 700;
  color: #083f62;
  white-space: nowrap;

}
.header-top__btn {
  background: #f68f1e;
  border: 1px solid #f68f1e;
  border-radius: 20px;
  color: #fff;
  font-size:16px;
  text-shadow: 1px 1px 5px #b76414;
  margin-top: 10px;
  margin-bottom: 10px;
  height: 40px;
  width: 200px;
  border-radius: 75px;
  border-width: 2px;
  box-shadow: 0px 5px 2px #dddddd;

}
.header-top__btn:hover{
  color: #fff;
  background-color: #da7600;
  border-color: #b36100;

}
@media (min-width: 992px){
  .main-nav > li {
    float: left;
    margin-right: 9px;
  }
  .sign-up-large {
    width: 100px;
  }
  /* li.pull-right {
    margin-top: -24px;
} */
ul.main-nav.clearfix.large-nav.main-nav-wrap {
  margin: 0 -74px 0 159px;
  float: right;
  white-space: nowrap;
}
.col-lg-4.col-sm-12.find-business-md {
  padding-right: 0;
}
  .large-nav {
    margin: 0 0 0 159px;
    /* float: right; */
    white-space: nowrap;
}
 
  .large-nav {
    margin: 0 0 0 159px;
    /* float: right; */
    white-space: nowrap;
  }
}

.btn.partner__badge {
  padding: 6px 10px;
  background: transparent;
  border: 1px solid #f68f1e;
  color: #f68f1e;
  font-size: 14px;
}
.header-top__btn:hover, .header-top__btn:focus {
  color: #ffffff;
}

.js-toggle-nav {
  padding: 3px 12px 2px;
}

.header-main {
  padding: 12px 0;
  background-color: transparent;
  color: #0a4063;
}

.header-main__title {
  margin-top: 6px;
  text-align: right;
}

.header-base {
  margin-bottom: 30px;
  padding: 10px 0;
  background-color: #efefef;
  color: #fff;
}
@media (max-width:991px){

}
/* ==========================================================================
   $Media Queries Header
   ========================================================================== */
   @media (max-width: 767px) {
    .main-nav-wrap{
        left: -280px;

      }
  }
  
 
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .sign-up-large {
    background-color: #ffffff;
    border-color: #f8912e;
    border-width: 2px;
    border-style: solid;
    height: 50px;
    width: 100%;
    padding: 0;
    margin: -11px 0 0 25px;
    border-radius: 75px;
    text-align: center;
    line-height: 44px;
}
    .main-nav > li > a, .main-nav > li > .link-button {
      padding: 2px 5px;
    }
    .heading {
    font-size: 32px;
    font-weight: 700;
  }
  .heading--lg {
    font-size: 36px;
  }
  .heading--secondary {
    font-size: 1.8em;
  }
  .subheading, .small-subheading, #cropper-dropzone {
    font-size: 22px;
  }
  .small-subheading {
    font-size: 18px;
  }

   
}

/* Tablet size and DOWN */
@media (max-width: 767px) {
  .header-top {
    padding: 0;
    background-color: #fff;
}
.sign-up {
  margin-top: 25px;
  margin-left: 8% !important;
  margin-right: auto;
  height: 50px;
  width: 152px !important;
  border-radius: 75px;
  background-color: #f8912e;
  text-align: center !important;
  vertical-align: middle;
}

  .main-nav-wrap {
    position: fixed;
    top: 0;
    z-index: 10;
  left: -358px;

    min-width: 280px;
    height: 100%;
    background: linear-gradient(to left top, rgba(135, 188, 221, 0.975) 0%, rgba(63, 148, 203, 0.975) 50%, rgba(14, 122, 189, 0.975) 100%);
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.is-show-nav .main-nav-wrap {
    left: 0;
    max-width: 280px;
    z-index: 99999;
}
.is-show-nav .main-nav-wrap li a {
font-size: 20px;
font-weight: 500;
margin-left: 25px;
}
  .main-nav > li > a{
    /* margin-left: 25px; */
    margin-top: 55px;
    color: #fff;
}

  .main-nav-wrap .container {
    padding-left: 0;
    padding-right: 0;
  }
  .is-show-nav .main-nav-wrap {
    left: 0;
    padding-top: 25px;
  }
  .main-nav {
    margin-top: 5px;
    padding:10px 0;
    margin-bottom: 10px;
  }
  .main-nav li {
    margin-bottom: 0;
  }
  .main-nav > li {
    padding: 0;
    width: 80%;
    text-align: left;
    display: block;
}
  .main-nav > li.open {
    background-color: #0E5281;
  }
  .main-nav > li{
    margin-bottom: 10px;
    /* margin-left: 25px; */
  }
  .is-show-nav .main-nav .dropdown-menu.show > li{
    padding-left: 0;
  }
  .is-show-nav .main-nav .dropdown-menu.show > li a{
    font-weight: 300 !important;
    font-size: 16px !important;
  }
  .is-show-nav  .main-nav > li a {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
  }
 
  .main-nav .dropdown-menu, .main-nav .search-box {
    position: static ;
    top: inherit;
    left: inherit;
    float: none;
    margin: 0;
    width: 100%;
    background: none;
    border: none;
    box-shadow: none;
    background-color: #10354f;
  }
  .main-nav .dropdown-menu{
    padding: 0;
    position: relative !important;
    background-color: transparent; 
  }
  .main-nav .dropdown-menu > li > a:hover{
    background-color: #57a2d1;
  }
  .main-nav .dropdown-menu .dropdown-menu, .main-nav .search-box .dropdown-menu, .main-nav .dropdown-menu .search-box, .main-nav .search-box .search-box {
    padding-left: 10px;
  }
  .mobile-close {
    position: absolute;
    top: 0;
    z-index: 999;
    right: 0;
  }
  .main-nav > li.pull-right{
    float: none !important;
  }
  .login-logout{
    height: auto !important;
    float: none !important;
  }
  .main-nav > li > a.sign-up-large {
    margin-left: 25px;
    margin-top: 12px;
}


#header-close-nav.btn-link{
  color: #f69020;
}
#header-close-nav.btn-link:hover, #header-close-nav.btn-link:focus {
  color: #006994;

}

/* 767 scripts above  */
   .login-logout {
      float: left;
      height: 50px;
      width: 110px;
      margin: 0;
      font-weight: 600;
    }
     .header-main__center {
    margin-top: 10px;
  }

.tagline__text{
  margin-left: 46px;
}

  .logo {
    margin-bottom: 10px;
    text-align: center;
  }
  .header-main .search-dropdown {
    margin-top: 10px;
  }
}
 @media (min-width:768px) and (max-width:991px){
  .header-logo {
    max-width: 100%;
    width: 120px;
    margin-bottom: 20px;
    margin-top: 10px;
}
  .btn.btn__hollow{
    margin-right:0; 
  }
  li.login-logout.toggle-login {
    text-align: center;
}
  .header-format {
    padding: 136px 0 65px 0 !important;
}
  .main-nav .dropdown-toggle i.fi {
    font-size: 16px !important;
    float: right;
    margin-top: 7px;
  }
  li.pull-left.sign-up {
    margin-top: 11px;
}
  /* .main-nav {
    margin: 7px 0 0 0 !important;

} */

    .main-nav > li > a {
      float: left;
      margin-top: 10px;
      margin-right: 0;
      padding-left: 10px;
      padding-right: 10px;
    }
    li.dropdown.col-md-3.col-sm-3.col-xs-12.col-lg-2 {
      padding-left: 10px;
      padding-right: 10px;
  }
  .sign-up-large {

    margin: -11px 0 0 46px !important;

}
 }

/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
/* ==========================================================================
   $HEADINGS
   ========================================================================== */
.heading {
  color: #0b4064;
  font-size: 24px;
  font-weight: 600;
}

.heading--secondary {
  color: #127cc0;
  font-size: 1.6em;
}

.subheading, .small-subheading, #cropper-dropzone {
  color: #959595;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

.small-subheading {
  font-size: 16px;
}

.darker-subheading {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  color: #7d7d7d;
}

.text-bold {
  font-weight: bold;
}
@media (min-width:768px) and (max-width:991p){
  ul.main-nav.clearfix.large-nav.main-nav-wrap {
    margin: 0;
    float: right;
    white-space: nowrap;
}
.header-logo {
  max-width: 100%;
  width: 120px;
  margin-bottom: 20px;
  margin-top: 10px;
}
}
/* ==========================================================================
   Media Queries
   ========================================================================== */
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* ==========================================================================
   $HOMEPAGE
   ========================================================================== */
.trl__primary__text {
  color: #0a4063 !important;
}
.home-search-prefix {
  padding: 10px;
  background-color: #0E5281;
  text-align: center;
}

.banner-home {
  padding: 20px 0;
  background-color: #127cc0;
  color: #ffffff;
}

.banner-home__box {
  padding: 15px 20px 20px;
  margin: 60px auto 10px;
  max-width: 800px;
  background-color: #1989d1;
  border: 1px solid #599bc5;
  border-radius: 6px;
}

.banner-home__box .search-dropdown {
  margin-bottom: 10px;
}

.list-icons > li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}

.list-icons > li > a, .list-icons > li > .link-button {
  display: block;
  padding: 4px 0;
  color: #919191;
}

.list-icons > li > a:hover, .list-icons > li > .link-button:hover, .list-icons > li > a:focus, .list-icons > li > .link-button:focus {
  color: #009fe0;
}

.list-icons--lg > li {
  padding-left: 35px;
}

.list-icons--lg > li > a, .list-icons--lg > li > .link-button {
  padding: 7px 0;
}

.list-icon__img {
  position: absolute;
  top: 2px;
  left: 0;
}

.list-icons--lg .list-icon__img {
  top: 0;
}

/* .list-circles {
    @extend .list-icons;

    > li {
        position: relative;
        padding-left: 28px;
        margin-bottom: 5px;

        > a:before {
            display: block;
            content: "";
            position: absolute;
            top: 3px;
            left: 0;
            width: 20px;
            height: 20px;
            background-color: #65aacd;
            border-radius: 50%;
        }
    }
} */
/* ==========================================================================
   Media Queries
   ========================================================================== */
@media (max-width: 768px) {
  #explanatory-text-home-page {
    display: none;
  }
  .banner-home__box {
    margin-top: 30px;
  }
  
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .banner-home {
    padding: 40px 0;
    min-height: 800px;
    background-image: url(https://www.topratedlocal.com/img/bg-banner-home.jpg);
  }
  .banner-home__box .search-dropdown {
    margin-bottom: 0;
  }
  .banner-home__box .search-dropdown .btn {
    height: 42px;
  }
  .banner-home__box .search-dropdown .btn > .fi {
    top: 14px;
  }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .popular-cities-title {
    padding-right: 50px;
  }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .popular-cities-title {
    padding-right: 90px;
  }
}

/* ==========================================================================
   $LISTING
   ========================================================================== */
.profile-listing {
  overflow: hidden;
}

.hours-of-operation li {
  margin: 5px 0;
}

.manage-profile-field.active {
  cursor: pointer;
}

.staff-favorite-config-container.disabled,
#BadgeFormContainer.disabled,
#BadgePreviewContainer.disabled {
  opacity: 0.3;
}

#add-service-location-select ~ .select2-container--krajee {
  min-width: 150px;
}

.box--dark.bubble {
  min-height: 45px;
}

#listings-map-wrapper,
#listings-map {
  height: 400px;
  margin-bottom: 15px;
}

.business-locations {
  display: none;
}

.listing {
  position: relative;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 15px;
  border: 1px solid #f0f0f0;
}

.listing__logo {
  margin: 0 auto 15px;
  text-align: center;
}

.listing__logo img {
  width: 100%;
}

.listing__heading {
  color: #127cc0;
  font-size: 20px;
}

.listing__heading a, .listing__heading .link-button {
  color: #127cc0;
}

.listing__flag {
  position: absolute;
  right: 3px;
  top: -2px;
  color: #009fe0;
}

.listing__flag > .fi {
  font-size: 2em;
}

/* Listing Banner */
.listing-banner {
  margin-bottom: 20px;
  color: #ffffff;
}

.listing-banner__main {
  padding: 20px 10px;
  background: #1f6b9d url(https://www.topratedlocal.com/img/bg-listing-banner.jpg) top center no-repeat;
  text-align: center;
  font-size: 1.5em;
}

.listing-banner__bottom {
  padding: 10px 15px;
  background-color: #0b4064;
  font-size: 1.3em;
}

/* Listing Choice */
.listing-choice .form-group {
  margin: 0;
}

.listing-choice.free_plan .plan-color {
  color: #00c458;
}

.listing-choice.free_plan .listing-choice__color {
  background-color: #00c458;
}

.listing-choice.reputation_plus_plan .listing-choice__color {
  background-color: #ff910e;
}

.listing-choice.premium_plan .listing-choice__color {
  background-color: #127cc0;
}

label.listing-choice {
  cursor: pointer;
}

.listing-choice {
  display: table;
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #d5d5d5;
  border-radius: 6px;
}

.listing-choice__item {
  display: table-cell;
  padding: 10px;
  vertical-align: middle;
}

.listing-choice__select {
  border-right: 1px solid #d5d5d5;
  text-align: center;
  width: 35px;
}

.listing-choice__color {
  background-color: #ff910e;
  border-radius: 0 6px 6px 0;
  width: 25px;
}

.listing-choice--free_plan .plan-color {
  color: #009fe0;
}

.listing-choice--free_plan .listing-choice__color {
  background-color: #009fe0;
}

.listing-choice--reputation_plus_plan .plan-color {
  color: #ff910e;
}

.listing-choice--reputation_plus_plan .listing-choice__color {
  background-color: #ff910e;
}

.listing-choice--premium_plan .plan-color {
  color: #127cc0;
}

.listing-choice--premium_plan .listing-choice__color {
  background-color: #127cc0;
}

.no-results {
  margin-bottom: 20px;
}

.payment-cycle.free_plan .plan-color {
  color: #00c458;
}

.payment-cycle.premium_plan {
  display: none;
}

.payment-cycle.reputation_plus_plan {
  display: none;
}

.gm-style-iw .rating-score {
  margin-right: 0;
}

.outOfView #listings-map .gm-style-iw .rating-score {
  display: none;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media (max-width: 767px) {
  .main-nav > li > a:hover, .main-nav > li > .link-button:hover, .main-nav > li > a:focus, .main-nav > li > .link-button:focus {
    color: #fff !important;
}
  .header-format {
    padding: 58px 0 69px 0 !important;
  }
  .profile-page .nav-tabs {
    border-bottom: 1px solid #d5d5d5;
  }
  .profile-page .nav-tabs li {
    display: inline-block;
    vertical-align: top;
    margin-bottom: -1px;
  }
  .profile-page .nav-tabs li:first-child {
    margin-right: 10px;
  }
  .profile-page .nav-tabs li:first-child a, .profile-page .nav-tabs li:first-child .link-button {
    padding: 10px 15px;
    border-bottom: 0;
  }
  .business-blurb {
    text-align: center;
  }
  .business-info {
    margin-top: 10px;
  }
  .view-profile-link-text {
    display: none;
  }
  .listing__logo-height {
    display: flex;
    align-items: center;
    height: 245px;
  }
  .header-format {
    height: 130px;
    padding: 58px 0 69px 0 !important;
    text-align: center;

}
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  #add-service-location-select ~ .select2-container--krajee {
    min-width: 250px;
  }
  .listing__heading {
    font-size: 25px;
  }
  .listing__logo {
    margin-bottom: 0;
    max-width: 300px;
  }
  .view-profile-link-text {
    display: none;
  }
  /* .sign-up-large {
    margin: -11px 0 0 25px;
} */

}

@media (min-width: 992px) {
  .large-nav {
      margin: 0 60px 0 159px;
      float: right;
      white-space: nowrap;
  }
  .login-logout {
    float: left;
    height: 50px;
    width: 110px;
    margin-right: 0 !important;
    font-weight: 600;
}
.main-nav > li.login-logout {
  float:left;
/*   text-align: center; */
  padding-left: 12px;
  }
}
@media (max-width: 991px) {

button#header-open-nav:focus, i.fi:focus {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}
.main-nav .dropdown-toggle i.fi {
  font-size: 18px;
  color: #f8912e !important;
  font-weight: 500;
}
  .u-text-right.find-business-md {
    text-align: center !important;
  } 

}
@media (min-width:768px) and (max-width:991px){
  .header-logo{
    text-align: center;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .outOfView #listings-map {
    position: fixed !important;
    top: 15px;
    margin-left: 713px;
    width: 240px;
    z-index: 10;
    transition: opacity 0.2s ease-out;
  }
  .outOfView.atFooter #listings-map {
    opacity: 0;
    transition: opacity 0.2s ease-out;
  }
  .listing__logo {
    display: flex;
    align-items: center;
  }
  .listing__logo-height {
    height: 159px;
  }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .listing__logo-height {
    height: 196px;
  }
  .outOfView #listings-map {
    width: 295px;
    margin-left: 863px;
  }
  .outOfView #listings-map .gm-style-iw .rating-score {
    display: block;
  }
}

@media (min-width: 1400px) {
  .outOfView #listings-map {
    width: 405px;
    height: 500px;
  }
}

/* ==========================================================================
   $GOOGLE MAPS
   ========================================================================== */
.gm-marker {
  position: relative;
  cursor: pointer;
  position: relative;
  z-index: -1;
}

.gm-marker .gm-marker-label {
  background-color: #e45044;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  white-space: no-wrap;
  text-align: center;
  font-weight: 200;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  z-index: 0;
}

.gm-marker .gm-marker-label-nearby {
  background-color: #e45044;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  color: #fff;
  font-size: 11px;
  line-height: 24px;
  white-space: no-wrap;
  text-align: center;
  font-weight: 200;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  z-index: 0;
  margin-left: 6px;
}

.gm-marker .marker-with-flag {
  z-index: 1;
}

.gm-marker .flag-icon {
  background: url("../img/map-flag.png");
  width: 44px;
  height: 23px;
  position: absolute;
  top: -23px;
  left: -30px;
}

.gm-marker.marker-with-flag {
  z-index: 1;
}

.gm-marker.flag-icon {
  background: url("../map-flag.png") center;
}

.gm-style .gm-style-iw {
  font-family: "Source Sans Pro", sans-serif !important;
  font-weight: normal !important;
}

.gm-style img {
  width: 100%;
}

.hover-marker {
  width: 30px;
  height: 30px;
  border-radius: 50% 50% 50% 0;
  background: #009fe0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 50%;
  top: 50%;
}

.hover-marker::after {
  content: '';
  width: 14px;
  height: 14px;
  margin: 8px 0 0 8px;
  background: #0b4064;
  position: absolute;
  border-radius: 50%;
}

.infowindow {
  overflow: hidden;
  padding: 10px 5px 0;
}

/* ==========================================================================
   $MAIN NAV
   ========================================================================== */
.main-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-nav > li > a {
  font-size: 18px;
  font-weight: 600;
  color: #083f62;
  padding: 0;
}

 .main-nav > li > .link-button {
  display: block;
  padding: 5px 0;
  color: #0a4063;
}

.main-nav > li > a:hover, .main-nav > li > .link-button:hover, .main-nav > li > a:focus, .main-nav > li > .link-button:focus {
  color: #0d7abc;
}

.main-nav .dropdown.open > a .fi-angle-right:before, .main-nav .dropdown.open > .link-button .fi-angle-right:before {
  content: "\61";
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
/* Phone and DOWN */


/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
/* ==========================================================================
   $MODALS
   ========================================================================== */
.modal-business-review {
  display: none;
}

#modal_terms-service {
  margin-top: 25px;
  margin-bottom: 25px;
}

.mfp-modal.mfp-modal-large {
  margin-top: 25px;
  margin-bottom: 25px;
  max-width: 800px;
}

.mfp-modal.mfp-modal-xlarge {
  margin-top: 25px;
  margin-bottom: 25px;
  max-width: 1200px;
}

.mfp-modal {
  position: relative;
  margin: 0 auto;
  max-width: 600px;
  background-color: #ffffff;
}

.mfp-content {
  padding: 25px 0;
}

.modal {
  position: relative;
  margin: 0 auto;
  max-width: 600px;
  background-color: transparent;
  position: fixed !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  background: transparent;
}

.modal__header {
  padding: 10px;
  background-color: #127cc0;
  color: #ffffff;
  text-align: center;
}

.modal__header:before, .modal__header:after {
  content: " ";
  display: table;
}

.modal__header:after {
  clear: both;
}

.modal__header p {
  margin-bottom: 0;
}

.modal__body {
  padding: 15px;
}

.modal__body--dark {
  background-color: #0b4064;
  color: #ffffff;
}

.modal__footer {
  padding: 15px;
}

/* Sizes */
.modal--sm {
  max-width: 400px;
}

.modal--lg {
  max-width: 800px;
}

/* Components */
.modal-heading {
  font-size: 1.5em;
}

/* Modal Special Offers */
.modal__offer-logo {
  float: left;
  max-width: 80px;
  margin-right: 10px;
}

.modal__offer-logo img {
  max-width: 80px;
}

.modal__offer-sub-logo-container {
  padding-left: 0px;
}

/* == Magnific Popup Overrides == */
button.mfp-close {
  top: -15px !important;
  right: -15px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  background: #222222;
  border-radius: 50%;
  color: #ffffff !important;
  opacity: 1;
}

.mfp-close:active {
  top: -14px;
}

.modal {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mfp-bg {
  z-index: 1000;
}

.mfp-wrap {
  z-index: 1001;
}

/* == Popup Animation == */
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.modal.type-warning {
  margin-top: 100px;
}

.modal.type-warning .modal-body {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal.type-warning .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  background-color: #127cc0;
}

.modal.type-warning .modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal.type-warning .modal-content {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal.type-warning .modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal.type-warning .btn-warning {
  background-color: #ff910e;
  border-color: #f08200;
}

.text-area-modal-copy {
  width: 100%;
  display: block;
}

.custom-tooltip .tooltip-inner {
  width: 100px;
}

#sms-bubble-text {
  position: absolute;
  text-align: left;
  margin-top: 17px;
  left: 170px;
  width: 37%;
  color: white;
  font-size: 17px;
}

#modal_low-rating .help-block {
  color: red;
}

@media only screen and (max-width: 414px) {
  #sms-bubble-text {
    position: absolute;
    text-align: left;
    margin-top: 17px;
    width: 64%;
    color: white;
    font-size: 17px;
    left: 57px;
  }
}

@media only screen and (max-width: 320px) {
  #sms-bubble-text {
    position: absolute;
    text-align: left;
    margin-top: 17px;
    width: 64%;
    color: white;
    font-size: 15px;
    left: 32px;
    top: 0px;
  }
}

/* ==========================================================================
   $NAV
   ========================================================================== */
/* Nav Tabs */
.nav-tabs > li > a, .nav-tabs > li > .link-button {
  margin-right: 10px;
  background-color: #efefef;
  border-radius: 0;
  border-bottom: 1px solid #ddd;
  color: #868686;
}

.nav-tabs > li > a:hover, .nav-tabs > li > .link-button:hover, .nav-tabs > li > a:focus, .nav-tabs > li > .link-button:focus {
  background-color: #ffffff;
}

.nav-tab__title {
  display: block;
  font-size: 1.3em;
}

.nav-tab__title small {
  font-size: 80%;
  font-weight: 400;
}

.nav-tabs--four > li {
  width: 25%;
}

.nav-tabs--three > li {
  width: 33%;
}

.nav-tabs > li.nav-tab__tab-right {
  float: right;
}

.nav-tabs > li.nav-tab__tab-right > a, .nav-tabs > li.nav-tab__tab-right > .link-button {
  background: #ffffff;
}

.nav-tabs > li.manager-tab {
  float: right;
}

.nav-tabs > li.manager-tab > a, .nav-tabs > li.manager-tab > .link-button {
  margin-top: -10px;
  padding: 0;
  background: none;
  border: none;
}

.nav-tabs > li.manager-tab > a:hover, .nav-tabs > li.manager-tab > .link-button:hover, .nav-tabs > li.manager-tab > a:focus, .nav-tabs > li.manager-tab > .link-button:focus {
  border: none;
}

.manager-tab__img {
  /* display: inline-block; */
  float: left;
  margin-right: 10px;
  width: 55px;
  height: 55px;
}

.manager-tab__img img {
  border-radius: 50%;
  border: 3px solid #dddddd;
}

.manager-tab__title {
  display: inline-block;
  padding-top: 5px;
}

.manager-tab__title b {
  display: block;
  font-size: 1.1em;
}

/* Nav Pills */
.nav-pills--outline > li > a, .nav-pills--outline > li > .link-button {
  border: 1px solid #d5d5d5;
  background: none;
  color: #868686;
}

.nav-pills--outline > li.active > a, .nav-pills--outline > li.active > .link-button,
.nav-pills--outline > li.active > a:hover,
.nav-pills--outline > li.active > .link-button:hover,
.nav-pills--outline > li.active > a:focus,
.nav-pills--outline > li.active > .link-button:focus {
  background: none;
  color: #009fe0;
  border-color: #009fe0;
}

.nav-pills--outline.secondary > li.active > a, .nav-pills--outline.secondary > li.active > .link-button,
.nav-pills--outline.secondary > li.active > a:hover,
.nav-pills--outline.secondary > li.active > .link-button:hover,
.nav-pills--outline.secondary > li.active > a:focus,
.nav-pills--outline.secondary > li.active > .link-button:focus {
  background: none;
  color: #ff910e;
  border-color: #ff910e;
}

.nav-pills--sm > li > a, .nav-pills--sm > li > .link-button {
  padding: 6px 12px;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media (max-width: 767px) {
  .tagline__text {
    white-space: normal;
    font-size: 15px;
    text-align: center;
}
  .nav-tabs {
    border-bottom: none;
  }
  .nav-tabs > li {
    margin-bottom: 5px;
  }
  .nav-tabs > li.active > a, .nav-tabs > li.active > .link-button, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > .link-button:hover {
    border-bottom-color: #d5d5d5;
  }
  .nav-tabs > li > a, .nav-tabs > li > .link-button {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  #need-help-tab {
    float: left;
  }
  .nav-tabs > li.nav-tab__tab-right {
    float: none;
  }
  .nav-tab__title {
    font-size: 1.1em;
  }
  .nav-pills--outline > li {
    display: block;
    float: none;
    margin-bottom: 5px;
  }
  .nav-pills--outline.secondary > li {
    display: block;
    float: none;
    margin-bottom: 5px;
  }
}

/* ==========================================================================
   $OFFERS
   ========================================================================== */
.offer {
  margin-bottom: 20px;
  padding: 15px;
  border: 2px dashed #444444;
}

/* ==========================================================================
   $PANELS
   ========================================================================== */
.panel-primary {
  border: none;
}

.panel-primary .panel-heading {
  background-color: #127cc0;
  border: none;
}

.panel-primary .panel-body {
  background-color: #efefef;
}

.panel-rating-score {
  max-width: 650px;
  margin: 0 auto;
}

/* ==========================================================================
   $PAGINATION
   ========================================================================== */
.pagination {
  font-size: 16px;
}

.pagination > button > a, .pagination > button > .link-button {
  color: #aaa;
}

.pagination > button > a:hover, .pagination > button > .link-button:hover, .pagination > button > a:focus, .pagination > button > .link-button:focus {
  color: #ff9c12;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > li.active > a, .pagination > li.active > .link-button, .pagination > li.active > button {
  color: #ff9c12;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > li:first-child > a, .pagination > li:first-child > .link-button, .pagination > li:first-child > span {
  border-radius: 0;
}

.pagination > li:last-child > a, .pagination > li:last-child > .link-button, .pagination > li:last-child > span {
  border-radius: 0;
}

/* == Overrides for plugin jplist == */
.jplist-preloader {
  float: none;
}

.jplist-panel .btn-form {
  margin-top: 0;
}

.jplist-panel button.jplist-current:hover {
  z-index: 3;
  color: #fff;
  background-color: #009fe0;
  border-color: #009fe0;
  cursor: default;
}

/*
.jplist-panel button:hover{
    color: #ff9c12;
    background: #eee;
    border-color: #ddd;
}

.jplist-panel button{
    height: 34px;
    padding: 6px 12px;
    border-radius:0;
}
*/
.jplist-pagesbox button, .jplist-pagingprev button, .jplist-pagingnext button {
  color: #aaa;
  position: relative;
  float: left;
  line-height: 1.3;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  margin: 0 0 0 -1px;
  min-width: 33px;
}

.jplist-wrapper {
  margin-bottom: 20px;
  text-align: right;
}

.jplist-pagingprev,
.jplist-pagingmid,
.jplist-pagesbox,
.jplist-pagingnext {
  display: inline-block;
}

.jplist-hidden {
  display: none !important;
}

.jplist-panel.preloader {
  overflow: hidden;
  width: 100%;
}

.jplist-panel {
  font-size: 16px;
}

.jplist-panel button.jplist-current {
  background: #eee;
  color: #ff910e;
}

.jplist-panel label {
  font-size: 14px;
  color: #7d7d7d;
}

.jplist-group[data-control-type='checkbox-group-filter'] {
  overflow: hidden;
  padding-top: 10px;
  width: 100%;
}

.jplist-panel input[type="checkbox"], .jplist-panel input[type="radio"] {
  margin-left: 5px;
}

.jplist-panel label {
  margin-bottom: 0;
  font-weight: 400;
}

.jplist-icon {
  line-height: 30px;
  color: #fff;
  background-color: #127cc0;
}

.jplist-panel input[type="text"] {
  width: 100%;
  height: 34px;
  padding: 6px 12px;
}

.list button:only-child {
  display: none;
}

.categories-filter-container {
  overflow: hidden;
  display: inline-block;
  width: 25%;
  vertical-align: top;
}

.cities-filter-container {
  float: left;
  height: 30px;
  box-shadow: 0 0 1px #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  text-shadow: 1px 1px 1px #fff;
  color: #27252a;
  background: #fff;
  background: -moz-linear-gradient(top, #fff 0, #efefef 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(100%, #efefef));
  background: -webkit-linear-gradient(top, #fff 0, #efefef 100%);
  background: -o-linear-gradient(top, #fff 0, #efefef 100%);
  background: -ms-linear-gradient(top, #fff 0, #efefef 100%);
  background: linear-gradient(to bottom, #fff 0, #efefef 100%);
  margin: 10px 10px 0 0;
  position: relative;
}

.advanced-filter-trigger {
  color: #7d7d7d;
}

/* ==========================================================================
   $POPOVERS
   ========================================================================== */
.popover {
  max-width: 400px;
  background-color: #0b4064;
  border-radius: 0;
  color: #ffffff;
}

.popover-content {
  z-index: 10000;
}

.popover.bottom > .arrow:after {
  border-bottom-color: #0b4064;
}

.popover.top > .arrow:after {
  border-top-color: #0b4064;
}

.tooltip-inner {
  width: 420px;
  border-radius: 0;
}

/* Absolute Center Spinner */
.trl-loading {
  color: white;
  position: fixed;
  left: 0;
  right: 0;
  height: 0;
  /* center all inline content */
  text-align: center;
  top: 20%;
  transform: translateY(-50%);
  z-index: 10000000;
}

.trl-loading-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10000000;
}

/* ==========================================================================
   $RATING SCORE
   ========================================================================== */
.rating-score {
  display: inline-block;
  position: relative;
  margin-right: 10px;
  width: 189px;
  min-height: 20px;
  border-radius: 6px;
  text-align: left;
}

.rating-score__rank,
.rating-score__result {
  display: inline-block;
  position: relative;
  z-index: 5;
  font-size: 14px;
  font-style: italic;
}

.rating-score__rank {
  min-width: 30px;
  max-width: 32px;
  height: 21px;
  padding: 0px 2px;
  background-color: #127cc0;
  border-radius: 6px 0 0 6px;
  color: #ffffff;
  text-align: center;
}

.rating-score__result {
  padding: 0 6px 0 3px;
  color: #127cc0;
  font-weight: 600;
  text-transform: uppercase;
}

.rating-score__bg,
.rating-score__bar-bg,
.rating-score__bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  z-index: 1;
  background-color: #ffde01;
  border-radius: 0 6px 6px 0;
}

.rating-score__bar-bg {
  background: #e8e8e8 url(https://www.topratedlocal.com/img/bg-ratingscore-bar-grey.png) 0 0 no-repeat;
  background-size: 158px;
  width: 158px;
  margin-left: 30px;
  height: 21px;
}

.rating-score__bar {
  background: #ffde01 url(https://www.topratedlocal.com/img/bg-ratingscore-bar-yellow.png) 0 0 no-repeat;
  background-size: 158px;
}

.rating-score.rating-score--fav {
  background: #ffde01;
  width: auto;
}

.rating-score.rating-score--sponsored {
  background: #ffde01;
  width: auto;
}

/* ==========================================================================
   Custom - Checker
   ========================================================================== */
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item .ui-state-focus.link-button,
.ui-menu .ui-menu-item a.ui-state-active,
.ui-menu .ui-menu-item .ui-state-active.link-button,
.ui-menu .ui-menu-item a,
.ui-menu .ui-menu-item .link-button {
  background: #ffffff none no-repeat;
  display: block;
  border: 1px #337ab7 solid;
  border-collapse: collapse;
}

.ui-autocomplete {
  background: #fff;
  font-family: "Source Sans Pro", sans-serif;
  border: 1px #337ab7 solid;
}

.ui-widget-content .ui-state-focus {
  background: #337ab7;
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
}

.city-autocomplete {
  position: absolute;
  z-index: 10000;
  background: #fff;
  display: none;
  font-family: "Source Sans Pro", sans-serif;
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
  border: 1px #337ab7 solid;
  color: black;
}

.city-autocomplete > div {
  font-size: 16px;
  padding: 5px 10px;
  cursor: pointer;
}

.city-autocomplete > div:hover {
  background: #c3cacf;
}

.stars-container {
  display: inline-block;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media (max-width: 767px) {
  .stars-container {
    display: block;
    margin-bottom: 5px;
  }
  .customer-review__reply .btn-outline-gray {
    display: block;
    margin-bottom: 10px;
  }
  .rating-score-tooltip {
    display: block;
    margin-top: 10px;
  }
  .rating-score-popup {
    display: block;
    margin-top: 10px;
    text-align: center;
  }
}

/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
/* ==========================================================================
   $REVIEWS
   ========================================================================== */
/* Reviews */
.customer-review__rating.status-removed {
  position: relative;
  display: inline-block;
}

.customer-review__rating.status-removed:after {
  border-bottom: 1px solid #7d7d7d;
  width: 100%;
  height: 1px;
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
}

blockquote.customer-review-comment {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 0 10px;
  padding: 0.5em 10px;
  quotes: "“" "”" "‘" "’";
  font-size: 14px;
}

blockquote.customer-review-comment:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

blockquote.customer-review-comment p {
  display: inline;
}

.comment-private-container {
  display: block;
}

.customer-review a[data-toggle="tooltip"], .customer-review [data-toggle="tooltip"].link-button {
  cursor: pointer;
}

.customer-review input[type=checkbox] {
  margin-top: 4px;
}

.rating:not(.disabled) label:hover ~ label:before,
.rating:not(.disabled) label:hover:before {
  content: url("../img/star-icon/star_blue.png");
}

.rating.disabled .rating-star-label {
  cursor: not-allowed;
}

.rating label.selected.half:before {
  content: url("../img/star-icon/star_blue_half.png");
}

.rating label.selected:before,
.rating label.selected ~ label:before {
  content: url("../img/star-icon/star_blue.png");
}

.rating label {
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
  width: 27px;
  height: 27px;
  float: right;
  margin-right: 3px;
}

.rating label:before {
  display: block;
  content: url("../img/star-icon/star_outline.png");
  position: absolute;
  left: 0;
  top: 0;
  width: 27px;
  height: 27px;
}

.rating .form-group {
  margin-bottom: 0;
}

.rating input {
  display: none;
}

.rating .help-block {
  margin-top: 10px;
  font-size: 14px;
  text-align: right;
}

.rating .help-block:empty {
  margin-bottom: 0;
  margin-top: 0;
}

.rating .wrapper {
  overflow: hidden;
}

form div.required label.control-label:after {
  content: " * ";
  color: red;
}

.customer-review {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
}

.customer-review time {
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
}

.customer-review__author {
  margin-bottom: 2px;
  font-size: 1.1em;
  font-weight: 600;
}

.review__email small {
  font-size: 12px;
  color: #7d7d7d;
}

.customer-review__stars {
  max-width: 20px;
  vertical-align: bottom;
}

.customer-review__response {
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 25px;
}

/* Labels */
.label {
  display: inline;
  padding: 1px 5px;
  font-size: 75%;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border: 1px solid #7d7d7d;
  border-radius: .25em;
}

.customer-review .checkbox label {
  display: inline-block;
}

.customer-review .checkbox input {
  cursor: pointer;
}

.label--verified {
  color: #5cb85c;
  border-color: #5cb85c;
}

.label--challenged {
  color: #f0ad4e;
  border-color: #f0ad4e;
}

.label--removed {
  color: red;
  border-color: red;
}

.review-sign-up {
  width: 100%;
}

.review-sign-up-trigger-group ~ .review-sign-up {
  display: none;
}

.review-sign-up-trigger-group.checked ~ .review-sign-up {
  display: block;
}

.customer-review-listing .customer-review__date {
  display: inline-block;
  margin: 2px 0 0 9px;
}

.customer-review-listing .customer-review__rating {
  display: inline-block;
}

.customer-review-listing .customer-review__author {
  display: inline-block;
  margin-left: 10px;
}

.customer-buttons {
  clear: both;
}

.reviewBody {
  clear: both;
}

.read-more {
  margin-left: 5px;
}

#manage-as-owner-override-btn {
  position: fixed;
  bottom: 0;
  left: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  z-index: 1000;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) {
  .please-rate-label {
    margin-bottom: 0;
  }
}

@media (max-width: 480px) {
  .customer-data-column {
    text-align: center;
  }
  .customer-stars-container {
    text-align: center;
  }
}

/* ==========================================================================
   $SEARCH FORM
   ========================================================================== */
/* City/Category Select2 dropdowns on the homepage */
.search-form .select2-selection,
.search-form .select2-container--krajee .select2-selection--single {
  background-color: #1989d1;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  text-align: left;
  height: 40px;
  border-radius: 0;
  font-size: 13px;
}

.search-form .select2-container--krajee .select2-selection--single .select2-selection__placeholder {
  color: #fff;
}

.search-form .select2-container--krajee .select2-selection--single .select2-selection__arrow {
  border-left: 0;
  color: #fff;
  height: 40px;
}

.search-form .select2-container--krajee .select2-selection--single .select2-selection__arrow b {
  border-color: #fff transparent white transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  left: 40%;
}

.search-form .select2-container--krajee.select2-container--open .select2-selection, .select2-container--krajee .select2-selection:focus {
  border-color: #fff;
}

.search-form .select2-selection__rendered {
  line-height: 25px;
  height: 100%;
  display: block;
  color: #fff;
}

.search-form .select2-dropdown {
  background-color: #0B3F64;
}

.search-form .select2-selection__rendered {
  color: #fff !important;
}

.select2-container--krajee .custom-select2 {
  color: #fff;
  background-color: #0B3F64;
}

.select2-container--krajee .custom-select2 .select2-results__option[aria-selected] {
  background-color: #0B3F64;
  color: #fff;
}

.select2-container--krajee .custom-select2 .select2-results__option--highlighted[aria-selected] {
  background-color: #0E5281;
}

.select2-container--krajee .custom-select2 .select2-search--dropdown .select2-search__field {
  border-radius: 0;
  height: 35px;
  background-position-y: 10px;
}

.select2-container--krajee .custom-select2 .select2-search.select2-search--dropdown {
  background-color: #0E5281;
  margin: 0;
  padding: 0 10px 10px 10px;
}

.select2-container--krajee .custom-select2 .select2-results {
  margin: 4px 0;
}

.checker-submit-btn {
  margin-top: 20px;
}

.banner-home .search-form .chosen-container-single .chosen-single, .modal-search .search-form .chosen-container-single .chosen-single {
  height: 40px;
}

.banner-home .search-form .chosen-container-single .chosen-single > span, .modal-search .search-form .chosen-container-single .chosen-single > span {
  padding-top: 7px;
  padding-bottom: 7px;
}

.banner-home .search-form .chosen-container-single .chosen-single > div, .modal-search .search-form .chosen-container-single .chosen-single > div {
  padding-top: 17px;
}

.banner-home .chosen-search, .modal-search .chosen-search {
  color: #ffffff;
}

#header-search-heading {
  -webkit-transition: width 250ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: width 250ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: width 250ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: width 250ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.header-main__center {
  text-align: right;
}

#header-select-category {
  display: none;
}

#header-select-category.expanded {
  display: block;
}

#trl-home-category {
  display: none;
}

#trl-home-category.expanded {
  display: block;
}

.header-search-input-containers {
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .search-form .chosen-container-single .chosen-single {
    margin-top: 10px;
  }
}

#home-search-submit-btn img {
  display: none;
  margin: 0 auto;
  width: 26px;
}

#home-search-submit-btn img.loading {
  display: block;
}

@media (max-width: 992px) {
  .banner-home__box .search-form > .row > div {
    margin-bottom: 15px;
  }
  .banner-home__box .search-form > .row > div:last-child {
    margin-bottom: 0;
  }
  .header-search-heading ~ div {
    margin-bottom: 15px;
  }
  .header-search-heading ~ div ~ div {
    margin-bottom: 15px;
  }
}

.banner-home__box .madsearch {
  font-size: 16px;
}

.banner-home__box .madsearch input[type=text] {
  font-size: 16px;
}

@media (max-width: 992px) {
  .banner-home__box .search-form > .row > div,
  .header-main__center #header-search-heading ~ div {
    margin-bottom: 15px;
  }
  .header-main__center #header-search-heading ~ div ~ div {
    margin-bottom: 15px;
  }
}

.banner-home__box .madsearch input[type=text], .header-main__center .madsearch input[type=text] {
  width: 100%;
  height: 40px;
  padding: 7px 20px;
  text-align: left;
  border-radius: 5px;
}

.banner-home__box .madsearch input[type=text]:focus, .header-main__center .madsearch input[type=text]:focus {
  outline: none;
}

.banner-home__box .madsearch .category-count, .header-main__center .madsearch .category-count {
  margin-left: 30px;
}

.banner-home__box .madsearch li > div > img, .header-main__center .madsearch li > div > img {
  margin-bottom: -10px;
}

.banner-home__box .madsearch input::-webkit-input-placeholder, .header-main__center .madsearch input::-webkit-input-placeholder {
  color: #bbd7ed;
}

.banner-home__box .madsearch input::-moz-placeholder, .header-main__center .madsearch input::-moz-placeholder {
  color: #bbd7ed;
}

.banner-home__box .madsearch input:-ms-input-placeholder, .header-main__center .madsearch input:-ms-input-placeholder {
  color: #bbd7ed;
}

.banner-home__box .madsearch input:-moz-placeholder, .header-main__center .madsearch input:-moz-placeholder {
  color: #bbd7ed;
}

.madsearch {
  position: relative;
  width: 100%;
}

.madsearch .clearable-container {
  position: relative;
}

.madsearch .clearable-button {
  color: #ccc;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

.madsearch input:placeholder-shown ~ .clearable-button {
  display: none;
}

.madsearch input[type=text].loading {
  background-image: url("/img/ajax-loader2.gif");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 97% 50%;
}

.madsearch.open ul {
  display: block;
}

.madsearch ul {
  display: none;
  text-align: left;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-color: #66afe9;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  max-height: 300px;
  overflow-y: auto;
  background-color: #fff;
  background-color: #0B3F64;
  color: #fff;
  border-radius: 5px;
}

.madsearch li {
  list-style: none;
  cursor: pointer;
  padding: 0 20px;
  color: #fff;
}

.madsearch li > div {
  padding: 7px 0;
  height: 100%;
  border-top: 1px solid #25599D;
  padding-bottom: 7px;
}

.madsearch li.level-1 > div {
  padding-left: 35px;
}

.madsearch li.level-1 .category-count {
  margin-left: 0;
}

.madsearch li.level-0 ~ li.level-1 > div {
  border-top: 0;
}

.madsearch li:hover {
  background-color: #0E5281;
}

.madsearch li[disabled^="disabled"] {
  opacity: 0.3;
  cursor: not-allowed;
}

.madsearch .logo-container {
  width: 50px;
  margin-right: 10px;
  float: left;
  height: 50px;
}

.madsearch .logo-container img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.madsearch .text-container {
  overflow: hidden;
  min-height: 50px;
}

@media (max-width: 767px) {
  .home-search-input {
    padding: 0px !important;
  }
  .banner-home__box {
    border: none;
    border-radius: 0px;
  }
  .banner-home__box .madsearch input[type=text], .header-main__center .madsearch input[type=text] {
    border-radius: 5px;
  }
}

.sidebar-nav {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.sidebar-nav > li {
  display: block;
  padding: 8px 0;
  border-bottom: 1px solid #ddd;
}

.sidebar-nav > li > a, .sidebar-nav > li > .link-button {
  display: inline-block;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .sidebar-nav {
    margin-bottom: 0;
  }
}

.coupon-pic {
  width: 100%;
  min-height: 100px;
}

.coupon-header-txt, .coupon-subheader-txt {
  text-align: center;
}

.coupon-header-txt {
  padding-top: 15px;
}

#update-coupon-preview-btn {
  padding-left: 0px;
}

.share-this-btns,
.offer-share-btn {
  display: inline-block;
  vertical-align: middle;
}

.offer-share-btn iframe {
  vertical-align: middle;
  z-index: -100;
  position: relative !important;
}

/* ==========================================================================
   $TAGS
   ========================================================================== */

#tags {
  vertical-align: middle;
  display: none;
}

#tags.active {
  display: inline-block;
}

.tags.with-edit {
  display: inline-block;
}

#edit-tags {
  margin-left: 5px;
  vertical-align: middle;
  cursor: pointer;
  display: none;
  position: relative;
  bottom: 2px;
}

#edit-tags.active {
  display: inline-block;
}

#tags-form {
  display: none;
  width: calc(100% - 40px);
}

#tags-form.active {
  display: inline-block;
}

#tags-form .chosen-container-multi {
  width: 100% !important;
  padding-right: 2%;
}

#tags-form .chosen-drop {
  width: 98%;
}

#EditTagsForm {
  position: relative;
  top: 2px;
}

#EditTagsForm.active {
  display: inline-block;
  vertical-align: middle;
}

#EditTagsForm .form-group {
  margin: 0;
}

.tags.for-profile {
  margin-top: 5px;
}

#FilterTagsForm label {
  font-weight: normal;
}

#FilterTagsForm .form-group {
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}

#FilterTagsForm label {
  cursor: pointer;
}

#FilterTagsForm .btn {
  width: 100%;
}

#toggle-tags-filter {
  cursor: pointer;
  font-size: 18px;
  cursor: pointer;
}

#toggle-tags-filter .fa-angle-double-left {
  display: none;
  margin-left: 5px;
}

#toggle-tags-filter .fa-angle-double-right {
  margin-left: 5px;
}

#toggle-tags-filter.active .fa-angle-double-right {
  display: none;
}

#toggle-tags-filter.active .fa-angle-double-left {
  display: inline-block;
}

#tag-filter-drawer .fa-tags {
  margin-left: 5px;
  color: #0b4064;
}

#tag-filter-drawer .fa-tags .subheading, #tag-filter-drawer .fa-tags .small-subheading, #tag-filter-drawer .fa-tags #cropper-dropzone {
  color: #0b4064;
}

#tag-filter-drawer .fa-tags .form-group {
  font-size: 16px;
}

#tag-filter-drawer .fa-tags .btn {
  width: 100%;
}

#tag-filter-drawer .fa-times {
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
}

.tags-filter-container {
  float: right;
  padding-right: 15px;
}

#tag-filter-drawer {
  width: 300px;
  height: 100%;
  position: fixed;
  right: -500px;
  top: 0;
  z-index: 99;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  padding: 30px;
  overflow-y: auto;
  border-left: 1px solid #d5d5d5;
}

#tag-filter-drawer.visible {
  right: 0;
}

/* ==========================================================================
   $TABLES
   ========================================================================== */
.vertical-middle {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

th {
  font-size: 1.2em;
}

th button.close {
  opacity: 1;
}

thead {
  background-color: #137cc0;
}

.table-striped thead, .table--striped thead {
  background-color: #fff;
}

.table-striped > tbody > tr:nth-of-type(odd), .table--striped > tbody > tr:nth-of-type(odd), .table--striped > tbody > tr:nth-of-type(odd) {
  background-color: #efefef;
}

/* == Extending Bootstrap Tables == */
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  vertical-align: middle;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th {
  text-align: inherit;
}

.table > thead > tr .cell-light,
.table > tbody > tr .cell-light,
.table > tfoot > tr .cell-light {
  background-color: #f9f9f9;
}

.table > thead > tr .cell-positive,
.table > thead > tr .cell-green,
.table > tbody > tr .cell-positive,
.table > tbody > tr .cell-green,
.table > tfoot > tr .cell-positive,
.table > tfoot > tr .cell-green {
  background-color: #cce4c2;
  border-color: #c2dbb3;
  color: #5cb85c;
}

.table > thead > tr .cell-negative,
.table > thead > tr .cell-red,
.table > tbody > tr .cell-negative,
.table > tbody > tr .cell-red,
.table > tfoot > tr .cell-negative,
.table > tfoot > tr .cell-red {
  background-color: #EFB9B9;
  border-color: #e9a9a9;
  color: #d9534f;
}

.table > thead tr.row-grey,
.table > tbody tr.row-grey,
.table > tfoot tr.row-grey {
  background-color: #eee;
}

.table p {
  margin-bottom: 0;
}

.table.table--reviews {
  font-size: 20px;
}

.table.table--reviews > tbody > tr > td {
  vertical-align: middle;
}

.table.table--reviews > tbody > tr:first-child > td {
  border-top: none;
}

.table__label {
  font-weight: 600;
}

.table__stars {
  text-align: right;
  min-width: 170px;
}

.table__value {
  text-align: center;
}

.table--reviews .table__value {
  min-width: 45px;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media (max-width: 767px) {
  .table.table--reviews {
    font-size: 16px;
  }
  .table__stars > img {
    max-width: 20px;
  }
}

@media (min-width: 768px) {
  .table-responsive {
    overflow-x: inherit;
  }
}

/* ==========================================================================
   $TOOLBAR
   ========================================================================== */
.toolbar {
  display: flex;
  align-items: center;
  padding: 5px 0;
  background-color: #fff;
  border-top: 1px solid #dddddd;
}

.toolbar .pagination {
  margin: 0;
}

.toolbar .btn {
  height: 36px;
}

.toolbar__item--search {
  width: 50%;
  margin-left: 15px;
  border-left: 1px solid #dddddd;
}

.toolbar__item--paginate {
  display: flex;
  margin-left: auto;
}

.paginate-showing {
  padding-right: 10px;
  font-size: 12px;
  text-align: center;
}

.paginate-showing p {
  margin-bottom: 0;
}

.input-group--light {
  background-color: #fff;
}

.input-group--light .input-group-addon {
  padding: 4px 5px 4px 10px;
  background: none;
  border: none;
  color: #bbb;
  font-size: 1.2em;
}

.input-group--light .form-control, .input-group--light .custom-chosen-dropdown.chosen-container-multi .chosen-choices, .custom-chosen-dropdown.chosen-container-multi .input-group--light .chosen-choices, .input-group--light #add-service-location-select {
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}

/* .input-group--dark {
    @extend .input-group--light;
    background-color: $brand-dark-secondary;

    .form-control {
        background: none;
        color: #fff;
    }
} */
@media (max-width: 991px) {
  .toolbar {
    display: block;
    padding: 10px 15px;
  }
  .toolbar__item--paginate .paginate-showing, .toolbar__item--paginate .btn {
    display: none;
  }
}

/* ==========================================================================
   $WIDGET EMBED REVIEWS
   ========================================================================== */
.trl-reviews {
  margin: 20px 0;
}

/* Header */
.trl-reviews__header {
  padding: 0 15px;
  background-color: #137cc0;
  color: #ffffff;
  text-align: center;
}

.trl-reviews__header .btn {
  margin-top: 12px;
}

.trl-reviews__logo {
  padding: 10px;
}

.trl-reviews__verified {
  font-size: 1.2em;
}

.trl-reviews__verified-number {
  display: inline-block;
  margin-right: 10px;
  padding: 10px;
  width: 60px;
  height: 60px;
  line-height: 38px;
  background-color: #0b4068;
  font-size: 22px;
  text-align: center;
}

/* Content */
.trl-reviews__content {
  border: 1px solid #d5d5d5;
  border-top: none;
}

.trl-reviews__heading {
  padding: 10px;
  background-color: #efefef;
}

.trl-reviews__heading h3 {
  margin: 0;
  color: #0268bc;
  font-size: 1.4em;
  font-weight: 600;
}

/* Ratings */
.trl-reviews__ratings {
  border-right: 1px solid #d5d5d5;
}

/* Ratings Table */
.trl-reviews__ratings .table--reviews {
  margin-bottom: 0;
}

/* Reviews */
.trl-reviews__reviews {
  max-height: 305px;
  padding: 10px;
  overflow-y: auto;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) {
  .table--reviews .table__label {
    max-width: 120px;
  }
}

.rating_benifits dl {
  clear: both;
  min-height: 100px;
  height: auto !important;
}

.rating_benifits dl dt {
  float: left;
  width: 17%;
}

.rating_benifits dl dd {
  margin-left: 20%;
  font-weight: bold;
  color: #7b7b7b;
  font-size: 16px;
  padding-right: 30px;
  padding-top: 5px;
}

.no-bold {
  font-weight: normal !important;
}

#region-container {
  display: none;
}

#region-container label:after {
  content: "*";
  color: red;
}

#region-container.expanded {
  display: block;
}

#add-service-location-select {
  border-color: none !important;
}

.has-error #add-service-location-select {
  border-color: #ccc;
}

.has-error label[for='add-service-location-city'] {
  color: inherit;
}

.has-error label[for='add-service-location-city']:after {
  content: '' !important;
}

.service-location-field-group {
  display: none;
}

.service-location-field-group div:first-child {
  margin-right: 5px;
}

.service-location-field-group .select2-container--krajee {
  display: inline-block;
  width: auto !important;
}

#new-service-locations-hidden ~ .help-block {
  display: none;
}

.add-service-location-fields {
  display: inline-block;
}

.add-service-location-submit {
  display: inline-block;
}

#business-tags-pjax-submit {
  display: none;
}

.business-tags-container {
  display: none;
}

.business-tags-container.active {
  display: block;
}

.claim-business-personal-info-summary .box p:last-child {
  margin-bottom: 0;
}

.modal_compare-plans {
  margin-top: 40px;
  margin-bottom: 40px;
}

.modal_terms-service {
  margin-top: 40px;
  margin-bottom: 40px;
}

#cant-find-business-proceed {
  cursor: pointer;
}

#cant-find-business-button {
  display: none;
}

#cant-find-business-button.active {
  display: inline-block;
}

.imageBox {
  position: relative;
  height: 300px;
  width: 300px;
  border: 1px solid #aaa;
  background: #fff;
  overflow: hidden;
  background-repeat: no-repeat;
  cursor: move;
  margin-right: 20px;
}

.imageBox-container {
  display: none;
}

.imageBox-container.active {
  display: block;
}

.imageBox .thumbBox, .cropped-container .cropped {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 252px;
  height: 252px;
  margin-top: -125px;
  margin-left: -125px;
  box-sizing: border-box;
  border: 1px solid #666666;
  box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.6);
  background: none repeat scroll 0% 0% transparent;
}

.imageBox .spinner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  line-height: 400px;
  background: rgba(0, 0, 0, 0.7);
}

.btnResize {
  margin-right: 7px;
  float: right;
}

.resizeControls {
  float: left;
}

.resizeImages {
  width: 100%;
  overflow: hidden;
}

.resizeControlContainer {
  width: 100%;
  overflow: hidden;
}

.cropped-container .preview-label {
  display: none;
  padding: 0 24px;
  margin: 2px 0 0 0;
}

.cropped-container.active .preview-label {
  display: block;
}

.cropped-container {
  position: relative;
  height: 300px;
  width: 300px;
  border: 1px solid #aaa;
  background: #fff;
  overflow: hidden;
  background-repeat: no-repeat;
  cursor: move;
  margin-right: 20px;
}

.cropped-outer-container {
  display: none;
}

.cropped-outer-container.active {
  display: block;
}

.step .animate-step {
  display: none;
}

.form-step.choose-verify .step:not(.choose-verify),
.form-step.verify-email .step:not(.verify-email),
.form-step.verify .step:not(.verify) {
  display: none;
}

.form-step.verify .step.choose-verify,
.form-step.verify .step.verify-email,
.form-step.verify-email .step.choose-verify {
  display: block;
  opacity: 0.3;
}

.form-step.claim-business .setup-step.error {
  display: none;
}

.verify-method-choice i {
  color: #0b4064;
  margin-left: 10px;
  vertical-align: middle;
}

.verify-method-choice h4 {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}

.verify-method-choice input[type=radio] {
  vertical-align: middle;
}

.field-claimbusinessform-token label.control-label:after,
.field-website-field label.control-label:after,
.field-claimbusinessform-verifyemail label.control-label:after,
.field-claimbusinessform-phone label.control-label:after,
.field-claimbusinessform-website label.control-label:after,
.field-claimbusinessform-description label.control-label:after,
.field-claimbusinessform-business_name label.control-label:after,
.field-claimbusinessform-business_name label.control-label:after,
.field-claimbusinessform-email label.control-label:after,
.field-claimbusinessform-owner_first_name label.control-label:after,
.field-claimbusinessform-owner_last_name label.control-label:after,
.field-createbusinessform-address label.control-label:after,
.field-createbusinessform-postal_code label.control-label:after,
.field-claimbusinessform-city_id label.control-label:after,
.field-primary-category-field label.control-label:after,
.field-claimbusinessform-agreeterms label:after,
.field-claimbusinessform-verifydomain label.control-label:after,
.field-claimbusinessform-phone label.control-label:after,
.field-claimbusinessform-website label.control-label:after,
.field-claimbusinessform-description label.control-label:after,
.field-claimbusinessform-token label.control-label:after,
.field-claimbusinessform-verifyemail label.control-label:after,
.field-claimbusinessform-business_name label.control-label:after,
.field-claimbusinessform-business_name label.control-label:after,
.field-claimbusinessform-email label.control-label:after,
.field-claimbusinessform-owner_first_name label.control-label:after,
.field-claimbusinessform-owner_last_name label.control-label:after,
#CreateBusinessForm .field-country-field label.control-label:after,
.field-createbusinessform-business_name label.control-label:after,
.field-createbusinessform-verifydomain label.control-label:after,
.field-createbusinessform-email label.control-label:after,
.field-createbusinessform-phone label.control-label:after,
.field-createbusinessform-description label.control-label:after,
#CreateBusinessForm .field-temp_city label.control-label:after,
.label-business_plan_id:after,
.field-createbusinessform-owner_first_name label.control-label:after,
.field-createbusinessform-owner_last_name label.control-label:after,
.field-createbusinessform-agreeterms label:after {
  content: " * ";
  color: red;
}

.numberCircle {
  display: inline-block;
  border-radius: 50%;
  width: 75px;
  height: 75px;
  line-height: 70px;
  font-size: 42px;
  background: #fff;
  border: 3px solid #da7600;
  color: #da7600;
  text-align: center;
}

.step-label > div {
  display: inline-block;
  vertical-align: middle;
}

.step-label > div:first-child {
  margin-right: 20px;
}

.claim-form .select2-container--krajee ~ .select2-container--krajee {
  display: none;
}

#zuora_payment iframe {
  border: 0;
  width: 100%;
  background-color: #fff;
}

#plans-primary-service-location {
  display: none;
}

.field-coordinates-per-google .help-block {
  display: none;
}

#map-validated-address {
  display: none;
}

#map-validated-address.active {
  display: inline-block;
}

#add-new-business {
  cursor: pointer;
}

.select2-selection__choice__remove {
  margin-top: 0 !important;
}

#scrollable-dropdown-menu .tt-dropdown-menu {
  max-height: 150px;
  overflow-y: auto;
}

.tt-dropdown-menu .tt-menu {
  max-height: 250px;
  overflow-y: auto;
}

#related-tags-list {
  display: none;
}

#related-tags-list.active {
  display: block;
}

.hide-link {
  position: absolute;
  left: -99999px;
}

.custom-color-picker .btn {
  height: 33px;
}

.custom-color-picker .input-group-addon {
  background-color: transparent;
  border: 0 !important;
  width: auto !important;
  padding: 0 !important;
}

.custom-color-picker .input-group-html5 .input-group-addon:first-child {
  border: 0 !important;
}

.custom-color-picker .sp-replacer {
  background-color: transparent;
}

.category-filter-container {
  column-count: 3;
  width: 100%;
}

.category-filter-container label {
  display: block;
  margin-bottom: 10px;
}

#secondary-service-locations {
  display: none;
}

#secondary-service-locations .service-location i {
  margin: 0 5px;
}

#removed-service-locations-container {
  display: none;
}

.remove-service-location i {
  margin-left: 5px;
}

#modal_add-payment-method .alert {
  display: none;
}

#modal_add-payment-method .alert.active {
  display: block;
}

/* Cropper */
#cropper-controls {
  display: none;
  overflow: hidden;
}

#image {
  max-width: 100%;
  /* This rule is very important, please do not ignore this! */
}

#crop-container {
  position: absolute;
  left: -999999px;
}

#crop-container.active {
  position: relative;
  left: 0;
}

#cropper-preview img {
  width: 250px;
}

.confirm-logo {
  max-width: 250px;
}

#cropper-dropzone {
  width: 100%;
  height: 300px;
  text-align: center;
  vertical-align: middle;
  line-height: 300px;
}

#cropper-dropzone label {
  font-weight: normal;
}

#inputImage {
  width: 90%;
  height: 200px;
}

#cropper-controls .btn-group {
  margin-right: 5px;
  margin-bottom: 5px;
}

#cropper-modal .modal__body {
  overflow: hidden;
}

.elastic-search .profile-logo {
  max-width: 80px;
  padding-right: 5px;
}

/* ==========================================================================
   $UTILITIES
   ========================================================================== */
/* == Extending Bootstrap Utilities == */
.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block !important;
}

.u-text-left {
  text-align: left !important;
}

.u-text-right {
  text-align: right !important;
}

.u-text-center {
  text-align: center !important;
}

.u-center {
  margin-left: auto;
  margin-right: auto;
}

/* == Margin Utilities == */
.bottom,
.u-bottom,
.u-bottom0 {
  margin-bottom: 0 !important;
}

.u-bottom5 {
  margin-bottom: 5px !important;
}

.bottom10, .u-bottom10, .list-view .summary {
  margin-bottom: 10px !important;
}

.u-bottom15 {
  margin-bottom: 15px !important;
}

.bottom20, .u-bottom20 {
  margin-bottom: 20px !important;
}

.u-bottom30 {
  margin-bottom: 30px !important;
}

.u-bottom35 {
  margin-bottom: 35px !important;
}

.u-bottom40 {
  margin-bottom: 40px !important;
}

.u-bottom50 {
  margin-bottom: 50px !important;
}

.u-bottom60 {
  margin-bottom: 60px !important;
}

.u-bottom70 {
  margin-bottom: 70px !important;
}

.u-bottom80 {
  margin-bottom: 80px !important;
}

.u-bottom90 {
  margin-bottom: 90px !important;
}

.u-bottom100 {
  margin-bottom: 100px !important;
}

.u-bottom200 {
  margin-bottom: 200px !important;
}

.top,
.u-top,
.u-top0 {
  margin-top: 0 !important;
}

.u-top5 {
  margin-top: 5px !important;
}

.u-top10 {
  margin-top: 10px !important;
}

.u-top20 {
  margin-top: 20px !important;
}

.u-top25 {
  margin-top: 25px !important;
}

.u-top30 {
  margin-top: 30px !important;
}

.u-top40 {
  margin-top: 40px !important;
}

.u-top50 {
  margin-top: 50px !important;
}

.u-top60 {
  margin-top: 60px !important;
}

.u-top70 {
  margin-top: 70px !important;
}

.u-top80 {
  margin-top: 80px !important;
}

.u-top90 {
  margin-top: 90px !important;
}

.u-top100 {
  margin-top: 100px !important;
}

.u-top200 {
  margin-top: 200px !important;
}

.left,
.u-left,
.u-left0 {
  margin-left: 0 !important;
}

.u-left5 {
  margin-left: 5px !important;
}

.u-left10 {
  margin-left: 10px !important;
}

.u-left20 {
  margin-left: 20px !important;
}

.u-left25 {
  margin-left: 25px !important;
}

.u-left30 {
  margin-left: 30px !important;
}

.u-left40 {
  margin-left: 40px !important;
}

.u-left50 {
  margin-left: 50px !important;
}

.u-left60 {
  margin-left: 60px !important;
}

.u-left70 {
  margin-left: 70px !important;
}

.u-left80 {
  margin-left: 80px !important;
}

.u-left90 {
  margin-left: 90px !important;
}

.u-left100 {
  margin-left: 100px !important;
}

.u-left200 {
  margin-left: 200px !important;
}

.right,
.u-right,
.u-right0 {
  margin-right: 0 !important;
}

.u-right5 {
  margin-right: 5px !important;
}

.u-right10 {
  margin-right: 10px !important;
}

.u-right20 {
  margin-right: 20px !important;
}

.u-right25 {
  margin-right: 25px !important;
}

.u-right30 {
  margin-right: 30px !important;
}

.u-right40 {
  margin-right: 40px !important;
}

.u-right50 {
  margin-right: 50px !important;
}

.u-right60 {
  margin-right: 60px !important;
}

.u-right70 {
  margin-right: 70px !important;
}

.u-right80 {
  margin-right: 80px !important;
}

.u-right90 {
  margin-right: 90px !important;
}

.u-right100 {
  margin-right: 100px !important;
}

.u-right200 {
  margin-right: 200px !important;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

/* == Padding Utilities == */
.u-pad5 {
  padding: 5px;
}

.u-pad10 {
  padding: 10px;
}

.u-pad15 {
  padding: 15px;
}

.u-pad20 {
  padding: 20px;
}

.u-pad25 {
  padding: 25px;
}

.u-pad30 {
  padding: 30px;
}

.u-pad40 {
  padding: 40px;
}

.u-pad50 {
  padding: 50px;
}

.u-pad60 {
  padding: 60px;
}

.u-padright0 {
  padding-right: 0 !important;
}

.u-padright5 {
  padding-right: 5px !important;
}

.u-padright10 {
  padding-right: 10px !important;
}

.u-padright20 {
  padding-right: 20px !important;
}

.u-padright25 {
  padding-right: 25px !important;
}

.u-padright30 {
  padding-right: 30px !important;
}

.u-padright40 {
  padding-right: 40px !important;
}

.u-padright50 {
  padding-right: 50px !important;
}

.u-padright60 {
  padding-right: 60px !important;
}

.u-padright70 {
  padding-right: 70px !important;
}

.u-padright80 {
  padding-right: 80px !important;
}

.u-padright90 {
  padding-right: 90px !important;
}

.u-padright100 {
  padding-right: 100px !important;
}

.u-padright200 {
  padding-right: 200px !important;
}

.u-padleft0 {
  padding-left: 0 !important;
}

.u-padleft5 {
  padding-left: 5px !important;
}

.u-padleft10 {
  padding-left: 10px !important;
}

.u-padleft20 {
  padding-left: 20px !important;
}

.u-padleft25 {
  padding-left: 25px !important;
}

.u-padleft30 {
  padding-left: 30px !important;
}

.u-padleft40 {
  padding-left: 40px !important;
}

.u-padleft50 {
  padding-left: 50px !important;
}

.u-padleft60 {
  padding-left: 60px !important;
}

.u-padleft70 {
  padding-left: 70px !important;
}

.u-padleft80 {
  padding-left: 80px !important;
}

.u-padleft90 {
  padding-left: 90px !important;
}

.u-padleft100 {
  padding-left: 100px !important;
}

.u-padleft200 {
  padding-left: 200px !important;
}

.u-padtop5 {
  padding-top: 5px;
}

.u-padtop10 {
  padding-top: 10px;
}

.u-padtop15 {
  padding-top: 15px;
}

.u-padtop20 {
  padding-top: 20px;
}

.u-padtop25 {
  padding-top: 25px;
}

.u-padtop30 {
  padding-top: 30px;
}

.u-padtop40 {
  padding-top: 40px;
}

.u-padtop50 {
  padding-top: 50px;
}

.u-padtop60 {
  padding-top: 60px;
}

.u-padless-lr {
  padding-left: 0;
  padding-right: 0;
}

.u-padless-tb {
  padding-top: 0;
  padding-bottom: 0;
}

/* == Font Sizes == */
.u-text-xs {
  font-size: 0.75em;
}

.u-text-sm {
  font-size: 0.9em;
}

.u-text-md {
  font-size: 1.2em;
}

.u-text-lg, .u-text-xl, .u-text-xxl {
  font-size: 1.8em;
}

.u-weight-normal {
  font-weight: 400;
}

.u-weight-semi {
  font-weight: 600;
}

/* == Line Heights == */
.u-line1 {
  line-height: 1;
}

/* == Vertical Align == */
.u-valign-top {
  vertical-align: top;
}

/* == Colors == */
.u-color-primary {
  color: #009fe0;
}

.u-color-primary-dark {
  color: #0b4064;
}

.u-color-primary-light {
  color: #bbd7ed;
}

.u-color-secondary {
  color: #ff910e;
}

.u-color-alt {
  color: #127cc0;
}

.u-color-free {
  color: #00c458;
}

.u-color-rep-plus, .listing-choice.reputation_plus_plan .plan-color {
  color: #ff910e;
}

.u-color-premium, .listing-choice.premium_plan .plan-color {
  color: #127cc0;
}

.u-color-muted {
  color: #cecece;
}

.u-color-positive, .u-color-success {
  color: #5cb85c;
}

.u-color-negative, .text-red {
  color: #d9534f;
}

.u-color-white {
  color: #fff;
}

.u-color-dark {
  color: #444;
}

.u-color-stars {
  color: #FEDA08;
}

.req {
  color: #ff910e;
}

/* == Background == */
.u-bg-primary {
  background-color: #127cc0;
  color: #fff;
}

.u-bg-secondary {
  background-color: #efefef;
}

.u-bg-gray {
  background-color: #f8f8f8;
}

.u-bg-dark-gray {
  background-color: #f2f2f2;
}

.u-bg-cover {
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* == Borders == */
.u-noborder {
  border: none !important;
}

.u-noborder-top {
  border-top: none !important;
}

/* == Links == */
.u-link-primary {
  color: #009fe0 !important;
}

.u-link-primary:hover, .u-link-primary:focus {
  color: #006994 !important;
}

.u-link-secondary {
  color: #ff910e;
}

.u-link-secondary:hover, .u-link-secondary:focus {
  color: #009fe0;
}

.u-link-text {
  color: #7d7d7d;
}

.u-link-text:hover, .u-link-text:focus {
  color: #009fe0;
}

.u-link-white, th a, th .link-button, th button.close {
  color: #fff;
}

.u-link-white:hover, th a:hover, th .link-button:hover, th button.close:hover, .u-link-white:focus, th a:focus, th .link-button:focus, th button.close:focus {
  color: #009fe0;
}

.u-link-underline {
  text-decoration: underline;
}

.u-hover-fade:hover,
.u-hover-fade:hover {
  opacity: 0.80;
}

/* == Display Types == */
.u-block {
  display: block;
}

.u-inline-block {
  display: inline-block;
}

.u-inline-block-important {
  display: inline-block !important;
}

.u-truncated {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* Lists */
.list-spaced li,
.u-list-spaced li {
  margin-bottom: 10px;
}

.list-flush,
.u-list-flush {
  padding-left: 20px;
}

.u-list-truncated {
  padding-left: 0;
}

.u-list-truncated > li {
  list-style-position: inside;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* == General Components == */
.hr-line {
  border: none;
  border-top: 1px solid #da7600;
  text-align: center;
}

.hr-line legend {
  font-size: 1em;
  padding: 4px 0;
  margin: 0 auto;
  color: #666;
  width: auto;
  border: 0;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 14px;
  background: #fff;
  border: 2px solid #da7600;
  color: #da7600;
  text-align: center;
}

hr.u-color-secondary {
  border-top-color: #da7600;
}

/*== Blog ==*/
.bottom30 {
    margin-bottom: 30px;
}
.hover-fade:hover {
	opacity: 0.7;
}

body .site-content {
	font-size: 16px;
	line-height: 1.7;
}

.blog-category .entry-title {
    font-size: 18px;
}

.blog-category article {
    margin-bottom: 30px;
    line-height: 1.4;
}

.widget-area {
	line-height: 1.5;
}
.widget-title {
	font-size: 18px;
}

.entry-img {
	height: 200px;
	overflow: hidden;
}

.post-nav .pager {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.post-nav .prev {
	float: left;
}
.post-nav .next {
	float: right;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
/* Extra Small Devices and DOWN */
@media (max-width: 767px) {
  .u-text-left\@xs {
    text-align: left !important;
  }
  .u-text-center\@xs {
    text-align: center !important;
  }
  .u-text-right\@xs {
    text-align: right !important;
  }
}

/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  
  .u-text-xl {
    font-size: 2em;
  }
  .u-text-xxl {
    font-size: 2.5em;
  }
}

/* Large devices (large desktops, 1200px and up) */


/* OTHER CUSTOM ITEMS */

.overlay.overlay-hidden.hidden {
  display: none;
}
.overlay.overlay-hidden {
  display: inline;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000000;
  opacity: .8;
  z-index: 10000;
}

.primary-orange {
  color: #f8912e !important;
}


@media (min-width:992px) and (max-width: 1199px) {
  .btn.btn__hollow{
    margin-right: 0 ;
  }
}
body {
  margin: 0;
  position: relative;
  overflow-x: hidden;
}



/* ==========================================================================
   $HOMEPAGE
   ========================================================================== */
   .trl__primary__text {
    color: #0a4063 !important;
  }
  .home-search-prefix {
    padding: 10px;
    background-color: #0E5281;
    text-align: center;
  }
  
  .banner-home {
    padding: 20px 0;
    background-color: #127cc0;
    color: #ffffff;
  }
  
  .banner-home__box {
    padding: 15px 20px 20px;
    margin: 60px auto 10px;
    max-width: 800px;
    background-color: #1989d1;
    border: 1px solid #599bc5;
    border-radius: 6px;
  }
  
  .banner-home__box .search-dropdown {
    margin-bottom: 10px;
  }
  
  .list-icons > li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
  }
  
  .list-icons > li > a, .list-icons > li > .link-button {
    display: block;
    padding: 4px 0;
    color: #919191;
  }
  
  .list-icons > li > a:hover, .list-icons > li > .link-button:hover, .list-icons > li > a:focus, .list-icons > li > .link-button:focus {
    color: #009fe0;
  }
  
  .list-icons--lg > li {
    padding-left: 35px;
  }
  
  .list-icons--lg > li > a, .list-icons--lg > li > .link-button {
    padding: 7px 0;
  }
  
  .list-icon__img {
    position: absolute;
    top: 2px;
    left: 0;
  }
  
  .list-icons--lg .list-icon__img {
    top: 0;
  }
  
  /* .list-circles {
      @extend .list-icons;
  
      > li {
          position: relative;
          padding-left: 28px;
          margin-bottom: 5px;
  
          > a:before {
              display: block;
              content: "";
              position: absolute;
              top: 3px;
              left: 0;
              width: 20px;
              height: 20px;
              background-color: #65aacd;
              border-radius: 50%;
          }
      }
  } */
  /* ==========================================================================
     Media Queries
     ========================================================================== */
  @media (max-width: 768px) {
    #explanatory-text-home-page {
      display: none;
    }
    .banner-home__box {
      margin-top: 30px;
    }
    
  }
  
  /* Small devices (tablets, 768px and up) */
  @media (min-width: 768px) {
    .banner-home {
      padding: 40px 0;
      min-height: 800px;
      background-image: url(https://www.topratedlocal.com/img/bg-banner-home.jpg);
    }
    .banner-home__box .search-dropdown {
      margin-bottom: 0;
    }
    .banner-home__box .search-dropdown .btn {
      height: 42px;
    }
    .banner-home__box .search-dropdown .btn > .fi {
      top: 14px;
    }
  }
  
  /* Medium devices (desktops, 992px and up) */
  @media (min-width: 992px) {
    .popular-cities-title {
      padding-right: 50px;
    }
  }
  
  /* Large devices (large desktops, 1200px and up) */
  @media (min-width: 1200px) {
    .popular-cities-title {
      padding-right: 90px;
    }
  }



  div#gform_wrapper_11 input {
    border-radius: 20px;
    width: 100%;
}
div#gform_wrapper_11.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 2px 13px;
}
div#gform_wrapper_11 input::placeholder {
    color: #1d3a54;
}
input#gform_submit_button_1{
    background: #f68f1e;
}
div#gform_wrapper_11 .ginput_container input, .ginput_container_select select {
    border: 1px solid #009fe0;
}
input#gform_submit_button_11 {
    background: #f68f1e;
    padding: 10px 0;
}
#gform_wrapper_11 li.gfmc-column {
  float: left;
}
.form-info-title{
    color: #0b4064;
}
span#input_1_12_3_container, span#input_1_12_4_container {
    width: 50%;
    display: inline-block;
}


.page-template-template-trl-staff-favorite-front .site-header .header-top, 
.page-template-template-trl-staff-favorite-front .site-footer,
.page-id-883 .site-header .header-top,
.page-id-883 .site-footer {
  display: none;
}

.page-template-template-trl-staff-favorite-front .header-format,
.page-id-883 .header-format {
    padding: 62px 0 72px 0 !important;
}
li.staff-favorites-list--item {
  list-style: none;
  margin-bottom: 10px;
}
li.staff-favorites-list--item:before {
  content: url(https://s3.amazonaws.com/marketing360.com-site/img/trl-favorite-star.png);
  margin-left: -34px;
  margin-right: 10px;
  line-height: 24px;
  vertical-align: -22%;
}
.page-template-default .btn.btn__hollow {
  margin-right: 0 !important;
}
