/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/* line 9, ../sass/thirdparty/bootstrap/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 19, ../sass/thirdparty/bootstrap/_normalize.scss */
body {
  margin: 0;
}

/* line 32, ../sass/thirdparty/bootstrap/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/* line 52, ../sass/thirdparty/bootstrap/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 65, ../sass/thirdparty/bootstrap/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 75, ../sass/thirdparty/bootstrap/_normalize.scss */
[hidden],
template {
  display: none;
}

/* line 87, ../sass/thirdparty/bootstrap/_normalize.scss */
a {
  background: transparent;
}

/* line 95, ../sass/thirdparty/bootstrap/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 107, ../sass/thirdparty/bootstrap/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 115, ../sass/thirdparty/bootstrap/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 124, ../sass/thirdparty/bootstrap/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 133, ../sass/thirdparty/bootstrap/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 142, ../sass/thirdparty/bootstrap/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 151, ../sass/thirdparty/bootstrap/_normalize.scss */
small {
  font-size: 80%;
}

/* line 159, ../sass/thirdparty/bootstrap/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 167, ../sass/thirdparty/bootstrap/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 171, ../sass/thirdparty/bootstrap/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 182, ../sass/thirdparty/bootstrap/_normalize.scss */
img {
  border: 0;
}

/* line 190, ../sass/thirdparty/bootstrap/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 201, ../sass/thirdparty/bootstrap/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 209, ../sass/thirdparty/bootstrap/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/* line 219, ../sass/thirdparty/bootstrap/_normalize.scss */
pre {
  overflow: auto;
}

/* line 227, ../sass/thirdparty/bootstrap/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 250, ../sass/thirdparty/bootstrap/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 264, ../sass/thirdparty/bootstrap/_normalize.scss */
button {
  overflow: visible;
}

/* line 275, ../sass/thirdparty/bootstrap/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 288, ../sass/thirdparty/bootstrap/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 300, ../sass/thirdparty/bootstrap/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 309, ../sass/thirdparty/bootstrap/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 320, ../sass/thirdparty/bootstrap/_normalize.scss */
input {
  line-height: normal;
}

/* line 332, ../sass/thirdparty/bootstrap/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 344, ../sass/thirdparty/bootstrap/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 355, ../sass/thirdparty/bootstrap/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 368, ../sass/thirdparty/bootstrap/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 377, ../sass/thirdparty/bootstrap/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 388, ../sass/thirdparty/bootstrap/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 397, ../sass/thirdparty/bootstrap/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 406, ../sass/thirdparty/bootstrap/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 417, ../sass/thirdparty/bootstrap/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 422, ../sass/thirdparty/bootstrap/_normalize.scss */
td,
th {
  padding: 0;
}

/* line 11, ../sass/thirdparty/bootstrap/_scaffolding.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 14, ../sass/thirdparty/bootstrap/_scaffolding.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 22, ../sass/thirdparty/bootstrap/_scaffolding.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

/* line 27, ../sass/thirdparty/bootstrap/_scaffolding.scss */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff;
}

/* line 36, ../sass/thirdparty/bootstrap/_scaffolding.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 48, ../sass/thirdparty/bootstrap/_scaffolding.scss */
a {
  color: #428bca;
  text-decoration: none;
}
/* line 52, ../sass/thirdparty/bootstrap/_scaffolding.scss */
a:hover, a:focus {
  color: #2a6496;
  text-decoration: underline;
}
/* line 58, ../sass/thirdparty/bootstrap/_scaffolding.scss */
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 69, ../sass/thirdparty/bootstrap/_scaffolding.scss */
figure {
  margin: 0;
}

/* line 76, ../sass/thirdparty/bootstrap/_scaffolding.scss */
img {
  vertical-align: middle;
}

/* line 81, ../sass/thirdparty/bootstrap/_scaffolding.scss */
.img-responsive, .main-header .logo img, .banner .banner-img img, #single-blog .content-wrapper img, #archive-blog .row img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}

/* line 86, ../sass/thirdparty/bootstrap/_scaffolding.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 93, ../sass/thirdparty/bootstrap/_scaffolding.scss */
.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;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}

/* line 106, ../sass/thirdparty/bootstrap/_scaffolding.scss */
.img-circle {
  border-radius: 50%;
}

/* line 113, ../sass/thirdparty/bootstrap/_scaffolding.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/* line 125, ../sass/thirdparty/bootstrap/_scaffolding.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 141, ../sass/thirdparty/bootstrap/_scaffolding.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 9, ../sass/thirdparty/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
/* line 16, ../sass/thirdparty/bootstrap/_type.scss */
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;
}

/* line 24, ../sass/thirdparty/bootstrap/_type.scss */
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
/* line 30, ../sass/thirdparty/bootstrap/_type.scss */
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%;
}

/* line 35, ../sass/thirdparty/bootstrap/_type.scss */
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 41, ../sass/thirdparty/bootstrap/_type.scss */
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%;
}

/* line 47, ../sass/thirdparty/bootstrap/_type.scss */
h1, .h1 {
  font-size: 36px;
}

/* line 48, ../sass/thirdparty/bootstrap/_type.scss */
h2, .h2 {
  font-size: 30px;
}

/* line 49, ../sass/thirdparty/bootstrap/_type.scss */
h3, .h3 {
  font-size: 24px;
}

/* line 50, ../sass/thirdparty/bootstrap/_type.scss */
h4, .h4 {
  font-size: 18px;
}

/* line 51, ../sass/thirdparty/bootstrap/_type.scss */
h5, .h5 {
  font-size: 14px;
}

/* line 52, ../sass/thirdparty/bootstrap/_type.scss */
h6, .h6 {
  font-size: 12px;
}

/* line 58, ../sass/thirdparty/bootstrap/_type.scss */
p {
  margin: 0 0 10px;
}

/* line 62, ../sass/thirdparty/bootstrap/_type.scss */
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  /* line 62, ../sass/thirdparty/bootstrap/_type.scss */
  .lead {
    font-size: 21px;
  }
}

/* line 78, ../sass/thirdparty/bootstrap/_type.scss */
small,
.small {
  font-size: 85%;
}

/* line 84, ../sass/thirdparty/bootstrap/_type.scss */
cite {
  font-style: normal;
}

/* line 88, ../sass/thirdparty/bootstrap/_type.scss */
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

/* line 95, ../sass/thirdparty/bootstrap/_type.scss */
.text-left {
  text-align: left;
}

/* line 96, ../sass/thirdparty/bootstrap/_type.scss */
.text-right {
  text-align: right;
}

/* line 97, ../sass/thirdparty/bootstrap/_type.scss */
.text-center {
  text-align: center;
}

/* line 98, ../sass/thirdparty/bootstrap/_type.scss */
.text-justify {
  text-align: justify;
}

/* line 99, ../sass/thirdparty/bootstrap/_type.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 102, ../sass/thirdparty/bootstrap/_type.scss */
.text-lowercase {
  text-transform: lowercase;
}

/* line 103, ../sass/thirdparty/bootstrap/_type.scss */
.text-uppercase {
  text-transform: uppercase;
}

/* line 104, ../sass/thirdparty/bootstrap/_type.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 107, ../sass/thirdparty/bootstrap/_type.scss */
.text-muted {
  color: #777777;
}

/* line 5, ../sass/thirdparty/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #428bca;
}

/* line 8, ../sass/thirdparty/bootstrap/mixins/_text-emphasis.scss */
a.text-primary:hover {
  color: #3071a9;
}

/* line 5, ../sass/thirdparty/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #3c763d;
}

/* line 8, ../sass/thirdparty/bootstrap/mixins/_text-emphasis.scss */
a.text-success:hover {
  color: #2b542c;
}

/* line 5, ../sass/thirdparty/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #31708f;
}

/* line 8, ../sass/thirdparty/bootstrap/mixins/_text-emphasis.scss */
a.text-info:hover {
  color: #245269;
}

/* line 5, ../sass/thirdparty/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #8a6d3b;
}

/* line 8, ../sass/thirdparty/bootstrap/mixins/_text-emphasis.scss */
a.text-warning:hover {
  color: #66512c;
}

/* line 5, ../sass/thirdparty/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #a94442;
}

/* line 8, ../sass/thirdparty/bootstrap/mixins/_text-emphasis.scss */
a.text-danger:hover {
  color: #843534;
}

/* line 124, ../sass/thirdparty/bootstrap/_type.scss */
.bg-primary {
  color: #fff;
}

/* line 5, ../sass/thirdparty/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #428bca;
}

/* line 8, ../sass/thirdparty/bootstrap/mixins/_background-variant.scss */
a.bg-primary:hover {
  background-color: #3071a9;
}

/* line 5, ../sass/thirdparty/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #dff0d8;
}

/* line 8, ../sass/thirdparty/bootstrap/mixins/_background-variant.scss */
a.bg-success:hover {
  background-color: #c1e2b3;
}

/* line 5, ../sass/thirdparty/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #d9edf7;
}

/* line 8, ../sass/thirdparty/bootstrap/mixins/_background-variant.scss */
a.bg-info:hover {
  background-color: #afd9ee;
}

/* line 5, ../sass/thirdparty/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 8, ../sass/thirdparty/bootstrap/mixins/_background-variant.scss */
a.bg-warning:hover {
  background-color: #f7ecb5;
}

/* line 5, ../sass/thirdparty/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #f2dede;
}

/* line 8, ../sass/thirdparty/bootstrap/mixins/_background-variant.scss */
a.bg-danger:hover {
  background-color: #e4b9b9;
}

/* line 143, ../sass/thirdparty/bootstrap/_type.scss */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

/* line 154, ../sass/thirdparty/bootstrap/_type.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
/* line 158, ../sass/thirdparty/bootstrap/_type.scss */
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

/* line 167, ../sass/thirdparty/bootstrap/_type.scss */
.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 173, ../sass/thirdparty/bootstrap/_type.scss */
.list-inline {
  margin-left: -5px;
}
/* line 177, ../sass/thirdparty/bootstrap/_type.scss */
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 185, ../sass/thirdparty/bootstrap/_type.scss */
dl {
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 189, ../sass/thirdparty/bootstrap/_type.scss */
dt,
dd {
  line-height: 1.42857;
}

/* line 193, ../sass/thirdparty/bootstrap/_type.scss */
dt {
  font-weight: bold;
}

/* line 196, ../sass/thirdparty/bootstrap/_type.scss */
dd {
  margin-left: 0;
}

/* line 14, ../sass/thirdparty/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/thirdparty/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 211, ../sass/thirdparty/bootstrap/_type.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 218, ../sass/thirdparty/bootstrap/_type.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

/* line 229, ../sass/thirdparty/bootstrap/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

/* line 235, ../sass/thirdparty/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 241, ../sass/thirdparty/bootstrap/_type.scss */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
/* line 250, ../sass/thirdparty/bootstrap/_type.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
/* line 257, ../sass/thirdparty/bootstrap/_type.scss */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #777777;
}
/* line 265, ../sass/thirdparty/bootstrap/_type.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

/* line 274, ../sass/thirdparty/bootstrap/_type.scss */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
/* line 286, ../sass/thirdparty/bootstrap/_type.scss */
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
/* line 287, ../sass/thirdparty/bootstrap/_type.scss */
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

/* line 294, ../sass/thirdparty/bootstrap/_type.scss */
blockquote:before,
blockquote:after {
  content: "";
}

/* line 300, ../sass/thirdparty/bootstrap/_type.scss */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

/* line 7, ../sass/thirdparty/bootstrap/_code.scss */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

/* line 15, ../sass/thirdparty/bootstrap/_code.scss */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

/* line 24, ../sass/thirdparty/bootstrap/_code.scss */
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);
}
/* line 32, ../sass/thirdparty/bootstrap/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  box-shadow: none;
}

/* line 40, ../sass/thirdparty/bootstrap/_code.scss */
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;
}
/* line 54, ../sass/thirdparty/bootstrap/_code.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

/* line 65, ../sass/thirdparty/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 10, ../sass/thirdparty/bootstrap/_grid.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 14, ../sass/thirdparty/bootstrap/mixins/_clearfix.scss */
.container:before, .container:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/thirdparty/bootstrap/mixins/_clearfix.scss */
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 10, ../sass/thirdparty/bootstrap/_grid.scss */
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  /* line 10, ../sass/thirdparty/bootstrap/_grid.scss */
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  /* line 10, ../sass/thirdparty/bootstrap/_grid.scss */
  .container {
    width: 1170px;
  }
}

/* line 30, ../sass/thirdparty/bootstrap/_grid.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 14, ../sass/thirdparty/bootstrap/mixins/_clearfix.scss */
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/thirdparty/bootstrap/mixins/_clearfix.scss */
.container-fluid:after {
  clear: both;
}

/* line 39, ../sass/thirdparty/bootstrap/_grid.scss */
.row {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 14, ../sass/thirdparty/bootstrap/mixins/_clearfix.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/thirdparty/bootstrap/mixins/_clearfix.scss */
.row:after {
  clear: both;
}

/* line 11, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
.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;
}

/* line 27, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
.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;
}

/* line 35, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
.col-xs-1 {
  width: 8.33333%;
}

/* line 35, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
.col-xs-2 {
  width: 16.66667%;
}

/* line 35, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
.col-xs-3 {
  width: 25%;
}

/* line 35, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
.col-xs-4 {
  width: 33.33333%;
}

/* line 35, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
.col-xs-5 {
  width: 41.66667%;
}

/* line 35, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
.col-xs-6 {
  width: 50%;
}

/* line 35, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
.col-xs-7 {
  width: 58.33333%;
}

/* line 35, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
.col-xs-8 {
  width: 66.66667%;
}

/* line 35, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
.col-xs-9 {
  width: 75%;
}

/* line 35, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
.col-xs-10 {
  width: 83.33333%;
}

/* line 35, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
.col-xs-11 {
  width: 91.66667%;
}

/* line 35, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
.col-xs-12 {
  width: 100%;
}

/* line 55, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 50, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-1 {
  right: 8.33333%;
}

/* line 50, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-2 {
  right: 16.66667%;
}

/* line 50, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 50, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-4 {
  right: 33.33333%;
}

/* line 50, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-5 {
  right: 41.66667%;
}

/* line 50, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 50, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-7 {
  right: 58.33333%;
}

/* line 50, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-8 {
  right: 66.66667%;
}

/* line 50, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 50, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-10 {
  right: 83.33333%;
}

/* line 50, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-11 {
  right: 91.66667%;
}

/* line 50, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 45, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 40, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-1 {
  left: 8.33333%;
}

/* line 40, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-2 {
  left: 16.66667%;
}

/* line 40, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 40, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-4 {
  left: 33.33333%;
}

/* line 40, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-5 {
  left: 41.66667%;
}

/* line 40, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 40, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-7 {
  left: 58.33333%;
}

/* line 40, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-8 {
  left: 66.66667%;
}

/* line 40, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 40, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-10 {
  left: 83.33333%;
}

/* line 40, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-11 {
  left: 91.66667%;
}

/* line 40, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 60, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

/* line 60, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-1 {
  margin-left: 8.33333%;
}

/* line 60, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-2 {
  margin-left: 16.66667%;
}

/* line 60, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 60, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-4 {
  margin-left: 33.33333%;
}

/* line 60, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-5 {
  margin-left: 41.66667%;
}

/* line 60, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 60, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-7 {
  margin-left: 58.33333%;
}

/* line 60, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-8 {
  margin-left: 66.66667%;
}

/* line 60, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 60, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-10 {
  margin-left: 83.33333%;
}

/* line 60, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-11 {
  margin-left: 91.66667%;
}

/* line 60, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  /* line 27, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .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;
  }

  /* line 35, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    width: 8.33333%;
  }

  /* line 35, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    width: 16.66667%;
  }

  /* line 35, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 35, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    width: 33.33333%;
  }

  /* line 35, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    width: 41.66667%;
  }

  /* line 35, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 35, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    width: 58.33333%;
  }

  /* line 35, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    width: 66.66667%;
  }

  /* line 35, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 35, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    width: 83.33333%;
  }

  /* line 35, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    width: 91.66667%;
  }

  /* line 35, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    width: 100%;
  }

  /* line 55, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-0 {
    right: auto;
  }

  /* line 50, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-1 {
    right: 8.33333%;
  }

  /* line 50, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-2 {
    right: 16.66667%;
  }

  /* line 50, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 50, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-4 {
    right: 33.33333%;
  }

  /* line 50, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-5 {
    right: 41.66667%;
  }

  /* line 50, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 50, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-7 {
    right: 58.33333%;
  }

  /* line 50, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-8 {
    right: 66.66667%;
  }

  /* line 50, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 50, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-10 {
    right: 83.33333%;
  }

  /* line 50, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-11 {
    right: 91.66667%;
  }

  /* line 50, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 45, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-0 {
    left: auto;
  }

  /* line 40, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-1 {
    left: 8.33333%;
  }

  /* line 40, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-2 {
    left: 16.66667%;
  }

  /* line 40, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 40, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-4 {
    left: 33.33333%;
  }

  /* line 40, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-5 {
    left: 41.66667%;
  }

  /* line 40, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 40, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-7 {
    left: 58.33333%;
  }

  /* line 40, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-8 {
    left: 66.66667%;
  }

  /* line 40, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 40, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-10 {
    left: 83.33333%;
  }

  /* line 40, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-11 {
    left: 91.66667%;
  }

  /* line 40, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-12 {
    left: 100%;
  }

  /* line 60, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  /* line 27, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .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;
  }

  /* line 35, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    width: 8.33333%;
  }

  /* line 35, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    width: 16.66667%;
  }

  /* line 35, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    width: 25%;
  }

  /* line 35, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    width: 33.33333%;
  }

  /* line 35, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    width: 41.66667%;
  }

  /* line 35, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    width: 50%;
  }

  /* line 35, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    width: 58.33333%;
  }

  /* line 35, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    width: 66.66667%;
  }

  /* line 35, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    width: 75%;
  }

  /* line 35, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    width: 83.33333%;
  }

  /* line 35, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    width: 91.66667%;
  }

  /* line 35, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    width: 100%;
  }

  /* line 55, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-0 {
    right: auto;
  }

  /* line 50, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-1 {
    right: 8.33333%;
  }

  /* line 50, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-2 {
    right: 16.66667%;
  }

  /* line 50, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 50, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-4 {
    right: 33.33333%;
  }

  /* line 50, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-5 {
    right: 41.66667%;
  }

  /* line 50, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 50, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-7 {
    right: 58.33333%;
  }

  /* line 50, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-8 {
    right: 66.66667%;
  }

  /* line 50, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 50, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-10 {
    right: 83.33333%;
  }

  /* line 50, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-11 {
    right: 91.66667%;
  }

  /* line 50, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-12 {
    right: 100%;
  }

  /* line 45, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-0 {
    left: auto;
  }

  /* line 40, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-1 {
    left: 8.33333%;
  }

  /* line 40, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-2 {
    left: 16.66667%;
  }

  /* line 40, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 40, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-4 {
    left: 33.33333%;
  }

  /* line 40, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-5 {
    left: 41.66667%;
  }

  /* line 40, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 40, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-7 {
    left: 58.33333%;
  }

  /* line 40, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-8 {
    left: 66.66667%;
  }

  /* line 40, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 40, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-10 {
    left: 83.33333%;
  }

  /* line 40, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-11 {
    left: 91.66667%;
  }

  /* line 40, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-12 {
    left: 100%;
  }

  /* line 60, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  /* line 27, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .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;
  }

  /* line 35, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    width: 8.33333%;
  }

  /* line 35, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    width: 16.66667%;
  }

  /* line 35, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    width: 25%;
  }

  /* line 35, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    width: 33.33333%;
  }

  /* line 35, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    width: 41.66667%;
  }

  /* line 35, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    width: 50%;
  }

  /* line 35, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    width: 58.33333%;
  }

  /* line 35, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    width: 66.66667%;
  }

  /* line 35, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    width: 75%;
  }

  /* line 35, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    width: 83.33333%;
  }

  /* line 35, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    width: 91.66667%;
  }

  /* line 35, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    width: 100%;
  }

  /* line 55, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-0 {
    right: auto;
  }

  /* line 50, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-1 {
    right: 8.33333%;
  }

  /* line 50, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-2 {
    right: 16.66667%;
  }

  /* line 50, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 50, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-4 {
    right: 33.33333%;
  }

  /* line 50, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-5 {
    right: 41.66667%;
  }

  /* line 50, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 50, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-7 {
    right: 58.33333%;
  }

  /* line 50, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-8 {
    right: 66.66667%;
  }

  /* line 50, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 50, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-10 {
    right: 83.33333%;
  }

  /* line 50, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-11 {
    right: 91.66667%;
  }

  /* line 50, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 45, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-0 {
    left: auto;
  }

  /* line 40, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-1 {
    left: 8.33333%;
  }

  /* line 40, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-2 {
    left: 16.66667%;
  }

  /* line 40, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 40, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-4 {
    left: 33.33333%;
  }

  /* line 40, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-5 {
    left: 41.66667%;
  }

  /* line 40, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 40, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-7 {
    left: 58.33333%;
  }

  /* line 40, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-8 {
    left: 66.66667%;
  }

  /* line 40, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 40, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-10 {
    left: 83.33333%;
  }

  /* line 40, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-11 {
    left: 91.66667%;
  }

  /* line 40, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-12 {
    left: 100%;
  }

  /* line 60, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, ../sass/thirdparty/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
/* line 6, ../sass/thirdparty/bootstrap/_tables.scss */
table {
  background-color: transparent;
}

/* line 9, ../sass/thirdparty/bootstrap/_tables.scss */
th {
  text-align: left;
}

/* line 16, ../sass/thirdparty/bootstrap/_tables.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
/* line 25, ../sass/thirdparty/bootstrap/_tables.scss */
.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;
}
/* line 35, ../sass/thirdparty/bootstrap/_tables.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
/* line 44, ../sass/thirdparty/bootstrap/_tables.scss */
.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;
}
/* line 51, ../sass/thirdparty/bootstrap/_tables.scss */
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
/* line 56, ../sass/thirdparty/bootstrap/_tables.scss */
.table .table {
  background-color: #fff;
}

/* line 69, ../sass/thirdparty/bootstrap/_tables.scss */
.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;
}

/* line 82, ../sass/thirdparty/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #ddd;
}
/* line 88, ../sass/thirdparty/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
/* line 95, ../sass/thirdparty/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 109, ../sass/thirdparty/bootstrap/_tables.scss */
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

/* line 123, ../sass/thirdparty/bootstrap/_tables.scss */
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

/* line 135, ../sass/thirdparty/bootstrap/_tables.scss */
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

/* line 143, ../sass/thirdparty/bootstrap/_tables.scss */
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

/* line 9, ../sass/thirdparty/bootstrap/mixins/_table-row.scss */
.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;
}

/* line 20, ../sass/thirdparty/bootstrap/mixins/_table-row.scss */
.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;
}

/* line 9, ../sass/thirdparty/bootstrap/mixins/_table-row.scss */
.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;
}

/* line 20, ../sass/thirdparty/bootstrap/mixins/_table-row.scss */
.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;
}

/* line 9, ../sass/thirdparty/bootstrap/mixins/_table-row.scss */
.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;
}

/* line 20, ../sass/thirdparty/bootstrap/mixins/_table-row.scss */
.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;
}

/* line 9, ../sass/thirdparty/bootstrap/mixins/_table-row.scss */
.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;
}

/* line 20, ../sass/thirdparty/bootstrap/mixins/_table-row.scss */
.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;
}

/* line 9, ../sass/thirdparty/bootstrap/mixins/_table-row.scss */
.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;
}

/* line 20, ../sass/thirdparty/bootstrap/mixins/_table-row.scss */
.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;
}

@media screen and (max-width: 767px) {
  /* line 171, ../sass/thirdparty/bootstrap/_tables.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  /* line 182, ../sass/thirdparty/bootstrap/_tables.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }
  /* line 190, ../sass/thirdparty/bootstrap/_tables.scss */
  .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;
  }
  /* line 199, ../sass/thirdparty/bootstrap/_tables.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 207, ../sass/thirdparty/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th: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 > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  /* line 211, ../sass/thirdparty/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th: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 > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  /* line 224, ../sass/thirdparty/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .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 > td {
    border-bottom: 0;
  }
}

/* line 10, ../sass/thirdparty/bootstrap/_forms.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

/* line 20, ../sass/thirdparty/bootstrap/_forms.scss */
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;
}

/* line 32, ../sass/thirdparty/bootstrap/_forms.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 47, ../sass/thirdparty/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 52, ../sass/thirdparty/bootstrap/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 60, ../sass/thirdparty/bootstrap/_forms.scss */
input[type="file"] {
  display: block;
}

/* line 65, ../sass/thirdparty/bootstrap/_forms.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 71, ../sass/thirdparty/bootstrap/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 77, ../sass/thirdparty/bootstrap/_forms.scss */
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;
}

/* line 84, ../sass/thirdparty/bootstrap/_forms.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
}

/* line 115, ../sass/thirdparty/bootstrap/_forms.scss */
.form-control {
  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: 4px;
  -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;
}
/* line 53, ../sass/thirdparty/bootstrap/mixins/_forms.scss */
.form-control: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);
}
/* line 102, ../sass/thirdparty/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
/* line 104, ../sass/thirdparty/bootstrap/mixins/_vendor-prefixes.scss */
.form-control:-ms-input-placeholder {
  color: #777777;
}
/* line 105, ../sass/thirdparty/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-webkit-input-placeholder {
  color: #777777;
}
/* line 141, ../sass/thirdparty/bootstrap/_forms.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}

/* line 153, ../sass/thirdparty/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

/* line 165, ../sass/thirdparty/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-appearance: none;
}

/* line 178, ../sass/thirdparty/bootstrap/_forms.scss */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 34px;
  line-height: 1.42857 \0;
}
/* line 186, ../sass/thirdparty/bootstrap/_forms.scss */
input[type="date"].input-sm, .form-horizontal .form-group-sm input[type="date"].form-control,
input[type="time"].input-sm,
.form-horizontal .form-group-sm input[type="time"].form-control,
input[type="datetime-local"].input-sm,
.form-horizontal .form-group-sm input[type="datetime-local"].form-control,
input[type="month"].input-sm,
.form-horizontal .form-group-sm input[type="month"].form-control {
  line-height: 30px;
}
/* line 189, ../sass/thirdparty/bootstrap/_forms.scss */
input[type="date"].input-lg, .form-horizontal .form-group-lg input[type="date"].form-control,
input[type="time"].input-lg,
.form-horizontal .form-group-lg input[type="time"].form-control,
input[type="datetime-local"].input-lg,
.form-horizontal .form-group-lg input[type="datetime-local"].form-control,
input[type="month"].input-lg,
.form-horizontal .form-group-lg input[type="month"].form-control {
  line-height: 46px;
}

/* line 200, ../sass/thirdparty/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 209, ../sass/thirdparty/bootstrap/_forms.scss */
.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 217, ../sass/thirdparty/bootstrap/_forms.scss */
.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 224, ../sass/thirdparty/bootstrap/_forms.scss */
.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;
}

/* line 233, ../sass/thirdparty/bootstrap/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 239, ../sass/thirdparty/bootstrap/_forms.scss */
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

/* line 248, ../sass/thirdparty/bootstrap/_forms.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 260, ../sass/thirdparty/bootstrap/_forms.scss */
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;
}

/* line 269, ../sass/thirdparty/bootstrap/_forms.scss */
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

/* line 279, ../sass/thirdparty/bootstrap/_forms.scss */
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

/* line 291, ../sass/thirdparty/bootstrap/_forms.scss */
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
/* line 298, ../sass/thirdparty/bootstrap/_forms.scss */
.form-control-static.input-lg, .form-horizontal .form-group-lg .form-control-static.form-control, .form-control-static.input-sm, .form-horizontal .form-group-sm .form-control-static.form-control {
  padding-left: 0;
  padding-right: 0;
}

/* line 67, ../sass/thirdparty/bootstrap/mixins/_forms.scss */
.input-sm, .form-horizontal .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 75, ../sass/thirdparty/bootstrap/mixins/_forms.scss */
select.input-sm, .form-horizontal .form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

/* line 80, ../sass/thirdparty/bootstrap/mixins/_forms.scss */
textarea.input-sm, .form-horizontal .form-group-sm textarea.form-control,
select[multiple].input-sm,
.form-horizontal .form-group-sm select[multiple].form-control {
  height: auto;
}

/* line 67, ../sass/thirdparty/bootstrap/mixins/_forms.scss */
.input-lg, .form-horizontal .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

/* line 75, ../sass/thirdparty/bootstrap/mixins/_forms.scss */
select.input-lg, .form-horizontal .form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

/* line 80, ../sass/thirdparty/bootstrap/mixins/_forms.scss */
textarea.input-lg, .form-horizontal .form-group-lg textarea.form-control,
select[multiple].input-lg,
.form-horizontal .form-group-lg select[multiple].form-control {
  height: auto;
}

/* line 320, ../sass/thirdparty/bootstrap/_forms.scss */
.has-feedback {
  position: relative;
}
/* line 325, ../sass/thirdparty/bootstrap/_forms.scss */
.has-feedback .form-control {
  padding-right: 42.5px;
}

/* line 330, ../sass/thirdparty/bootstrap/_forms.scss */
.form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}

/* line 341, ../sass/thirdparty/bootstrap/_forms.scss */
.input-lg + .form-control-feedback, .form-horizontal .form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

/* line 346, ../sass/thirdparty/bootstrap/_forms.scss */
.input-sm + .form-control-feedback, .form-horizontal .form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 8, ../sass/thirdparty/bootstrap/mixins/_forms.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
/* line 17, ../sass/thirdparty/bootstrap/mixins/_forms.scss */
.has-success .form-control {
  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);
}
/* line 20, ../sass/thirdparty/bootstrap/mixins/_forms.scss */
.has-success .form-control: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;
}
/* line 27, ../sass/thirdparty/bootstrap/mixins/_forms.scss */
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
/* line 33, ../sass/thirdparty/bootstrap/mixins/_forms.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 8, ../sass/thirdparty/bootstrap/mixins/_forms.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
/* line 17, ../sass/thirdparty/bootstrap/mixins/_forms.scss */
.has-warning .form-control {
  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);
}
/* line 20, ../sass/thirdparty/bootstrap/mixins/_forms.scss */
.has-warning .form-control: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;
}
/* line 27, ../sass/thirdparty/bootstrap/mixins/_forms.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
/* line 33, ../sass/thirdparty/bootstrap/mixins/_forms.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 8, ../sass/thirdparty/bootstrap/mixins/_forms.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
/* line 17, ../sass/thirdparty/bootstrap/mixins/_forms.scss */
.has-error .form-control {
  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);
}
/* line 20, ../sass/thirdparty/bootstrap/mixins/_forms.scss */
.has-error .form-control: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;
}
/* line 27, ../sass/thirdparty/bootstrap/mixins/_forms.scss */
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
/* line 33, ../sass/thirdparty/bootstrap/mixins/_forms.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 365, ../sass/thirdparty/bootstrap/_forms.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 375, ../sass/thirdparty/bootstrap/_forms.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  /* line 400, ../sass/thirdparty/bootstrap/_forms.scss */
  .form-inline .form-group, .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 407, ../sass/thirdparty/bootstrap/_forms.scss */
  .form-inline .form-control, .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 413, ../sass/thirdparty/bootstrap/_forms.scss */
  .form-inline .input-group, .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 417, ../sass/thirdparty/bootstrap/_forms.scss */
  .form-inline .input-group .input-group-addon, .navbar-form .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .navbar-form .input-group .input-group-btn,
  .form-inline .input-group .form-control,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  /* line 425, ../sass/thirdparty/bootstrap/_forms.scss */
  .form-inline .input-group > .form-control, .navbar-form .input-group > .form-control {
    width: 100%;
  }
  /* line 429, ../sass/thirdparty/bootstrap/_forms.scss */
  .form-inline .control-label, .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 437, ../sass/thirdparty/bootstrap/_forms.scss */
  .form-inline .radio, .navbar-form .radio,
  .form-inline .checkbox,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 444, ../sass/thirdparty/bootstrap/_forms.scss */
  .form-inline .radio label, .navbar-form .radio label,
  .form-inline .checkbox label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  /* line 448, ../sass/thirdparty/bootstrap/_forms.scss */
  .form-inline .radio input[type="radio"], .navbar-form .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 458, ../sass/thirdparty/bootstrap/_forms.scss */
  .form-inline .has-feedback .form-control-feedback, .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 475, ../sass/thirdparty/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
/* line 485, ../sass/thirdparty/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
/* line 491, ../sass/thirdparty/bootstrap/_forms.scss */
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 14, ../sass/thirdparty/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/thirdparty/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 498, ../sass/thirdparty/bootstrap/_forms.scss */
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
/* line 509, ../sass/thirdparty/bootstrap/_forms.scss */
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
@media (min-width: 768px) {
  /* line 520, ../sass/thirdparty/bootstrap/_forms.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  /* line 530, ../sass/thirdparty/bootstrap/_forms.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}

/* line 9, ../sass/thirdparty/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  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;
}
/* line 25, ../sass/thirdparty/bootstrap/_buttons.scss */
.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 30, ../sass/thirdparty/bootstrap/_buttons.scss */
.btn:hover, .btn:focus {
  color: #333;
  text-decoration: none;
}
/* line 36, ../sass/thirdparty/bootstrap/_buttons.scss */
.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);
}
/* line 43, ../sass/thirdparty/bootstrap/_buttons.scss */
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 57, ../sass/thirdparty/bootstrap/_buttons.scss */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
/* line 11, ../sass/thirdparty/bootstrap/mixins/_buttons.scss */
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
/* line 20, ../sass/thirdparty/bootstrap/mixins/_buttons.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
/* line 28, ../sass/thirdparty/bootstrap/mixins/_buttons.scss */
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
/* line 38, ../sass/thirdparty/bootstrap/mixins/_buttons.scss */
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

/* line 60, ../sass/thirdparty/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
/* line 11, ../sass/thirdparty/bootstrap/mixins/_buttons.scss */
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #3071a9;
  border-color: #285e8e;
}
/* line 20, ../sass/thirdparty/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
/* line 28, ../sass/thirdparty/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
/* line 38, ../sass/thirdparty/bootstrap/mixins/_buttons.scss */
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}

/* line 64, ../sass/thirdparty/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 11, ../sass/thirdparty/bootstrap/mixins/_buttons.scss */
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
/* line 20, ../sass/thirdparty/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
/* line 28, ../sass/thirdparty/bootstrap/mixins/_buttons.scss */
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 38, ../sass/thirdparty/bootstrap/mixins/_buttons.scss */
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

/* line 68, ../sass/thirdparty/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 11, ../sass/thirdparty/bootstrap/mixins/_buttons.scss */
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
/* line 20, ../sass/thirdparty/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
/* line 28, ../sass/thirdparty/bootstrap/mixins/_buttons.scss */
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 38, ../sass/thirdparty/bootstrap/mixins/_buttons.scss */
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

/* line 72, ../sass/thirdparty/bootstrap/_buttons.scss */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 11, ../sass/thirdparty/bootstrap/mixins/_buttons.scss */
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
/* line 20, ../sass/thirdparty/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
/* line 28, ../sass/thirdparty/bootstrap/mixins/_buttons.scss */
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 38, ../sass/thirdparty/bootstrap/mixins/_buttons.scss */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

/* line 76, ../sass/thirdparty/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 11, ../sass/thirdparty/bootstrap/mixins/_buttons.scss */
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
/* line 20, ../sass/thirdparty/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
/* line 28, ../sass/thirdparty/bootstrap/mixins/_buttons.scss */
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 38, ../sass/thirdparty/bootstrap/mixins/_buttons.scss */
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

/* line 85, ../sass/thirdparty/bootstrap/_buttons.scss */
.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
/* line 91, ../sass/thirdparty/bootstrap/_buttons.scss */
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 98, ../sass/thirdparty/bootstrap/_buttons.scss */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
/* line 104, ../sass/thirdparty/bootstrap/_buttons.scss */
.btn-link:hover, .btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
/* line 112, ../sass/thirdparty/bootstrap/_buttons.scss */
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

/* line 124, ../sass/thirdparty/bootstrap/_buttons.scss */
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

/* line 128, ../sass/thirdparty/bootstrap/_buttons.scss */
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 132, ../sass/thirdparty/bootstrap/_buttons.scss */
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 140, ../sass/thirdparty/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 146, ../sass/thirdparty/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 154, ../sass/thirdparty/bootstrap/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 7, ../sass/thirdparty/bootstrap/_dropdowns.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 19, ../sass/thirdparty/bootstrap/_dropdowns.scss */
.dropdown {
  position: relative;
}

/* line 24, ../sass/thirdparty/bootstrap/_dropdowns.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 29, ../sass/thirdparty/bootstrap/_dropdowns.scss */
.dropdown-menu {
  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;
}
/* line 52, ../sass/thirdparty/bootstrap/_dropdowns.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
/* line 58, ../sass/thirdparty/bootstrap/_dropdowns.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 63, ../sass/thirdparty/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #333333;
  white-space: nowrap;
}

/* line 76, ../sass/thirdparty/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

/* line 86, ../sass/thirdparty/bootstrap/_dropdowns.scss */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}

/* line 101, ../sass/thirdparty/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}

/* line 109, ../sass/thirdparty/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

/* line 122, ../sass/thirdparty/bootstrap/_dropdowns.scss */
.open > .dropdown-menu {
  display: block;
}
/* line 127, ../sass/thirdparty/bootstrap/_dropdowns.scss */
.open > a {
  outline: 0;
}

/* line 136, ../sass/thirdparty/bootstrap/_dropdowns.scss */
.dropdown-menu-right {
  left: auto;
  right: 0;
}

/* line 146, ../sass/thirdparty/bootstrap/_dropdowns.scss */
.dropdown-menu-left {
  left: 0;
  right: auto;
}

/* line 152, ../sass/thirdparty/bootstrap/_dropdowns.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap;
}

/* line 162, ../sass/thirdparty/bootstrap/_dropdowns.scss */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

/* line 172, ../sass/thirdparty/bootstrap/_dropdowns.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 185, ../sass/thirdparty/bootstrap/_dropdowns.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
/* line 191, ../sass/thirdparty/bootstrap/_dropdowns.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  /* line 205, ../sass/thirdparty/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  /* line 210, ../sass/thirdparty/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
/* line 9, ../sass/thirdparty/bootstrap/_navs.scss */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
/* line 14, ../sass/thirdparty/bootstrap/mixins/_clearfix.scss */
.nav:before, .nav:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/thirdparty/bootstrap/mixins/_clearfix.scss */
.nav:after {
  clear: both;
}
/* line 15, ../sass/thirdparty/bootstrap/_navs.scss */
.nav > li {
  position: relative;
  display: block;
}
/* line 19, ../sass/thirdparty/bootstrap/_navs.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
/* line 23, ../sass/thirdparty/bootstrap/_navs.scss */
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
/* line 31, ../sass/thirdparty/bootstrap/_navs.scss */
.nav > li.disabled > a {
  color: #777777;
}
/* line 34, ../sass/thirdparty/bootstrap/_navs.scss */
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
/* line 46, ../sass/thirdparty/bootstrap/_navs.scss */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}
/* line 59, ../sass/thirdparty/bootstrap/_navs.scss */
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 66, ../sass/thirdparty/bootstrap/_navs.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 76, ../sass/thirdparty/bootstrap/_navs.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
/* line 78, ../sass/thirdparty/bootstrap/_navs.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
/* line 84, ../sass/thirdparty/bootstrap/_navs.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
/* line 89, ../sass/thirdparty/bootstrap/_navs.scss */
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
/* line 96, ../sass/thirdparty/bootstrap/_navs.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

/* line 118, ../sass/thirdparty/bootstrap/_navs.scss */
.nav-pills > li {
  float: left;
}
/* line 122, ../sass/thirdparty/bootstrap/_navs.scss */
.nav-pills > li > a {
  border-radius: 4px;
}
/* line 125, ../sass/thirdparty/bootstrap/_navs.scss */
.nav-pills > li + li {
  margin-left: 2px;
}
/* line 131, ../sass/thirdparty/bootstrap/_navs.scss */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #428bca;
}

/* line 144, ../sass/thirdparty/bootstrap/_navs.scss */
.nav-stacked > li {
  float: none;
}
/* line 146, ../sass/thirdparty/bootstrap/_navs.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 160, ../sass/thirdparty/bootstrap/_navs.scss */
.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
/* line 163, ../sass/thirdparty/bootstrap/_navs.scss */
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
/* line 165, ../sass/thirdparty/bootstrap/_navs.scss */
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
/* line 171, ../sass/thirdparty/bootstrap/_navs.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  /* line 177, ../sass/thirdparty/bootstrap/_navs.scss */
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 180, ../sass/thirdparty/bootstrap/_navs.scss */
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

/* line 190, ../sass/thirdparty/bootstrap/_navs.scss */
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
/* line 193, ../sass/thirdparty/bootstrap/_navs.scss */
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
/* line 199, ../sass/thirdparty/bootstrap/_navs.scss */
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  /* line 206, ../sass/thirdparty/bootstrap/_navs.scss */
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  /* line 210, ../sass/thirdparty/bootstrap/_navs.scss */
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

/* line 224, ../sass/thirdparty/bootstrap/_navs.scss */
.tab-content > .tab-pane {
  display: none;
}
/* line 227, ../sass/thirdparty/bootstrap/_navs.scss */
.tab-content > .active {
  display: block;
}

/* line 237, ../sass/thirdparty/bootstrap/_navs.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 11, ../sass/thirdparty/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
/* line 14, ../sass/thirdparty/bootstrap/mixins/_clearfix.scss */
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/thirdparty/bootstrap/mixins/_clearfix.scss */
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 11, ../sass/thirdparty/bootstrap/_navbar.scss */
  .navbar {
    border-radius: 4px;
  }
}

/* line 14, ../sass/thirdparty/bootstrap/mixins/_clearfix.scss */
.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/thirdparty/bootstrap/mixins/_clearfix.scss */
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 31, ../sass/thirdparty/bootstrap/_navbar.scss */
  .navbar-header {
    float: left;
  }
}

/* line 50, ../sass/thirdparty/bootstrap/_navbar.scss */
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
/* line 14, ../sass/thirdparty/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/thirdparty/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:after {
  clear: both;
}
/* line 59, ../sass/thirdparty/bootstrap/_navbar.scss */
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  /* line 50, ../sass/thirdparty/bootstrap/_navbar.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  /* line 68, ../sass/thirdparty/bootstrap/_navbar.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  /* line 75, ../sass/thirdparty/bootstrap/_navbar.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }
  /* line 81, ../sass/thirdparty/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 92, ../sass/thirdparty/bootstrap/_navbar.scss */
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-width: 480px) and (orientation: landscape) {
  /* line 92, ../sass/thirdparty/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

/* line 108, ../sass/thirdparty/bootstrap/_navbar.scss */
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  /* line 108, ../sass/thirdparty/bootstrap/_navbar.scss */
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

/* line 128, ../sass/thirdparty/bootstrap/_navbar.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  /* line 128, ../sass/thirdparty/bootstrap/_navbar.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}

/* line 138, ../sass/thirdparty/bootstrap/_navbar.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (min-width: 768px) {
  /* line 138, ../sass/thirdparty/bootstrap/_navbar.scss */
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

/* line 151, ../sass/thirdparty/bootstrap/_navbar.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 155, ../sass/thirdparty/bootstrap/_navbar.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 164, ../sass/thirdparty/bootstrap/_navbar.scss */
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
/* line 171, ../sass/thirdparty/bootstrap/_navbar.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  /* line 177, ../sass/thirdparty/bootstrap/_navbar.scss */
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

/* line 190, ../sass/thirdparty/bootstrap/_navbar.scss */
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
/* line 203, ../sass/thirdparty/bootstrap/_navbar.scss */
.navbar-toggle:focus {
  outline: 0;
}
/* line 208, ../sass/thirdparty/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
/* line 214, ../sass/thirdparty/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  /* line 190, ../sass/thirdparty/bootstrap/_navbar.scss */
  .navbar-toggle {
    display: none;
  }
}

/* line 229, ../sass/thirdparty/bootstrap/_navbar.scss */
.navbar-nav {
  margin: 7.5px -15px;
}
/* line 232, ../sass/thirdparty/bootstrap/_navbar.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  /* line 240, ../sass/thirdparty/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  /* line 248, ../sass/thirdparty/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  /* line 252, ../sass/thirdparty/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  /* line 254, ../sass/thirdparty/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  /* line 229, ../sass/thirdparty/bootstrap/_navbar.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 267, ../sass/thirdparty/bootstrap/_navbar.scss */
  .navbar-nav > li {
    float: left;
  }
  /* line 269, ../sass/thirdparty/bootstrap/_navbar.scss */
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  /* line 275, ../sass/thirdparty/bootstrap/_navbar.scss */
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}

@media (min-width: 768px) {
  /* line 289, ../sass/thirdparty/bootstrap/_navbar.scss */
  .navbar-left {
    float: left !important;
  }

  /* line 292, ../sass/thirdparty/bootstrap/_navbar.scss */
  .navbar-right {
    float: right !important;
  }
}
/* line 303, ../sass/thirdparty/bootstrap/_navbar.scss */
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  /* line 315, ../sass/thirdparty/bootstrap/_navbar.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  /* line 303, ../sass/thirdparty/bootstrap/_navbar.scss */
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  /* line 335, ../sass/thirdparty/bootstrap/_navbar.scss */
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}

/* line 345, ../sass/thirdparty/bootstrap/_navbar.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 350, ../sass/thirdparty/bootstrap/_navbar.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 359, ../sass/thirdparty/bootstrap/_navbar.scss */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
/* line 362, ../sass/thirdparty/bootstrap/_navbar.scss */
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 365, ../sass/thirdparty/bootstrap/_navbar.scss */
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* line 375, ../sass/thirdparty/bootstrap/_navbar.scss */
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  /* line 375, ../sass/thirdparty/bootstrap/_navbar.scss */
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  /* line 384, ../sass/thirdparty/bootstrap/_navbar.scss */
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}

/* line 394, ../sass/thirdparty/bootstrap/_navbar.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
/* line 398, ../sass/thirdparty/bootstrap/_navbar.scss */
.navbar-default .navbar-brand {
  color: #777;
}
/* line 400, ../sass/thirdparty/bootstrap/_navbar.scss */
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
/* line 407, ../sass/thirdparty/bootstrap/_navbar.scss */
.navbar-default .navbar-text {
  color: #777;
}
/* line 412, ../sass/thirdparty/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a {
  color: #777;
}
/* line 415, ../sass/thirdparty/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
/* line 422, ../sass/thirdparty/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
/* line 430, ../sass/thirdparty/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
/* line 439, ../sass/thirdparty/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
/* line 441, ../sass/thirdparty/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
/* line 445, ../sass/thirdparty/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
/* line 450, ../sass/thirdparty/bootstrap/_navbar.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
/* line 459, ../sass/thirdparty/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  /* line 470, ../sass/thirdparty/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  /* line 472, ../sass/thirdparty/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  /* line 479, ../sass/thirdparty/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  /* line 487, ../sass/thirdparty/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
/* line 503, ../sass/thirdparty/bootstrap/_navbar.scss */
.navbar-default .navbar-link {
  color: #777;
}
/* line 505, ../sass/thirdparty/bootstrap/_navbar.scss */
.navbar-default .navbar-link:hover {
  color: #333;
}
/* line 510, ../sass/thirdparty/bootstrap/_navbar.scss */
.navbar-default .btn-link {
  color: #777;
}
/* line 512, ../sass/thirdparty/bootstrap/_navbar.scss */
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
/* line 518, ../sass/thirdparty/bootstrap/_navbar.scss */
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

/* line 528, ../sass/thirdparty/bootstrap/_navbar.scss */
.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
/* line 532, ../sass/thirdparty/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand {
  color: #777777;
}
/* line 534, ../sass/thirdparty/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
/* line 541, ../sass/thirdparty/bootstrap/_navbar.scss */
.navbar-inverse .navbar-text {
  color: #777777;
}
/* line 546, ../sass/thirdparty/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #777777;
}
/* line 549, ../sass/thirdparty/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
/* line 556, ../sass/thirdparty/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
/* line 564, ../sass/thirdparty/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
/* line 574, ../sass/thirdparty/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
/* line 576, ../sass/thirdparty/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
/* line 580, ../sass/thirdparty/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
/* line 585, ../sass/thirdparty/bootstrap/_navbar.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
/* line 593, ../sass/thirdparty/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 767px) {
  /* line 604, ../sass/thirdparty/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  /* line 607, ../sass/thirdparty/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  /* line 610, ../sass/thirdparty/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  /* line 612, ../sass/thirdparty/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  /* line 619, ../sass/thirdparty/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  /* line 627, ../sass/thirdparty/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
/* line 638, ../sass/thirdparty/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link {
  color: #777777;
}
/* line 640, ../sass/thirdparty/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
/* line 645, ../sass/thirdparty/bootstrap/_navbar.scss */
.navbar-inverse .btn-link {
  color: #777777;
}
/* line 647, ../sass/thirdparty/bootstrap/_navbar.scss */
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
/* line 653, ../sass/thirdparty/bootstrap/_navbar.scss */
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

/* line 14, ../sass/thirdparty/bootstrap/mixins/_clearfix.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/thirdparty/bootstrap/mixins/_clearfix.scss */
.clearfix:after {
  clear: both;
}

/* line 12, ../sass/thirdparty/bootstrap/_utilities.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 15, ../sass/thirdparty/bootstrap/_utilities.scss */
.pull-right {
  float: right !important;
}

/* line 18, ../sass/thirdparty/bootstrap/_utilities.scss */
.pull-left {
  float: left !important;
}

/* line 27, ../sass/thirdparty/bootstrap/_utilities.scss */
.hide {
  display: none !important;
}

/* line 30, ../sass/thirdparty/bootstrap/_utilities.scss */
.show {
  display: block !important;
}

/* line 33, ../sass/thirdparty/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 36, ../sass/thirdparty/bootstrap/_utilities.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 45, ../sass/thirdparty/bootstrap/_utilities.scss */
.hidden {
  display: none !important;
  visibility: hidden !important;
}

/* line 54, ../sass/thirdparty/bootstrap/_utilities.scss */
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}
/* line 18, ../sass/thirdparty/bootstrap/mixins/_responsive-visibility.scss */
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

/* line 31, ../sass/thirdparty/bootstrap/_responsive-utilities.scss */
.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) {
  /* line 7, ../sass/thirdparty/bootstrap/mixins/_responsive-visibility.scss */
  .visible-xs {
    display: block !important;
  }

  /* line 10, ../sass/thirdparty/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-xs {
    display: table;
  }

  /* line 11, ../sass/thirdparty/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-xs {
    display: table-row !important;
  }

  /* line 12, ../sass/thirdparty/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  /* line 49, ../sass/thirdparty/bootstrap/_responsive-utilities.scss */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  /* line 54, ../sass/thirdparty/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  /* line 59, ../sass/thirdparty/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 7, ../sass/thirdparty/bootstrap/mixins/_responsive-visibility.scss */
  .visible-sm {
    display: block !important;
  }

  /* line 10, ../sass/thirdparty/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-sm {
    display: table;
  }

  /* line 11, ../sass/thirdparty/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-sm {
    display: table-row !important;
  }

  /* line 12, ../sass/thirdparty/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 68, ../sass/thirdparty/bootstrap/_responsive-utilities.scss */
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 73, ../sass/thirdparty/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 78, ../sass/thirdparty/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 7, ../sass/thirdparty/bootstrap/mixins/_responsive-visibility.scss */
  .visible-md {
    display: block !important;
  }

  /* line 10, ../sass/thirdparty/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-md {
    display: table;
  }

  /* line 11, ../sass/thirdparty/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-md {
    display: table-row !important;
  }

  /* line 12, ../sass/thirdparty/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 87, ../sass/thirdparty/bootstrap/_responsive-utilities.scss */
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 92, ../sass/thirdparty/bootstrap/_responsive-utilities.scss */
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 97, ../sass/thirdparty/bootstrap/_responsive-utilities.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  /* line 7, ../sass/thirdparty/bootstrap/mixins/_responsive-visibility.scss */
  .visible-lg {
    display: block !important;
  }

  /* line 10, ../sass/thirdparty/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-lg {
    display: table;
  }

  /* line 11, ../sass/thirdparty/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-lg {
    display: table-row !important;
  }

  /* line 12, ../sass/thirdparty/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 106, ../sass/thirdparty/bootstrap/_responsive-utilities.scss */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  /* line 111, ../sass/thirdparty/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  /* line 116, ../sass/thirdparty/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  /* line 18, ../sass/thirdparty/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 18, ../sass/thirdparty/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 18, ../sass/thirdparty/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 18, ../sass/thirdparty/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-lg {
    display: none !important;
  }
}
/* line 18, ../sass/thirdparty/bootstrap/mixins/_responsive-visibility.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 7, ../sass/thirdparty/bootstrap/mixins/_responsive-visibility.scss */
  .visible-print {
    display: block !important;
  }

  /* line 10, ../sass/thirdparty/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-print {
    display: table;
  }

  /* line 11, ../sass/thirdparty/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-print {
    display: table-row !important;
  }

  /* line 12, ../sass/thirdparty/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
/* line 150, ../sass/thirdparty/bootstrap/_responsive-utilities.scss */
.visible-print-block {
  display: none !important;
}
@media print {
  /* line 150, ../sass/thirdparty/bootstrap/_responsive-utilities.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 157, ../sass/thirdparty/bootstrap/_responsive-utilities.scss */
.visible-print-inline {
  display: none !important;
}
@media print {
  /* line 157, ../sass/thirdparty/bootstrap/_responsive-utilities.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 164, ../sass/thirdparty/bootstrap/_responsive-utilities.scss */
.visible-print-inline-block {
  display: none !important;
}
@media print {
  /* line 164, ../sass/thirdparty/bootstrap/_responsive-utilities.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 18, ../sass/thirdparty/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-print {
    display: none !important;
  }
}
/* line 1, ../sass/thirdparty/_icms.scss */
ul#cms-sort-lists-left, ul#cms-sort-lists-right, ul#cms-sort-accomplishments-text {
  list-style: none;
}

@font-face {
  font-family: 'icomoon';
  src: url("/web/20180914164622im_/http://tonyadavidson.com.au/assets/fonts/icomoon.eot?jnpzr");
  src: url("/web/20180914164622im_/http://tonyadavidson.com.au/assets/fonts/icomoon.eot#iefixjnpzr") format("embedded-opentype"), url("/web/20180914164622im_/http://tonyadavidson.com.au/assets/fonts/icomoon.woff?jnpzr") format("woff"), url("/web/20180914164622im_/http://tonyadavidson.com.au/assets/fonts/icomoon.ttf?jnpzr") format("truetype"), url("/web/20180914164622im_/http://tonyadavidson.com.au/assets/fonts/icomoon.svg?jnpzr#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'icomoon';
  src: url("/web/20180914164622im_/http://tonyadavidson.com.au/assets/fonts/icomoon2.eot?jnpzr");
  src: url("/web/20180914164622im_/http://tonyadavidson.com.au/assets/fonts/icomoon2.eot#iefixjnpzr") format("embedded-opentype"), url("/web/20180914164622im_/http://tonyadavidson.com.au/assets/fonts/icomoon2.woff?jnpzr") format("woff"), url("/web/20180914164622im_/http://tonyadavidson.com.au/assets/fonts/icomoon2.ttf?jnpzr") format("truetype"), url("/web/20180914164622im_/http://tonyadavidson.com.au/assets/fonts/icomoon2.svg?jnpzr#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Archer';
  src: url("/web/20180914164622im_/http://tonyadavidson.com.au/assets/fonts/ArcherMedium.eot");
  src: url("/web/20180914164622im_/http://tonyadavidson.com.au/assets/fonts/ArcherMedium.woff") format("woff"), url("/web/20180914164622im_/http://tonyadavidson.com.au/assets/fonts/ArcherMedium.ttf") format("truetype"), url("/web/20180914164622im_/http://tonyadavidson.com.au/assets/fonts/ArcherMedium.svg") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Arvo';
  src: url("/web/20180914164622im_/http://tonyadavidson.com.au/assets/fonts/Arvo.eot");
  src: url("/web/20180914164622im_/http://tonyadavidson.com.au/assets/fonts/Arvo.woff") format("woff"), url("/web/20180914164622im_/http://tonyadavidson.com.au/assets/fonts/Arvo.ttf") format("truetype"), url("/web/20180914164622im_/http://tonyadavidson.com.au/assets/fonts/Arvo.svg") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url("/web/20180914164622im_/http://tonyadavidson.com.au/assets/fonts/Montserrat.eot");
  src: url("/web/20180914164622im_/http://tonyadavidson.com.au/assets/fonts/Montserrat.woff") format("woff"), url("/web/20180914164622im_/http://tonyadavidson.com.au/assets/fonts/Montserrat.ttf") format("truetype"), url("/web/20180914164622im_/http://tonyadavidson.com.au/assets/fonts/Montserrat.svg") format("svg");
  font-weight: 400;
  font-style: normal;
}
/* line 51, ../sass/modules/_typography.scss */
.icon {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*
.icon-arrow-down: "\e600";

.icon-menu: "\e601";

.icon-Icon-Emote: "\e602";

.icon-Icon-Facebook: "\e603";

.icon-Icon-Google: "\e604";

.icon-Icon-Linkedin: "\e605";

.icon-Icon-Twitter: "\e606";

.icon-TD-About: "\e607";

.icon-TD-Accomplishments: "\e608";

.icon-TD-Auction: "\e609";

.icon-TD-Blog: "\e60a";

.icon-TD-Coaching: "\e60b";

.icon-TD-Community: "\e60c";

.icon-TD-Consulting: "\e60d";

.icon-TD-Overview: "\e60e";

.icon-TD-Philosophy: "\e60f";

.icon-TD-Topics: "\e610";

.icon-TD-Workshops: "\e611";
arrow-right: 612
arrow-left: 613
*/
/* line 10, ../sass/modules/_utilities.scss */
.left {
  float: left;
  position: relative;
}

/* line 14, ../sass/modules/_utilities.scss */
.right {
  float: right;
  position: relative;
}

/* line 18, ../sass/modules/_utilities.scss */
.left-align {
  text-align: left;
}

/* line 21, ../sass/modules/_utilities.scss */
.right-align {
  text-align: right;
}

/* line 24, ../sass/modules/_utilities.scss */
.center-align {
  text-align: center;
}

/* line 5, ../sass/modules/_general.scss */
html {
  height: 100%;
  background-color: #1f3e49;
}

/* line 10, ../sass/modules/_general.scss */
body {
  height: 100%;
  position: relative;
  background-color: #1f3e49;
  font-size: 17px;
  line-height: 1.57142857142857;
  color: #333333;
  font-family: 'Arvo', sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
  /* line 10, ../sass/modules/_general.scss */
  body {
    font-size: 25px;
  }
}
/* line 24, ../sass/modules/_general.scss */
body.home {
  height: 100%;
}

/* line 28, ../sass/modules/_general.scss */
a {
  text-decoration: none;
  color: #fff;
}
/* line 31, ../sass/modules/_general.scss */
a:hover, a:focus {
  color: #fff;
  text-decoration: none;
}
/* line 36, ../sass/modules/_general.scss */
.no-touch a:hover {
  color: #22BCB9;
}

/* line 41, ../sass/modules/_general.scss */
ul {
  margin: 0;
  list-style-type: none;
}

/* line 46, ../sass/modules/_general.scss */
p {
  margin: 15px 0;
}

/* line 50, ../sass/modules/_general.scss */
strong {
  font-weight: 700;
}

/* line 54, ../sass/modules/_general.scss */
.container {
  width: 100%;
}
@media (min-width: 768px) {
  /* line 54, ../sass/modules/_general.scss */
  .container {
    max-width: 1030px;
  }
}

/* line 60, ../sass/modules/_general.scss */
#console_close_img {
  position: absolute;
  top: 4px;
  left: 1px;
}

/* line 66, ../sass/modules/_general.scss */
blockquote {
  border: none;
  font-size: 14px;
  padding: 0;
}
@media (min-width: 768px) {
  /* line 66, ../sass/modules/_general.scss */
  blockquote {
    font-size: 18px;
  }
}

/* line 1, ../sass/modules/_headlines.scss */
.headline-primary {
  width: 75%;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 480px) {
  /* line 1, ../sass/modules/_headlines.scss */
  .headline-primary {
    width: auto;
  }
}
/* line 9, ../sass/modules/_headlines.scss */
.headline-primary h1 {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  color: #fff;
  font-family: 'Archer';
  font-size: 30px;
  position: relative;
  text-transform: capitalize;
}
/* line 16, ../sass/modules/_headlines.scss */
.headline-primary h1:before, .headline-primary h1:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  height: 1px;
  width: 24px;
  border-bottom: 1px solid #fff;
}
@media (min-width: 768px) {
  /* line 16, ../sass/modules/_headlines.scss */
  .headline-primary h1:before, .headline-primary h1:after {
    width: 40px;
    border-bottom: 2px solid #fff;
  }
}
@media (min-width: 768px) {
  /* line 9, ../sass/modules/_headlines.scss */
  .headline-primary h1 {
    font-size: 48px;
  }
}
/* line 32, ../sass/modules/_headlines.scss */
.headline-primary h1:before {
  left: -29px;
}
@media (min-width: 768px) {
  /* line 32, ../sass/modules/_headlines.scss */
  .headline-primary h1:before {
    left: -57px;
  }
}
/* line 39, ../sass/modules/_headlines.scss */
.headline-primary h1:after {
  right: -29px;
}
@media (min-width: 768px) {
  /* line 39, ../sass/modules/_headlines.scss */
  .headline-primary h1:after {
    right: -57px;
  }
}
@media (min-width: 768px) {
  /* line 47, ../sass/modules/_headlines.scss */
  .headline-primary.is_long {
    width: 100%;
  }
}
/* line 52, ../sass/modules/_headlines.scss */
.headline-primary.is_blog {
  width: auto;
  margin-bottom: 14px;
}
/* line 55, ../sass/modules/_headlines.scss */
.headline-primary.is_blog h1 {
  margin-top: 0;
}
@media (min-width: 768px) {
  /* line 52, ../sass/modules/_headlines.scss */
  .headline-primary.is_blog {
    margin-bottom: 42px;
  }
}

/* line 1, ../sass/modules/_forms.scss */
#contact-form {
  font-family: 'Arvo' sans-serif;
  font-size: 15px;
}
@media (min-width: 768px) {
  /* line 1, ../sass/modules/_forms.scss */
  #contact-form {
    font-size: 19px;
  }
}
/* line 7, ../sass/modules/_forms.scss */
#contact-form .control-label {
  text-align: left;
}
/* line 10, ../sass/modules/_forms.scss */
#contact-form .form-control {
  position: static;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* line 13, ../sass/modules/_forms.scss */
#contact-form .form-control:focus {
  box-shadow: none;
  outline: none;
  border-color: transparent;
}
@media (min-width: 768px) {
  /* line 10, ../sass/modules/_forms.scss */
  #contact-form .form-control {
    width: 80%;
  }
}
/* line 23, ../sass/modules/_forms.scss */
#contact-form textarea {
  resize: none;
  height: 160px;
}
@media (min-width: 768px) {
  /* line 23, ../sass/modules/_forms.scss */
  #contact-form textarea {
    height: 285px;
    width: 100% !important;
  }
}
/* line 32, ../sass/modules/_forms.scss */
#contact-form .submit-area > span {
  font-size: 13px;
}
/* line 36, ../sass/modules/_forms.scss */
#contact-form label.error {
  position: relative;
  background-color: transparent;
  color: #ff4330;
}
/* line 41, ../sass/modules/_forms.scss */
#contact-form input[type="submit"], #contact-form span.submit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  float: right;
  background-color: #FFF;
  width: 94px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #22BCB9;
  font-size: 19px;
}
/* line 54, ../sass/modules/_forms.scss */
.no-touch #contact-form input[type="submit"]:hover, .no-touch #contact-form span.submit:hover {
  background-color: #e6e6e6;
}
/* line 58, ../sass/modules/_forms.scss */
#contact-form input[type="submit"].ajax-loading, #contact-form span.submit.ajax-loading {
  background: #e6e6e6 url(/web/20180914164622im_/http://tonyadavidson.com.au/assets/images/contact/ajax-loader.gif) no-repeat;
  background-position: center center;
  border-color: transparent;
  text-indent: -9999px;
  cursor: default;
}

/* line 68, ../sass/modules/_forms.scss */
#form-text .new-enquiry {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  color: #22BCB9;
  font-size: 18px;
  width: 120px;
  height: 35px;
  line-height: 35px;
  text-align: center;
}

/* line 1, ../sass/modules/_main-header.scss */
.mob-home-wrapper {
  background-color: #22BCB9;
}

/* line 4, ../sass/modules/_main-header.scss */
.main-header {
  padding-top: 30px;
  padding-bottom: 24px;
  position: relative;
}
@media (min-width: 768px) {
  /* line 4, ../sass/modules/_main-header.scss */
  .main-header {
    padding: 40px 15px 30px 15px;
  }
}
/* line 11, ../sass/modules/_main-header.scss */
.main-header .logo {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 149px;
}
@media (min-width: 768px) {
  /* line 11, ../sass/modules/_main-header.scss */
  .main-header .logo {
    width: 168px;
  }
}
/* line 21, ../sass/modules/_main-header.scss */
.main-header .mob-menu-toggle {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  float: right;
  position: relative;
  top: 10px;
}
/* line 26, ../sass/modules/_main-header.scss */
.main-header .mob-menu-toggle .icon {
  font-size: 26px;
}
/* line 30, ../sass/modules/_main-header.scss */
.no-touch .main-header .mob-menu-toggle:hover, .no-touch .main-header .mob-menu-toggle:focus {
  color: #fff;
}
@media (min-width: 768px) {
  /* line 21, ../sass/modules/_main-header.scss */
  .main-header .mob-menu-toggle {
    display: none;
  }
}

/* line 2, ../sass/modules/_main-footer.scss */
.main-footer {
  background-color: #1f3e49;
  padding-top: 20px;
  padding-bottom: 10px;
  /*ul*/
}
@media (min-width: 768px) {
  /* line 6, ../sass/modules/_main-footer.scss */
  .main-footer .reverse-layout {
    float: right;
  }
}
/* line 12, ../sass/modules/_main-footer.scss */
.main-footer .social-links {
  padding: 0;
  min-height: 30px;
  width: 192px;
  margin: 0 auto;
}
/* line 14, ../sass/thirdparty/bootstrap/mixins/_clearfix.scss */
.main-footer .social-links:before, .main-footer .social-links:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/thirdparty/bootstrap/mixins/_clearfix.scss */
.main-footer .social-links:after {
  clear: both;
}
/* line 18, ../sass/modules/_main-footer.scss */
.main-footer .social-links > li {
  position: relative;
  float: left;
  margin: 0 8px;
}
/* line 23, ../sass/modules/_main-footer.scss */
.main-footer .social-links .icon {
  font-size: 30px;
}
@media (min-width: 768px) {
  /* line 12, ../sass/modules/_main-footer.scss */
  .main-footer .social-links {
    margin-right: 0;
  }
}
/* line 30, ../sass/modules/_main-footer.scss */
.main-footer .links {
  font-family: 'PT Sans', sans-serif;
  font-size: 12px;
  text-align: center;
  margin-top: 5px;
  color: #fff;
}
/* line 36, ../sass/modules/_main-footer.scss */
.main-footer .links span, .main-footer .links a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 39, ../sass/modules/_main-footer.scss */
.main-footer .links .dot-divider {
  background-color: #FFF;
  width: 4px;
  height: 4px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0 5px;
}
@media (min-width: 768px) {
  /* line 39, ../sass/modules/_main-footer.scss */
  .main-footer .links .dot-divider {
    margin: 0 8px;
  }
}
/* line 49, ../sass/modules/_main-footer.scss */
.main-footer .links .privacy {
  border-bottom: 1px solid #fff;
  padding: 0;
  line-height: 12px;
}
/* line 54, ../sass/modules/_main-footer.scss */
.no-touch .main-footer .links .privacy:hover {
  border-color: #22BCB9;
}
/* line 60, ../sass/modules/_main-footer.scss */
.main-footer .links .credit .icon {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-size: 24px;
}
@media (min-width: 768px) {
  /* line 60, ../sass/modules/_main-footer.scss */
  .main-footer .links .credit .icon {
    font-size: 26px;
    margin-left: 3px;
  }
}
@media (min-width: 768px) {
  /* line 30, ../sass/modules/_main-footer.scss */
  .main-footer .links {
    text-align: left;
    margin-top: 0;
    font-size: 13px;
  }
}

/* line 1, ../sass/modules/_main-banner.scss */
.main-banner {
  background: #1f3e49 url(/web/20180914164622im_/http://tonyadavidson.com.au/assets/images/general/bg-image.jpg) no-repeat;
  background-position: 30% 56%;
  background-size: 1070px auto;
  position: relative;
}
@media (min-width: 768px) {
  /* line 1, ../sass/modules/_main-banner.scss */
  .main-banner {
    background-position: 30% 75%;
    -moz-background-size: 1600px auto;
    -o-background-size: 1600px auto;
    -webkit-background-size: 1600px auto;
    background-size: 1600px auto;
  }
}
@media (min-width: 1200px) {
  /* line 1, ../sass/modules/_main-banner.scss */
  .main-banner {
    background-position: center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}

@media (min-width: 768px) {
  /* line 17, ../sass/modules/_main-banner.scss */
  .home .mob-home-wrapper {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
  }
}
/* line 26, ../sass/modules/_main-banner.scss */
.home .main-banner {
  height: 387px;
}
@media (min-width: 768px) {
  /* line 26, ../sass/modules/_main-banner.scss */
  .home .main-banner {
    height: 100%;
    max-height: 940px;
  }
}

/* line 35, ../sass/modules/_main-banner.scss */
.banner {
  background-color: #2C4852;
}
/* line 37, ../sass/modules/_main-banner.scss */
.banner > h1 {
  color: #fff;
  text-align: center;
  font-size: 30px;
  margin-bottom: -15px;
  font-family: 'Archer';
}
@media (min-width: 768px) {
  /* line 37, ../sass/modules/_main-banner.scss */
  .banner > h1 {
    font-size: 48px;
  }
}
/* line 47, ../sass/modules/_main-banner.scss */
.banner .banner-img {
  background-color: #fff;
}
/* line 50, ../sass/modules/_main-banner.scss */
.banner .banner-img img {
  margin: 0 auto;
  width: auto \9;
}
/* line 56, ../sass/modules/_main-banner.scss */
.banner.about {
  /*sub-menu wrapper*/
}
/* line 58, ../sass/modules/_main-banner.scss */
.banner.about .container.about {
  width: 100%;
  max-width: 695px;
}
@media (min-width: 992px) {
  /* line 58, ../sass/modules/_main-banner.scss */
  .banner.about .container.about {
    width: 80%;
  }
}
/* line 65, ../sass/modules/_main-banner.scss */
.banner.about .headline-primary {
  margin-bottom: 38px;
}
/* line 69, ../sass/modules/_main-banner.scss */
.banner.about .banner-img img {
  max-height: 230px;
}
@media (min-width: 768px) {
  /* line 69, ../sass/modules/_main-banner.scss */
  .banner.about .banner-img img {
    max-height: 500px;
    height: auto;
  }
}
/* line 76, ../sass/modules/_main-banner.scss */
.banner.about .banner-img.tonya {
  background-color: #fdfbfc;
}
/* line 81, ../sass/modules/_main-banner.scss */
.banner.service {
  padding-top: 16px;
  /*sub-menu wrapper*/
}
@media (min-width: 768px) {
  /* line 81, ../sass/modules/_main-banner.scss */
  .banner.service {
    padding: 0;
  }
}
/* line 87, ../sass/modules/_main-banner.scss */
.banner.service .container.services {
  width: 100%;
  max-width: 815px;
}

/*nav#mob-menu*/
/* line 2, ../sass/modules/_main-nav.scss */
.main-nav {
  display: none;
  position: absolute;
  z-index: 999;
  left: 0;
  right: 0;
  top: 98px;
  background-color: #3A5C68;
  /*nav*/
}
@media (min-width: 768px) {
  /* line 2, ../sass/modules/_main-nav.scss */
  .main-nav {
    display: block;
    background-color: transparent;
    top: 40px;
    left: auto;
    right: 0;
  }
}
/* line 19, ../sass/modules/_main-nav.scss */
.main-nav .nav {
  margin: 0;
}
/* line 21, ../sass/modules/_main-nav.scss */
.main-nav .nav.navbar-nav {
  padding: 0 20px;
}
/* line 23, ../sass/modules/_main-nav.scss */
.main-nav .nav.navbar-nav > li {
  border-bottom: 1px solid #889fa7;
}
/* line 25, ../sass/modules/_main-nav.scss */
.main-nav .nav.navbar-nav > li.last-child {
  border-color: transparent;
}
/* line 30, ../sass/modules/_main-nav.scss */
.no-touch .main-nav .nav.navbar-nav > li:hover > a {
  color: #22BCB9;
}
/* line 32, ../sass/modules/_main-nav.scss */
.no-touch .main-nav .nav.navbar-nav > li:hover > a:focus {
  background-color: transparent;
  outline: none;
}
/* line 40, ../sass/modules/_main-nav.scss */
.main-nav .nav.navbar-nav > li > a {
  padding: 13px 0;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 500;
}
/* line 45, ../sass/modules/_main-nav.scss */
.main-nav .nav.navbar-nav > li > a:hover {
  background-color: transparent;
}
/* line 48, ../sass/modules/_main-nav.scss */
.main-nav .nav.navbar-nav > li > a:focus {
  background-color: transparent;
  outline: none;
}
@media (min-width: 768px) {
  /* line 54, ../sass/modules/_main-nav.scss */
  .main-nav .nav.navbar-nav > li > a:hover {
    color: #1A323B;
    border-color: #1A323B;
    outline: none;
  }
  /* line 59, ../sass/modules/_main-nav.scss */
  .main-nav .nav.navbar-nav > li > a:focus {
    background-color: transparent;
  }
}
/* line 64, ../sass/modules/_main-nav.scss */
.main-nav .nav.navbar-nav .icon {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  float: right;
  position: relative;
  font-size: 15px;
}
@media (min-width: 768px) {
  /* line 64, ../sass/modules/_main-nav.scss */
  .main-nav .nav.navbar-nav .icon {
    display: none;
  }
}
@media (min-width: 768px) {
  /* line 19, ../sass/modules/_main-nav.scss */
  .main-nav .nav {
    padding: 0;
    /*.navbar-nav single element*/
  }
  /* line 78, ../sass/modules/_main-nav.scss */
  .main-nav .nav.navbar-nav > li {
    border: none;
    margin-left: 14px;
  }
  /* line 81, ../sass/modules/_main-nav.scss */
  .main-nav .nav.navbar-nav > li > a {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    border: 1px solid #fff;
    padding: 8px 12px;
  }
  /* line 87, ../sass/modules/_main-nav.scss */
  .main-nav .nav.navbar-nav > li > a a:focus {
    color: #fff;
  }
  /* line 93, ../sass/modules/_main-nav.scss */
  .no-touch .main-nav .nav.navbar-nav > li:hover > a {
    color: #1A323B;
    border-color: #1A323B;
  }
  /* line 100, ../sass/modules/_main-nav.scss */
  .main-nav .nav.navbar-nav > li.is_current > a {
    color: #1A323B;
    border-color: #1A323B;
  }
}
@media (min-width: 992px) {
  /* line 110, ../sass/modules/_main-nav.scss */
  .main-nav .nav.navbar-nav > li > a {
    font-size: 17px;
    padding: 6px 15px;
  }
}
/* line 118, ../sass/modules/_main-nav.scss */
.main-nav .dropdown {
  display: none;
  font-size: 15px;
  margin-bottom: 15px;
  cursor: pointer;
}
/* line 123, ../sass/modules/_main-nav.scss */
.main-nav .dropdown > li > a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 7px 0;
  line-height: 15px;
}
@media (min-width: 768px) {
  /* line 118, ../sass/modules/_main-nav.scss */
  .main-nav .dropdown {
    position: absolute;
    top: 52px;
    left: 15px;
    background-color: #3A5C68;
    padding: 10px 15px;
    margin-bottom: 0;
    font-size: 14px;
    min-width: 190px;
  }
}
@media (min-width: 768px) {
  /* line 140, ../sass/modules/_main-nav.scss */
  .main-nav .triangle {
    display: none;
    height: 14px;
    background-color: transparent;
    cursor: pointer;
  }
  /* line 146, ../sass/modules/_main-nav.scss */
  .main-nav .triangle:before {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    left: 15px;
    border-bottom: 13px solid #3A5C68;
    border-right: 13px solid transparent;
  }
}
@media (min-width: 768px) {
  /* line 161, ../sass/modules/_main-nav.scss */
  .no-touch .main-nav .has-child:hover .dropdown, .no-touch .main-nav .has-child:hover .triangle {
    display: block;
  }
  /* line 167, ../sass/modules/_main-nav.scss */
  .main-nav .has-child.click-open > a {
    color: #1A323B;
    border: 1px solid #1A323B !important;
  }
  /* line 171, ../sass/modules/_main-nav.scss */
  .main-nav .has-child.click-open .dropdown, .main-nav .has-child.click-open .triangle {
    display: block;
  }
}

/*state styles for actions*/
/* line 180, ../sass/modules/_main-nav.scss */
.main-nav.open {
  display: block;
}
/* line 184, ../sass/modules/_main-nav.scss */
.main-nav .dropdown.open {
  display: block;
}
@media (min-width: 768px) {
  /* line 184, ../sass/modules/_main-nav.scss */
  .main-nav .dropdown.open {
    display: none;
  }
}

/* line 192, ../sass/modules/_main-nav.scss */
.sub-menu {
  padding: 78px 0px 37px;
}
/* line 194, ../sass/modules/_main-nav.scss */
.sub-menu a {
  display: block;
  overflow: visible;
  color: #b9cdd6;
}
/* line 198, ../sass/modules/_main-nav.scss */
.sub-menu a:hover, .sub-menu a:focus, .sub-menu a:active, .sub-menu a.active {
  color: #fff;
}
/* line 203, ../sass/modules/_main-nav.scss */
.sub-menu .active a {
  color: #fff;
}
/* line 207, ../sass/modules/_main-nav.scss */
.sub-menu .icon, .sub-menu .text {
  display: block;
  text-align: center;
}
/* line 211, ../sass/modules/_main-nav.scss */
.sub-menu .icon {
  font-size: 70px;
}
/* line 214, ../sass/modules/_main-nav.scss */
.sub-menu .text {
  font-family: 'Archer';
  font-size: 16px;
  margin-top: 15px;
  line-height: 18px;
}
/* line 219, ../sass/modules/_main-nav.scss */
.sub-menu .text.is_long {
  white-space: nowrap;
}
/* line 221, ../sass/modules/_main-nav.scss */
.sub-menu .text.is_long > span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: top;
  position: relative;
  left: 0.7em;
}
/* line 229, ../sass/modules/_main-nav.scss */
.sub-menu.is_blog {
  padding: 14px 0 0;
}
@media (min-width: 768px) {
  /* line 229, ../sass/modules/_main-nav.scss */
  .sub-menu.is_blog {
    padding: 28px 0 0;
  }
}
/* line 234, ../sass/modules/_main-nav.scss */
.sub-menu.is_blog a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  color: #fff;
}
/* line 237, ../sass/modules/_main-nav.scss */
.sub-menu.is_blog a:hover, .sub-menu.is_blog a:focus, .sub-menu.is_blog a:active {
  color: #b9cdd6;
}
/* line 241, ../sass/modules/_main-nav.scss */
.sub-menu.is_blog .icon {
  font-size: 80px;
}
@media (min-width: 768px) {
  /* line 241, ../sass/modules/_main-nav.scss */
  .sub-menu.is_blog .icon {
    font-size: 120px;
  }
}

/* line 249, ../sass/modules/_main-nav.scss */
.sub-menu-footer {
  padding: 10px 15px;
}
/* line 251, ../sass/modules/_main-nav.scss */
.sub-menu-footer > li {
  border-bottom: 1px solid #889fa7;
}
/* line 253, ../sass/modules/_main-nav.scss */
.sub-menu-footer > li:last-child, .sub-menu-footer > li.last-child {
  border-bottom-color: transparent;
}
/* line 256, ../sass/modules/_main-nav.scss */
.sub-menu-footer > li a {
  padding: 10px 0;
  line-height: 22px;
  font-size: 16px;
  display: block;
  width: 65%;
  margin-left: 0;
}
/* line 266, ../sass/modules/_main-nav.scss */
.sub-menu-footer > li.active a {
  color: #22BCB9;
}

/* line 1, ../sass/modules/_single-blog.scss */
#single-blog {
  background-color: #2C4852;
  color: #2c4852;
  font-family: 'Montserrat' sans-serif;
  font-size: 15px;
}
@media (min-width: 768px) {
  /* line 1, ../sass/modules/_single-blog.scss */
  #single-blog {
    padding-top: 42px;
  }
}
/* line 10, ../sass/modules/_single-blog.scss */
#single-blog .container {
  background-color: #2c4852;
}
/* line 12, ../sass/modules/_single-blog.scss */
#single-blog .container .wrapper {
  background-color: #FFF;
}
/* line 14, ../sass/modules/_single-blog.scss */
#single-blog .container .wrapper:after {
  content: "";
  display: block;
  height: 34px;
  background: #fff url(/web/20180914164622im_/http://tonyadavidson.com.au/assets/images/blog/blog-bg.jpg) repeat-x;
}
/* line 22, ../sass/modules/_single-blog.scss */
#single-blog .return-link {
  text-align: right;
}
/* line 24, ../sass/modules/_single-blog.scss */
#single-blog .return-link > a {
  color: #22BCB9;
  font-family: 'Montserrat' sans-serif;
  font-size: 13px;
}
/* line 29, ../sass/modules/_single-blog.scss */
.no-touch #single-blog .return-link > a:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  /* line 34, ../sass/modules/_single-blog.scss */
  #single-blog .return-link.at_top {
    position: relative;
    top: 8px;
  }
}
/* line 40, ../sass/modules/_single-blog.scss */
#single-blog .return-link.at_bottom {
  text-align: center;
  border-top: 2px solid #bccbd0;
}
/* line 43, ../sass/modules/_single-blog.scss */
#single-blog .return-link.at_bottom > a {
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: 13px;
}
@media (min-width: 768px) {
  /* line 43, ../sass/modules/_single-blog.scss */
  #single-blog .return-link.at_bottom > a {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  /* line 40, ../sass/modules/_single-blog.scss */
  #single-blog .return-link.at_bottom {
    margin: 25px 0 10px;
  }
}
/* line 56, ../sass/modules/_single-blog.scss */
#single-blog .header-section {
  max-width: 870px;
  margin: 0 auto;
  padding: 15px;
}
/* line 62, ../sass/modules/_single-blog.scss */
#single-blog .header-section .post-date {
  text-align: center;
  text-transform: uppercase;
  position: relative;
  font-family: 'Arvo' sans-serif;
}
/* line 67, ../sass/modules/_single-blog.scss */
#single-blog .header-section .post-date:before, #single-blog .header-section .post-date:after {
  content: "";
  display: block;
  position: absolute;
  top: 45%;
  width: 30%;
  height: 2px;
  background-color: #bccbd0;
}
@media (min-width: 480px) {
  /* line 67, ../sass/modules/_single-blog.scss */
  #single-blog .header-section .post-date:before, #single-blog .header-section .post-date:after {
    width: 38%;
  }
}
@media (min-width: 768px) {
  /* line 67, ../sass/modules/_single-blog.scss */
  #single-blog .header-section .post-date:before, #single-blog .header-section .post-date:after {
    width: 43%;
  }
}
/* line 82, ../sass/modules/_single-blog.scss */
#single-blog .header-section .post-date:before {
  left: 0px;
}
/* line 85, ../sass/modules/_single-blog.scss */
#single-blog .header-section .post-date:after {
  right: 0px;
}
@media (min-width: 768px) {
  /* line 62, ../sass/modules/_single-blog.scss */
  #single-blog .header-section .post-date {
    font-size: 18px;
  }
}
/* line 92, ../sass/modules/_single-blog.scss */
#single-blog .header-section .post-title {
  text-align: center;
  font-family: 'Arvo' sans-serif;
  font-size: 22px;
  margin: 8px auto;
}
@media (min-width: 768px) {
  /* line 92, ../sass/modules/_single-blog.scss */
  #single-blog .header-section .post-title {
    font-size: 36px;
  }
}
/* line 102, ../sass/modules/_single-blog.scss */
#single-blog .content-wrapper {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 630px;
}

/* line 115, ../sass/modules/_single-blog.scss */
.no-content {
  color: #22BCB9;
}

/* line 1, ../sass/pages/_home.scss */
.quote.home {
  text-shadow: 0 0 10px #222222;
  width: 100%;
  color: #fff;
  position: absolute;
  font-family: 'Archer';
  font-size: 20px;
  line-height: 21px;
  bottom: 0;
  background-color: rgba(44, 72, 82, 0.43);
  padding: 10px 7px 15px;
  text-align: center;
}
/* line 13, ../sass/pages/_home.scss */
.quote.home br {
  display: none;
}
@media (min-width: 850px) {
  /* line 13, ../sass/pages/_home.scss */
  .quote.home br {
    display: initial;
  }
}
@media (min-width: 768px) {
  /* line 1, ../sass/pages/_home.scss */
  .quote.home {
    background-color: transparent;
    top: 215px;
    width: 60%;
    left: 37%;
    font-size: 35px;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  /* line 1, ../sass/pages/_home.scss */
  .quote.home {
    padding: 0;
    font-size: 40px;
    top: 235px;
    width: 67%;
    left: 32%;
  }
}
@media (min-width: 1200px) {
  /* line 1, ../sass/pages/_home.scss */
  .quote.home {
    font-size: 50px;
    top: 230px;
    left: 30%;
  }
}
@media (min-width: 1300px) {
  /* line 1, ../sass/pages/_home.scss */
  .quote.home {
    top: 202px;
    left: 29%;
  }
}
@media (min-width: 1700px) {
  /* line 1, ../sass/pages/_home.scss */
  .quote.home {
    width: 1020px;
  }
}

/* line 1, ../sass/pages/_general.scss */
.main-content {
  width: 100%;
  background-color: #2C4852;
  padding-top: 10px;
  color: #fff;
}
@media (min-width: 768px) {
  /* line 1, ../sass/pages/_general.scss */
  .main-content {
    padding: 24px 0 35px;
  }
}
/* line 11, ../sass/pages/_general.scss */
.main-content.philosophy p > font {
  color: #22BCB9;
}

/* line 16, ../sass/pages/_general.scss */
.text-wrapper {
  text-align: center;
  width: 100%;
  max-width: 790px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  /* line 21, ../sass/pages/_general.scss */
  .text-wrapper [class*="section-"] {
    padding: 20px 0 30px;
    padding-left: 11%;
  }
}
@media (min-width: 992px) {
  /* line 16, ../sass/pages/_general.scss */
  .text-wrapper {
    width: 80%;
  }
}
/* line 30, ../sass/pages/_general.scss */
.text-wrapper a {
  font-size: 15px;
  text-decoration: underline;
}
/* line 33, ../sass/pages/_general.scss */
.text-wrapper a:hover, .text-wrapper a:focus {
  text-decoration: underline;
}
@media (min-width: 768px) {
  /* line 30, ../sass/pages/_general.scss */
  .text-wrapper a {
    font-size: 20px;
  }
}
/* line 40, ../sass/pages/_general.scss */
.text-wrapper p {
  letter-spacing: -0.01cm;
}
@media (min-width: 768px) {
  /* line 40, ../sass/pages/_general.scss */
  .text-wrapper p {
    line-height: 34px;
  }
}
/* line 46, ../sass/pages/_general.scss */
.text-wrapper h2 {
  color: #22BCB9;
  font-size: 20px;
}
@media (min-width: 768px) {
  /* line 46, ../sass/pages/_general.scss */
  .text-wrapper h2 {
    font-size: 28px;
  }
}
/* line 53, ../sass/pages/_general.scss */
.text-wrapper h3 {
  font-size: 17px;
  color: #22BCB9;
}
@media (min-width: 768px) {
  /* line 53, ../sass/pages/_general.scss */
  .text-wrapper h3 {
    font-size: 25px;
    margin: 24px auto;
  }
}
/* line 62, ../sass/pages/_general.scss */
.text-wrapper [class^="section-"] ul {
  text-align: left;
  list-style-type: disc;
  padding-left: 7px;
  font-size: 15px;
}
/* line 67, ../sass/pages/_general.scss */
.text-wrapper [class^="section-"] ul li {
  padding-bottom: 8px;
}
@media (min-width: 768px) {
  /* line 62, ../sass/pages/_general.scss */
  .text-wrapper [class^="section-"] ul {
    font-size: 17px;
  }
}
@media (min-width: 768px) {
  /* line 75, ../sass/pages/_general.scss */
  .text-wrapper section {
    margin: 0 auto 40px;
  }
  /* line 78, ../sass/pages/_general.scss */
  .text-wrapper section h2 {
    margin-top: 35px;
  }
  /* line 81, ../sass/pages/_general.scss */
  .text-wrapper section p {
    font-size: 22px;
    line-height: 27px;
  }
}
/* line 87, ../sass/pages/_general.scss */
.text-wrapper .quote {
  font-size: 15px;
}
@media (min-width: 768px) {
  /* line 87, ../sass/pages/_general.scss */
  .text-wrapper .quote {
    font-size: 23px;
  }
}
/* line 95, ../sass/pages/_general.scss */
.text-wrapper.accomplishments .section-lists {
  padding-left: 0;
}
@media (min-width: 768px) {
  /* line 98, ../sass/pages/_general.scss */
  .text-wrapper.accomplishments .section-lists p {
    font-size: 25px;
  }
}
@media (min-width: 768px) {
  /* line 102, ../sass/pages/_general.scss */
  .text-wrapper.accomplishments .section-lists ul {
    font-size: 20px;
  }
}
/* line 108, ../sass/pages/_general.scss */
.text-wrapper.accomplishments section {
  text-align: left;
}
/* line 110, ../sass/pages/_general.scss */
.text-wrapper.accomplishments section h4 {
  font-size: 17px;
}
@media (min-width: 768px) {
  /* line 110, ../sass/pages/_general.scss */
  .text-wrapper.accomplishments section h4 {
    font-size: 25px;
  }
}
/* line 127, ../sass/pages/_general.scss */
.text-wrapper.workshop section p:after, .text-wrapper.auction section p:after {
  content: "";
  display: block;
  width: 48px;
  height: 2px;
  background-color: #FFF;
  margin: 20px auto;
}
@media (min-width: 768px) {
  /* line 127, ../sass/pages/_general.scss */
  .text-wrapper.workshop section p:after, .text-wrapper.auction section p:after {
    margin: 40px auto;
  }
}
/* line 139, ../sass/pages/_general.scss */
.text-wrapper.workshop section p:last-child:after, .text-wrapper.auction section p:last-child:after {
  display: none;
}
@media (min-width: 768px) {
  /* line 146, ../sass/pages/_general.scss */
  .text-wrapper.workshop section {
    width: 72%;
  }
}

/* line 153, ../sass/pages/_general.scss */
.testimonial-wrapper {
  position: relative;
  margin: 32px 0;
}
/* line 156, ../sass/pages/_general.scss */
.testimonial-wrapper .testimonial {
  padding: 1px 0;
}
/* line 158, ../sass/pages/_general.scss */
.testimonial-wrapper .testimonial p {
  width: 88%;
  margin: 20px auto;
}
@media (min-width: 768px) {
  /* line 158, ../sass/pages/_general.scss */
  .testimonial-wrapper .testimonial p {
    width: 76%;
    font-size: 19px;
    line-height: 27px;
    margin: 30px auto;
  }
}
/* line 168, ../sass/pages/_general.scss */
.testimonial-wrapper .testimonial:before, .testimonial-wrapper .testimonial:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  width: 6%;
}
@media (min-width: 768px) {
  /* line 168, ../sass/pages/_general.scss */
  .testimonial-wrapper .testimonial:before, .testimonial-wrapper .testimonial:after {
    width: 12%;
  }
}
/* line 179, ../sass/pages/_general.scss */
.testimonial-wrapper .testimonial:before {
  left: 0;
  background: #2C4852 url(/web/20180914164622im_/http://tonyadavidson.com.au/assets/images/general/brace-left.png) no-repeat center center;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
/* line 184, ../sass/pages/_general.scss */
.testimonial-wrapper .testimonial:after {
  right: 0;
  background: #2C4852 url(/web/20180914164622im_/http://tonyadavidson.com.au/assets/images/general/brace-right.png) no-repeat center center;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
/* line 190, ../sass/pages/_general.scss */
.testimonial-wrapper .testimonial.is_small:before {
  background: #2C4852 url(/web/20180914164622im_/http://tonyadavidson.com.au/assets/images/general/brace-left-small.png) no-repeat center center;
}
/* line 193, ../sass/pages/_general.scss */
.testimonial-wrapper .testimonial.is_small:after {
  background: #2C4852 url(/web/20180914164622im_/http://tonyadavidson.com.au/assets/images/general/brace-right-small.png) no-repeat center center;
}

/* line 199, ../sass/pages/_general.scss */
#contact {
  background-color: #2C4852;
}

/* line 1, ../sass/pages/_blog.scss */
#archive-blog {
  background-color: #2C4852;
}
/* line 4, ../sass/pages/_blog.scss */
#archive-blog .row img {
  margin: 0 auto;
}
/* line 9, ../sass/pages/_blog.scss */
#archive-blog .single-blog {
  background-color: #FFF;
  color: #2C4852;
  margin: 0;
  /*span*/
}
/* line 13, ../sass/pages/_blog.scss */
#archive-blog .single-blog:after {
  content: "";
  display: block;
  height: 33px;
  background: #fff url(/web/20180914164622im_/http://tonyadavidson.com.au/assets/images/blog/blog-bg.jpg) repeat-x;
}
/* line 19, ../sass/pages/_blog.scss */
#archive-blog .single-blog .post-date {
  font-family: 'Arvo' sans-serif;
  font-size: 16px;
  padding: 4px 15px;
}
@media (min-width: 768px) {
  /* line 19, ../sass/pages/_blog.scss */
  #archive-blog .single-blog .post-date {
    padding: 30px 15px;
  }
}
/* line 26, ../sass/pages/_blog.scss */
#archive-blog .single-blog .post-date .date {
  text-transform: uppercase;
}
@media (min-width: 768px) {
  /* line 26, ../sass/pages/_blog.scss */
  #archive-blog .single-blog .post-date .date {
    font-size: 30px;
    line-height: 26px;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  /* line 32, ../sass/pages/_blog.scss */
  #archive-blog .single-blog .post-date .date:after {
    content: "";
    display: block;
    margin: 17px 0;
    width: 25px;
    height: 2px;
    background-color: #bccbd0;
  }
}
@media (min-width: 768px) {
  /* line 42, ../sass/pages/_blog.scss */
  #archive-blog .single-blog .post-date .year {
    font-size: 20px;
  }
}
/* line 48, ../sass/pages/_blog.scss */
#archive-blog .single-blog .item {
  color: #2C4852;
}
@media (min-width: 768px) {
  /* line 51, ../sass/pages/_blog.scss */
  #archive-blog .single-blog .post-content {
    padding: 30px 20px 25px;
  }
}
/* line 56, ../sass/pages/_blog.scss */
#archive-blog .single-blog .post-title {
  font-size: 22px;
  width: 70%;
  line-height: 27px;
  margin: 10px 0;
}
@media (min-width: 768px) {
  /* line 56, ../sass/pages/_blog.scss */
  #archive-blog .single-blog .post-title {
    width: 100%;
    font-size: 27px;
    margin: 16px 0;
  }
}
/* line 67, ../sass/pages/_blog.scss */
#archive-blog .single-blog .post-excerpt {
  font-family: 'Montserrat' sans-serif;
  font-size: 12px;
  line-height: 19px;
  overflow: hidden;
  max-height: 133px;
}
/* line 73, ../sass/pages/_blog.scss */
#archive-blog .single-blog .post-excerpt > p {
  margin: 0;
}
@media (min-width: 768px) {
  /* line 67, ../sass/pages/_blog.scss */
  #archive-blog .single-blog .post-excerpt {
    font-size: 14px;
    height: 76px;
  }
}
/* line 82, ../sass/pages/_blog.scss */
#archive-blog .single-blog .read-more {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  color: #22BCB9;
  font-family: 'Montserrat' sans-serif;
  font-size: 14px;
  margin: 10px 0;
}
/* line 89, ../sass/pages/_blog.scss */
.no-touch #archive-blog .single-blog .read-more:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  /* line 82, ../sass/pages/_blog.scss */
  #archive-blog .single-blog .read-more {
    font-size: 16px;
  }
}
/* line 98, ../sass/pages/_blog.scss */
#archive-blog .pagination {
  overflow: auto;
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  /* line 98, ../sass/pages/_blog.scss */
  #archive-blog .pagination {
    margin-bottom: 50px;
  }
}
/* line 105, ../sass/pages/_blog.scss */
#archive-blog .pagination a {
  font-size: 15px;
  color: #86a4ae;
}
/* line 109, ../sass/pages/_blog.scss */
.no-touch #archive-blog .pagination a:hover, .no-touch #archive-blog .pagination a:focus {
  color: #fff;
}
/* line 111, ../sass/pages/_blog.scss */
.no-touch #archive-blog .pagination a:hover .arrow, .no-touch #archive-blog .pagination a:focus .arrow {
  color: #22BCB9;
}
@media (min-width: 768px) {
  /* line 105, ../sass/pages/_blog.scss */
  #archive-blog .pagination a {
    font-size: 20px;
  }
}

/* line 1, ../sass/pages/_contact.scss */
#contact {
  color: #fff;
}
@media (min-width: 768px) {
  /* line 1, ../sass/pages/_contact.scss */
  #contact {
    padding-top: 55px;
  }
}
/* line 6, ../sass/pages/_contact.scss */
#contact .headline-primary {
  width: 195px;
}
@media (min-width: 480px) {
  /* line 6, ../sass/pages/_contact.scss */
  #contact .headline-primary {
    width: auto;
  }
}
@media (min-width: 768px) {
  /* line 6, ../sass/pages/_contact.scss */
  #contact .headline-primary {
    margin: 30px auto;
  }
}
/* line 15, ../sass/pages/_contact.scss */
#contact .contact-email, #contact .contact-phone {
  text-align: center;
}
/* line 17, ../sass/pages/_contact.scss */
#contact .contact-email p, #contact .contact-email a, #contact .contact-phone p, #contact .contact-phone a {
  display: inline;
}
/* line 21, ../sass/pages/_contact.scss */
#contact .contact-phone {
  font-size: 20px;
}
@media (min-width: 768px) {
  /* line 21, ../sass/pages/_contact.scss */
  #contact .contact-phone {
    font-size: 25px;
  }
}
/* line 27, ../sass/pages/_contact.scss */
#contact .contact-email {
  font-size: 18px;
}
@media (min-width: 768px) {
  /* line 27, ../sass/pages/_contact.scss */
  #contact .contact-email {
    font-size: 20px;
  }
}
/* line 33, ../sass/pages/_contact.scss */
#contact .content {
  margin: 35px 0;
}
@media (min-width: 768px) {
  /* line 33, ../sass/pages/_contact.scss */
  #contact .content {
    margin: 70px 0;
  }
}
@media (min-width: 768px) {
  /* line 39, ../sass/pages/_contact.scss */
  #contact .testimonials {
    margin-top: -32px;
  }
}
@media (min-width: 992px) {
  /* line 39, ../sass/pages/_contact.scss */
  #contact .testimonials {
    padding-left: 60px;
  }
}

/*
     FILE ARCHIVED ON 16:46:22 Sep 14, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:44:28 Jan 18, 2019.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  LoadShardBlock: 166.588 (3)
  esindex: 0.005
  captures_list: 194.345
  CDXLines.iter: 10.053 (3)
  PetaboxLoader3.datanode: 134.488 (5)
  exclusion.robots: 0.174
  exclusion.robots.policy: 0.159
  RedisCDXSource: 15.351
  PetaboxLoader3.resolve: 175.88 (4)
  load_resource: 190.025
*/