@charset "UTF-8";
@import url(../fonts/oswald-light/stylesheet.css);

.tm-margin-bottom {
  margin-bottom: 5px; }

.nowrap, .unwrap {
  white-space: nowrap; }

.font-oswald, .font-oswald-normal, #header-wrapper .mega-menu-wrapper .mg-content-wrapper .mg-item, .font-oswald-light, .font-oswald-bold {
  font-family: "Oswald", sans-serif; }

.font-oswald-normal, #header-wrapper .mega-menu-wrapper .mg-content-wrapper .mg-item {
  font-weight: 400; }

.font-oswald-light {
  font-weight: 300; }

.font-oswald-extralight, #header-banner-content {
  font-family: "oswaldextralight", sans-serif; }

.font-oswald-bold {
  font-weight: 700; }

html {
  font: 300 16px/24px Arial;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  background: #ffffff;
  color: #676767; }

body {
  margin: 0; }

div.error-message {
  position: relative;
  margin: 30px 0px 0px 0px;
  padding: 15px;
  background-color: #ffe6e6; }
  div.error-message p {
    margin: 0; }

.uk-button-link {
  color: #073a5a !important; }

a {
  background: transparent;
  color: #30ae97;
  text-decoration: none;
  cursor: pointer; }
  a:active, a:hover {
    outline: 0; }

.uk-link {
  color: #30ae97;
  text-decoration: none;
  cursor: pointer; }

a:hover, .uk-link:hover {
  color: #4ac1f0;
  text-decoration: none; }

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

b, strong {
  font-weight: bold; }

:not(pre) > code, :not(pre) > kbd, :not(pre) > samp {
  font-size: 14px;
  font-family: Consolas, monospace, serif;
  color: #919191;
  white-space: nowrap; }

em {
  color: #0f362f; }

ins {
  background: #ffe300;
  color: #ffffff;
  text-decoration: none; }

mark {
  background: #1b7a91;
  color: #ffffff; }

q {
  font-style: italic; }

small {
  font-size: 80%; }

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

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  max-width: 100%;
  height: auto;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  vertical-align: middle; }

figure img {
  width: 100%; }

.uk-img-preserve {
  max-width: none; }
  .uk-img-preserve img {
    max-width: none; }

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

blockquote, figure {
  margin: 0; }

p, ul, ol, dl, blockquote, pre, address, fieldset, figure {
  margin: 0 0 15px 0; }

* + p, * + ul, * + ol, * + dl, * + blockquote, * + pre, * + address, * + fieldset, * + figure {
  margin-top: 15px; }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 15px 0;
  font-weight: normal;
  color: #0a1f2c;
  font-family: "Oswald", sans-serif; }

* + h1, * + h2, * + h3, * + h4, * + h5, * + h6 {
  margin-top: 25px; }

h1, .uk-h1 {
  font-size: 48px;
  line-height: 56px;
  font-family: "Oswald", sans-serif; }

h2, .uk-h2 {
  font-size: 38px;
  line-height: 100%;
  font-weight: 400;
  font-family: "Oswald", sans-serif; }

h3, .uk-h3 {
  font-size: 18px;
  line-height: 20px;
  font-family: "Oswald", sans-serif; }

h4, .uk-h4 {
  font-size: 18px;
  line-height: 25px;
  font-family: "Oswald", sans-serif; }

h5, .uk-h5 {
  font-size: 16px;
  line-height: 22px; }

h6, .uk-h6 {
  font-size: 14px;
  line-height: 21px; }

ul, ol {
  padding-left: 30px; }

ul > li > ul, ul > li > ol {
  margin: 0; }

ol > li > ol, ol > li > ul {
  margin: 0; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  margin: 15px 0;
  border: 0;
  border-top: 1px solid #dddddd; }

address {
  font-style: normal; }

blockquote {
  padding-left: 15px;
  border-left: 5px solid #dddddd;
  font-size: 18px;
  line-height: 25px;
  font-style: italic; }

pre {
  padding: 10px;
  background: #f5f5f5;
  font: 14px/21px Consolas, monospace, serif;
  color: #919191;
  -moz-tab-size: 4;
  tab-size: 4;
  overflow: auto; }

::-moz-selection, ::selection {
  background: #135666;
  color: #ffffff;
  text-shadow: none; }

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

progress {
  vertical-align: baseline; }

audio:not([controls]), [hidden], template {
  display: none; }

iframe {
  border: 0; }

@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: device-width; } }
blockquote small {
  color: #bbbbbb; }

.uk-grid {
  margin: 0 0 0 -25px;
  padding: 0;
  list-style: none; }
  .uk-grid:before {
    content: " ";
    display: table; }
  .uk-grid:after {
    content: " ";
    display: table;
    clear: both; }
  .uk-grid > * {
    margin: 0;
    padding-left: 25px;
    float: left; }
    .uk-grid > * > :last-child {
      margin-bottom: 0; }
  .uk-grid + .uk-grid {
    margin-top: 25px; }
  .uk-grid > .uk-grid-margin, .uk-grid > * > .uk-panel + .uk-panel {
    margin-top: 25px; }
  .uk-grid.uk-grid-small {
    margin-left: -10px; }
    .uk-grid.uk-grid-small > * {
      padding-left: 10px; }
    .uk-grid.uk-grid-small + .uk-grid-small {
      margin-top: 10px; }
    .uk-grid.uk-grid-small > .uk-grid-margin, .uk-grid.uk-grid-small > * > .uk-panel + .uk-panel {
      margin-top: 10px; }

@media (min-width: 1220px) {
  .uk-grid:not(.uk-grid-preserve) {
    margin-left: -35px; }
    .uk-grid:not(.uk-grid-preserve) > * {
      padding-left: 35px; }
    .uk-grid:not(.uk-grid-preserve) + .uk-grid {
      margin-top: 35px; }
    .uk-grid:not(.uk-grid-preserve) > .uk-grid-margin, .uk-grid:not(.uk-grid-preserve) > * > .uk-panel + .uk-panel {
      margin-top: 0; } }
.uk-grid-divider:not(:empty) {
  margin-left: -25px;
  margin-right: -25px;
  width: 100%; }
.uk-grid-divider > * {
  padding-left: 25px;
  padding-right: 25px; }
.uk-grid-divider > [class*='uk-width-1-']:not(.uk-width-1-1):nth-child(n+2), .uk-grid-divider > [class*='uk-width-2-']:nth-child(n+2), .uk-grid-divider > [class*='uk-width-3-']:nth-child(n+2), .uk-grid-divider > [class*='uk-width-4-']:nth-child(n+2), .uk-grid-divider > [class*='uk-width-5-']:nth-child(n+2), .uk-grid-divider > [class*='uk-width-6-']:nth-child(n+2), .uk-grid-divider > [class*='uk-width-7-']:nth-child(n+2), .uk-grid-divider > [class*='uk-width-8-']:nth-child(n+2), .uk-grid-divider > [class*='uk-width-9-']:nth-child(n+2) {
  border-left: 1px solid #dddddd; }
.uk-grid-divider:empty {
  margin-top: 25px;
  margin-bottom: 25px;
  border-top: 1px solid #dddddd; }

@media (min-width: 768px) {
  .uk-grid-divider > [class*='uk-width-medium-']:not(.uk-width-medium-1-1):nth-child(n+2) {
    border-left: 1px solid #dddddd; } }
@media (min-width: 960px) {
  .uk-grid-divider > [class*='uk-width-large-']:not(.uk-width-large-1-1):nth-child(n+2) {
    border-left: 1px solid #dddddd; } }
@media (min-width: 1220px) {
  .uk-grid-divider:not(.uk-grid-preserve):not(:empty) {
    margin-left: -35px;
    margin-right: -35px; }
  .uk-grid-divider:not(.uk-grid-preserve) > * {
    padding-left: 35px;
    padding-right: 35px; }
  .uk-grid-divider:not(.uk-grid-preserve):empty {
    margin-top: 35px;
    margin-bottom: 35px; } }
[class*='uk-grid-width'] > * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%; }

.uk-grid-width-1-2 > * {
  width: 50%; }

.uk-grid-width-1-3 > * {
  width: 33.333%; }

.uk-grid-width-1-4 > * {
  width: 25%; }

.uk-grid-width-1-5 > * {
  width: 20%; }

.uk-grid-width-1-6 > * {
  width: 16.666%; }

.uk-grid-width-1-10 > * {
  width: 10%; }

@media (min-width: 480px) {
  .uk-grid-width-small-1-2 > * {
    width: 50%; }

  .uk-grid-width-small-1-3 > * {
    width: 33.333%; }

  .uk-grid-width-small-1-4 > * {
    width: 25%; }

  .uk-grid-width-small-1-5 > * {
    width: 20%; }

  .uk-grid-width-small-1-6 > * {
    width: 16.666%; }

  .uk-grid-width-small-1-10 > * {
    width: 10%; } }
@media (min-width: 768px) {
  .uk-grid-width-medium-1-2 > * {
    width: 50%; }

  .uk-grid-width-medium-1-3 > * {
    width: 33.333%; }

  .uk-grid-width-medium-1-4 > * {
    width: 25%; }

  .uk-grid-width-medium-1-5 > * {
    width: 20%; }

  .uk-grid-width-medium-1-6 > * {
    width: 16.666%; }

  .uk-grid-width-medium-1-10 > * {
    width: 10%; } }
@media (min-width: 960px) {
  .uk-grid-width-large-1-2 > * {
    width: 50%; }

  .uk-grid-width-large-1-3 > * {
    width: 33.333%; }

  .uk-grid-width-large-1-4 > * {
    width: 25%; }

  .uk-grid-width-large-1-5 > * {
    width: 20%; }

  .uk-grid-width-large-1-6 > * {
    width: 16.666%; }

  .uk-grid-width-large-1-10 > * {
    width: 10%; } }
@media (min-width: 1220px) {
  .uk-grid-width-xlarge-1-2 > * {
    width: 50%; }

  .uk-grid-width-xlarge-1-3 > * {
    width: 33.333%; }

  .uk-grid-width-xlarge-1-4 > * {
    width: 25%; }

  .uk-grid-width-xlarge-1-5 > * {
    width: 20%; }

  .uk-grid-width-xlarge-1-6 > * {
    width: 16.666%; }

  .uk-grid-width-xlarge-1-10 > * {
    width: 10%; } }
[class*='uk-width'] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%; }

.uk-width-1-1 {
  width: 100%; }

.uk-width-1-2, .uk-width-2-4, .uk-width-3-6, .uk-width-5-10 {
  width: 50%; }

.uk-width-1-3, .uk-width-2-6 {
  width: 33.333%; }

.uk-width-2-3, .uk-width-4-6 {
  width: 66.666%; }

.uk-width-1-4 {
  width: 25%; }

.uk-width-3-4 {
  width: 75%; }

.uk-width-1-5, .uk-width-2-10 {
  width: 20%; }

.uk-width-2-5, .uk-width-4-10 {
  width: 40%; }

.uk-width-3-5, .uk-width-6-10 {
  width: 60%; }

.uk-width-4-5, .uk-width-8-10 {
  width: 80%; }

.uk-width-1-6 {
  width: 16.666%; }

.uk-width-5-6 {
  width: 83.333%; }

.uk-width-1-10 {
  width: 10%; }

.uk-width-3-10 {
  width: 30%; }

.uk-width-7-10 {
  width: 70%; }

.uk-width-9-10 {
  width: 90%; }

@media (min-width: 480px) {
  .uk-width-small-1-1 {
    width: 100%; }

  .uk-width-small-1-2, .uk-width-small-2-4, .uk-width-small-3-6, .uk-width-small-5-10 {
    width: 50%; }

  .uk-width-small-1-3, .uk-width-small-2-6 {
    width: 33.333%; }

  .uk-width-small-2-3, .uk-width-small-4-6 {
    width: 66.666%; }

  .uk-width-small-1-4 {
    width: 25%; }

  .uk-width-small-3-4 {
    width: 75%; }

  .uk-width-small-1-5, .uk-width-small-2-10 {
    width: 20%; }

  .uk-width-small-2-5, .uk-width-small-4-10 {
    width: 40%; }

  .uk-width-small-3-5, .uk-width-small-6-10 {
    width: 60%; }

  .uk-width-small-4-5, .uk-width-small-8-10 {
    width: 80%; }

  .uk-width-small-1-6 {
    width: 16.666%; }

  .uk-width-small-5-6 {
    width: 83.333%; }

  .uk-width-small-1-10 {
    width: 10%; }

  .uk-width-small-3-10 {
    width: 30%; }

  .uk-width-small-7-10 {
    width: 70%; }

  .uk-width-small-9-10 {
    width: 90%; } }
@media (min-width: 768px) {
  .uk-width-medium-1-1 {
    width: 100%;
    margin-top: -30px; }

  .uk-width-medium-1-2, .uk-width-medium-2-4, .uk-width-medium-3-6, .uk-width-medium-5-10 {
    width: 50%; }

  .uk-width-medium-1-3, .uk-width-medium-2-6 {
    width: 33.333%; }

  .uk-width-medium-2-3, .uk-width-medium-4-6 {
    width: 90%; }

  .uk-width-medium-1-4 {
    width: 25%; }

  .uk-width-medium-3-4 {
    width: 75%; }

  .uk-width-medium-1-5, .uk-width-medium-2-10 {
    width: 20%; }

  .uk-width-medium-2-5, .uk-width-medium-4-10 {
    width: 40%; }

  .uk-width-medium-3-5, .uk-width-medium-6-10 {
    width: 60%; }

  .uk-width-medium-4-5, .uk-width-medium-8-10 {
    width: 80%; }

  .uk-width-medium-1-6 {
    width: 16.666%; }

  .uk-width-medium-5-6 {
    width: 83.333%; }

  .uk-width-medium-1-10 {
    width: 10%; }

  .uk-width-medium-3-10 {
    width: 30%; }

  .uk-width-medium-7-10 {
    width: 70%; }

  .uk-width-medium-9-10 {
    width: 90%; } }
@media (min-width: 960px) {
  .uk-width-large-1-1 {
    width: 100%; }

  .uk-width-large-1-2, .uk-width-large-2-4, .uk-width-large-3-6, .uk-width-large-5-10 {
    width: 50%; }

  .uk-width-large-1-3, .uk-width-large-2-6 {
    width: 33.333%; }

  .uk-width-large-2-3, .uk-width-large-4-6 {
    width: 66.666%; }

  .uk-width-large-1-4 {
    width: 25%; }

  .uk-width-large-3-4 {
    width: 75%; }

  .uk-width-large-1-5, .uk-width-large-2-10 {
    width: 20%; }

  .uk-width-large-2-5, .uk-width-large-4-10 {
    width: 40%; }

  .uk-width-large-3-5, .uk-width-large-6-10 {
    width: 60%; }

  .uk-width-large-4-5, .uk-width-large-8-10 {
    width: 80%; }

  .uk-width-large-1-6 {
    width: 16.666%; }

  .uk-width-large-5-6 {
    width: 83.333%; }

  .uk-width-large-1-10 {
    width: 10%; }

  .uk-width-large-3-10 {
    width: 30%; }

  .uk-width-large-7-10 {
    width: 70%; }

  .uk-width-large-9-10 {
    width: 90%; } }
@media (min-width: 768px) {
  [class*='uk-push-'], [class*='uk-pull-'] {
    position: relative; }

  .uk-push-1-2, .uk-push-2-4, .uk-push-3-6, .uk-push-5-10 {
    left: 50%; }

  .uk-push-1-3, .uk-push-2-6 {
    left: 33.333%; }

  .uk-push-2-3, .uk-push-4-6 {
    left: 66.666%; }

  .uk-push-1-4 {
    left: 25%; }

  .uk-push-3-4 {
    left: 75%; }

  .uk-push-1-5, .uk-push-2-10 {
    left: 20%; }

  .uk-push-2-5, .uk-push-4-10 {
    left: 40%; }

  .uk-push-3-5, .uk-push-6-10 {
    left: 60%; }

  .uk-push-4-5, .uk-push-8-10 {
    left: 80%; }

  .uk-push-1-6 {
    left: 16.666%; }

  .uk-push-5-6 {
    left: 83.333%; }

  .uk-push-1-10 {
    left: 10%; }

  .uk-push-3-10 {
    left: 30%; }

  .uk-push-7-10 {
    left: 70%; }

  .uk-push-9-10 {
    left: 90%; }

  .uk-pull-1-2, .uk-pull-2-4, .uk-pull-3-6, .uk-pull-5-10 {
    left: -50%; }

  .uk-pull-1-3, .uk-pull-2-6 {
    left: -33.333%; }

  .uk-pull-2-3, .uk-pull-4-6 {
    left: -66.666%; }

  .uk-pull-1-4 {
    left: -25%; }

  .uk-pull-3-4 {
    left: -75%; }

  .uk-pull-1-5, .uk-pull-2-10 {
    left: -20%; }

  .uk-pull-2-5, .uk-pull-4-10 {
    left: -40%; }

  .uk-pull-3-5, .uk-pull-6-10 {
    left: -60%; }

  .uk-pull-4-5, .uk-pull-8-10 {
    left: -80%; }

  .uk-pull-1-6 {
    left: -16.666%; }

  .uk-pull-5-6 {
    left: -83.333%; }

  .uk-pull-1-10 {
    left: -10%; }

  .uk-pull-3-10 {
    left: -30%; }

  .uk-pull-7-10 {
    left: -70%; }

  .uk-pull-9-10 {
    left: -90%; } }
.uk-panel {
  display: block;
  position: relative; }
  .uk-panel:before {
    content: " ";
    display: table; }
  .uk-panel:after {
    content: " ";
    display: table;
    clear: both; }
  .uk-panel > :not(.uk-panel-title):last-child {
    margin-bottom: 0; }

.uk-panel-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
  text-transform: uppercase;
  color: #1b7a91; }

.uk-panel-badge {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  padding: 5px 8px !important;
  right: -1px !important;
  top: -1px !important;
  border-radius: 0 !important; }

.uk-panel-box {
  padding: 30px;
  background: #ffffff;
  color: #919191; }
  .uk-panel-box.widget_search, .uk-panel-box.widget_calendar, .uk-panel-box.social-sharing-widget, .uk-panel-box.widget_text {
    padding: 30px 0; }
  .uk-panel-box.widget_nav_menu {
    padding: 0; }
    .uk-panel-box.widget_nav_menu .widget-content {
      border-top: 1px solid #efefef !important; }
  .uk-panel-box .uk-panel-title {
    color: #1b7a91; }
  .uk-panel-box .uk-panel-badge {
    top: 10px;
    right: 10px; }
  .uk-panel-box .uk-panel-teaser {
    margin: -30px -30px 15px -30px; }
  .uk-panel-box > .uk-nav-side {
    margin: 0 -30px; }

.uk-panel-box-primary {
  background-color: #1b7a91;
  color: #d1e4e9;
  border: 1px solid #1b7a91; }
  .uk-panel-box-primary a {
    color: #135566; }
    .uk-panel-box-primary a:hover {
      color: #0e3d49; }
  .uk-panel-box-primary .uk-panel-title {
    color: #ffffff; }

.uk-panel-box-secondary {
  background-color: #2a3537;
  color: #6c898e;
  border: 1px solid #2a3537; }
  .uk-panel-box-secondary a {
    color: #30ae97; }
    .uk-panel-box-secondary a:hover {
      color: #2f8bcb; }
  .uk-panel-box-secondary .uk-panel-title {
    color: #bfc2c3; }

.uk-panel-header .uk-panel-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;
  color: #1b7a91; }

.uk-panel-space {
  padding: 30px; }
  .uk-panel-space .uk-panel-badge {
    top: 30px;
    right: 30px; }

.uk-panel + .uk-panel-divider {
  margin-top: 50px !important; }
  .uk-panel + .uk-panel-divider:before {
    content: "";
    display: block;
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    border-top: 1px solid #dddddd; }
.uk-panel .uk-nav {
  margin: 0; }

@media (min-width: 1220px) {
  .uk-panel + .uk-panel-divider {
    margin-top: 70px !important; }
    .uk-panel + .uk-panel-divider:before {
      top: -35px; } }
.uk-panel-box-primary .uk-button {
  color: #919191; }
  .uk-panel-box-primary .uk-button.uk-button-primary, .uk-panel-box-primary .uk-button.uk-button-success, .uk-panel-box-primary .uk-button.uk-button-danger {
    color: #ffffff; }

.uk-panel-box-secondary .uk-button {
  color: #919191; }
  .uk-panel-box-secondary .uk-button.uk-button-primary, .uk-panel-box-secondary .uk-button.uk-button-success, .uk-panel-box-secondary .uk-button.uk-button-danger {
    color: #ffffff; }

.uk-article:before {
  content: " ";
  display: table; }
.uk-article:after {
  content: " ";
  display: table;
  clear: both; }
.uk-article > :last-child {
  margin-bottom: 0; }
.uk-article + .uk-article {
  margin-top: 15px; }

.uk-article-title {
  font-size: 41px;
  line-height: 48px;
  font-weight: normal;
  text-transform: none; }
  .uk-article-title a {
    color: inherit;
    text-decoration: none; }

.uk-article-meta {
  font-size: 14px;
  line-height: 21px;
  color: #bbbbbb; }

.uk-article-lead {
  color: #919191;
  font-size: 20px;
  line-height: 27px;
  font-weight: normal; }

.uk-article-divider {
  margin-bottom: 25px;
  border-color: #dddddd; }

* + .uk-article-divider {
  margin-top: 25px; }

.uk-comment-header {
  margin-bottom: 15px; }
  .uk-comment-header:before {
    content: " ";
    display: table; }
  .uk-comment-header:after {
    content: " ";
    display: table;
    clear: both; }

.uk-comment-avatar {
  margin-right: 15px;
  float: left;
  border-radius: 100%; }

.uk-comment-title {
  margin: 5px 0 0 0;
  font-size: 18px;
  line-height: 25px;
  margin: 0; }

.uk-comment-meta {
  margin: 2px 0 0 0;
  font-size: 12px;
  line-height: 17px;
  color: #bbbbbb; }

.uk-comment-body > :last-child {
  margin-bottom: 0; }

.uk-comment-list {
  padding: 0;
  list-style: none; }
  .uk-comment-list .uk-comment + ul {
    margin: 15px 0 0 0;
    list-style: none; }
  .uk-comment-list .uk-comment + ul > li:nth-child(n+2) {
    margin-top: 15px; }
  .uk-comment-list > li:nth-child(n+2) {
    margin-top: 15px; }

@media (min-width: 768px) {
  .uk-comment-list .uk-comment + ul {
    padding-left: 100px; } }
.uk-comment-primary {
  border: 1px solid #dddddd;
  padding: 15px; }

.uk-nav {
  margin: 0;
  padding: 0;
  list-style: none; }
  .uk-nav ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .uk-nav li > a {
    display: block;
    text-decoration: none; }
  .uk-nav > li > a {
    padding: 5px 5px; }
  .uk-nav ul {
    padding-left: 15px; }
    .uk-nav ul a {
      padding: 2px 0; }
  .uk-nav li > a > div {
    font-size: 14px;
    line-height: 21px; }

.uk-nav-header {
  padding: 5px 5px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 18px;
  border-bottom: 1px solid #dddddd;
  letter-spacing: 0.1em; }
  .uk-nav-header:not(:first-child) {
    margin-top: 15px; }

.uk-nav-divider {
  margin: 9px 5px; }

ul.uk-nav-sub {
  padding: 5px 0 5px 5px;
  border-top: 1px dotted rgba(221, 221, 221, 0.5); }

.uk-nav-parent-icon > .uk-parent > a:after {
  content: "";
  width: 8px;
  margin-right: -10px;
  float: right;
  font-family: FontAwesome;
  text-align: center;
  font-size: 10px; }
.uk-nav-parent-icon > .uk-parent.uk-open > a:after {
  content: ""; }

.uk-nav-side > li > a {
  color: #919191; }
  .uk-nav-side > li > a:hover, .uk-nav-side > li > a:focus {
    background: transparent;
    color: #2f8bcb;
    outline: none; }
.uk-nav-side > li.uk-active > a {
  background: transparent;
  color: #2f8bcb; }
.uk-nav-side .uk-nav-header {
  color: #1b7a91; }
.uk-nav-side .uk-nav-divider {
  border-top: 1px solid #dddddd; }
.uk-nav-side ul a {
  color: rgba(145, 145, 145, 0.7); }
  .uk-nav-side ul a:hover {
    color: #2f8bcb; }

.uk-nav-dropdown > li > a {
  color: #919191; }
  .uk-nav-dropdown > li > a:hover, .uk-nav-dropdown > li > a:focus {
    background: transparent;
    color: #2f8bcb;
    outline: none; }
.uk-nav-dropdown .uk-nav-header {
  color: #1b7a91; }
.uk-nav-dropdown .uk-nav-divider {
  border-top: 1px solid #dddddd; }
.uk-nav-dropdown ul a {
  color: rgba(145, 145, 145, 0.7); }
  .uk-nav-dropdown ul a:hover {
    color: #2f8bcb; }

.uk-nav-navbar > li > a {
  color: #919191; }
  .uk-nav-navbar > li > a:hover, .uk-nav-navbar > li > a:focus {
    background: transparent;
    color: #2f8bcb;
    outline: none; }
.uk-nav-navbar .uk-nav-header {
  color: #1b7a91; }
.uk-nav-navbar .uk-nav-divider {
  border-top: 1px solid #dddddd; }
.uk-nav-navbar ul a {
  color: rgba(145, 145, 145, 0.7); }
  .uk-nav-navbar ul a:hover {
    color: #2f8bcb; }

.uk-nav-offcanvas > li > a {
  color: #ffffff;
  padding: 15px 20px;
  border-top: 1px solid #2e3b3d; }
.uk-nav-offcanvas > .uk-open > a {
  background: transparent;
  color: #2f8bcb;
  outline: none; }

html:not(.uk-touch) .uk-nav-offcanvas > li > a:hover, html:not(.uk-touch) .uk-nav-offcanvas > li > a:focus {
  background: transparent;
  color: #2f8bcb;
  outline: none; }
html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
  background: transparent;
  color: #98d7cb; }

.uk-nav-offcanvas .uk-nav-header {
  color: #7f8687;
  padding-left: 20px;
  border-color: #354345; }
.uk-nav-offcanvas .uk-nav-divider {
  border-top: 1px solid #262f31; }
.uk-nav-offcanvas ul a {
  color: #ffffff; }

html:not(.uk-touch) .uk-nav-offcanvas ul a:hover, .uk-nav > li.uk-active > a, .uk-nav-dropdown > li.uk-active > a {
  color: #2f8bcb; }

.uk-navbar {
  background: rgba(156, 18, 18, 0);
  color: rgba(255, 255, 255, 0.5); }
  .uk-navbar:before {
    content: " ";
    display: table; }
  .uk-navbar:after {
    content: " ";
    display: table;
    clear: both; }

.uk-navbar-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left; }
  .uk-navbar-nav > li {
    float: left;
    position: relative; }
    .uk-navbar-nav > li > a {
      display: block;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      text-decoration: none;
      height: 140px;
      padding: 0 0px;
      line-height: 140px;
      color: #ffffff;
      font-size: 18px;
      font-family: "Open Sans", sans-serif;
      font-weight: 300; }
      .uk-navbar-nav > li > a[href='#'] {
        cursor: text; }
    .uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a:focus, .uk-navbar-nav > li.uk-open > a {
      background-color: transparent;
      color: #2a3537;
      outline: none; }
    .uk-navbar-nav > li > a:active, .uk-navbar-nav > li.uk-active > a {
      background-color: transparent;
      color: #2a3537; }
  .uk-navbar-nav .uk-navbar-nav-subtitle {
    line-height: 124px; }

.uk-navbar-nav-subtitle > div {
  margin-top: -51px;
  font-size: 12px;
  line-height: 16px; }

.uk-navbar-content, .uk-navbar-brand, .uk-navbar-toggle {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: 140px;
  padding: 0 0px;
  float: left; }

.uk-navbar-content:before, .uk-navbar-brand:before, .uk-navbar-toggle:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.uk-navbar-content + .uk-navbar-content:not(.uk-navbar-center) {
  padding-left: 0; }
.uk-navbar-content > a:not([class]) {
  color: #30ae97; }
  .uk-navbar-content > a:not([class]):hover {
    color: #2f8bcb; }

.uk-navbar-brand {
  font-size: 20px;
  color: #ffffff;
  text-decoration: none; }
  .uk-navbar-brand:hover, .uk-navbar-brand:focus {
    color: #2f8bcb;
    text-decoration: none;
    outline: none; }

.uk-navbar-toggle {
  font-size: 20px;
  color: #ffffff;
  text-decoration: none; }
  .uk-navbar-toggle:hover, .uk-navbar-toggle:focus {
    color: #ffffff;
    text-decoration: none;
    outline: none; }
  .uk-navbar-toggle:after {
    content: "";
    font-family: FontAwesome;
    vertical-align: middle; }

.uk-navbar-toggle-alt:after {
  content: ""; }

.uk-navbar-center {
  float: none;
  text-align: center;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto; }

.uk-navbar-flip {
  float: right; }

.uk-navbar-nav > li {
  margin: 0 10px; }

.uk-navbar-brand {
  margin-left: -4px; }

.uk-navbar-nav li a {
  -webkit-transition: color 0.1s ease-in-out, height 0.4s ease-in-out, line-height 0.4s ease-in-out !important;
  transition: color 0.1s ease-in-out, height 0.4s ease-in-out, line-height 0.4s ease-in-out !important; }

.uk-subnav {
  padding: 0;
  list-style: none;
  font-size: 0.001px; }
  .uk-subnav > li {
    position: relative;
    font-size: 1rem;
    vertical-align: top;
    display: inline-block; }
    .uk-subnav > li > a, .uk-subnav > li > span {
      display: inline-block; }
    .uk-subnav > li:nth-child(n+2) {
      margin-left: 15px; }
    .uk-subnav > li > a {
      color: #30ae97; }
      .uk-subnav > li > a:hover {
        color: #2f8bcb; }
    .uk-subnav > li > span {
      color: #bbbbbb; }

.uk-subnav-line > li:nth-child(n+2):before {
  content: "";
  display: inline-block;
  height: 10px;
  margin-right: 15px;
  border-left: 1px solid #dddddd; }

.uk-subnav-pill > li > a, .uk-subnav-pill > li > span {
  padding: 3px 9px;
  text-decoration: none;
  border-radius: 3px; }
.uk-subnav-pill > li > a:hover, .uk-subnav-pill > li > a:focus {
  background: #f5f5f5;
  color: #919191;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
.uk-subnav-pill > li.uk-active > a {
  background: #1b7a91;
  color: #ffffff; }

.uk-subnav > li > a:hover {
  text-decoration: none; }

.uk-breadcrumb {
  padding: 0;
  list-style: none;
  font-size: 0.001px; }
  .uk-breadcrumb > li {
    font-size: 12px;
    vertical-align: top;
    display: inline-block; }
    .uk-breadcrumb > li > a, .uk-breadcrumb > li > span {
      display: inline-block;
      color: #0a1f2c;
      font-weight: 700; }
    .uk-breadcrumb > li:nth-child(n+2):before {
      content: "";
      display: inline-block;
      margin: 0 15px;
      font-family: "FontAwesome"; }
    .uk-breadcrumb > li:not(.uk-active) > span {
      color: #bbbbbb; }

.uk-pagination {
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 0.001px; }
  .uk-pagination:before {
    content: " ";
    display: table; }
  .uk-pagination:after {
    content: " ";
    display: table;
    clear: both; }
  .uk-pagination > li {
    display: inline-block;
    font-size: 1rem;
    vertical-align: top; }
    .uk-pagination > li:nth-child(n+2) {
      margin-left: 5px; }
    .uk-pagination > li > a, .uk-pagination > li > span {
      display: inline-block;
      min-width: 18px;
      padding: 3px 5px;
      line-height: 22px;
      text-decoration: none;
      -moz-box-sizing: content-box;
      box-sizing: content-box;
      text-align: center;
      padding: 8px 10px;
      border-radius: 22px; }
    .uk-pagination > li > a {
      background: #f5f5f5;
      color: #919191; }
      .uk-pagination > li > a:hover, .uk-pagination > li > a:focus {
        background-color: #f0f0f0;
        color: #2f8bcb;
        outline: none; }
      .uk-pagination > li > a:active {
        background-color: #e8e8e8;
        color: #2f8bcb; }
  .uk-pagination > .uk-active > span {
    background: #1b7a91;
    color: #ffffff; }
  .uk-pagination > .uk-disabled > span {
    background-color: transparent;
    color: #e6e6e6;
    border: 1px solid rgba(221, 221, 221, 0.5); }

.uk-pagination-previous {
  float: left; }

.uk-pagination-next {
  float: right; }

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

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

.uk-tab {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #dddddd; }
  .uk-tab:before {
    content: " ";
    display: table; }
  .uk-tab:after {
    content: " ";
    display: table;
    clear: both; }
  .uk-tab > li {
    margin-bottom: -1px;
    float: left;
    position: relative; }
    .uk-tab > li > a {
      display: block;
      padding: 10px 20px 10px 20px;
      border: 1px solid transparent;
      border-bottom-width: 0;
      color: #30ae97;
      text-decoration: none; }
    .uk-tab > li:nth-child(n+2) > a {
      margin-left: 5px; }
    .uk-tab > li > a:hover, .uk-tab > li > a:focus {
      border-color: #dddddd;
      background: #ffffff;
      color: #2f8bcb;
      outline: none; }
    .uk-tab > li.uk-open > a {
      border-color: #dddddd;
      background: #ffffff;
      color: #2f8bcb;
      outline: none; }
    .uk-tab > li:not(.uk-active) > a:hover, .uk-tab > li:not(.uk-active) > a:focus {
      margin-bottom: 1px;
      padding-bottom: 9px; }
    .uk-tab > li.uk-open:not(.uk-active) > a {
      margin-bottom: 1px;
      padding-bottom: 9px; }
    .uk-tab > li.uk-active > a {
      border-color: #dddddd;
      border-bottom-color: transparent;
      background: #ffffff;
      color: #2f8bcb; }
    .uk-tab > li.uk-disabled > a {
      color: #bbbbbb;
      cursor: auto; }
      .uk-tab > li.uk-disabled > a:hover, .uk-tab > li.uk-disabled > a:focus {
        background: none;
        border-color: transparent; }
    .uk-tab > li.uk-disabled.uk-active > a {
      background: none;
      border-color: transparent; }

.uk-tab-flip > li {
  float: right; }
  .uk-tab-flip > li:nth-child(n+2) > a {
    margin-left: 0;
    margin-right: 5px; }

.uk-tab > li.uk-tab-responsive > a {
  margin-left: 0;
  margin-right: 0; }

.uk-tab-responsive > a:before {
  content: " ";
  font-family: FontAwesome; }

.uk-tab-center {
  border-bottom: 1px solid #dddddd; }

.uk-tab-center-bottom {
  border-bottom: none;
  border-top: 1px solid #dddddd; }

.uk-tab-center:before {
  content: " ";
  display: table; }
.uk-tab-center:after {
  content: " ";
  display: table;
  clear: both; }
.uk-tab-center .uk-tab {
  position: relative;
  right: 50%;
  border: none;
  float: right; }
  .uk-tab-center .uk-tab > li {
    position: relative;
    right: -50%; }
    .uk-tab-center .uk-tab > li > a {
      text-align: center; }

.uk-tab-bottom {
  border-top: 1px solid #dddddd;
  border-bottom: none; }
  .uk-tab-bottom > li {
    margin-top: -1px;
    margin-bottom: 0; }
    .uk-tab-bottom > li > a {
      padding-top: 10px;
      padding-bottom: 10px;
      border-bottom-width: 1px;
      border-top-width: 0; }
    .uk-tab-bottom > li:not(.uk-active) > a:hover, .uk-tab-bottom > li:not(.uk-active) > a:focus {
      margin-bottom: 0;
      margin-top: 1px;
      padding-bottom: 10px;
      padding-top: 9px; }
    .uk-tab-bottom > li.uk-open:not(.uk-active) > a {
      margin-bottom: 0;
      margin-top: 1px;
      padding-bottom: 10px;
      padding-top: 9px; }
    .uk-tab-bottom > li.uk-active > a {
      border-top-color: transparent;
      border-bottom-color: #dddddd; }

.uk-tab-grid {
  margin-left: -5px;
  border-bottom: none;
  position: relative;
  z-index: 0; }
  .uk-tab-grid:before {
    display: block;
    position: absolute;
    left: 5px;
    right: 0;
    bottom: -1px;
    border-top: 1px solid #dddddd;
    z-index: -1; }
  .uk-tab-grid > li:first-child > a {
    margin-left: 5px; }
  .uk-tab-grid > li > a {
    text-align: center; }
  .uk-tab-grid.uk-tab-bottom {
    border-top: none; }
    .uk-tab-grid.uk-tab-bottom:before {
      top: -1px;
      bottom: auto; }

@media (min-width: 768px) {
  .uk-tab-left, .uk-tab-right {
    border-bottom: none; }

  .uk-tab-left > li, .uk-tab-right > li {
    margin-bottom: 0;
    float: none; }

  .uk-tab-left > li > a, .uk-tab-right > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }

  .uk-tab-left > li:nth-child(n+2) > a, .uk-tab-right > li:nth-child(n+2) > a {
    margin-left: 0;
    margin-top: 5px; }

  .uk-tab-left > li.uk-active > a, .uk-tab-right > li.uk-active > a {
    border-color: #dddddd; }

  .uk-tab-left {
    border-right: 1px solid #dddddd; }
    .uk-tab-left > li {
      margin-right: -1px; }
      .uk-tab-left > li > a {
        border-bottom-width: 1px;
        border-right-width: 0; }
      .uk-tab-left > li:not(.uk-active) > a:hover, .uk-tab-left > li:not(.uk-active) > a:focus {
        margin-bottom: 0;
        margin-right: 1px;
        padding-bottom: 10px;
        padding-right: 19px; }
      .uk-tab-left > li.uk-active > a {
        border-right-color: transparent; }

  .uk-tab-right {
    border-left: 1px solid #dddddd; }
    .uk-tab-right > li {
      margin-left: -1px; }
      .uk-tab-right > li > a {
        border-bottom-width: 1px;
        border-left-width: 0; }
      .uk-tab-right > li:not(.uk-active) > a:hover, .uk-tab-right > li:not(.uk-active) > a:focus {
        margin-bottom: 0;
        margin-left: 1px;
        padding-bottom: 10px;
        padding-left: 19px; }
      .uk-tab-right > li.uk-active > a {
        border-left-color: transparent; } }
.uk-tab > li:nth-child(n+2) > a {
  margin-left: -1px; }

.uk-tab-flip > li:nth-child(n+2) > a {
  margin-right: -1px; }

.uk-tab-left > li:nth-child(n+2) > a {
  margin: -1px 0 0 0; }

.uk-tab-right > li:nth-child(n+2) > a {
  margin-top: -1px;
  margin-left: 0; }
.uk-tab-right > li:not(.uk-active) > a:hover, .uk-tab-right > li:not(.uk-active) > a:focus {
  padding-left: 19px; }

.uk-tab .uk-dropdown {
  margin: -1px 0 0 -1px;
  border: 1px solid #dddddd;
  border-radius: 0 0 3px 3px;
  background: #ffffff; }

.uk-list {
  padding: 0;
  list-style: none; }
  .uk-list > li:before {
    content: " ";
    display: table; }
  .uk-list > li:after {
    content: " ";
    display: table;
    clear: both; }
  .uk-list > li > :last-child {
    margin-bottom: 0; }
  .uk-list ul {
    margin: 0;
    padding-left: 15px;
    list-style: none; }

.uk-list-line > li:nth-child(n+2) {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #dddddd; }

.uk-list-striped > li {
  padding: 7px 12px; }
  .uk-list-striped > li:nth-of-type(odd) {
    background: #fafafa; }

.uk-list-space > li:nth-child(n+2) {
  margin-top: 10px; }

@media (min-width: 768px) {
  .uk-description-list-horizontal {
    overflow: hidden; }
    .uk-description-list-horizontal > dt {
      width: 160px;
      float: left;
      clear: both;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .uk-description-list-horizontal > dd {
      margin-left: 180px; } }
.uk-description-list-line > dt {
  font-weight: normal; }
  .uk-description-list-line > dt:nth-child(n+2) {
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px solid #dddddd; }
.uk-description-list-line > dd {
  color: #bbbbbb; }

.uk-table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 15px; }

* + .uk-table {
  margin-top: 15px; }

.uk-table th, .uk-table td {
  padding: 10px 10px; }
.uk-table th {
  text-align: left; }
.uk-table td {
  vertical-align: top; }
.uk-table thead th {
  vertical-align: bottom; }
.uk-table caption, .uk-table tfoot {
  font-size: 14px;
  font-style: italic; }
.uk-table caption {
  text-align: left;
  color: #bbbbbb; }

.uk-table-middle {
  vertical-align: middle !important; }
  .uk-table-middle td {
    vertical-align: middle !important; }

.uk-table-striped tbody tr:nth-of-type(odd) {
  background: #fcfcfc; }

.uk-table-condensed td {
  padding: 4px 8px; }

.uk-table-hover tbody tr:hover {
  background: rgba(0, 0, 0, 0.02); }

.uk-table thead tr {
  border-bottom: 1px solid #1b7a91; }
.uk-table tbody tr {
  border-bottom: 1px dotted #dddddd; }

.uk-form input, .uk-form select, .uk-form textarea {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  border-radius: 0;
  font: inherit; }
.uk-form select {
  text-transform: none; }
.uk-form optgroup {
  font: inherit;
  font-weight: bold; }
.uk-form input::-moz-focus-inner {
  border: 0;
  padding: 0; }
.uk-form input[type="checkbox"], .uk-form input[type="radio"] {
  padding: 0; }
.uk-form input[type="checkbox"]:not(:disabled), .uk-form input[type="radio"]:not(:disabled) {
  cursor: pointer; }
.uk-form textarea {
  -webkit-appearance: none; }
.uk-form input:not([type]), .uk-form input[type="text"], .uk-form input[type="password"], .uk-form input[type="email"], .uk-form input[type="url"], .uk-form input[type="search"], .uk-form input[type="tel"], .uk-form input[type="number"], .uk-form input[type="datetime"] {
  -webkit-appearance: none; }
.uk-form input[type="search"]::-webkit-search-cancel-button, .uk-form input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }
.uk-form input[type="number"]::-webkit-inner-spin-button, .uk-form input[type="number"]::-webkit-outer-spin-button {
  height: auto; }
.uk-form fieldset {
  border: none;
  margin: 0;
  padding: 0; }
.uk-form textarea {
  overflow: auto;
  vertical-align: top; }
.uk-form ::-moz-placeholder {
  opacity: 1; }
.uk-form :invalid {
  box-shadow: none; }
.uk-form input:not([type="radio"]):not([type="checkbox"]) {
  vertical-align: middle; }
.uk-form select {
  vertical-align: middle;
  height: 40px;
  max-width: 100%;
  padding: 4px 6px;
  border: 1px solid #dddddd;
  background: rgba(255, 255, 255, 0.05);
  color: #919191;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  padding: 5px 10px;
  border-radius: 3px; }
.uk-form > :last-child {
  margin-bottom: 0; }
.uk-form textarea {
  height: 40px;
  max-width: 100%;
  padding: 4px 6px;
  border: 1px solid #dddddd;
  background: rgba(255, 255, 255, 0.05);
  color: #919191;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  padding: 5px 10px;
  border-radius: 3px; }
.uk-form input:not([type]), .uk-form input[type="text"], .uk-form input[type="password"], .uk-form input[type="datetime"], .uk-form input[type="datetime-local"], .uk-form input[type="date"], .uk-form input[type="month"], .uk-form input[type="time"], .uk-form input[type="week"], .uk-form input[type="number"], .uk-form input[type="email"], .uk-form input[type="url"], .uk-form input[type="search"], .uk-form input[type="tel"], .uk-form input[type="color"] {
  height: 40px;
  max-width: 100%;
  padding: 4px 6px;
  border: 1px solid #dddddd;
  background: rgba(255, 255, 255, 0.05);
  color: #919191;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  padding: 5px 10px;
  border-radius: 3px; }
.uk-form select:focus, .uk-form textarea:focus {
  border-color: #1b7a91;
  outline: 0;
  background: rgba(255, 255, 255, 0.15);
  color: #919191; }
.uk-form input:not([type]):focus, .uk-form input[type="text"]:focus, .uk-form input[type="password"]:focus, .uk-form input[type="datetime"]:focus, .uk-form input[type="datetime-local"]:focus, .uk-form input[type="date"]:focus, .uk-form input[type="month"]:focus, .uk-form input[type="time"]:focus, .uk-form input[type="week"]:focus, .uk-form input[type="number"]:focus, .uk-form input[type="email"]:focus, .uk-form input[type="url"]:focus, .uk-form input[type="search"]:focus, .uk-form input[type="tel"]:focus, .uk-form input[type="color"]:focus {
  border-color: #1b7a91;
  outline: 0;
  background: rgba(255, 255, 255, 0.15);
  color: #919191; }
.uk-form select:disabled, .uk-form textarea:disabled {
  border-color: rgba(221, 221, 221, 0.5);
  background-color: rgba(255, 255, 255, 0);
  color: #bbbbbb; }
.uk-form input:not([type]):disabled, .uk-form input[type="text"]:disabled, .uk-form input[type="password"]:disabled, .uk-form input[type="datetime"]:disabled, .uk-form input[type="datetime-local"]:disabled, .uk-form input[type="date"]:disabled, .uk-form input[type="month"]:disabled, .uk-form input[type="time"]:disabled, .uk-form input[type="week"]:disabled, .uk-form input[type="number"]:disabled, .uk-form input[type="email"]:disabled, .uk-form input[type="url"]:disabled, .uk-form input[type="search"]:disabled, .uk-form input[type="tel"]:disabled, .uk-form input[type="color"]:disabled {
  border-color: rgba(221, 221, 221, 0.5);
  background-color: rgba(255, 255, 255, 0);
  color: #bbbbbb; }
.uk-form :-ms-input-placeholder {
  color: #bbbbbb !important; }
.uk-form ::-moz-placeholder, .uk-form ::-webkit-input-placeholder {
  color: #bbbbbb; }
.uk-form :disabled:-ms-input-placeholder {
  color: #bbbbbb !important; }
.uk-form :disabled::-moz-placeholder, .uk-form :disabled::-webkit-input-placeholder {
  color: #bbbbbb; }
.uk-form legend {
  width: 100%;
  border: 0;
  padding: 0;
  padding-bottom: 15px;
  font-size: 19px;
  line-height: 32px; }
  .uk-form legend:after {
    content: "";
    display: block;
    border-bottom: 1px solid #1b7a91; }

select.uk-form-small, textarea.uk-form-small {
  height: 30px;
  padding: 3px 3px;
  font-size: 14px; }

input[type].uk-form-small, input:not([type]).uk-form-small {
  height: 30px;
  padding: 3px 3px;
  font-size: 14px; }

select.uk-form-large, textarea.uk-form-large {
  height: 50px;
  padding: 8px 6px;
  font-size: 18px; }

input[type].uk-form-large, input:not([type]).uk-form-large {
  height: 50px;
  padding: 8px 6px;
  font-size: 18px; }

.uk-form textarea {
  height: auto; }
.uk-form select[multiple], .uk-form select[size] {
  height: auto; }

.uk-form-danger {
  border-color: #da314b !important;
  background: rgba(218, 49, 75, 0.03) !important;
  color: #b65564 !important; }

.uk-form-success {
  border-color: #8cc14c !important;
  background: rgba(140, 193, 76, 0.03) !important;
  color: #899d70 !important; }

.uk-form-blank {
  border-color: transparent !important;
  border-style: dashed !important;
  background: none !important; }
  .uk-form-blank:focus {
    border-color: #dddddd !important; }

input.uk-form-width-mini {
  width: 40px; }

select.uk-form-width-mini {
  width: 65px; }

.uk-form-width-small {
  width: 130px; }

.uk-form-width-medium {
  width: 200px; }

.uk-form-width-large {
  width: 500px; }

.uk-form-row:before {
  content: " ";
  display: table; }
.uk-form-row:after {
  content: " ";
  display: table;
  clear: both; }
.uk-form-row + .uk-form-row {
  margin-top: 15px; }

.uk-form-help-inline {
  display: inline-block;
  margin: 0 0 0 10px; }

.uk-form-help-block {
  margin: 5px 0 0 0; }

.uk-form-controls > :first-child {
  margin-top: 0; }
.uk-form-controls > :last-child {
  margin-bottom: 0; }

.uk-form-controls-condensed {
  margin: 5px 0; }

.uk-form-stacked .uk-form-label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold; }

@media (max-width: 959px) {
  .uk-form-horizontal .uk-form-label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold; } }
@media (min-width: 960px) {
  .uk-form-horizontal .uk-form-label {
    width: 200px;
    margin-top: 5px;
    float: left; }
  .uk-form-horizontal .uk-form-controls {
    margin-left: 215px; }
  .uk-form-horizontal .uk-form-controls-text {
    padding-top: 5px; } }
.uk-form-icon {
  display: inline-block;
  position: relative;
  max-width: 100%; }
  .uk-form-icon > [class*='uk-icon-'] {
    position: absolute;
    top: 50%;
    width: 40px;
    margin-top: -8px;
    font-size: 16px;
    color: #bbbbbb;
    text-align: center;
    pointer-events: none; }
  .uk-form-icon:not(.uk-form-icon-flip) > input {
    padding-left: 40px !important; }

.uk-form-icon-flip > [class*='uk-icon-'] {
  right: 0; }
.uk-form-icon-flip > input {
  padding-right: 40px !important; }

.uk-button {
  -webkit-appearance: none;
  margin: 0;
  border: none;
  overflow: visible;
  font: inherit;
  color: #fff;
  text-transform: none;
  display: inline-block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  background: #198c8a;
  vertical-align: middle;
  line-height: 40px;
  min-height: 40px;
  text-decoration: none;
  text-align: center;
  border-radius: 3px;
  box-shadow: 0 1px rgba(0, 0, 0, 0.05), inset 0 1px rgba(255, 255, 255, 0.02); }
  .uk-button::-moz-focus-inner {
    border: 0;
    padding: 0; }
  .uk-button:not(:disabled) {
    cursor: pointer; }
  .uk-button:hover, .uk-button:focus {
    background-color: #32b9b7;
    color: #fff;
    outline: none;
    text-decoration: none;
    box-shadow: 0 1px rgba(255, 255, 255, 0.02), inset 0 1px rgba(0, 0, 0, 0.05); }
  .uk-button:active, .uk-button.uk-active {
    background-color: #ebebeb;
    color: #919191;
    box-shadow: 0 1px rgba(255, 255, 255, 0.02), inset 0 1px rgba(0, 0, 0, 0.05); }

.uk-button-primary {
  background-color: #186c80;
  color: #ffffff; }
  .uk-button-primary:hover, .uk-button-primary:focus {
    background-color: #166477;
    color: #ffffff; }
  .uk-button-primary:active, .uk-button-primary.uk-active {
    background-color: #155d6f;
    color: #ffffff; }

.uk-button-success {
  background-color: #8cc14c;
  color: #ffffff; }
  .uk-button-success:hover, .uk-button-success:focus {
    background-color: #7fb53f;
    color: #ffffff; }
  .uk-button-success:active, .uk-button-success.uk-active {
    background-color: #77a93b;
    color: #ffffff; }

.uk-button-danger {
  background-color: #da314b;
  color: #ffffff; }
  .uk-button-danger:hover, .uk-button-danger:focus {
    background-color: #cd253f;
    color: #ffffff; }
  .uk-button-danger:active, .uk-button-danger.uk-active {
    background-color: #c0223b;
    color: #ffffff; }

.uk-button:disabled {
  background-color: #fcfcfc;
  color: #bbbbbb; }
  .uk-button:disabled:hover {
    box-shadow: 0 1px rgba(0, 0, 0, 0.05), inset 0 1px rgba(255, 255, 255, 0.02); }

.uk-button-link {
  border-color: transparent;
  background: none;
  box-shadow: none;
  color: #30ae97; }
  .uk-button-link:hover, .uk-button-link:focus, .uk-button-link:active, .uk-button-link.uk-active, .uk-button-link:disabled {
    border-color: transparent;
    background: none;
    box-shadow: none; }
  .uk-button-link:hover, .uk-button-link:focus, .uk-button-link:active, .uk-button-link.uk-active {
    color: #2f8bcb;
    text-decoration: underline; }
  .uk-button-link:disabled {
    color: #bbbbbb; }
  .uk-button-link:focus {
    outline: 1px dotted; }

.uk-button-mini {
  min-height: 25px;
  padding: 0 8px;
  line-height: 25px;
  font-size: 12px; }

.uk-button-small {
  min-height: 30px;
  padding: 0 12px;
  line-height: 30px;
  font-size: 14px; }

.uk-button-large {
  min-height: 50px;
  padding: 0 18px;
  line-height: 50px;
  font-size: 18px; }

.uk-button-group {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 0.001px;
  white-space: nowrap; }
  .uk-button-group > * {
    display: inline-block; }
  .uk-button-group .uk-button {
    vertical-align: top; }

.uk-button-dropdown {
  display: inline-block;
  vertical-align: middle;
  position: relative; }

.uk-button-group > .uk-button:not(:first-child):not(:last-child), .uk-button-group > div:not(:first-child):not(:last-child) .uk-button {
  border-radius: 0; }
.uk-button-group > .uk-button:first-child, .uk-button-group > div:first-child .uk-button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
.uk-button-group > .uk-button:last-child, .uk-button-group > div:last-child .uk-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

@font-face {
  font-family: "FontAwesome";
  src: url("../warp/vendor/uikit/fonts/fontawesome-webfont.eot");
  src: url("../warp/vendor/uikit/fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("../warp/vendor/uikit/fonts/fontawesome-webfont.woff") format("woff"), url("../warp/vendor/uikit/fonts/fontawesome-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
[class*='uk-icon-'] {
  font-family: FontAwesome;
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #919191; }

.uk-icon-small:before {
  font-size: 150%;
  vertical-align: -10%; }

.uk-icon-medium:before {
  font-size: 200%;
  vertical-align: -16%; }

.uk-icon-large:before {
  font-size: 250%;
  vertical-align: -22%; }

.uk-icon-spin {
  display: inline-block;
  -webkit-animation: uk-rotate 2s infinite linear;
  animation: uk-rotate 2s infinite linear; }

.uk-icon-button {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background: #1b7a91;
  line-height: 45px;
  color: #ffffff;
  font-size: 23px;
  text-align: center; }
  .uk-icon-button:hover, .uk-icon-button:focus {
    background-color: #166274;
    color: #ffffff;
    text-decoration: none;
    outline: none; }
  .uk-icon-button:active {
    background-color: #5fa2b2;
    color: #ffffff; }

.uk-icon-glass:before {
  content: ""; }

.uk-icon-music:before {
  content: ""; }

.uk-icon-search:before {
  content: ""; }

.uk-icon-envelope-o:before {
  content: ""; }

.uk-icon-heart:before {
  content: ""; }

.uk-icon-star:before {
  content: ""; }

.uk-icon-star-o:before {
  content: ""; }

.uk-icon-user:before {
  content: ""; }

.uk-icon-film:before {
  content: ""; }

.uk-icon-th-large:before {
  content: ""; }

.uk-icon-th:before {
  content: ""; }

.uk-icon-th-list:before {
  content: ""; }

.uk-icon-check:before {
  content: ""; }

.uk-icon-remove:before, .uk-icon-close:before, .uk-icon-times:before {
  content: ""; }

.uk-icon-search-plus:before {
  content: ""; }

.uk-icon-search-minus:before {
  content: ""; }

.uk-icon-power-off:before {
  content: ""; }

.uk-icon-signal:before {
  content: ""; }

.uk-icon-gear:before, .uk-icon-cog:before {
  content: ""; }

.uk-icon-trash-o:before {
  content: ""; }

.uk-icon-home:before {
  content: ""; }

.uk-icon-file-o:before {
  content: ""; }

.uk-icon-clock-o:before {
  content: ""; }

.uk-icon-road:before {
  content: ""; }

.uk-icon-download:before {
  content: ""; }

.uk-icon-arrow-circle-o-down:before {
  content: ""; }

.uk-icon-arrow-circle-o-up:before {
  content: ""; }

.uk-icon-inbox:before {
  content: ""; }

.uk-icon-play-circle-o:before {
  content: ""; }

.uk-icon-rotate-right:before, .uk-icon-repeat:before {
  content: ""; }

.uk-icon-refresh:before {
  content: ""; }

.uk-icon-list-alt:before {
  content: ""; }

.uk-icon-lock:before {
  content: ""; }

.uk-icon-flag:before {
  content: ""; }

.uk-icon-headphones:before {
  content: ""; }

.uk-icon-volume-off:before {
  content: ""; }

.uk-icon-volume-down:before {
  content: ""; }

.uk-icon-volume-up:before {
  content: ""; }

.uk-icon-qrcode:before {
  content: ""; }

.uk-icon-barcode:before {
  content: ""; }

.uk-icon-tag:before {
  content: ""; }

.uk-icon-tags:before {
  content: ""; }

.uk-icon-book:before {
  content: ""; }

.uk-icon-bookmark:before {
  content: ""; }

.uk-icon-print:before {
  content: ""; }

.uk-icon-camera:before {
  content: ""; }

.uk-icon-font:before {
  content: ""; }

.uk-icon-bold:before {
  content: ""; }

.uk-icon-italic:before {
  content: ""; }

.uk-icon-text-height:before {
  content: ""; }

.uk-icon-text-width:before {
  content: ""; }

.uk-icon-align-left:before {
  content: ""; }

.uk-icon-align-center:before {
  content: ""; }

.uk-icon-align-right:before {
  content: ""; }

.uk-icon-align-justify:before {
  content: ""; }

.uk-icon-list:before {
  content: ""; }

.uk-icon-dedent:before, .uk-icon-outdent:before {
  content: ""; }

.uk-icon-indent:before {
  content: ""; }

.uk-icon-video-camera:before {
  content: ""; }

.uk-icon-photo:before, .uk-icon-image:before, .uk-icon-picture-o:before {
  content: ""; }

.uk-icon-pencil:before {
  content: ""; }

.uk-icon-map-marker:before {
  content: ""; }

.uk-icon-adjust:before {
  content: ""; }

.uk-icon-tint:before {
  content: ""; }

.uk-icon-edit:before, .uk-icon-pencil-square-o:before {
  content: ""; }

.uk-icon-share-square-o:before {
  content: ""; }

.uk-icon-check-square-o:before {
  content: ""; }

.uk-icon-arrows:before {
  content: ""; }

.uk-icon-step-backward:before {
  content: ""; }

.uk-icon-fast-backward:before {
  content: ""; }

.uk-icon-backward:before {
  content: ""; }

.uk-icon-play:before {
  content: ""; }

.uk-icon-pause:before {
  content: ""; }

.uk-icon-stop:before {
  content: ""; }

.uk-icon-forward:before {
  content: ""; }

.uk-icon-fast-forward:before {
  content: ""; }

.uk-icon-step-forward:before {
  content: ""; }

.uk-icon-eject:before {
  content: ""; }

.uk-icon-chevron-left:before {
  content: ""; }

.uk-icon-chevron-right:before {
  content: ""; }

.uk-icon-plus-circle:before {
  content: ""; }

.uk-icon-minus-circle:before {
  content: ""; }

.uk-icon-times-circle:before {
  content: ""; }

.uk-icon-check-circle:before {
  content: ""; }

.uk-icon-question-circle:before {
  content: ""; }

.uk-icon-info-circle:before {
  content: ""; }

.uk-icon-crosshairs:before {
  content: ""; }

.uk-icon-times-circle-o:before {
  content: ""; }

.uk-icon-check-circle-o:before {
  content: ""; }

.uk-icon-ban:before {
  content: ""; }

.uk-icon-arrow-left:before {
  content: ""; }

.uk-icon-arrow-right:before {
  content: ""; }

.uk-icon-arrow-up:before {
  content: ""; }

.uk-icon-arrow-down:before {
  content: ""; }

.uk-icon-mail-forward:before, .uk-icon-share:before {
  content: ""; }

.uk-icon-expand:before {
  content: ""; }

.uk-icon-compress:before {
  content: ""; }

.uk-icon-plus:before {
  content: ""; }

.uk-icon-minus:before {
  content: ""; }

.uk-icon-asterisk:before {
  content: ""; }

.uk-icon-exclamation-circle:before {
  content: ""; }

.uk-icon-gift:before {
  content: ""; }

.uk-icon-leaf:before {
  content: ""; }

.uk-icon-fire:before {
  content: ""; }

.uk-icon-eye:before {
  content: ""; }

.uk-icon-eye-slash:before {
  content: ""; }

.uk-icon-warning:before, .uk-icon-exclamation-triangle:before {
  content: ""; }

.uk-icon-plane:before {
  content: ""; }

.uk-icon-calendar:before {
  content: ""; }

.uk-icon-random:before {
  content: ""; }

.uk-icon-comment:before {
  content: ""; }

.uk-icon-magnet:before {
  content: ""; }

.uk-icon-chevron-up:before {
  content: ""; }

.uk-icon-chevron-down:before {
  content: ""; }

.uk-icon-retweet:before {
  content: ""; }

.uk-icon-shopping-cart:before {
  content: ""; }

.uk-icon-folder:before {
  content: ""; }

.uk-icon-folder-open:before {
  content: ""; }

.uk-icon-arrows-v:before {
  content: ""; }

.uk-icon-arrows-h:before {
  content: ""; }

.uk-icon-bar-chart-o:before, .uk-icon-bar-chart:before {
  content: ""; }

.uk-icon-twitter-square:before {
  content: ""; }

.uk-icon-facebook-square:before {
  content: ""; }

.uk-icon-camera-retro:before {
  content: ""; }

.uk-icon-key:before {
  content: ""; }

.uk-icon-gears:before, .uk-icon-cogs:before {
  content: ""; }

.uk-icon-comments:before {
  content: ""; }

.uk-icon-thumbs-o-up:before {
  content: ""; }

.uk-icon-thumbs-o-down:before {
  content: ""; }

.uk-icon-star-half:before {
  content: ""; }

.uk-icon-heart-o:before {
  content: ""; }

.uk-icon-sign-out:before {
  content: ""; }

.uk-icon-linkedin-square:before {
  content: ""; }

.uk-icon-thumb-tack:before {
  content: ""; }

.uk-icon-external-link:before {
  content: ""; }

.uk-icon-sign-in:before {
  content: ""; }

.uk-icon-trophy:before {
  content: ""; }

.uk-icon-github-square:before {
  content: ""; }

.uk-icon-upload:before {
  content: ""; }

.uk-icon-lemon-o:before {
  content: ""; }

.uk-icon-phone:before {
  content: ""; }

.uk-icon-square-o:before {
  content: ""; }

.uk-icon-bookmark-o:before {
  content: ""; }

.uk-icon-phone-square:before {
  content: ""; }

.uk-icon-twitter:before {
  content: ""; }

.uk-icon-facebook:before {
  content: ""; }

.uk-icon-github:before {
  content: ""; }

.uk-icon-unlock:before {
  content: ""; }

.uk-icon-credit-card:before {
  content: ""; }

.uk-icon-rss:before {
  content: ""; }

.uk-icon-hdd-o:before {
  content: ""; }

.uk-icon-bullhorn:before {
  content: ""; }

.uk-icon-bell:before {
  content: ""; }

.uk-icon-certificate:before {
  content: ""; }

.uk-icon-hand-o-right:before {
  content: ""; }

.uk-icon-hand-o-left:before {
  content: ""; }

.uk-icon-hand-o-up:before {
  content: ""; }

.uk-icon-hand-o-down:before {
  content: ""; }

.uk-icon-arrow-circle-left:before {
  content: ""; }

.uk-icon-arrow-circle-right:before {
  content: ""; }

.uk-icon-arrow-circle-up:before {
  content: ""; }

.uk-icon-arrow-circle-down:before {
  content: ""; }

.uk-icon-globe:before {
  content: ""; }

.uk-icon-wrench:before {
  content: ""; }

.uk-icon-tasks:before {
  content: ""; }

.uk-icon-filter:before {
  content: ""; }

.uk-icon-briefcase:before {
  content: ""; }

.uk-icon-arrows-alt:before {
  content: ""; }

.uk-icon-group:before, .uk-icon-users:before {
  content: ""; }

.uk-icon-chain:before, .uk-icon-link:before {
  content: ""; }

.uk-icon-cloud:before {
  content: ""; }

.uk-icon-flask:before {
  content: ""; }

.uk-icon-cut:before, .uk-icon-scissors:before {
  content: ""; }

.uk-icon-copy:before, .uk-icon-files-o:before {
  content: ""; }

.uk-icon-paperclip:before {
  content: ""; }

.uk-icon-save:before, .uk-icon-floppy-o:before {
  content: ""; }

.uk-icon-square:before {
  content: ""; }

.uk-icon-navicon:before, .uk-icon-reorder:before, .uk-icon-bars:before {
  content: ""; }

.uk-icon-list-ul:before {
  content: ""; }

.uk-icon-list-ol:before {
  content: ""; }

.uk-icon-strikethrough:before {
  content: ""; }

.uk-icon-underline:before {
  content: ""; }

.uk-icon-table:before {
  content: ""; }

.uk-icon-magic:before {
  content: ""; }

.uk-icon-truck:before {
  content: ""; }

.uk-icon-pinterest:before {
  content: ""; }

.uk-icon-pinterest-square:before {
  content: ""; }

.uk-icon-google-plus-square:before {
  content: ""; }

.uk-icon-google-plus:before {
  content: ""; }

.uk-icon-money:before {
  content: ""; }

.uk-icon-caret-down:before {
  content: ""; }

.uk-icon-caret-up:before {
  content: ""; }

.uk-icon-caret-left:before {
  content: ""; }

.uk-icon-caret-right:before {
  content: ""; }

.uk-icon-columns:before {
  content: ""; }

.uk-icon-unsorted:before, .uk-icon-sort:before {
  content: ""; }

.uk-icon-sort-down:before, .uk-icon-sort-desc:before {
  content: ""; }

.uk-icon-sort-up:before, .uk-icon-sort-asc:before {
  content: ""; }

.uk-icon-envelope:before {
  content: ""; }

.uk-icon-linkedin:before {
  content: ""; }

.uk-icon-rotate-left:before, .uk-icon-undo:before {
  content: ""; }

.uk-icon-legal:before, .uk-icon-gavel:before {
  content: ""; }

.uk-icon-dashboard:before, .uk-icon-tachometer:before {
  content: ""; }

.uk-icon-comment-o:before {
  content: ""; }

.uk-icon-comments-o:before {
  content: ""; }

.uk-icon-flash:before, .uk-icon-bolt:before {
  content: ""; }

.uk-icon-sitemap:before {
  content: ""; }

.uk-icon-umbrella:before {
  content: ""; }

.uk-icon-paste:before, .uk-icon-clipboard:before {
  content: ""; }

.uk-icon-lightbulb-o:before {
  content: ""; }

.uk-icon-exchange:before {
  content: ""; }

.uk-icon-cloud-download:before {
  content: ""; }

.uk-icon-cloud-upload:before {
  content: ""; }

.uk-icon-user-md:before {
  content: ""; }

.uk-icon-stethoscope:before {
  content: ""; }

.uk-icon-suitcase:before {
  content: ""; }

.uk-icon-bell-o:before {
  content: ""; }

.uk-icon-coffee:before {
  content: ""; }

.uk-icon-cutlery:before {
  content: ""; }

.uk-icon-file-text-o:before {
  content: ""; }

.uk-icon-building-o:before {
  content: ""; }

.uk-icon-hospital-o:before {
  content: ""; }

.uk-icon-ambulance:before {
  content: ""; }

.uk-icon-medkit:before {
  content: ""; }

.uk-icon-fighter-jet:before {
  content: ""; }

.uk-icon-beer:before {
  content: ""; }

.uk-icon-h-square:before {
  content: ""; }

.uk-icon-plus-square:before {
  content: ""; }

.uk-icon-angle-double-left:before {
  content: ""; }

.uk-icon-angle-double-right:before {
  content: ""; }

.uk-icon-angle-double-up:before {
  content: ""; }

.uk-icon-angle-double-down:before {
  content: ""; }

.uk-icon-angle-left:before {
  content: ""; }

.uk-icon-angle-right:before {
  content: ""; }

.uk-icon-angle-up:before {
  content: ""; }

.uk-icon-angle-down:before {
  content: ""; }

.uk-icon-desktop:before {
  content: ""; }

.uk-icon-laptop:before {
  content: ""; }

.uk-icon-tablet:before {
  content: ""; }

.uk-icon-mobile-phone:before, .uk-icon-mobile:before {
  content: ""; }

.uk-icon-circle-o:before {
  content: ""; }

.uk-icon-quote-left:before {
  content: ""; }

.uk-icon-quote-right:before {
  content: ""; }

.uk-icon-spinner:before {
  content: ""; }

.uk-icon-circle:before {
  content: ""; }

.uk-icon-mail-reply:before, .uk-icon-reply:before {
  content: ""; }

.uk-icon-github-alt:before {
  content: ""; }

.uk-icon-folder-o:before {
  content: ""; }

.uk-icon-folder-open-o:before {
  content: ""; }

.uk-icon-smile-o:before {
  content: ""; }

.uk-icon-frown-o:before {
  content: ""; }

.uk-icon-meh-o:before {
  content: ""; }

.uk-icon-gamepad:before {
  content: ""; }

.uk-icon-keyboard-o:before {
  content: ""; }

.uk-icon-flag-o:before {
  content: ""; }

.uk-icon-flag-checkered:before {
  content: ""; }

.uk-icon-terminal:before {
  content: ""; }

.uk-icon-code:before {
  content: ""; }

.uk-icon-mail-reply-all:before, .uk-icon-reply-all:before {
  content: ""; }

.uk-icon-star-half-empty:before, .uk-icon-star-half-full:before, .uk-icon-star-half-o:before {
  content: ""; }

.uk-icon-location-arrow:before {
  content: ""; }

.uk-icon-crop:before {
  content: ""; }

.uk-icon-code-fork:before {
  content: ""; }

.uk-icon-unlink:before, .uk-icon-chain-broken:before {
  content: ""; }

.uk-icon-question:before {
  content: ""; }

.uk-icon-info:before {
  content: ""; }

.uk-icon-exclamation:before {
  content: ""; }

.uk-icon-superscript:before {
  content: ""; }

.uk-icon-subscript:before {
  content: ""; }

.uk-icon-eraser:before {
  content: ""; }

.uk-icon-puzzle-piece:before {
  content: ""; }

.uk-icon-microphone:before {
  content: ""; }

.uk-icon-microphone-slash:before {
  content: ""; }

.uk-icon-shield:before {
  content: ""; }

.uk-icon-calendar-o:before {
  content: ""; }

.uk-icon-fire-extinguisher:before {
  content: ""; }

.uk-icon-rocket:before {
  content: ""; }

.uk-icon-maxcdn:before {
  content: ""; }

.uk-icon-chevron-circle-left:before {
  content: ""; }

.uk-icon-chevron-circle-right:before {
  content: ""; }

.uk-icon-chevron-circle-up:before {
  content: ""; }

.uk-icon-chevron-circle-down:before {
  content: ""; }

.uk-icon-html5:before {
  content: ""; }

.uk-icon-css3:before {
  content: ""; }

.uk-icon-anchor:before {
  content: ""; }

.uk-icon-unlock-alt:before {
  content: ""; }

.uk-icon-bullseye:before {
  content: ""; }

.uk-icon-ellipsis-h:before {
  content: ""; }

.uk-icon-ellipsis-v:before {
  content: ""; }

.uk-icon-rss-square:before {
  content: ""; }

.uk-icon-play-circle:before {
  content: ""; }

.uk-icon-ticket:before {
  content: ""; }

.uk-icon-minus-square:before {
  content: ""; }

.uk-icon-minus-square-o:before {
  content: ""; }

.uk-icon-level-up:before {
  content: ""; }

.uk-icon-level-down:before {
  content: ""; }

.uk-icon-check-square:before {
  content: ""; }

.uk-icon-pencil-square:before {
  content: ""; }

.uk-icon-external-link-square:before {
  content: ""; }

.uk-icon-share-square:before {
  content: ""; }

.uk-icon-compass:before {
  content: ""; }

.uk-icon-toggle-down:before, .uk-icon-caret-square-o-down:before {
  content: ""; }

.uk-icon-toggle-up:before, .uk-icon-caret-square-o-up:before {
  content: ""; }

.uk-icon-toggle-right:before, .uk-icon-caret-square-o-right:before {
  content: ""; }

.uk-icon-euro:before, .uk-icon-eur:before {
  content: ""; }

.uk-icon-gbp:before {
  content: ""; }

.uk-icon-dollar:before, .uk-icon-usd:before {
  content: ""; }

.uk-icon-rupee:before, .uk-icon-inr:before {
  content: ""; }

.uk-icon-cny:before, .uk-icon-rmb:before, .uk-icon-yen:before, .uk-icon-jpy:before {
  content: ""; }

.uk-icon-ruble:before, .uk-icon-rouble:before, .uk-icon-rub:before {
  content: ""; }

.uk-icon-won:before, .uk-icon-krw:before {
  content: ""; }

.uk-icon-bitcoin:before, .uk-icon-btc:before {
  content: ""; }

.uk-icon-file:before {
  content: ""; }

.uk-icon-file-text:before {
  content: ""; }

.uk-icon-sort-alpha-asc:before {
  content: ""; }

.uk-icon-sort-alpha-desc:before {
  content: ""; }

.uk-icon-sort-amount-asc:before {
  content: ""; }

.uk-icon-sort-amount-desc:before {
  content: ""; }

.uk-icon-sort-numeric-asc:before {
  content: ""; }

.uk-icon-sort-numeric-desc:before {
  content: ""; }

.uk-icon-thumbs-up:before {
  content: ""; }

.uk-icon-thumbs-down:before {
  content: ""; }

.uk-icon-youtube-square:before {
  content: ""; }

.uk-icon-youtube:before {
  content: ""; }

.uk-icon-xing:before {
  content: ""; }

.uk-icon-xing-square:before {
  content: ""; }

.uk-icon-youtube-play:before {
  content: ""; }

.uk-icon-dropbox:before {
  content: ""; }

.uk-icon-stack-overflow:before {
  content: ""; }

.uk-icon-instagram:before {
  content: ""; }

.uk-icon-flickr:before {
  content: ""; }

.uk-icon-adn:before {
  content: ""; }

.uk-icon-bitbucket:before {
  content: ""; }

.uk-icon-bitbucket-square:before {
  content: ""; }

.uk-icon-tumblr:before {
  content: ""; }

.uk-icon-tumblr-square:before {
  content: ""; }

.uk-icon-long-arrow-down:before {
  content: ""; }

.uk-icon-long-arrow-up:before {
  content: ""; }

.uk-icon-long-arrow-left:before {
  content: ""; }

.uk-icon-long-arrow-right:before {
  content: ""; }

.uk-icon-apple:before {
  content: ""; }

.uk-icon-windows:before {
  content: ""; }

.uk-icon-android:before {
  content: ""; }

.uk-icon-linux:before {
  content: ""; }

.uk-icon-dribbble:before {
  content: ""; }

.uk-icon-skype:before {
  content: ""; }

.uk-icon-foursquare:before {
  content: ""; }

.uk-icon-trello:before {
  content: ""; }

.uk-icon-female:before {
  content: ""; }

.uk-icon-male:before {
  content: ""; }

.uk-icon-gittip:before {
  content: ""; }

.uk-icon-sun-o:before {
  content: ""; }

.uk-icon-moon-o:before {
  content: ""; }

.uk-icon-archive:before {
  content: ""; }

.uk-icon-bug:before {
  content: ""; }

.uk-icon-vk:before {
  content: ""; }

.uk-icon-weibo:before {
  content: ""; }

.uk-icon-renren:before {
  content: ""; }

.uk-icon-pagelines:before {
  content: ""; }

.uk-icon-stack-exchange:before {
  content: ""; }

.uk-icon-arrow-circle-o-right:before {
  content: ""; }

.uk-icon-arrow-circle-o-left:before {
  content: ""; }

.uk-icon-toggle-left:before, .uk-icon-caret-square-o-left:before {
  content: ""; }

.uk-icon-dot-circle-o:before {
  content: ""; }

.uk-icon-wheelchair:before {
  content: ""; }

.uk-icon-vimeo-square:before {
  content: ""; }

.uk-icon-turkish-lira:before, .uk-icon-try:before {
  content: ""; }

.uk-icon-plus-square-o:before {
  content: ""; }

.uk-icon-space-shuttle:before {
  content: ""; }

.uk-icon-slack:before {
  content: ""; }

.uk-icon-envelope-square:before {
  content: ""; }

.uk-icon-wordpress:before {
  content: ""; }

.uk-icon-openid:before {
  content: ""; }

.uk-icon-institution:before, .uk-icon-bank:before, .uk-icon-university:before {
  content: ""; }

.uk-icon-mortar-board:before, .uk-icon-graduation-cap:before {
  content: ""; }

.uk-icon-yahoo:before {
  content: ""; }

.uk-icon-google:before {
  content: ""; }

.uk-icon-reddit:before {
  content: ""; }

.uk-icon-reddit-square:before {
  content: ""; }

.uk-icon-stumbleupon-circle:before {
  content: ""; }

.uk-icon-stumbleupon:before {
  content: ""; }

.uk-icon-delicious:before {
  content: ""; }

.uk-icon-digg:before {
  content: ""; }

.uk-icon-pied-piper:before {
  content: ""; }

.uk-icon-pied-piper-alt:before {
  content: ""; }

.uk-icon-drupal:before {
  content: ""; }

.uk-icon-joomla:before {
  content: ""; }

.uk-icon-language:before {
  content: ""; }

.uk-icon-fax:before {
  content: ""; }

.uk-icon-building:before {
  content: ""; }

.uk-icon-child:before {
  content: ""; }

.uk-icon-paw:before {
  content: ""; }

.uk-icon-spoon:before {
  content: ""; }

.uk-icon-cube:before {
  content: ""; }

.uk-icon-cubes:before {
  content: ""; }

.uk-icon-behance:before {
  content: ""; }

.uk-icon-behance-square:before {
  content: ""; }

.uk-icon-steam:before {
  content: ""; }

.uk-icon-steam-square:before {
  content: ""; }

.uk-icon-recycle:before {
  content: ""; }

.uk-icon-automobile:before, .uk-icon-car:before {
  content: ""; }

.uk-icon-cab:before, .uk-icon-taxi:before {
  content: ""; }

.uk-icon-tree:before {
  content: ""; }

.uk-icon-spotify:before {
  content: ""; }

.uk-icon-deviantart:before {
  content: ""; }

.uk-icon-soundcloud:before {
  content: ""; }

.uk-icon-database:before {
  content: ""; }

.uk-icon-file-pdf-o:before {
  content: ""; }

.uk-icon-file-word-o:before {
  content: ""; }

.uk-icon-file-excel-o:before {
  content: ""; }

.uk-icon-file-powerpoint-o:before {
  content: ""; }

.uk-icon-file-photo-o:before, .uk-icon-file-picture-o:before, .uk-icon-file-image-o:before {
  content: ""; }

.uk-icon-file-zip-o:before, .uk-icon-file-archive-o:before {
  content: ""; }

.uk-icon-file-sound-o:before, .uk-icon-file-audio-o:before {
  content: ""; }

.uk-icon-file-movie-o:before, .uk-icon-file-video-o:before {
  content: ""; }

.uk-icon-file-code-o:before {
  content: ""; }

.uk-icon-vine:before {
  content: ""; }

.uk-icon-codepen:before {
  content: ""; }

.uk-icon-jsfiddle:before {
  content: ""; }

.uk-icon-life-bouy:before, .uk-icon-life-buoy:before, .uk-icon-life-saver:before, .uk-icon-support:before, .uk-icon-life-ring:before {
  content: ""; }

.uk-icon-circle-o-notch:before {
  content: ""; }

.uk-icon-ra:before, .uk-icon-rebel:before {
  content: ""; }

.uk-icon-ge:before, .uk-icon-empire:before {
  content: ""; }

.uk-icon-git-square:before {
  content: ""; }

.uk-icon-git:before {
  content: ""; }

.uk-icon-hacker-news:before {
  content: ""; }

.uk-icon-tencent-weibo:before {
  content: ""; }

.uk-icon-qq:before {
  content: ""; }

.uk-icon-wechat:before, .uk-icon-weixin:before {
  content: ""; }

.uk-icon-send:before, .uk-icon-paper-plane:before {
  content: ""; }

.uk-icon-send-o:before, .uk-icon-paper-plane-o:before {
  content: ""; }

.uk-icon-history:before {
  content: ""; }

.uk-icon-circle-thin:before {
  content: ""; }

.uk-icon-header:before {
  content: ""; }

.uk-icon-paragraph:before {
  content: ""; }

.uk-icon-sliders:before {
  content: ""; }

.uk-icon-share-alt:before {
  content: ""; }

.uk-icon-share-alt-square:before {
  content: ""; }

.uk-icon-bomb:before {
  content: ""; }

.uk-icon-soccer-ball-o:before, .uk-icon-futbol-o:before {
  content: ""; }

.uk-icon-tty:before {
  content: ""; }

.uk-icon-binoculars:before {
  content: ""; }

.uk-icon-plug:before {
  content: ""; }

.uk-icon-slideshare:before {
  content: ""; }

.uk-icon-twitch:before {
  content: ""; }

.uk-icon-yelp:before {
  content: ""; }

.uk-icon-newspaper-o:before {
  content: ""; }

.uk-icon-wifi:before {
  content: ""; }

.uk-icon-calculator:before {
  content: ""; }

.uk-icon-paypal:before {
  content: ""; }

.uk-icon-google-wallet:before {
  content: ""; }

.uk-icon-cc-visa:before {
  content: ""; }

.uk-icon-cc-mastercard:before {
  content: ""; }

.uk-icon-cc-discover:before {
  content: ""; }

.uk-icon-cc-amex:before {
  content: ""; }

.uk-icon-cc-paypal:before {
  content: ""; }

.uk-icon-cc-stripe:before {
  content: ""; }

.uk-icon-bell-slash:before {
  content: ""; }

.uk-icon-bell-slash-o:before {
  content: ""; }

.uk-icon-trash:before {
  content: ""; }

.uk-icon-copyright:before {
  content: ""; }

.uk-icon-at:before {
  content: ""; }

.uk-icon-eyedropper:before {
  content: ""; }

.uk-icon-paint-brush:before {
  content: ""; }

.uk-icon-birthday-cake:before {
  content: ""; }

.uk-icon-area-chart:before {
  content: ""; }

.uk-icon-pie-chart:before {
  content: ""; }

.uk-icon-line-chart:before {
  content: ""; }

.uk-icon-lastfm:before {
  content: ""; }

.uk-icon-lastfm-square:before {
  content: ""; }

.uk-icon-toggle-off:before {
  content: ""; }

.uk-icon-toggle-on:before {
  content: ""; }

.uk-icon-bicycle:before {
  content: ""; }

.uk-icon-bus:before {
  content: ""; }

.uk-icon-ioxhost:before {
  content: ""; }

.uk-icon-angellist:before {
  content: ""; }

.uk-icon-cc:before {
  content: ""; }

.uk-icon-shekel:before, .uk-icon-sheqel:before, .uk-icon-ils:before {
  content: ""; }

.uk-icon-meanpath:before {
  content: ""; }

.uk-close {
  -webkit-appearance: none;
  margin: 0;
  border: none;
  overflow: visible;
  font: inherit;
  color: inherit;
  text-transform: none;
  padding: 0;
  background: transparent;
  display: inline-block;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 20px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  opacity: 0.3; }
  .uk-close::-moz-focus-inner {
    border: 0;
    padding: 0; }
  .uk-close:after {
    display: block;
    content: "";
    font-family: FontAwesome; }
  .uk-close:hover, .uk-close:focus {
    opacity: 0.5;
    outline: none;
    color: inherit;
    text-decoration: none;
    cursor: pointer; }

.uk-close-alt {
  padding: 2px;
  border-radius: 50%;
  background: #f2f2f2;
  opacity: 1; }
  .uk-close-alt:hover, .uk-close-alt:focus {
    opacity: 1; }
  .uk-close-alt:after {
    opacity: 0.5; }
  .uk-close-alt:hover:after, .uk-close-alt:focus:after {
    opacity: 0.8; }

.uk-close:hover, .uk-close:focus {
  opacity: 1;
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out; }

.uk-badge {
  display: inline-block;
  padding: 0 9px;
  background: #4995a7;
  font-size: 12px;
  font-weight: 300;
  line-height: 17px;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  padding: 2px 9px;
  border-radius: 3px; }

a.uk-badge:hover {
  color: #ffffff; }

.uk-badge-notification {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 21px;
  border-radius: 500px;
  font-size: 14px;
  line-height: 21px; }

.uk-badge-success {
  background-color: #8cc14c; }

.uk-badge-warning {
  background-color: #faa732; }

.uk-badge-danger {
  background-color: #da314b; }

.uk-alert {
  margin-bottom: 15px;
  padding: 15px;
  background: #1b7a91;
  color: #ffffff;
  border-radius: 3px; }

* + .uk-alert {
  margin-top: 15px; }

.uk-alert > :last-child {
  margin-bottom: 0; }
.uk-alert h1, .uk-alert h2, .uk-alert h3, .uk-alert h4, .uk-alert h5, .uk-alert h6 {
  color: inherit; }
.uk-alert > .uk-close:first-child {
  float: right; }
  .uk-alert > .uk-close:first-child + * {
    margin-top: 0; }

.uk-alert-success {
  background: #8cc14c;
  color: #ffffff; }

.uk-alert-warning {
  background: #faa732;
  color: #ffffff; }

.uk-alert-danger {
  background: #da314b;
  color: #ffffff; }

.uk-alert-large {
  padding: 25px; }
  .uk-alert-large > .uk-close:first-child {
    margin: -10px -10px 0 0; }

.uk-thumbnail {
  display: inline-block;
  max-width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 1px solid transparent;
  background: #ffffff; }

a.uk-thumbnail:hover, a.uk-thumbnail:focus {
  border-color: transparent;
  background-color: #ffffff;
  text-decoration: none;
  outline: none; }

.uk-thumbnail-caption {
  padding-top: 5px;
  text-align: center;
  color: #919191;
  padding: 5px;
  border-radius: 0 0 3px 3px;
  background: #f2f2f2; }

.uk-thumbnail-mini {
  width: 150px; }

.uk-thumbnail-small {
  width: 200px; }

.uk-thumbnail-medium {
  width: 300px; }

.uk-thumbnail-large {
  width: 400px; }

.uk-thumbnail-expand {
  width: 100%; }
  .uk-thumbnail-expand > img {
    width: 100%; }

.uk-overlay {
  display: inline-block;
  position: relative;
  max-width: 100%;
  vertical-align: middle;
  overflow: hidden; }
  .uk-overlay > :first-child {
    margin-bottom: 0; }

.uk-overlay-area {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(27, 122, 145, 0.5);
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  -webkit-transform: translate3d(0, 0, 0); }

.uk-overlay:hover .uk-overlay-area, .uk-overlay.uk-hover .uk-overlay-area {
  opacity: 1; }

.uk-overlay-toggle:hover .uk-overlay-area, .uk-overlay-toggle.uk-hover .uk-overlay-area {
  opacity: 1; }

.uk-overlay-area:empty:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  font-size: 30px;
  line-height: 1;
  font-family: FontAwesome;
  text-align: center;
  color: #ffffff;
  z-index: 1001;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  margin-left: -30px;
  background: none;
  line-height: 60px; }
.uk-overlay-area:not(:empty) {
  font-size: 0.001px; }
  .uk-overlay-area:not(:empty):before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

.uk-overlay-area-content {
  display: inline-block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  vertical-align: middle;
  font-size: 1rem;
  text-align: center;
  padding: 0 15px;
  color: #ffffff; }
  .uk-overlay-area-content > :last-child {
    margin-bottom: 0; }
  .uk-overlay-area-content a:not([class]) {
    color: inherit; }
    .uk-overlay-area-content a:not([class]):hover {
      color: inherit; }

.uk-overlay-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  background: rgba(27, 122, 145, 0.5);
  color: #ffffff;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  -webkit-transform: translate3d(0, 0, 0); }

.uk-overlay:hover .uk-overlay-caption, .uk-overlay.uk-hover .uk-overlay-caption {
  opacity: 1; }

.uk-overlay-toggle:hover .uk-overlay-caption, .uk-overlay-toggle.uk-hover .uk-overlay-caption {
  opacity: 1; }

.uk-overlay-area:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  margin-left: -30px;
  background: #1b7a91;
  line-height: 60px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }
.uk-overlay-area:before {
  z-index: 998; }

.uk-progress {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 25px;
  margin-bottom: 15px;
  background: rgba(128, 128, 128, 0.1);
  overflow: hidden;
  line-height: 25px; }

* + .uk-progress {
  margin-top: 15px; }

.uk-progress-bar {
  width: 0;
  height: 100%;
  background: #1b7a91;
  float: left;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
  font-size: 14px;
  color: #ffffff;
  text-align: center; }

.uk-progress-mini {
  height: 10px; }

.uk-progress-small {
  height: 15px; }

.uk-progress-success .uk-progress-bar {
  background-color: #8cc14c; }

.uk-progress-warning .uk-progress-bar {
  background-color: #faa732; }

.uk-progress-danger .uk-progress-bar {
  background-color: #da314b; }

.uk-progress-striped .uk-progress-bar {
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 30px 30px; }
.uk-progress-striped.uk-active .uk-progress-bar {
  -webkit-animation: uk-progress-bar-stripes 2s linear infinite;
  animation: uk-progress-bar-stripes 2s linear infinite; }

@-webkit-keyframes uk-progress-bar-stripes {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 30px 0; } }
@keyframes uk-progress-bar-stripes {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 30px 0; } }
[class*='uk-animation-'] {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@media screen {
  [data-uk-scrollspy*='uk-animation-'] {
    opacity: 0; } }
.uk-animation-fade {
  -webkit-animation-name: uk-fade;
  animation-name: uk-fade;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: linear !important;
  animation-timing-function: linear !important; }

.uk-animation-scale-up {
  -webkit-animation-name: uk-fade-scale-02;
  animation-name: uk-fade-scale-02; }

.uk-animation-scale-down {
  -webkit-animation-name: uk-fade-scale-18;
  animation-name: uk-fade-scale-18; }

.uk-animation-slide-top {
  -webkit-animation-name: uk-fade-top;
  animation-name: uk-fade-top; }

.uk-animation-slide-bottom {
  -webkit-animation-name: uk-fade-bottom;
  animation-name: uk-fade-bottom; }

.uk-animation-slide-left {
  -webkit-animation-name: uk-fade-left;
  animation-name: uk-fade-left; }

.uk-animation-slide-right {
  -webkit-animation-name: uk-fade-right;
  animation-name: uk-fade-right; }

.uk-animation-scale {
  -webkit-animation-name: uk-scale-12;
  animation-name: uk-scale-12; }

.uk-animation-shake {
  -webkit-animation-name: uk-shake;
  animation-name: uk-shake; }

.uk-animation-reverse {
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

.uk-animation-10 {
  -webkit-animation-duration: 10s;
  animation-duration: 10s; }

.uk-animation-top-left {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0; }

.uk-animation-top-center {
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0; }

.uk-animation-top-right {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.uk-animation-middle-left {
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%; }

.uk-animation-middle-right {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%; }

.uk-animation-bottom-left {
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%; }

.uk-animation-bottom-center {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%; }

.uk-animation-bottom-right {
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }

@-webkit-keyframes uk-fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes uk-fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes uk-fade-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes uk-fade-top {
  0% {
    opacity: 0;
    transform: translateY(-100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@-webkit-keyframes uk-fade-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes uk-fade-bottom {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@-webkit-keyframes uk-fade-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@keyframes uk-fade-left {
  0% {
    opacity: 0;
    transform: translateX(-100%); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
@-webkit-keyframes uk-fade-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@keyframes uk-fade-right {
  0% {
    opacity: 0;
    transform: translateX(100%); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
@-webkit-keyframes uk-fade-scale-02 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1); } }
@keyframes uk-fade-scale-02 {
  0% {
    opacity: 0;
    transform: scale(0.2); }
  100% {
    opacity: 1;
    transform: scale(1); } }
@-webkit-keyframes uk-fade-scale-15 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.5); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1); } }
@keyframes uk-fade-scale-15 {
  0% {
    opacity: 0;
    transform: scale(1.5); }
  100% {
    opacity: 1;
    transform: scale(1); } }
@-webkit-keyframes uk-fade-scale-18 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.8); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1); } }
@keyframes uk-fade-scale-18 {
  0% {
    opacity: 0;
    transform: scale(1.8); }
  100% {
    opacity: 1;
    transform: scale(1); } }
@-webkit-keyframes uk-slide-left {
  0% {
    -webkit-transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(0); } }
@keyframes uk-slide-left {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(0); } }
@-webkit-keyframes uk-slide-right {
  0% {
    -webkit-transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(0); } }
@keyframes uk-slide-right {
  0% {
    transform: translateX(100%); }
  100% {
    transform: translateX(0); } }
@-webkit-keyframes uk-slide-left-33 {
  0% {
    -webkit-transform: translateX(33%); }
  100% {
    -webkit-transform: translateX(0); } }
@keyframes uk-slide-left-33 {
  0% {
    transform: translateX(33%); }
  100% {
    transform: translateX(0); } }
@-webkit-keyframes uk-slide-right-33 {
  0% {
    -webkit-transform: translateX(-33%); }
  100% {
    -webkit-transform: translateX(0); } }
@keyframes uk-slide-right-33 {
  0% {
    transform: translateX(-33%); }
  100% {
    transform: translateX(0); } }
@-webkit-keyframes uk-scale-12 {
  0% {
    -webkit-transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1); } }
@keyframes uk-scale-12 {
  0% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } }
@-webkit-keyframes uk-rotate {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }
@keyframes uk-rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }
@-webkit-keyframes uk-shake {
  0%,
100% {
    -webkit-transform: translateX(0); }
  10% {
    -webkit-transform: translateX(-9px); }
  20% {
    -webkit-transform: translateX(8px); }
  30% {
    -webkit-transform: translateX(-7px); }
  40% {
    -webkit-transform: translateX(6px); }
  50% {
    -webkit-transform: translateX(-5px); }
  60% {
    -webkit-transform: translateX(4px); }
  70% {
    -webkit-transform: translateX(-3px); }
  80% {
    -webkit-transform: translateX(2px); }
  90% {
    -webkit-transform: translateX(-1px); } }
@keyframes uk-shake {
  0%,
100% {
    transform: translateX(0); }
  10% {
    transform: translateX(-9px); }
  20% {
    transform: translateX(8px); }
  30% {
    transform: translateX(-7px); }
  40% {
    transform: translateX(6px); }
  50% {
    transform: translateX(-5px); }
  60% {
    transform: translateX(4px); }
  70% {
    transform: translateX(-3px); }
  80% {
    transform: translateX(2px); }
  90% {
    transform: translateX(-1px); } }
@-webkit-keyframes uk-slide-top-fixed {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes uk-slide-top-fixed {
  0% {
    opacity: 0;
    transform: translateY(-10px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@-webkit-keyframes uk-slide-bottom-fixed {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes uk-slide-bottom-fixed {
  0% {
    opacity: 0;
    transform: translateY(10px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.uk-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1020;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 200px;
  margin-top: 5px;
  padding: 30px;
  background: #fafafa;
  color: #919191;
  font-size: 1rem;
  vertical-align: top;
  border-radius: 3px; }

.uk-open > .uk-dropdown {
  display: block;
  -webkit-animation: uk-fade 0.2s ease-in-out;
  animation: uk-fade 0.2s ease-in-out;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0; }

.uk-dropdown-flip {
  left: auto;
  right: 0; }

.uk-dropdown-up {
  top: auto;
  bottom: 100%;
  margin-top: auto;
  margin-bottom: 5px; }

.uk-dropdown .uk-nav {
  margin: 0 -30px; }

.uk-grid .uk-dropdown-grid + .uk-dropdown-grid, .uk-dropdown-grid > [class*='uk-width-'] > .uk-panel + .uk-panel {
  margin-top: 30px; }

@media (min-width: 768px) {
  .uk-dropdown:not(.uk-dropdown-stack) > .uk-dropdown-grid {
    margin-left: -30px;
    margin-right: -30px; }
    .uk-dropdown:not(.uk-dropdown-stack) > .uk-dropdown-grid > [class*='uk-width-'] {
      padding-left: 30px;
      padding-right: 30px; }
      .uk-dropdown:not(.uk-dropdown-stack) > .uk-dropdown-grid > [class*='uk-width-']:nth-child(n+2) {
        border-left: 1px solid #dddddd; }

  .uk-dropdown-width-2:not(.uk-dropdown-stack) {
    width: 400px; }

  .uk-dropdown-width-3:not(.uk-dropdown-stack) {
    width: 600px; }

  .uk-dropdown-width-4:not(.uk-dropdown-stack) {
    width: 800px; }

  .uk-dropdown-width-5:not(.uk-dropdown-stack) {
    width: 1000px; } }
@media (max-width: 767px) {
  .uk-dropdown-grid > [class*='uk-width-'] {
    width: 100%; }
    .uk-dropdown-grid > [class*='uk-width-']:nth-child(n+2) {
      margin-top: 30px; } }
.uk-dropdown-stack > .uk-dropdown-grid > [class*='uk-width-'] {
  width: 100%; }
  .uk-dropdown-stack > .uk-dropdown-grid > [class*='uk-width-']:nth-child(n+2) {
    margin-top: 30px; }

.uk-dropdown-small {
  min-width: 150px;
  width: auto;
  padding: 15px;
  white-space: nowrap; }
  .uk-dropdown-small .uk-nav {
    margin: 0 -15px; }

.uk-dropdown-navbar {
  margin-top: -25px;
  background: #262f31;
  color: #ffffff;
  border-radius: 0; }
  .uk-dropdown-navbar:before {
    content: "";
    position: absolute;
    top: -17px;
    left: 0;
    width: 0px;
    height: 0px;
    border-width: 0 20px 20px 0px;
    border-style: solid;
    border-color: transparent transparent #262f31; }
  .uk-dropdown-navbar .uk-nav .uk-nav-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

.uk-open > .uk-dropdown-navbar {
  -webkit-animation: uk-slide-top-fixed 0.2s ease-in-out;
  animation: uk-slide-top-fixed 0.2s ease-in-out; }

.uk-dropdown-scrollable {
  overflow-y: auto;
  max-height: 200px; }

.uk-dropdown-flip.uk-dropdown-navbar:before {
  left: inherit;
  right: 0;
  border-width: 0 0 20px 20px;
  border-color: transparent transparent #262f31; }

.uk-dropdown-center.uk-dropdown-navbar:before {
  left: 40%;
  border-width: 0 20px 20px 20px;
  border-color: transparent transparent #262f31; }

.uk-dropdown-up.uk-dropdown-navbar:before {
  top: 100%;
  border-width: 0 0 20px 20px;
  border-color: transparent #262f31 transparent; }

.uk-dropdown .uk-nav {
  margin: 0; }

.uk-dropdown-navbar li a {
  color: #ffffff; }

.uk-dropdown .uk-nav-header {
  font-size: 14px; }

.uk-modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .uk-modal.uk-open {
    opacity: 1; }

.uk-modal-page {
  overflow: hidden; }
  .uk-modal-page body {
    overflow: hidden; }

.uk-modal-dialog {
  position: relative;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 50px auto;
  padding: 20px;
  width: 600px;
  max-width: 100%;
  max-width: calc(100% - 20px);
  background: #ffffff;
  opacity: 0;
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-transition: opacity 0.3s linear, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s linear, transform 0.3s ease-out; }

@media (max-width: 767px) {
  .uk-modal-dialog {
    width: auto;
    margin: 10px; } }
.uk-open .uk-modal-dialog {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.uk-modal-dialog > :last-child {
  margin-bottom: 0; }
.uk-modal-dialog > .uk-close:first-child {
  margin: -10px -10px 0 0;
  float: right; }
  .uk-modal-dialog > .uk-close:first-child + * {
    margin-top: 0; }

.uk-modal-dialog-frameless {
  padding: 0; }
  .uk-modal-dialog-frameless > .uk-close:first-child {
    position: absolute;
    top: -12px;
    right: -12px;
    margin: 0;
    float: none; }

@media (max-width: 767px) {
  .uk-modal-dialog-frameless > .uk-close:first-child {
    top: -7px;
    right: -7px; } }
@media (min-width: 768px) {
  .uk-modal-dialog-large {
    width: 930px; } }
@media (min-width: 1220px) {
  .uk-modal-dialog-large {
    width: 1130px; } }
.uk-offcanvas {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.1); }
  .uk-offcanvas.uk-active {
    display: block; }

.uk-offcanvas-page {
  position: fixed;
  -webkit-transition: margin-left 0.3s ease-in-out;
  transition: margin-left 0.3s ease-in-out; }

.uk-offcanvas-bar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: 1001;
  width: 270px;
  max-width: 100%;
  background: #2a3537;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out; }
  .uk-offcanvas-bar ul.uk-nav-sub {
    padding: 5px 0 5px 25px; }

.uk-offcanvas.uk-active .uk-offcanvas-bar.uk-offcanvas-bar-show {
  -webkit-transform: translateX(0%);
  transform: translateX(0%); }

.uk-offcanvas-bar-flip {
  left: auto;
  right: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }

.uk-offcanvas .uk-panel {
  margin: 20px 20px;
  color: rgba(255, 255, 255, 0.7); }
.uk-offcanvas .uk-panel-title {
  color: #1b7a91; }
.uk-offcanvas .uk-panel a:not([class]) {
  color: #ffffff; }
  .uk-offcanvas .uk-panel a:not([class]):hover {
    color: #ffffff; }
.uk-offcanvas .uk-nav-sub {
  border-top: 1px solid #2e3b3d; }
.uk-offcanvas .uk-search-field:focus, .uk-offcanvas .uk-active .uk-search-field, .uk-offcanvas .uk-search-field {
  padding-left: 20px; }
.uk-offcanvas .uk-search {
  margin: 0; }

.uk-switcher {
  margin: 0;
  padding: 0;
  list-style: none; }
  .uk-switcher > *:not(.uk-active) {
    display: none; }

.uk-tooltip {
  display: none;
  position: absolute;
  z-index: 1030;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 200px;
  padding: 5px 8px;
  background: #1b7a91;
  color: #ffffff;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  border-radius: 3px; }
  .uk-tooltip:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 5px dashed #1b7a91; }

.uk-tooltip-top:after, .uk-tooltip-top-left:after, .uk-tooltip-top-right:after {
  bottom: -5px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: #1b7a91; }

.uk-tooltip-bottom:after, .uk-tooltip-bottom-left:after, .uk-tooltip-bottom-right:after {
  top: -5px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #1b7a91; }

.uk-tooltip-top:after, .uk-tooltip-bottom:after {
  left: 50%;
  margin-left: -5px; }

.uk-tooltip-top-left:after, .uk-tooltip-bottom-left:after {
  left: 10px; }

.uk-tooltip-top-right:after, .uk-tooltip-bottom-right:after {
  right: 10px; }

.uk-tooltip-left:after {
  right: -5px;
  top: 50%;
  margin-top: -5px;
  border-left-style: solid;
  border-right: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: #1b7a91; }

.uk-tooltip-right:after {
  left: -5px;
  top: 50%;
  margin-top: -5px;
  border-right-style: solid;
  border-left: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-color: #1b7a91; }

.uk-text-small {
  font-size: 14px;
  line-height: 18px; }

.uk-text-small-load {
  font-size: 14px;
  line-height: 18px;
  color: #fff; }

.uk-text-large {
  font-size: 20px;
  line-height: 27px;
  font-weight: normal; }

.uk-text-bold {
  font-weight: bold; }

.uk-text-muted {
  color: #bbbbbb !important; }

.uk-text-primary {
  color: #2d7091 !important; }

.uk-text-success {
  color: #659f13 !important; }

.uk-text-warning {
  color: #e28327 !important; }

.uk-text-danger {
  color: #d85030 !important; }

.uk-text-left {
  text-align: left !important; }

.uk-text-right {
  text-align: right !important; }

.uk-text-center {
  text-align: center !important; }

.uk-text-small-load-3 {
  color: #38383a !important; }

.uk-text-justify {
  text-align: justify !important; }

.uk-text-top {
  vertical-align: top !important; }

.uk-text-middle {
  vertical-align: middle !important; }

.uk-text-bottom {
  vertical-align: bottom !important; }

@media (max-width: 959px) {
  .uk-text-center-medium {
    text-align: center !important; } }
@media (max-width: 767px) {
  .uk-text-center-small {
    text-align: center !important; } }
.uk-text-nowrap {
  white-space: nowrap; }

.uk-text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.uk-text-break {
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

.uk-container {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 980px;
  padding: 0 25px; }
  .uk-container:before {
    content: " ";
    display: table; }
  .uk-container:after {
    content: " ";
    display: table;
    clear: both; }

@media (min-width: 1220px) {
  .uk-container {
    max-width: 1200px;
    padding: 0 35px; } }
.uk-container-center {
  margin-left: auto;
  margin-right: auto; }

.uk-clearfix:before {
  content: " ";
  display: table; }
.uk-clearfix:after {
  content: " ";
  display: table;
  clear: both; }

.uk-nbfc {
  overflow: hidden; }

.uk-nbfc-alt {
  display: table-cell;
  width: 10000px; }

.uk-float-left {
  float: left; }

.uk-float-right {
  float: right; }

[class*='uk-float-'] {
  max-width: 100%; }

[class*='uk-align-'] {
  display: block;
  margin-bottom: 15px; }

.uk-align-left {
  margin-right: 15px;
  float: left; }

.uk-align-right {
  margin-left: 15px;
  float: right; }

@media (min-width: 768px) {
  .uk-align-medium-left {
    margin-right: 15px;
    margin-bottom: 15px;
    float: left; }

  .uk-align-medium-right {
    margin-left: 15px;
    margin-bottom: 15px;
    float: right; } }
.uk-align-center {
  margin-left: auto;
  margin-right: auto; }

.uk-vertical-align {
  font-size: 0.001px; }
  .uk-vertical-align:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

.uk-vertical-align-middle, .uk-vertical-align-bottom {
  display: inline-block;
  max-width: 100%;
  font-size: 1rem; }

.uk-vertical-align-middle {
  vertical-align: middle; }

.uk-vertical-align-bottom {
  vertical-align: bottom; }

[class*='uk-height'] {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.uk-height-1-1 {
  height: 100%; }

.uk-height-viewport {
  height: 100vh;
  min-height: 600px; }

.uk-responsive-width, .uk-responsive-height {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.uk-responsive-width {
  max-width: 100%;
  height: auto; }

.uk-responsive-height {
  max-height: 100%;
  width: auto; }

.uk-margin {
  margin-bottom: 15px; }

* + .uk-margin {
  margin-top: 15px; }

.uk-margin-top {
  margin-top: 15px !important; }

.uk-margin-bottom {
  margin-bottom: 15px !important; }

.uk-margin-left {
  margin-left: 15px !important; }

.uk-margin-right {
  margin-right: 15px !important; }

.uk-margin-large {
  margin-bottom: 50px; }

* + .uk-margin-large {
  margin-top: 50px; }

.uk-margin-large-top {
  margin-top: 50px !important; }

.uk-margin-large-bottom {
  margin-bottom: 50px !important; }

.uk-margin-large-left {
  margin-left: 50px !important; }

.uk-margin-large-right {
  margin-right: 50px !important; }

.uk-margin-small {
  margin-bottom: 5px; }

* + .uk-margin-small {
  margin-top: 5px; }

.uk-margin-small-top {
  margin-top: 5px !important; }

.uk-margin-small-bottom {
  margin-bottom: 5px !important; }

.uk-margin-small-left {
  margin-left: 5px !important; }

.uk-margin-small-right {
  margin-right: 5px !important; }

.uk-margin-remove {
  margin: 0 !important; }

.uk-margin-top-remove {
  margin-top: 0 !important; }

.uk-margin-bottom-remove {
  margin-bottom: 0 !important; }

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

.uk-border-rounded {
  border-radius: 5px; }

@media (min-width: 768px) {
  .uk-heading-large {
    font-size: 59px;
    line-height: 73px; } }
.uk-link-muted {
  color: #919191; }
  .uk-link-muted a, .uk-link-muted:hover, .uk-link-muted a:hover {
    color: #919191; }

.uk-link-reset {
  color: inherit;
  text-decoration: none; }
  .uk-link-reset a, .uk-link-reset:hover, .uk-link-reset a:hover {
    color: inherit;
    text-decoration: none; }

.uk-scrollable-text {
  height: 300px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  resize: both; }

.uk-scrollable-box {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 170px;
  padding: 10px;
  border: 1px solid #dddddd;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  resize: both; }
  .uk-scrollable-box > :last-child {
    margin-bottom: 0; }

.uk-overflow-container {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }
  .uk-overflow-container > :last-child {
    margin-bottom: 0; }

.uk-position-absolute {
  position: absolute !important; }

.uk-position-relative {
  position: relative !important; }

.uk-position-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.uk-display-block {
  display: block !important; }

.uk-display-inline {
  display: inline !important; }

.uk-display-inline-block {
  display: inline-block !important; }

@media (min-width: 960px) {
  .uk-visible-small, .uk-visible-medium, .uk-hidden-large {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 959px) {
  .uk-visible-small, .uk-visible-large, .uk-hidden-medium {
    display: none !important; } }
@media (max-width: 767px) {
  .uk-visible-medium, .uk-visible-large, .uk-hidden-small {
    display: none !important; } }
.uk-hidden {
  display: none !important;
  visibility: hidden !important; }

.uk-invisible {
  visibility: hidden !important; }

.uk-visible-hover:hover .uk-hidden, .uk-visible-hover:hover .uk-invisible {
  display: block !important;
  visibility: visible !important; }

.uk-visible-hover-inline:hover .uk-hidden, .uk-visible-hover-inline:hover .uk-invisible {
  display: inline-block !important;
  visibility: visible !important; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a {
    text-decoration: underline; }
    a:visited {
      text-decoration: underline; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr {
    page-break-inside: avoid; }

  img {
    page-break-inside: avoid;
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }
.uk-search {
  display: inline-block;
  position: relative;
  margin: 0; }
  .uk-search:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-family: FontAwesome;
    font-size: 18px;
    color: #ffffff;
    padding: 0 0; }

.uk-search-field {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  border-radius: 0;
  font: inherit;
  -webkit-appearance: none;
  width: 50px;
  height: 50px;
  padding: 0 0 0 50px;
  border: 1px solid transparent;
  background: transparent;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  padding: 0;
  border: none;
  cursor: pointer;
  color: #919191; }
  .uk-search-field::-moz-focus-inner {
    border: 0;
    padding: 0; }
  .uk-search-field::-webkit-search-cancel-button, .uk-search-field::-webkit-search-decoration {
    -webkit-appearance: none; }
  .uk-search-field::-ms-clear {
    display: none; }
  .uk-search-field::-moz-placeholder {
    opacity: 1; }
  .uk-search-field:-ms-input-placeholder {
    color: transparent !important; }
  .uk-search-field::-moz-placeholder, .uk-search-field::-webkit-input-placeholder {
    color: transparent; }
  .uk-search-field:focus {
    outline: 0;
    border: none;
    width: 210px; }

.uk-search.uk-active .uk-search-field {
  width: 210px; }

.uk-dropdown-search {
  width: 300px;
  margin-top: 0px;
  background: #262f31;
  color: #ffffff;
  border-radius: 0; }
  .uk-dropdown-search:before {
    content: "";
    position: absolute;
    top: -17px;
    left: 0;
    width: 0px;
    height: 0px;
    border-width: 0 20px 20px 0px;
    border-style: solid;
    border-color: transparent transparent #262f31; }
  .uk-dropdown-search .uk-nav .uk-nav-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

.uk-open > .uk-dropdown-search {
  -webkit-animation: uk-slide-top-fixed 0.2s ease-in-out;
  animation: uk-slide-top-fixed 0.2s ease-in-out; }

.uk-navbar-flip .uk-dropdown-search {
  margin-top: 45px;
  margin-right: 0; }

.uk-nav-search > li > a {
  color: #ffffff; }
.uk-nav-search > li.uk-active > a {
  background: transparent;
  color: #2f8bcb;
  outline: none; }
.uk-nav-search .uk-nav-header {
  color: #1b7a91; }
.uk-nav-search .uk-nav-divider {
  border-top: 1px solid #dddddd; }
.uk-nav-search ul a {
  color: rgba(145, 145, 145, 0.7); }
  .uk-nav-search ul a:hover {
    color: #2f8bcb; }

.uk-offcanvas .uk-search {
  display: block;
  margin: 20px 20px; }
  .uk-offcanvas .uk-search:before {
    color: rgba(255, 255, 255, 0.7); }
.uk-offcanvas .uk-search-field {
  width: 100%;
  border-color: rgba(0, 0, 0, 0.1);
  background: #262f31;
  color: #ffffff;
  padding-left: 25px !important; }
  .uk-offcanvas .uk-search-field:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7) !important; }
  .uk-offcanvas .uk-search-field::-moz-placeholder, .uk-offcanvas .uk-search-field::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7); }

.uk-search-field:focus, .uk-search.uk-active .uk-search-field {
  padding: 0 50px;
  cursor: text; }

.uk-navbar-content .uk-search .uk-search-field {
  color: #ffffff; }

.uk-dropdown-flip.uk-dropdown-search {
  margin-top: 20px; }
  .uk-dropdown-flip.uk-dropdown-search:before {
    left: inherit;
    right: 0;
    border-width: 0 0 20px 20px;
    border-color: transparent transparent #262f31; }

.uk-offcanvas .uk-search {
  margin: 0 !important; }

.uk-search-field:-ms-input-placeholder {
  color: transparent !important; }

.tm-breadcrumb {
  margin: 0 0 60px 0; }

.tm-button-secondary {
  background-color: #262f31;
  color: #ffffff; }
  .tm-button-secondary:hover {
    background: #1d2426;
    color: #ffffff; }

.tm-mark-scribble {
  background: #1b7a91;
  font-size: 24px;
  font-family: "Nothing You Could Do";
  line-height: 30px; }

.tm-mini-divider {
  margin: 15px auto;
  width: 60px;
  height: 0px;
  border-bottom: 1px solid #1b7a91; }

.tm-toolbar {
  width: 100%; }

.tm-headerbar {
  width: 100%;
  height: 140px;
  background: transparent;
  background-position: 0 0;
  background-size: 100% 740px;
  z-index: 999; }

.tm-toolbar {
  padding: 20px 0;
  background: #262f31; }

.tm-headerbar, .uk-navbar-brand, .uk-navbar-content, .uk-navbar-toggle, .uk-navbar-nav > li > a {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  transition-proberty: height, width, line-height;
  -webkit-transition-proberty: height, width, line-height; }

.uk-navbar-brand img, .uk-navbar-brand a {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  transition-proberty: height, width, line-height;
  -webkit-transition-proberty: height, width, line-height; }

.tm-logo {
  width: 328px;
  height: auto; }

.tm-logo-small {
  letter-spacing: -0.31em; }

.tm-teaser {
  position: relative;
  height: 600px;
  overflow: hidden; }
  .tm-teaser > .uk-container {
    position: relative; }

.uk-navbar-nav .uk-navbar-nav-subtitle {
  line-height: 140px; }

.uk-navbar-nav-subtitle > div {
  margin-top: -60px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  transition-proberty: all;
  -webkit-transition-proberty: all; }

.tm-navbar-fixed .tm-toolbar {
  position: fixed;
  z-index: 1000;
  width: 100%; }
.tm-navbar-fixed .tm-headerbar {
  position: fixed;
  z-index: 1000;
  width: 100%;
  background-image: none; }
.tm-navbar-fixed .tm-toolbar + .tm-headerbar {
  margin-top: 62px;
  background-position: 0 0; }
.tm-navbar-fixed .tm-headerbar + .tm-wrapper {
  padding-top: 140px; }
.tm-navbar-fixed .tm-toolbar + .tm-headerbar + .tm-wrapper {
  padding-top: 202px; }
.tm-navbar-fixed .tm-headerbar + .tm-teaser {
  padding-top: 140px; }
.tm-navbar-fixed .tm-teaser {
  background-position: 0 0;
  background-size: 100% 740px; }
.tm-navbar-fixed .tm-toolbar + .tm-headerbar + .tm-teaser {
  padding-top: 202px;
  background-position: 0 62px; }
.tm-navbar-fixed .tm-headerbar, .tm-navbar-fixed .uk-navbar-brand, .tm-navbar-fixed .uk-navbar-content, .tm-navbar-fixed .uk-navbar-toggle, .tm-navbar-fixed .uk-navbar-nav ul > li > a {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  transition-property: height, width, line-height;
  -webkit-transition-property: height, width, line-height; }
.tm-navbar-fixed .uk-navbar-brand img, .tm-navbar-fixed .uk-navbar-brand a {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  transition-property: height, width, line-height;
  -webkit-transition-property: height, width, line-height; }
.tm-navbar-fixed .tm-headerbar-small {
  height: 55px; }
  .tm-navbar-fixed .tm-headerbar-small .uk-navbar-brand, .tm-navbar-fixed .tm-headerbar-small .uk-navbar-content, .tm-navbar-fixed .tm-headerbar-small .uk-navbar-toggle {
    height: 55px; }
  .tm-navbar-fixed .tm-headerbar-small .uk-navbar-nav > li > a {
    height: 55px;
    line-height: 55px; }
  .tm-navbar-fixed .tm-headerbar-small .uk-navbar-nav .uk-navbar-nav-subtitle {
    line-height: 55px; }
  .tm-navbar-fixed .tm-headerbar-small .uk-navbar-nav-subtitle > div {
    margin-top: -20px; }
  .tm-navbar-fixed .tm-headerbar-small .uk-navbar-brand img, .tm-navbar-fixed .tm-headerbar-small .uk-navbar-brand a {
    width: 130px;
    height: auto; }
  .tm-navbar-fixed .tm-headerbar-small .uk-dropdown-navbar, .tm-navbar-fixed .tm-headerbar-small .uk-dropdown-search {
    margin-top: 0; }
    .tm-navbar-fixed .tm-headerbar-small .uk-dropdown-navbar:before, .tm-navbar-fixed .tm-headerbar-small .uk-dropdown-search:before {
      top: -10px; }

.tm-margin-large-top {
  margin-top: 60px !important; }

.tm-margin-large-bottom {
  margin-bottom: 60px !important; }

.tm-margin-right {
  margin-right: 10px; }

.tm-margin-left {
  margin-left: 10px; }

.tm-negativ-margin-top {
  margin-top: -300px;
  color: #22918f;
  text-transform: none !important;
  font-weight: 300; }

.tm-primary-color {
  color: #1b7a91; }

.tm-image-round {
  border-radius: 100%; }

.tm-grid-border {
  border-top: 1px dotted #dddddd; }

.tm-main-top + .tm-content, .tm-content + .tm-main-bottom {
  margin-top: 60px; }

.tm-block-full {
  padding: 0;
  max-width: 100% !important; }

.tm-block-primary {
  background: #1b7a91;
  color: #d1e4e9; }
  .tm-block-primary h1, .tm-block-primary h2, .tm-block-primary h3, .tm-block-primary h4, .tm-block-primary h5, .tm-block-primary h6 {
    color: #073a5a; }

.tm-block-secondary, .tm-block-secondary-full {
  background: #2a3537;
  color: #6c898e; }

.tm-block-secondary-full-3 {
  background: #fff;
  color: #6c898e;
  margin-bottom: 20px; }

.tm-block-secondary h1, .tm-block-secondary h2, .tm-block-secondary h3, .tm-block-secondary h4, .tm-block-secondary h5, .tm-block-secondary h6 {
  color: #bfc2c3; }

.tm-block-padding-top {
  padding-top: 60px; }

.tm-block-padding-bottom {
  padding-bottom: 60px; }

.tm-block-padding-top-bottom {
  padding: 60px 0; }

.tm-position-divider {
  border-bottom: 1px solid #dddddd;
  background: #2a3537; }

.tm-footer {
  height: 100%; }
  .tm-footer .uk-subnav li {
    margin-top: 10px;
    margin-bottom: 20px; }

.tm-align-bottom {
  position: absolute;
  bottom: 0;
  right: 0; }

.tm-article-blog .tm-article-image {
  position: relative;
  width: 180px;
  height: 180px;
  border-radius: 100%;
  background-position: center;
  background-size: cover;
  display: block; }
.tm-article-blog .tm-blog-image-placeholder {
  background: url("../../../images/yootheme/blog_image-placeholder.jpg"); }
.tm-article-blog .uk-width-medium-1-2 .uk-width-medium-3-4, .tm-article-blog .uk-width-medium-1-2 .uk-width-medium-1-4, .tm-article-blog .uk-width-medium-1-2 .uk-width-medium-2-3 {
  width: 100%; }
.tm-article-blog .uk-width-medium-1-2 .uk-article {
  width: 100%;
  text-align: center; }
  .tm-article-blog .uk-width-medium-1-2 .uk-article .tm-article-image {
    margin: auto;
    margin-bottom: 30px !important;
    width: 160px;
    height: 160px; }
  .tm-article-blog .uk-width-medium-1-2 .uk-article .uk-button-small {
    float: none; }
.tm-article-blog .uk-article-title {
  font-weight: 300;
  font-size: 24px;
  line-height: 28px; }
.tm-article-blog .tm-article {
  margin: 5px 0;
  font-size: 14px; }
.tm-article-blog .uk-article {
  padding: 30px 0;
  border-bottom: 1px dotted #dddddd; }
.tm-article-blog .tm-leading-article .uk-article:last-child {
  border-bottom: 1px dotted #dddddd; }
.tm-article-blog .uk-article:last-child {
  border-bottom: none; }
.tm-article-blog h1.uk-h3 {
  display: none; }

.single-article {
  padding-top: 0 !important; }
  .single-article .uk-grid {
    margin-left: 0; }
  .single-article .article-image-wrapper {
    line-height: 0; }
  .single-article .blog-post-title {
    font-weight: 300;
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 700; }
  .single-article #post-body-wrapper {
    padding: 20px;
    border: 1px solid #efefef;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-collapse: collapse; }
  .single-article #post-top-wrapper {
    padding-left: 0; }
    .single-article #post-top-wrapper + #post-body-wrapper {
      border-top: none; }
  .single-article .meta {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 10px -20px 30px;
    padding: 0 20px 10px 20px;
    border-bottom: 1px solid #efefef; }
    .single-article .meta::after {
      clear: both;
      content: "";
      display: table; }
    .single-article .meta span {
      float: left;
      color: #4ac1f0;
      text-transform: capitalize;
      font-family: "Oswald", sans-serif;
      font-weight: 300; }
      .single-article .meta span a {
        color: #4ac1f0; }
      .single-article .meta span.separator {
        padding: 0 5px; }
      .single-article .meta span.cat-wrapper {
        font-weight: 400;
        clear: both;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }

.tm-sidebar-b .widget-content {
  padding: 20px;
  border: 1px solid #efefef;
  font-size: 12px; }
  .tm-sidebar-b .widget-content .uk-list {
    margin: -20px;
    position: relative; }
    .tm-sidebar-b .widget-content .uk-list > li {
      display: block; }
      .tm-sidebar-b .widget-content .uk-list > li > a {
        display: block;
        line-height: 40px;
        padding: 0 20px;
        font-size: 14px;
        font-weight: 300; }
      .tm-sidebar-b .widget-content .uk-list > li.cat-item {
        margin: 0;
        padding: 0;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: none; }
        .tm-sidebar-b .widget-content .uk-list > li.cat-item::after {
          clear: both;
          content: "";
          display: table; }
        .tm-sidebar-b .widget-content .uk-list > li.cat-item > a {
          text-transform: capitalize;
          color: #919191;
          border-top: 1px solid #efefef;
          -webkit-transition: background-color ease 0.3s, color ease 0.3s, border-color ease 0.3s;
          -moz-transition: background-color ease 0.3s, color ease 0.3s, border-color ease 0.3s;
          transition: background-color ease 0.3s, color ease 0.3s, border-color ease 0.3s; }
          .tm-sidebar-b .widget-content .uk-list > li.cat-item > a:before {
            content: "";
            width: 20px;
            height: 20px;
            position: absolute;
            top: 9px;
            right: 10px;
            border: 1px solid #919191;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            -o-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%; }
          .tm-sidebar-b .widget-content .uk-list > li.cat-item > a:after {
            content: "";
            font-family: "FontAwesome";
            line-height: 20px;
            width: 20px;
            height: 20px;
            text-align: center;
            position: absolute;
            right: 9px;
            top: 9px; }
          .tm-sidebar-b .widget-content .uk-list > li.cat-item > a:hover {
            background-color: #4ac1f0;
            color: #ffffff;
            border-color: #4ac1f0; }
            .tm-sidebar-b .widget-content .uk-list > li.cat-item > a:hover:after, .tm-sidebar-b .widget-content .uk-list > li.cat-item > a:hover:before {
              color: #ffffff;
              border-color: #ffffff; }
.tm-sidebar-b .tribe-events-list-widget .tribe-list-widget {
  padding-left: 0; }
.tm-sidebar-b .social-sharing-widget .widget-content {
  padding: 0;
  border: none; }
  .tm-sidebar-b .social-sharing-widget .widget-content .social-sharing {
    text-align: center; }
    .tm-sidebar-b .social-sharing-widget .widget-content .social-sharing > a {
      display: inline-block; }

.tm-teaser {
  background-position: 0 -140px;
  background-size: 100% 740px;
  color: #135666;
  background: #fff; }
  .tm-teaser h1, .tm-teaser h2, .tm-teaser h3, .tm-teaser h4, .tm-teaser h5, .tm-teaser h6 {
    color: #ffffff; }

.tm-headerbar, .tm-headerbar-plain, .tm-headerbar-small {
  background: #1b7a91; }

.tm-teaser-text-primary {
  color: #245562 !important;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 300;
  font-size: 60pt;
  line-height: 60pt; }

.tm-teaser-text-primary-sec {
  color: #38383a !important;
  text-transform: none !important;
  letter-spacing: 0;
  font-weight: 300;
  font-size: 20pt;
  line-height: 20pt; }

.tm-teaser-text-primary-sec-3 {
  color: #38383a !important;
  text-transform: none !important;
  letter-spacing: 0;
  font-weight: 300;
  font-size: 20pt;
  line-height: 20pt;
  width: 75% !important; }

.tm-teaser-text-secondary {
  color: #38383a !important;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px; }

.tm-teaser-text-secondary-bold {
  color: #245562 !important;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px; }

.tm-button-teaser {
  margin-top: 15px;
  padding: 0px 30px;
  min-width: 250px;
  color: #fff; }
  .tm-button-teaser:hover, .tm-button-teaser:active, .tm-button-teaser:focus {
    color: #fff; }

.tm-news-title {
  margin-top: 20px;
  color: #ffffff;
  font-weight: normal;
  font-size: 22px; }

.tm-news-date {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: #1b7a91;
  color: #ffffff;
  font-weight: bold;
  font-size: 22px;
  line-height: 24px; }
  .tm-news-date:before {
    position: relative;
    top: 24px;
    left: 58px;
    width: 0px;
    height: 0px;
    border-width: 5px 0px 5px 10px;
    border-style: solid;
    border-color: transparent transparent transparent #1b7a91;
    content: ""; }
  .tm-news-date span {
    display: block;
    font-weight: 300;
    font-size: 12px;
    line-height: 8px; }

.tm-gallery {
  width: 100%; }
  .tm-gallery .uk-overlay .uk-thumbnail {
    width: 100% !important;
    height: 100% !important;
    border: none; }
  .tm-gallery .uk-overlay .uk-overlay-area {
    z-index: 900;
    width: 100% !important;
    height: 100% !important; }

.tm-social-bar .uk-icon-button {
  width: 55px;
  height: 55px;
  font-size: 30px;
  line-height: 55px; }

.tm-primary-title {
  color: #1b7a91 !important;
  margin-left: 30px !important; }

.tm-primary-title-load {
  color: #fff !important;
  margin-left: 30px !important;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  margin-bottom: 40px; }

.tm-secondary-title {
  color: #2a3537 !important; }

.tm-title-line {
  margin: 30px 0;
  background: linear-gradient(to bottom, transparent 49%, rgba(0, 0, 0, 0.3) 51%, transparent 53%, transparent 100%);
  color: #1b7a91 !important; }
  .tm-title-line span {
    padding: 0 15px;
    background: #ffffff; }

.tm-custom-form {
  border: 3px solid #f2f2f2 !important;
  background: rgba(42, 53, 55, 0.05) !important;
  color: #919191 !important; }
  .tm-custom-form:hover, .tm-custom-form:active, .tm-custom-form:focus {
    border: 3px solid #e6e6e6 !important;
    color: #1b7a91 !important; }
  .tm-custom-form :-ms-input-placeholder, .tm-custom-form ::-moz-placeholder, .tm-custom-form ::-webkit-input-placeholder {
    color: rgba(145, 145, 145, 0.15) !important; }

.tm-block-secondary .tm-title-line {
  background: linear-gradient(to bottom, transparent 49%, rgba(255, 255, 255, 0.3) 51%, transparent 53%, transparent 100%);
  color: #1b7a91 !important; }
  .tm-block-secondary .tm-title-line span {
    background: #2a3537; }
.tm-block-secondary .tm-custom-form {
  border: 3px solid #262f31 !important;
  background: rgba(255, 255, 255, 0.05) !important;
  color: #ffffff !important; }
  .tm-block-secondary .tm-custom-form:hover, .tm-block-secondary .tm-custom-form:active, .tm-block-secondary .tm-custom-form:focus {
    border: 3px solid #1d2426 !important;
    color: #ffffff !important; }
  .tm-block-secondary .tm-custom-form :-ms-input-placeholder, .tm-block-secondary .tm-custom-form ::-moz-placeholder, .tm-block-secondary .tm-custom-form ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.15) !important; }

.tm-block-primary .tm-title-line {
  background: linear-gradient(to bottom, transparent 49%, rgba(255, 255, 255, 0.5) 51%, transparent 53%, transparent 100%);
  color: #ffffff !important; }
  .tm-block-primary .tm-title-line span {
    background: #1b7a91; }
.tm-block-primary .tm-custom-form {
  border: 3px solid #197388 !important;
  background: rgba(255, 255, 255, 0.05) !important;
  color: #ffffff !important; }
  .tm-block-primary .tm-custom-form:hover, .tm-block-primary .tm-custom-form:active, .tm-block-primary .tm-custom-form:focus {
    border: 3px solid #166477 !important;
    color: #ffffff !important; }
  .tm-block-primary .tm-custom-form :-ms-input-placeholder, .tm-block-primary .tm-custom-form ::-moz-placeholder, .tm-block-primary .tm-custom-form ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.15) !important; }

svg.uk-circlechart {
  display: block;
  margin: auto; }
  svg.uk-circlechart path {
    fill: #22918f; }
  svg.uk-circlechart circle {
    fill: #2a3537; }
  svg.uk-circlechart text {
    font-weight: bold;
    font-size: 30px;
    fill: #fff;
    dominant-baseline: central;
    text-anchor: middle; }

.tm-block-secondary svg.uk-circlechart path {
  fill: #1b7a91; }
.tm-block-secondary svg.uk-circlechart circle {
  fill: #2a3537; }
.tm-block-secondary svg.uk-circlechart text {
  fill: #ffffff; }

.tm-block-primary svg.uk-circlechart path {
  fill: #ffffff; }
.tm-block-primary svg.uk-circlechart circle {
  fill: #1b7a91; }
.tm-block-primary svg.uk-circlechart text {
  fill: #ffffff; }

@media (max-width: 1220px) {
  .tm-article-blog .tm-article-image {
    width: 150px;
    height: 150px; } }
@media (max-width: 960px) {
  .tm-teaser-text-primary {
    font-size: 30pt !important;
    line-height: 40pt; }

  .tm-teaser-text-secondary {
    font-size: 14pt !important;
    line-height: 18pt; } }
@media (max-width: 1025px) {
  .uk-panel.uk-panel-box {
    padding: 15px; }

  .uk-dropdown-navbar, .uk-dropdown-search {
    margin-top: 0; }

  .uk-navbar-content, .uk-navbar-brand, .uk-navbar-toggle {
    height: 55px; }

  .tm-headerbar {
    height: 55px; }
    .tm-headerbar + .tm-wrapper {
      padding-top: 55px !important; }

  .tm-toolbar + .tm-headerbar + .tm-wrapper {
    padding-top: 117px !important; }

  .uk-dropdown-navbar, .uk-dropdown-search {
    margin-top: 0; }
    .uk-dropdown-navbar:before, .uk-dropdown-search:before {
      top: -10px; }

  .tm-navbar-fixed .tm-headerbar, .tm-headerbar, .uk-navbar-brand, .uk-navbar-content, .uk-navbar-toggle {
    height: 55px; }

  .uk-navbar-nav > li > a {
    height: 55px;
    line-height: 55px; }

  .uk-navbar-brand img, .uk-navbar-brand a {
    width: 95px;
    height: auto; }

  .uk-navbar-nav .uk-navbar-nav-subtitle {
    line-height: 55px; }

  .uk-navbar-nav-subtitle > div {
    margin-top: -20px; }

  .tm-navbar-fixed .tm-headerbar + .tm-block {
    padding-top: 115px; }
  .tm-navbar-fixed .tm-toolbar + .tm-headerbar + .tm-block {
    padding-top: 177px; }
  .tm-navbar-fixed .tm-headerbar + .tm-teaser {
    padding-top: 55px; }
  .tm-navbar-fixed .tm-toolbar + .tm-headerbar + .tm-teaser {
    padding-top: 117px; }

  .tm-block-primary .tm-title-line, .tm-block-secondary .tm-title-line, .tm-title-line, .tm-block-primary .tm-title-line span, .tm-block-secondary .tm-title-line span, .tm-title-line span {
    background: none; }

  .tm-article-blog .tm-article-image {
    width: 120px;
    height: 120px; } }
@media (max-width: 767px) {
  .tm-negativ-margin-top {
    margin-top: 0; }

  .tm-article-blog .uk-article {
    text-align: center; }
  .tm-article-blog .tm-article-image {
    margin: auto;
    margin-bottom: 30px !important;
    width: 160px;
    height: 160px; }
  .tm-article-blog .uk-button-small {
    float: none; } }
@media (max-width: 768px) {
  .tm-teaser {
    height: 300px; } }
@media (max-width: 480px) {
  .tm-social-bar .uk-icon-button {
    width: 40px;
    height: 40px;
    font-size: 22px;
    line-height: 40px; }

  h1 {
    font-size: 32px;
    line-height: 31.11111px; }

  h2 {
    font-size: 22.5px;
    line-height: 22.66667px; }

  .tm-mark-scribble {
    font-size: 16px;
    line-height: 16px; } }
.tm-totop-scroller {
  position: relative;
  top: 25px;
  z-index: 998;
  display: block;
  margin: auto;
  margin-top: -50px;
  padding: 15px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #ffffff;
  color: #1b7a91;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  -webkit-transition: all linear 0.05s;
  transition: all linear 0.05s; }
  .tm-totop-scroller.tm-block-primary {
    background: #1b7a91;
    color: #ffffff; }
  .tm-totop-scroller.tm-block-secondary {
    background: #2a3537;
    color: #1b7a91; }
  .tm-totop-scroller:after {
    content: "";
    font-family: "FontAwesome"; }
  .tm-totop-scroller:hover, .tm-totop-scroller:focus {
    outline: none;
    color: #38bada;
    text-decoration: none;
    font-size: 16px; }
  .tm-totop-scroller:active {
    color: #0b323b;
    font-size: 11px; }

.tm-error-icon {
  font-size: 250px; }

.tm-error-headline {
  font-size: 100px; }

.tm-offline {
  width: 300px; }

.tm-socialbuttons {
  line-height: 1; }
  .tm-socialbuttons > div {
    margin-right: 10px;
    float: left; }

.alignleft {
  display: block;
  float: left;
  margin-right: 15px; }

.alignright {
  display: block;
  float: right;
  margin-left: 15px; }

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

.uk-dropdown-navbar.uk-dropdown-stack {
  min-width: 0 !important;
  max-width: none !important; }

.clearfix {
  clear: both; }

.textWrapperTeaser .buttons {
  margin-top: 50px; }

@font-face {
  font-family: FontAwesome;
  src: url(../../src/fonts/fontawesome-webfont.woff2) format("woff2"), url(../../src/fonts/fontawesome-webfont.woff) format("woff"), url(../../src/fonts/fontawesome-webfont.ttf) format("truetype");
  font-weight: 400;
  font-style: normal; }
.uk-slider {
  position: relative;
  z-index: 0;
  touch-action: pan-y; }
  .uk-slider:not(.uk-grid) {
    margin: 0;
    padding: 0;
    list-style: none; }
  .uk-slider > * {
    position: absolute;
    top: 0;
    left: 0; }

.uk-slider-container {
  overflow: hidden; }

.uk-slider:not(.uk-drag) {
  -webkit-transition: -webkit-transform 200ms linear;
  transition: transform 200ms linear; }
.uk-slider.uk-drag {
  cursor: col-resize;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }
.uk-slider a {
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-touch-callout: none; }
.uk-slider img {
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-touch-callout: none;
  pointer-events: none; }

.uk-slider-fullscreen {
  height: 100vh; }
  .uk-slider-fullscreen > li {
    height: 100vh; }

.uk-slidenav {
  display: inline-block;
  box-sizing: border-box;
  width: 35px;
  height: 44px;
  line-height: 60px;
  color: rgba(50, 50, 50, 0.4);
  font-size: 60px;
  text-align: center; }
  .uk-slidenav:focus, .uk-slidenav:hover {
    outline: 0;
    text-decoration: none;
    color: rgba(50, 50, 50, 0.7);
    cursor: pointer; }
  .uk-slidenav:active {
    color: rgba(50, 50, 50, 0.9); }

.uk-slidenav-previous {
  background: url("/wp-content/themes/yoo_digit_wp/images/slider-prev.png") no-repeat; }

.uk-slidenav-next {
  background: url("/wp-content/themes/yoo_digit_wp/images/slider-next.png") no-repeat; }

.uk-slidenav-position {
  position: relative; }
  .uk-slidenav-position .uk-slidenav {
    display: block;
    position: absolute;
    top: 50%;
    z-index: 1;
    margin-top: -30px; }
  .uk-slidenav-position:hover .uk-slidenav {
    display: block; }
  .uk-slidenav-position .uk-slidenav-previous {
    left: -43px; }
  .uk-slidenav-position .uk-slidenav-next {
    right: -12px; }

.uk-slidenav-contrast {
  color: rgba(255, 255, 255, 0.5); }
  .uk-slidenav-contrast:focus, .uk-slidenav-contrast:hover {
    color: rgba(255, 255, 255, 0.7); }
  .uk-slidenav-contrast:active {
    color: rgba(255, 255, 255, 0.9); }

.uk-slidenav-position.home-slider {
  width: 1090px;
  margin-left: 30px;
  margin-top: -50px;
  z-index: 100; }

.scu-item {
  border: 1px solid #e5e5e5; }

.slider-item {
  margin-left: 1px;
  width: 338px; }

.scu-item .scu-item-content {
  padding: 35px 35px 10px 35px; }
  .scu-item .scu-item-content h5 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    color: #59B6BA;
    height: 30px; }
  .scu-item .scu-item-content h4 {
    color: #073A5A;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 0px;
    height: 50px; }
  .scu-item .scu-item-content p {
    font-size: 14px; }

@media screen and (min-width: 960px) {
  .welcome-bg {
    padding-right: 50%;
    margin-top: -70px;
    padding-top: 140px;
    padding-right: 50%;
    background: url("/wp-content/themes/yoo_digit_wp/images/welcome-bg.png") no-repeat 100% 0%; } }
@media screen and (min-width: 1235px) {
  .welcome-bg {
    padding-right: 34%; } }
.welcome-bg h2 {
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  font-size: 38px;
  color: #0a1f2c; }
.welcome-bg p {
  font-size: 16px;
  line-height: 27px;
  color: #919191; }
.welcome-bg .buttons {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .welcome-bg .buttons::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 320px) {
    .welcome-bg .buttons {
      text-align: center; }
      .welcome-bg .buttons a {
        display: block; }
      .welcome-bg .buttons .sep {
        display: block; } }
  @media screen and (min-width: 640px) {
    .welcome-bg .buttons {
      text-align: left; }
      .welcome-bg .buttons a {
        display: inline-block; }
      .welcome-bg .buttons .sep {
        display: none; } }
  .welcome-bg .buttons a {
    font-family: "oswaldextralight", sans-serif;
    font-size: 18px;
    color: #919191; }
    .welcome-bg .buttons a.btn-primary {
      line-height: 50px;
      color: #0a1f2c;
      border-color: #0a1f2c;
      font-family: "Oswald", sans-serif;
      font-weight: 400;
      font-size: 27px;
      margin: 10px 0px; }
      .welcome-bg .buttons a.btn-primary:hover, .welcome-bg .buttons a.btn-primary:active {
        background-color: #0a1f2c;
        color: #ffffff; }

.welcome-hyper {
  color: #919191;
  text-transform: uppercase;
  font-weight: bold; }
  .welcome-hyper:hover {
    text-decoration: underline; }

.scu-options-header p {
  font-size: 18px; }

.scu-options p {
  font-size: 14px;
  line-height: 24px;
  color: #919191;
  margin-bottom: 30px; }
  .scu-options p span {
    font-size: 27px;
    color: #4ac1f0;
    display: block;
    padding-bottom: 5px;
    line-height: 48px; }
.scu-options .scu-options-left, .scu-options .scu-options-right {
  padding-top: 40px; }
.scu-options .scu-options-left p span {
  padding-right: 60px;
  background-position: 100% 0%; }
.scu-options .scu-options-right p span {
  background-position: 0% 100%; }
  @media screen and (min-width: 800px) {
    .scu-options .scu-options-right p span {
      padding-left: 60px; } }
@media screen and (min-width: 320px) {
  .scu-options > div {
    width: 100%; }
    .scu-options > div.scu-options-middle {
      display: none; }
  .scu-options .uk-text-right {
    text-align: left !important; } }
@media screen and (min-width: 800px) {
  .scu-options > div {
    width: 33.3%; }
    .scu-options > div.scu-options-middle {
      display: block; }
  .scu-options .uk-text-right {
    text-align: right !important; }
  .scu-options .star {
    background: url("/wp-content/themes/yoo_digit_wp/images/icon-star.png") no-repeat;
    height: 48px; } }

.uk-grid .courses {
  padding: 0px 1px 1px 0px; }

.courses figure .uk-overlay-panel {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (min-width: 320px) {
    .courses figure .uk-overlay-panel {
      padding: 5px; } }
  @media screen and (min-width: 960px) {
    .courses figure .uk-overlay-panel {
      padding: 20px; } }
  .courses figure .uk-overlay-panel p {
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    max-width: 210px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (min-width: 320px) {
      .courses figure .uk-overlay-panel p {
        font-size: 14px; } }
    @media screen and (min-width: 960px) {
      .courses figure .uk-overlay-panel p {
        font-weight: bold;
        font-size: 22px; } }
  .courses figure .uk-overlay-panel span.underline {
    border-bottom: 3px solid #fff;
    display: block;
    max-width: 155px;
    width: 100%;
    margin: 10px auto; }

.away-link {
  padding: 15px 0px;
  background: #0a1f2c; }
  .away-link a {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-family: "Oswald", sans-serif;
    font-weight: 400; }
    .away-link a span.icon-circle-arrow-right {
      background: url("/wp-content/themes/yoo_digit_wp/images/round-arrow-right.png") no-repeat;
      width: 24px;
      height: 24px;
      display: inline-block;
      margin-left: 10px; }

.uk-flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.uk-flex-inline {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex; }
  .uk-flex-inline > * {
    -ms-flex-negative: 1; }

.uk-flex > * {
  -ms-flex-negative: 1; }

.uk-flex-top {
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start; }

.uk-flex-middle {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.uk-flex-bottom {
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end; }

.uk-flex-center {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }

.uk-flex-right {
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }

.uk-flex-space-between {
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.uk-flex-space-around {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around; }

.uk-flex-row-reverse {
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.uk-flex-column {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.uk-flex-column-reverse {
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.uk-flex-nowrap {
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.uk-flex-wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.uk-flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  -webkit-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse; }

.uk-flex-wrap-top {
  -ms-flex-line-pack: start;
  -webkit-align-content: flex-start;
  align-content: flex-start; }

.uk-flex-wrap-middle {
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center; }

.uk-flex-wrap-bottom {
  -ms-flex-line-pack: end;
  -webkit-align-content: flex-end;
  align-content: flex-end; }

.uk-flex-wrap-space-between {
  -ms-flex-line-pack: justify;
  -webkit-align-content: space-between;
  align-content: space-between; }

.uk-flex-wrap-space-around {
  -ms-flex-line-pack: distribute;
  -webkit-align-content: space-around;
  align-content: space-around; }

.uk-flex-order-first {
  -ms-flex-order: -1;
  -webkit-order: -1;
  order: -1; }

.uk-flex-order-last {
  -ms-flex-order: 99;
  -webkit-order: 99;
  order: 99; }

@media (min-width: 480px) {
  .uk-flex-order-first-small {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1; }

  .uk-flex-order-last-small {
    -ms-flex-order: 99;
    -webkit-order: 99;
    order: 99; } }
@media (min-width: 768px) {
  .uk-flex-order-first-medium {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1; }

  .uk-flex-order-last-medium {
    -ms-flex-order: 99;
    -webkit-order: 99;
    order: 99; } }
@media (min-width: 960px) {
  .uk-flex-order-first-large {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1; }

  .uk-flex-order-last-large {
    -ms-flex-order: 99;
    -webkit-order: 99;
    order: 99; } }
@media (min-width: 1220px) {
  .uk-flex-order-first-xlarge {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1; }

  .uk-flex-order-last-xlarge {
    -ms-flex-order: 99;
    -webkit-order: 99;
    order: 99; } }
.uk-flex-item-none {
  -ms-flex: none;
  -webkit-flex: none;
  flex: none; }

.uk-flex-item-auto {
  -ms-flex: auto;
  -webkit-flex: auto;
  flex: auto;
  -ms-flex-negative: 1; }

.uk-flex-item-1 {
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1; }

.uk-overlay {
  display: inline-block;
  position: relative;
  width: 100%;
  vertical-align: middle;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  margin: 0; }
  .uk-overlay.uk-border-circle {
    -webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 100%); }
  .uk-overlay > :first-child {
    margin-bottom: 0; }

.uk-overlay-panel {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  color: #fff; }
  .uk-overlay-panel.uk-flex > * > :last-child, .uk-overlay-panel > :last-child {
    margin-bottom: 0; }
  .uk-overlay-panel h1, .uk-overlay-panel h2, .uk-overlay-panel h3, .uk-overlay-panel h4, .uk-overlay-panel h5, .uk-overlay-panel h6 {
    color: inherit; }
  .uk-overlay-panel a:not([class]) {
    color: inherit;
    text-decoration: underline; }
  .uk-overlay-panel a[class*=uk-icon-]:not(.uk-icon-button) {
    color: inherit; }

.uk-overlay-hover:not(:hover):not(.uk-hover) .uk-overlay-panel:not(.uk-ignore), .uk-overlay-active :not(.uk-active) > .uk-overlay-panel:not(.uk-ignore) {
  opacity: 0; }

.uk-overlay-background {
  background: rgba(0, 0, 0, 0.5); }

.uk-overlay-image {
  padding: 0; }

.uk-overlay-top {
  bottom: auto; }

.uk-overlay-bottom {
  top: auto; }

.uk-overlay-left {
  right: auto; }

.uk-overlay-right {
  left: auto; }

.uk-overlay-icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  font-size: 50px;
  line-height: 1;
  font-family: FontAwesome;
  text-align: center;
  color: #fff; }

.uk-overlay-blur, .uk-overlay-fade, .uk-overlay-grayscale, .uk-overlay-scale, .uk-overlay-spin, [class*=uk-overlay-slide] {
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  transition-property: opacity, transform, filter; }

.uk-overlay-active .uk-overlay-fade, .uk-overlay-active .uk-overlay-scale, .uk-overlay-active .uk-overlay-spin, .uk-overlay-active [class*=uk-overlay-slide] {
  transition-duration: 0.8s; }

.uk-overlay-fade {
  opacity: 0.7; }

.uk-overlay-active .uk-active > .uk-overlay-fade {
  opacity: 1; }

.uk-overlay-hover.uk-hover .uk-overlay-fade, .uk-overlay-hover:hover .uk-overlay-fade {
  opacity: 1; }

.uk-overlay-scale {
  -webkit-transform: scale(1);
  transform: scale(1); }

.uk-overlay-active .uk-active > .uk-overlay-scale {
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

.uk-overlay-hover.uk-hover .uk-overlay-scale, .uk-overlay-hover:hover .uk-overlay-scale {
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

.uk-overlay-spin {
  -webkit-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0); }

.uk-overlay-active .uk-active > .uk-overlay-spin {
  -webkit-transform: scale(1.1) rotate(3deg);
  transform: scale(1.1) rotate(3deg); }

.uk-overlay-hover.uk-hover .uk-overlay-spin, .uk-overlay-hover:hover .uk-overlay-spin {
  -webkit-transform: scale(1.1) rotate(3deg);
  transform: scale(1.1) rotate(3deg); }

.uk-overlay-grayscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

.uk-overlay-active .uk-active > .uk-overlay-grayscale {
  -webkit-filter: grayscale(0);
  filter: grayscale(0); }

.uk-overlay-hover.uk-hover .uk-overlay-grayscale, .uk-overlay-hover:hover .uk-overlay-grayscale {
  -webkit-filter: grayscale(0);
  filter: grayscale(0); }

[class*=uk-overlay-slide] {
  opacity: 0; }

.uk-overlay-slide-top {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }

.uk-overlay-slide-bottom {
  -webkit-transform: translateY(100%);
  transform: translateY(100%); }

.uk-overlay-slide-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }

.uk-overlay-slide-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }

.uk-overlay-active .uk-active > [class*=uk-overlay-slide] {
  opacity: 1;
  -webkit-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0); }

.uk-overlay-hover.uk-hover [class*=uk-overlay-slide], .uk-overlay-hover:hover [class*=uk-overlay-slide] {
  opacity: 1;
  -webkit-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0); }

.uk-overlay-area {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  -webkit-transform: translate3d(0, 0, 0); }

.uk-overlay-toggle.uk-hover .uk-overlay-area, .uk-overlay-toggle:hover .uk-overlay-area {
  opacity: 1; }

.uk-overlay.uk-hover .uk-overlay-area, .uk-overlay:hover .uk-overlay-area {
  opacity: 1; }

.uk-overlay-area:empty:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  font-size: 50px;
  line-height: 1;
  font-family: FontAwesome;
  text-align: center;
  color: #fff; }
.uk-overlay-area:not(:empty) {
  font-size: 0; }
  .uk-overlay-area:not(:empty):before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

.uk-overlay-area-content {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  vertical-align: middle;
  font-size: 1rem;
  text-align: center;
  padding: 0 15px;
  color: #fff; }
  .uk-overlay-area-content > :last-child {
    margin-bottom: 0; }
  .uk-overlay-area-content a:not([class]) {
    color: inherit; }
    .uk-overlay-area-content a:not([class]):hover {
      color: inherit; }

.uk-overlay-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  -webkit-transform: translate3d(0, 0, 0); }

.uk-overlay-toggle.uk-hover .uk-overlay-caption, .uk-overlay-toggle:hover .uk-overlay-caption {
  opacity: 1; }

.uk-overlay.uk-hover .uk-overlay-caption, .uk-overlay:hover .uk-overlay-caption {
  opacity: 1; }

@media screen and (min-width: 320px) {
  .scu-events {
    width: 100%; } }
@media screen and (min-width: 800px) {
  .scu-events {
    width: 30%; } }
.scu-events ul li {
  margin-bottom: 15px; }
  .scu-events ul li .scu-event-item > a {
    color: #0a1f2c;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    text-transform: uppercase; }
.scu-events h3 {
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  float: left;
  margin-right: 15px;
  font-family: "Oswald", sans-serif;
  margin-top: 0; }

.scu-newsw h3 {
  font-size: 22px;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  float: left;
  margin-right: 15px;
  margin-top: 0; }

.scu-events > a {
  font-family: "Oswald", sans-serif;
  font-weight: 300; }
.scu-events a {
  font-size: 14px;
  text-decoration: underline;
  color: #919191; }

.scu-newsw > a {
  font-size: 14px;
  text-decoration: underline;
  color: #919191;
  font-family: "Oswald", sans-serif;
  font-weight: 300; }

.scu-date {
  border: 1px solid #e5e5e5;
  background-color: #fbfbfb;
  float: left;
  margin: 5px 20px 30px 0px;
  padding: 10px 20px;
  -webkit-box-shadow: 0px 0px 10px 5px rgba(250, 250, 250, 0.75);
  -moz-box-shadow: 0px 0px 10px 5px rgba(250, 250, 250, 0.75);
  box-shadow: 0px 0px 10px 5px rgba(250, 250, 250, 0.75);
  font-family: "Oswald", sans-serif; }
  .scu-date span:first-child {
    color: #898a8b;
    display: block;
    margin: 0px 3px;
    font-weight: 300; }
  .scu-date span:last-child {
    font-size: 45px;
    line-height: 40px;
    color: #4ac1f0;
    font-weight: 300; }

.scu-event-item span {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  font-family: "Oswald", sans-serif;
  color: #0a1f2c; }
.scu-event-item a {
  color: #59B6BA;
  font-weight: bold;
  text-decoration: none; }
.scu-event-item p {
  font-size: 14px;
  margin-top: 0px; }
  .scu-event-item p > a {
    display: block;
    color: #4ac1f0; }

@media screen and (min-width: 320px) {
  .scu-newsw {
    width: 100%; }
    .scu-newsw .uk-grid > div {
      width: 100%;
      margin-bottom: 30px; } }
@media screen and (min-width: 800px) {
  .scu-newsw {
    width: 70%; }
    .scu-newsw .uk-grid > div {
      width: 33.3%;
      margin-bottom: 15px; } }
.scu-newsw .scu-news-item {
  margin: 0 -10px;
  -webkit-box-shadow: 0px 0px 10px 5px rgba(250, 250, 250, 0.75);
  -moz-box-shadow: 0px 0px 10px 5px rgba(250, 250, 250, 0.75);
  box-shadow: 0px 0px 10px 5px rgba(250, 250, 250, 0.75); }
  .scu-newsw .scu-news-item > img {
    width: 100%; }
  .scu-newsw .scu-news-item .ft-img-link {
    position: relative;
    display: block;
    width: 100%;
    height: 240px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    .scu-newsw .scu-news-item .ft-img-link::after {
      clear: both;
      content: "";
      display: table; }
  .scu-newsw .scu-news-item .scu-item-content h4 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
    font-family: "Oswald", sans-serif;
    color: #004987;
    text-transform: uppercase; }

.scu-item.scu-news-item .scu-item-content {
  padding: 35px 25px 35px 25px; }
  .scu-item.scu-news-item .scu-item-content h5 {
    text-transform: none;
    margin: 0px;
    margin-bottom: 20px; }
  .scu-item.scu-news-item .scu-item-content h6 {
    text-transform: uppercase;
    font-weight: 400;
    margin: 0px;
    color: #0a1f2c;
    font-family: "Oswald", sans-serif;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%; }
  .scu-item.scu-news-item .scu-item-content .post-content-wrapper {
    min-height: 90px; }
  .scu-item.scu-news-item .scu-item-content p {
    margin: 0px; }
  .scu-item.scu-news-item .scu-item-content .away-link {
    margin: 30px -25px -35px -25px; }

.scu-footer-menu {
  padding: 50px 0px; }
  .scu-footer-menu .scu-footer-menu-left {
    padding-right: 60px; }
  .scu-footer-menu p {
    font-size: 14px;
    line-height: 27px; }

.custom-border {
  border-right: 1px solid #6b899c; }

.custom-border-height {
  height: 180px; }

.scu-footer-menu .uk-panel-title {
  color: #4ac1f0;
  text-transform: uppercase;
  font-weight: 300;
  font-family: "Oswald", sans-serif; }
.scu-footer-menu ul li a {
  color: #fff;
  font-size: 14px; }

a.footer-logo {
  margin-bottom: 50px;
  display: block; }

.btn-footer {
  color: #4ac1f0 !important;
  border-color: #4ac1f0;
  font-family: "Oswald", sans-serif;
  font-weight: 400; }

.scu-footer-buttons {
  margin-top: 50px; }
  .scu-footer-buttons ul li {
    display: inline-block;
    padding: 0px; }
    .scu-footer-buttons ul li a {
      font-size: 28px;
      width: 40px;
      height: 40px;
      border: 1px solid #ffffff !important;
      line-height: 40px; }
  .scu-footer-buttons .uk-icon-button {
    border-width: 0;
    font-size: 22px;
    background: none repeat scroll 0 0 transparent;
    color: #fff; }

.scu-footer-bootom-left ul {
  padding: 0px; }
  .scu-footer-bootom-left ul li {
    float: left;
    list-style: none; }
.scu-footer-bootom-left a {
  border-right: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  padding: 0 17px;
  text-transform: uppercase;
  font-weight: bold; }
.scu-footer-bootom-left li:last-child a {
  border-right: 0px solid #fff; }

.scu-footer-bootom-right > p {
  color: #fff;
  font-size: 14px; }

.tm-footer {
  background: #09293e;
  padding: 30px 0px; }
  @media screen and (min-width: 320px) {
    .tm-footer .uk-row-first, .tm-footer .uk-float-right {
      width: 100%; } }
  @media screen and (min-width: 800px) {
    .tm-footer .uk-row-first, .tm-footer .uk-float-right {
      width: 50%; } }

.uk-accordion-title {
  margin-top: 0;
  margin-bottom: 15px;
  padding: 5px 15px;
  background: #f7f7f7;
  font-size: 18px;
  line-height: 24px;
  cursor: pointer;
  border: 1px solid #e5e5e5;
  border-radius: 4px; }

.uk-accordion-content {
  padding: 0 15px 15px 15px; }
  .uk-accordion-content:after, .uk-accordion-content:before {
    content: "";
    display: table; }
  .uk-accordion-content:after {
    clear: both; }
  .uk-accordion-content > :last-child {
    margin-bottom: 0; }

.thum-title {
  bottom: 5px;
  left: 10px;
  position: absolute; }

.uk-overlay:hover .thum-title {
  color: #fff;
  z-index: 99999; }

.uk-overlay-background {
  background: none repeat scroll 0 0 rgba(56, 91, 113, 0.7) !important; }

.scu-colleges {
  width: 1090px;
  padding: 0px 30px;
  margin-top: -85px; }

.thumb-list {
  border: 1px solid #e5e5e5;
  border-top: 0px; }
  .thumb-list .uk-accordion-title {
    background: none repeat scroll 0 0 #f7f7f7;
    border-color: #e5e5e5 -moz-use-text-color -moz-use-text-color;
    border-radius: 0;
    border-style: solid none none;
    border-width: 1px 0 0;
    color: #073b5b;
    cursor: pointer;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 30px 20px;
    text-transform: uppercase;
    font-weight: bold; }

.thumb-img {
  cursor: pointer;
  display: block;
  margin: 0;
  overflow: hidden;
  position: relative;
  border: 1px solid;
  border-bottom: 0px;
  border-color: rgba(32, 27, 104, 0.2); }
  .thumb-img > img {
    width: 100%; }
  .thumb-img h3 {
    bottom: 10px;
    color: #073a5a;
    font-size: 27px;
    left: 10px;
    position: absolute;
    padding-left: 10px;
    line-height: 33px; }

span.thumb-icon-star {
  position: absolute;
  right: 15px;
  top: 0;
  width: 43px;
  height: 39px;
  background: url("/wp-content/themes/yoo_digit_wp/images/thumb-icon-star.png"); }

.thumb-img:hover span.thumb-icon-star, .thumb-cap-active .thumb-img span.thumb-icon-star {
  z-index: 999; }

.thumb-img:hover h3, .thumb-cap-active .thumb-img h3 {
  color: #fff;
  z-index: 999; }

.thumb-cap {
  background: rgba(7, 58, 90, 0.9);
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.thumb-img:hover .thumb-cap, .thumb-cap-active .thumb-cap {
  opacity: 0.75; }

.uk-accordion h3 {
  position: relative; }
  .uk-accordion h3:after {
    background: url("/wp-content/themes/yoo_digit_wp/images/icon-plus.png") no-repeat scroll 0 0 transparent;
    content: "";
    font-size: 30px;
    height: 18px;
    position: absolute;
    right: 20px;
    top: 33px;
    width: 18px; }
  .uk-accordion h3.uk-active:after {
    background: url("/wp-content/themes/yoo_digit_wp/images/icon-minus.png") no-repeat scroll 0 0 transparent; }
  .uk-accordion h3.apply-now:after {
    background: url("/wp-content/themes/yoo_digit_wp/images/icon-right-arrow.png") no-repeat scroll 0 0 transparent; }

.uk-accordion-title.uk-active {
  background: none repeat scroll 0 0 #073a5a;
  color: #fff; }

.uk-custom-list {
  list-style: outside none none;
  margin: 0;
  padding: 0; }
  .uk-custom-list > li {
    border-bottom: 1px solid #e5e5e5;
    position: relative; }
    .uk-custom-list > li:after {
      background: url("/wp-content/themes/yoo_digit_wp/images/icon-right-arrow.png") no-repeat scroll 0 0 transparent;
      content: "";
      font-size: 30px;
      height: 18px;
      position: absolute;
      right: 20px;
      top: 19px;
      width: 18px; }
  .uk-custom-list a {
    color: #858487;
    display: block;
    padding: 20px;
    font-weight: bold;
    font-size: 14px; }
  .uk-custom-list > li:last-child {
    border-bottom: 0px solid #e5e5e5; }

.thumb-list .uk-accordion-content {
  padding: 0 !important; }

.uk-slidenav-position.colleges-slider .uk-slidenav-previous {
  left: 60px; }
.uk-slidenav-position.colleges-slider .uk-slidenav-next {
  right: 60px; }
.uk-slidenav-position.colleges-slider .uk-slidenav-previous {
  background: url("/wp-content/themes/yoo_digit_wp/images/icon-round-left-arrow-54-54.png") no-repeat;
  width: 54px;
  height: 54px; }
.uk-slidenav-position.colleges-slider .uk-slidenav-next {
  background: url("/wp-content/themes/yoo_digit_wp/images/icon-round-right-arrow-54-54.png") no-repeat;
  width: 54px;
  height: 54px; }

.colleges-slider .uk-grid > * {
  margin: 0;
  padding-left: 0px !important;
  float: left;
  border-right: 1px solid #fff; }
.colleges-slider li {
  cursor: pointer; }
  .colleges-slider li.uk-slide-before div a, .colleges-slider li.uk-slide-after div a, .colleges-slider li.uk-active div a {
    text-decoration: none;
    font-size: 27px;
    line-height: 34px; }
  .colleges-slider li.uk-slide-before div {
    margin-left: 160px;
    text-align: left; }
  .colleges-slider li.uk-slide-after div {
    margin-right: 100px;
    text-align: right; }
  .colleges-slider li.uk-active div {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    padding: 70px; }
  .colleges-slider li.uk-slide-before .uk-overlay-panel, .colleges-slider li.uk-slide-after .uk-overlay-panel {
    background: rgba(2, 4, 20, 0.2); }
  .colleges-slider li.uk-active .uk-overlay-panel {
    background: rgba(2, 4, 20, 0.4); }
  .colleges-slider li:hover.uk-slide-before .uk-overlay-panel, .colleges-slider li:hover.uk-slide-after .uk-overlay-panel {
    background: rgba(2, 4, 20, 0.4); }

.scu-team-bio {
  border-bottom: 1px solid #e5e5e5; }
  .scu-team-bio .tshowcase-single-title {
    font-size: 38px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 15px; }
  .scu-team-bio .tshowcase-single-position {
    text-align: left; }

.scu-bio-image .ts-square img {
  width: 250px; }

.scu-team-bio .tshowcase-box-social {
  margin-top: 28px;
  float: right; }
  .scu-team-bio .tshowcase-box-social a {
    display: inline-block;
    margin-left: 15px; }

.scu-team-bio-content {
  color: #919191;
  font-size: 14px; }
  .scu-team-bio-content .su-column h2 {
    font-size: 31px;
    margin-bottom: 0px;
    font-weight: 300; }
  .scu-team-bio-content .su-column h3 {
    font-size: 15px;
    font-style: normal;
    color: #4ac1f0;
    line-height: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 30px 0;
    line-height: 38px; }
  .scu-team-bio-content .su-column strong {
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    color: #073A5A; }

.btn-resume {
  display: block;
  line-height: 40px;
  color: #ffffff;
  background-color: #4ac1f0;
  text-align: center;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  font-size: 13px;
  text-transform: uppercase;
  -webkit-transition: background-color ease 0.3s;
  -moz-transition: background-color ease 0.3s;
  transition: background-color ease 0.3s; }
  .btn-resume:before {
    content: "";
    font-family: "FontAwesome";
    margin-right: 5px; }
  .btn-resume:hover {
    background-color: #0a1f2c;
    color: #ffffff; }

.uk-form-select {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden; }
  .uk-form-select select {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    left: 0;
    -webkit-appearance: none; }

.tm-totop-scroller {
  display: none; }

.scu-footer-menu-right .uk-nav > li > a {
  padding: 0 5px; }

#footer-social-links {
  margin-top: -30px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  width: 100%;
  max-width: 480px; }
  #footer-social-links::after {
    clear: both;
    content: "";
    display: table; }
  #footer-social-links .social-list {
    float: left;
    width: 100%;
    text-align: right;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 30px; }
    #footer-social-links .social-list li {
      display: inline-block; }
      #footer-social-links .social-list li .tm-margin-left {
        margin-left: 5px !important; }
      #footer-social-links .social-list li.the-button a {
        min-width: 136px;
        margin-left: 5px;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        -o-border-radius: 20px;
        -ms-border-radius: 20px;
        border-radius: 20px;
        font-family: "Oswald", sans-serif;
        font-size: 20px;
        font-weight: 300;
        display: block;
        text-align: center; }
        #footer-social-links .social-list li.the-button a:active, #footer-social-links .social-list li.the-button a:focus {
          text-decoration: none; }
        #footer-social-links .social-list li.the-button a:hover {
          background: #ffffff;
          color: #073a5a; }

.tm-sidebar-b .uk-panel.widget_nav_menu h3 {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  text-align: center;
  padding: 10px 30px;
  margin: 0px 0 0px 0;
  color: #073a5a; }
  .tm-sidebar-b .uk-panel.widget_nav_menu h3 + .widget-content {
    border-top: none;
    margin: 0; }
    .tm-sidebar-b .uk-panel.widget_nav_menu h3 + .widget-content .uk-nav-side {
      margin: -20px;
      padding: 0;
      position: relative; }
      .tm-sidebar-b .uk-panel.widget_nav_menu h3 + .widget-content .uk-nav-side li {
        margin: 0;
        padding: 0 20px;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: none;
        border-top: 1px solid #efefef;
        -webkit-transition: background-color ease 0.3s, color ease 0.3s, border-color ease 0.3s;
        -moz-transition: background-color ease 0.3s, color ease 0.3s, border-color ease 0.3s;
        transition: background-color ease 0.3s, color ease 0.3s, border-color ease 0.3s; }
        .tm-sidebar-b .uk-panel.widget_nav_menu h3 + .widget-content .uk-nav-side li::after {
          clear: both;
          content: "";
          display: table; }
        .tm-sidebar-b .uk-panel.widget_nav_menu h3 + .widget-content .uk-nav-side li:before {
          content: "";
          width: 20px;
          height: 20px;
          position: absolute;
          top: 10px;
          right: 10px;
          border: 2px solid #919191;
          -moz-border-radius: 50%;
          -webkit-border-radius: 50%;
          -o-border-radius: 50%;
          -ms-border-radius: 50%;
          border-radius: 50%; }
        .tm-sidebar-b .uk-panel.widget_nav_menu h3 + .widget-content .uk-nav-side li:after {
          content: "";
          font-family: "FontAwesome";
          font-size: 14px;
          line-height: 20px;
          width: 20px;
          height: 20px;
          text-align: center;
          position: absolute;
          right: 9px;
          top: 10px; }
        .tm-sidebar-b .uk-panel.widget_nav_menu h3 + .widget-content .uk-nav-side li > a {
          color: #919191;
          line-height: 20px;
          font-size: 14px;
          padding: 10px 0;
          max-width: 200px; }
        .tm-sidebar-b .uk-panel.widget_nav_menu h3 + .widget-content .uk-nav-side li:hover {
          background-color: #4ac1f0;
          color: #ffffff;
          border-color: #4ac1f0; }
          .tm-sidebar-b .uk-panel.widget_nav_menu h3 + .widget-content .uk-nav-side li:hover > a {
            color: #ffffff; }
          .tm-sidebar-b .uk-panel.widget_nav_menu h3 + .widget-content .uk-nav-side li:hover:after, .tm-sidebar-b .uk-panel.widget_nav_menu h3 + .widget-content .uk-nav-side li:hover:before {
            color: #ffffff;
            border-color: #ffffff; }
        .tm-sidebar-b .uk-panel.widget_nav_menu h3 + .widget-content .uk-nav-side li.uk-active {
          background-color: #073a5a;
          color: #ffffff; }
          .tm-sidebar-b .uk-panel.widget_nav_menu h3 + .widget-content .uk-nav-side li.uk-active a {
            color: #ffffff; }
          .tm-sidebar-b .uk-panel.widget_nav_menu h3 + .widget-content .uk-nav-side li.uk-active:before, .tm-sidebar-b .uk-panel.widget_nav_menu h3 + .widget-content .uk-nav-side li.uk-active:after {
            border-color: #ffffff;
            color: #ffffff; }
        .tm-sidebar-b .uk-panel.widget_nav_menu h3 + .widget-content .uk-nav-side li:first-child {
          border: none;
          border-top: 1px solid #efefef; }
.tm-sidebar-b .uk-panel:first-child {
  margin-bottom: 30px; }
  .tm-sidebar-b .uk-panel:first-child .uk-panel-title {
    margin-top: 0 !important;
    padding-top: 0 !important; }
.tm-sidebar-b .uk-panel-box:first-child, .tm-sidebar-b .uk-panel-header:first-child {
  padding-top: 0; }
.tm-sidebar-b .uk-panel-box .widget-content .calendar, .tm-sidebar-b .uk-panel-header .widget-content .calendar {
  width: 100%; }
  .tm-sidebar-b .uk-panel-box .widget-content .calendar caption, .tm-sidebar-b .uk-panel-header .widget-content .calendar caption {
    position: relative;
    margin: -20px -20px 20px -20px;
    padding: 10px 20px;
    background-color: #efefef;
    font-weight: bold; }
  .tm-sidebar-b .uk-panel-box .widget-content .calendar tbody tr td, .tm-sidebar-b .uk-panel-header .widget-content .calendar tbody tr td {
    text-align: center; }
.tm-sidebar-b .uk-panel-box h3, .tm-sidebar-b .uk-panel-header h3 {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  text-align: center;
  padding: 10px 30px;
  margin: -30px -30px 0px -30px;
  color: #073a5a;
  border: none; }
.tm-sidebar-b .uk-panel-box.uk-panel-box-primary, .tm-sidebar-b .uk-panel-header.uk-panel-box-primary {
  padding-bottom: 0;
  background: transparent;
  border: none; }
  .tm-sidebar-b .uk-panel-box.uk-panel-box-primary .widget-content, .tm-sidebar-b .uk-panel-header.uk-panel-box-primary .widget-content {
    border: none;
    border: 1px solid #efefef;
    color: #919191; }
    .tm-sidebar-b .uk-panel-box.uk-panel-box-primary .widget-content h2, .tm-sidebar-b .uk-panel-box.uk-panel-box-primary .widget-content h3, .tm-sidebar-b .uk-panel-box.uk-panel-box-primary .widget-content h4, .tm-sidebar-b .uk-panel-box.uk-panel-box-primary .widget-content h5, .tm-sidebar-b .uk-panel-header.uk-panel-box-primary .widget-content h2, .tm-sidebar-b .uk-panel-header.uk-panel-box-primary .widget-content h3, .tm-sidebar-b .uk-panel-header.uk-panel-box-primary .widget-content h4, .tm-sidebar-b .uk-panel-header.uk-panel-box-primary .widget-content h5 {
      color: #073a5a; }
  .tm-sidebar-b .uk-panel-box.uk-panel-box-primary h3, .tm-sidebar-b .uk-panel-header.uk-panel-box-primary h3 {
    color: #ffffff;
    background-color: #073a5a;
    border: 1px solid #004987; }
.tm-sidebar-b .uk-panel-box.widget_categories h3, .tm-sidebar-b .uk-panel-header.widget_categories h3 {
  background-color: #073a5a;
  color: #ffffff; }
  .tm-sidebar-b .uk-panel-box.widget_categories h3 + .widget-content, .tm-sidebar-b .uk-panel-header.widget_categories h3 + .widget-content {
    margin: 0 -30px;
    border-top: none; }
.tm-sidebar-b .uk-panel-box.widget_search .widget-content, .tm-sidebar-b .uk-panel-header.widget_search .widget-content {
  border: none;
  padding: 0; }
  .tm-sidebar-b .uk-panel-box.widget_search .widget-content form, .tm-sidebar-b .uk-panel-header.widget_search .widget-content form {
    width: 100%;
    position: relative; }
    .tm-sidebar-b .uk-panel-box.widget_search .widget-content form::after, .tm-sidebar-b .uk-panel-header.widget_search .widget-content form::after {
      clear: both;
      content: "";
      display: table; }
    .tm-sidebar-b .uk-panel-box.widget_search .widget-content form input[type=text], .tm-sidebar-b .uk-panel-header.widget_search .widget-content form input[type=text] {
      width: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      line-height: 36px;
      border: 1px solid #efefef;
      -moz-border-radius: 20px;
      -webkit-border-radius: 20px;
      -o-border-radius: 20px;
      -ms-border-radius: 20px;
      border-radius: 20px;
      padding: 0 15px;
      height: 40px; }
    .tm-sidebar-b .uk-panel-box.widget_search .widget-content form.uk-search:after, .tm-sidebar-b .uk-panel-header.widget_search .widget-content form.uk-search:after {
      content: "";
      color: #efefef;
      height: 40px;
      line-height: 40px;
      position: absolute;
      font-family: "FontAwesome";
      right: 18px;
      top: 0; }

.tm-top-b .widget-content .content-block {
  position: relative;
  margin-top: 60px; }
  .tm-top-b .widget-content .content-block::after {
    clear: both;
    content: "";
    display: table; }
  .tm-top-b .widget-content .content-block:first-child {
    margin-top: 0; }
.tm-top-b .widget-content h3.large-title {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  color: #004987;
  font-size: 24px;
  line-height: 32px; }
.tm-top-b .widget-content h3.text-center {
  text-align: center; }
.tm-top-b .widget-content .hour-slot {
  position: relative;
  font-weight: 300;
  color: #004987; }
  .tm-top-b .widget-content .hour-slot span {
    display: inline-block;
    min-width: 100px; }
    .tm-top-b .widget-content .hour-slot span:after {
      content: ":"; }
.tm-top-b .widget-content .menu {
  margin: 0;
  padding: 0;
  position: relative; }
  .tm-top-b .widget-content .menu li {
    list-style: none;
    margin: 0;
    padding: 0 20px 0 0;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid #efefef;
    -webkit-transition: background-color ease 0.3s, color ease 0.3s, border-color ease 0.3s;
    -moz-transition: background-color ease 0.3s, color ease 0.3s, border-color ease 0.3s;
    transition: background-color ease 0.3s, color ease 0.3s, border-color ease 0.3s; }
    .tm-top-b .widget-content .menu li::after {
      clear: both;
      content: "";
      display: table; }
    .tm-top-b .widget-content .menu li:before {
      content: "";
      width: 20px;
      height: 20px;
      position: absolute;
      top: 8px;
      right: 10px;
      border: 2px solid #919191;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      -o-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; }
    .tm-top-b .widget-content .menu li:after {
      content: "";
      font-family: "FontAwesome";
      font-size: 14px;
      line-height: 20px;
      width: 20px;
      height: 20px;
      text-align: center;
      position: absolute;
      right: 9px;
      top: 8px; }
    .tm-top-b .widget-content .menu li > a {
      text-transform: capitalize;
      color: #919191;
      line-height: 40px;
      font-size: 14px;
      padding: 0;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      max-width: 200px; }
    .tm-top-b .widget-content .menu li:hover {
      color: #4ac1f0;
      border-color: #4ac1f0; }
      .tm-top-b .widget-content .menu li:hover > a {
        color: #4ac1f0; }
      .tm-top-b .widget-content .menu li:hover:after, .tm-top-b .widget-content .menu li:hover:before {
        color: #ffffff;
        border-color: #ffffff; }
    .tm-top-b .widget-content .menu li.uk-active {
      background-color: #073a5a;
      color: #ffffff; }
      .tm-top-b .widget-content .menu li.uk-active a {
        color: #ffffff; }
      .tm-top-b .widget-content .menu li.uk-active:before, .tm-top-b .widget-content .menu li.uk-active:after {
        border-color: #ffffff;
        color: #ffffff; }

#top-form-wrapper {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dfdfdf;
  background-color: #efefef;
  padding: 30px;
  margin-bottom: 30px; }
  #top-form-wrapper::after {
    clear: both;
    content: "";
    display: table; }
  #top-form-wrapper p {
    color: #919191;
    font-size: 16px; }
  #top-form-wrapper #custom-signup-fields-wrapper {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #ffffff;
    border: 1px solid #dfdfdf;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -o-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px; }
    #top-form-wrapper #custom-signup-fields-wrapper::after {
      clear: both;
      content: "";
      display: table; }
    #top-form-wrapper #custom-signup-fields-wrapper #flex-wrapper {
      position: relative;
      margin-right: 50px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      border-right: 1px solid #dfdfdf; }
      #top-form-wrapper #custom-signup-fields-wrapper #flex-wrapper::after {
        clear: both;
        content: "";
        display: table; }
      #top-form-wrapper #custom-signup-fields-wrapper #flex-wrapper > div {
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left; }
        #top-form-wrapper #custom-signup-fields-wrapper #flex-wrapper > div#text-field-wrapper {
          width: 59%; }
          #top-form-wrapper #custom-signup-fields-wrapper #flex-wrapper > div#text-field-wrapper .wpcf7-not-valid-tip {
            display: none; }
          #top-form-wrapper #custom-signup-fields-wrapper #flex-wrapper > div#text-field-wrapper .wpcf7-form-control-wrap {
            position: relative; }
            #top-form-wrapper #custom-signup-fields-wrapper #flex-wrapper > div#text-field-wrapper .wpcf7-form-control-wrap input[type=text], #top-form-wrapper #custom-signup-fields-wrapper #flex-wrapper > div#text-field-wrapper .wpcf7-form-control-wrap input[type=email] {
              height: 50px;
              line-height: 50px;
              width: 100%;
              border-width: 0 1px 0px 0px;
              border-color: #dfdfdf;
              -webkit-box-sizing: border-box;
              -moz-box-sizing: border-box;
              box-sizing: border-box;
              background: none;
              font-size: 18px;
              padding: 0 30px; }
              #top-form-wrapper #custom-signup-fields-wrapper #flex-wrapper > div#text-field-wrapper .wpcf7-form-control-wrap input[type=text]:focus, #top-form-wrapper #custom-signup-fields-wrapper #flex-wrapper > div#text-field-wrapper .wpcf7-form-control-wrap input[type=email]:focus {
                outline: none;
                -moz-outline: none; }
        #top-form-wrapper #custom-signup-fields-wrapper #flex-wrapper > div#select-wrapper {
          width: 40%;
          height: 50px;
          position: relative;
          overflow: hidden; }
          #top-form-wrapper #custom-signup-fields-wrapper #flex-wrapper > div#select-wrapper .wpcf7-not-valid-tip {
            display: none; }
          #top-form-wrapper #custom-signup-fields-wrapper #flex-wrapper > div#select-wrapper:after {
            content: "";
            font-family: "FontAwesome";
            position: absolute;
            top: 13px;
            color: #919191;
            right: 5px;
            font-size: 14px; }
          #top-form-wrapper #custom-signup-fields-wrapper #flex-wrapper > div#select-wrapper select {
            display: block;
            width: 110%;
            border: none;
            appearance: none;
            -moz-appearance: none;
            -webkit-appearance: none;
            height: 100%;
            font-size: 18px;
            background: none;
            color: #919191;
            text-transform: uppercase;
            padding: 0 15px; }
            #top-form-wrapper #custom-signup-fields-wrapper #flex-wrapper > div#select-wrapper select:focus {
              outline: none;
              -moz-outline: none; }
    #top-form-wrapper #custom-signup-fields-wrapper #btn-submit {
      float: right;
      width: 50px; }
      #top-form-wrapper #custom-signup-fields-wrapper #btn-submit input[type=submit] {
        width: 40px;
        height: 40px;
        position: absolute;
        top: 5px;
        right: 5px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        background-color: #4ac1f0;
        border: none;
        color: #ffffff; }
        #top-form-wrapper #custom-signup-fields-wrapper #btn-submit input[type=submit]:focus {
          outline: none;
          -moz-outline: none; }

.tm-article .social-sharing {
  display: none; }

#cat-posts-wrapper {
  position: relative;
  margin: 0 -15px; }
  #cat-posts-wrapper::after {
    clear: both;
    content: "";
    display: table; }
  #cat-posts-wrapper > .uk-grid {
    margin: 0; }
    #cat-posts-wrapper > .uk-grid .uk-row-first {
      padding-left: 0;
      margin-top: 0; }
  #cat-posts-wrapper .tm-article-wrapper, #cat-posts-wrapper .ntm-article-wrapper {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
    margin-bottom: 30px; }
    #cat-posts-wrapper .tm-article-wrapper::after, #cat-posts-wrapper .ntm-article-wrapper::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (min-width: 320px) {
      #cat-posts-wrapper .tm-article-wrapper, #cat-posts-wrapper .ntm-article-wrapper {
        width: 100%; } }
    @media screen and (min-width: 640px) {
      #cat-posts-wrapper .tm-article-wrapper, #cat-posts-wrapper .ntm-article-wrapper {
        width: 50%; }
        #cat-posts-wrapper .tm-article-wrapper:nth-child(2n + 1), #cat-posts-wrapper .ntm-article-wrapper:nth-child(2n + 1) {
          clear: left; } }
    @media screen and (min-width: 980px) {
      #cat-posts-wrapper .tm-article-wrapper, #cat-posts-wrapper .ntm-article-wrapper {
        width: 33.3%; }
        #cat-posts-wrapper .tm-article-wrapper:nth-child(2n + 1), #cat-posts-wrapper .ntm-article-wrapper:nth-child(2n + 1) {
          clear: none; }
        #cat-posts-wrapper .tm-article-wrapper:nth-child(3n + 1), #cat-posts-wrapper .ntm-article-wrapper:nth-child(3n + 1) {
          clear: left; } }
    #cat-posts-wrapper .tm-article-wrapper article, #cat-posts-wrapper .ntm-article-wrapper article {
      border: 1px solid #dfdfdf;
      padding: 30px; }
    #cat-posts-wrapper .tm-article-wrapper #post-top-wrapper .sb-post-feature, #cat-posts-wrapper .ntm-article-wrapper #post-top-wrapper .sb-post-feature {
      height: 240px;
      display: block;
      margin: -30px -30px 30px -30px; }
      #cat-posts-wrapper .tm-article-wrapper #post-top-wrapper .sb-post-feature img, #cat-posts-wrapper .ntm-article-wrapper #post-top-wrapper .sb-post-feature img {
        display: none; }
    #cat-posts-wrapper .tm-article-wrapper #post-body-wrapper .meta, #cat-posts-wrapper .ntm-article-wrapper #post-body-wrapper .meta {
      font-family: "Oswald", sans-serif;
      font-weight: 300;
      color: #4ac1f0; }
      #cat-posts-wrapper .tm-article-wrapper #post-body-wrapper .meta .cat-wrapper, #cat-posts-wrapper .ntm-article-wrapper #post-body-wrapper .meta .cat-wrapper {
        font-weight: 400;
        text-transform: uppercase;
        display: block;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
        #cat-posts-wrapper .tm-article-wrapper #post-body-wrapper .meta .cat-wrapper + .separator, #cat-posts-wrapper .ntm-article-wrapper #post-body-wrapper .meta .cat-wrapper + .separator {
          display: none; }
        #cat-posts-wrapper .tm-article-wrapper #post-body-wrapper .meta .cat-wrapper a, #cat-posts-wrapper .ntm-article-wrapper #post-body-wrapper .meta .cat-wrapper a {
          color: #4ac1f0; }
    #cat-posts-wrapper .tm-article-wrapper #post-body-wrapper h1, #cat-posts-wrapper .ntm-article-wrapper #post-body-wrapper h1 {
      font-weight: 300;
      font-size: 20px;
      margin: 0;
      line-height: 26px;
      margin-bottom: 15px;
      width: 100%; }
      #cat-posts-wrapper .tm-article-wrapper #post-body-wrapper h1.s-post-title, #cat-posts-wrapper .ntm-article-wrapper #post-body-wrapper h1.s-post-title {
        min-height: 78px; }
    #cat-posts-wrapper .tm-article-wrapper #post-footer-wrapper, #cat-posts-wrapper .ntm-article-wrapper #post-footer-wrapper {
      position: relative;
      margin: 30px -30px -30px -30px; }
      #cat-posts-wrapper .tm-article-wrapper #post-footer-wrapper a, #cat-posts-wrapper .ntm-article-wrapper #post-footer-wrapper a {
        display: block;
        line-height: 50px;
        text-align: center;
        background-color: #073a5a;
        color: #ffffff;
        font-family: "Oswald", sans-serif;
        text-transform: uppercase;
        font-size: 18px; }
        #cat-posts-wrapper .tm-article-wrapper #post-footer-wrapper a:after, #cat-posts-wrapper .ntm-article-wrapper #post-footer-wrapper a:after {
          content: "";
          font-family: "FontAwesome";
          margin-left: 15px;
          position: relative;
          top: -2px; }

#page-content-wrapper div.q {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 30px; }
  #page-content-wrapper div.q::after {
    clear: both;
    content: "";
    display: table; }
  #page-content-wrapper div.q .q-text {
    display: block;
    font-weight: bold; }
  #page-content-wrapper div.q .q-ans, #page-content-wrapper div.q .q-answer {
    position: relative;
    padding: 15px;
    background: #efefef; }
#page-content-wrapper .inline-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  #page-content-wrapper .inline-list li {
    position: relative;
    margin-bottom: 15px; }
    #page-content-wrapper .inline-list li::after {
      clear: both;
      content: "";
      display: table; }
    #page-content-wrapper .inline-list li span {
      float: left;
      max-width: 300px; }
      @media screen and (min-width: 320px) {
        #page-content-wrapper .inline-list li span {
          width: 100%; } }
      @media screen and (min-width: 640px) {
        #page-content-wrapper .inline-list li span {
          width: 50%; } }
    #page-content-wrapper .inline-list li a {
      float: left; }
#page-content-wrapper .page-feature-wrapper {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 50px; }
  #page-content-wrapper .page-feature-wrapper img {
    display: block;
    width: 100%; }
#page-content-wrapper .uk-article {
  font-size: 14px; }
  #page-content-wrapper .uk-article > h1 {
    font-size: 36px;
    line-height: 44px;
    font-weight: 300; }
  #page-content-wrapper .uk-article > h2 {
    font-size: 32px;
    font-weight: 300; }
  #page-content-wrapper .uk-article h4 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 22;
    font-family: "Oswald", sans-serif; }

.uk-form {
  position: relative; }
  .uk-form.full-width .wpcf7-form-control-wrap {
    display: block;
    position: relative; }
    .uk-form.full-width .wpcf7-form-control-wrap::after {
      clear: both;
      content: "";
      display: table; }
    .uk-form.full-width .wpcf7-form-control-wrap input[type=text], .uk-form.full-width .wpcf7-form-control-wrap input[type=tel], .uk-form.full-width .wpcf7-form-control-wrap input[type=email], .uk-form.full-width .wpcf7-form-control-wrap input[type=date] {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%; }

.su-button-style-flat:hover span {
  top: auto !important; }

#post-body-wrapper .tm-article {
  display: block;
  min-height: 100px; }

#image-sl .uk-grid {
  margin: 0; }

.font-oswald, .font-oswald-normal, #header-wrapper .mega-menu-wrapper .mg-content-wrapper .mg-item, .font-oswald-light, .font-oswald-bold {
  font-family: "Oswald", sans-serif; }

.font-oswald-normal, #header-wrapper .mega-menu-wrapper .mg-content-wrapper .mg-item {
  font-weight: 400; }

.font-oswald-light {
  font-weight: 300; }

.font-oswald-extralight, #header-banner-content {
  font-family: "oswaldextralight", sans-serif; }

.font-oswald-bold {
  font-weight: 700; }

.tm-margin-bottom {
  margin-bottom: 5px; }

.nowrap, .unwrap {
  white-space: nowrap; }

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

.hidden {
  display: none; }

.wrapper {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .wrapper::after {
    clear: both;
    content: "";
    display: table; }
  .wrapper .wrapper-content {
    margin: 0 auto;
    max-width: 1130px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .wrapper .wrapper-content::after {
      clear: both;
      content: "";
      display: table; }
    .wrapper .wrapper-content.full-width {
      max-width: none; }

p.strong {
  font-weight: bold; }

ol.upper-latin {
  list-style: upper-roman; }
  ol.upper-latin > li {
    margin-bottom: 10px; }

.no-margin-bottom {
  margin-bottom: 0 !important; }

.tm-margin-bottom {
  margin-bottom: 5px; }

.nowrap, .unwrap {
  white-space: nowrap; }

#header-banner-content {
  background-color: #0a1f2c;
  padding: 10px 0; }
  #header-banner-content .status-buttons {
    margin-top: 10px; }
    @media screen and (min-width: 700px) {
      #header-banner-content .status-buttons {
        margin-top: 0px;
        position: absolute;
        top: 0;
        right: 0; } }
    #header-banner-content .status-buttons a {
      display: inline-block;
      color: #ffffff;
      padding: 0 15px;
      border: 1px solid #ffffff;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px;
      border-radius: 10px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      margin-left: 5px;
      font-size: 14px; }
      @media screen and (min-width: 700px) {
        #header-banner-content .status-buttons a {
          font-size: 16px; } }
      #header-banner-content .status-buttons a:active, #header-banner-content .status-buttons a:hover, #header-banner-content .status-buttons a:focus {
        text-decoration: none; }
  #header-banner-content p {
    margin: 0;
    color: #ffffff;
    text-align: center;
    padding: 0 15px;
    font-size: 14px;
    line-height: 18px; }
    @media screen and (min-width: 700px) {
      #header-banner-content p {
        text-align: left;
        padding: 0;
        font-size: 16px;
        line-height: 20px; } }
    #header-banner-content p a {
      color: #ffffff;
      text-decoration: none; }
      #header-banner-content p a span {
        text-decoration: none;
        color: #ffffff; }

#header-wrapper {
  padding: 25px 0 30px;
  background: #004987 url(../images/scu/header-shade.png) right center no-repeat;
  position: relative;
  -webkit-transition: top 0.3s ease;
  -moz-transition: top 0.3s ease;
  transition: top 0.3s ease; }
  @media screen and (min-width: 320px) {
    #header-wrapper {
      padding: 25px 0; } }
  @media screen and (min-width: 640px) {
    #header-wrapper {
      padding: 25px 0 30px; } }
  #header-wrapper .logo-wrapper {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left; }
    #header-wrapper .logo-wrapper::after {
      clear: both;
      content: "";
      display: table; }
    #header-wrapper .logo-wrapper #main-logo {
      display: block; }
    #header-wrapper .logo-wrapper #tm-logo {
      display: none; }
    #header-wrapper .logo-wrapper img {
      display: block; }
    @media screen and (min-width: 320px) {
      #header-wrapper .logo-wrapper {
        padding: 0 15px;
        max-width: 396px;
        width: 100%; }
        #header-wrapper .logo-wrapper #tm-logo {
          display: block; }
        #header-wrapper .logo-wrapper #main-logo {
          display: none; } }
    @media screen and (min-width: 640px) {
      #header-wrapper .logo-wrapper #tm-logo {
        display: none; }
      #header-wrapper .logo-wrapper #main-logo {
        display: block; } }
    @media screen and (min-width: 960px) {
      #header-wrapper .logo-wrapper {
        width: 33%; } }
    @media screen and (min-width: 1150px) {
      #header-wrapper .logo-wrapper {
        padding: 0;
        width: 40%; } }
  #header-wrapper .mega-menu-wrapper {
    float: right;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    #header-wrapper .mega-menu-wrapper::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (min-width: 320px) {
      #header-wrapper .mega-menu-wrapper {
        display: none; } }
    @media screen and (min-width: 960px) {
      #header-wrapper .mega-menu-wrapper {
        display: block; } }
    #header-wrapper .mega-menu-wrapper .mg-content-wrapper {
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      #header-wrapper .mega-menu-wrapper .mg-content-wrapper::after {
        clear: both;
        content: "";
        display: table; }
      #header-wrapper .mega-menu-wrapper .mg-content-wrapper .mg-item {
        display: inline-block;
        color: #ffffff;
        text-transform: uppercase;
        position: relative; }
        #header-wrapper .mega-menu-wrapper .mg-content-wrapper .mg-item.has-mega.active:after {
          content: "";
          font-family: "FontAwesome";
          width: 30px;
          height: 30px;
          color: #ffffff;
          position: absolute;
          left: 36%;
          bottom: -42px;
          text-align: center;
          line-height: 30px;
          font-size: 20px; }
        #header-wrapper .mega-menu-wrapper .mg-content-wrapper .mg-item a {
          color: #ffffff;
          font-size: 12px;
          padding: 0 20px;
          line-height: 26px;
          display: block;
          position: relative;
          text-align: center; }
          #header-wrapper .mega-menu-wrapper .mg-content-wrapper .mg-item a:before {
            content: "";
            position: absolute;
            top: 0;
            left: -1px;
            width: 1px;
            height: 100%;
            background-color: #ffffff;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
            filter: alpha(opacity=20);
            opacity: 0.2; }
          #header-wrapper .mega-menu-wrapper .mg-content-wrapper .mg-item a .icon {
            display: block;
            height: 30px;
            background: url(../images/scu/menu-icon.png) no-repeat 0 0;
            margin: 0 auto; }
            #header-wrapper .mega-menu-wrapper .mg-content-wrapper .mg-item a .icon.icon-academics {
              width: 30px;
              background-position: -20px 0; }
            #header-wrapper .mega-menu-wrapper .mg-content-wrapper .mg-item a .icon.icon-resources {
              width: 22px;
              background-position: -130px 0; }
            #header-wrapper .mega-menu-wrapper .mg-content-wrapper .mg-item a .icon.icon-about {
              width: 22px;
              background-position: -246px 0; }
            #header-wrapper .mega-menu-wrapper .mg-content-wrapper .mg-item a .icon.icon-info {
              width: 22px;
              background-position: -360px 0; }
            #header-wrapper .mega-menu-wrapper .mg-content-wrapper .mg-item a .icon.icon-apply {
              width: 24px;
              background-position: -462px 0; }
            #header-wrapper .mega-menu-wrapper .mg-content-wrapper .mg-item a .icon.icon-search {
              width: 19px;
              background-position: -552px 0; }
          #header-wrapper .mega-menu-wrapper .mg-content-wrapper .mg-item a .l-text {
            display: block; }
        #header-wrapper .mega-menu-wrapper .mg-content-wrapper .mg-item:first-child > a:before {
          display: none; }
  #header-wrapper.sticky-banner {
    position: fixed;
    top: -500px;
    left: 0;
    width: 100%;
    -webkit-transition: top 0.3s ease;
    -moz-transition: top 0.3s ease;
    transition: top 0.3s ease;
    z-index: 120;
    padding: 15px 0; }
    #header-wrapper.sticky-banner .logo-wrapper #main-logo {
      display: none; }
    #header-wrapper.sticky-banner .logo-wrapper #tm-logo {
      display: block; }
      #header-wrapper.sticky-banner .logo-wrapper #tm-logo img {
        height: 36px;
        margin-top: -3px; }
    #header-wrapper.sticky-banner .mega-menu-wrapper {
      margin-top: 5px; }
      #header-wrapper.sticky-banner .mega-menu-wrapper .mg-content-wrapper .mg-item a .icon {
        display: none; }
      #header-wrapper.sticky-banner .mega-menu-wrapper .mg-content-wrapper .mg-item.active:after {
        bottom: -30px; }
      #header-wrapper.sticky-banner .mega-menu-wrapper .mg-content-wrapper .mg-item.has-mega.active:after {
        bottom: -29px; }

#quick-links-wrapper {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  font-size: 13px;
  color: #919191;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  border-bottom: 1px solid #ffffff; }
  #quick-links-wrapper::after {
    clear: both;
    content: "";
    display: table; }
  #quick-links-wrapper:after {
    content: "";
    bottom: 1px;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #efefef; }
  @media screen and (min-width: 320px) {
    #quick-links-wrapper {
      padding: 0 15px;
      display: none; } }
  @media screen and (min-width: 960px) {
    #quick-links-wrapper {
      display: block; } }
  @media screen and (min-width: 1150px) {
    #quick-links-wrapper {
      padding: 0; } }
  #quick-links-wrapper #quick-links-wrapper-content #menu-name {
    float: left;
    line-height: 50px;
    text-transform: uppercase; }
  #quick-links-wrapper #quick-links-wrapper-content #quick-links-menu-wrapper {
    float: left;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    #quick-links-wrapper #quick-links-wrapper-content #quick-links-menu-wrapper::after {
      clear: both;
      content: "";
      display: table; }
    #quick-links-wrapper #quick-links-wrapper-content #quick-links-menu-wrapper .menu {
      margin: 0 15px;
      list-style: none;
      padding: 0; }
      #quick-links-wrapper #quick-links-wrapper-content #quick-links-menu-wrapper .menu > li {
        float: left;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        #quick-links-wrapper #quick-links-wrapper-content #quick-links-menu-wrapper .menu > li > a {
          display: block;
          line-height: 50px;
          color: #919191;
          font-family: "Oswald", sans-serif;
          font-weight: 400;
          text-transform: uppercase;
          padding: 0 15px; }

.mg-content-wrapper .mg-menu-wrapper {
  display: none; }

#header-wrapper .mg-menu-wrapper {
  display: none;
  background-color: #ffffff;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 99;
  border-bottom: 1px solid #919191; }
  #header-wrapper .mg-menu-wrapper.active {
    display: block; }
  #header-wrapper .mg-menu-wrapper .image-menu-item {
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center; }
    #header-wrapper .mg-menu-wrapper .image-menu-item .image-menu-main-image {
      height: 50px;
      margin-left: auto;
      margin-right: auto;
      width: auto; }
    #header-wrapper .mg-menu-wrapper .image-menu-item div .image-menu-text .img-text {
      font-family: "Oswald", sans-serif;
      display: block;
      text-transform: uppercase;
      margin: 10px 0 0 0;
      font-weight: 400; }
    #header-wrapper .mg-menu-wrapper .image-menu-item > img {
      display: block;
      z-index: 8;
      width: 100%; }
    #header-wrapper .mg-menu-wrapper .image-menu-item span.text {
      position: absolute;
      top: 28%;
      left: 0;
      width: 100%;
      text-align: center;
      z-index: 9;
      color: #ffffff;
      font-family: "Oswald", sans-serif; }
      #header-wrapper .mg-menu-wrapper .image-menu-item span.text .icon {
        display: block;
        text-align: center;
        margin-bottom: 2%; }
        #header-wrapper .mg-menu-wrapper .image-menu-item span.text .icon img {
          display: inline-block; }
    #header-wrapper .mg-menu-wrapper .image-menu-item p {
      margin-top: 10px; }
      #header-wrapper .mg-menu-wrapper .image-menu-item p span {
        display: inline-block;
        margin-top: 5px; }
  #header-wrapper .mg-menu-wrapper .mg-content {
    max-width: 1130px;
    margin: 0 auto;
    position: relative;
    padding: 30px 15px; }
    #header-wrapper .mg-menu-wrapper .mg-content .uk-search {
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      max-width: 500px;
      border: 1px solid #919191; }
      #header-wrapper .mg-menu-wrapper .mg-content .uk-search input[type=text], #header-wrapper .mg-menu-wrapper .mg-content .uk-search input[type=search] {
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 15px;
        height: 40px;
        line-height: 40px;
        width: 100% !important; }
    #header-wrapper .mg-menu-wrapper .mg-content .uk-search {
      position: relative;
      width: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0;
      max-width: 500px;
      border: 1px solid #919191; }
      #header-wrapper .mg-menu-wrapper .mg-content .uk-search::after {
        clear: both;
        content: "";
        display: table; }
      #header-wrapper .mg-menu-wrapper .mg-content .uk-search > input[type=text] {
        width: 100%;
        border: none;
        line-height: 40px;
        padding: 0 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        #header-wrapper .mg-menu-wrapper .mg-content .uk-search > input[type=text]:focus {
          padding: 0 15px; }
    #header-wrapper .mg-menu-wrapper .mg-content h2 {
      font-family: "Oswald", sans-serif;
      font-weight: 400;
      font-size: 18px;
      line-height: 18px;
      color: #0a1f2c;
      margin-top: 0; }
    #header-wrapper .mg-menu-wrapper .mg-content > div {
      position: relative; }
      #header-wrapper .mg-menu-wrapper .mg-content > div > div {
        position: relative; }
    #header-wrapper .mg-menu-wrapper .mg-content .mg-menu {
      margin: 0;
      padding: 0;
      list-style: none;
      font-family: "Oswald", sans-serif; }
      #header-wrapper .mg-menu-wrapper .mg-content .mg-menu > li {
        font-size: 15px;
        line-height: 20px; }
        #header-wrapper .mg-menu-wrapper .mg-content .mg-menu > li > a {
          display: block;
          line-height: 30px; }
        #header-wrapper .mg-menu-wrapper .mg-content .mg-menu > li.has-sub > a {
          position: relative; }
          #header-wrapper .mg-menu-wrapper .mg-content .mg-menu > li.has-sub > a:after {
            content: "";
            font-family: "FontAwesome";
            float: right;
            margin: 0 15px; }
        #header-wrapper .mg-menu-wrapper .mg-content .mg-menu > li.has-sub .mg-sub {
          display: none;
          position: absolute;
          left: 100%;
          top: 0;
          margin: 0;
          padding: 0;
          list-style: none;
          padding: 0;
          background-color: #efefef;
          height: 100%;
          overflow-y: auto;
          width: 280px;
          z-index: 9;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
          #header-wrapper .mg-menu-wrapper .mg-content .mg-menu > li.has-sub .mg-sub li a {
            display: block;
            line-height: 30px;
            border-bottom: 1px solid #cccccc;
            padding: 0 15px; }
        #header-wrapper .mg-menu-wrapper .mg-content .mg-menu > li.has-sub:hover .mg-sub {
          display: block; }

.cta-headline {
  background-color: #ffffff; }
  .cta-headline h2 {
    color: #0a1f2c; }
  .cta-headline .buttons .btn-transparent {
    border: 1px solid #073a5a;
    font-family: "Oswald", sans-serif;
    color: #073a5a;
    font-weight: 400;
    -webkit-transition: border-color ease 0.3s, background-color ease 0.3s;
    -moz-transition: border-color ease 0.3s, background-color ease 0.3s;
    transition: border-color ease 0.3s, background-color ease 0.3s; }
    .cta-headline .buttons .btn-transparent:hover {
      background-color: #073a5a; }

.page .cta-headline {
  margin-top: -10px;
  margin-bottom: -120px;
  border: 1px solid #efefef;
  border-width: 1px 0px;
  padding: 60px 0; }
.page.home .cta-headline {
  margin-top: -110px;
  margin-bottom: -35px; }
  .page.home .cta-headline .btn-transparent {
    border-color: #073a5a;
    color: #073a5a;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    -webkit-transition: background-color ease 0.3s, color ease 0.3s, border-color ease 0.3s;
    -moz-transition: background-color ease 0.3s, color ease 0.3s, border-color ease 0.3s;
    transition: background-color ease 0.3s, color ease 0.3s, border-color ease 0.3s; }
    .page.home .cta-headline .btn-transparent:hover {
      color: #ffffff; }

#mobile-menu-wrapper {
  position: fixed;
  width: 320px;
  height: 100%;
  overflow-y: auto;
  border-right: 1px solid #0a1f2c;
  top: 0;
  left: -320px;
  z-index: 99;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  -webkit-transition: left ease 0.3s;
  -moz-transition: left ease 0.3s;
  transition: left ease 0.3s; }
  #mobile-menu-wrapper .control {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background-color: #4ac1f0;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    z-index: 5; }
  #mobile-menu-wrapper .m-section {
    position: relative; }
    #mobile-menu-wrapper .m-section .m-section-title {
      background-color: #0a1f2c;
      color: #ffffff;
      font-family: "Oswald", sans-serif;
      margin: 0 -15px 0;
      padding: 0 15px; }
      #mobile-menu-wrapper .m-section .m-section-title h4 {
        color: #ffffff;
        font-weight: 300;
        font-size: 18px;
        line-height: 40px;
        margin: 0; }
    #mobile-menu-wrapper .m-section .m-section-content > ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      #mobile-menu-wrapper .m-section .m-section-content > ul > li {
        position: relative;
        display: block;
        border-top: 1px solid #0a1f2c;
        margin: 0 -15px;
        padding: 0 15px; }
        #mobile-menu-wrapper .m-section .m-section-content > ul > li .mg-menu-wrapper {
          display: none; }
          #mobile-menu-wrapper .m-section .m-section-content > ul > li .mg-menu-wrapper .mg-content {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box; }
            #mobile-menu-wrapper .m-section .m-section-content > ul > li .mg-menu-wrapper .mg-content .uk-search {
              position: relative;
              width: 100%;
              -webkit-box-sizing: border-box;
              -moz-box-sizing: border-box;
              box-sizing: border-box;
              max-width: 500px;
              border: 1px solid #efefef; }
              #mobile-menu-wrapper .m-section .m-section-content > ul > li .mg-menu-wrapper .mg-content .uk-search::after {
                clear: both;
                content: "";
                display: table; }
              #mobile-menu-wrapper .m-section .m-section-content > ul > li .mg-menu-wrapper .mg-content .uk-search > input[type=text] {
                width: 100%;
                border: none;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                padding: 0 15px;
                line-height: 40px; }
                #mobile-menu-wrapper .m-section .m-section-content > ul > li .mg-menu-wrapper .mg-content .uk-search > input[type=text]:focus {
                  padding: 0 15px; }
            #mobile-menu-wrapper .m-section .m-section-content > ul > li .mg-menu-wrapper .mg-content .uk-grid {
              margin: 0; }
              #mobile-menu-wrapper .m-section .m-section-content > ul > li .mg-menu-wrapper .mg-content .uk-grid > div {
                padding: 0 15px;
                width: 100%;
                margin-bottom: 15px; }
                #mobile-menu-wrapper .m-section .m-section-content > ul > li .mg-menu-wrapper .mg-content .uk-grid > div .mg-menu {
                  margin: 0;
                  padding: 0;
                  list-style: none; }
                  #mobile-menu-wrapper .m-section .m-section-content > ul > li .mg-menu-wrapper .mg-content .uk-grid > div .mg-menu li {
                    display: block;
                    position: relative; }
                    #mobile-menu-wrapper .m-section .m-section-content > ul > li .mg-menu-wrapper .mg-content .uk-grid > div .mg-menu li a {
                      display: block;
                      font-size: 14px;
                      font-family: "Oswald", sans-serif;
                      line-height: 30px;
                      color: #004987;
                      font-weight: 300; }
                    #mobile-menu-wrapper .m-section .m-section-content > ul > li .mg-menu-wrapper .mg-content .uk-grid > div .mg-menu li ul {
                      padding-left: 15px; }
                #mobile-menu-wrapper .m-section .m-section-content > ul > li .mg-menu-wrapper .mg-content .uk-grid > div .image-menu-item {
                  display: block;
                  position: relative; }
                  #mobile-menu-wrapper .m-section .m-section-content > ul > li .mg-menu-wrapper .mg-content .uk-grid > div .image-menu-item > img {
                    width: 100%;
                    position: relative;
                    z-index: 2; }
                    @media screen and (min-width: 320px) {
                      #mobile-menu-wrapper .m-section .m-section-content > ul > li .mg-menu-wrapper .mg-content .uk-grid > div .image-menu-item > img {
                        display: none;
                        max-height: 50px;
                        margin-left: auto;
                        margin-right: auto;
                        width: auto; } }
                    @media screen and (min-width: 960px) {
                      #mobile-menu-wrapper .m-section .m-section-content > ul > li .mg-menu-wrapper .mg-content .uk-grid > div .image-menu-item > img {
                        display: block; } }
                  #mobile-menu-wrapper .m-section .m-section-content > ul > li .mg-menu-wrapper .mg-content .uk-grid > div .image-menu-item .image-menu-text {
                    font-family: "Oswald", sans-serif; }
                    #mobile-menu-wrapper .m-section .m-section-content > ul > li .mg-menu-wrapper .mg-content .uk-grid > div .image-menu-item .image-menu-text span {
                      display: none; }
                      #mobile-menu-wrapper .m-section .m-section-content > ul > li .mg-menu-wrapper .mg-content .uk-grid > div .image-menu-item .image-menu-text span.img-text {
                        display: block; }
                  #mobile-menu-wrapper .m-section .m-section-content > ul > li .mg-menu-wrapper .mg-content .uk-grid > div .image-menu-item .text {
                    position: absolute;
                    text-align: center;
                    font-family: "Oswald", sans-serif;
                    color: #ffffff;
                    top: 30%;
                    left: 0;
                    width: 100%;
                    z-index: 3; }
                    #mobile-menu-wrapper .m-section .m-section-content > ul > li .mg-menu-wrapper .mg-content .uk-grid > div .image-menu-item .text .icon {
                      display: block;
                      text-align: text-center; }
                #mobile-menu-wrapper .m-section .m-section-content > ul > li .mg-menu-wrapper .mg-content .uk-grid > div > h2 {
                  display: none; }
        #mobile-menu-wrapper .m-section .m-section-content > ul > li > a {
          display: block;
          line-height: 40px;
          font-size: 16px;
          font-family: "Oswald", sans-serif;
          font-weight: 400;
          text-transform: uppercase; }
          #mobile-menu-wrapper .m-section .m-section-content > ul > li > a .icon {
            display: none; }
          #mobile-menu-wrapper .m-section .m-section-content > ul > li > a + .mg-menu-wrapper {
            margin: 0 -15px;
            border-top: 1px solid #0a1f2c; }
          #mobile-menu-wrapper .m-section .m-section-content > ul > li > a:active, #mobile-menu-wrapper .m-section .m-section-content > ul > li > a:focus {
            text-decoration: none; }
          #mobile-menu-wrapper .m-section .m-section-content > ul > li > a.active + .mg-menu-wrapper {
            display: block; }
        #mobile-menu-wrapper .m-section .m-section-content > ul > li.has-mega > a:after {
          content: "";
          font-family: "FontAwesome";
          position: absolute;
          right: 0;
          width: 40px;
          height: 40px;
          line-height: 40px;
          text-align: center;
          font-size: 18px; }
        #mobile-menu-wrapper .m-section .m-section-content > ul > li.has-mega > a.active:after {
          content: ""; }
        #mobile-menu-wrapper .m-section .m-section-content > ul > li:first-child {
          border: none; }

#mobile-trigger {
  position: absolute; }
  @media screen and (min-width: 320px) {
    #mobile-trigger {
      display: block;
      right: 30px;
      top: 4%; } }
  @media screen and (min-width: 640px) {
    #mobile-trigger {
      top: 18%; } }
  @media screen and (min-width: 960px) {
    #mobile-trigger {
      display: none; } }
  #mobile-trigger a {
    float: left;
    margin: 0 5px;
    font-size: 20px;
    width: 40px;
    height: 40px;
    border: 2px solid #ffffff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    color: #ffffff; }
    #mobile-trigger a:active {
      background-color: #ffffff;
      color: #0a1f2c; }

#extend-menu {
  width: 320px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  overflow-y: auto;
  position: fixed;
  padding: 15px;
  top: 0;
  right: -320px;
  background-color: #004987;
  z-index: 200;
  -webkit-transition: right ease 0.3s;
  -moz-transition: right ease 0.3s;
  transition: right ease 0.3s; }
  #extend-menu .controls {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background-color: #4ac1f0;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    z-index: 5; }
  #extend-menu .uk-grid {
    margin: 0;
    padding: 0; }
    #extend-menu .uk-grid > div {
      width: 100%;
      border: none;
      padding: 0; }
    #extend-menu .uk-grid .footer-logo {
      margin-bottom: 15px; }
    #extend-menu .uk-grid p {
      font-size: 14px;
      line-height: 20px;
      color: #ffffff; }
    #extend-menu .uk-grid .scu-footer-menu-right {
      margin-top: 30px; }
      #extend-menu .uk-grid .scu-footer-menu-right .uk-grid {
        margin: 0 -15px; }
        #extend-menu .uk-grid .scu-footer-menu-right .uk-grid > div {
          width: 50%;
          padding: 0 15px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
      #extend-menu .uk-grid .scu-footer-menu-right .scu-footer-buttons {
        margin-top: 0; }
      #extend-menu .uk-grid .scu-footer-menu-right #footer-callout-button {
        margin-bottom: 15px;
        text-align: center;
        width: 100%; }
        #extend-menu .uk-grid .scu-footer-menu-right #footer-callout-button a {
          width: 100%;
          max-width: 237px;
          display: block;
          margin: 0 auto; }
      #extend-menu .uk-grid .scu-footer-menu-right #footer-social-links {
        margin: 0;
        max-width: auto;
        float: none;
        margin: 15px auto;
        clear: left; }
        #extend-menu .uk-grid .scu-footer-menu-right #footer-social-links ul {
          text-align: center;
          padding: 0; }

@media screen and (min-width: 320px) {
  .widget_text .scu-footer-menu {
    display: none; } }
@media screen and (min-width: 960px) {
  .widget_text .scu-footer-menu {
    display: block; } }

@media screen and (min-width: 600px) {
  .admin-bar #mobile-menu-wrapper {
    padding-top: 46px; }
    .admin-bar #mobile-menu-wrapper .control {
      top: 46px; } }
.admin-bar #extend-menu {
  padding-top: 45px; }
  .admin-bar #extend-menu .controls {
    top: 30px; }

.sticky .sticky-banner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; }
.sticky #header-banner-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 120; }
  .sticky #header-banner-wrapper + .sticky-banner {
    top: 40px; }
.sticky.admin-bar #header-banner-wrapper {
  top: 30px; }
  .sticky.admin-bar #header-banner-wrapper + .sticky-banner {
    top: 70px; }

body {
  position: relative;
  left: 0;
  -webkit-transition: left ease 0.3s;
  -moz-transition: left ease 0.3s;
  transition: left ease 0.3s; }
  body.mobile-menu {
    left: 320px; }
  body.extend-menu {
    left: -320px; }

.mobile-menu #mobile-menu-wrapper {
  left: 0; }

.extend-menu #extend-menu {
  right: 0; }

.mg-menu + .main-links {
  margin-top: 30px; }

.main-links {
  display: block;
  font-family: "Oswald", sans-serif; }

.tm-margin-bottom {
  margin-bottom: 5px; }

.nowrap, .unwrap {
  white-space: nowrap; }

.font-oswald, .font-oswald-normal, #header-wrapper .mega-menu-wrapper .mg-content-wrapper .mg-item, .font-oswald-light, .font-oswald-bold {
  font-family: "Oswald", sans-serif; }

.font-oswald-normal, #header-wrapper .mega-menu-wrapper .mg-content-wrapper .mg-item {
  font-weight: 400; }

.font-oswald-light {
  font-weight: 300; }

.font-oswald-extralight, #header-banner-content {
  font-family: "oswaldextralight", sans-serif; }

.font-oswald-bold {
  font-weight: 700; }

#tribe-events-content .tribe-events-single-event-title {
  font-size: 48px;
  line-height: 56px; }
#tribe-events-content h2 {
  font-size: 24px;
  font-family: "Oswald", sans-serif;
  font-weight: 300; }

.tribe-events-meta-group h3 {
  font-family: "Oswald", sans-serif;
  font-weight: 400 !important; }

.tm-margin-bottom {
  margin-bottom: 5px; }

.nowrap, .unwrap {
  white-space: nowrap; }

.font-oswald, .font-oswald-normal, #header-wrapper .mega-menu-wrapper .mg-content-wrapper .mg-item, .font-oswald-light, .font-oswald-bold {
  font-family: "Oswald", sans-serif; }

.font-oswald-normal, #header-wrapper .mega-menu-wrapper .mg-content-wrapper .mg-item {
  font-weight: 400; }

.font-oswald-light {
  font-weight: 300; }

.font-oswald-extralight, #header-banner-content {
  font-family: "oswaldextralight", sans-serif; }

.font-oswald-bold {
  font-weight: 700; }

#quick-links-wrapper + #tm-content-wrapper > .tm-block:first-child {
  margin-top: 0 !important; }

#page-content-wrapper .page-title {
  text-align: center;
  font-size: 40px;
  line-height: 44px; }

.scu-team-bio-content table {
  width: 100%; }

iframe {
  display: block;
  width: 100%;
  height: 100%;
  height: auto;
  border: none;
  min-height: 800px; }

.tshowcase {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .tshowcase::after {
    clear: both;
    content: "";
    display: table; }
  .tshowcase .ts-responsive-wrap {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .tshowcase .ts-responsive-wrap::after {
      clear: both;
      content: "";
      display: table; }
    .tshowcase .ts-responsive-wrap .tshowcase-box {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0 15px; }
      .tshowcase .ts-responsive-wrap .tshowcase-box::after {
        clear: both;
        content: "";
        display: table; }
      .tshowcase .ts-responsive-wrap .tshowcase-box.ts-col_2:nth-child(2n+1) {
        clear: left; }
      @media screen and (min-width: 320px) {
        .tshowcase .ts-responsive-wrap .tshowcase-box.ts-col_2 {
          width: 100%; } }
      @media screen and (min-width: 500px) {
        .tshowcase .ts-responsive-wrap .tshowcase-box.ts-col_2 {
          width: 50%; } }
      @media screen and (min-width: 900px) {
        .tshowcase .ts-responsive-wrap .tshowcase-box.ts-col_2 {
          width: 33.3%; }
          .tshowcase .ts-responsive-wrap .tshowcase-box.ts-col_2:nth-child(2n+1) {
            clear: none; }
          .tshowcase .ts-responsive-wrap .tshowcase-box.ts-col_2:nth-child(3n+1) {
            clear: left; } }
      @media screen and (min-width: 980px) {
        .tshowcase .ts-responsive-wrap .tshowcase-box.ts-col_2 {
          width: 50%; }
          .tshowcase .ts-responsive-wrap .tshowcase-box.ts-col_2:nth-child(2n+1) {
            clear: left; }
          .tshowcase .ts-responsive-wrap .tshowcase-box.ts-col_2:nth-child(3n+1) {
            clear: none; } }
      .tshowcase .ts-responsive-wrap .tshowcase-box .tshowcase-inner-box {
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%; }
        .tshowcase .ts-responsive-wrap .tshowcase-box .tshowcase-inner-box::after {
          clear: both;
          content: "";
          display: table; }
        .tshowcase .ts-responsive-wrap .tshowcase-box .tshowcase-inner-box .tshowcase-box-photo {
          height: 100%;
          width: 100%;
          z-index: 9;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
          .tshowcase .ts-responsive-wrap .tshowcase-box .tshowcase-inner-box .tshowcase-box-photo::after {
            clear: both;
            content: "";
            display: table; }
          @media screen and (min-width: 980px) {
            .tshowcase .ts-responsive-wrap .tshowcase-box .tshowcase-inner-box .tshowcase-box-photo {
              position: absolute;
              width: 190px;
              top: 0;
              left: 0; } }
          .tshowcase .ts-responsive-wrap .tshowcase-box .tshowcase-inner-box .tshowcase-box-photo a {
            display: block;
            background-position: top center;
            background-size: cover;
            background-repeat: no-repeat;
            width: 100%; }
            .tshowcase .ts-responsive-wrap .tshowcase-box .tshowcase-inner-box .tshowcase-box-photo a.no-photo {
              background: url(/wp-content/uploads/no-image.jpg) no-repeat center/cover;
              background-color: #004987; }
            @media screen and (min-width: 320px) {
              .tshowcase .ts-responsive-wrap .tshowcase-box .tshowcase-inner-box .tshowcase-box-photo a {
                height: 286px; } }
            @media screen and (min-width: 480px) {
              .tshowcase .ts-responsive-wrap .tshowcase-box .tshowcase-inner-box .tshowcase-box-photo a {
                height: 410px; } }
            @media screen and (min-width: 980px) {
              .tshowcase .ts-responsive-wrap .tshowcase-box .tshowcase-inner-box .tshowcase-box-photo a {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%; } }
          @media screen and (min-width: 980px) {
            .tshowcase .ts-responsive-wrap .tshowcase-box .tshowcase-inner-box .tshowcase-box-photo + .tshowcase-info-wrapper {
              padding-left: 190px; } }
        .tshowcase .ts-responsive-wrap .tshowcase-box .tshowcase-inner-box .tshowcase-info-wrapper {
          position: relative;
          clear: left; }
          .tshowcase .ts-responsive-wrap .tshowcase-box .tshowcase-inner-box .tshowcase-info-wrapper::after {
            clear: both;
            content: "";
            display: table; }
          @media screen and (min-width: 980px) {
            .tshowcase .ts-responsive-wrap .tshowcase-box .tshowcase-inner-box .tshowcase-info-wrapper {
              clear: none; } }
          .tshowcase .ts-responsive-wrap .tshowcase-box .tshowcase-inner-box .tshowcase-info-wrapper .tshowcase-box-title {
            color: #073a5a;
            display: block;
            font-weight: normal;
            padding: 0 !important;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box; }
            .tshowcase .ts-responsive-wrap .tshowcase-box .tshowcase-inner-box .tshowcase-info-wrapper .tshowcase-box-title .the-title {
              display: block;
              text-transform: uppercase;
              font-size: 14px; }
            @media screen and (min-width: 980px) {
              .tshowcase .ts-responsive-wrap .tshowcase-box .tshowcase-inner-box .tshowcase-info-wrapper .tshowcase-box-title {
                line-height: 30px; } }
            .tshowcase .ts-responsive-wrap .tshowcase-box .tshowcase-inner-box .tshowcase-info-wrapper .tshowcase-box-title a {
              font-size: 20px;
              color: #073a5a;
              display: block;
              font-weight: normal;
              line-height: 24px; }
              @media screen and (min-width: 1220px) {
                .tshowcase .ts-responsive-wrap .tshowcase-box .tshowcase-inner-box .tshowcase-info-wrapper .tshowcase-box-title a {
                  font-size: 20px; } }
          .tshowcase .ts-responsive-wrap .tshowcase-box .tshowcase-inner-box .tshowcase-info-wrapper .tshowcase-box-details {
            min-height: 54px; }
            .tshowcase .ts-responsive-wrap .tshowcase-box .tshowcase-inner-box .tshowcase-info-wrapper .tshowcase-box-details > div {
              padding: 0 !important; }
        .tshowcase .ts-responsive-wrap .tshowcase-box .tshowcase-inner-box .tshowcase-single-position {
          font-family: "Oswald", sans-serif;
          font-weight: 300;
          color: #b2b2b2;
          font-size: 15px;
          text-transform: none; }
        .tshowcase .ts-responsive-wrap .tshowcase-box .tshowcase-inner-box .tshowcase-box-title {
          font-family: "Oswald", sans-serif;
          font-weight: 400;
          color: #0a1f2c; }

#team-filter, #filter {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  margin: 30px 0 60px 0; }
  #team-filter::after, #filter::after {
    clear: both;
    content: "";
    display: table; }
  #team-filter > span, #filter > span {
    display: inline-block;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    color: #0a1f2c;
    margin-bottom: 5px; }
  #team-filter a, #filter a {
    display: inline-block;
    font-size: 14px;
    font-family: "Oswald", sans-serif;
    font-weight: 300;
    line-height: 30px !important;
    min-height: 30px;
    padding: 0 15px;
    margin: 0 3px;
    margin-bottom: 5px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    background-color: transparent;
    color: #0a1f2c;
    border: 1px solid #0a1f2c;
    -webkit-transition: background-color ease 0.3s, color ease 0.3s;
    -moz-transition: background-color ease 0.3s, color ease 0.3s;
    transition: background-color ease 0.3s, color ease 0.3s;
    text-transform: uppercase; }
    #team-filter a:hover, #team-filter a.active, #filter a:hover, #filter a.active {
      background-color: #0a1f2c;
      color: #ffffff; }

#team-wrapper {
  margin-top: 30px; }

#program-wrapper .the-row {
  position: relative; }
  #program-wrapper .the-row::after {
    clear: both;
    content: "";
    display: table; }
#program-wrapper .wrapper-content {
  margin: 0 -10px;
  max-width: none; }
  #program-wrapper .wrapper-content .single-program-wrapper {
    display: none;
    padding: 10px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left; }
    @media screen and (min-width: 320px) {
      #program-wrapper .wrapper-content .single-program-wrapper {
        width: 100%; } }
    @media screen and (min-width: 640px) {
      #program-wrapper .wrapper-content .single-program-wrapper {
        width: 50%; } }
    @media screen and (min-width: 1200px) {
      #program-wrapper .wrapper-content .single-program-wrapper {
        width: 33.3%; } }
    #program-wrapper .wrapper-content .single-program-wrapper.show {
      display: block; }
    #program-wrapper .wrapper-content .single-program-wrapper.selected .single-program .badge {
      display: block; }
    #program-wrapper .wrapper-content .single-program-wrapper .single-program {
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      border: 1px solid #efefef;
      -moz-box-shadow: 0px 0px 20px -5px #efefef;
      box-shadow: 0px 0px 20px -5px #efefef; }
      #program-wrapper .wrapper-content .single-program-wrapper .single-program .badge {
        display: none;
        position: absolute;
        height: 40px;
        width: 50px;
        background-color: #4ac1f0;
        top: 0;
        right: 15px;
        z-index: 9;
        font-size: 24px; }
        #program-wrapper .wrapper-content .single-program-wrapper .single-program .badge:after {
          content: "";
          color: #ffffff;
          font-family: "FontAwesome";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          line-height: 44px;
          text-align: center; }
        #program-wrapper .wrapper-content .single-program-wrapper .single-program .badge:before {
          content: "";
          position: absolute;
          width: 0;
          height: 0;
          z-index: 10;
          border-top: 10px solid #4ac1f0;
          border-right: 25px solid transparent;
          border-left: 25px solid transparent;
          top: 40px;
          right: 0px; }
    #program-wrapper .wrapper-content .single-program-wrapper .program-header {
      height: 180px;
      position: relative;
      overflow-y: hidden; }
      #program-wrapper .wrapper-content .single-program-wrapper .program-header .p-image {
        line-height: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%; }
        #program-wrapper .wrapper-content .single-program-wrapper .program-header .p-image:after {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: #ffffff;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
          filter: alpha(opacity=70);
          opacity: 0.7;
          z-index: 2;
          -webkit-transition: background-color ease 0.3s;
          -moz-transition: background-color ease 0.3s;
          transition: background-color ease 0.3s; }
        #program-wrapper .wrapper-content .single-program-wrapper .program-header .p-image img {
          display: block;
          width: 100%;
          position: relative;
          z-index: 1; }
      #program-wrapper .wrapper-content .single-program-wrapper .program-header .program-header-content-wrapper {
        display: table;
        height: 100%;
        position: relative;
        z-index: 3; }
        #program-wrapper .wrapper-content .single-program-wrapper .program-header .program-header-content-wrapper .progam-header-content {
          position: relative;
          display: table-cell;
          vertical-align: bottom; }
          #program-wrapper .wrapper-content .single-program-wrapper .program-header .program-header-content-wrapper .progam-header-content h2 {
            font-family: "Oswald", sans-serif;
            font-size: 30px;
            font-weight: 300;
            padding: 15px;
            font-size: 36px; }
    #program-wrapper .wrapper-content .single-program-wrapper .program-content-wrapper .menu {
      position: relative;
      margin: 0;
      padding: 0;
      list-style: none;
      border-collapse: collapse; }
      #program-wrapper .wrapper-content .single-program-wrapper .program-content-wrapper .menu > li {
        display: block;
        position: relative; }
        #program-wrapper .wrapper-content .single-program-wrapper .program-content-wrapper .menu > li > a {
          display: block;
          position: relative;
          line-height: 70px;
          border-bottom: 1px solid #efefef;
          padding: 0 20px;
          font-weight: 700;
          text-transform: uppercase;
          color: #0a1f2c;
          border-collapse: collapse;
          font-size: 20px;
          -webkit-transition: background-color ease 0.3s, color ease 0.3s;
          -moz-transition: background-color ease 0.3s, color ease 0.3s;
          transition: background-color ease 0.3s, color ease 0.3s; }
          #program-wrapper .wrapper-content .single-program-wrapper .program-content-wrapper .menu > li > a:before {
            content: "";
            position: absolute;
            top: 25px;
            right: 20px;
            width: 22px;
            height: 22px;
            border: 2px solid #4ac1f0;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            -o-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%; }
          #program-wrapper .wrapper-content .single-program-wrapper .program-content-wrapper .menu > li > a:after {
            content: "";
            font-family: "FontAwesome";
            position: absolute;
            right: 26px;
            top: 26px;
            line-height: 20px;
            text-align: center;
            font-size: 10px;
            color: #4ac1f0;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            -o-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box; }
        #program-wrapper .wrapper-content .single-program-wrapper .program-content-wrapper .menu > li:hover > a, #program-wrapper .wrapper-content .single-program-wrapper .program-content-wrapper .menu > li.active > a {
          background-color: #004987;
          color: #ffffff;
          border-color: #004987; }
        #program-wrapper .wrapper-content .single-program-wrapper .program-content-wrapper .menu > li.has-sub > a:after {
          content: "";
          font-family: "FontAwesome";
          position: absolute;
          top: 27px;
          right: 26px;
          line-height: 20px;
          text-align: center;
          font-size: 11px;
          color: #4ac1f0;
          -moz-border-radius: 50%;
          -webkit-border-radius: 50%;
          -o-border-radius: 50%;
          -ms-border-radius: 50%;
          border-radius: 50%; }
        #program-wrapper .wrapper-content .single-program-wrapper .program-content-wrapper .menu > li.has-sub.active {
          border-color: #0a1f2c; }
          #program-wrapper .wrapper-content .single-program-wrapper .program-content-wrapper .menu > li.has-sub.active ul {
            display: block;
            margin: 0;
            padding: 0;
            list-style: none;
            z-index: 10;
            width: 100%;
            border: 1px solid #efefef;
            border-width: 0 0px 1px 0;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box; }
            #program-wrapper .wrapper-content .single-program-wrapper .program-content-wrapper .menu > li.has-sub.active ul > li {
              position: relative; }
              #program-wrapper .wrapper-content .single-program-wrapper .program-content-wrapper .menu > li.has-sub.active ul > li a {
                display: block;
                padding: 0 20px;
                border: 1px solid #efefef;
                border-width: 0 1px 1px 1px;
                font-size: 14px;
                font-weight: bold;
                line-height: 48px;
                color: #919191;
                background-color: #ffffff;
                margin: 0 -1px;
                -webkit-transition: background-color ease 0.3s, color ease 0.3s;
                -moz-transition: background-color ease 0.3s, color ease 0.3s;
                transition: background-color ease 0.3s, color ease 0.3s; }
                #program-wrapper .wrapper-content .single-program-wrapper .program-content-wrapper .menu > li.has-sub.active ul > li a:hover {
                  background-color: #004987;
                  color: #ffffff; }
                #program-wrapper .wrapper-content .single-program-wrapper .program-content-wrapper .menu > li.has-sub.active ul > li a:before {
                  content: "";
                  position: absolute;
                  top: 14px;
                  right: 20px;
                  width: 22px;
                  height: 22px;
                  border: 2px solid #4ac1f0;
                  -webkit-box-sizing: border-box;
                  -moz-box-sizing: border-box;
                  box-sizing: border-box;
                  -moz-border-radius: 50%;
                  -webkit-border-radius: 50%;
                  -o-border-radius: 50%;
                  -ms-border-radius: 50%;
                  border-radius: 50%; }
                #program-wrapper .wrapper-content .single-program-wrapper .program-content-wrapper .menu > li.has-sub.active ul > li a:after {
                  content: "";
                  font-family: "FontAwesome";
                  position: absolute;
                  right: 26px;
                  top: 15px;
                  line-height: 20px;
                  text-align: center;
                  font-size: 10px;
                  color: #4ac1f0;
                  -moz-border-radius: 50%;
                  -webkit-border-radius: 50%;
                  -o-border-radius: 50%;
                  -ms-border-radius: 50%;
                  border-radius: 50%;
                  -webkit-box-sizing: border-box;
                  -moz-box-sizing: border-box;
                  box-sizing: border-box; }
        #program-wrapper .wrapper-content .single-program-wrapper .program-content-wrapper .menu > li ul {
          display: none; }
    #program-wrapper .wrapper-content .single-program-wrapper:hover {
      cursor: pointer; }
      #program-wrapper .wrapper-content .single-program-wrapper:hover .p-image:after {
        background-color: #004987; }
      #program-wrapper .wrapper-content .single-program-wrapper:hover .program-header-content-wrapper .progam-header-content h2 {
        color: #ffffff; }

.pb-nav-wrapper {
  margin: -10px 0 -35px 0;
  border: none;
  padding: 0 !important; }
  .pb-nav-wrapper .image-nav {
    margin: 0; }
    .pb-nav-wrapper .image-nav > a {
      position: relative;
      padding: 0; }
      .pb-nav-wrapper .image-nav > a img {
        width: 100%;
        position: relative;
        z-index: 2; }
      .pb-nav-wrapper .image-nav > a .text-wrapper {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 1px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        z-index: 4; }
        .pb-nav-wrapper .image-nav > a .text-wrapper .text {
          display: block;
          position: relative;
          vertical-align: middle;
          font-family: "oswaldextralight", sans-serif;
          color: #ffffff;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          padding: 0 60px;
          width: 100%;
          max-width: 320px;
          margin: 0 auto;
          font-size: 30px;
          line-height: 40px;
          margin-top: -40px; }
          .pb-nav-wrapper .image-nav > a .text-wrapper .text .unwrap {
            display: block; }
      .pb-nav-wrapper .image-nav > a:after {
        content: "";
        background-color: #0a1f2c;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
        filter: alpha(opacity=60);
        opacity: 0.6;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 3;
        position: absolute;
        -webkit-transition: opacity ease 0.3s;
        -moz-transition: opacity ease 0.3s;
        transition: opacity ease 0.3s; }
      .pb-nav-wrapper .image-nav > a:hover:after {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        filter: alpha(opacity=80);
        opacity: 0.8; }
    .pb-nav-wrapper .image-nav #nav-left .text-wrapper .text {
      padding: 0 20px 0 100px; }
      .pb-nav-wrapper .image-nav #nav-left .text-wrapper .text:before {
        content: "";
        border: 1px solid #ffffff;
        width: 50px;
        height: 50px;
        position: absolute;
        left: 20px;
        top: 18px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; }
      .pb-nav-wrapper .image-nav #nav-left .text-wrapper .text:after {
        content: "";
        font-family: "FontAwesome";
        line-height: 50px;
        width: 50px;
        height: 50px;
        position: absolute;
        left: 20px;
        top: 18px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        text-align: center; }
    .pb-nav-wrapper .image-nav #nav-right .text-wrapper .text {
      padding: 0 100px 0 20px;
      text-align: right; }
      .pb-nav-wrapper .image-nav #nav-right .text-wrapper .text:before {
        content: "";
        border: 1px solid #ffffff;
        width: 50px;
        height: 50px;
        position: absolute;
        right: 20px;
        top: 18px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; }
      .pb-nav-wrapper .image-nav #nav-right .text-wrapper .text:after {
        content: "";
        font-family: "FontAwesome";
        line-height: 50px;
        width: 50px;
        height: 50px;
        position: absolute;
        right: 20px;
        top: 18px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        text-align: center; }

.acd-wrapper {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 30px; }
  .acd-wrapper::after {
    clear: both;
    content: "";
    display: table; }
  .acd-wrapper .acd-title-wrapper {
    position: relative;
    background-color: #dcdcdc;
    padding: 20px;
    border: 1px solid #dcdcdc; }
    .acd-wrapper .acd-title-wrapper h2 {
      color: #073a5a;
      font-family: "Oswald", sans-serif;
      font-weight: 400;
      margin: 0;
      font-size: 26px;
      line-height: 26px; }
      @media screen and (min-width: 960px) {
        .acd-wrapper .acd-title-wrapper h2 {
          padding-top: 30px; } }
  .acd-wrapper .acd-item {
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    padding: 20px;
    border: 1px solid #dcdcdc;
    border-width: 0px 1px 1px 1px;
    color: #073a5a;
    font-size: 19px;
    line-height: 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .acd-wrapper .acd-item::after {
      clear: both;
      content: "";
      display: table; }
    .acd-wrapper .acd-item .item-buttons-wrapper {
      position: relative;
      font-size: 18px; }
      @media screen and (min-width: 320px) {
        .acd-wrapper .acd-item .item-buttons-wrapper {
          margin-top: 20px; } }
      @media screen and (min-width: 960px) {
        .acd-wrapper .acd-item .item-buttons-wrapper {
          float: right;
          margin-top: 0; } }
      .acd-wrapper .acd-item .item-buttons-wrapper a {
        font-weight: normal;
        font-size: 16px;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        @media screen and (min-width: 320px) {
          .acd-wrapper .acd-item .item-buttons-wrapper a {
            padding: 0 45px 0 0px; }
            .acd-wrapper .acd-item .item-buttons-wrapper a:nth-child(2n) {
              margin-left: 15px; } }
        @media screen and (min-width: 960px) {
          .acd-wrapper .acd-item .item-buttons-wrapper a {
            float: left;
            padding: 0 45px 0 15px; } }
        .acd-wrapper .acd-item .item-buttons-wrapper a:before {
          content: "";
          position: absolute;
          top: -1px;
          right: 10px;
          width: 22px;
          height: 22px;
          border: 2px solid #4ac1f0;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          -moz-border-radius: 50%;
          -webkit-border-radius: 50%;
          -o-border-radius: 50%;
          -ms-border-radius: 50%;
          border-radius: 50%; }
        .acd-wrapper .acd-item .item-buttons-wrapper a:after {
          content: "";
          font-family: "FontAwesome";
          position: absolute;
          right: 16px;
          top: 0px;
          line-height: 20px;
          text-align: center;
          font-size: 10px;
          color: #4ac1f0;
          -moz-border-radius: 50%;
          -webkit-border-radius: 50%;
          -o-border-radius: 50%;
          -ms-border-radius: 50%;
          border-radius: 50%;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }

#tribe-bar-form .tribe-bar-submit input[type=submit] {
  background-color: #004987; }

.tribe-events-button {
  background-color: #004987 !important;
  border-radius: 0 !important; }

.input-row {
  margin-bottom: 30px;
  position: relative; }
  .input-row input[type=text] {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    padding: 0 15px;
    display: block; }
  .input-row > label {
    display: block;
    font-weight: bold; }
    .input-row > label + p:empty {
      display: none; }
  .input-row .wpcf7-list-item {
    padding: 0 15px; }
  .input-row select {
    display: block;
    width: 100%; }

.option-groups {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .option-groups::after {
    clear: both;
    content: "";
    display: table; }
  .option-groups .wpcf7-form-control-wrap {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .option-groups .wpcf7-form-control-wrap::after {
      clear: both;
      content: "";
      display: table; }
    .option-groups .wpcf7-form-control-wrap .wpcf7-form-control {
      position: relative;
      display: block;
      margin: 0 -30px; }
      .option-groups .wpcf7-form-control-wrap .wpcf7-form-control::after {
        clear: both;
        content: "";
        display: table; }
      .option-groups .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 50%;
        padding: 0 30px;
        float: left;
        margin: 0; }
        .option-groups .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item:only-child {
          width: 100%; }
        .option-groups .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item *:nth-child(2n + 1) {
          clear: left; }
        .option-groups .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label {
          position: relative; }
          .option-groups .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label input[type='checkbox'] {
            float: left;
            margin-top: 8px;
            margin-right: 10px; }
          .option-groups .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label {
            display: block;
            float: left;
            width: 87%; }

.btn-apply-now, .btn-apply {
  background-color: #0a1f2c;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding-right: 40px; }
  .btn-apply-now span, .btn-apply span {
    line-height: 40px !important;
    padding-right: 10px !important; }
  .btn-apply-now:before, .btn-apply:before {
    content: "";
    position: absolute;
    top: 9px;
    right: 10px;
    width: 22px;
    height: 22px;
    border: 2px solid #4ac1f0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
  .btn-apply-now:after, .btn-apply:after {
    content: "";
    font-family: "FontAwesome";
    position: absolute;
    right: 17px;
    top: 10px;
    line-height: 20px;
    text-align: center;
    font-size: 10px;
    color: #4ac1f0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .btn-apply-now.color-white:before, .btn-apply-now.color-white:after, .btn-apply-now.btn-white:before, .btn-apply-now.btn-white:after, .btn-apply.color-white:before, .btn-apply.color-white:after, .btn-apply.btn-white:before, .btn-apply.btn-white:after {
    color: #ffffff;
    border-color: #ffffff; }

.d-fields-wrapper {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none; }
  .d-fields-wrapper::after {
    clear: both;
    content: "";
    display: table; }
  .d-fields-wrapper.active {
    display: block; }

.tm-margin-bottom {
  margin-bottom: 5px; }

.nowrap, .unwrap {
  white-space: nowrap; }

.font-oswald, .font-oswald-normal, #header-wrapper .mega-menu-wrapper .mg-content-wrapper .mg-item, .font-oswald-light, .font-oswald-bold {
  font-family: "Oswald", sans-serif; }

.font-oswald-normal, #header-wrapper .mega-menu-wrapper .mg-content-wrapper .mg-item {
  font-weight: 400; }

.font-oswald-light {
  font-weight: 300; }

.font-oswald-extralight, #header-banner-content {
  font-family: "oswaldextralight", sans-serif; }

.font-oswald-bold {
  font-weight: 700; }

@media screen and (min-width: 320px) {
  .tm-footer .uk-width-1-2 {
    width: 100%; } }
@media screen and (min-width: 960px) {
  .tm-footer .uk-width-1-2 {
    width: 50%; } }
@media screen and (min-width: 320px) {
  .tm-footer .scu-footer-bootom-left ul li {
    float: none; }
    .tm-footer .scu-footer-bootom-left ul li a {
      border: none; }
      .tm-footer .scu-footer-bootom-left ul li a:active, .tm-footer .scu-footer-bootom-left ul li a:focus {
        text-decoration: none; } }
@media screen and (min-width: 960px) {
  .tm-footer .scu-footer-bootom-left ul li {
    float: left; }
    .tm-footer .scu-footer-bootom-left ul li a {
      border-right: 1px solid #ffffff; }
    .tm-footer .scu-footer-bootom-left ul li:last-child a {
      border: none; } }

#footer-callout-button a:hover {
  background-color: #ffffff !important;
  color: #073a5a !important; }

.tm-margin-bottom {
  margin-bottom: 5px; }

.nowrap, .unwrap {
  white-space: nowrap; }

.full-slider-wrapper {
  display: none !important; }

#page-slider .nivo-directionNav a {
  width: 42px;
  height: 42px;
  background-color: #000000;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
  -webkit-transition: opacity ease 0.3s;
  -moz-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s; }
  #page-slider .nivo-directionNav a:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1; }
  #page-slider .nivo-directionNav a span {
    color: #ffffff;
    font-size: 30px;
    line-height: 42px;
    position: absolute;
    top: 0;
    left: 10%; }
  #page-slider .nivo-directionNav a.nivo-nextNav {
    right: 30px; }
    #page-slider .nivo-directionNav a.nivo-nextNav span {
      left: 17px;
      top: -1px; }
  #page-slider .nivo-directionNav a.nivo-prevNav {
    left: 30px; }
    #page-slider .nivo-directionNav a.nivo-prevNav span {
      left: 14px;
      top: -1px; }
#page-slider .nivo-caption {
  background: -moz-linear-gradient(top, rgba(7, 58, 90, 0) 0%, #073a5a 100%);
  background: -webkit-linear-gradient(top, rgba(7, 58, 90, 0) 0%, #073a5a 100%);
  background: linear-gradient(to bottom, rgba(7, 58, 90, 0) 0%, #073a5a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-dark-blue', endColorstr='$color-dark-blue',GradientType=0 );
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1; }
  #page-slider .nivo-caption .caption-content-wrapper {
    max-width: 1130px;
    margin: 0 auto;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px; }
    #page-slider .nivo-caption .caption-content-wrapper::after {
      clear: both;
      content: "";
      display: table; }
    #page-slider .nivo-caption .caption-content-wrapper h2 {
      color: #ffffff;
      font-family: "Oswald", sans-serif;
      font-weight: 400;
      margin: 0 0 15px 0;
      letter-spacing: 1px;
      text-transform: uppercase; }
      @media screen and (min-width: 320px) {
        #page-slider .nivo-caption .caption-content-wrapper h2 {
          font-size: 50px;
          line-height: 50px; } }
      @media screen and (min-width: 800px) {
        #page-slider .nivo-caption .caption-content-wrapper h2 {
          font-size: 60px;
          line-height: 60px; }
          #page-slider .nivo-caption .caption-content-wrapper h2.smaller {
            font-size: 104px; } }
    #page-slider .nivo-caption .caption-content-wrapper h4 {
      color: #ffffff;
      font-family: "oswaldextralight", sans-serif;
      margin: 0; }
      @media screen and (min-width: 320px) {
        #page-slider .nivo-caption .caption-content-wrapper h4 {
          font-size: 16px;
          line-height: 18px; } }
      @media screen and (min-width: 800px) {
        #page-slider .nivo-caption .caption-content-wrapper h4 {
          font-size: 32px;
          line-height: 36px; } }
    #page-slider .nivo-caption .caption-content-wrapper p {
      color: #4ac1f0;
      font-size: 21px; }
      @media screen and (min-width: 320px) {
        #page-slider .nivo-caption .caption-content-wrapper p {
          font-size: 16px;
          line-height: 18px;
          display: none; } }
      @media screen and (min-width: 480px) {
        #page-slider .nivo-caption .caption-content-wrapper p {
          display: block; } }
      @media screen and (min-width: 800px) {
        #page-slider .nivo-caption .caption-content-wrapper p {
          font-size: 21px;
          line-height: 21px; } }
  @media screen and (min-width: 320px) {
    #page-slider .nivo-caption {
      padding: 60px 60px 30px 60px; } }
  @media screen and (min-width: 960px) {
    #page-slider .nivo-caption {
      min-height: 250px; } }
  @media screen and (min-width: 1200px) {
    #page-slider .nivo-caption {
      padding: 60px 30px 30px 30px; } }

#nav-wrapper a {
  position: absolute;
  top: 45%;
  color: #ffffff;
  font-size: 30px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #4ac1f0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }
#nav-wrapper #nav-previous {
  left: -45px;
  text-indent: -1px; }
#nav-wrapper #nav-next {
  right: -45px;
  text-indent: 2px; }

#page-slider-wrapper-content .nivo-controlNav {
  position: absolute;
  z-index: 100;
  text-align: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px; }
  @media screen and (min-width: 320px) {
    #page-slider-wrapper-content .nivo-controlNav {
      bottom: 0px; } }
  @media screen and (min-width: 960px) {
    #page-slider-wrapper-content .nivo-controlNav {
      bottom: 45px; } }
  #page-slider-wrapper-content .nivo-controlNav a {
    display: inline-block;
    height: 12px;
    width: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #ffffff;
    background-color: transparent;
    margin: 0 6px;
    text-indent: 999px; }
    #page-slider-wrapper-content .nivo-controlNav a.active {
      background-color: #ffffff; }

#highlight-slider-wrapper {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  #highlight-slider-wrapper::after {
    clear: both;
    content: "";
    display: table; }
  #highlight-slider-wrapper #highlight-wrapper-content {
    position: relative;
    padding: 30px 0;
    z-index: 80; }
    @media screen and (min-width: 320px) {
      #highlight-slider-wrapper #highlight-wrapper-content {
        margin-top: 0; } }
    @media screen and (min-width: 1040px) {
      #highlight-slider-wrapper #highlight-wrapper-content {
        margin-top: -80px; } }
    #highlight-slider-wrapper #highlight-wrapper-content #hl-inner-content-wrapper {
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      overflow-x: hidden; }
      #highlight-slider-wrapper #highlight-wrapper-content #hl-inner-content-wrapper::after {
        clear: both;
        content: "";
        display: table; }
      #highlight-slider-wrapper #highlight-wrapper-content #hl-inner-content-wrapper #hl-items-wrapper {
        position: relative;
        width: 9999px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        #highlight-slider-wrapper #highlight-wrapper-content #hl-inner-content-wrapper #hl-items-wrapper::after {
          clear: both;
          content: "";
          display: table; }
        #highlight-slider-wrapper #highlight-wrapper-content #hl-inner-content-wrapper #hl-items-wrapper .hl-single-item {
          position: relative;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          float: left;
          width: 400px;
          padding: 0 15px; }
          #highlight-slider-wrapper #highlight-wrapper-content #hl-inner-content-wrapper #hl-items-wrapper .hl-single-item::after {
            clear: both;
            content: "";
            display: table; }
          #highlight-slider-wrapper #highlight-wrapper-content #hl-inner-content-wrapper #hl-items-wrapper .hl-single-item .hl-single-inner {
            position: relative;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            background-color: #ffffff;
            border: 1px solid #dfdfdf;
            box-shadow: 0px 0px 15px #dfdfdf; }
            #highlight-slider-wrapper #highlight-wrapper-content #hl-inner-content-wrapper #hl-items-wrapper .hl-single-item .hl-single-inner::after {
              clear: both;
              content: "";
              display: table; }
            #highlight-slider-wrapper #highlight-wrapper-content #hl-inner-content-wrapper #hl-items-wrapper .hl-single-item .hl-single-inner .hl-item-image {
              position: relative;
              line-height: 0; }
              #highlight-slider-wrapper #highlight-wrapper-content #hl-inner-content-wrapper #hl-items-wrapper .hl-single-item .hl-single-inner .hl-item-image img {
                display: block;
                width: 100%; }
            #highlight-slider-wrapper #highlight-wrapper-content #hl-inner-content-wrapper #hl-items-wrapper .hl-single-item .hl-single-inner .hl-item-content {
              -webkit-box-sizing: border-box;
              -moz-box-sizing: border-box;
              box-sizing: border-box;
              position: relative;
              padding: 30px; }
              #highlight-slider-wrapper #highlight-wrapper-content #hl-inner-content-wrapper #hl-items-wrapper .hl-single-item .hl-single-inner .hl-item-content h5 {
                font-family: "Oswald", sans-serif;
                font-weight: 300;
                text-transform: uppercase;
                color: #4ac1f0;
                margin-top: 0; }
              #highlight-slider-wrapper #highlight-wrapper-content #hl-inner-content-wrapper #hl-items-wrapper .hl-single-item .hl-single-inner .hl-item-content h4 {
                font-family: "Oswald", sans-serif;
                font-weight: 400;
                font-size: 24px;
                color: #004987; }
              #highlight-slider-wrapper #highlight-wrapper-content #hl-inner-content-wrapper #hl-items-wrapper .hl-single-item .hl-single-inner .hl-item-content p {
                font-size: 14px;
                color: #919191;
                line-height: 22px; }
  #highlight-slider-wrapper.no-slider #highlight-wrapper-content #hl-inner-content-wrapper #hl-items-wrapper {
    width: auto; }

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

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

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

[hidden], template {
  display: none; }

a {
  background-color: transparent; }
  a:active, a:hover {
    outline: 0; }

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

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible;
  text-transform: none; }

select {
  text-transform: none; }

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

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

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

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

input {
  line-height: normal; }
  input::-moz-focus-inner {
    padding: 0;
    border: 0; }
  input[type="checkbox"], input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0; }
  input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto; }
  input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield; }
    input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
      -webkit-appearance: none; }

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

legend {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td, th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
    *:before, *:after {
      color: #000 !important;
      text-shadow: none !important;
      background: transparent !important;
      -webkit-box-shadow: none !important;
      box-shadow: none !important; }

  a {
    text-decoration: underline; }
    a:visited {
      text-decoration: underline; }
    a[href]:after {
      content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr {
    page-break-inside: avoid; }

  img {
    page-break-inside: avoid;
    max-width: 100% !important; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; }

  .navbar {
    display: none; }

  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important; }

  .label {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }
    .table td, .table th {
      background-color: #fff !important; }

  .table-bordered th, .table-bordered td {
    border: 1px solid #ddd !important; } }
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "*"; }

.glyphicon-plus:before {
  content: "+"; }

.glyphicon-euro:before, .glyphicon-eur:before {
  content: "€"; }

.glyphicon-minus:before {
  content: "−"; }

.glyphicon-cloud:before {
  content: "☁"; }

.glyphicon-envelope:before {
  content: "✉"; }

.glyphicon-pencil:before {
  content: "✏"; }

.glyphicon-glass:before {
  content: ""; }

.glyphicon-music:before {
  content: ""; }

.glyphicon-search:before {
  content: ""; }

.glyphicon-heart:before {
  content: ""; }

.glyphicon-star:before {
  content: ""; }

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

.glyphicon-user:before {
  content: ""; }

.glyphicon-film:before {
  content: ""; }

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

.glyphicon-th:before {
  content: ""; }

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

.glyphicon-ok:before {
  content: ""; }

.glyphicon-remove:before {
  content: ""; }

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

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

.glyphicon-off:before {
  content: ""; }

.glyphicon-signal:before {
  content: ""; }

.glyphicon-cog:before {
  content: ""; }

.glyphicon-trash:before {
  content: ""; }

.glyphicon-home:before {
  content: ""; }

.glyphicon-file:before {
  content: ""; }

.glyphicon-time:before {
  content: ""; }

.glyphicon-road:before {
  content: ""; }

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

.glyphicon-download:before {
  content: ""; }

.glyphicon-upload:before {
  content: ""; }

.glyphicon-inbox:before {
  content: ""; }

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

.glyphicon-repeat:before {
  content: ""; }

.glyphicon-refresh:before {
  content: ""; }

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

.glyphicon-lock:before {
  content: ""; }

.glyphicon-flag:before {
  content: ""; }

.glyphicon-headphones:before {
  content: ""; }

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

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

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

.glyphicon-qrcode:before {
  content: ""; }

.glyphicon-barcode:before {
  content: ""; }

.glyphicon-tag:before {
  content: ""; }

.glyphicon-tags:before {
  content: ""; }

.glyphicon-book:before {
  content: ""; }

.glyphicon-bookmark:before {
  content: ""; }

.glyphicon-print:before {
  content: ""; }

.glyphicon-camera:before {
  content: ""; }

.glyphicon-font:before {
  content: ""; }

.glyphicon-bold:before {
  content: ""; }

.glyphicon-italic:before {
  content: ""; }

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

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

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

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

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

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

.glyphicon-list:before {
  content: ""; }

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

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

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

.glyphicon-picture:before {
  content: ""; }

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

.glyphicon-adjust:before {
  content: ""; }

.glyphicon-tint:before {
  content: ""; }

.glyphicon-edit:before {
  content: ""; }

.glyphicon-share:before {
  content: ""; }

.glyphicon-check:before {
  content: ""; }

.glyphicon-move:before {
  content: ""; }

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

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

.glyphicon-backward:before {
  content: ""; }

.glyphicon-play:before {
  content: ""; }

.glyphicon-pause:before {
  content: ""; }

.glyphicon-stop:before {
  content: ""; }

.glyphicon-forward:before {
  content: ""; }

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

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

.glyphicon-eject:before {
  content: ""; }

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

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

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

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

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

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

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

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

.glyphicon-screenshot:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

.glyphicon-gift:before {
  content: ""; }

.glyphicon-leaf:before {
  content: ""; }

.glyphicon-fire:before {
  content: ""; }

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

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

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

.glyphicon-plane:before {
  content: ""; }

.glyphicon-calendar:before {
  content: ""; }

.glyphicon-random:before {
  content: ""; }

.glyphicon-comment:before {
  content: ""; }

.glyphicon-magnet:before {
  content: ""; }

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

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

.glyphicon-retweet:before {
  content: ""; }

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

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

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

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

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

.glyphicon-hdd:before {
  content: ""; }

.glyphicon-bullhorn:before {
  content: ""; }

.glyphicon-bell:before {
  content: ""; }

.glyphicon-certificate:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

.glyphicon-globe:before {
  content: ""; }

.glyphicon-wrench:before {
  content: ""; }

.glyphicon-tasks:before {
  content: ""; }

.glyphicon-filter:before {
  content: ""; }

.glyphicon-briefcase:before {
  content: ""; }

.glyphicon-fullscreen:before {
  content: ""; }

.glyphicon-dashboard:before {
  content: ""; }

.glyphicon-paperclip:before {
  content: ""; }

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

.glyphicon-link:before {
  content: ""; }

.glyphicon-phone:before {
  content: ""; }

.glyphicon-pushpin:before {
  content: ""; }

.glyphicon-usd:before {
  content: ""; }

.glyphicon-gbp:before {
  content: ""; }

.glyphicon-sort:before {
  content: ""; }

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

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

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

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

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

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

.glyphicon-unchecked:before {
  content: ""; }

.glyphicon-expand:before {
  content: ""; }

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

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

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

.glyphicon-flash:before {
  content: ""; }

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

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

.glyphicon-record:before {
  content: ""; }

.glyphicon-save:before {
  content: ""; }

.glyphicon-open:before {
  content: ""; }

.glyphicon-saved:before {
  content: ""; }

.glyphicon-import:before {
  content: ""; }

.glyphicon-export:before {
  content: ""; }

.glyphicon-send:before {
  content: ""; }

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

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

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

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

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

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

.glyphicon-transfer:before {
  content: ""; }

.glyphicon-cutlery:before {
  content: ""; }

.glyphicon-header:before {
  content: ""; }

.glyphicon-compressed:before {
  content: ""; }

.glyphicon-earphone:before {
  content: ""; }

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

.glyphicon-tower:before {
  content: ""; }

.glyphicon-stats:before {
  content: ""; }

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

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

.glyphicon-subtitles:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

.glyphicon-cd:before {
  content: ""; }

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

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

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

.glyphicon-copy:before {
  content: ""; }

.glyphicon-paste:before {
  content: ""; }

.glyphicon-alert:before {
  content: ""; }

.glyphicon-equalizer:before {
  content: ""; }

.glyphicon-king:before {
  content: ""; }

.glyphicon-queen:before {
  content: ""; }

.glyphicon-pawn:before {
  content: ""; }

.glyphicon-bishop:before {
  content: ""; }

.glyphicon-knight:before {
  content: ""; }

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

.glyphicon-tent:before {
  content: "⛺"; }

.glyphicon-blackboard:before {
  content: ""; }

.glyphicon-bed:before {
  content: ""; }

.glyphicon-apple:before {
  content: ""; }

.glyphicon-erase:before {
  content: ""; }

.glyphicon-hourglass:before {
  content: "⌛"; }

.glyphicon-lamp:before {
  content: ""; }

.glyphicon-duplicate:before {
  content: ""; }

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

.glyphicon-scissors:before {
  content: ""; }

.glyphicon-bitcoin:before, .glyphicon-btc:before, .glyphicon-xbt:before {
  content: ""; }

.glyphicon-yen:before, .glyphicon-jpy:before {
  content: "¥"; }

.glyphicon-ruble:before, .glyphicon-rub:before {
  content: "₽"; }

.glyphicon-scale:before {
  content: ""; }

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

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

.glyphicon-education:before {
  content: ""; }

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

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

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

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

.glyphicon-oil:before {
  content: ""; }

.glyphicon-grain:before {
  content: ""; }

.glyphicon-sunglasses:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.glyphicon-console:before {
  content: ""; }

.glyphicon-superscript:before {
  content: ""; }

.glyphicon-subscript:before {
  content: ""; }

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

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

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

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

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

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

body {
  font-size: 14px;
  line-height: 1.42857;
  color: #333;
  background-color: #fff; }

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

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover {
    color: #23527c; }
  a:focus {
    color: #23527c;
    text-decoration: underline;
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

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

.thumbnail > img, .thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto; }

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto; }

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

.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  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; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

p {
  margin: 0 0 10px; }

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

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

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

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

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

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

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

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

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

.text-uppercase {
  text-transform: uppercase; }

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

.text-muted {
  color: #777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover, a.text-primary:focus {
  color: #286090; }

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

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

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

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

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

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

.text-danger {
  color: #a94442; }

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

.bg-primary {
  color: #fff;
  background-color: #337ab7; }

a.bg-primary:hover, a.bg-primary:focus {
  background-color: #286090; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

dt, dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }
abbr[title], abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee; }
  blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer, blockquote small, blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777; }
  blockquote footer:before, blockquote small:before, blockquote .small:before {
    content: "— "; }

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

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

.blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {
  content: " —"; }

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .container {
    width: 750px; } }
@media (min-width: 992px) {
  .container {
    width: 970px; } }
@media (min-width: 1200px) {
  .container {
    width: 1170px; } }
.row {
  margin-right: -15px;
  margin-left: -15px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11 {
  float: left; }

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

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

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

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

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

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

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

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

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

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

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

.col-xs-1 {
  width: 8.33333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11 {
    float: left; }

  .col-sm-12 {
    float: left;
    width: 100%; }

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

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

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

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

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

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

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

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

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

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

  .col-sm-1 {
    width: 8.33333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-offset-0 {
    margin-left: 0; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11 {
    float: left; }

  .col-md-12 {
    float: left;
    width: 100%; }

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

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

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

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

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

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

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

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

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

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

  .col-md-1 {
    width: 8.33333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-offset-0 {
    margin-left: 0; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11 {
    float: left; }

  .col-lg-12 {
    float: left;
    width: 100%; }

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

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

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

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

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

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

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

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

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

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

  .col-lg-1 {
    width: 8.33333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-0 {
    margin-left: 0; } }
table {
  background-color: transparent; }

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

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
input[type="radio"], input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }
input[type="file"] {
  display: block; }
input[type="range"] {
  display: block;
  width: 100%; }

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555;
  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, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder, .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control[disabled], .form-control[readonly] {
    background-color: #eee;
    opacity: 1; }

fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1; }

.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed; }

textarea.form-control {
  height: auto; }

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
    line-height: 34px; }
  input[type="date"].input-sm, input[type="time"].input-sm, input[type="datetime-local"].input-sm, input[type="month"].input-sm {
    line-height: 30px; }

  .input-group-sm input[type="date"], .input-group-sm input[type="time"], .input-group-sm input[type="datetime-local"], .input-group-sm input[type="month"] {
    line-height: 30px; }

  input[type="date"].input-lg, input[type="time"].input-lg, input[type="datetime-local"].input-lg, input[type="month"].input-lg {
    line-height: 46px; }

  .input-group-lg input[type="date"], .input-group-lg input[type="time"], .input-group-lg input[type="datetime-local"], .input-group-lg input[type="month"] {
    line-height: 46px; } }
.form-group {
  margin-bottom: 15px; }

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

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

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

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

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

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

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

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

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

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

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

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

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0; }
  .form-control-static.input-lg, .form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0; }

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, select[multiple].input-sm {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }
.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control {
  height: auto; }
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

select.input-lg {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, select[multiple].input-lg {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }
.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control {
  height: auto; }
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }

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

.input-lg + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d; }
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d; }
.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b; }
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b; }
.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442; }
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442; }
.has-error .form-control-feedback {
  color: #a94442; }

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

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

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
      width: auto; }
    .form-inline .input-group > .form-control {
      width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio, .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio label, .form-inline .checkbox label {
    padding-left: 0; }
  .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }
.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0; }
.form-horizontal .radio, .form-horizontal .checkbox {
  min-height: 27px; }
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px; }
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right; } }
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled] {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0.65; }

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

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

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover, .btn-default:active, .btn-default.active {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }

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

.btn-default:active:hover, .btn-default.active:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c; }

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

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

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

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

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

.btn-default:active, .btn-default.active {
  background-image: none; }

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

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

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

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

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

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

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

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

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover, .btn-primary:active, .btn-primary.active {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }

.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.btn-primary:active:hover, .btn-primary.active:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40; }

.open > .dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40; }

.btn-primary:active:focus, .btn-primary.active:focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40; }

.open > .dropdown-toggle.btn-primary:focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40; }

.btn-primary:active.focus, .btn-primary.active.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40; }

.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40; }

.btn-primary:active, .btn-primary.active {
  background-image: none; }

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

.btn-primary.disabled:hover, .btn-primary[disabled]:hover {
  background-color: #337ab7;
  border-color: #2e6da4; }

fieldset[disabled] .btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4; }

.btn-primary.disabled:focus, .btn-primary[disabled]:focus {
  background-color: #337ab7;
  border-color: #2e6da4; }

fieldset[disabled] .btn-primary:focus {
  background-color: #337ab7;
  border-color: #2e6da4; }

.btn-primary.disabled.focus, .btn-primary[disabled].focus {
  background-color: #337ab7;
  border-color: #2e6da4; }

fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4; }

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover, .btn-success:active, .btn-success.active {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }

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

.btn-success:active:hover, .btn-success.active:hover {
  color: #fff;
  background-color: #398439;
  border-color: #255625; }

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

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

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

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

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

.btn-success:active, .btn-success.active {
  background-image: none; }

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

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

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

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

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

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

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

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

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover, .btn-info:active, .btn-info.active {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }

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

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

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

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

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

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

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

.btn-info:active, .btn-info.active {
  background-image: none; }

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

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

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

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

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

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

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

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

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover, .btn-warning:active, .btn-warning.active {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }

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

.btn-warning:active:hover, .btn-warning.active:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d; }

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

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

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

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

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

.btn-warning:active, .btn-warning.active {
  background-image: none; }

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

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

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

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

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

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

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

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

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover, .btn-danger:active, .btn-danger.active {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }

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

.btn-danger:active:hover, .btn-danger.active:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19; }

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

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

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

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

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

.btn-danger:active, .btn-danger.active {
  background-image: none; }

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

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

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

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

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

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

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

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

.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .btn-link:active, .btn-link.active, .btn-link[disabled] {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }

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

.btn-link {
  border-color: transparent; }
  .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover {
    color: #777;
    text-decoration: none; }

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

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

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

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

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 5px; }

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

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

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

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

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

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

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

.dropup, .dropdown {
  position: relative; }

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  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); }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333;
    white-space: nowrap; }
    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
      color: #262626;
      text-decoration: none;
      background-color: #f5f5f5; }
  .dropdown-menu > .active > a {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0; }
    .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
      color: #fff;
      text-decoration: none;
      background-color: #337ab7;
      outline: 0; }
  .dropdown-menu > .disabled > a {
    color: #777; }
    .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
      color: #777; }
    .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
      text-decoration: none;
      cursor: not-allowed;
      background-color: transparent;
      background-image: none;
      filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }

.open > .dropdown-menu {
  display: block; }
.open > a {
  outline: 0; }

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0; } }
.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }

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

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

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

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

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }
.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
.btn-group > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }
.btn-group > .btn-group {
  float: left; }
  .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0; }
  .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
.btn-group .dropdown-toggle:active {
  outline: 0; }
.btn-group.open .dropdown-toggle {
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px; }
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px; }

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

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

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

.btn-group-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }
.btn-group-vertical > .btn-group {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }
  .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
    float: none; }
.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group {
  margin-top: -1px;
  margin-left: 0; }
.btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn {
    display: table-cell;
    float: none;
    width: 1%; }
  .btn-group-justified > .btn-group {
    display: table-cell;
    float: none;
    width: 1%; }
    .btn-group-justified > .btn-group .btn {
      width: 100%; }
    .btn-group-justified > .btn-group .dropdown-menu {
      left: auto; }

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

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-right: 0;
    padding-left: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px; }

textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn {
  height: auto; }

select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto; }

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

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px; }

textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn {
  height: auto; }

select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto; }

.input-group-addon, .input-group-btn, .input-group .form-control {
  display: table-cell; }

.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0; }

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

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child, .input-group-addon:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

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

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child, .input-group-addon:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

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

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eee; }
    .nav > li.disabled > a {
      color: #777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777;
        text-decoration: none;
        cursor: not-allowed;
        background-color: transparent; }
  .nav .open > a {
    background-color: #eee;
    border-color: #337ab7; }
    .nav .open > a:hover, .nav .open > a:focus {
      background-color: #eee;
      border-color: #337ab7; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eee #eee #ddd; }
    .nav-tabs > li.active > a {
      color: #555;
      cursor: default;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent; }
      .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        color: #555;
        cursor: default;
        background-color: #fff;
        border: 1px solid #ddd;
        border-bottom-color: transparent; }
  .nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0; }
    .nav-tabs.nav-justified > li {
      float: none; }
      .nav-tabs.nav-justified > li > a {
        margin-bottom: 5px;
        text-align: center; }
    .nav-tabs.nav-justified > .dropdown .dropdown-menu {
      top: auto;
      left: auto; }
    .nav-tabs.nav-justified > li > a {
      margin-right: 0;
      border-radius: 4px; }
    .nav-tabs.nav-justified > .active > a {
      border: 1px solid #ddd; }
      .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
        border: 1px solid #ddd; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%; }
    .nav-tabs.nav-justified > li > a {
      margin-bottom: 0; } }
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0; }
  .nav-tabs.nav-justified > .active > a {
    border-bottom-color: #fff; }
    .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }
.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a {
    color: #fff;
    background-color: #337ab7; }
    .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
      color: #fff;
      background-color: #337ab7; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified {
  width: 100%; }
  .nav-justified > li {
    float: none; }
    .nav-justified > li > a {
      margin-bottom: 5px;
      text-align: center; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%; }
    .nav-justified > li > a {
      margin-bottom: 0; } }
.nav-tabs-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a {
    border: 1px solid #ddd; }
    .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
      border: 1px solid #ddd; }

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0; }
  .nav-tabs-justified > .active > a {
    border-bottom-color: #fff; }
    .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
      border-bottom-color: #fff; } }
.tab-content > .tab-pane {
  display: none; }
.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px; } }
@media (min-width: 768px) {
  .navbar-header {
    float: left; } }
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }
  .navbar-collapse.in {
    overflow-y: auto; }

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .navbar-collapse.collapse {
      display: block !important;
      height: auto !important;
      padding-bottom: 0;
      overflow: visible !important; }
    .navbar-collapse.in {
      overflow-y: visible; }

  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0; } }
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px; } }
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }

@media (min-width: 768px) {
  .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0; } }
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0; } }
.navbar-fixed-top, .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }

@media (min-width: 768px) {
  .navbar-fixed-top, .navbar-fixed-bottom {
    border-radius: 0; } }
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }

@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px; } }
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
    .navbar-toggle .icon-bar + .icon-bar {
      margin-top: 4px; }

@media (min-width: 768px) {
  .navbar-toggle {
    display: none; } }
.navbar-nav {
  margin: 7.5px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
      padding: 5px 15px 5px 25px; }
    .navbar-nav .open .dropdown-menu > li > a {
      line-height: 20px; }
      .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none; } }
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0; }
    .navbar-nav > li {
      float: left; }
      .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px; } }
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -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); }

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .navbar-form .form-control-static {
    display: inline-block; }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle; }
    .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control {
      width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .radio, .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .radio label, .navbar-form .checkbox label {
    padding-left: 0; }
  .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0; } }
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px; }
    .navbar-form .form-group:last-child {
      margin-bottom: 0; } }
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; } }
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
  .navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px; } }
@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }

  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a {
    color: #555;
    background-color: #e7e7e7; }
    .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a {
    color: #ccc;
    background-color: transparent; }
    .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a {
    color: #555;
    background-color: #e7e7e7; }
    .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
      color: #555;
      background-color: #e7e7e7; }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover {
      color: #ccc; }

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777; }
    .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; }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a {
    color: #555;
    background-color: #e7e7e7; }
    .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; }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a {
    color: #ccc;
    background-color: transparent; }
    .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; } }
fieldset[disabled] .navbar-default .btn-link:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #080808; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a {
    color: #fff;
    background-color: #080808; }
    .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
      color: #fff;
      background-color: #080808; }
  .navbar-inverse .navbar-nav > .disabled > a {
    color: #444;
    background-color: transparent; }
    .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
      color: #444;
      background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a {
    color: #fff;
    background-color: #080808; }
    .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
      color: #fff;
      background-color: #080808; }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover {
      color: #444; }

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808; }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d; }
    .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; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a {
    color: #fff;
    background-color: #080808; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #080808; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a {
    color: #444;
    background-color: transparent; }
    .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; } }
fieldset[disabled] .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      padding: 0 5px;
      color: #ccc;
      content: "/ "; }
  .breadcrumb > .active {
    color: #777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a, .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      margin-left: -1px;
      line-height: 1.42857;
      color: #337ab7;
      text-decoration: none;
      background-color: #fff;
      border: 1px solid #ddd; }
    .pagination > li:first-child > a, .pagination > li:first-child > span {
      margin-left: 0;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px; }
    .pagination > li:last-child > a, .pagination > li:last-child > span {
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px; }
    .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
      z-index: 2;
      color: #23527c;
      background-color: #eee;
      border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7; }
  .pagination > .disabled > span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd; }
    .pagination > .disabled > span:hover, .pagination > .disabled > span:focus {
      color: #777;
      cursor: not-allowed;
      background-color: #fff;
      border-color: #ddd; }
  .pagination > .disabled > a {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd; }
    .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
      color: #777;
      cursor: not-allowed;
      background-color: #fff;
      border-color: #ddd; }

.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333; }
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px; }
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px; }

.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none; }
  .pager li {
    display: inline; }
    .pager li > a, .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover, .pager li > a:focus {
      text-decoration: none;
      background-color: #eee; }
  .pager .next > a, .pager .next > span {
    float: right; }
  .pager .previous > a, .pager .previous > span {
    float: left; }
  .pager .disabled > a {
    color: #777;
    cursor: not-allowed;
    background-color: #fff; }
    .pager .disabled > a:hover, .pager .disabled > a:focus {
      color: #777;
      cursor: not-allowed;
      background-color: #fff; }
  .pager .disabled > span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff; }

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label:empty {
  display: none; }

.btn .label {
  position: relative;
  top: -1px; }

.label-default {
  background-color: #777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #337ab7; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #286090; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff; }

.list-group-item > .badge {
  float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }

.nav-pills > li > a > .badge {
  margin-left: 3px; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee; }
  .jumbotron h1, .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #d5d5d5; }

.container .jumbotron, .container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px; }

.jumbotron .container {
  max-width: 100%; }

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px; }

  .container .jumbotron, .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px; }

  .jumbotron h1, .jumbotron .h1 {
    font-size: 63px; } }
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img, .thumbnail a > img {
    margin-right: auto;
    margin-left: auto; }

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
  border-color: #337ab7; }

.thumbnail .caption {
  padding: 9px;
  color: #333; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p, .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable, .alert-dismissible {
  padding-right: 35px; }

.alert-dismissable .close, .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit; }

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar, .progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px; }

.progress.active .progress-bar, .progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media {
  margin-top: 15px;
  overflow: hidden;
  zoom: 1; }
  .media:first-child {
    margin-top: 0; }

.media-body {
  overflow: hidden;
  zoom: 1;
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right, .media > .pull-right {
  padding-left: 10px; }

.media-left, .media > .pull-left {
  padding-right: 10px; }

.media-left, .media-right, .media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  padding-left: 0;
  margin-bottom: 20px; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }

a.list-group-item, button.list-group-item {
  color: #555; }

a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
  color: #333; }

a.list-group-item:hover, button.list-group-item:hover, a.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }
  button.list-group-item:focus {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5; }

.list-group-item.disabled {
  color: #777;
  cursor: not-allowed;
  background-color: #eee; }
  .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #eee; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777; }
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }
  .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7; }
  .list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #c7ddef; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success, button.list-group-item-success {
  color: #3c763d; }

a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
  color: inherit; }

a.list-group-item-success:hover, button.list-group-item-success:hover, a.list-group-item-success:focus, button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6; }

a.list-group-item-success.active, button.list-group-item-success.active, a.list-group-item-success.active:hover, button.list-group-item-success.active:hover, a.list-group-item-success.active:focus, button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info, button.list-group-item-info {
  color: #31708f; }

a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
  color: inherit; }

a.list-group-item-info:hover, button.list-group-item-info:hover, a.list-group-item-info:focus, button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3; }

a.list-group-item-info.active, button.list-group-item-info.active, a.list-group-item-info.active:hover, button.list-group-item-info.active:hover, a.list-group-item-info.active:focus, button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning, button.list-group-item-warning {
  color: #8a6d3b; }

a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
  color: inherit; }

a.list-group-item-warning:hover, button.list-group-item-warning:hover, a.list-group-item-warning:focus, button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc; }

a.list-group-item-warning.active, button.list-group-item-warning.active, a.list-group-item-warning.active:hover, button.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus, button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger, button.list-group-item-danger {
  color: #a94442; }

a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
  color: inherit; }

a.list-group-item-danger:hover, button.list-group-item-danger:hover, a.list-group-item-danger:focus, button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc; }

a.list-group-item-danger.active, button.list-group-item-danger.active, a.list-group-item-danger.active:hover, button.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus, button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }
  .panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group, .panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0; }
.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }
.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child, .list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table {
  margin-bottom: 0; }
.panel > .table caption, .panel > .table-responsive > .table caption, .panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px; }
.panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child, .panel > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px; }
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px; }
.panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px; }
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px; }
.panel > .panel-body + .table, .panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd; }
.panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }
.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }
.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
  border: 0; }
.panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0; }
.panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0; }
.panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0; }
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0; }
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel-group {
  margin-bottom: 20px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #337ab7; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #337ab7; }
    .panel-primary > .panel-heading .badge {
      color: #337ab7;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2; }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5; }

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%); }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0; }
  .modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: 0.5; }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header .close {
    margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  .modal-sm {
    width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto; }
  .tooltip.in {
    filter: alpha(opacity=90);
    opacity: 0.9; }
  .tooltip.top {
    padding: 5px 0;
    margin-top: -3px; }
  .tooltip.right {
    padding: 0 5px;
    margin-left: 3px; }
  .tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px; }
  .tooltip.left {
    padding: 0 5px;
    margin-left: -3px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto; }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 11px; }
  .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    content: "";
    border-width: 10px; }
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0; }
  .popover.top > .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0; }
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0; }
  .popover.right > .arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0; }
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25); }
  .popover.bottom > .arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff; }
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img, .carousel-inner > .item > a > img {
      line-height: 1; }
  .carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left, .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px; }
    .carousel-inner > .item.next, .carousel-inner > .item.active.right {
      left: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0); }
    .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
      left: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0); }
    .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
      left: 0;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); } }
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent;
  filter: alpha(opacity=50);
  opacity: 0.5; }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x; }
  .carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x; }
  .carousel-control:hover, .carousel-control:focus {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: 0.9; }
  .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px; }
  .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1; }
  .carousel-control .icon-prev:before {
    content: "‹"; }
  .carousel-control .icon-next:before {
    content: "›"; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 10px; }
  .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -10px; }

  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px; }

  .carousel-indicators {
    bottom: 20px; } }
.clearfix:before, .clearfix:after {
  display: table;
  content: " "; }

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

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

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

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

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

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

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

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

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

.navbar-header:before, .navbar-header:after {
  display: table;
  content: " "; }

.navbar-collapse:before, .navbar-collapse:after {
  display: table;
  content: " "; }

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

.panel-body:before, .panel-body:after {
  display: table;
  content: " "; }

.modal-header:before, .modal-header:after {
  display: table;
  content: " "; }

.modal-footer:before, .modal-footer:after {
  display: table;
  content: " "; }

.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-header:after, .modal-footer:after {
  clear: both; }

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
.visible-xs, .visible-sm, .visible-md, .visible-lg, .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, .visible-print, .visible-print-block, .visible-print-inline, .visible-print-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table !important; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs, td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table !important; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm, td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table !important; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md, td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table !important; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg, td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table !important; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print, td.visible-print {
    display: table-cell !important; } }
@media print {
  .visible-print-block {
    display: block !important; } }
@media print {
  .visible-print-inline {
    display: inline !important; } }
@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }
@media print {
  .hidden-print {
    display: none !important; } }
/*# sourceMappingURL=bootstrap.css.map */
.form-group .row, .form-group.row {
  margin-bottom: 10px; }

.row {
  position: relative;
  *zoom: 1;
  margin: 0 -15px 1.75em -15px; }
  .row:before {
    content: " ";
    display: table; }
  .row:after {
    content: " ";
    display: table;
    clear: both; }
  .row p {
    margin: 0; }
  .row .col-sm-4, .row .col-sm-12, .row .col-sm-6 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px; }
  .row .col-sm-4.form-group {
    position: relative;
    margin-bottom: 15px; }
  .row .form-group.col-sm-12, .row .form-group.col-sm-6 {
    position: relative;
    margin-bottom: 15px; }
  .row .col-sm-4.form-group label {
    display: block; }
  .row .form-group.col-sm-12 label, .row .form-group.col-sm-6 label {
    display: block; }
  .row .col-sm-4.form-group input {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .row .form-group.col-sm-12 input, .row .form-group.col-sm-6 input {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .row .col-sm-4.form-group select {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .row .form-group.col-sm-12 select, .row .form-group.col-sm-6 select {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.input-row {
  margin-bottom: 15px;
  position: relative; }
  .input-row > label {
    display: block;
    font-weight: bold; }
    .input-row > label + p:empty {
      display: none; }
  .input-row .wpcf7-list-item {
    padding: 0 15px; }
  .input-row select {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-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; }
    .input-row select:active, .input-row select:focus {
      outline: none;
      -moz-outline: none;
      border: 1px solid #007acc; }

.container-fluid {
  margin-bottom: 30px; }
  .container-fluid > h3 {
    margin: 20px 0px 15px; }

.shorter-margin .input-row {
  margin-bottom: 10px; }

.option-groups {
  position: relative;
  *zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .option-groups:before {
    content: " ";
    display: table; }
  .option-groups:after {
    content: " ";
    display: table;
    clear: both; }
  .option-groups .wpcf7-form-control-wrap {
    position: relative;
    *zoom: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .option-groups .wpcf7-form-control-wrap:before {
      content: " ";
      display: table; }
    .option-groups .wpcf7-form-control-wrap:after {
      content: " ";
      display: table;
      clear: both; }
    .option-groups .wpcf7-form-control-wrap .wpcf7-form-control {
      position: relative;
      *zoom: 1;
      display: block;
      margin: 0 -30px; }
      .option-groups .wpcf7-form-control-wrap .wpcf7-form-control:before {
        content: " ";
        display: table; }
      .option-groups .wpcf7-form-control-wrap .wpcf7-form-control:after {
        content: " ";
        display: table;
        clear: both; }
      .option-groups .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 50%;
        padding: 0 30px;
        float: left;
        margin: 0; }
        .option-groups .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item:only-child {
          width: 100%; }
        .option-groups .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item *:nth-child(2n + 1) {
          clear: left; }
        .option-groups .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label {
          position: relative;
          font-weight: normal;
          display: inline; }
          .option-groups .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label input[type='checkbox'] {
            float: left;
            margin-top: 8px;
            margin-right: 10px; }
          .option-groups .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label {
            display: block;
            float: left;
            width: 87%; }

.d-fields-wrapper {
  position: relative;
  *zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none; }
  .d-fields-wrapper:before {
    content: " ";
    display: table; }
  .d-fields-wrapper:after {
    content: " ";
    display: table;
    clear: both; }
  .d-fields-wrapper.active {
    display: block; }

.widget-form .container-fluid {
  margin: 0 -20px; }
.widget-form .row {
  margin-bottom: 0; }
  @media screen and (min-width: 640px) {
    .widget-form .row .input-row + .input-row {
      padding-left: 0; } }

.page-form .container-fluid, .narrow-margin .container-fluid {
  margin: 0 -15px; }
.page-form .row, .narrow-margin .row {
  margin-bottom: 0; }

input[type="date"], input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"] {
  background: #f7f7f7;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  color: #686868;
  padding: 0.625em 0.4375em;
  width: 100%; }

textarea {
  background: #f7f7f7;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  color: #686868;
  padding: 0.625em 0.4375em;
  width: 100%; }

input[type="date"]:focus, input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="number"]:focus {
  background-color: #fff;
  border-color: #007acc;
  color: #1a1a1a;
  outline: 0; }

textarea:focus {
  background-color: #fff;
  border-color: #007acc;
  color: #1a1a1a;
  outline: 0; }

.tm-margin-bottom {
  margin-bottom: 5px; }

.nowrap, .unwrap {
  white-space: nowrap; }

.font-oswald, .font-oswald-normal, #header-wrapper .mega-menu-wrapper .mg-content-wrapper .mg-item, .font-oswald-light, .font-oswald-bold {
  font-family: "Oswald", sans-serif; }

.font-oswald-normal, #header-wrapper .mega-menu-wrapper .mg-content-wrapper .mg-item {
  font-weight: 400; }

.font-oswald-light {
  font-weight: 300; }

.font-oswald-extralight, #header-banner-content {
  font-family: "oswaldextralight", sans-serif; }

.font-oswald-bold {
  font-weight: 700; }

.page-template-template-width-feature-content .tm-breadcrumb {
  display: none; }
.page-template-template-width-feature-content #highlight-slider-wrapper {
  margin: 0 -15px;
  margin-top: -50px; }
  @media screen and (min-width: 320px) {
    .page-template-template-width-feature-content #highlight-slider-wrapper {
      margin-top: -100px; } }
  @media screen and (min-width: 960px) {
    .page-template-template-width-feature-content #highlight-slider-wrapper {
      margin-top: -160px; } }
  .page-template-template-width-feature-content #highlight-slider-wrapper .hl-single-item {
    margin-bottom: 30px; }
    @media screen and (min-width: 320px) {
      .page-template-template-width-feature-content #highlight-slider-wrapper .hl-single-item {
        width: 100% !important; } }
    @media screen and (min-width: 760px) {
      .page-template-template-width-feature-content #highlight-slider-wrapper .hl-single-item {
        width: 50% !important; } }
    .page-template-template-width-feature-content #highlight-slider-wrapper .hl-single-item:nth-child(2n+1) {
      clear: left; }
.page-template-template-width-feature-content .su-column {
  position: relative;
  z-index: 9; }
  .page-template-template-width-feature-content .su-column #library-hours {
    padding: 0;
    background: #fff;
    margin-bottom: 30px; }
    @media screen and (min-width: 800px) {
      .page-template-template-width-feature-content .su-column #library-hours {
        margin-top: -60px; } }
    @media screen and (min-width: 960px) {
      .page-template-template-width-feature-content .su-column #library-hours {
        margin-top: -130px;
        padding: 20px 30px; } }
    .page-template-template-width-feature-content .su-column #library-hours h3 {
      margin-top: 0;
      text-transform: uppercase;
      background-color: #fff;
      font-size: 20px;
      color: #073a5a; }
    .page-template-template-width-feature-content .su-column #library-hours .hour-slot {
      position: relative;
      font-weight: 300;
      color: #004987; }
      .page-template-template-width-feature-content .su-column #library-hours .hour-slot span {
        display: inline-block;
        min-width: 100px;
        content: ":"; }
  .page-template-template-width-feature-content .su-column #top-search {
    padding: 0;
    background: #fff; }
    @media screen and (min-width: 960px) {
      .page-template-template-width-feature-content .su-column #top-search {
        padding: 20px 30px; } }
    .page-template-template-width-feature-content .su-column #top-search h3 {
      margin-top: 0;
      text-transform: uppercase;
      background-color: #fff;
      font-size: 20px;
      color: #073a5a; }
    .page-template-template-width-feature-content .su-column #top-search .menu {
      margin: 0;
      margin-bottom: 30px;
      padding: 0;
      position: relative; }
      .page-template-template-width-feature-content .su-column #top-search .menu li {
        list-style: none;
        margin: 0;
        padding: 0 20px 0 0;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: none;
        border-bottom: 1px solid #efefef;
        -webkit-transition: background-color ease 0.3s, color ease 0.3s, border-color ease 0.3s;
        -moz-transition: background-color ease 0.3s, color ease 0.3s, border-color ease 0.3s;
        transition: background-color ease 0.3s, color ease 0.3s, border-color ease 0.3s; }
        .page-template-template-width-feature-content .su-column #top-search .menu li::after {
          clear: both;
          content: "";
          display: table; }
        .page-template-template-width-feature-content .su-column #top-search .menu li:before {
          content: "";
          width: 20px;
          height: 20px;
          position: absolute;
          top: 10px;
          right: 10px;
          border: 2px solid #919191;
          -moz-border-radius: 50%;
          -webkit-border-radius: 50%;
          -o-border-radius: 50%;
          -ms-border-radius: 50%;
          border-radius: 50%; }
        .page-template-template-width-feature-content .su-column #top-search .menu li:after {
          content: "";
          font-family: "FontAwesome";
          font-size: 14px;
          line-height: 20px;
          width: 20px;
          height: 20px;
          text-align: center;
          position: absolute;
          right: 9px;
          top: 10px; }
        .page-template-template-width-feature-content .su-column #top-search .menu li > a {
          text-transform: capitalize;
          color: #919191;
          line-height: 20px;
          font-size: 14px;
          padding: 10px 0;
          display: block;
          width: 90%; }
        .page-template-template-width-feature-content .su-column #top-search .menu li:hover {
          color: #4ac1f0;
          border-color: #4ac1f0; }
          .page-template-template-width-feature-content .su-column #top-search .menu li:hover > a {
            color: #4ac1f0;
            text-decoration: none; }
          .page-template-template-width-feature-content .su-column #top-search .menu li:hover:after, .page-template-template-width-feature-content .su-column #top-search .menu li:hover:before {
            color: #4ac1f0;
            border-color: #4ac1f0; }
        .page-template-template-width-feature-content .su-column #top-search .menu li.uk-active {
          background-color: #073a5a;
          color: #ffffff; }
          .page-template-template-width-feature-content .su-column #top-search .menu li.uk-active a {
            color: #ffffff; }
          .page-template-template-width-feature-content .su-column #top-search .menu li.uk-active:before, .page-template-template-width-feature-content .su-column #top-search .menu li.uk-active:after {
            border-color: #ffffff;
            color: #ffffff; }

/*# sourceMappingURL=theme.css.map */
