/*!
 * Bootstrap v2.3.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
/*
 * Social Buttons for Bootstrap
 *
 * Copyright 2013-2015 Panayiotis Lipiridis
 * Licensed under the MIT License
 *
 * https://github.com/lipis/bootstrap-social
 */
/* Instagram */
/* Pinterest */
/* Blogger */
/* Google Plus */
/* --------------------
 * 006 - Slidebar Menus Theme
 */
/* Main Menu */
/* Borders */
/* Submenus */
/* -----------------------------------
 * Slidebars
 * Version 0.10.3
 * http://plugins.adchsm.me/slidebars/
 *
 * Written by Adam Smith
 * http://www.adchsm.me/
 *
 * Released under MIT License
 * http://plugins.adchsm.me/slidebars/license.txt
 *
 * -------------------
 * Slidebars CSS Index
 *
 * 001 - Box Model, Html & Body
 * 002 - Site
 * 003 - Slidebars
 * 004 - Animation
 * 005 - Helper Classes
 *
 * ----------------------------
 * 001 - Box Model, Html & Body
 */
/* Site scroll locking - prevent site from scrolling when a Slidebar is open, except when static Slidebars are only available. */
/* ----------
 * 002 - Site
 */
/* Micro clearfix by Nicolas Gallagher, ensures the site container hits the top and bottom of the screen. */
/* ---------------
 * 003 - Slidebars
 */
/* Slidebar widths for browsers/devices that don't support media queries. */
/* Slidebar widths on extra small screens. */
/* Slidebar widths on small screens. */
/* Slidebar widths on medium screens. */
/* Slidebar widths on large screens. */
/* Slidebar widths on extra large screens. */
/* ---------------
 * 004 - Animation
 */
/* --------------------
 * 005 - Helper Classes
 */
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 29, 2016, 12:17:11 PM
    Author     : blackcat
*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 33px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: none;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  max-width: 100%;
  width: auto \9;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img,
.google-maps img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}
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-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
body {
  margin: 0;
  font-family: "Open sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 23px;
  color: rgba(40,40,40,0.85);
  background-color: #fff;
}
a {
  color: #005173;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #00090d;
}
.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.row {
  margin-left: -20px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.span12 {
  width: 940px;
}
.span11 {
  width: 860px;
}
.span10 {
  width: 780px;
}
.span9 {
  width: 700px;
}
.span8 {
  width: 620px;
}
.span7 {
  width: 540px;
}
.span6 {
  width: 460px;
}
.span5 {
  width: 380px;
}
.span4 {
  width: 300px;
}
.span3 {
  width: 220px;
}
.span2 {
  width: 140px;
}
.span1 {
  width: 60px;
}
.offset12 {
  margin-left: 980px;
}
.offset11 {
  margin-left: 900px;
}
.offset10 {
  margin-left: 820px;
}
.offset9 {
  margin-left: 740px;
}
.offset8 {
  margin-left: 660px;
}
.offset7 {
  margin-left: 580px;
}
.offset6 {
  margin-left: 500px;
}
.offset5 {
  margin-left: 420px;
}
.offset4 {
  margin-left: 340px;
}
.offset3 {
  margin-left: 260px;
}
.offset2 {
  margin-left: 180px;
}
.offset1 {
  margin-left: 100px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 33px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.1276595744681%;
  *margin-left: 2.0744680851064%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.1276595744681%;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.946808510638%;
}
.row-fluid .span11 {
  width: 91.489361702128%;
  *width: 91.436170212766%;
}
.row-fluid .span10 {
  width: 82.978723404255%;
  *width: 82.925531914894%;
}
.row-fluid .span9 {
  width: 74.468085106383%;
  *width: 74.414893617021%;
}
.row-fluid .span8 {
  width: 65.957446808511%;
  *width: 65.904255319149%;
}
.row-fluid .span7 {
  width: 57.446808510638%;
  *width: 57.393617021277%;
}
.row-fluid .span6 {
  width: 48.936170212766%;
  *width: 48.882978723404%;
}
.row-fluid .span5 {
  width: 40.425531914894%;
  *width: 40.372340425532%;
}
.row-fluid .span4 {
  width: 31.914893617021%;
  *width: 31.86170212766%;
}
.row-fluid .span3 {
  width: 23.404255319149%;
  *width: 23.351063829787%;
}
.row-fluid .span2 {
  width: 14.893617021277%;
  *width: 14.840425531915%;
}
.row-fluid .span1 {
  width: 6.3829787234043%;
  *width: 6.3297872340426%;
}
.row-fluid .offset12 {
  margin-left: 104.25531914894%;
  *margin-left: 104.14893617021%;
}
.row-fluid .offset12:first-child {
  margin-left: 102.12765957447%;
  *margin-left: 102.02127659574%;
}
.row-fluid .offset11 {
  margin-left: 95.744680851064%;
  *margin-left: 95.63829787234%;
}
.row-fluid .offset11:first-child {
  margin-left: 93.617021276596%;
  *margin-left: 93.510638297872%;
}
.row-fluid .offset10 {
  margin-left: 87.234042553191%;
  *margin-left: 87.127659574468%;
}
.row-fluid .offset10:first-child {
  margin-left: 85.106382978723%;
  *margin-left: 85%;
}
.row-fluid .offset9 {
  margin-left: 78.723404255319%;
  *margin-left: 78.617021276596%;
}
.row-fluid .offset9:first-child {
  margin-left: 76.595744680851%;
  *margin-left: 76.489361702128%;
}
.row-fluid .offset8 {
  margin-left: 70.212765957447%;
  *margin-left: 70.106382978723%;
}
.row-fluid .offset8:first-child {
  margin-left: 68.085106382979%;
  *margin-left: 67.978723404255%;
}
.row-fluid .offset7 {
  margin-left: 61.702127659574%;
  *margin-left: 61.595744680851%;
}
.row-fluid .offset7:first-child {
  margin-left: 59.574468085106%;
  *margin-left: 59.468085106383%;
}
.row-fluid .offset6 {
  margin-left: 53.191489361702%;
  *margin-left: 53.085106382979%;
}
.row-fluid .offset6:first-child {
  margin-left: 51.063829787234%;
  *margin-left: 50.957446808511%;
}
.row-fluid .offset5 {
  margin-left: 44.68085106383%;
  *margin-left: 44.574468085106%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.553191489362%;
  *margin-left: 42.446808510638%;
}
.row-fluid .offset4 {
  margin-left: 36.170212765957%;
  *margin-left: 36.063829787234%;
}
.row-fluid .offset4:first-child {
  margin-left: 34.042553191489%;
  *margin-left: 33.936170212766%;
}
.row-fluid .offset3 {
  margin-left: 27.659574468085%;
  *margin-left: 27.553191489362%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.531914893617%;
  *margin-left: 25.425531914894%;
}
.row-fluid .offset2 {
  margin-left: 19.148936170213%;
  *margin-left: 19.042553191489%;
}
.row-fluid .offset2:first-child {
  margin-left: 17.021276595745%;
  *margin-left: 16.914893617021%;
}
.row-fluid .offset1 {
  margin-left: 10.63829787234%;
  *margin-left: 10.531914893617%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.5106382978723%;
  *margin-left: 8.4042553191489%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}
p {
  margin: 10px 0;
}
h4 + p {
  margin-top: 6px;
}
.lead {
  margin-bottom: 26px;
  font-size: 20.8px;
  font-weight: 200;
  line-height: 32.2px;
  color: rgba(40,40,40,0.7);
}
.lead-more {
  margin-bottom: 18px;
  margin-top: 6px;
  font-size: 28px;
  font-weight: 200;
  line-height: 40.25px;
  color: rgba(40,40,40,0.85);
}
.small {
  font-size: 85%;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #dddddd;
}
a.muted:hover,
a.muted:focus {
  color: #c4c4c4;
}
.text-warning {
  color: #c09853;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}
.text-error {
  color: #b94a48;
}
a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}
.text-info {
  color: #3a87ad;
}
a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}
.text-success {
  color: #468847;
}
a.text-success:hover,
a.text-success:focus {
  color: #356635;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 11.5px 0;
  font-family: inherit;
  font-weight: normal;
  line-height: 23px;
  color: rgba(40,40,40,0.9);
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #dddddd;
}
h1 {
  font-size: 36.8px;
  line-height: 1;
  margin: 12px 0 5px 0;
}
h2 {
  font-size: 24px;
  line-height: 1;
  margin: 12px 0 0 0;
}
h3 {
  font-size: 17.6px;
  line-height: 1;
  margin: 12px 0 0 0;
  font-weight: normal;
}
h4 {
  font-size: 16px;
  text-transform: uppercase;
  margin: 12px 0 0 0;
}
h5 {
  font-size: 16px;
  margin: 12px 0 0 0;
}
h6 {
  font-size: 13.6px;
}
h1 small {
  font-size: 24px;
}
h2 small {
  font-size: 17.6px;
}
h3 small {
  font-size: 16px;
}
h4 small {
  font-size: 16px;
}
.page-header {
  padding-bottom: 10.5px;
  margin: 23px 0 34.5px;
  border-bottom: 1px solid #f8f8f8;
}
ul,
ol {
  padding: 0;
  margin: 12px 0 18px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
  margin-top: 0;
}
li {
  line-height: 23px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 23px;
}
dt,
dd {
  line-height: 23px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 11.5px;
}
.dl-horizontal {
  *zoom: 1;
}
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 180px;
}
hr {
  margin: 23px 0;
  border: 0;
  border-top: 1px solid #dddddd;
  border-bottom: 0px solid #fff;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #dddddd;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 23px;
  border-left: 5px solid #f8f8f8;
}
blockquote p {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote small {
  display: block;
  line-height: 23px;
  color: #dddddd;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #f8f8f8;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 23px;
  font-style: normal;
  line-height: 23px;
}
code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 14px;
  color: #808080;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  white-space: nowrap;
}
pre {
  display: block;
  padding: 11px;
  margin: 0 0 11.5px;
  font-size: 15px;
  line-height: 23px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
pre.prettyprint {
  margin-bottom: 23px;
}
pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
form {
  margin: 0 0 23px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 23px;
  font-size: 24px;
  line-height: 46px;
  color: #808080;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 17.25px;
  color: #dddddd;
}
label,
input,
button,
select,
textarea {
  font-size: 16px;
  font-weight: normal;
  line-height: 23px;
}
input,
button,
select,
textarea {
  font-family: "Open sans", Helvetica, Arial, sans-serif;
}
label {
  display: block;
  margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 23px;
  padding: 4px 6px;
  margin-bottom: 11.5px;
  font-size: 16px;
  line-height: 23px;
  color: #808080;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  vertical-align: middle;
}
input,
textarea,
.uneditable-input {
  width: 206px;
}
textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #fff;
  border: 1px solid rgba(40,40,40,0.2);
  -webkit-box-shadow: inset 0px 12px 5px rgba(0,0,0,0.02);
  -moz-box-shadow: inset 0px 12px 5px rgba(0,0,0,0.02);
  box-shadow: inset 0px 12px 5px rgba(0,0,0,0.02);
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82,168,236,0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */
  margin-top: 1px \9;
  /* IE8-9 */
  /* line-height: normal; */
  -webkit-box-shadow: inset 0px 12px 5px rgba(0,0,0,0.02);
  -moz-box-shadow: inset 0px 12px 5px rgba(0,0,0,0.02);
  box-shadow: inset 0px 12px 5px rgba(0,0,0,0.02);
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select,
input[type="file"] {
  height: 33px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 33px;
}
input[type="file"] {
  line-height: normal;
}
select {
  width: 220px;
  border: 1px solid rgba(40,40,40,0.2);
  background-color: #fff;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: none;
}
.uneditable-input,
.uneditable-textarea {
  color: #dddddd;
  background-color: #fcfcfc;
  border-color: rgba(40,40,40,0.2);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
  cursor: not-allowed;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #dddddd;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #dddddd;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #dddddd;
}
.radio,
.checkbox {
  min-height: 23px;
  padding-left: 20px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px;
}
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px;
}
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px;
}
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px;
}
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px;
}
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px;
}
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px;
}
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px;
}
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px;
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px;
}
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px;
}
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px;
}
.controls-row {
  *zoom: 1;
}
.controls-row:before,
.controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.controls-row:after {
  clear: both;
}
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #f8f8f8;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7ab5d3;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
  padding: 22px 20px 23px;
  margin-top: 23px;
  margin-bottom: 23px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}
.help-block,
.help-inline {
  color: rgba(78,78,78,0.85);
}
.help-block {
  display: block;
  margin-bottom: 11.5px;
}
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 11.5px;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}
.input-append input,
.input-append select,
.input-append .uneditable-input,
.input-append .dropdown-menu,
.input-append .popover,
.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input,
.input-prepend .dropdown-menu,
.input-prepend .popover {
  font-size: 16px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input,
.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}
.input-append input:focus,
.input-append select:focus,
.input-append .uneditable-input:focus,
.input-prepend input:focus,
.input-prepend select:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 23px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 16px;
  font-weight: normal;
  line-height: 23px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  background-color: #f8f8f8;
  border: 1px solid #ccc;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .add-on,
.input-prepend .btn,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
}
.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}
input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search input,
.form-search textarea,
.form-search select,
.form-search .help-inline,
.form-search .uneditable-input,
.form-search .input-prepend,
.form-search .input-append,
.form-inline input,
.form-inline textarea,
.form-inline select,
.form-inline .help-inline,
.form-inline .uneditable-input,
.form-inline .input-prepend,
.form-inline .input-append,
.form-horizontal input,
.form-horizontal textarea,
.form-horizontal select,
.form-horizontal .help-inline,
.form-horizontal .uneditable-input,
.form-horizontal .input-prepend,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.control-group {
  margin-bottom: 11.5px;
}
legend + .control-group {
  margin-top: 23px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 23px;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}
.form-horizontal .help-block {
  margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 11.5px;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 23px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 23px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #ddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}
.table tbody tr.success > td {
  background-color: #dff0d8;
}
.table tbody tr.error > td {
  background-color: #f2dede;
}
.table tbody tr.warning > td {
  background-color: #fcf8e3;
}
.table tbody tr.info > td {
  background-color: #d9edf7;
}
.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}
.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}
@font-face {
  font-family: 'Elusive-Icons';
  src: url('../fonts/Elusive-Icons.eot');
  src: url('../fonts/Elusive-Icons.eot?#iefix') format('embedded-opentype'), url('../fonts/Elusive-Icons.svg#Elusive-Icons') format('svg'), url('../fonts/Elusive-Icons.woff') format('woff'), url('../fonts/Elusive-Icons.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: 'Elusive-Icons';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: 'Elusive-Icons';
  font-weight: normal;
  font-style: normal;
  speak: none;
  line-height: 1;
  display: inline-block;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
}
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline-block;
  text-decoration: inherit;
}
.icon-large:before {
  vertical-align: middle;
  font-size: 1.33em;
}
.btn [class^="icon-"],
.btn [class*=" icon-"],
.nav-tabs [class^="icon-"],
.nav-tabs [class*=" icon-"] {
  /* keeps button heights with and without icons the same */
  line-height: .9em;
}
li [class^="icon-"],
li [class*=" icon-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}
li .icon-large:before,
li .icon-large:before {
  /* 1.5 increased font size for icon-large * 1.25 width */
  width: 1.875em;
}
ul.icons {
  list-style-type: none;
  margin-left: 2em;
  text-indent: -0.8em;
}
ul.icons li [class^="icon-"],
ul.icons li [class*=" icon-"] {
  width: .8em;
}
ul.icons li .icon-large:before,
ul.icons li .icon-large:before {
  /* 1.5 increased font size for icon-large * 1.25 width */
  vertical-align: initial;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 0;
}
.icon-move:before {
  content: "\e074";
}
.icon-music:before {
  content: "\e073";
}
.icon-network:before {
  content: "\e072";
}
.icon-off:before {
  content: "\e071";
}
.icon-ok:before {
  content: "\e070";
}
.icon-ok-circle:before {
  content: "\e06f";
}
.icon-ok-sign:before {
  content: "\e06e";
}
.icon-paper-clip:before {
  content: "\e06d";
}
.icon-paper-clip-alt:before {
  content: "\e06c";
}
.icon-path:before {
  content: "\e06b";
}
.icon-plus-sign:before {
  content: "\e059";
}
.icon-print:before {
  content: "\e058";
}
.icon-qrcode:before {
  content: "\e057";
}
.icon-question:before {
  content: "\e056";
}
.icon-question-sign:before {
  content: "\e055";
}
.icon-quotes:before {
  content: "\e054";
}
.icon-quotes-alt:before {
  content: "\e053";
}
.icon-random:before {
  content: "\e052";
}
.icon-record:before {
  content: "\e051";
}
.icon-reddit:before {
  content: "\e050";
}
.icon-refresh:before {
  content: "\e04f";
}
.icon-screenshot:before {
  content: "\e03f";
}
.icon-search:before {
  content: "\e03e";
}
.icon-search-alt:before {
  content: "\e03d";
}
.icon-share:before {
  content: "\e03c";
}
.icon-share-alt:before {
  content: "\e03b";
}
.icon-shopping-cart:before {
  content: "\e03a";
}
.icon-shopping-cart-sign:before {
  content: "\e039";
}
.icon-signal:before {
  content: "\e038";
}
.icon-skype:before {
  content: "\e037";
}
.icon-slideshare:before {
  content: "\e036";
}
.icon-smiley:before {
  content: "\e035";
}
.icon-th-large:before {
  content: "\e023";
}
.icon-th-list:before {
  content: "\e022";
}
.icon-thumbs-down:before {
  content: "\e021";
}
.icon-thumbs-up:before {
  content: "\e020";
}
.icon-time:before {
  content: "\e01f";
}
.icon-time-alt:before {
  content: "\e01e";
}
.icon-tint:before {
  content: "\e01d";
}
.icon-torso:before {
  content: "\e01c";
}
.icon-trash:before {
  content: "\e01b";
}
.icon-trash-alt:before {
  content: "\e01a";
}
.icon-tumblr:before {
  content: "\e019";
}
.icon-w3c:before {
  content: "\e00a";
}
.icon-warning-sign:before {
  content: "\e009";
}
.icon-website:before {
  content: "\e008";
}
.icon-website-alt:before {
  content: "\e007";
}
.icon-wheelchair:before {
  content: "\e006";
}
.icon-wordpress:before {
  content: "\e005";
}
.icon-wrench:before {
  content: "\e004";
}
.icon-wrench-alt:before {
  content: "\e003";
}
.icon-youtube:before {
  content: "\e002";
}
.icon-zoom-in:before {
  content: "\e001";
}
.icon-zoom-out:before {
  content: "\e000";
}
.icon-pause-alt:before {
  content: "\e069";
}
.icon-pencil:before {
  content: "\e068";
}
.icon-pencil-alt:before {
  content: "\e067";
}
.icon-person:before {
  content: "\e066";
}
.icon-phone:before {
  content: "\e065";
}
.icon-phone-alt:before {
  content: "\e064";
}
.icon-photo:before {
  content: "\e063";
}
.icon-photo-alt:before {
  content: "\e062";
}
.icon-picasa:before {
  content: "\e061";
}
.icon-picture:before {
  content: "\e060";
}
.icon-pinterest:before {
  content: "\e05f";
}
.icon-plane:before {
  content: "\e05e";
}
.icon-play-alt:before {
  content: "\e05c";
}
.icon-play-circle:before {
  content: "\e05b";
}
.icon-plus:before {
  content: "\e05a";
}
.icon-remove:before {
  content: "\e04e";
}
.icon-remove-circle:before {
  content: "\e04d";
}
.icon-remove-sign:before {
  content: "\e04c";
}
.icon-repeat:before {
  content: "\e04b";
}
.icon-repeat-alt:before {
  content: "\e04a";
}
.icon-resize-full:before {
  content: "\e049";
}
.icon-resize-horizontal:before {
  content: "\e048";
}
.icon-resize-small:before {
  content: "\e047";
}
.icon-resize-vertical:before {
  content: "\e046";
}
.icon-retweet:before {
  content: "\e045";
}
.icon-reverse-alt:before {
  content: "\e044";
}
.icon-road:before {
  content: "\e043";
}
.icon-rss:before {
  content: "\e042";
}
.icon-screen:before {
  content: "\e041";
}
.icon-screen-alt:before {
  content: "\e040";
}
.icon-smiley-alt:before {
  content: "\e034";
}
.icon-speaker:before {
  content: "\e033";
}
.icon-stackoverflow:before {
  content: "\e032";
}
.icon-star:before {
  content: "\e031";
}
.icon-star-alt:before {
  content: "\e030";
}
.icon-star-empty:before {
  content: "\e02f";
}
.icon-stop-alt:before {
  content: "\e02b";
}
.icon-stumbleupon:before {
  content: "\e02a";
}
.icon-tag:before {
  content: "\e029";
}
.icon-tags:before {
  content: "\e028";
}
.icon-tasks:before {
  content: "\e027";
}
.icon-text-height:before {
  content: "\e026";
}
.icon-text-width:before {
  content: "\e025";
}
.icon-th:before {
  content: "\e024";
}
.icon-twitter:before {
  content: "\e018";
}
.icon-universal-access:before {
  content: "\e017";
}
.icon-unlock:before {
  content: "\e016";
}
.icon-unlock-alt:before {
  content: "\e015";
}
.icon-upload:before {
  content: "\e014";
}
.icon-user:before {
  content: "\e013";
}
.icon-video:before {
  content: "\e012";
}
.icon-video-alt:before {
  content: "\e011";
}
.icon-video-chat:before {
  content: "\e010";
}
.icon-view-mode:before {
  content: "\e00f";
}
.icon-vimeo:before {
  content: "\e00e";
}
.icon-vkontakte:before {
  content: "\e10e";
}
.icon-volume-down:before {
  content: "\e00d";
}
.icon-volume-off:before {
  content: "\e00c";
}
.icon-volume-up:before {
  content: "\e00b";
}
.icon-backward:before {
  content: "\e0ab";
}
.icon-fast-backward:before {
  content: "\e09a";
}
.icon-fast-forward:before {
  content: "\e099";
}
.icon-forward:before {
  content: "\e093";
}
.icon-play:before {
  content: "\e05d";
}
.icon-step-backward:before {
  content: "\e02e";
}
.icon-step-forward:before {
  content: "\e02d";
}
.icon-briefcase:before {
  content: "\e10d";
}
.icon-bullhorn:before {
  content: "\e10c";
}
.icon-calendar:before {
  content: "\e10b";
}
.icon-calendar-sign:before {
  content: "\e10a";
}
.icon-address-book:before {
  content: "\e0dd";
}
.icon-address-book-alt:before {
  content: "\e0dc";
}
.icon-adjust:before {
  content: "\e0db";
}
.icon-adult:before {
  content: "\e0da";
}
.icon-align-center:before {
  content: "\e0d9";
}
.icon-align-justify:before {
  content: "\e0d8";
}
.icon-align-left:before {
  content: "\e0d7";
}
.icon-align-right:before {
  content: "\e0d6";
}
.icon-arrow-down:before {
  content: "\e0d5";
}
.icon-arrow-left:before {
  content: "\e0d4";
}
.icon-arrow-right:before {
  content: "\e0af";
}
.icon-arrow-up:before {
  content: "\e0ae";
}
.icon-asl:before {
  content: "\e0ad";
}
.icon-asterisk:before {
  content: "\e0ac";
}
.icon-ban-circle:before {
  content: "\e0aa";
}
.icon-barcode:before {
  content: "\e0d3";
}
.icon-behance:before {
  content: "\e0d2";
}
.icon-bell:before {
  content: "\e0d1";
}
.icon-blind:before {
  content: "\e0d0";
}
.icon-blogger:before {
  content: "\e0cf";
}
.icon-bold:before {
  content: "\e0ce";
}
.icon-book:before {
  content: "\e0f5";
}
.icon-bookmark:before {
  content: "\e0f4";
}
.icon-bookmark-empty:before {
  content: "\e0f3";
}
.icon-braille:before {
  content: "\e0f2";
}
.icon-camera:before {
  content: "\e0a9";
}
.icon-cc:before {
  content: "\e0a8";
}
.icon-certificate:before {
  content: "\e0a7";
}
.icon-check:before {
  content: "\e0a6";
}
.icon-check-empty:before {
  content: "\e0a5";
}
.icon-chevron-down:before {
  content: "\e0a4";
}
.icon-chevron-left:before {
  content: "\e0cd";
}
.icon-chevron-right:before {
  content: "\e0cc";
}
.icon-chevron-up:before {
  content: "\e0cb";
}
.icon-child:before {
  content: "\e0ca";
}
.icon-circle-arrow-down:before {
  content: "\e0c9";
}
.icon-circle-arrow-left:before {
  content: "\e0c8";
}
.icon-circle-arrow-right:before {
  content: "\e0f1";
}
.icon-circle-arrow-up:before {
  content: "\e0f0";
}
.icon-cloud:before {
  content: "\e0ef";
}
.icon-cloud-alt:before {
  content: "\e0ee";
}
.icon-cog:before {
  content: "\e109";
}
.icon-cog-alt:before {
  content: "\e108";
}
.icon-cogs:before {
  content: "\e107";
}
.icon-comment:before {
  content: "\e106";
}
.icon-comment-alt:before {
  content: "\e0a3";
}
.icon-compass:before {
  content: "\e0a2";
}
.icon-compass-alt:before {
  content: "\e0a1";
}
.icon-credit-card:before {
  content: "\e0a0";
}
.icon-css:before {
  content: "\e09f";
}
.icon-dashboard:before {
  content: "\e09e";
}
.icon-delicious:before {
  content: "\e0c7";
}
.icon-deviantart:before {
  content: "\e0c6";
}
.icon-digg:before {
  content: "\e0c5";
}
.icon-download:before {
  content: "\e0c4";
}
.icon-download-alt:before {
  content: "\e0c3";
}
.icon-dribble:before {
  content: "\e0c2";
}
.icon-edit:before {
  content: "\e0ed";
}
.icon-eject:before {
  content: "\e0ec";
}
.icon-envelope:before {
  content: "\e0eb";
}
.icon-envelope-alt:before {
  content: "\e0ea";
}
.icon-error:before {
  content: "\e105";
}
.icon-error-alt:before {
  content: "\e104";
}
.icon-exclamation-sign:before {
  content: "\e103";
}
.icon-eye-close:before {
  content: "\e102";
}
.icon-eye-open:before {
  content: "\e09d";
}
.icon-facebook:before {
  content: "\e09c";
}
.icon-facetime-video:before {
  content: "\e09b";
}
.icon-female:before {
  content: "\e098";
}
.icon-file:before {
  content: "\e0c1";
}
.icon-file-alt:before {
  content: "\e0c0";
}
.icon-file-edit:before {
  content: "\e0bf";
}
.icon-file-edit-alt:before {
  content: "\e0be";
}
.icon-file-new:before {
  content: "\e0bd";
}
.icon-file-new-alt:before {
  content: "\e0bc";
}
.icon-film:before {
  content: "\e0e9";
}
.icon-filter:before {
  content: "\e0e8";
}
.icon-fire:before {
  content: "\e0e7";
}
.icon-flag:before {
  content: "\e0e6";
}
.icon-flag-alt:before {
  content: "\e101";
}
.icon-flickr:before {
  content: "\e100";
}
.icon-folder:before {
  content: "\e0ff";
}
.icon-folder-close:before {
  content: "\e0fe";
}
.icon-folder-open:before {
  content: "\e097";
}
.icon-folder-sign:before {
  content: "\e096";
}
.icon-font:before {
  content: "\e095";
}
.icon-fontsize:before {
  content: "\e094";
}
.icon-forward-alt:before {
  content: "\e092";
}
.icon-foursquare:before {
  content: "\e0bb";
}
.icon-friendfeed:before {
  content: "\e0ba";
}
.icon-friendfeed-rect:before {
  content: "\e0b9";
}
.icon-fullscreen:before {
  content: "\e0b8";
}
.icon-gift:before {
  content: "\e0b7";
}
.icon-github:before {
  content: "\e0b6";
}
.icon-github-text:before {
  content: "\e0e5";
}
.icon-glass:before {
  content: "\e0e4";
}
.icon-glasses:before {
  content: "\e0e3";
}
.icon-globe:before {
  content: "\e0e2";
}
.icon-globe-alt:before {
  content: "\e0fd";
}
.icon-googleplus:before {
  content: "\e0fc";
}
.icon-graph:before {
  content: "\e0fb";
}
.icon-graph-alt:before {
  content: "\e0fa";
}
.icon-group:before {
  content: "\e091";
}
.icon-group-alt:before {
  content: "\e090";
}
.icon-guidedog:before {
  content: "\e08f";
}
.icon-hand-down:before {
  content: "\e08e";
}
.icon-hand-left:before {
  content: "\e08d";
}
.icon-hand-right:before {
  content: "\e08c";
}
.icon-hand-up:before {
  content: "\e0b5";
}
.icon-hdd:before {
  content: "\e0b4";
}
.icon-headphones:before {
  content: "\e0b3";
}
.icon-hearing-impaired:before {
  content: "\e0b2";
}
.icon-heart:before {
  content: "\e0b1";
}
.icon-heart-alt:before {
  content: "\e0b0";
}
.icon-heart-empty:before {
  content: "\e0e1";
}
.icon-home:before {
  content: "\e0e0";
}
.icon-home-alt:before {
  content: "\e0df";
}
.icon-idea:before {
  content: "\e0de";
}
.icon-idea-alt:before {
  content: "\e0f9";
}
.icon-inbox:before {
  content: "\e0f8";
}
.icon-inbox-alt:before {
  content: "\e0f7";
}
.icon-inbox-box:before {
  content: "\e0f6";
}
.icon-indent-left:before {
  content: "\e08b";
}
.icon-indent-right:before {
  content: "\e08a";
}
.icon-info-sign:before {
  content: "\e089";
}
.icon-instagram:before {
  content: "\e088";
}
.icon-iphone-home:before {
  content: "\e087";
}
.icon-italic:before {
  content: "\e086";
}
.icon-key:before {
  content: "\e085";
}
.icon-laptop:before {
  content: "\e084";
}
.icon-laptop-alt:before {
  content: "\e083";
}
.icon-leaf:before {
  content: "\e082";
}
.icon-linkedin:before {
  content: "\e081";
}
.icon-list:before {
  content: "\e080";
}
.icon-list-alt:before {
  content: "\e07f";
}
.icon-lock:before {
  content: "\e07e";
}
.icon-lock-alt:before {
  content: "\e07d";
}
.icon-magnet:before {
  content: "\e07c";
}
.icon-male:before {
  content: "\e07b";
}
.icon-map-marker:before {
  content: "\e07a";
}
.icon-map-marker-alt:before {
  content: "\e079";
}
.icon-mic:before {
  content: "\e078";
}
.icon-mic-alt:before {
  content: "\e077";
}
.icon-minus:before {
  content: "\e076";
}
.icon-minus-sign:before {
  content: "\e075";
}
.icon-pause:before {
  content: "\e06a";
}
.icon-fork:before {
  content: "\e10f";
}
.icon-broom:before {
  content: "\e110";
}
.icon-return-key:before {
  content: "\e111";
}
.icon-lastfm:before {
  content: "\e112";
}
.icon-livejournal:before {
  content: "\e113";
}
.icon-myspace:before {
  content: "\e114";
}
.icon-soundcloud:before {
  content: "\e115";
}
.icon-viadeo:before {
  content: "\e116";
}
.icon-spotify:before {
  content: "\e117";
}
.icon-caret-left:before {
  content: "\e119";
}
.icon-caret-up:before {
  content: "\e02c";
}
.icon-caret-right:before {
  content: "\e118";
}
.icon-caret-down:before {
  content: "\e11a";
}
.fc-webicon {
  display: inline-block;
  background-size: 100%;
  width: 26px;
  height: 26px;
  text-indent: -999em;
  text-align: left;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  margin-bottom: 5px;
  margin-right: 2px;
}
.fc-webicon.small {
  width: 20px;
  height: 20px;
  -webkit-border-radius: -1px;
  -moz-border-radius: -1px;
  border-radius: -1px;
}
.fc-webicon.large {
  width: 48px;
  height: 48px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.fc-webicon.facebook {
  background: url("../social-icons/fc-webicon-facebook.svg");
}
.lt-ie9 .fc-webicon.facebook {
  background: url("../social-icons/fc-webicon-facebook-m.png");
}
.lt-ie9 .fc-webicon.facebook.large {
  background: url("../social-icons/fc-webicon-facebook.png");
}
.lt-ie9 .fc-webicon.facebook.small {
  background: url("../social-icons/fc-webicon-facebook-s.png");
}
.fc-webicon.linkedin {
  background: url("../social-icons/fc-webicon-linkedin.svg");
}
.lt-ie9 .fc-webicon.flickr {
  background: url("../social-icons/fc-webicon-linkedin-m.png");
}
.lt-ie9 .fc-webicon.flickr.large {
  background: url("../social-icons/fc-webicon-linkedin.png");
}
.lt-ie9 .fc-webicon.flickr.small {
  background: url("../social-icons/fc-webicon-linkedin-s.png");
}
.fc-webicon.mail {
  background: url("../social-icons/fc-webicon-mail.svg");
}
.lt-ie9 .fc-webicon.mail {
  background: url("../social-icons/fc-webicon-mail-m.png");
}
.lt-ie9 .fc-webicon.mail.large {
  background: url("../social-icons/fc-webicon-mail.png");
}
.lt-ie9 .fc-webicon.mail.small {
  background: url("../social-icons/fc-webicon-mail-s.png");
}
.fc-webicon.twitter {
  background: url("../social-icons/fc-webicon-twitter.svg");
}
.lt-ie9 .fc-webicon.twitter {
  background: url("../social-icons/fc-webicon-twitter-m.png");
}
.lt-ie9 .fc-webicon.twitter.large {
  background: url("../social-icons/fc-webicon-twitter.png");
}
.lt-ie9 .fc-webicon.twitter.small {
  background: url("../social-icons/fc-webicon-twitter-s.png");
}
.fc-webicon.youtube {
  background: url("../social-icons/fc-webicon-youtube.svg");
}
.lt-ie9 .fc-webicon.youtube {
  background: url("../social-icons/fc-webicon-youtube-m.png");
}
.lt-ie9 .fc-webicon.youtube.large {
  background: url("../social-icons/fc-webicon-youtube.png");
}
.lt-ie9 .fc-webicon.youtube.small {
  background: url("../social-icons/fc-webicon-youtube-s.png");
}
.fc-webicon.tumblr {
  background: url("../social-icons/fc-webicon-tumblr.svg");
}
.lt-ie9 .fc-webicon.tumblr {
  background: url("../social-icons/fc-webicon-tumblr-m.png");
}
.lt-ie9 .fc-webicon.tumblr.large {
  background: url("../social-icons/fc-webicon-tumblr.png");
}
.lt-ie9 .fc-webicon.tumblr.small {
  background: url("../social-icons/fc-webicon-tumblr-s.png");
}
.fc-webicon.instagram {
  background: url("../social-icons/fc-webicon-instagram.svg");
}
.lt-ie9 .fc-webicon.instagram {
  background: url("../social-icons/fc-webicon-instagram-m.png");
}
.lt-ie9 .fc-webicon.instagram.large {
  background: url("../social-icons/fc-webicon-instagram.png");
}
.lt-ie9 .fc-webicon.instagram.small {
  background: url("../social-icons/fc-webicon-instagram-s.png");
}
.fc-webicon.pinterest {
  background: url("../social-icons/fc-webicon-pinterest.svg");
}
.lt-ie9 .fc-webicon.pinterest {
  background: url("../social-icons/fc-webicon-pinterest-m.png");
}
.lt-ie9 .fc-webicon.pinterest.large {
  background: url("../social-icons/fc-webicon-pinterest.png");
}
.lt-ie9 .fc-webicon.pinterest.small {
  background: url("../social-icons/fc-webicon-pinterest-s.png");
}
.fc-webicon.blogger {
  background: url("../social-icons/fc-webicon-blogger.svg");
}
.lt-ie9 .fc-webicon.blogger {
  background: url("../social-icons/fc-webicon-blogger-m.png");
}
.lt-ie9 .fc-webicon.blogger.large {
  background: url("../social-icons/fc-webicon-blogger.png");
}
.lt-ie9 .fc-webicon.blogger.small {
  background: url("../social-icons/fc-webicon-blogger-s.png");
}
.fc-webicon.googleplus {
  background: url("../social-icons/fc-webicon-googleplus.svg");
}
.lt-ie9 .fc-webicon.googleplus {
  background: url("../social-icons/fc-webicon-googleplus-m.png");
}
.lt-ie9 .fc-webicon.googleplus.large {
  background: url("../social-icons/fc-webicon-googleplus.png");
}
.lt-ie9 .fc-webicon.googleplus.small {
  background: url("../social-icons/fc-webicon-googleplus-s.png");
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.btn.dropdown-toggle {
  border: solid 1px rgba(40,40,40,0.2);
  -webkit-box-shadow: inset 0px 12px 5px rgba(0,0,0,0.02);
  -moz-box-shadow: inset 0px 12px 5px rgba(0,0,0,0.02);
  box-shadow: inset 0px 12px 5px rgba(0,0,0,0.02);
  color: #808080;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 10.5px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 23px;
  color: #808080;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  text-decoration: none;
  color: #fff;
  background-color: #004a69;
  background-image: -moz-linear-gradient(top,#005173,#003f5a);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#005173),to(#003f5a));
  background-image: -webkit-linear-gradient(top,#005173,#003f5a);
  background-image: -o-linear-gradient(top,#005173,#003f5a);
  background-image: linear-gradient(to bottom,#005173,#003f5a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff005173', endColorstr='#ff003f59', GradientType=0);
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #004a69;
  background-image: -moz-linear-gradient(top,#005173,#003f5a);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#005173),to(#003f5a));
  background-image: -webkit-linear-gradient(top,#005173,#003f5a);
  background-image: -o-linear-gradient(top,#005173,#003f5a);
  background-image: linear-gradient(to bottom,#005173,#003f5a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff005173', endColorstr='#ff003f59', GradientType=0);
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #dddddd;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: default;
}
.open {
  *z-index: 1000;
}
.open > .dropdown-menu {
  display: block;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.well {
  min-height: 20px;
  padding: 5px 20px;
  margin-top: 16px;
  margin-bottom: 30px;
  background-color: rgba(40,40,40,0.08);
  *zoom: 1;
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0,0,0,0.15);
}
.well:before,
.well:after {
  display: table;
  content: "";
  line-height: 0;
}
.well:after {
  clear: both;
}
.well-large {
  padding: 24px;
}
.well-small {
  padding: 9px;
}
.theme-well-light {
  background-color: rgba(255,255,255,0.1);
}
section .theme-well-yellow {
  background-color: #fff2a6;
}
section .theme-well-yellow p,
section .theme-well-yellow ul,
section .theme-well-yellow li,
section .theme-well-yellow ol {
  color: rgba(40,40,40,0.7);
}
section .theme-well-yellow h1,
section .theme-well-yellow h2,
section .theme-well-yellow h3,
section .theme-well-yellow h4,
section .theme-well-yellow h5 {
  color: rgba(40,40,40,0.9);
}
section .theme-well-gray {
  background-color: #cecece;
}
section .theme-well-gray p,
section .theme-well-gray ul,
section .theme-well-gray li,
section .theme-well-gray ol {
  color: rgba(40,40,40,0.7);
}
section .theme-well-gray h1,
section .theme-well-gray h2,
section .theme-well-gray h3,
section .theme-well-gray h4,
section .theme-well-gray h5 {
  color: rgba(40,40,40,0.9);
}
section .theme-well-white {
  background-color: #FFF;
}
section .theme-well-white p,
section .theme-well-white ul,
section .theme-well-white li,
section .theme-well-white ol {
  color: rgba(40,40,40,0.7);
}
section .theme-well-white h1,
section .theme-well-white h2,
section .theme-well-white h3,
section .theme-well-white h4,
section .theme-well-white h5 {
  color: rgba(40,40,40,0.9);
}
section .theme-well-green {
  background-color: #e1e999;
}
section .theme-well-green p,
section .theme-well-green ul,
section .theme-well-green li,
section .theme-well-green ol {
  color: rgba(40,40,40,0.7);
}
section .theme-well-green h1,
section .theme-well-green h2,
section .theme-well-green h3,
section .theme-well-green h4,
section .theme-well-green h5 {
  color: rgba(40,40,40,0.9);
}
section .theme-well-blue {
  background-color: #b2e1f6;
}
section .theme-well-blue p,
section .theme-well-blue ul,
section .theme-well-blue li,
section .theme-well-blue ol {
  color: rgba(40,40,40,0.7);
}
section .theme-well-blue h1,
section .theme-well-blue h2,
section .theme-well-blue h3,
section .theme-well-blue h4,
section .theme-well-blue h5 {
  color: rgba(40,40,40,0.9);
}
.well-top-image {
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  padding: 0;
}
.well-top-image img {
  width: 100%;
  border-bottom: 2px solid rgba(40,40,40,0.1);
}
.theme-well-light.well-top-image img {
  border-bottom: 2px solid rgba(255,255,255,0.3);
}
.well-top-image-text-wrp {
  padding: 10px 30px;
}
.well-top-image-text-wrp .lead {
  margin: 10px 0 !important;
}
@media (max-width: 1024px) {
  .well-top-image-text-wrp {
    padding: 0;
  }
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -moz-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  -moz-transition: height .35s ease;
  -o-transition: height .35s ease;
  transition: height .35s ease;
}
.collapse.in {
  height: auto;
}
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 23px;
  vertical-align: middle;
  cursor: pointer;
  background-color: #FEFEFE;
  *border: 0;
  *margin-left: .3em;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:focus {
  color: #808080;
  text-decoration: none;
  border-color: #bfbfbf;
  background-color: #F2F2F2;
}
.btn:focus {
  outline: none;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.btn i[class^="icon-"],
.btn em[class^="icon-"],
.btn span[class^="icon-"] {
  font-size: 12.8px;
  opacity: .85;
}
.btn-large {
  padding: 11px 16px;
  font-size: 20px;
}
.btn-large i[class^="icon-"],
.btn-large em[class^="icon-"],
.btn-large span[class^="icon-"] {
  font-size: 16px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}
.btn.btn-small {
  padding: 2px 8px;
  font-size: 14px;
}
.btn.btn-small i {
  font-size: 11.2px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}
.btn.btn-mini {
  padding: 0 6px;
  font-size: 12px;
}
.btn.btn-mini i {
  font-size: 9.6px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255,255,255,0.75);
}
.btn-primary {
  background-color: #005173;
}
.btn-warning {
  background-color: #fbb450;
}
.btn-danger {
  background-color: #ee5f5b;
}
.btn-success {
  background-color: #62c462;
}
.btn-info {
  background-color: #5bc0de;
}
.btn-inverse {
  background-color: #444;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #005173;
}
.btn-link:hover,
.btn-link:focus {
  color: #00090d;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #808080;
  text-decoration: none;
}
.btn-plain {
  border: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-plain:hover,
.btn-plain:focus {
  background-color: transparent;
  border: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  color: #403f3e;
}
.btn-plain:first-child {
  padding-left: 0;
}
.btn-keyline {
  background: #fff;
  border-color: #000;
  color: #000;
  border-width: 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 2px solid #000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-keyline:hover {
  background: #f8f8f8;
}
.btn-stroke {
  margin: 0px;
  border: 0;
  border-bottom: solid 1px #dddddd;
  color: #005173;
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-stroke.btn-mini {
  padding: 5px 12px;
}
.btn-stroke.btn-small {
  padding: 7px 12px;
}
.btn-stroke.btn-regular {
  padding: 9px 12px;
}
.btn-stroke.btn-large {
  padding: 11px 12px;
}
.btn-stroke:first-child {
  border-top: solid 1px #dddddd;
}
.btn-stroke:hover {
  background: #f8f8f8;
  color: #00090d;
  border-color: #dddddd;
}
.bottom-links-wrp .btn.btn-stroke,
.block-bottom-links-full-width .btn.btn-stroke {
  margin: 0px;
}
.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  font-size: 0;
  margin-top: 11.5px;
  margin-bottom: 11.5px;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group > .btn + .btn {
  margin-left: -1px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 16px;
}
.btn-group > .btn-mini {
  font-size: 12px;
}
.btn-group > .btn-small {
  font-size: 14px;
}
.btn-group > .btn-large {
  font-size: 20px;
}
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-left-radius: 2px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  border-bottom-right-radius: 2px;
}
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-left-radius: 2px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #F2F2F2;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #002b73;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #5a5957;
}
.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}
.btn-large .caret {
  margin-top: 6px;
}
.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}
.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px;
}
.dropup .btn-large .caret {
  border-bottom-width: 5px;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group-vertical > .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}
.btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 23px;
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.alert,
.alert h4 {
  color: #c09853;
}
.alert h4 {
  margin: 0;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 23px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success h4 {
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info h4 {
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
.errors {
  padding: 8px 35px 8px 14px;
  margin-bottom: 23px;
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #c09853;
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.nav {
  margin-left: 0;
  margin-bottom: 23px;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #f8f8f8;
}
.nav > li > a > img {
  max-width: none;
}
.nav > .pull-right {
  float: right;
}
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 23px;
  color: #dddddd;
  text-transform: uppercase;
}
.nav li + .nav-header {
  margin-top: 9px;
}
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
}
.nav-list > li > a {
  padding: 3px 15px;
}
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: #fff;
  background-color: #005173;
}
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 10.5px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}
.nav-tabs,
.nav-pills {
  *zoom: 1;
}
.nav-tabs:before,
.nav-tabs:after,
.nav-pills:before,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs > li,
.nav-pills > li {
  float: left;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.nav-tabs {
  margin-bottom: 0;
}
.nav-tabs > li > a {
  padding-left: 20px;
  padding-right: 20px;
  line-height: 23px;
  font-size: 16px;
  font-weight: bold;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  background-color: transparent;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  background-color: transparent;
  cursor: default;
  border-color: #396274;
}
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #fff;
  background-color: #005173;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  margin-right: 0;
}
.nav-tabs.nav-stacked {
  border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
  border-color: #ddd;
  z-index: 2;
}
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.nav .dropdown-toggle .caret {
  border-top-color: #005173;
  border-bottom-color: #005173;
  margin-top: 6px;
}
.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #00090d;
  border-bottom-color: #00090d;
}
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #bfbfbf;
  border-bottom-color: #bfbfbf;
}
.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
  color: #fff;
  background-color: #dddddd;
  border-color: #dddddd;
}
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #dddddd;
}
.tabbable {
  *zoom: 1;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.tabbable:after {
  clear: both;
}
.tab-content {
  overflow: auto;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #f8f8f8 #ddd #f8f8f8 #f8f8f8;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #fff;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #f8f8f8 #f8f8f8 #f8f8f8 #ddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #fff;
}
.nav > .disabled > a {
  color: #dddddd;
}
.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
.pagination {
  margin: 23px 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
.pagination ul > li {
  display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 23px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-left-width: 0;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #dddddd;
  cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #dddddd;
  background-color: transparent;
  cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 16px;
  font-size: 20px;
}
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-mini ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > a,
.pagination-small ul > li:first-child > span {
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-left-radius: 2px;
}
.pagination-mini ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > a,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  border-bottom-right-radius: 2px;
}
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 8px;
  font-size: 14px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 12px;
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  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.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;
}
[class^="theme-"] .popover p {
  color: #808080 !important;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 600px;
  padding: 1px;
  text-align: left;
  background-color: rgba(255,255,255,0.9);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 2px solid #FEFEFE;
  border: 2px solid rgba(255,255,255,0.7);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: rgba(247,247,247,0.9);
  border-bottom: 1px solid rgba(235,235,235,0.9);
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.popover-title:empty {
  display: none;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 9px;
}
.popover .arrow:after {
  border-width: 8px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -9px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(255,255,255,0);
  bottom: -9px;
}
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -8px;
  border-bottom-width: 0;
  border-top-color: rgba(255,255,255,0.9);
}
.popover.right .arrow {
  top: 50%;
  left: -9px;
  margin-top: -9px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(255,255,255,0);
}
.popover.right .arrow:after {
  left: -1px;
  bottom: -8px;
  border-left-width: 0;
  border-right-color: rgba(255,255,255,0.9);
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -9px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(255,255,255,0);
  top: -9px;
}
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -8px;
  border-top-width: 0;
  border-bottom-color: rgba(255,255,255,0.9);
}
.popover.left .arrow {
  top: 50%;
  right: -9px;
  margin-top: -9px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(255,255,255,0);
}
.popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: rgba(255,255,255,0.9);
  bottom: -8px;
}
.accordion-group {
  margin-bottom: 1px;
  border: 0;
}
.accordion-heading {
  border-bottom: 0;
  border: solid 1px rgba(40,40,40,0.2);
}
.accordion-heading a {
  background: rgba(40,40,40,0.15);
  color: rgba(40,40,40,0.7);
}
.accordion-heading a:hover,
.accordion-heading a.active {
  background: rgba(40,40,40,0.5);
  color: #fff;
}
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}
.accordion-toggle {
  cursor: pointer;
}
.accordion-inner {
  padding: 9px 15px;
}
.theme-tab-style-accordion>ul>li {
  width: 100%;
  margin-bottom: 1px;
  display: block;
  float: none;
  border-bottom: 0;
  border: solid 1px rgba(40,40,40,0.2);
}
.theme-tab-style-accordion>ul>li a {
  background: rgba(40,40,40,0.15);
  color: rgba(40,40,40,0.7);
  padding: 8px 15px;
}
.theme-tab-style-accordion>ul>li.active a {
  background: rgba(40,40,40,0.5);
  color: #fff;
}
.bootstrap-select.btn-group,
.bootstrap-select.btn-group[class*="span"] {
  float: none;
  display: inline-block;
  margin-bottom: 10px;
}
.form-search .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.bootstrap-select.btn-group.pull-right,
.bootstrap-select.btn-group[class*="span"].pull-right,
.row-fluid .bootstrap-select.btn-group[class*="span"].pull-right {
  float: right;
}
.input-append .bootstrap-select.btn-group {
  margin-left: -1px;
}
.input-prepend .bootstrap-select.btn-group {
  margin-right: -1px;
}
.bootstrap-select:not([class*="span"]) {
  width: 220px;
}
.bootstrap-select {
  width: 220px \9;
  /*IE8 and below*/
}
.bootstrap-select > .btn {
  width: 100%;
}
.bootstrap-select.show-menu-arrow.open > .btn {
  z-index: 1001;
}
.bootstrap-select .btn:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.btn-group .btn .filter-option {
  overflow: hidden;
  position: absolute;
  left: 12px;
  right: 25px;
  text-align: left;
}
.bootstrap-select.btn-group .btn .caret {
  position: absolute;
  right: 12px;
}
.bootstrap-select.btn-group > .disabled,
.bootstrap-select.btn-group .dropdown-menu li.disabled > a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group[class*="span"] .btn {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  border: 0;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu dt {
  display: block;
  padding: 3px 20px;
  cursor: default;
}
.bootstrap-select.btn-group .div-contain {
  overflow: hidden;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li > a.opt {
  padding-left: 35px;
}
.bootstrap-select.btn-group .dropdown-menu li > a {
  min-height: 20px;
  cursor: pointer;
}
.bootstrap-select.btn-group .dropdown-menu li > dt small {
  font-weight: normal;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a i.check-mark {
  display: inline-block;
  position: absolute;
  right: 15px;
  margin-top: 2.5px;
}
.bootstrap-select.btn-group .dropdown-menu li a i.check-mark {
  display: none;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:hover small,
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:focus small {
  color: #64b1d8;
  color: rgba(255,255,255,0.4);
}
.bootstrap-select.btn-group .dropdown-menu li > dt small {
  font-weight: normal;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #CCC;
  border-bottom-color: rgba(0,0,0,0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid #ccc;
  border-bottom: 0;
  border-top-color: rgba(0,0,0,0.2);
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid #ffffff;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.nav.nav-tabs.hideTabs {
  display: none !important;
}
.tabs-menu .header-wrp.isAccordion {
  border: 0;
  margin-bottom: 0;
}
.tabs-menu .isAccordion h1.section-title-left {
  text-align: center;
  float: none;
  margin-right: 0;
}
.tabs-menu .isAccordion .accordion-heading a {
  position: relative;
}
.tabs-menu .isAccordion .accordion-heading a:before {
  font-family: 'Elusive-Icons';
  content: "\e0a4";
  right: 10px;
  top: 10px;
  position: absolute;
}
.tabs-menu .isAccordion .accordion-heading a.active:before {
  font-family: 'Elusive-Icons';
  content: "\e0cb";
  right: 10px;
  top: 10px;
  position: absolute;
}
.tabs-menu .isAccordion .accordion-inner {
  padding: 0;
}
@media (max-width: 768px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    border: 1px solid #dddddd;
  }
  .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 > thead > tr:last-child > th,
  .table-responsive > table-bordered > tbody > tr:last-child > th,
  .table-responsive > table-bordered > tfoot > tr:last-child > th,
  .table-responsive > table-bordered > thead > tr:last-child > td,
  .table-responsive > table-bordered > tbody > tr:last-child > td,
  .table-responsive > table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
.position-right {
  text-align: right;
}
.position-center {
  text-align: center;
}
.wsnw {
  white-space: nowrap;
}
.theme-bg-img-cover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.lt-ie9 .theme-bg-img-cover {
  -ms-behavior: url('assets/templates/site/css/backgroundsize.min.htc');
}
.side-links-wrp {
  margin-top: 16px;
}
.side-links-wrp .btn {
  margin-right: 12px;
  margin-bottom: 4px;
}
.play-pause i:before {
  content: "\e069";
}
.bottom-links-wrp {
  overflow: hidden;
  margin: 10px 0;
}
.bottom-links-wrp .btn-plain {
  padding-left: 0;
  border: 0;
}
.bottom-links-wrp .btn {
  margin-right: 12px;
  margin-bottom: 10px;
}
.social-icons-wrp {
  margin: 10px 0 8px 0;
}
.block-bottom-links .btn {
  display: block;
  float: left;
  clear: both;
  margin-bottom: 10px;
}
.block-bottom-links .btn-plain {
  padding: 0;
  border: 0;
}
.bottom-links-wrp.text-center a:first-child {
  margin-left: 12px;
}
.block-bottom-links-full-width .btn {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.block-bottom-links-full-width .btn-plain {
  padding: 0;
  border: 0;
}
.block-centered-bottom-links {
  text-align: center;
  white-space: pre-line;
}
.block-centered-bottom-links .btn {
  margin-right: 0;
}
.block-centered-bottom-links .btn-plain {
  padding-right: 0;
}
.block-bottom-links-border .btn {
  display: block;
  float: left;
  clear: both;
  margin-bottom: 0px;
}
.block-bottom-links-border .btn:not(.btn-plain) {
  margin-top: 10px;
}
.block-bottom-links-border .btn-plain {
  width: 100%;
  padding: 4px 12px;
  margin-bottom: 0;
  color: #005173;
  border-bottom: solid 1px #dddddd;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.block-bottom-links-border .btn-plain:first-child {
  border-top: solid 1px #dddddd;
}
.block-bottom-links-border .btn-plain:hover {
  background: #f8f8f8;
  color: #00090d;
  border-color: #dddddd;
}
.block-bottom-links-border .btn-mini {
  padding: 5px 12px;
}
.block-bottom-links-border .btn-small {
  padding: 7px 12px;
}
.block-bottom-links-border .btn-regular {
  padding: 9px 12px;
}
.block-bottom-links-border .btn-large {
  padding: 11px 12px;
}
.stroke {
  border-bottom: solid 2px rgba(40,40,40,0.1);
}
.no-stroke {
  border-bottom: 0;
}
.section-padding {
  padding: 40px 0 40px;
}
.section-padding-small {
  padding: 20px 0 20px;
}
.section-padding-none {
  padding: 0;
}
.section-padding-top-only,
.no-bottom-padding {
  padding-bottom: 0;
}
.section-padding-bottom-only,
.no-top-padding {
  padding-top: 0;
}
.image-border {
  text-align: center;
  border: solid 5px #dddddd;
}
.image-border img {
  width: 100%;
}
.image-play-video img {
  display: inline-block;
  width: 100%;
}
.image-play-video a,
a.image-play-video {
  position: relative;
  text-align: center;
  background-color: #000000;
  border: 0;
}
.image-play-video a:before,
a.image-play-video:before {
  font-family: 'Elusive-Icons';
  content: "\e05b";
  position: absolute;
  opacity: .5;
  top: 50%;
  left: 50%;
  margin-top: 0;
  margin-left: -32px;
  font-size: 64px;
  color: #fff;
  text-shadow: 0px 0px 1px #000;
}
.image-play-video a:hover:before,
a.image-play-video:hover:before {
  opacity: 1;
  text-shadow: 0px 0px 1px rgba(0,0,0,0.75);
}
.hide-from-screen {
  position: absolute;
  left: -9999px;
}
@-ms-viewport {
  width: device-width;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .row {
    margin-left: -30px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 30px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1170px;
  }
  .span12 {
    width: 1170px;
  }
  .span11 {
    width: 1070px;
  }
  .span10 {
    width: 970px;
  }
  .span9 {
    width: 870px;
  }
  .span8 {
    width: 770px;
  }
  .span7 {
    width: 670px;
  }
  .span6 {
    width: 570px;
  }
  .span5 {
    width: 470px;
  }
  .span4 {
    width: 370px;
  }
  .span3 {
    width: 270px;
  }
  .span2 {
    width: 170px;
  }
  .span1 {
    width: 70px;
  }
  .offset12 {
    margin-left: 1230px;
  }
  .offset11 {
    margin-left: 1130px;
  }
  .offset10 {
    margin-left: 1030px;
  }
  .offset9 {
    margin-left: 930px;
  }
  .offset8 {
    margin-left: 830px;
  }
  .offset7 {
    margin-left: 730px;
  }
  .offset6 {
    margin-left: 630px;
  }
  .offset5 {
    margin-left: 530px;
  }
  .offset4 {
    margin-left: 430px;
  }
  .offset3 {
    margin-left: 330px;
  }
  .offset2 {
    margin-left: 230px;
  }
  .offset1 {
    margin-left: 130px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 33px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.5641025641026%;
    *margin-left: 2.5109110747409%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.5641025641026%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.946808510638%;
  }
  .row-fluid .span11 {
    width: 91.489361702128%;
    *width: 91.436170212766%;
  }
  .row-fluid .span10 {
    width: 82.978723404255%;
    *width: 82.925531914894%;
  }
  .row-fluid .span9 {
    width: 74.468085106383%;
    *width: 74.414893617021%;
  }
  .row-fluid .span8 {
    width: 65.957446808511%;
    *width: 65.904255319149%;
  }
  .row-fluid .span7 {
    width: 57.446808510638%;
    *width: 57.393617021277%;
  }
  .row-fluid .span6 {
    width: 48.936170212766%;
    *width: 48.882978723404%;
  }
  .row-fluid .span5 {
    width: 40.425531914894%;
    *width: 40.372340425532%;
  }
  .row-fluid .span4 {
    width: 31.914893617021%;
    *width: 31.86170212766%;
  }
  .row-fluid .span3 {
    width: 23.404255319149%;
    *width: 23.351063829787%;
  }
  .row-fluid .span2 {
    width: 14.893617021277%;
    *width: 14.840425531915%;
  }
  .row-fluid .span1 {
    width: 6.3829787234043%;
    *width: 6.3297872340426%;
  }
  .row-fluid .offset12 {
    margin-left: 105.12820512821%;
    *margin-left: 105.02182214948%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.5641025641%;
    *margin-left: 102.45771958538%;
  }
  .row-fluid .offset11 {
    margin-left: 95.744680851064%;
    *margin-left: 95.63829787234%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 93.617021276596%;
    *margin-left: 93.510638297872%;
  }
  .row-fluid .offset10 {
    margin-left: 87.234042553191%;
    *margin-left: 87.127659574468%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.106382978723%;
    *margin-left: 85%;
  }
  .row-fluid .offset9 {
    margin-left: 78.723404255319%;
    *margin-left: 78.617021276596%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 76.595744680851%;
    *margin-left: 76.489361702128%;
  }
  .row-fluid .offset8 {
    margin-left: 70.212765957447%;
    *margin-left: 70.106382978723%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.085106382979%;
    *margin-left: 67.978723404255%;
  }
  .row-fluid .offset7 {
    margin-left: 61.702127659574%;
    *margin-left: 61.595744680851%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.574468085106%;
    *margin-left: 59.468085106383%;
  }
  .row-fluid .offset6 {
    margin-left: 53.191489361702%;
    *margin-left: 53.085106382979%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.063829787234%;
    *margin-left: 50.957446808511%;
  }
  .row-fluid .offset5 {
    margin-left: 44.68085106383%;
    *margin-left: 44.574468085106%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.553191489362%;
    *margin-left: 42.446808510638%;
  }
  .row-fluid .offset4 {
    margin-left: 36.170212765957%;
    *margin-left: 36.063829787234%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.042553191489%;
    *margin-left: 33.936170212766%;
  }
  .row-fluid .offset3 {
    margin-left: 27.659574468085%;
    *margin-left: 27.553191489362%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.531914893617%;
    *margin-left: 25.425531914894%;
  }
  .row-fluid .offset2 {
    margin-left: 19.148936170213%;
    *margin-left: 19.042553191489%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.021276595745%;
    *margin-left: 16.914893617021%;
  }
  .row-fluid .offset1 {
    margin-left: 10.63829787234%;
    *margin-left: 10.531914893617%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.5106382978723%;
    *margin-left: 8.4042553191489%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 30px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 1156px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 1056px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 956px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 856px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 756px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 656px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 556px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 456px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 356px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 256px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 156px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 56px;
  }
  .thumbnails {
    margin-left: -30px;
  }
  .thumbnails > li {
    margin-left: 30px;
  }
  .row-fluid .thumbnails {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 724px;
  }
  .span12 {
    width: 724px;
  }
  .span11 {
    width: 662px;
  }
  .span10 {
    width: 600px;
  }
  .span9 {
    width: 538px;
  }
  .span8 {
    width: 476px;
  }
  .span7 {
    width: 414px;
  }
  .span6 {
    width: 352px;
  }
  .span5 {
    width: 290px;
  }
  .span4 {
    width: 228px;
  }
  .span3 {
    width: 166px;
  }
  .span2 {
    width: 104px;
  }
  .span1 {
    width: 42px;
  }
  .offset12 {
    margin-left: 764px;
  }
  .offset11 {
    margin-left: 702px;
  }
  .offset10 {
    margin-left: 640px;
  }
  .offset9 {
    margin-left: 578px;
  }
  .offset8 {
    margin-left: 516px;
  }
  .offset7 {
    margin-left: 454px;
  }
  .offset6 {
    margin-left: 392px;
  }
  .offset5 {
    margin-left: 330px;
  }
  .offset4 {
    margin-left: 268px;
  }
  .offset3 {
    margin-left: 206px;
  }
  .offset2 {
    margin-left: 144px;
  }
  .offset1 {
    margin-left: 82px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 33px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.7624309392265%;
    *margin-left: 2.7092394498648%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.7624309392265%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.946808510638%;
  }
  .row-fluid .span11 {
    width: 91.452991452991%;
    *width: 91.39979996363%;
  }
  .row-fluid .span10 {
    width: 82.905982905983%;
    *width: 82.852791416621%;
  }
  .row-fluid .span9 {
    width: 74.358974358974%;
    *width: 74.305782869613%;
  }
  .row-fluid .span8 {
    width: 65.811965811966%;
    *width: 65.758774322604%;
  }
  .row-fluid .span7 {
    width: 57.264957264957%;
    *width: 57.211765775596%;
  }
  .row-fluid .span6 {
    width: 48.717948717949%;
    *width: 48.664757228587%;
  }
  .row-fluid .span5 {
    width: 40.17094017094%;
    *width: 40.117748681578%;
  }
  .row-fluid .span4 {
    width: 31.623931623932%;
    *width: 31.57074013457%;
  }
  .row-fluid .span3 {
    width: 23.076923076923%;
    *width: 23.023731587561%;
  }
  .row-fluid .span2 {
    width: 14.529914529915%;
    *width: 14.476723040553%;
  }
  .row-fluid .span1 {
    width: 5.982905982906%;
    *width: 5.9297144935443%;
  }
  .row-fluid .offset12 {
    margin-left: 105.52486187845%;
    *margin-left: 105.41847889973%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.76243093923%;
    *margin-left: 102.6560479605%;
  }
  .row-fluid .offset11 {
    margin-left: 96.581196581197%;
    *margin-left: 96.474813602473%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.017094017094%;
    *margin-left: 93.910711038371%;
  }
  .row-fluid .offset10 {
    margin-left: 88.034188034188%;
    *margin-left: 87.927805055465%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.470085470085%;
    *margin-left: 85.363702491362%;
  }
  .row-fluid .offset9 {
    margin-left: 79.487179487179%;
    *margin-left: 79.380796508456%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 76.923076923077%;
    *margin-left: 76.816693944354%;
  }
  .row-fluid .offset8 {
    margin-left: 70.940170940171%;
    *margin-left: 70.833787961448%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.376068376068%;
    *margin-left: 68.269685397345%;
  }
  .row-fluid .offset7 {
    margin-left: 62.393162393162%;
    *margin-left: 62.286779414439%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.82905982906%;
    *margin-left: 59.722676850336%;
  }
  .row-fluid .offset6 {
    margin-left: 53.846153846154%;
    *margin-left: 53.73977086743%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.282051282051%;
    *margin-left: 51.175668303328%;
  }
  .row-fluid .offset5 {
    margin-left: 45.299145299145%;
    *margin-left: 45.192762320422%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.735042735043%;
    *margin-left: 42.628659756319%;
  }
  .row-fluid .offset4 {
    margin-left: 36.752136752137%;
    *margin-left: 36.645753773413%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.188034188034%;
    *margin-left: 34.081651209311%;
  }
  .row-fluid .offset3 {
    margin-left: 28.205128205128%;
    *margin-left: 28.098745226405%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.641025641026%;
    *margin-left: 25.534642662302%;
  }
  .row-fluid .offset2 {
    margin-left: 19.65811965812%;
    *margin-left: 19.551736679396%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.094017094017%;
    *margin-left: 16.987634115294%;
  }
  .row-fluid .offset1 {
    margin-left: 11.111111111111%;
    *margin-left: 11.004728132388%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.5470085470085%;
    *margin-left: 8.4406255682851%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 710px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 648px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 586px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 524px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 462px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 400px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 338px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 276px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 214px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 152px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 90px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 28px;
  }
}
@media (max-width: 767px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-left: -20px;
    margin-right: -20px;
  }
  .container-fluid {
    padding: 0;
  }
  .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-left: 0;
  }
  .container {
    width: auto;
  }
  .row-fluid {
    width: 100%;
  }
  .row,
  .thumbnails {
    margin-left: 0;
  }
  .thumbnails > li {
    float: none;
    margin-left: 0;
  }
  [class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .span12,
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*="offset"]:first-child {
    margin-left: 0;
  }
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 33px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }
  .modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
  }
  .modal.fade {
    top: -100px;
  }
  .modal.fade.in {
    top: 20px;
  }
}
@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0,0,0);
  }
  .page-header h1 small {
    display: block;
    line-height: 23px;
  }
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }
  .media .pull-left,
  .media .pull-right {
    float: none;
    display: block;
    margin-bottom: 10px;
  }
  .media-object {
    margin-right: 0;
    margin-left: 0;
  }
  .modal {
    top: 10px;
    left: 10px;
    right: 10px;
  }
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  .carousel-caption {
    position: static;
  }
}
@media (max-width: 979px) {
  body {
    padding-top: 0;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static;
  }
  .navbar-fixed-top {
    margin-bottom: 23px;
  }
  .navbar-fixed-bottom {
    margin-top: 23px;
  }
  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    padding: 5px;
  }
  .navbar .container {
    width: auto;
    padding: 0;
  }
  .navbar .brand {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 0 -5px;
  }
  .nav-collapse {
    clear: both;
  }
  .nav-collapse .nav {
    float: none;
    margin: 0 0 11.5px;
  }
  .nav-collapse .nav > li {
    float: none;
  }
  .nav-collapse .nav > li > a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > .divider-vertical {
    display: none;
  }
  .nav-collapse .nav .nav-header {
    color: #777;
    text-shadow: none;
  }
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    font-weight: bold;
    color: #777;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .nav > li > a:focus,
  .nav-collapse .dropdown-menu a:hover,
  .nav-collapse .dropdown-menu a:focus {
    background-color: #f2f2f2;
  }
  .navbar-inverse .nav-collapse .nav > li > a,
  .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #dddddd;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover,
  .navbar-inverse .nav-collapse .nav > li > a:focus,
  .navbar-inverse .nav-collapse .dropdown-menu a:hover,
  .navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background-color: #111111;
  }
  .nav-collapse.in .btn-group {
    margin-top: 5px;
    padding: 0;
  }
  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    float: none;
    display: none;
    max-width: none;
    margin: 0 15px;
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .nav-collapse .open > .dropdown-menu {
    display: block;
  }
  .nav-collapse .dropdown-menu:before,
  .nav-collapse .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .dropdown-menu .divider {
    display: none;
  }
  .nav-collapse .nav > li > .dropdown-menu:before,
  .nav-collapse .nav > li > .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
    float: none;
    padding: 11.5px 15px;
    margin: 11.5px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
  }
  .navbar-inverse .nav-collapse .navbar-form,
  .navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #111111;
    border-bottom-color: #111111;
  }
  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }
  .nav-collapse,
  .nav-collapse.collapse {
    overflow: hidden;
    height: 0;
  }
  .navbar .btn-navbar {
    display: block;
  }
  .navbar-static .navbar-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 980px) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}
.tab-pane .met-row {
  padding: 0;
}
.tabs-menu .tab-pane .met-row {
  padding: 0;
}
.tabs-menu h1 {
  margin-bottom: 20px;
}
.tabs-menu h1.section-title-left {
  float: left;
  margin-right: 100px;
  margin-bottom: 6px;
}
.tabs-menu .header-wrp {
  margin: 0;
  padding: 0px 0 0 0;
}
.tabs-menu .tabs-align-center {
  text-align: center;
}
.tabs-menu .tabs-align-right {
  text-align: right;
}
.tabs-menu .theme-tab-style-tabs .nav {
  border-bottom: solid 1px rgba(40,40,40,0.2);
}
.tabs-menu .theme-tab-style-tabs .nav li {
  margin-bottom: -1px;
  display: inline-block;
  float: none;
}
.tabs-menu .theme-tab-style-tabs .nav li > a {
  font-weight: normal;
  border: 1px solid transparent;
  color: rgba(40,40,40,0.7);
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.tabs-menu .theme-tab-style-tabs .nav li > a:hover,
.tabs-menu .theme-tab-style-tabs .nav li > a:focus {
  color: #396274;
}
.tabs-menu .theme-tab-style-tabs .nav li.active > a,
.tabs-menu .theme-tab-style-tabs .nav li.active > a:hover,
.tabs-menu .theme-tab-style-tabs .nav li.active > a:focus {
  color: #396274;
  border: 1px solid rgba(40,40,40,0.2);
  border-bottom-color: transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.tabs-menu .theme-tab-style-pills {
  padding-bottom: 0;
}
.tabs-menu .theme-tab-style-pills .nav li {
  display: inline-block;
  float: none;
}
.tabs-menu .theme-tab-style-pills .nav li > a {
  font-weight: normal;
  border: 1px solid rgba(40,40,40,0.2);
  color: rgba(40,40,40,0.7);
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}
.tabs-menu .theme-tab-style-pills .nav li > a:hover,
.tabs-menu .theme-tab-style-pills .nav li > a:focus {
  color: #396274;
}
.tabs-menu .theme-tab-style-pills .nav li.active > a,
.tabs-menu .theme-tab-style-pills .nav li.active > a:hover,
.tabs-menu .theme-tab-style-pills .nav li.active > a:focus {
  color: #396274;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  background: #f7f7f7;
}
.tabs-menu .theme-tab-style-boxed .nav {
  display: block;
  float: none;
  margin: 0;
  padding: 0;
}
.tabs-menu .theme-tab-style-boxed .nav>li>a {
  position: relative;
  text-align: center;
  color: rgba(40,40,40,0.7);
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0;
  background: #f8f8f8;
  border: 1px solid #dddddd;
}
.tabs-menu .theme-tab-style-boxed .nav>li>a span {
  top: 50%;
  position: relative;
  display: block;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tabs-menu .theme-tab-style-boxed .nav>li>a:hover {
  background: rgba(90,89,87,0.12);
}
.tabs-menu .theme-tab-style-boxed .nav>li.active>a {
  background: rgba(40,40,40,0.5);
  color: #fff;
  border: solid 1px rgba(40,40,40,0.3);
}
.tabs-menu .theme-tab-style-boxed .nav>li.active>a:after,
.tabs-menu .theme-tab-style-boxed .nav>li.active>a:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: rgba(40,40,40,0.5);
  border-width: 10px;
  margin-left: -10px;
}
.tabs-menu .theme-tab-style-underlined {
  border-bottom: solid 2px rgba(40,40,40,0.08);
}
.tabs-menu .theme-tab-style-underlined .nav {
  float: left;
}
.tabs-menu .theme-tab-style-underlined .nav li {
  display: inline-block;
  float: none;
}
.tabs-menu .theme-tab-style-underlined .nav>li>a {
  padding: 8px 20px 16px;
  font-size: 21px;
  font-weight: normal;
  color: rgba(40,40,40,0.5);
}
.tabs-menu .theme-tab-style-underlined .nav>li.active>a {
  border-bottom: solid 10px rgba(90,89,87,0.8);
  color: #282828;
}
.tabs-menu .theme-tab-style-accordion .nav>li>a {
  display: block;
}
.tabs-menu .theme-tab-style-accordion .accordion-inner {
  padding: 0;
}
.tabs-menu .theme-tab-style-boxed .accordion-inner,
.tabs-menu .theme-tab-style-boxed .accordion-inner .container {
  padding: 0;
}
body #sb-site,
body .sb-site-container {
  min-height: auto;
}
@media (max-width: 979px) {
  body #sb-site,
  body .sb-site-container {
    min-height: 100vh;
  }
}
.SectionGenericBlockItem-ContentBlock .navSlides {
  margin: 0;
  padding: 0;
}
.SectionGenericBlockItem-ContentBlock .regular-flexslider .flexslider,
.SectionGenericBlockItem-ContentBlock .flexslider-controls-carousel .flexslider {
  border-color: #dddddd;
}
.SectionGenericBlockItem-ComplexBlock .header h1,
.SectionGenericBlockItem-ContentBlock .header h1,
.SectionGenericBlockItem-FooterBlock .header h1 {
  float: left;
}
.SectionGenericBlockItem-ComplexBlock .header .side-links-wrp,
.SectionGenericBlockItem-ContentBlock .header .side-links-wrp,
.SectionGenericBlockItem-FooterBlock .header .side-links-wrp {
  float: right;
}
.SectionGenericBlockItem-BrandBlock h1 {
  opacity: 0.9;
  line-height: 1;
  width: 100%;
  font-weight: bold;
}
.SectionGenericBlockItem-BrandBlock h1 span {
  display: block;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}
.SectionGenericBlockItem-BrandBlock .vertical-middle-wrp {
  display: table;
  width: 100%;
}
.SectionGenericBlockItem-BrandBlock .vertical-middle {
  display: table-cell;
  vertical-align: middle;
  padding: 5% 0 5% 0;
}
.SectionGenericBlockItem-BrandBlock .header-lead {
  font-size: 25.6px;
  margin-bottom: 0;
}
.SectionGenericBlockItem-BrandCarouselBlock h1,
.SectionGenericBlockItem-BrandBlockMultiple h1 {
  line-height: 1;
  width: 100%;
}
.SectionGenericBlockItem-BrandCarouselBlock h1 span,
.SectionGenericBlockItem-BrandBlockMultiple h1 span {
  display: block;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}
.SectionGenericBlockItem-FooterBlock {
  background: #2c333a;
  position: relative;
  width: 100%;
  line-height: 18px;
}
.SectionGenericBlockItem-FooterBlock div[class^='span'] p {
  font-size: 12px;
}
.SectionGenericBlockItem-FooterBlock p {
  margin: 8px 0;
  color: #a1a1a1;
}
.SectionGenericBlockItem-FooterBlock h1,
.SectionGenericBlockItem-FooterBlock h2 {
  font-size: 12px;
  color: #a1a1a1;
  line-height: 18px;
}
.SectionGenericBlockItem-FooterBlock h3 {
  font-size: 14px;
  color: #a1a1a1;
  line-height: 18px;
}
.SectionGenericBlockItem-FooterBlock h4 {
  font-size: 14px;
  color: #a1a1a1;
  text-transform: none;
  line-height: 18px;
}
.SectionGenericBlockItem-FooterBlock h5 {
  font-size: 14px;
  color: #a1a1a1;
  font-weight: bold;
}
.SectionGenericBlockItem-FooterBlock a {
  color: #b7b7b7 !important;
}
.SectionGenericBlockItem-FooterBlock a:hover {
  color: white !important;
}
.SectionGenericBlockItem-FooterBlock .openClose {
  display: none;
  float: right;
  font-size: 10px;
  margin-right: 20px;
}
.SectionGenericBlockItem-FooterBlock .btn-plain {
  font-size: 12px;
  margin-bottom: 2px;
  line-height: 18px;
}
.SectionGenericBlockItem-FooterBlock .btn-plain i {
  font-size: 8px;
}
.SectionGenericBlockItem-FooterBlock .bottom-links-wrp {
  margin: 8px 0 0 0;
}
.SectionGenericBlockItem-FooterBlock .footer-breadcrumbs {
  font-size: 12px;
  color: #a1a1a1;
  line-height: 17px;
}
@media (max-width: 767px) {
  .SectionGenericBlockItem-FooterBlock .footer-breadcrumbs {
    width: 60%;
  }
}
.SectionGenericBlockItem-FooterBlock .footer-breadcrumbs i {
  font-size: 10px;
  display: inline-block;
}
.SectionGenericBlockItem-FooterBlock .footer-breadcrumbs i.icon-humber-logo {
  background: url(../../../../assets/templates/site/img/corp-footer-logo-white.png) no-repeat center center;
  width: 100px;
  height: 20px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.SectionGenericBlockItem-FooterBlock .footer-breadcrumbs i.icon-humber-logo:hover,
.SectionGenericBlockItem-FooterBlock .footer-breadcrumbs i.icon-humber-logo:focus {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}
.SectionGenericBlockItem-FooterBlock .footer-breadcrumbs i.icon-humber-logo-footer {
  background: url(../../../../assets/templates/site/img/corp-footer-logo-white.png) no-repeat center center;
  width: 100px;
  height: 20px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.SectionGenericBlockItem-FooterBlock .footer-breadcrumbs i.icon-humber-logo-footer:hover,
.SectionGenericBlockItem-FooterBlock .footer-breadcrumbs i.icon-humber-logo-footer:focus {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}
.SectionGenericBlockItem-FooterBlock .footer-breadcrumbs a {
  display: inline-block;
  float: left;
  cursor: pointer;
}
.SectionGenericBlockItem-FooterBlock .footer-breadcrumbs a i.icon-breadcrumbs-arrow {
  background: url(../../../../assets/templates/site/img/arrow-right-hover.png) no-repeat center center;
  width: 19px;
  height: 19px;
  margin: 0 7px 0 3px;
  float: left;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.SectionGenericBlockItem-FooterBlock .footer-breadcrumbs a:hover i.icon-breadcrumbs-arrow {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}
.SectionGenericBlockItem-FooterBlock .footer-breadcrumbs a h1 {
  margin: 0;
  padding: 0;
  color: #a1a1a1;
}
.SectionGenericBlockItem-FooterBlock .footer-breadcrumbs a h1:hover {
  color: #fff;
}
.SectionGenericBlockItem-FooterBlock .footer-breadcrumbs .site-name strong {
  margin-top: 2px;
  display: inline-block;
}
.SectionGenericBlockItem-FooterBlock .footer-breadcrumbs .program-name strong {
  margin-top: 2px;
  color: #FFF;
  display: inline-block;
}
.SectionGenericBlockItem-FooterBlock .footer-breadcrumbs .clear {
  clear: both;
}
.SectionGenericBlockItem-FooterBlock .site-footer-wrp {
  padding-bottom: 20px;
  position: relative;
}
@media all and (max-width: 767px) {
  .SectionGenericBlockItem-FooterBlock div[class^='span'] h3:hover {
    color: #0099d9;
    cursor: pointer;
  }
  .SectionGenericBlockItem-FooterBlock .openClose {
    display: block;
  }
}
.SectionGenericBlockItem-FooterBlock.program-footer .site-footer-wrp {
  padding-bottom: 0;
}
.SectionGenericBlockItem-FooterBlock.program-footer .nav-tabs li a {
  background: #d1cfcf;
  color: #000 !important;
  border-radius: 0;
  font-weight: normal;
  font-size: 15px;
  margin-right: 5px;
  padding: 8px 20px;
}
.SectionGenericBlockItem-FooterBlock.program-footer .nav-tabs li a.active {
  background: #FFF;
}
.SectionGenericBlockItem-FooterBlock.program-footer .nav-tabs li.how-to-apply {
  float: right;
}
.SectionGenericBlockItem-FooterBlock.program-footer .nav-tabs li.how-to-apply a {
  background: #ca2869;
  color: #FFF !important;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .SectionGenericBlockItem-FooterBlock.program-footer .nav-tabs li {
    display: block;
    float: none;
    margin-bottom: 1px;
    margin-right: 0px;
  }
  .SectionGenericBlockItem-FooterBlock.program-footer .nav-tabs li a {
    margin-right: 0px;
  }
  .SectionGenericBlockItem-FooterBlock.program-footer .nav-tabs li a em {
    float: right;
    display: block;
    padding-top: 5px;
  }
  .SectionGenericBlockItem-FooterBlock.program-footer .nav-tabs li.how-to-apply {
    float: none;
  }
}
.SectionGenericBlockItem-FooterBlock.program-footer .nav-tabs.nav-spaced {
  margin-bottom: 80px;
}
.SectionGenericBlockItem-FooterBlock.program-footer .program-footer-tabs-wrp {
  font-family: 'Gudea', sans-serif;
}
.SectionGenericBlockItem-FooterBlock.program-footer .program-footer-tabs-wrp h2 {
  font-size: 18px;
  margin-top: 26px;
  text-transform: uppercase;
}
.SectionGenericBlockItem-FooterBlock.program-footer .program-footer-tabs-wrp h2 span {
  font-size: 14px;
  line-height: 36px;
}
.SectionGenericBlockItem-FooterBlock.program-footer .program-footer-data-wrp,
.SectionGenericBlockItem-FooterBlock.program-footer .footer-data {
  background: #FFF;
  font-family: 'Gudea', sans-serif;
  color: #000;
  font-size: 13px;
}
.SectionGenericBlockItem-FooterBlock.program-footer .program-footer-data-wrp p,
.SectionGenericBlockItem-FooterBlock.program-footer .program-footer-data-wrp td,
.SectionGenericBlockItem-FooterBlock.program-footer .program-footer-data-wrp th,
.SectionGenericBlockItem-FooterBlock.program-footer .program-footer-data-wrp h1,
.SectionGenericBlockItem-FooterBlock.program-footer .program-footer-data-wrp h2,
.SectionGenericBlockItem-FooterBlock.program-footer .program-footer-data-wrp h3,
.SectionGenericBlockItem-FooterBlock.program-footer .program-footer-data-wrp h4,
.SectionGenericBlockItem-FooterBlock.program-footer .program-footer-data-wrp h5,
.SectionGenericBlockItem-FooterBlock.program-footer .program-footer-data-wrp ul,
.SectionGenericBlockItem-FooterBlock.program-footer .program-footer-data-wrp li,
.SectionGenericBlockItem-FooterBlock.program-footer .program-footer-data-wrp span,
.SectionGenericBlockItem-FooterBlock.program-footer .footer-data p,
.SectionGenericBlockItem-FooterBlock.program-footer .footer-data td,
.SectionGenericBlockItem-FooterBlock.program-footer .footer-data th,
.SectionGenericBlockItem-FooterBlock.program-footer .footer-data h1,
.SectionGenericBlockItem-FooterBlock.program-footer .footer-data h2,
.SectionGenericBlockItem-FooterBlock.program-footer .footer-data h3,
.SectionGenericBlockItem-FooterBlock.program-footer .footer-data h4,
.SectionGenericBlockItem-FooterBlock.program-footer .footer-data h5,
.SectionGenericBlockItem-FooterBlock.program-footer .footer-data ul,
.SectionGenericBlockItem-FooterBlock.program-footer .footer-data li,
.SectionGenericBlockItem-FooterBlock.program-footer .footer-data span {
  color: #000;
  font-size: 13px;
}
.SectionGenericBlockItem-FooterBlock.program-footer .program-footer-data-wrp a,
.SectionGenericBlockItem-FooterBlock.program-footer .footer-data a {
  color: #0099d9 !important;
}
.SectionGenericBlockItem-FooterBlock.program-footer .program-footer-data-wrp h1,
.SectionGenericBlockItem-FooterBlock.program-footer .footer-data h1 {
  font-size: 19px;
}
.SectionGenericBlockItem-FooterBlock.program-footer .program-footer-data-wrp h2,
.SectionGenericBlockItem-FooterBlock.program-footer .footer-data h2 {
  font-size: 17px;
}
.SectionGenericBlockItem-FooterBlock.program-footer .program-footer-data-wrp h3,
.SectionGenericBlockItem-FooterBlock.program-footer .footer-data h3 {
  font-size: 15px;
}
.SectionGenericBlockItem-FooterBlock.program-footer .program-footer-data-wrp h4,
.SectionGenericBlockItem-FooterBlock.program-footer .footer-data h4 {
  font-size: 13px;
}
.SectionGenericBlockItem-FooterBlock.program-footer .program-footer-data-wrp table,
.SectionGenericBlockItem-FooterBlock.program-footer .footer-data table {
  margin: 12px 0 18px 0;
}
.SectionGenericBlockItem-FooterBlock.program-footer .program-footer-data-wrp table thead td,
.SectionGenericBlockItem-FooterBlock.program-footer .program-footer-data-wrp table thead th,
.SectionGenericBlockItem-FooterBlock.program-footer .footer-data table thead td,
.SectionGenericBlockItem-FooterBlock.program-footer .footer-data table thead th {
  color: #5a5957;
}
.SectionGenericBlockItem-NewsCarouselBlock .container p {
  margin: 8px 0;
}
.SectionGenericBlockItem-TimelineBlock {
  padding-bottom: 10px;
}
.SectionGenericBlockItem-TimelineBlock.theme-timeline-dark {
  background: #1A1A1A;
}
@media (min-width: 769px) {
  section.SectionGenericBlockItem-ContentBlock>.met-container {
    padding: 0;
  }
}
.SectionGenericBlockItem-ColumnsBlock .container:not(.columnsHeader)>.row>[class*="span"] {
  margin-left: 0;
  margin-right: 0;
}
.SectionGenericBlockItem-ColumnsBlock .container>.row>.span1 {
  width: 8.33333333%;
}
.SectionGenericBlockItem-ColumnsBlock .container>.row>.span2 {
  width: 16.6666667%;
}
.SectionGenericBlockItem-ColumnsBlock .container>.row>.span3 {
  width: 25%;
}
.SectionGenericBlockItem-ColumnsBlock .container>.row>.span4 {
  width: 33.3333333%;
}
.SectionGenericBlockItem-ColumnsBlock .container>.row>.span5 {
  width: 41.66666663%;
}
.SectionGenericBlockItem-ColumnsBlock .container>.row>.span6 {
  width: 50%;
}
.SectionGenericBlockItem-ColumnsBlock .container>.row>.span7 {
  width: 58.33333333%;
}
.SectionGenericBlockItem-ColumnsBlock .container>.row>.span8 {
  width: 66.6666667%;
}
.SectionGenericBlockItem-ColumnsBlock .container>.row>.span9 {
  width: 75%;
}
.SectionGenericBlockItem-ColumnsBlock .container>.row>.span10 {
  width: 83.3333333%;
}
.SectionGenericBlockItem-ColumnsBlock .container>.row>.span11 {
  width: 91.66666667%;
}
.SectionGenericBlockItem-ColumnsBlock .container>.row>.span12 {
  width: 100%;
}
.SectionGenericBlockItem-ColumnsBlock .row {
  margin-left: -30px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .SectionGenericBlockItem-ColumnsBlock .container:not(.columnsHeader)>.row>[class*="span"] {
    margin-left: -10px;
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .SectionGenericBlockItem-ColumnsBlock .row {
    margin-left: 0px;
  }
  .SectionGenericBlockItem-ColumnsBlock .met-container {
    padding: 0;
  }
  .SectionGenericBlockItem-ColumnsBlock .container>.row>[class*="span"] {
    width: 100%;
  }
}
.SectionGenericBlockItem-ParallaxBlock {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
}
.brand-flexslider {
  position: relative;
}
.brand-flexslider .rich-text {
  margin-bottom: 20px;
}
.brand-flexslider .rich-text img {
  width: auto;
}
.brand-flexslider .flexslider {
  border: 0;
  margin: 0;
  padding: 0;
  background-color: transparent;
}
.brand-flexslider .flexslider .slides li {
  position: relative;
}
.brand-flexslider .flexslider .slides li .text-wrp {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
}
.brand-flexslider .flexslider .slides li .text-wrp-no-image {
  background-size: cover;
}
.brand-flexslider .flexslider .slides li .space-around {
  padding: 5%;
}
.brand-flexslider .flexslider .slides li .image-play-video a {
  display: inline-block;
}
.brand-flexslider .flexslider .slides li h1 {
  line-height: 1;
  width: 100%;
  margin-top: 10px;
}
.brand-flexslider .flexslider .slides li h1 small {
  color: inherit;
  display: block;
  font-weight: bold;
}
.brand-flexslider .flexslider .slides li .btn-full-image {
  position: absolute;
  left: -999999px;
}
.brand-flexslider .flexslider .slides li .btn-cover-image {
  position: absolute;
  width: 100%;
  top: 0;
}
.brand-flexslider .vertical-pos-wrp {
  display: table;
  width: 100%;
  height: 100%;
}
.brand-flexslider .vertical-pos {
  display: table-cell;
  vertical-align: middle;
}
.brand-flexslider.theme-carousel-brand-item-vertical-alignment-top .vertical-pos-wrp {
  display: block;
  width: auto;
  height: auto;
}
.brand-flexslider.theme-carousel-brand-item-vertical-alignment-top .vertical-pos {
  display: block;
  vertical-align: top;
}
.brand-flexslider .margin-color {
  position: absolute;
  height: 100%;
  top: 0;
}
.theme-brand-border-color-white .margin-color {
  background-color: #fff;
}
.theme-brand-border-color-gray .margin-color {
  background-color: #bfbfbf;
}
.theme-brand-border-color-primary .margin-color {
  background-color: #396274;
}
.theme-carousel-brand-border-width-1 ul.slides>li {
  margin-right: 1px;
}
.theme-carousel-brand-border-width-3 ul.slides>li {
  margin-right: 3px;
}
.theme-carousel-brand-border-width-6 ul.slides>li {
  margin-right: 6px;
}
.theme-carousel-brand-border-width-10 ul.slides>li {
  margin-right: 10px;
}
.theme-carousel-brand-border-width-20 ul.slides>li {
  margin-right: 20px;
}
.theme-carousel-brand-border-width-20 ul.slides>li:last-child {
  margin-right: 0;
}
.flex-control-nav-custom {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
  overflow: hidden;
}
.flex-control-nav-custom li {
  float: left;
  display: block;
  cursor: pointer;
  text-align: center;
}
.flex-control-nav-custom .flex-active {
  opacity: .8;
}
.flex-control-nav-custom .flex-control-nav-custom-border-stroke:not(.first) .imgWrp {
  margin-bottom: 1px;
  margin-left: 1px;
}
.flex-control-nav-custom.no-crop .imgWrp {
  margin: 0 5px;
}
.flex-control-nav-custom.no-crop img {
  max-height: 100%;
  border: solid 0 #dddddd;
  box-sizing: border-box;
}
.brand-block-multiple {
  position: relative;
}
.brand-block-multiple .rich-text {
  margin-bottom: 20px;
}
.brand-block-multiple .rich-text img {
  width: auto;
}
@media (max-width: 768px) {
  .brand-block-multiple .rich-text {
    margin-right: 20px;
  }
}
.brand-block-multiple .flexslider {
  border: 0;
  margin: 0;
  padding: 0;
  background-color: transparent;
}
.brand-block-multiple .flexslider .item {
  padding: 5% 0 5% 0;
}
.brand-block-multiple-scroll-help {
  position: absolute;
  bottom: 50px;
  right: 50px;
  padding: 10px 20px;
  background: #fff;
  color: #000;
  opacity: .5;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.brand-block-multiple-scroll-help span {
  display: block;
}
.news-flexslider {
  position: relative;
  background: transparent;
  border-top: 3px solid rgba(255,255,255,0.2);
}
.news-flexslider .flexslider {
  border: 0;
  margin: 0;
  padding: 0;
  background: transparent;
}
.news-flexslider .flexslider ul.slides>li {
  border-right: 3px solid rgba(255,255,255,0.2);
  -webkit-box-shadow: 5px 0px 5px rgba(0,0,0,0.2);
  -moz-box-shadow: 5px 0px 5px rgba(0,0,0,0.2);
  box-shadow: 5px 0px 5px rgba(0,0,0,0.2);
}
.news-flexslider .flexslider ul.slides>li div.news-item-wrp {
  padding: 20px 20px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.news-flexslider .flexslider .margin-color {
  position: absolute;
  height: 100%;
  top: 0;
}
.news-flexslider .categIcons {
  position: absolute;
  bottom: 5px;
  right: 10px;
}
.news-flexslider .categIcons a,
.news-flexslider .categIcons span {
  display: block;
  float: left;
  white-space: nowrap;
  margin-left: 5px;
  font-size: 12px;
}
.news-flexslider .categIcons a.isIcon,
.news-flexslider .categIcons span.isIcon {
  width: 30px;
  height: 30px;
}
.news-flexslider .news-carousel-item-border-none ul.slides>li {
  border-right: 0;
}
.news-flexslider .theme-carousel-news-global-item-bg-color-black li,
.news-flexslider .theme-carousel-news-item-bg-color-black {
  background-color: rgba(0,0,0,0.1);
}
.news-flexslider theme-carousel-news-global-item-bg-color-white li,
.news-flexslider .theme-carousel-news-item-bg-color-white {
  background-color: rgba(255,255,255,0.1);
}
.news-flexslider .flexslider .theme-carousel-news-global-item-bg-color-black.theme-carousel-news-global-item-bg-color-opacity-10 .news-item-wrp,
.news-flexslider .theme-carousel-news-item-bg-color-black.theme-carousel-news-item-bg-color-opacity-10 {
  background-color: #000;
}
.news-flexslider .flexslider .theme-carousel-news-global-item-bg-color-white.theme-carousel-news-global-item-bg-color-opacity-10 .news-item-wrp,
.news-flexslider .theme-carousel-news-item-bg-color-white.theme-carousel-news-item-bg-color-opacity-10 {
  background-color: #FFF;
}
.news-flexslider .flexslider .theme-carousel-news-global-item-bg-color-black.theme-carousel-news-global-item-bg-color-opacity-9 .news-item-wrp,
.news-flexslider .theme-carousel-news-item-bg-color-black.theme-carousel-news-item-bg-color-opacity-9 {
  background-color: rgba(0,0,0,0.9);
}
.news-flexslider .flexslider .theme-carousel-news-global-item-bg-color-white.theme-carousel-news-global-item-bg-color-opacity-9 .news-item-wrp,
.news-flexslider .theme-carousel-news-item-bg-color-white.theme-carousel-news-item-bg-color-opacity-9 {
  background-color: rgba(255,255,255,0.9);
}
.news-flexslider .flexslider .theme-carousel-news-global-item-bg-color-black.theme-carousel-news-global-item-bg-color-opacity-8 .news-item-wrp,
.news-flexslider .theme-carousel-news-item-bg-color-black.theme-carousel-news-item-bg-color-opacity-8 {
  background-color: rgba(0,0,0,0.8);
}
.news-flexslider .flexslider .theme-carousel-news-global-item-bg-color-white.theme-carousel-news-global-item-bg-color-opacity-8 .news-item-wrp,
.news-flexslider .theme-carousel-news-item-bg-color-white.theme-carousel-news-item-bg-color-opacity-8 {
  background-color: rgba(255,255,255,0.8);
}
.news-flexslider .flexslider .theme-carousel-news-global-item-bg-color-black.theme-carousel-news-global-item-bg-color-opacity-7 .news-item-wrp,
.news-flexslider .theme-carousel-news-item-bg-color-black.theme-carousel-news-item-bg-color-opacity-7 {
  background-color: rgba(0,0,0,0.7);
}
.news-flexslider .flexslider .theme-carousel-news-global-item-bg-color-white.theme-carousel-news-global-item-bg-color-opacity-7 .news-item-wrp,
.news-flexslider .theme-carousel-news-item-bg-color-white.theme-carousel-news-item-bg-color-opacity-7 {
  background-color: rgba(255,255,255,0.7);
}
.news-flexslider .flexslider .flexslider .theme-carousel-news-global-item-bg-color-black.theme-carousel-news-global-item-bg-color-opacity-6 .news-item-wrp,
.news-flexslider .theme-carousel-news-item-bg-color-black.theme-carousel-news-item-bg-color-opacity-6 {
  background-color: rgba(0,0,0,0.6);
}
.news-flexslider .flexslider .theme-carousel-news-global-item-bg-color-white.theme-carousel-news-global-item-bg-color-opacity-6 .news-item-wrp,
.news-flexslider .theme-carousel-news-item-bg-color-white.theme-carousel-news-item-bg-color-opacity-6 {
  background-color: rgba(255,255,255,0.6);
}
.news-flexslider .flexslider .theme-carousel-news-global-item-bg-color-black.theme-carousel-news-global-item-bg-color-opacity-5 .news-item-wrp,
.news-flexslider .theme-carousel-news-item-bg-color-black.theme-carousel-news-item-bg-color-opacity-5 {
  background-color: rgba(0,0,0,0.5);
}
.news-flexslider .flexslider .theme-carousel-news-global-item-bg-color-white.theme-carousel-news-global-item-bg-color-opacity-5 .news-item-wrp,
.news-flexslider .theme-carousel-news-item-bg-color-white.theme-carousel-news-item-bg-color-opacity-5 {
  background-color: rgba(255,255,255,0.5);
}
.news-flexslider .flexslider .theme-carousel-news-global-item-bg-color-black.theme-carousel-news-global-item-bg-color-opacity-4 .news-item-wrp,
.news-flexslider .theme-carousel-news-item-bg-color-black.theme-carousel-news-item-bg-color-opacity-4 {
  background-color: rgba(0,0,0,0.4);
}
.news-flexslider .flexslider .theme-carousel-news-global-item-bg-color-white.theme-carousel-news-global-item-bg-color-opacity-4 .news-item-wrp,
.news-flexslider .theme-carousel-news-item-bg-color-white.theme-carousel-news-item-bg-color-opacity-4 {
  background-color: rgba(255,255,255,0.4);
}
.news-flexslider .flexslider .theme-carousel-news-global-item-bg-color-black.theme-carousel-news-global-item-bg-color-opacity-3 .news-item-wrp,
.news-flexslider .theme-carousel-news-item-bg-color-black.theme-carousel-news-item-bg-color-opacity-3 {
  background-color: rgba(0,0,0,0.3);
}
.news-flexslider .flexslider .theme-carousel-news-global-item-bg-color-white.theme-carousel-news-global-item-bg-color-opacity-3 .news-item-wrp,
.news-flexslider .theme-carousel-news-item-bg-color-white.theme-carousel-news-item-bg-color-opacity-3 {
  background-color: rgba(255,255,255,0.3);
}
.news-flexslider .flexslider .theme-carousel-news-global-item-bg-color-black.theme-carousel-news-global-item-bg-color-opacity-2 .news-item-wrp,
.news-flexslider .theme-carousel-news-item-bg-color-black.theme-carousel-news-item-bg-color-opacity-2 {
  background-color: rgba(0,0,0,0.2);
}
.news-flexslider .flexslider .theme-carousel-news-global-item-bg-color-white.theme-carousel-news-global-item-bg-color-opacity-2 .news-item-wrp,
.news-flexslider .theme-carousel-news-item-bg-color-white.theme-carousel-news-item-bg-color-opacity-2 {
  background-color: rgba(255,255,255,0.2);
}
.news-flexslider .flexslider .theme-carousel-news-global-item-bg-color-black.theme-carousel-news-global-item-bg-color-opacity-1 .news-item-wrp,
.news-flexslider .theme-carousel-news-item-bg-color-black.theme-carousel-news-item-bg-color-opacity-1 {
  background-color: rgba(0,0,0,0.1);
}
.news-flexslider .flexslider .theme-carousel-news-global-item-bg-color-white.theme-carousel-news-global-item-bg-color-opacity-1 .news-item-wrp,
.news-flexslider .theme-carousel-news-item-bg-color-white.theme-carousel-news-item-bg-color-opacity-1 {
  background-color: rgba(255,255,255,0.1);
}
.news-flexslider .flexslider .theme-carousel-news-global-item-bg-color-black.theme-carousel-news-global-item-bg-color-opacity-0 .news-item-wrp,
.news-flexslider .theme-carousel-news-item-bg-color-black.theme-carousel-news-item-bg-color-opacity-0 {
  background-color: transparent;
}
.news-flexslider .flexslider .theme-carousel-news-global-item-bg-color-white.theme-carousel-news-global-item-bg-color-opacity-0 .news-item-wrp,
.news-flexslider .theme-carousel-news-item-bg-color-white.theme-carousel-news-item-bg-color-opacity-0 {
  background-color: transparent;
}
.feed-flexslider .flexslider {
  border: 0;
  margin-top: 0px;
  margin-bottom: 0px;
}
.feed-flexslider .flexslider .slides li {
  height: 230px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #808080;
  margin-right: 5px;
  background-size: cover;
}
.feed-flexslider .flexslider .slides li.youtube {
  background-size: auto;
}
.feed-flexslider .flexslider .slides li .fc-webicon {
  width: 20px;
  height: 20px;
}
.feed-flexslider .flexslider .slides li a {
  height: 230px;
  display: block;
}
.feed-flexslider .flexslider .slides li.facebook {
  background-size: cover;
}
.feed-flexslider .flexslider .slides li.withImage .fc-webicon {
  margin-left: 10px;
  margin-bottom: 5px;
}
.feed-flexslider .flexslider .slides li.withImage a {
  position: relative;
}
.feed-flexslider .flexslider .slides li.withImage a .caption {
  position: absolute;
  top: 180px;
  bottom: auto;
}
.feed-flexslider .flexslider .slides li.withImage a .caption .subwrp {
  padding: 5px 10px;
  background-color: rgba(0,0,0,0.5);
  color: #fff;
  font-size: 14px;
  width: 210px;
  line-height: 1.3;
  transition: bottom .5s;
  -webkit-transition: bottom .5s;
}
.feed-flexslider .flexslider .slides li.withImage a:hover .caption {
  top: auto;
  bottom: 0;
  transition: bottom .5s;
  -webkit-transition: bottom .5s;
}
.feed-flexslider .flexslider .slides li.justText .caption .fc-webicon {
  float: left;
}
.feed-flexslider .flexslider .slides li.justText .caption .subwrp {
  float: right;
  width: 180px;
  color: #FFF;
}
.feed-flexslider .flexslider .slides li.justText a {
  color: #FFF;
}
.feed-flexslider .flexslider .slides li.justText .caption {
  padding: 10px;
  font-size: 15px;
}
.btn-black-white {
  background: #000;
  color: #fff;
}
.btn-black-white:hover {
  color: #f8f8f8;
}
.btn-black-white.btn-stroke {
  background: transparent;
  color: #005173;
}
.btn-black-white.btn-stroke:hover {
  background: #f8f8f8;
  color: #00090d;
  border-color: #dddddd;
}
.btn-black-white.btn-keyline {
  border-color: #000;
  border-width: 2px;
  background: transparent;
  color: #000;
}
.btn-black-white.btn-keyline:hover {
  background: #f8f8f8;
}
.btn-black-white.btn-plain {
  background: none;
  color: #005173;
}
.btn-color-1 {
  background-color: #006d9c;
  border-color: #005b83;
  color: #fff;
}
.btn-color-1:hover {
  background-color: #005b83;
  border-color: #004969;
  color: #f2f2f2;
}
.btn-color-1.btn-keyline {
  border-color: #006d9c;
  border-width: 2px;
  background: transparent;
  color: #006d9c;
}
.btn-color-1.btn-keyline:hover {
  background: #f8f8f8;
}
.btn-color-1.btn-plain {
  background: none;
  color: #006d9c;
}
.btn-color-2 {
  background-color: #c8e14d;
  border-color: #c1dd37;
  color: #fff;
}
.btn-color-2:hover {
  background-color: #c1dd37;
  border-color: #b9d724;
  color: #f2f2f2;
}
.btn-color-2.btn-keyline {
  border-color: #c8e14d;
  border-width: 2px;
  background: transparent;
  color: #c8e14d;
}
.btn-color-2.btn-keyline:hover {
  background: #f8f8f8;
}
.btn-color-2.btn-plain {
  background: none;
  color: #c8e14d;
}
.btn-color-3 {
  background-color: #005173;
  border-color: #003f5a;
  color: #fff;
}
.btn-color-3:hover {
  background-color: #003f5a;
  border-color: #002d40;
  color: #f2f2f2;
}
.btn-color-3.btn-keyline {
  border-color: #005173;
  border-width: 2px;
  background: transparent;
  color: #005173;
}
.btn-color-3.btn-keyline:hover {
  background: #f8f8f8;
}
.btn-color-3.btn-plain {
  background: none;
  color: #005173;
}
.btn-color-4 {
  background-color: #fef3a8;
  border-color: #fef08f;
  color: #5a5957;
}
.btn-color-4:hover {
  background-color: #fef08f;
  border-color: #fdec76;
  color: #282828;
}
.btn-color-4.btn-keyline {
  border-color: #fef3a8;
  border-width: 2px;
  background: transparent;
  color: #fef3a8;
}
.btn-color-4.btn-keyline:hover {
  background: #f8f8f8;
}
.btn-color-4.btn-plain {
  background: none;
  color: #fef3a8;
}
.btn-color-5 {
  background-color: #20262b;
  border-color: #15191c;
  color: #fff;
}
.btn-color-5:hover {
  background-color: #15191c;
  border-color: #0a0c0e;
  color: #f2f2f2;
}
.btn-color-5.btn-keyline {
  border-color: #20262b;
  border-width: 2px;
  background: transparent;
  color: #20262b;
}
.btn-color-5.btn-keyline:hover {
  background: #f8f8f8;
}
.btn-color-5.btn-plain {
  background: none;
  color: #20262b;
}
.btn-color-6 {
  background-color: #007c8a;
  border-color: #006571;
  color: #fff;
}
.btn-color-6:hover {
  background-color: #006571;
  border-color: #004e57;
  color: #f2f2f2;
}
.btn-color-6.btn-keyline {
  border-color: #007c8a;
  border-width: 2px;
  background: transparent;
  color: #007c8a;
}
.btn-color-6.btn-keyline:hover {
  background: #f8f8f8;
}
.btn-color-6.btn-plain {
  background: none;
  color: #007c8a;
}
.btn-color-7 {
  background-color: #005173;
  border-color: #003f5a;
  color: #fff;
}
.btn-color-7:hover {
  background-color: #00090d;
  border-color: #002d40;
  color: #f2f2f2;
}
.btn-color-7.btn-keyline {
  border-color: #005173;
  border-width: 2px;
  background: transparent;
  color: #005173;
}
.btn-color-7.btn-keyline:hover {
  background: #f8f8f8;
}
.btn-color-7.btn-plain {
  background: none;
  color: #005173;
}
.btn-color-8 {
  background-color: #e9e9e9;
  border-color: #dcdcdc;
  color: #5a5957;
}
.btn-color-8:hover {
  background-color: #dcdcdc;
  border-color: #d0d0d0;
  color: #282828;
}
.btn-color-8.btn-keyline {
  border-color: #e9e9e9;
  border-width: 2px;
  background: transparent;
  color: #e9e9e9;
}
.btn-color-8.btn-keyline:hover {
  background: #f8f8f8;
}
.btn-color-8.btn-plain {
  background: none;
  color: #e9e9e9;
}
.btn-color-9 {
  background-color: #d0d0d0;
  border-color: #c3c3c3;
  color: #fff;
}
.btn-color-9:hover {
  background-color: #c3c3c3;
  border-color: #b7b7b7;
  color: #f2f2f2;
}
.btn-color-9.btn-keyline {
  border-color: #d0d0d0;
  border-width: 2px;
  background: transparent;
  color: #d0d0d0;
}
.btn-color-9.btn-keyline:hover {
  background: #f8f8f8;
}
.btn-color-9.btn-plain {
  background: none;
  color: #d0d0d0;
}
.theme-text-light p,
.theme-text-light ul,
.theme-text-light li,
.theme-text-light ol {
  color: rgba(255,255,255,0.8);
}
.theme-text-light h1,
.theme-text-light h2,
.theme-text-light h3,
.theme-text-light h4,
.theme-text-light h5 {
  color: #fff;
}
.theme-text-light a:not(.btn) {
  color: #0099d9;
}
.theme-text-light a:hover:not(.btn),
.theme-text-light a:focus:not(.btn) {
  color: #005173;
}
.theme-text-light .btn-black-white {
  background: #000;
  border-color: #fff;
  color: #fff;
}
.theme-text-light .btn-black-white:hover {
  color: #e6e6e6;
}
.theme-text-light .btn-black-white.btn-stroke {
  border-color: #dddddd;
  background: transparent;
}
.theme-text-light .btn-black-white.btn-stroke:hover {
  background-color: #f8f8f8;
  color: #000;
}
.theme-text-light .btn-plain {
  background: transparent;
}
.theme-text-light .btn-keyline:hover {
  background: transparent;
  border-color: #FFF;
  color: #FFF;
}
.theme-text-light .lead,
.theme-text-light .lead-more {
  color: rgba(255,255,255,0.85);
}
.theme-text-light.tabs-menu .header-wrp.isAccordion {
  border-bottom: 0;
}
.theme-text-light.tabs-menu .theme-tab-style-tabs .nav {
  border-bottom: solid 1px rgba(255,255,255,0.85);
}
.theme-text-light.tabs-menu .theme-tab-style-tabs .nav li > a {
  color: rgba(255,255,255,0.85);
}
.theme-text-light.tabs-menu .theme-tab-style-tabs .nav li > a:hover,
.theme-text-light.tabs-menu .theme-tab-style-tabs .nav li > a:focus {
  color: #fff;
}
.theme-text-light.tabs-menu .theme-tab-style-tabs .nav li.active > a,
.theme-text-light.tabs-menu .theme-tab-style-tabs .nav li.active > a:hover,
.theme-text-light.tabs-menu .theme-tab-style-tabs .nav li.active > a:focus {
  color: rgba(255,255,255,0.85);
  border: 1px solid rgba(255,255,255,0.85);
}
.theme-text-light.tabs-menu .theme-tab-style-pills .nav li > a {
  border: 1px solid rgba(255,255,255,0.2);
  color: rgba(255,255,255,0.85);
}
.theme-text-light.tabs-menu .theme-tab-style-pills .nav li > a:hover,
.theme-text-light.tabs-menu .theme-tab-style-pills .nav li > a:focus {
  color: #fff;
}
.theme-text-light.tabs-menu .theme-tab-style-pills .nav li.active > a,
.theme-text-light.tabs-menu .theme-tab-style-pills .nav li.active > a:hover,
.theme-text-light.tabs-menu .theme-tab-style-pills .nav li.active > a:focus {
  color: rgba(255,255,255,0.85);
  background: rgba(0,0,0,0.15);
}
.theme-text-light.tabs-menu .theme-tab-style-boxed .nav>li>a {
  color: rgba(40,40,40,0.6);
  background: rgba(255,255,255,0.2);
  border: solid 1px rgba(255,255,255,0.2);
}
.theme-text-light.tabs-menu .theme-tab-style-boxed .nav>li>a:hover {
  background: rgba(255,255,255,0.9);
}
.theme-text-light.tabs-menu .theme-tab-style-boxed .nav>li.active>a {
  background: rgba(255,255,255,0.8);
  color: rgba(40,40,40,0.8);
  border: solid 1px rgba(255,255,255,0.8);
}
.theme-text-light.tabs-menu .theme-tab-style-boxed .nav>li.active>a:after,
.theme-text-light.tabs-menu .theme-tab-style-boxed .nav>li.active>a:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: rgba(255,255,255,0.9);
  border-width: 10px;
  margin-left: -10px;
}
.theme-text-light.tabs-menu .theme-tab-style-underlined {
  border-bottom: solid 2px rgba(255,255,255,0.9);
}
.theme-text-light.tabs-menu .theme-tab-style-underlined .nav>li>a {
  color: rgba(255,255,255,0.7);
}
.theme-text-light.tabs-menu .theme-tab-style-underlined .nav>li.active>a {
  border-bottom: solid 10px #fff;
  color: #fff;
}
.theme-text-light.tabs-menu .accordion-heading,
.theme-text-light.tabs-menu .theme-tab-style-accordion>ul>li {
  border: solid 1px rgba(255,255,255,0.3);
}
.theme-text-light.tabs-menu .accordion-heading a,
.theme-text-light.tabs-menu .theme-tab-style-accordion>ul>li a {
  color: rgba(40,40,40,0.6);
  background: rgba(255,255,255,0.3);
}
.theme-text-light.tabs-menu .accordion-heading a.active,
.theme-text-light.tabs-menu .theme-tab-style-accordion>ul>li a.active {
  background: rgba(255,255,255,0.8);
  color: rgba(40,40,40,0.8);
}
.theme-text-light.tabs-menu .accordion-heading a:before,
.theme-text-light.tabs-menu .theme-tab-style-accordion>ul>li a:before {
  color: rgba(90,89,87,0.8);
}
.theme-text-light .regular-flexslider .flexslider,
.theme-text-light .flexslider-controls-carousel .flexslider {
  border-color: #FFF;
}
.theme-text-light .flex-control-nav-custom.no-crop img {
  border-color: #FFF;
}
.theme-text-humber-blue p,
.theme-text-humber-blue ul,
.theme-text-humber-blue li,
.theme-text-humber-blue ol {
  color: #40bff6;
}
.theme-text-humber-blue h1,
.theme-text-humber-blue h2,
.theme-text-humber-blue h3,
.theme-text-humber-blue h4,
.theme-text-humber-blue h5 {
  color: #40bff6;
}
.theme-text-humber-blue .lead,
.theme-text-humber-blue .lead-more {
  color: #40bff6;
}
.theme-text-humber-blue .theme-well-neutral p,
.theme-text-humber-blue .theme-well-neutral ul,
.theme-text-humber-blue .theme-well-neutral li,
.theme-text-humber-blue .theme-well-neutral ol {
  color: rgba(40,40,40,0.7);
}
.theme-text-humber-blue.new-tertiary-menu .theme-tab-style-boxed .nav>li>a {
  color: rgba(40,40,40,0.6);
  background: rgba(255,255,255,0.2);
  border: solid 1px rgba(255,255,255,0.2);
}
.theme-text-humber-blue.new-tertiary-menu .theme-tab-style-boxed .nav>li>a:hover {
  background: rgba(255,255,255,0.9);
}
.theme-text-humber-blue.new-tertiary-menu .theme-tab-style-boxed .nav>li.active>a {
  background: rgba(255,255,255,0.8);
  color: rgba(40,40,40,0.8);
  border: solid 1px rgba(255,255,255,0.8);
}
.theme-text-humber-blue.new-tertiary-menu .theme-tab-style-boxed .nav>li.active>a:after,
.theme-text-humber-blue.new-tertiary-menu .theme-tab-style-boxed .nav>li.active>a:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: rgba(255,255,255,0.9);
  border-width: 10px;
  margin-left: -10px;
}
.theme-text-humber-blue.new-tertiary-menu .header-wrp.theme-tab-style-underlined {
  border-bottom: solid 2px rgba(255,255,255,0.9);
  margin-bottom: 20px;
}
.theme-text-humber-blue.new-tertiary-menu .header-wrp.isAccordion {
  border-bottom: 0;
}
.theme-text-humber-blue.new-tertiary-menu .theme-tab-style-underlined .nav>li>a {
  color: rgba(255,255,255,0.7);
}
.theme-text-humber-blue.new-tertiary-menu .theme-tab-style-underlined .nav>li.active>a {
  border-bottom: solid 10px #fff;
  color: #fff;
}
.theme-text-humber-blue.new-tertiary-menu .accordion-heading,
.theme-text-humber-blue.new-tertiary-menu .theme-tab-style-accordion>ul>li {
  border: solid 1px rgba(255,255,255,0.3);
}
.theme-text-humber-blue.new-tertiary-menu .accordion-heading a,
.theme-text-humber-blue.new-tertiary-menu .theme-tab-style-accordion>ul>li a {
  color: rgba(40,40,40,0.6);
  background: rgba(255,255,255,0.3);
}
.theme-text-humber-blue.new-tertiary-menu .accordion-heading a.active,
.theme-text-humber-blue.new-tertiary-menu .theme-tab-style-accordion>ul>li a.active {
  background: rgba(255,255,255,0.8);
  color: rgba(40,40,40,0.8);
}
.theme-text-humber-blue.new-tertiary-menu .accordion-heading a:before,
.theme-text-humber-blue.new-tertiary-menu .theme-tab-style-accordion>ul>li a:before {
  color: rgba(90,89,87,0.8);
}
.theme-text-humber-blue .btn-black-white {
  color: #fff;
}
.theme-text-humber-blue .btn-keyline:hover {
  background: transparent;
  border-color: #FFF;
  color: #FFF;
}
.theme-text-humber-lime p,
.theme-text-humber-lime ul,
.theme-text-humber-lime li,
.theme-text-humber-lime ol {
  color: #BED301;
}
.theme-text-humber-lime h1,
.theme-text-humber-lime h2,
.theme-text-humber-lime h3,
.theme-text-humber-lime h4,
.theme-text-humber-lime h5 {
  color: #BED301;
}
.theme-text-humber-lime .lead,
.theme-text-humber-lime .lead-more {
  color: #BED301;
}
.theme-text-humber-lime .theme-well-neutral p,
.theme-text-humber-lime .theme-well-neutral ul,
.theme-text-humber-lime .theme-well-neutral li,
.theme-text-humber-lime .theme-well-neutral ol {
  color: rgba(40,40,40,0.7);
}
.theme-text-humber-lime.new-tertiary-menu .theme-tab-style-boxed .nav>li>a {
  color: rgba(40,40,40,0.6);
  background: rgba(255,255,255,0.2);
  border: solid 1px rgba(255,255,255,0.2);
}
.theme-text-humber-lime.new-tertiary-menu .theme-tab-style-boxed .nav>li>a:hover {
  background: rgba(255,255,255,0.9);
}
.theme-text-humber-lime.new-tertiary-menu .theme-tab-style-boxed .nav>li.active>a {
  background: rgba(255,255,255,0.8);
  color: rgba(40,40,40,0.8);
  border: solid 1px rgba(255,255,255,0.8);
}
.theme-text-humber-lime.new-tertiary-menu .theme-tab-style-boxed .nav>li.active>a:after,
.theme-text-humber-lime.new-tertiary-menu .theme-tab-style-boxed .nav>li.active>a:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: rgba(255,255,255,0.9);
  border-width: 10px;
  margin-left: -10px;
}
.theme-text-humber-lime.new-tertiary-menu .header-wrp.theme-tab-style-underlined {
  border-bottom: solid 2px rgba(255,255,255,0.9);
  margin-bottom: 20px;
}
.theme-text-humber-lime.new-tertiary-menu .header-wrp.isAccordion {
  border-bottom: 0;
}
.theme-text-humber-lime.new-tertiary-menu .theme-tab-style-underlined .nav>li>a {
  color: rgba(255,255,255,0.7);
}
.theme-text-humber-lime.new-tertiary-menu .theme-tab-style-underlined .nav>li.active>a {
  border-bottom: solid 10px #fff;
  color: #fff;
}
.theme-text-humber-lime.new-tertiary-menu .accordion-heading,
.theme-text-humber-lime.new-tertiary-menu .theme-tab-style-accordion>ul>li {
  border: solid 1px rgba(255,255,255,0.3);
}
.theme-text-humber-lime.new-tertiary-menu .accordion-heading a,
.theme-text-humber-lime.new-tertiary-menu .theme-tab-style-accordion>ul>li a {
  color: rgba(40,40,40,0.6);
  background: rgba(255,255,255,0.3);
}
.theme-text-humber-lime.new-tertiary-menu .accordion-heading a.active,
.theme-text-humber-lime.new-tertiary-menu .theme-tab-style-accordion>ul>li a.active {
  background: rgba(255,255,255,0.8);
  color: rgba(40,40,40,0.8);
}
.theme-text-humber-lime.new-tertiary-menu .accordion-heading a:before,
.theme-text-humber-lime.new-tertiary-menu .theme-tab-style-accordion>ul>li a:before {
  color: rgba(90,89,87,0.8);
}
.theme-text-humber-lime .btn-keyline:hover {
  background: transparent;
  border-color: #FFF;
  color: #FFF;
}
.theme-background-color-1 {
  background-color: #006d9c;
}
.theme-background-color-1.lighten-8 {
  background-color: #008ac5;
}
.theme-background-color-1.darken-8 {
  background-color: #005073;
}
.theme-background-color-1.lighten-6 {
  background-color: #0082bb;
}
.theme-background-color-1.darken-6 {
  background-color: #00587d;
}
.theme-background-color-1.lighten-4 {
  background-color: #007bb0;
}
.theme-background-color-1.darken-4 {
  background-color: #005f88;
}
.theme-background-color-1.lighten-2 {
  background-color: #0074a6;
}
.theme-background-color-1.darken-2 {
  background-color: #006692;
}
.flexslider-caption-theme-background-color-1 .flex-caption {
  background: #006d9c;
}
.theme-background-color-2 {
  background-color: #c8e14d;
}
.theme-background-color-2.lighten-8 {
  background-color: #d3e770;
}
.theme-background-color-2.darken-8 {
  background-color: #bddb2a;
}
.theme-background-color-2.lighten-6 {
  background-color: #d0e567;
}
.theme-background-color-2.darken-6 {
  background-color: #c0dd33;
}
.theme-background-color-2.lighten-4 {
  background-color: #cde45e;
}
.theme-background-color-2.darken-4 {
  background-color: #c3de3c;
}
.theme-background-color-2.lighten-2 {
  background-color: #cbe256;
}
.theme-background-color-2.darken-2 {
  background-color: #c5e044;
}
.flexslider-caption-theme-background-color-2 .flex-caption {
  background-color: #c8e14d;
}
.theme-background-color-3 {
  background-color: #005173;
}
.theme-background-color-3.lighten-8 {
  background-color: #006e9c;
}
.theme-background-color-3.darken-8 {
  background-color: #00344a;
}
.theme-background-color-3.lighten-6 {
  background-color: #006792;
}
.theme-background-color-3.darken-6 {
  background-color: #003b54;
}
.theme-background-color-3.lighten-4 {
  background-color: #005f87;
}
.theme-background-color-3.darken-4 {
  background-color: #00435f;
}
.theme-background-color-3.lighten-2 {
  background-color: #00587d;
}
.theme-background-color-3.darken-2 {
  background-color: #004a69;
}
.flexslider-caption-theme-background-color-3 .flex-caption {
  background-color: #005173;
}
.theme-background-color-4 {
  background-color: #fef3a8;
}
.theme-background-color-4.lighten-8 {
  background-color: #fef9d0;
}
.theme-background-color-4.darken-8 {
  background-color: #feed80;
}
.theme-background-color-4.lighten-6 {
  background-color: #fef7c6;
}
.theme-background-color-4.darken-6 {
  background-color: #feef8a;
}
.theme-background-color-4.lighten-4 {
  background-color: #fef6bc;
}
.theme-background-color-4.darken-4 {
  background-color: #fef094;
}
.theme-background-color-4.lighten-2 {
  background-color: #fef4b2;
}
.theme-background-color-4.darken-2 {
  background-color: #fef29e;
}
.flexslider-caption-theme-background-color-4 .flex-caption {
  background-color: #fef3a8;
}
.theme-background-color-5 {
  background-color: #20262b;
}
.theme-background-color-5.lighten-8 {
  background-color: #313b42;
}
.theme-background-color-5.darken-8 {
  background-color: #0f1114;
}
.theme-background-color-5.lighten-6 {
  background-color: #2d363d;
}
.theme-background-color-5.darken-6 {
  background-color: #131619;
}
.theme-background-color-5.lighten-4 {
  background-color: #293037;
}
.theme-background-color-5.darken-4 {
  background-color: #171c1f;
}
.theme-background-color-5.lighten-2 {
  background-color: #242b31;
}
.theme-background-color-5.darken-2 {
  background-color: #1c2125;
}
.flexslider-caption-theme-background-color-5 .flex-caption {
  background-color: #20262b;
}
.theme-background-color-6 {
  background-color: #007c8a;
}
.theme-background-color-6.lighten-8 {
  background-color: #00a1b3;
}
.theme-background-color-6.darken-8 {
  background-color: #005761;
}
.theme-background-color-6.lighten-6 {
  background-color: #0097a9;
}
.theme-background-color-6.darken-6 {
  background-color: #00616b;
}
.theme-background-color-6.lighten-4 {
  background-color: #008e9e;
}
.theme-background-color-6.darken-4 {
  background-color: #006a76;
}
.theme-background-color-6.lighten-2 {
  background-color: #008594;
}
.theme-background-color-6.darken-2 {
  background-color: #007380;
}
.flexslider-caption-theme-background-color-6 .flex-caption {
  background-color: #007c8a;
}
.theme-background-color-7 {
  background-color: #005173;
}
.theme-background-color-7.lighten-8 {
  background-color: #006e9c;
}
.theme-background-color-7.darken-8 {
  background-color: #00344a;
}
.theme-background-color-7.lighten-6 {
  background-color: #006792;
}
.theme-background-color-7.darken-6 {
  background-color: #003b54;
}
.theme-background-color-7.lighten-4 {
  background-color: #005f87;
}
.theme-background-color-7.darken-4 {
  background-color: #00435f;
}
.theme-background-color-7.lighten-2 {
  background-color: #00587d;
}
.theme-background-color-7.darken-2 {
  background-color: #004a69;
}
.flexslider-caption-theme-background-color-7 .flex-caption {
  background-color: #005173;
}
.theme-background-color-8 {
  background-color: #e9e9e9;
}
.theme-background-color-8.lighten-8 {
  background-color: #fdfdfd;
}
.theme-background-color-8.darken-8 {
  background-color: #d5d5d5;
}
.theme-background-color-8.lighten-6 {
  background-color: #f8f8f8;
}
.theme-background-color-8.darken-6 {
  background-color: #dadada;
}
.theme-background-color-8.lighten-4 {
  background-color: #f3f3f3;
}
.theme-background-color-8.darken-4 {
  background-color: #dfdfdf;
}
.theme-background-color-8.lighten-2 {
  background-color: #eeeeee;
}
.theme-background-color-8.darken-2 {
  background-color: #e4e4e4;
}
.flexslider-caption-theme-background-color-8 .flex-caption {
  background-color: #e9e9e9;
}
.theme-background-color-9 {
  background-color: #d0d0d0;
}
.theme-background-color-9.lighten-8 {
  background-color: #e4e4e4;
}
.theme-background-color-9.darken-8 {
  background-color: #bcbcbc;
}
.theme-background-color-9.lighten-6 {
  background-color: #dfdfdf;
}
.theme-background-color-9.darken-6 {
  background-color: #c1c1c1;
}
.theme-background-color-9.lighten-4 {
  background-color: #dadada;
}
.theme-background-color-9.darken-4 {
  background-color: #c6c6c6;
}
.theme-background-color-9.lighten-2 {
  background-color: #d5d5d5;
}
.theme-background-color-9.darken-2 {
  background-color: #cbcbcb;
}
.flexslider-caption-theme-background-color-9 .flex-caption {
  background-color: #d0d0d0;
}
body .color-black {
  color: #000;
}
body .color-white {
  color: #fff;
}
body .color-1 {
  color: #006d9c;
}
body .color-2 {
  color: #c8e14d;
}
body .color-3 {
  color: #005173;
}
body .color-4 {
  color: #fef3a8;
}
body .color-5 {
  color: #20262b;
}
body .color-6 {
  color: #007c8a;
}
body .color-7 {
  color: #005173;
}
body .color-8 {
  color: #e9e9e9;
}
body .color-9 {
  color: #d0d0d0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body > div > section .container,
  footer .container,
  .sub-nav-wrp .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 19.2px;
  }
  h4 {
    font-size: 16px;
  }
  .lead,
  .lead-more {
    font-size: 16px;
    line-height: 23px;
  }
  #site-nav-wrp .btn-navbar {
    margin-bottom: 5px;
  }
  .section-padding {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .section-padding-none {
    padding-top: 0;
    padding-bottom: 0;
  }
  .well {
    padding: 15px 25px;
  }
  .bottom-links-wrp {
    overflow: hidden;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  body > div > section .container,
  body > div > section .met-container,
  footer .container,
  .sub-nav-wrp .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 19.2px;
  }
  h4 {
    font-size: 16px;
  }
  .lead,
  .lead-more {
    font-size: 16px;
    line-height: 23px;
  }
  #site-nav-wrp .btn-navbar {
    margin-bottom: 5px;
  }
  .section-padding {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .section-padding-none {
    padding-top: 0;
    padding-bottom: 0;
  }
  .well {
    padding: 15px 25px;
  }
  .bottom-links-wrp {
    overflow: hidden;
  }
}
@media (max-width: 479px) {
  body > div > section .container,
  body > div > section .met-container,
  footer .container,
  .sub-nav-wrp .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 19.2px;
  }
  h4 {
    font-size: 16px;
  }
  .lead,
  .lead-more {
    font-size: 16px;
    line-height: 23px;
  }
  #site-nav-wrp .btn-navbar {
    margin-bottom: 5px;
  }
  .section-padding {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .section-padding-none {
    padding-top: 0;
    padding-bottom: 0;
  }
  .well {
    padding: 10px 15px;
  }
  .bottom-links-wrp {
    overflow: hidden;
  }
}
.embed-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.embed-video iframe,
.embed-video object,
.embed-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.embed-video.ar43 {
  padding-bottom: 75%;
}
.corp-footer-container {
  background: #3A464D;
  padding: 20px 0;
}
.corp-footer-container .block-inner {
  float: right;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .corp-footer-container .block-inner {
    float: none;
  }
}
.corp-footer-container .block-inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
}
.corp-footer-container .block-inner ul li {
  margin: 0;
  padding: 0;
  display: inline-block;
}
@media (max-width: 768px) {
  .corp-footer-container .block-inner ul li {
    display: block;
  }
}
.corp-footer-container .block-inner ul li a {
  color: #fff !important;
  display: block;
  padding: 0 15px;
  border-right: 1px solid #fff;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.corp-footer-container .block-inner ul li a:hover,
.corp-footer-container .block-inner ul li a:focus {
  color: #ddd;
}
@media (max-width: 768px) {
  .corp-footer-container .block-inner ul li a {
    padding: 0;
    border-right: none;
  }
}
.corp-footer-container .block-inner ul li:last-child a {
  border-right: 0;
  padding-right: 0;
}
.corp-footer-container .block-humber-common {
  float: left;
  color: #fff;
  font-size: 12px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 23px;
}
.side-nav {
  display: block;
  width: 220px;
  padding: 0;
}
@media (min-width: 1200px) {
  .side-nav {
    width: 270px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .side-nav {
    width: 166px;
  }
}
@media (max-width: 767px) {
  .side-nav {
    width: auto;
    position: relative;
    margin-bottom: 30px;
  }
}
.side-nav>li a {
  border: 1px solid #dddddd;
  padding: 8px 14px;
  margin: 0 0 -1px;
}
.side-nav>li a .icon-chevron-right {
  float: right;
  opacity: .5;
  font-size: 14px;
}
#HumberNav .humber-school-site-menu {
  position: relative;
  width: 100%;
  background-color: #C2D56D;
  z-index: 998;
}
#HumberNav .humber-school-site-menu .home-button {
  float: right;
  display: block;
  padding: 0 0 0 2px;
}
#HumberNav .humber-school-site-menu .home-button i {
  color: black;
  font-size: 16px;
  display: inline-block;
  padding: 23px 8px 20px 0;
  margin-right: 0px;
}
@media (max-width: 979px) {
  #HumberNav .humber-school-site-menu .home-button i {
    padding: 25px 10px 10px 0;
    font-size: 15px;
    line-height: 1;
  }
}
@media (max-width: 768px) {
  #HumberNav .humber-school-site-menu .home-button i {
    padding: 25px 20px 10px 0;
  }
}
#HumberNav .humber-school-site-menu .home-button i:hover {
  color: #bfbfbf;
}
#HumberNav .humber-school-site-menu .home-button.hide {
  display: none;
}
#HumberNav .humber-school-site-menu .home-button.active i {
  color: #5a5957;
}
#HumberNav .humber-school-site-menu .left-space i {
  padding: 23px 10px 20px 0;
}
#HumberNav .humber-school-site-menu h1 {
  float: left;
  font-size: 20px;
  margin: 0;
  line-height: 1;
}
@media (max-width: 979px) {
  #HumberNav .humber-school-site-menu h1 {
    width: 85%;
  }
}
#HumberNav .humber-school-site-menu h1 a {
  line-height: 1;
  color: black;
  text-decoration: none;
  display: inline-block;
  padding: 24px 15px 23px 0;
  font-size: 17px;
  font-weight: 600;
}
#HumberNav .humber-school-site-menu h1 a img {
  width: 125px;
  position: absolute;
  bottom: 25px;
}
@media (max-width: 980px) {
  #HumberNav .humber-school-site-menu h1 a img {
    display: none;
  }
}
#HumberNav .humber-school-site-menu h1 a .main-words {
  display: none;
}
@media (max-width: 980px) {
  #HumberNav .humber-school-site-menu h1 a .main-words {
    display: block;
  }
  #HumberNav .humber-school-site-menu h1 a .main-words img {
    display: block !important;
    width: 50px;
    position: static;
  }
}
@media (max-width: 768px) {
  #HumberNav .humber-school-site-menu h1 a {
    margin-left: 10px;
  }
}
@media (max-width: 979px) {
  #HumberNav .humber-school-site-menu h1 a {
    font-size: 15px;
    padding: 10px 0;
  }
}
#HumberNav .humber-school-site-menu h1 a:hover,
#HumberNav .humber-school-site-menu h1 a.active {
  color: #f8f8f8;
}
#HumberNav .humber-school-site-menu h1.smaller {
  padding: 2px 0px 0px 0px;
  line-height: 1;
}
#HumberNav .humber-school-site-menu ul {
  list-style: none;
  float: right;
  margin: 0;
  padding: 0;
}
#HumberNav .humber-school-site-menu ul > .active {
  background: #d5d59a;
}
#HumberNav .humber-school-site-menu ul > li {
  display: block;
  float: left;
  margin: 0;
  position: relative;
}
#HumberNav .humber-school-site-menu ul > li > a {
  line-height: 1;
  display: block;
  padding: 25px 17px;
  text-decoration: none;
  color: black;
  font-size: 14px;
  font-weight: 600;
  zoom: 1;
}
#HumberNav .humber-school-site-menu ul > li > a.home-icon {
  font-size: 13px;
}
#HumberNav .humber-school-site-menu ul > li.active:hover {
  background: #d5d5a9;
}
#HumberNav .humber-school-site-menu ul > li.active a,
#HumberNav .humber-school-site-menu ul > li > a:hover {
  color: black;
}
#HumberNav .humber-school-site-menu ul > li.active a > .dropdown-items,
#HumberNav .humber-school-site-menu ul > li > a:hover > .dropdown-items {
  background-color: #d5d5a9;
}
#HumberNav .humber-school-site-menu ul > li:hover {
  background: #d5d5a9;
}
#HumberNav .humber-school-site-menu ul > li:hover > ul.dropdown-items {
  display: none;
}
#HumberNav .humber-school-site-menu ul > li:hover > ul.dropdown-items > li:hover > a {
  background: #d5d5a9;
  width: 230px;
}
#HumberNav .humber-school-site-menu ul > li > ul.dropdown-items {
  display: none;
  position: absolute;
  width: 264px;
}
#HumberNav .humber-school-site-menu ul > li > ul.dropdown-items > li {
  background: #b8bb73 !important;
  display: block;
  float: none !important;
  position: relative;
}
#HumberNav .humber-school-site-menu ul > li > ul.dropdown-items > li > a {
  padding: 15px 17px;
  width: 230px;
  border-top: solid 1px #d5d5a9;
}
#HumberNav .humber-school-site-menu ul > li > ul.dropdown-items > li > ul.dropdown-items {
  display: none;
  position: absolute;
  margin-left: 264px;
  margin-top: -45px;
  background: #d8d8b0 !important;
}
#HumberNav .humber-school-site-menu ul > li > ul.dropdown-items > li > ul.dropdown-items >li {
  background: #d8d8b0 !important;
}
#HumberNav .humber-school-sub-menu {
  background-color: #f1f2e3;
  z-index: 1000;
  border-bottom: 1px solid #5a5957;
  box-shadow: 0 2px 10px 1px rgba(40,40,40,0.05), 0 5px 5px rgba(40,40,40,0.05);
}
#HumberNav .humber-school-sub-menu h2 {
  float: left;
  font-size: 16px;
  margin: 0;
  /*      margin-left: -4px;*/
  padding: 0;
  font-weight: normal;
}
@media (max-width: 979px) {
  #HumberNav .humber-school-sub-menu h2 {
    float: none;
    width: 100%;
    font-size: 15px;
  }
}
#HumberNav .humber-school-sub-menu h2 a {
  padding: 14px 20px 14px 0px;
  line-height: 1;
  color: black;
  text-decoration: none;
  display: inline-block;
}
@media (max-width: 979px) {
  #HumberNav .humber-school-sub-menu h2 a {
    padding: 10px 10px 9px 0;
    width: 80%;
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  #HumberNav .humber-school-sub-menu h2 a {
    padding: 10px 10px 9px;
    width: 80%;
  }
}
#HumberNav .humber-school-sub-menu h2 a:hover {
  color: #888;
}
#HumberNav .humber-school-sub-menu h2 i {
  display: none;
  float: right !important;
}
@media (max-width: 979px) {
  #HumberNav .humber-school-sub-menu h2 i {
    display: block;
    padding: 10px 10px 9px;
    cursor: pointer;
    color: #808080;
  }
}
@media (max-width: 768px) {
  #HumberNav .humber-school-sub-menu h2 i {
    padding: 10px 20px 9px 10px;
  }
}
#HumberNav .humber-school-sub-menu ul.items {
  list-style: none;
  float: right;
  margin: 0;
  padding: 0;
}
@media (max-width: 979px) {
  #HumberNav .humber-school-sub-menu ul.items {
    float: none;
    width: 100%;
    display: none;
  }
}
@media (max-width: 979px) {
  #HumberNav .humber-school-sub-menu ul.items * {
    box-sizing: border-box;
  }
}
#HumberNav .humber-school-sub-menu ul.items li {
  display: block;
  float: left;
  margin: 0;
}
@media (max-width: 979px) {
  #HumberNav .humber-school-sub-menu ul.items li {
    float: none;
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #d2d2d2;
  }
}
@media (max-width: 979px) {
  #HumberNav .humber-school-sub-menu ul.items li:first-child {
    border-top: 1px solid #d2d2d2;
    border-left: 0 !important;
  }
}
@media (max-width: 979px) {
  #HumberNav .humber-school-sub-menu ul.items li:last-child {
    border-bottom: 0 !important;
  }
}
#HumberNav .humber-school-sub-menu ul.items li a {
  line-height: 1;
  font-size: 14px;
  display: inline-block;
  text-decoration: none;
  padding: 15px 15px;
  color: black;
}
@media (max-width: 979px) {
  #HumberNav .humber-school-sub-menu ul.items li a {
    float: none;
    width: 100%;
    padding: 10px 15px;
  }
}
#HumberNav .humber-school-sub-menu ul.items li.active a,
#HumberNav .humber-school-sub-menu ul.items li a:hover {
  background-color: #e8e8da;
}
ul.sb-menu li {
  position: relative;
}
ul.sb-menu li .sb-toggle-submenu {
  float: right;
  padding: 16px;
  color: white;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  background-color: #222;
}
ul.sb-menu li.active ul.dropdown-items li.active a {
  border-left: 3px solid #fff;
}
.sb-slidebar h1 a {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding: 1em;
  display: block;
}
.sb-slidebar h1 a img {
  display: none;
}
.sb-menu {
  /* Apply to <ul> or <ol>. */
  padding: 0;
  margin: 0;
  list-style-type: none;
  border-top: 1px solid rgba(255,255,255,0.1);
}
.sb-menu li {
  width: 100%;
  padding: 0;
  margin: 0;
  border-top: 1px solid rgba(255,255,255,0.1);
  /* Will lighten any background colour you set. */
  border-bottom: 1px solid rgba(0,0,0,0.1);
  /* Will darken any background colour you set. */
}
.sb-menu > li:first-child {
  border-top: none;
  /* Removes top border from first list item.. */
}
.sb-menu > li:last-child {
  border-bottom: none;
  /* Removed bottom border from last list item. */
}
.sb-menu li a {
  display: block;
  padding: 1em;
  /* Creates an even padding the same size as your font. */
  color: #f2f2f2;
}
.sb-submenu li a {
  margin-left: 12px;
}
.sb-submenu li.parent a {
  margin-left: 6px;
}
.sb-menu li a:hover,
.sb-menu li.active a {
  text-decoration: none;
  background-color: rgba(255,255,255,0.07);
  /* Will lighten any background colour you set. */
}
.sb-menu li.active {
  position: relative;
}
.sb-left .sb-menu li a {
  border-left: 3px solid transparent;
}
.sb-left .sb-menu li a:hover {
  border-left: 3px solid;
  /* Removes transparent colour, so border colour will be the same as link hover colour. */
}
.sb-right .sb-menu li a {
  border-right: 3px solid transparent;
}
.sb-right .sb-menu li a:hover {
  border-right: 3px solid;
  /* Removes transparent colour, so border colour will be the same as link hover colour. */
}
.sb-submenu {
  display: none;
  padding: 0;
  margin: 0;
  list-style-type: none;
  background-color: rgba(255,255,255,0.05);
  /* Submenu background colour. */
}
.sb-submenu li.active a {
  border-left: 3px solid rgba(255,255,255,0.5);
}
html,
body,
#sb-site,
.sb-site-container,
.sb-slidebar {
  /* Set box model to prevent any user added margins or paddings from altering the widths or heights. */
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  overflow-x: hidden;
  /* Stops horizontal scrolling. */
}
html {
  height: 100%;
  /* Site is as tall as device. */
}
body {
  min-height: 100%;
  height: auto;
  position: relative;
  /* Required for static Slidebars to function properly. */
}
html.sb-scroll-lock.sb-active:not(.sb-static) {
  overflow: hidden;
}
#sb-site,
.sb-site-container {
  /* You may now use class .sb-site-container instead of #sb-site and use your own id. However please make sure you don't set any of the following styles any differently on your id. */
  width: 100%;
  min-height: 100vh;
  position: relative;
  z-index: 1;
  /* Site sits above Slidebars */
  background-color: #ffffff;
  /* Default background colour, overwrite this with your own css. I suggest moving your html or body background styling here. Making this transparent will allow the Slidebars beneath to be visible. */
}
#sb-site:before,
#sb-site:after,
.sb-site-container:before,
.sb-site-container:after {
  content: ' ';
  display: table;
}
#sb-site:before,
#sb-site:after,
.sb-site-container:before,
.sb-site-container:after {
  clear: both;
}
.sb-slidebar {
  height: 100%;
  overflow-y: auto;
  /* Enable vertical scrolling on Slidebars when needed. */
  position: fixed;
  top: 0;
  z-index: 0;
  /* Slidebars sit behind sb-site. */
  display: none;
  /* Initially hide the Slidebars. Changed from visibility to display to allow -webkit-overflow-scrolling. */
  background-color: #222222;
  /* Default Slidebars background colour, overwrite this with your own css. */
}
.sb-slidebar,
.sb-slidebar * {
  -webkit-transform: translateZ(0px);
  /* Fixes issues with translated and z-indexed elements on iOS 7. */
}
.sb-left {
  left: 0;
  /* Set Slidebar to the left. */
}
.sb-right {
  right: 0;
  /* Set Slidebar to the right. */
}
html.sb-static .sb-slidebar,
.sb-slidebar.sb-static {
  position: absolute;
  /* Makes Slidebars scroll naturally with the site, and unfixes them for Android Browser < 3 and iOS < 5. */
}
.sb-slidebar.sb-active {
  display: block;
  /* Makes Slidebars visibile when open. Changed from visibility to display to allow -webkit-overflow-scrolling. */
}
.sb-style-overlay {
  z-index: 9999;
  /* Set z-index high to ensure it overlays any other site elements. */
}
.sb-momentum-scrolling {
  -webkit-overflow-scrolling: touch;
  /* Adds native momentum scrolling for iOS & Android devices. */
}
.sb-slidebar {
  width: 30%;
}
.sb-width-thin {
  width: 15%;
}
.sb-width-wide {
  width: 45%;
}
@media (max-width: 480px) {
  .sb-slidebar {
    width: 70%;
  }
  .sb-width-thin {
    width: 55%;
  }
  .sb-width-wide {
    width: 85%;
  }
}
@media (min-width: 481px) {
  .sb-slidebar {
    width: 55%;
  }
  .sb-width-thin {
    width: 40%;
  }
  .sb-width-wide {
    width: 70%;
  }
}
@media (min-width: 768px) {
  .sb-slidebar {
    width: 40%;
  }
  .sb-width-thin {
    width: 25%;
  }
  .sb-width-wide {
    width: 55%;
  }
}
@media (min-width: 992px) {
  .sb-slidebar {
    width: 30%;
  }
  .sb-width-thin {
    width: 15%;
  }
  .sb-width-wide {
    width: 45%;
  }
}
@media (min-width: 1200px) {
  .sb-slidebar {
    width: 20%;
  }
  .sb-width-thin {
    width: 5%;
  }
  .sb-width-wide {
    width: 35%;
  }
}
.sb-slide,
#sb-site,
.sb-site-container,
.sb-slidebar {
  -webkit-transform: translate(0px);
  -moz-transform: translate(0px);
  -o-transform: translate(0px);
  transform: translate(0px);
  -webkit-transition: -webkit-transform 400ms ease;
  -moz-transition: -moz-transform 400ms ease;
  -o-transition: -o-transform 400ms ease;
  transition: transform 400ms ease;
  -webkit-transition-property: -webkit-transform, left, right;
  /* Add left/right for Android < 4.4. */
  -webkit-backface-visibility: hidden;
  /* Prevents flickering. This is non essential, and you may remove it if your having problems with fixed background images in Chrome. */
}
.sb-hide {
  display: none;
  /* Optionally applied to control classes when Slidebars is disabled over a certain width. */
}
.met-container {
  padding: 0 0.938em;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  *zoom: 1;
}
.met-container:before,
.met-container:after {
  display: table;
  content: "";
  line-height: 0;
}
.met-container:after {
  clear: both;
}
@media screen and (max-width: 1200px) {
  .met-container {
    max-width: 980px;
  }
}
@media screen and (max-width: 980px) {
  .met-container {
    max-width: 768px;
  }
}
.met-container.full {
  padding: 0;
}
.met-row {
  padding: 0.938em 0;
  *zoom: 1;
}
.met-row:before,
.met-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.met-row:after {
  clear: both;
}
.met-row .span1,
.met-row .span2,
.met-row .span3,
.met-row .span4,
.met-row .span5,
.met-row .span6,
.met-row .span7,
.met-row .span8,
.met-row .span9,
.met-row .span10,
.met-row .span11,
.met-row .span12 {
  float: left;
  position: relative;
  padding: 0 0.938em;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  *zoom: 1;
}
.met-row .span1:before,
.met-row .span1:after,
.met-row .span2:before,
.met-row .span2:after,
.met-row .span3:before,
.met-row .span3:after,
.met-row .span4:before,
.met-row .span4:after,
.met-row .span5:before,
.met-row .span5:after,
.met-row .span6:before,
.met-row .span6:after,
.met-row .span7:before,
.met-row .span7:after,
.met-row .span8:before,
.met-row .span8:after,
.met-row .span9:before,
.met-row .span9:after,
.met-row .span10:before,
.met-row .span10:after,
.met-row .span11:before,
.met-row .span11:after,
.met-row .span12:before,
.met-row .span12:after {
  display: table;
  content: "";
  line-height: 0;
}
.met-row .span1:after,
.met-row .span2:after,
.met-row .span3:after,
.met-row .span4:after,
.met-row .span5:after,
.met-row .span6:after,
.met-row .span7:after,
.met-row .span8:after,
.met-row .span9:after,
.met-row .span10:after,
.met-row .span11:after,
.met-row .span12:after {
  clear: both;
}
.met-row .span1 {
  width: 8.33333333%;
}
.met-row .span2 {
  width: 16.6666667%;
}
.met-row .span3 {
  width: 25%;
}
.met-row .span4 {
  width: 33.3333333%;
}
.met-row .span5 {
  width: 41.66666663%;
}
.met-row .span6 {
  width: 50%;
}
.met-row .span7 {
  width: 58.33333333%;
}
.met-row .span8 {
  width: 66.6666667%;
}
.met-row .span9 {
  width: 75%;
}
.met-row .span10 {
  width: 83.3333333%;
}
.met-row .span11 {
  width: 91.66666667%;
}
.met-row .span12 {
  width: 100%;
}
.met-row [class*="span"].offset1 {
  margin-left: 8.33333333%;
}
.met-row [class*="span"].offset2 {
  margin-left: 16.6666667%;
}
.met-row [class*="span"].offset3 {
  margin-left: 25%;
}
.met-row [class*="span"].offset4 {
  margin-left: 33.3333333%;
}
.met-row [class*="span"].offset5 {
  margin-left: 41.66666663%;
}
.met-row [class*="span"].offset6 {
  margin-left: 50%;
}
.met-row [class*="span"].offset7 {
  margin-left: 58.33333333%;
}
.met-row [class*="span"].offset8 {
  margin-left: 66.6666667%;
}
.met-row [class*="span"].offset9 {
  margin-left: 75%;
}
.met-row [class*="span"].offset10 {
  margin-left: 83.3333333%;
}
.met-row [class*="span"].offset11 {
  margin-left: 91.66666667%;
}
@media screen and (max-width: 768px) {
  .met-row .span1,
  .met-row .span2,
  .met-row .span3,
  .met-row .span4,
  .met-row .span5,
  .met-row .span6,
  .met-row .span7,
  .met-row .span8,
  .met-row .span9,
  .met-row .span10,
  .met-row .span11,
  .met-row .span12 {
    width: 100%;
    padding: 0;
  }
  .met-row [class*="span"][class*="offset"] {
    margin-left: auto;
  }
}
.met-row-no-bottom-padding {
  padding-bottom: 0;
}
.met-row-no-top-padding {
  padding-top: 0;
}
.dateFeed .item,
.nonDateFeed .item {
  border-top: solid 1px #dddddd;
  padding-top: 12px;
}
.dateFeed .item:first-child,
.nonDateFeed .item:first-child {
  border-top: 0;
}
.dateFeed time,
.nonDateFeed time,
.allDateFeed time,
.allNonDateFeed time {
  font-size: 13px;
  line-height: 1;
}
.dateFeed h4,
.nonDateFeed h4,
.allDateFeed h4,
.allNonDateFeed h4 {
  padding: 0;
  margin: 0;
  text-transform: none;
  font-weight: bold;
  line-height: 1;
}
.dateFeed .description,
.dateFeed .details,
.nonDateFeed .description,
.nonDateFeed .details,
.allDateFeed .description,
.allDateFeed .details,
.allNonDateFeed .description,
.allNonDateFeed .details {
  font-size: 14px;
  line-height: 21px;
}
.dateFeed .description p:last-child,
.dateFeed .details p:last-child,
.nonDateFeed .description p:last-child,
.nonDateFeed .details p:last-child,
.allDateFeed .description p:last-child,
.allDateFeed .details p:last-child,
.allNonDateFeed .description p:last-child,
.allNonDateFeed .details p:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.dateFeed .justDesc .description p:last-child,
.nonDateFeed .justDesc .description p:last-child,
.allDateFeed .justDesc .description p:last-child,
.allNonDateFeed .justDesc .description p:last-child {
  padding-bottom: 8px;
}
.dateFeed .btn-plain,
.nonDateFeed .btn-plain,
.allDateFeed .btn-plain,
.allNonDateFeed .btn-plain {
  margin-left: 0;
  padding-left: 0;
  color: #005173;
}
.dateFeed .btn-plain:hover,
.nonDateFeed .btn-plain:hover,
.allDateFeed .btn-plain:hover,
.allNonDateFeed .btn-plain:hover {
  color: #00090d;
}
.dateFeed .viewAllWrp,
.nonDateFeed .viewAllWrp,
.allDateFeed .viewAllWrp,
.allNonDateFeed .viewAllWrp {
  padding: 12px 0 12px 0;
  border-top: solid 1px #dddddd;
}
.dateFeed .show-more.active,
.nonDateFeed .show-more.active,
.allDateFeed .show-more.active,
.allNonDateFeed .show-more.active {
  content: "Show Less";
}
.dateFeed .show-more.active .icon-chevron-down:before,
.nonDateFeed .show-more.active .icon-chevron-down:before,
.allDateFeed .show-more.active .icon-chevron-down:before,
.allNonDateFeed .show-more.active .icon-chevron-down:before {
  content: "\e0cb";
}
.allDateFeed .item,
.allNonDateFeed .item {
  border-bottom: solid 1px #dddddd;
  padding-bottom: 12px;
  padding-top: 12px;
}
.allDateFeed .first,
.allNonDateFeed .first {
  clear: both;
}
.youtubeFeed .item {
  border-top: solid 1px #dddddd;
  padding-top: 12px;
}
.youtubeFeed .item h4 {
  margin: 8px 0;
  text-transform: capitalize;
  font-weight: bold;
}
.youtubeFeed .item:first-child {
  border-top: 0;
}
.youtubeFeed .viewAllWrp {
  padding: 12px 0 12px 0;
  border-top: solid 1px #dddddd;
}
.twitterFeed {
  padding-top: 12px;
}
.photo-album-container {
  margin-left: -0.938em;
}
.met-container .photo-album-container {
  padding: 0 0.938em;
  margin-top: 12px;
}
.photo-album-row {
  padding-bottom: 0.938em;
  *zoom: 1;
}
.photo-album-row:before,
.photo-album-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.photo-album-row:after {
  clear: both;
}
.photo-album-row:last-child {
  padding-bottom: 0;
}
.photo-album-item {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 0.938em;
}
.photo-album-item:hover {
  opacity: .8;
}
.photo-album-border-off .photo-album-item {
  padding: 0;
}
.photo-album-border-off .photo-album-row {
  padding-bottom: 0;
  padding-left: 0.938em;
}
.photo-album-border-stroke .photo-album-item {
  padding-left: 1px;
}
.photo-album-border-stroke .photo-album-row {
  padding-bottom: 1px;
  padding-left: 0.938em;
}
.photo-album-border-stroke .photo-album-row:last-child {
  padding-bottom: 0px;
}
@media (max-width: 768px) {
  .met-container .photo-album-container {
    padding: 0;
  }
}
section.scroll-next-block {
  position: relative;
}
section.scroll-next-block .arrow-container {
  width: 100px;
  height: 80px;
  left: 43%;
  bottom: 0;
  position: absolute;
  padding: 20px;
  z-index: 999;
}
@media (max-width: 1024px) {
  section.scroll-next-block .arrow-container {
    left: 40%;
  }
}
@media (max-width: 979px) {
  section.scroll-next-block .arrow-container {
    display: none;
  }
}
section.scroll-next-block .arrow-container .arrow-down {
  width: 80%;
  height: 80%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  section.scroll-next-block .arrow-container .arrow-down {
    width: 60%;
    height: 50%;
    padding: 10px;
  }
}
section.scroll-next-block .arrow-container .arrow-down .arrow-next-section {
  cursor: pointer;
  display: block;
  text-align: center;
  border-radius: 60px;
}
section.scroll-next-block .arrow-container .arrow-down .arrow-next-section i {
  padding: 27px 20px 25px;
  font-size: 30px;
}
@media (max-width: 1024px) {
  section.scroll-next-block .arrow-container .arrow-down .arrow-next-section i {
    padding: 21px 15px 15px;
    font-size: 26px;
  }
}
section.scroll-next-block .arrow-container .arrow-down .arrow-next-section:hover {
  -webkit-filter: brightness(80%);
  -moz-filter: brightness(80%);
  -o-filter: brightness(80%);
  filter: brightness(80%);
  -webkit-transition: all 1s;
  /* Safari */
  -moz-transition: all 1s;
  /* Safari */
  -o-transition: all 1s;
  /* Safari */
  transition: all 1s;
}
.btn-social {
  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn-social > :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  line-height: 34px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0,0,0,0.2);
}
.btn-social.btn-lg {
  padding-left: 61px;
}
.btn-social.btn-lg > :first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.8em;
}
.btn-social.btn-sm {
  padding-left: 38px;
}
.btn-social.btn-sm > :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em;
}
.btn-social.btn-xs {
  padding-left: 30px;
}
.btn-social.btn-xs > :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em;
}
.btn-social-icon {
  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 34px;
  width: 34px;
  padding: 0;
}
.btn-social-icon > :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  line-height: 34px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0,0,0,0.2);
}
.btn-social-icon.btn-lg {
  padding-left: 61px;
}
.btn-social-icon.btn-lg > :first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.8em;
}
.btn-social-icon.btn-sm {
  padding-left: 38px;
}
.btn-social-icon.btn-sm > :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em;
}
.btn-social-icon.btn-xs {
  padding-left: 30px;
}
.btn-social-icon.btn-xs > :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em;
}
.btn-social-icon > :first-child {
  border: none;
  text-align: center;
  width: 100% !important;
}
.btn-social-icon.btn-lg {
  height: 45px;
  width: 45px;
  padding-left: 0;
  padding-right: 0;
}
.btn-social-icon.btn-sm {
  height: 30px;
  width: 30px;
  padding-left: 0;
  padding-right: 0;
}
.btn-social-icon.btn-xs {
  height: 22px;
  width: 22px;
  padding-left: 0;
  padding-right: 0;
}
.btn-adn {
  background-color: #d87a68;
  color: #fff;
  border-color: rgba(0,0,0,0.2);
}
.btn-adn:focus,
.btn-adn.focus {
  color: #fff;
  background-color: #ce563f;
  border-color: rgba(0,0,0,0.2);
}
.btn-adn:hover {
  color: #fff;
  background-color: #ce563f;
  border-color: rgba(0,0,0,0.2);
}
.btn-adn:active,
.btn-adn.active,
.open > .dropdown-toggle.btn-adn {
  color: #fff;
  background-color: #ce563f;
  border-color: rgba(0,0,0,0.2);
}
.btn-adn:active:hover,
.btn-adn:active:focus,
.btn-adn:active.focus,
.btn-adn.active:hover,
.btn-adn.active:focus,
.btn-adn.active.focus,
.open > .dropdown-toggle.btn-adn:hover,
.open > .dropdown-toggle.btn-adn:focus,
.open > .dropdown-toggle.btn-adn.focus {
  color: #fff;
  background-color: #b94630;
  border-color: rgba(0,0,0,0.2);
}
.btn-adn:active,
.btn-adn.active,
.open > .dropdown-toggle.btn-adn {
  background-image: none;
}
.btn-adn.disabled:hover,
.btn-adn.disabled:focus,
.btn-adn.disabled.focus,
.btn-adn[disabled]:hover,
.btn-adn[disabled]:focus,
.btn-adn[disabled].focus,
fieldset[disabled] .btn-adn:hover,
fieldset[disabled] .btn-adn:focus,
fieldset[disabled] .btn-adn.focus {
  background-color: #d87a68;
  border-color: rgba(0,0,0,0.2);
}
.btn-adn .badge {
  color: #d87a68;
  background-color: #fff;
}
.btn-bitbucket {
  background-color: #205081;
  color: #fff;
  border-color: rgba(0,0,0,0.2);
}
.btn-bitbucket:focus,
.btn-bitbucket.focus {
  color: #fff;
  background-color: #163758;
  border-color: rgba(0,0,0,0.2);
}
.btn-bitbucket:hover {
  color: #fff;
  background-color: #163758;
  border-color: rgba(0,0,0,0.2);
}
.btn-bitbucket:active,
.btn-bitbucket.active,
.open > .dropdown-toggle.btn-bitbucket {
  color: #fff;
  background-color: #163758;
  border-color: rgba(0,0,0,0.2);
}
.btn-bitbucket:active:hover,
.btn-bitbucket:active:focus,
.btn-bitbucket:active.focus,
.btn-bitbucket.active:hover,
.btn-bitbucket.active:focus,
.btn-bitbucket.active.focus,
.open > .dropdown-toggle.btn-bitbucket:hover,
.open > .dropdown-toggle.btn-bitbucket:focus,
.open > .dropdown-toggle.btn-bitbucket.focus {
  color: #fff;
  background-color: #0f253c;
  border-color: rgba(0,0,0,0.2);
}
.btn-bitbucket:active,
.btn-bitbucket.active,
.open > .dropdown-toggle.btn-bitbucket {
  background-image: none;
}
.btn-bitbucket.disabled:hover,
.btn-bitbucket.disabled:focus,
.btn-bitbucket.disabled.focus,
.btn-bitbucket[disabled]:hover,
.btn-bitbucket[disabled]:focus,
.btn-bitbucket[disabled].focus,
fieldset[disabled] .btn-bitbucket:hover,
fieldset[disabled] .btn-bitbucket:focus,
fieldset[disabled] .btn-bitbucket.focus {
  background-color: #205081;
  border-color: rgba(0,0,0,0.2);
}
.btn-bitbucket .badge {
  color: #205081;
  background-color: #fff;
}
.btn-dropbox {
  background-color: #1087dd;
  color: #fff;
  border-color: rgba(0,0,0,0.2);
}
.btn-dropbox:focus,
.btn-dropbox.focus {
  color: #fff;
  background-color: #0d6aad;
  border-color: rgba(0,0,0,0.2);
}
.btn-dropbox:hover {
  color: #fff;
  background-color: #0d6aad;
  border-color: rgba(0,0,0,0.2);
}
.btn-dropbox:active,
.btn-dropbox.active,
.open > .dropdown-toggle.btn-dropbox {
  color: #fff;
  background-color: #0d6aad;
  border-color: rgba(0,0,0,0.2);
}
.btn-dropbox:active:hover,
.btn-dropbox:active:focus,
.btn-dropbox:active.focus,
.btn-dropbox.active:hover,
.btn-dropbox.active:focus,
.btn-dropbox.active.focus,
.open > .dropdown-toggle.btn-dropbox:hover,
.open > .dropdown-toggle.btn-dropbox:focus,
.open > .dropdown-toggle.btn-dropbox.focus {
  color: #fff;
  background-color: #0a568c;
  border-color: rgba(0,0,0,0.2);
}
.btn-dropbox:active,
.btn-dropbox.active,
.open > .dropdown-toggle.btn-dropbox {
  background-image: none;
}
.btn-dropbox.disabled:hover,
.btn-dropbox.disabled:focus,
.btn-dropbox.disabled.focus,
.btn-dropbox[disabled]:hover,
.btn-dropbox[disabled]:focus,
.btn-dropbox[disabled].focus,
fieldset[disabled] .btn-dropbox:hover,
fieldset[disabled] .btn-dropbox:focus,
fieldset[disabled] .btn-dropbox.focus {
  background-color: #1087dd;
  border-color: rgba(0,0,0,0.2);
}
.btn-dropbox .badge {
  color: #1087dd;
  background-color: #fff;
}
.btn-facebook {
  background-color: #3b5998;
  color: #fff;
  border-color: rgba(0,0,0,0.2);
}
.btn-facebook:focus,
.btn-facebook.focus {
  color: #fff;
  background-color: #2d4373;
  border-color: rgba(0,0,0,0.2);
}
.btn-facebook:hover {
  color: #fff;
  background-color: #2d4373;
  border-color: rgba(0,0,0,0.2);
}
.btn-facebook:active,
.btn-facebook.active,
.open > .dropdown-toggle.btn-facebook {
  color: #fff;
  background-color: #2d4373;
  border-color: rgba(0,0,0,0.2);
}
.btn-facebook:active:hover,
.btn-facebook:active:focus,
.btn-facebook:active.focus,
.btn-facebook.active:hover,
.btn-facebook.active:focus,
.btn-facebook.active.focus,
.open > .dropdown-toggle.btn-facebook:hover,
.open > .dropdown-toggle.btn-facebook:focus,
.open > .dropdown-toggle.btn-facebook.focus {
  color: #fff;
  background-color: #23345a;
  border-color: rgba(0,0,0,0.2);
}
.btn-facebook:active,
.btn-facebook.active,
.open > .dropdown-toggle.btn-facebook {
  background-image: none;
}
.btn-facebook.disabled:hover,
.btn-facebook.disabled:focus,
.btn-facebook.disabled.focus,
.btn-facebook[disabled]:hover,
.btn-facebook[disabled]:focus,
.btn-facebook[disabled].focus,
fieldset[disabled] .btn-facebook:hover,
fieldset[disabled] .btn-facebook:focus,
fieldset[disabled] .btn-facebook.focus {
  background-color: #3b5998;
  border-color: rgba(0,0,0,0.2);
}
.btn-facebook .badge {
  color: #3b5998;
  background-color: #fff;
}
.btn-flickr {
  background-color: #ff0084;
  color: #fff;
  border-color: rgba(0,0,0,0.2);
}
.btn-flickr:focus,
.btn-flickr.focus {
  color: #fff;
  background-color: #cc006a;
  border-color: rgba(0,0,0,0.2);
}
.btn-flickr:hover {
  color: #fff;
  background-color: #cc006a;
  border-color: rgba(0,0,0,0.2);
}
.btn-flickr:active,
.btn-flickr.active,
.open > .dropdown-toggle.btn-flickr {
  color: #fff;
  background-color: #cc006a;
  border-color: rgba(0,0,0,0.2);
}
.btn-flickr:active:hover,
.btn-flickr:active:focus,
.btn-flickr:active.focus,
.btn-flickr.active:hover,
.btn-flickr.active:focus,
.btn-flickr.active.focus,
.open > .dropdown-toggle.btn-flickr:hover,
.open > .dropdown-toggle.btn-flickr:focus,
.open > .dropdown-toggle.btn-flickr.focus {
  color: #fff;
  background-color: #a80057;
  border-color: rgba(0,0,0,0.2);
}
.btn-flickr:active,
.btn-flickr.active,
.open > .dropdown-toggle.btn-flickr {
  background-image: none;
}
.btn-flickr.disabled:hover,
.btn-flickr.disabled:focus,
.btn-flickr.disabled.focus,
.btn-flickr[disabled]:hover,
.btn-flickr[disabled]:focus,
.btn-flickr[disabled].focus,
fieldset[disabled] .btn-flickr:hover,
fieldset[disabled] .btn-flickr:focus,
fieldset[disabled] .btn-flickr.focus {
  background-color: #ff0084;
  border-color: rgba(0,0,0,0.2);
}
.btn-flickr .badge {
  color: #ff0084;
  background-color: #fff;
}
.btn-foursquare {
  background-color: #f94877;
  color: #fff;
  border-color: rgba(0,0,0,0.2);
}
.btn-foursquare:focus,
.btn-foursquare.focus {
  color: #fff;
  background-color: #f71752;
  border-color: rgba(0,0,0,0.2);
}
.btn-foursquare:hover {
  color: #fff;
  background-color: #f71752;
  border-color: rgba(0,0,0,0.2);
}
.btn-foursquare:active,
.btn-foursquare.active,
.open > .dropdown-toggle.btn-foursquare {
  color: #fff;
  background-color: #f71752;
  border-color: rgba(0,0,0,0.2);
}
.btn-foursquare:active:hover,
.btn-foursquare:active:focus,
.btn-foursquare:active.focus,
.btn-foursquare.active:hover,
.btn-foursquare.active:focus,
.btn-foursquare.active.focus,
.open > .dropdown-toggle.btn-foursquare:hover,
.open > .dropdown-toggle.btn-foursquare:focus,
.open > .dropdown-toggle.btn-foursquare.focus {
  color: #fff;
  background-color: #e30742;
  border-color: rgba(0,0,0,0.2);
}
.btn-foursquare:active,
.btn-foursquare.active,
.open > .dropdown-toggle.btn-foursquare {
  background-image: none;
}
.btn-foursquare.disabled:hover,
.btn-foursquare.disabled:focus,
.btn-foursquare.disabled.focus,
.btn-foursquare[disabled]:hover,
.btn-foursquare[disabled]:focus,
.btn-foursquare[disabled].focus,
fieldset[disabled] .btn-foursquare:hover,
fieldset[disabled] .btn-foursquare:focus,
fieldset[disabled] .btn-foursquare.focus {
  background-color: #f94877;
  border-color: rgba(0,0,0,0.2);
}
.btn-foursquare .badge {
  color: #f94877;
  background-color: #fff;
}
.btn-github {
  background-color: #444444;
  color: #fff;
  border-color: rgba(0,0,0,0.2);
}
.btn-github:focus,
.btn-github.focus {
  color: #fff;
  background-color: #2b2b2b;
  border-color: rgba(0,0,0,0.2);
}
.btn-github:hover {
  color: #fff;
  background-color: #2b2b2b;
  border-color: rgba(0,0,0,0.2);
}
.btn-github:active,
.btn-github.active,
.open > .dropdown-toggle.btn-github {
  color: #fff;
  background-color: #2b2b2b;
  border-color: rgba(0,0,0,0.2);
}
.btn-github:active:hover,
.btn-github:active:focus,
.btn-github:active.focus,
.btn-github.active:hover,
.btn-github.active:focus,
.btn-github.active.focus,
.open > .dropdown-toggle.btn-github:hover,
.open > .dropdown-toggle.btn-github:focus,
.open > .dropdown-toggle.btn-github.focus {
  color: #fff;
  background-color: #191919;
  border-color: rgba(0,0,0,0.2);
}
.btn-github:active,
.btn-github.active,
.open > .dropdown-toggle.btn-github {
  background-image: none;
}
.btn-github.disabled:hover,
.btn-github.disabled:focus,
.btn-github.disabled.focus,
.btn-github[disabled]:hover,
.btn-github[disabled]:focus,
.btn-github[disabled].focus,
fieldset[disabled] .btn-github:hover,
fieldset[disabled] .btn-github:focus,
fieldset[disabled] .btn-github.focus {
  background-color: #444444;
  border-color: rgba(0,0,0,0.2);
}
.btn-github .badge {
  color: #444444;
  background-color: #fff;
}
.btn-google {
  background-color: #dd4b39;
  color: #fff;
  border-color: rgba(0,0,0,0.2);
}
.btn-google:focus,
.btn-google.focus {
  color: #fff;
  background-color: #c23321;
  border-color: rgba(0,0,0,0.2);
}
.btn-google:hover {
  color: #fff;
  background-color: #c23321;
  border-color: rgba(0,0,0,0.2);
}
.btn-google:active,
.btn-google.active,
.open > .dropdown-toggle.btn-google {
  color: #fff;
  background-color: #c23321;
  border-color: rgba(0,0,0,0.2);
}
.btn-google:active:hover,
.btn-google:active:focus,
.btn-google:active.focus,
.btn-google.active:hover,
.btn-google.active:focus,
.btn-google.active.focus,
.open > .dropdown-toggle.btn-google:hover,
.open > .dropdown-toggle.btn-google:focus,
.open > .dropdown-toggle.btn-google.focus {
  color: #fff;
  background-color: #a32b1c;
  border-color: rgba(0,0,0,0.2);
}
.btn-google:active,
.btn-google.active,
.open > .dropdown-toggle.btn-google {
  background-image: none;
}
.btn-google.disabled:hover,
.btn-google.disabled:focus,
.btn-google.disabled.focus,
.btn-google[disabled]:hover,
.btn-google[disabled]:focus,
.btn-google[disabled].focus,
fieldset[disabled] .btn-google:hover,
fieldset[disabled] .btn-google:focus,
fieldset[disabled] .btn-google.focus {
  background-color: #dd4b39;
  border-color: rgba(0,0,0,0.2);
}
.btn-google .badge {
  color: #dd4b39;
  background-color: #fff;
}
.btn-instagram {
  background-color: #3f729b;
  color: #fff;
  border-color: rgba(0,0,0,0.2);
}
.btn-instagram:focus,
.btn-instagram.focus {
  color: #fff;
  background-color: #305777;
  border-color: rgba(0,0,0,0.2);
}
.btn-instagram:hover {
  color: #fff;
  background-color: #305777;
  border-color: rgba(0,0,0,0.2);
}
.btn-instagram:active,
.btn-instagram.active,
.open > .dropdown-toggle.btn-instagram {
  color: #fff;
  background-color: #305777;
  border-color: rgba(0,0,0,0.2);
}
.btn-instagram:active:hover,
.btn-instagram:active:focus,
.btn-instagram:active.focus,
.btn-instagram.active:hover,
.btn-instagram.active:focus,
.btn-instagram.active.focus,
.open > .dropdown-toggle.btn-instagram:hover,
.open > .dropdown-toggle.btn-instagram:focus,
.open > .dropdown-toggle.btn-instagram.focus {
  color: #fff;
  background-color: #26455d;
  border-color: rgba(0,0,0,0.2);
}
.btn-instagram:active,
.btn-instagram.active,
.open > .dropdown-toggle.btn-instagram {
  background-image: none;
}
.btn-instagram.disabled:hover,
.btn-instagram.disabled:focus,
.btn-instagram.disabled.focus,
.btn-instagram[disabled]:hover,
.btn-instagram[disabled]:focus,
.btn-instagram[disabled].focus,
fieldset[disabled] .btn-instagram:hover,
fieldset[disabled] .btn-instagram:focus,
fieldset[disabled] .btn-instagram.focus {
  background-color: #3f729b;
  border-color: rgba(0,0,0,0.2);
}
.btn-instagram .badge {
  color: #3f729b;
  background-color: #fff;
}
.btn-linkedin {
  background-color: #007bb6;
  color: #fff;
  border-color: rgba(0,0,0,0.2);
}
.btn-linkedin:focus,
.btn-linkedin.focus {
  color: #fff;
  background-color: #005983;
  border-color: rgba(0,0,0,0.2);
}
.btn-linkedin:hover {
  color: #fff;
  background-color: #005983;
  border-color: rgba(0,0,0,0.2);
}
.btn-linkedin:active,
.btn-linkedin.active,
.open > .dropdown-toggle.btn-linkedin {
  color: #fff;
  background-color: #005983;
  border-color: rgba(0,0,0,0.2);
}
.btn-linkedin:active:hover,
.btn-linkedin:active:focus,
.btn-linkedin:active.focus,
.btn-linkedin.active:hover,
.btn-linkedin.active:focus,
.btn-linkedin.active.focus,
.open > .dropdown-toggle.btn-linkedin:hover,
.open > .dropdown-toggle.btn-linkedin:focus,
.open > .dropdown-toggle.btn-linkedin.focus {
  color: #fff;
  background-color: #00405f;
  border-color: rgba(0,0,0,0.2);
}
.btn-linkedin:active,
.btn-linkedin.active,
.open > .dropdown-toggle.btn-linkedin {
  background-image: none;
}
.btn-linkedin.disabled:hover,
.btn-linkedin.disabled:focus,
.btn-linkedin.disabled.focus,
.btn-linkedin[disabled]:hover,
.btn-linkedin[disabled]:focus,
.btn-linkedin[disabled].focus,
fieldset[disabled] .btn-linkedin:hover,
fieldset[disabled] .btn-linkedin:focus,
fieldset[disabled] .btn-linkedin.focus {
  background-color: #007bb6;
  border-color: rgba(0,0,0,0.2);
}
.btn-linkedin .badge {
  color: #007bb6;
  background-color: #fff;
}
.btn-microsoft {
  background-color: #2672ec;
  color: #fff;
  border-color: rgba(0,0,0,0.2);
}
.btn-microsoft:focus,
.btn-microsoft.focus {
  color: #fff;
  background-color: #125acd;
  border-color: rgba(0,0,0,0.2);
}
.btn-microsoft:hover {
  color: #fff;
  background-color: #125acd;
  border-color: rgba(0,0,0,0.2);
}
.btn-microsoft:active,
.btn-microsoft.active,
.open > .dropdown-toggle.btn-microsoft {
  color: #fff;
  background-color: #125acd;
  border-color: rgba(0,0,0,0.2);
}
.btn-microsoft:active:hover,
.btn-microsoft:active:focus,
.btn-microsoft:active.focus,
.btn-microsoft.active:hover,
.btn-microsoft.active:focus,
.btn-microsoft.active.focus,
.open > .dropdown-toggle.btn-microsoft:hover,
.open > .dropdown-toggle.btn-microsoft:focus,
.open > .dropdown-toggle.btn-microsoft.focus {
  color: #fff;
  background-color: #0f4bac;
  border-color: rgba(0,0,0,0.2);
}
.btn-microsoft:active,
.btn-microsoft.active,
.open > .dropdown-toggle.btn-microsoft {
  background-image: none;
}
.btn-microsoft.disabled:hover,
.btn-microsoft.disabled:focus,
.btn-microsoft.disabled.focus,
.btn-microsoft[disabled]:hover,
.btn-microsoft[disabled]:focus,
.btn-microsoft[disabled].focus,
fieldset[disabled] .btn-microsoft:hover,
fieldset[disabled] .btn-microsoft:focus,
fieldset[disabled] .btn-microsoft.focus {
  background-color: #2672ec;
  border-color: rgba(0,0,0,0.2);
}
.btn-microsoft .badge {
  color: #2672ec;
  background-color: #fff;
}
.btn-odnoklassniki {
  background-color: #f4731c;
  color: #fff;
  border-color: rgba(0,0,0,0.2);
}
.btn-odnoklassniki:focus,
.btn-odnoklassniki.focus {
  color: #fff;
  background-color: #d35b0a;
  border-color: rgba(0,0,0,0.2);
}
.btn-odnoklassniki:hover {
  color: #fff;
  background-color: #d35b0a;
  border-color: rgba(0,0,0,0.2);
}
.btn-odnoklassniki:active,
.btn-odnoklassniki.active,
.open > .dropdown-toggle.btn-odnoklassniki {
  color: #fff;
  background-color: #d35b0a;
  border-color: rgba(0,0,0,0.2);
}
.btn-odnoklassniki:active:hover,
.btn-odnoklassniki:active:focus,
.btn-odnoklassniki:active.focus,
.btn-odnoklassniki.active:hover,
.btn-odnoklassniki.active:focus,
.btn-odnoklassniki.active.focus,
.open > .dropdown-toggle.btn-odnoklassniki:hover,
.open > .dropdown-toggle.btn-odnoklassniki:focus,
.open > .dropdown-toggle.btn-odnoklassniki.focus {
  color: #fff;
  background-color: #b14c09;
  border-color: rgba(0,0,0,0.2);
}
.btn-odnoklassniki:active,
.btn-odnoklassniki.active,
.open > .dropdown-toggle.btn-odnoklassniki {
  background-image: none;
}
.btn-odnoklassniki.disabled:hover,
.btn-odnoklassniki.disabled:focus,
.btn-odnoklassniki.disabled.focus,
.btn-odnoklassniki[disabled]:hover,
.btn-odnoklassniki[disabled]:focus,
.btn-odnoklassniki[disabled].focus,
fieldset[disabled] .btn-odnoklassniki:hover,
fieldset[disabled] .btn-odnoklassniki:focus,
fieldset[disabled] .btn-odnoklassniki.focus {
  background-color: #f4731c;
  border-color: rgba(0,0,0,0.2);
}
.btn-odnoklassniki .badge {
  color: #f4731c;
  background-color: #fff;
}
.btn-openid {
  background-color: #f7931e;
  color: #fff;
  border-color: rgba(0,0,0,0.2);
}
.btn-openid:focus,
.btn-openid.focus {
  color: #fff;
  background-color: #da7908;
  border-color: rgba(0,0,0,0.2);
}
.btn-openid:hover {
  color: #fff;
  background-color: #da7908;
  border-color: rgba(0,0,0,0.2);
}
.btn-openid:active,
.btn-openid.active,
.open > .dropdown-toggle.btn-openid {
  color: #fff;
  background-color: #da7908;
  border-color: rgba(0,0,0,0.2);
}
.btn-openid:active:hover,
.btn-openid:active:focus,
.btn-openid:active.focus,
.btn-openid.active:hover,
.btn-openid.active:focus,
.btn-openid.active.focus,
.open > .dropdown-toggle.btn-openid:hover,
.open > .dropdown-toggle.btn-openid:focus,
.open > .dropdown-toggle.btn-openid.focus {
  color: #fff;
  background-color: #b86607;
  border-color: rgba(0,0,0,0.2);
}
.btn-openid:active,
.btn-openid.active,
.open > .dropdown-toggle.btn-openid {
  background-image: none;
}
.btn-openid.disabled:hover,
.btn-openid.disabled:focus,
.btn-openid.disabled.focus,
.btn-openid[disabled]:hover,
.btn-openid[disabled]:focus,
.btn-openid[disabled].focus,
fieldset[disabled] .btn-openid:hover,
fieldset[disabled] .btn-openid:focus,
fieldset[disabled] .btn-openid.focus {
  background-color: #f7931e;
  border-color: rgba(0,0,0,0.2);
}
.btn-openid .badge {
  color: #f7931e;
  background-color: #fff;
}
.btn-pinterest {
  background-color: #cb2027;
  color: #fff;
  border-color: rgba(0,0,0,0.2);
}
.btn-pinterest:focus,
.btn-pinterest.focus {
  color: #fff;
  background-color: #9f191f;
  border-color: rgba(0,0,0,0.2);
}
.btn-pinterest:hover {
  color: #fff;
  background-color: #9f191f;
  border-color: rgba(0,0,0,0.2);
}
.btn-pinterest:active,
.btn-pinterest.active,
.open > .dropdown-toggle.btn-pinterest {
  color: #fff;
  background-color: #9f191f;
  border-color: rgba(0,0,0,0.2);
}
.btn-pinterest:active:hover,
.btn-pinterest:active:focus,
.btn-pinterest:active.focus,
.btn-pinterest.active:hover,
.btn-pinterest.active:focus,
.btn-pinterest.active.focus,
.open > .dropdown-toggle.btn-pinterest:hover,
.open > .dropdown-toggle.btn-pinterest:focus,
.open > .dropdown-toggle.btn-pinterest.focus {
  color: #fff;
  background-color: #801419;
  border-color: rgba(0,0,0,0.2);
}
.btn-pinterest:active,
.btn-pinterest.active,
.open > .dropdown-toggle.btn-pinterest {
  background-image: none;
}
.btn-pinterest.disabled:hover,
.btn-pinterest.disabled:focus,
.btn-pinterest.disabled.focus,
.btn-pinterest[disabled]:hover,
.btn-pinterest[disabled]:focus,
.btn-pinterest[disabled].focus,
fieldset[disabled] .btn-pinterest:hover,
fieldset[disabled] .btn-pinterest:focus,
fieldset[disabled] .btn-pinterest.focus {
  background-color: #cb2027;
  border-color: rgba(0,0,0,0.2);
}
.btn-pinterest .badge {
  color: #cb2027;
  background-color: #fff;
}
.btn-reddit {
  background-color: #eff7ff;
  color: #000;
  border-color: rgba(0,0,0,0.2);
}
.btn-reddit:focus,
.btn-reddit.focus {
  color: #000;
  background-color: #bcdeff;
  border-color: rgba(0,0,0,0.2);
}
.btn-reddit:hover {
  color: #000;
  background-color: #bcdeff;
  border-color: rgba(0,0,0,0.2);
}
.btn-reddit:active,
.btn-reddit.active,
.open > .dropdown-toggle.btn-reddit {
  color: #000;
  background-color: #bcdeff;
  border-color: rgba(0,0,0,0.2);
}
.btn-reddit:active:hover,
.btn-reddit:active:focus,
.btn-reddit:active.focus,
.btn-reddit.active:hover,
.btn-reddit.active:focus,
.btn-reddit.active.focus,
.open > .dropdown-toggle.btn-reddit:hover,
.open > .dropdown-toggle.btn-reddit:focus,
.open > .dropdown-toggle.btn-reddit.focus {
  color: #000;
  background-color: #98ccff;
  border-color: rgba(0,0,0,0.2);
}
.btn-reddit:active,
.btn-reddit.active,
.open > .dropdown-toggle.btn-reddit {
  background-image: none;
}
.btn-reddit.disabled:hover,
.btn-reddit.disabled:focus,
.btn-reddit.disabled.focus,
.btn-reddit[disabled]:hover,
.btn-reddit[disabled]:focus,
.btn-reddit[disabled].focus,
fieldset[disabled] .btn-reddit:hover,
fieldset[disabled] .btn-reddit:focus,
fieldset[disabled] .btn-reddit.focus {
  background-color: #eff7ff;
  border-color: rgba(0,0,0,0.2);
}
.btn-reddit .badge {
  color: #eff7ff;
  background-color: #000;
}
.btn-soundcloud {
  background-color: #ff5500;
  color: #fff;
  border-color: rgba(0,0,0,0.2);
}
.btn-soundcloud:focus,
.btn-soundcloud.focus {
  color: #fff;
  background-color: #cc4400;
  border-color: rgba(0,0,0,0.2);
}
.btn-soundcloud:hover {
  color: #fff;
  background-color: #cc4400;
  border-color: rgba(0,0,0,0.2);
}
.btn-soundcloud:active,
.btn-soundcloud.active,
.open > .dropdown-toggle.btn-soundcloud {
  color: #fff;
  background-color: #cc4400;
  border-color: rgba(0,0,0,0.2);
}
.btn-soundcloud:active:hover,
.btn-soundcloud:active:focus,
.btn-soundcloud:active.focus,
.btn-soundcloud.active:hover,
.btn-soundcloud.active:focus,
.btn-soundcloud.active.focus,
.open > .dropdown-toggle.btn-soundcloud:hover,
.open > .dropdown-toggle.btn-soundcloud:focus,
.open > .dropdown-toggle.btn-soundcloud.focus {
  color: #fff;
  background-color: #a83800;
  border-color: rgba(0,0,0,0.2);
}
.btn-soundcloud:active,
.btn-soundcloud.active,
.open > .dropdown-toggle.btn-soundcloud {
  background-image: none;
}
.btn-soundcloud.disabled:hover,
.btn-soundcloud.disabled:focus,
.btn-soundcloud.disabled.focus,
.btn-soundcloud[disabled]:hover,
.btn-soundcloud[disabled]:focus,
.btn-soundcloud[disabled].focus,
fieldset[disabled] .btn-soundcloud:hover,
fieldset[disabled] .btn-soundcloud:focus,
fieldset[disabled] .btn-soundcloud.focus {
  background-color: #ff5500;
  border-color: rgba(0,0,0,0.2);
}
.btn-soundcloud .badge {
  color: #ff5500;
  background-color: #fff;
}
.btn-tumblr {
  background-color: #2c4762;
  color: #fff;
  border-color: rgba(0,0,0,0.2);
}
.btn-tumblr:focus,
.btn-tumblr.focus {
  color: #fff;
  background-color: #1c2e3f;
  border-color: rgba(0,0,0,0.2);
}
.btn-tumblr:hover {
  color: #fff;
  background-color: #1c2e3f;
  border-color: rgba(0,0,0,0.2);
}
.btn-tumblr:active,
.btn-tumblr.active,
.open > .dropdown-toggle.btn-tumblr {
  color: #fff;
  background-color: #1c2e3f;
  border-color: rgba(0,0,0,0.2);
}
.btn-tumblr:active:hover,
.btn-tumblr:active:focus,
.btn-tumblr:active.focus,
.btn-tumblr.active:hover,
.btn-tumblr.active:focus,
.btn-tumblr.active.focus,
.open > .dropdown-toggle.btn-tumblr:hover,
.open > .dropdown-toggle.btn-tumblr:focus,
.open > .dropdown-toggle.btn-tumblr.focus {
  color: #fff;
  background-color: #111c26;
  border-color: rgba(0,0,0,0.2);
}
.btn-tumblr:active,
.btn-tumblr.active,
.open > .dropdown-toggle.btn-tumblr {
  background-image: none;
}
.btn-tumblr.disabled:hover,
.btn-tumblr.disabled:focus,
.btn-tumblr.disabled.focus,
.btn-tumblr[disabled]:hover,
.btn-tumblr[disabled]:focus,
.btn-tumblr[disabled].focus,
fieldset[disabled] .btn-tumblr:hover,
fieldset[disabled] .btn-tumblr:focus,
fieldset[disabled] .btn-tumblr.focus {
  background-color: #2c4762;
  border-color: rgba(0,0,0,0.2);
}
.btn-tumblr .badge {
  color: #2c4762;
  background-color: #fff;
}
.btn-twitter {
  background-color: #55acee;
  color: #fff;
  border-color: rgba(0,0,0,0.2);
}
.btn-twitter:focus,
.btn-twitter.focus {
  color: #fff;
  background-color: #2795e9;
  border-color: rgba(0,0,0,0.2);
}
.btn-twitter:hover {
  color: #fff;
  background-color: #2795e9;
  border-color: rgba(0,0,0,0.2);
}
.btn-twitter:active,
.btn-twitter.active,
.open > .dropdown-toggle.btn-twitter {
  color: #fff;
  background-color: #2795e9;
  border-color: rgba(0,0,0,0.2);
}
.btn-twitter:active:hover,
.btn-twitter:active:focus,
.btn-twitter:active.focus,
.btn-twitter.active:hover,
.btn-twitter.active:focus,
.btn-twitter.active.focus,
.open > .dropdown-toggle.btn-twitter:hover,
.open > .dropdown-toggle.btn-twitter:focus,
.open > .dropdown-toggle.btn-twitter.focus {
  color: #fff;
  background-color: #1583d7;
  border-color: rgba(0,0,0,0.2);
}
.btn-twitter:active,
.btn-twitter.active,
.open > .dropdown-toggle.btn-twitter {
  background-image: none;
}
.btn-twitter.disabled:hover,
.btn-twitter.disabled:focus,
.btn-twitter.disabled.focus,
.btn-twitter[disabled]:hover,
.btn-twitter[disabled]:focus,
.btn-twitter[disabled].focus,
fieldset[disabled] .btn-twitter:hover,
fieldset[disabled] .btn-twitter:focus,
fieldset[disabled] .btn-twitter.focus {
  background-color: #55acee;
  border-color: rgba(0,0,0,0.2);
}
.btn-twitter .badge {
  color: #55acee;
  background-color: #fff;
}
.btn-vimeo {
  background-color: #1ab7ea;
  color: #fff;
  border-color: rgba(0,0,0,0.2);
}
.btn-vimeo:focus,
.btn-vimeo.focus {
  color: #fff;
  background-color: #1295bf;
  border-color: rgba(0,0,0,0.2);
}
.btn-vimeo:hover {
  color: #fff;
  background-color: #1295bf;
  border-color: rgba(0,0,0,0.2);
}
.btn-vimeo:active,
.btn-vimeo.active,
.open > .dropdown-toggle.btn-vimeo {
  color: #fff;
  background-color: #1295bf;
  border-color: rgba(0,0,0,0.2);
}
.btn-vimeo:active:hover,
.btn-vimeo:active:focus,
.btn-vimeo:active.focus,
.btn-vimeo.active:hover,
.btn-vimeo.active:focus,
.btn-vimeo.active.focus,
.open > .dropdown-toggle.btn-vimeo:hover,
.open > .dropdown-toggle.btn-vimeo:focus,
.open > .dropdown-toggle.btn-vimeo.focus {
  color: #fff;
  background-color: #0f7b9f;
  border-color: rgba(0,0,0,0.2);
}
.btn-vimeo:active,
.btn-vimeo.active,
.open > .dropdown-toggle.btn-vimeo {
  background-image: none;
}
.btn-vimeo.disabled:hover,
.btn-vimeo.disabled:focus,
.btn-vimeo.disabled.focus,
.btn-vimeo[disabled]:hover,
.btn-vimeo[disabled]:focus,
.btn-vimeo[disabled].focus,
fieldset[disabled] .btn-vimeo:hover,
fieldset[disabled] .btn-vimeo:focus,
fieldset[disabled] .btn-vimeo.focus {
  background-color: #1ab7ea;
  border-color: rgba(0,0,0,0.2);
}
.btn-vimeo .badge {
  color: #1ab7ea;
  background-color: #fff;
}
.btn-vk {
  background-color: #587ea3;
  color: #fff;
  border-color: rgba(0,0,0,0.2);
}
.btn-vk:focus,
.btn-vk.focus {
  color: #fff;
  background-color: #466482;
  border-color: rgba(0,0,0,0.2);
}
.btn-vk:hover {
  color: #fff;
  background-color: #466482;
  border-color: rgba(0,0,0,0.2);
}
.btn-vk:active,
.btn-vk.active,
.open > .dropdown-toggle.btn-vk {
  color: #fff;
  background-color: #466482;
  border-color: rgba(0,0,0,0.2);
}
.btn-vk:active:hover,
.btn-vk:active:focus,
.btn-vk:active.focus,
.btn-vk.active:hover,
.btn-vk.active:focus,
.btn-vk.active.focus,
.open > .dropdown-toggle.btn-vk:hover,
.open > .dropdown-toggle.btn-vk:focus,
.open > .dropdown-toggle.btn-vk.focus {
  color: #fff;
  background-color: #3a526b;
  border-color: rgba(0,0,0,0.2);
}
.btn-vk:active,
.btn-vk.active,
.open > .dropdown-toggle.btn-vk {
  background-image: none;
}
.btn-vk.disabled:hover,
.btn-vk.disabled:focus,
.btn-vk.disabled.focus,
.btn-vk[disabled]:hover,
.btn-vk[disabled]:focus,
.btn-vk[disabled].focus,
fieldset[disabled] .btn-vk:hover,
fieldset[disabled] .btn-vk:focus,
fieldset[disabled] .btn-vk.focus {
  background-color: #587ea3;
  border-color: rgba(0,0,0,0.2);
}
.btn-vk .badge {
  color: #587ea3;
  background-color: #fff;
}
.btn-yahoo {
  background-color: #720e9e;
  color: #fff;
  border-color: rgba(0,0,0,0.2);
}
.btn-yahoo:focus,
.btn-yahoo.focus {
  color: #fff;
  background-color: #500a6f;
  border-color: rgba(0,0,0,0.2);
}
.btn-yahoo:hover {
  color: #fff;
  background-color: #500a6f;
  border-color: rgba(0,0,0,0.2);
}
.btn-yahoo:active,
.btn-yahoo.active,
.open > .dropdown-toggle.btn-yahoo {
  color: #fff;
  background-color: #500a6f;
  border-color: rgba(0,0,0,0.2);
}
.btn-yahoo:active:hover,
.btn-yahoo:active:focus,
.btn-yahoo:active.focus,
.btn-yahoo.active:hover,
.btn-yahoo.active:focus,
.btn-yahoo.active.focus,
.open > .dropdown-toggle.btn-yahoo:hover,
.open > .dropdown-toggle.btn-yahoo:focus,
.open > .dropdown-toggle.btn-yahoo.focus {
  color: #fff;
  background-color: #39074e;
  border-color: rgba(0,0,0,0.2);
}
.btn-yahoo:active,
.btn-yahoo.active,
.open > .dropdown-toggle.btn-yahoo {
  background-image: none;
}
.btn-yahoo.disabled:hover,
.btn-yahoo.disabled:focus,
.btn-yahoo.disabled.focus,
.btn-yahoo[disabled]:hover,
.btn-yahoo[disabled]:focus,
.btn-yahoo[disabled].focus,
fieldset[disabled] .btn-yahoo:hover,
fieldset[disabled] .btn-yahoo:focus,
fieldset[disabled] .btn-yahoo.focus {
  background-color: #720e9e;
  border-color: rgba(0,0,0,0.2);
}
.btn-yahoo .badge {
  color: #720e9e;
  background-color: #fff;
}
.social-icons-wrp {
  list-style: none;
  text-align: center;
  padding: 0;
}
.social-icons-wrp li {
  display: inline-block;
}
.social-icons-wrp li a {
  display: inline-block;
  background: none;
  color: #b7b7b7;
  font-size: 20px;
  height: 40px;
  width: 40px;
}
.social-icons-wrp li a:hover {
  background: none;
  color: white;
}
.social-icons-wrp li a:focus {
  background: none;
}
footer .social-icons-wrp {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
}
@media (max-width: 767px) {
  footer .social-icons-wrp {
    width: 40%;
    text-align: right;
    margin-right: 5px;
  }
}
footer .social-icons-wrp li a {
  padding: 0;
  font-size: 14px;
  height: 28px;
  width: 28px;
  color: #818181 !important;
}
.white-well {
  background: white;
  padding: 10px 15px;
  margin-top: 10px;
  position: relative;
}
.white-well h4 {
  font-weight: bold;
  font-size: 20px;
  text-transform: capitalize;
}
.white-well p {
  color: rgba(40,40,40,0.7);
}
.white-well .well-button {
  position: absolute;
  bottom: 0;
  right: 0;
}
.white-well .well-button a {
  color: black;
  font-weight: 700;
  font-size: 0.9em;
}
.white-well .well-button .wsnw {
  margin-left: 5px;
  padding: 4px 4px 3px 3px;
  background: #202529;
}
.white-well .well-button .wsnw em {
  color: #40bff6;
}
.humber-gray-well {
  background: #e9e9e9;
  padding: 10px 15px;
  margin-top: 10px;
  min-height: 300px;
  position: relative;
}
.humber-gray-well h4 {
  font-weight: bold;
  font-size: 20px;
  text-transform: capitalize;
}
.humber-gray-well p {
  line-height: 32px;
  color: black;
}
.humber-gray-well .well-button {
  position: absolute;
  bottom: 0;
  right: 0;
}
.humber-gray-well .well-button a {
  color: black;
  font-weight: 700;
  font-size: 0.9em;
}
.humber-gray-well .well-button .wsnw {
  margin-left: 5px;
  padding: 4px 4px 3px 3px;
  background: #202529;
}
.humber-gray-well .well-button .wsnw em {
  color: #40bff6;
}
.humber-blue-well {
  background: #7bd6fe;
  padding: 10px 15px;
  margin-top: 10px;
  min-height: 300px;
  position: relative;
}
.humber-blue-well h4 {
  font-weight: bold;
  font-size: 20px;
  text-transform: capitalize;
}
.humber-blue-well p {
  line-height: 32px;
  color: black;
}
.humber-blue-well .well-button {
  position: absolute;
  bottom: 0;
  right: 0;
}
.humber-blue-well .well-button a {
  color: black;
  font-weight: 700;
  font-size: 0.9em;
}
.humber-blue-well .well-button .wsnw {
  margin-left: 5px;
  padding: 4px 4px 3px 3px;
  background: #202529;
}
.humber-blue-well .well-button .wsnw em {
  color: #40bff6;
}
.humber-lime-well {
  background: #c8e14d;
  padding: 10px 15px;
  margin-top: 10px;
  min-height: 300px;
  position: relative;
}
.humber-lime-well h4 {
  font-weight: bold;
  font-size: 20px;
  text-transform: capitalize;
}
.humber-lime-well p {
  line-height: 32px;
  color: black;
}
.humber-lime-well .well-button {
  position: absolute;
  bottom: 0;
  right: 0;
}
.humber-lime-well .well-button a {
  color: black;
  font-weight: 700;
  font-size: 0.9em;
}
.humber-lime-well .well-button .wsnw {
  margin-left: 5px;
  padding: 4px 4px 3px 3px;
  background: #202529;
}
.humber-lime-well .well-button .wsnw em {
  color: #40bff6;
}
.aoda-only {
  display: none;
}
.feed-image {
  width: 300px;
  float: left;
  margin-right: 25px;
  margin-bottom: 15px;
}
.social-media-bar {
  text-align: center;
}
.social-media-bar a {
  color: #eaeaea !important;
  margin: 0 10px;
}
.social-media-bar .fa {
  font-size: 32px !important;
}
#SchoolGroupForm input,
#ArboretumProgramForm input,
#LakeshoreProgramForm input {
  height: 30px;
  margin-bottom: 10px;
}
#SchoolGroupForm input[type="checkbox"],
#ArboretumProgramForm input[type="checkbox"],
#LakeshoreProgramForm input[type="checkbox"] {
  height: inherit;
}
#SchoolGroupForm h2,
#ArboretumProgramForm h2,
#LakeshoreProgramForm h2 {
  margin-bottom: 15px;
  margin-left: 15px;
}
#SchoolGroupForm p,
#SchoolGroupForm hr,
#SchoolGroupForm button[type="submit"],
#SchoolGroupForm .checkbox,
#ArboretumProgramForm p,
#ArboretumProgramForm hr,
#ArboretumProgramForm button[type="submit"],
#ArboretumProgramForm .checkbox,
#LakeshoreProgramForm p,
#LakeshoreProgramForm hr,
#LakeshoreProgramForm button[type="submit"],
#LakeshoreProgramForm .checkbox {
  margin-left: 15px;
}
@media (max-width: 768px) {
  #SchoolGroupForm p,
  #SchoolGroupForm hr,
  #SchoolGroupForm button[type="submit"],
  #SchoolGroupForm .checkbox,
  #ArboretumProgramForm p,
  #ArboretumProgramForm hr,
  #ArboretumProgramForm button[type="submit"],
  #ArboretumProgramForm .checkbox,
  #LakeshoreProgramForm p,
  #LakeshoreProgramForm hr,
  #LakeshoreProgramForm button[type="submit"],
  #LakeshoreProgramForm .checkbox {
    margin-left: 0;
  }
}
#PhotographyPermitForm input {
  height: 30px;
  margin-bottom: 10px;
}
#PhotographyPermitForm input[type="checkbox"] {
  height: inherit;
}
#PhotographyPermitForm h2 {
  margin-bottom: 15px;
  margin-left: 15px;
}
#PhotographyPermitForm p,
#PhotographyPermitForm hr,
#PhotographyPermitForm button[type="submit"],
#PhotographyPermitForm .checkbox {
  margin-left: 15px;
}
.logos {
  float: right;
  margin-right: 5px;
}
@media (max-width: 980px) {
  .logos p {
    display: none;
  }
}
.logos a {
  display: inline-block;
  padding: 0px 15px 10px 15px;
}
.logos a img {
  width: 100px;
}
@media (max-width: 1200px) {
  .logos a {
    padding: 0px 10px 0px 10px;
  }
}
@media (max-width: 980px) {
  .logos a {
    display: none;
  }
}
.logos .social-icon {
  color: black !important;
  padding-left: 8px;
  padding-right: 8px;
}
.logos .social-icon:last-child {
  padding-right: 0;
}
.logos .social-icon:hover span {
  color: gray;
}
.logos .social-icon .fa {
  font-size: 24px;
}
.custom-highlights .met-row:first-child .span6 .text {
  background: #e9e9e9;
  padding-left: 15px;
  width: 70% !important;
  display: inline-block;
  height: 258px;
}
.custom-highlights .met-row:first-child .span6 .text p {
  margin-right: 20%;
}
@media (max-width: 1200px) {
  .custom-highlights .met-row:first-child .span6 .text {
    width: 60% !important;
  }
  .custom-highlights .met-row:first-child .span6 .text .inner-wrap {
    margin-right: 25px;
  }
}
@media (max-width: 980px) {
  .custom-highlights .met-row:first-child .span6 .text {
    display: block !important;
    width: 100% !important;
    background: #e9e9e9;
    padding: 0;
  }
  .custom-highlights .met-row:first-child .span6 .text .inner-wrap {
    padding: 15px;
  }
}
.custom-highlights .met-row:first-child .span6 .image {
  position: absolute;
  right: -25px;
}
@media (max-width: 1200px) {
  .custom-highlights .met-row:first-child .span6 .image {
    right: -35px;
  }
}
.custom-highlights .met-row:nth-child(2) .span6,
.custom-highlights .met-row:nth-child(4) .span6 {
  margin-top: -150px;
}
.custom-highlights .met-row:nth-child(2) .span6 .text,
.custom-highlights .met-row:nth-child(4) .span6 .text {
  background: #e9e9e9;
  display: inline-block;
  width: 70% !important;
  margin-left: 20%;
  height: 258px;
  padding-right: 15px;
}
.custom-highlights .met-row:nth-child(2) .span6 .text h2,
.custom-highlights .met-row:nth-child(2) .span6 .text p,
.custom-highlights .met-row:nth-child(2) .span6 .text .bottom-links-wrp,
.custom-highlights .met-row:nth-child(4) .span6 .text h2,
.custom-highlights .met-row:nth-child(4) .span6 .text p,
.custom-highlights .met-row:nth-child(4) .span6 .text .bottom-links-wrp {
  margin-left: 170px;
}
@media (max-width: 980px) {
  .custom-highlights .met-row:nth-child(2) .span6 .text,
  .custom-highlights .met-row:nth-child(4) .span6 .text {
    display: block !important;
    width: 100% !important;
    background: #e9e9e9;
    padding: 0;
    margin-left: 0;
  }
  .custom-highlights .met-row:nth-child(2) .span6 .text .inner-wrap,
  .custom-highlights .met-row:nth-child(4) .span6 .text .inner-wrap {
    padding: 15px;
  }
  .custom-highlights .met-row:nth-child(2) .span6 .text h2,
  .custom-highlights .met-row:nth-child(2) .span6 .text p,
  .custom-highlights .met-row:nth-child(2) .span6 .text .bottom-links-wrp,
  .custom-highlights .met-row:nth-child(4) .span6 .text h2,
  .custom-highlights .met-row:nth-child(4) .span6 .text p,
  .custom-highlights .met-row:nth-child(4) .span6 .text .bottom-links-wrp {
    margin-left: 0;
  }
}
.custom-highlights .met-row:nth-child(2) .span6 .image,
.custom-highlights .met-row:nth-child(4) .span6 .image {
  position: absolute;
  left: -25px;
}
@media (max-width: 1200px) {
  .custom-highlights .met-row:nth-child(2) .span6 .image,
  .custom-highlights .met-row:nth-child(4) .span6 .image {
    left: -35px;
  }
}
@media (max-width: 980px) {
  .custom-highlights .met-row:nth-child(2) .span6 .image,
  .custom-highlights .met-row:nth-child(4) .span6 .image {
    left: 0px;
  }
}
.custom-highlights .met-row:nth-child(3) .span6,
.custom-highlights .met-row:nth-child(5) .span6 {
  margin-top: -140px;
}
@media (max-width: 1200px) {
  .custom-highlights .met-row:nth-child(3) .span6,
  .custom-highlights .met-row:nth-child(5) .span6 {
    margin-top: -150px;
  }
}
.custom-highlights .met-row:nth-child(3) .span6 .text,
.custom-highlights .met-row:nth-child(5) .span6 .text {
  background: #e9e9e9;
  padding-left: 15px;
  width: 70% !important;
  display: inline-block;
  width: 50%;
  height: 258px;
}
.custom-highlights .met-row:nth-child(3) .span6 .text p,
.custom-highlights .met-row:nth-child(5) .span6 .text p {
  margin-right: 20%;
}
@media (max-width: 1200px) {
  .custom-highlights .met-row:nth-child(3) .span6 .text,
  .custom-highlights .met-row:nth-child(5) .span6 .text {
    width: 60% !important;
  }
  .custom-highlights .met-row:nth-child(3) .span6 .text .inner-wrap,
  .custom-highlights .met-row:nth-child(5) .span6 .text .inner-wrap {
    margin-right: 25px;
  }
}
@media (max-width: 980px) {
  .custom-highlights .met-row:nth-child(3) .span6 .text,
  .custom-highlights .met-row:nth-child(5) .span6 .text {
    display: block !important;
    width: 100% !important;
    background: #e9e9e9;
    padding: 0;
  }
  .custom-highlights .met-row:nth-child(3) .span6 .text .inner-wrap,
  .custom-highlights .met-row:nth-child(5) .span6 .text .inner-wrap {
    padding: 15px;
  }
}
.custom-highlights .met-row:nth-child(3) .span6 .image,
.custom-highlights .met-row:nth-child(5) .span6 .image {
  position: absolute;
  right: -25px;
}
@media (max-width: 1200px) {
  .custom-highlights .met-row:nth-child(3) .span6 .image,
  .custom-highlights .met-row:nth-child(5) .span6 .image {
    right: -35px;
  }
}
@media (max-width: 980px) {
  .custom-highlights .met-row:nth-child(3) .span6 .image,
  .custom-highlights .met-row:nth-child(5) .span6 .image {
    right: 0px;
  }
}
.custom-highlights .met-row:first-child .span6 .text,
.custom-highlights .met-row:nth-child(4) .span6 .text {
  background: #2e6c97;
  color: white;
}
.custom-highlights .met-row:first-child .span6 .text h2,
.custom-highlights .met-row:nth-child(4) .span6 .text h2 {
  color: white;
}
.custom-highlights .met-row:nth-child(3) .span6 .text {
  color: black;
}
.custom-highlights .met-row:nth-child(3) .span6 .text h2 {
  color: black;
}
.custom-highlights .met-row:nth-child(2) .span6 .text,
.custom-highlights .met-row:nth-child(5) .span6 .text {
  background: #C2D56D;
  color: #333;
}
.custom-highlights .met-row:nth-child(2) .span6 .text h2,
.custom-highlights .met-row:nth-child(5) .span6 .text h2 {
  color: #333;
}
.custom-highlights .met-row .span6 .text p {
  font-size: 14px;
}
@media (max-width: 1200px) {
  .custom-highlights .met-row .span6 .text p {
    font-size: 11px;
    line-height: 18px;
  }
}
@media (max-width: 980px) {
  .custom-highlights .met-row .span6 {
    width: 100%;
    margin-top: 0 !important;
    margin-left: 0;
  }
  .custom-highlights .met-row .span6 .text p {
    font-size: 14px;
    line-height: 23px;
  }
  .custom-highlights .met-row .span6 .text p br {
    display: none;
  }
}
@media (max-width: 980px) and (max-width: 980px) {
  .custom-highlights .met-row .span6 .image {
    display: block;
    position: static !important;
  }
  .custom-highlights .met-row .span6 .image img {
    display: block;
    margin: auto;
  }
}
.mobilevideo360 {
  display: none;
  position: relative;
}
@media (max-width: 768px) {
  .mobilevideo360 {
    display: block;
  }
}
.mobilevideo360:before {
  font-family: 'Elusive-Icons';
  content: "\e05b";
  position: absolute;
  opacity: .5;
  top: 50%;
  left: 50%;
  margin-top: 0;
  margin-left: -28px;
  font-size: 56px;
  color: #fff;
  text-shadow: 0px 0px 1px #000;
}
@media (max-width: 768px) {
  .desktopvideo360 {
    display: none;
  }
}
.SectionGenericBlockItem-ProgramDetails {
  background-color: #20262b;
}
.SectionGenericBlockItem-ProgramDetails .program-details-wrp {
  padding-bottom: 0;
}
.SectionGenericBlockItem-ProgramDetails .social-icons-wrp {
  margin: 0;
  margin-top: 10px;
  float: right;
  margin-right: 310px;
}
@media (max-width: 1200px) {
  .SectionGenericBlockItem-ProgramDetails .social-icons-wrp {
    margin-right: 0px;
  }
}
.SectionGenericBlockItem-ProgramDetails .nav-tabs li a {
  background: #d1cfcf;
  color: #000 !important;
  border-radius: 0;
  font-weight: normal;
  font-size: 15px;
  margin-right: 5px;
  padding: 5px 10px;
}
.SectionGenericBlockItem-ProgramDetails .nav-tabs li a.active {
  background: #FFF;
}
.SectionGenericBlockItem-ProgramDetails .nav-tabs li.how-to-apply {
  float: right;
}
.SectionGenericBlockItem-ProgramDetails .nav-tabs li.how-to-apply a {
  background: #ca2869;
  color: #FFF !important;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .SectionGenericBlockItem-ProgramDetails .nav-tabs li {
    display: block;
    float: none;
    margin-bottom: 1px;
    margin-right: 0px;
  }
  .SectionGenericBlockItem-ProgramDetails .nav-tabs li a {
    margin-right: 0px;
  }
  .SectionGenericBlockItem-ProgramDetails .nav-tabs li a em {
    float: right;
    display: block;
    padding-top: 5px;
  }
  .SectionGenericBlockItem-ProgramDetails .nav-tabs li.how-to-apply {
    float: none;
  }
}
.SectionGenericBlockItem-ProgramDetails .program-details-tabs-wrp {
  font-family: 'Gudea', sans-serif;
}
.SectionGenericBlockItem-ProgramDetails .program-details-tabs-wrp h2 {
  font-size: 18px;
  text-transform: uppercase;
}
.SectionGenericBlockItem-ProgramDetails .program-details-tabs-wrp h2 span {
  font-size: 28px;
}
.SectionGenericBlockItem-ProgramDetails .program-details-data-wrp,
.SectionGenericBlockItem-ProgramDetails .program-details-data {
  background: #FFF;
  font-family: 'Gudea', sans-serif;
  color: #000;
  font-size: 13px;
}
.SectionGenericBlockItem-ProgramDetails .program-details-data-wrp p,
.SectionGenericBlockItem-ProgramDetails .program-details-data-wrp td,
.SectionGenericBlockItem-ProgramDetails .program-details-data-wrp th,
.SectionGenericBlockItem-ProgramDetails .program-details-data-wrp h1,
.SectionGenericBlockItem-ProgramDetails .program-details-data-wrp h2,
.SectionGenericBlockItem-ProgramDetails .program-details-data-wrp h3,
.SectionGenericBlockItem-ProgramDetails .program-details-data-wrp h4,
.SectionGenericBlockItem-ProgramDetails .program-details-data-wrp h5,
.SectionGenericBlockItem-ProgramDetails .program-details-data-wrp ul,
.SectionGenericBlockItem-ProgramDetails .program-details-data-wrp li,
.SectionGenericBlockItem-ProgramDetails .program-details-data-wrp span,
.SectionGenericBlockItem-ProgramDetails .program-details-data p,
.SectionGenericBlockItem-ProgramDetails .program-details-data td,
.SectionGenericBlockItem-ProgramDetails .program-details-data th,
.SectionGenericBlockItem-ProgramDetails .program-details-data h1,
.SectionGenericBlockItem-ProgramDetails .program-details-data h2,
.SectionGenericBlockItem-ProgramDetails .program-details-data h3,
.SectionGenericBlockItem-ProgramDetails .program-details-data h4,
.SectionGenericBlockItem-ProgramDetails .program-details-data h5,
.SectionGenericBlockItem-ProgramDetails .program-details-data ul,
.SectionGenericBlockItem-ProgramDetails .program-details-data li,
.SectionGenericBlockItem-ProgramDetails .program-details-data span {
  color: #000;
  font-size: 13px;
}
.SectionGenericBlockItem-ProgramDetails .program-details-data-wrp a,
.SectionGenericBlockItem-ProgramDetails .program-details-data a {
  color: #0099d9 !important;
}
.SectionGenericBlockItem-ProgramDetails .program-details-data-wrp h1,
.SectionGenericBlockItem-ProgramDetails .program-details-data h1 {
  font-size: 19px;
}
.SectionGenericBlockItem-ProgramDetails .program-details-data-wrp h2,
.SectionGenericBlockItem-ProgramDetails .program-details-data h2 {
  font-size: 17px;
}
.SectionGenericBlockItem-ProgramDetails .program-details-data-wrp h3,
.SectionGenericBlockItem-ProgramDetails .program-details-data h3 {
  font-size: 15px;
}
.SectionGenericBlockItem-ProgramDetails .program-details-data-wrp h4,
.SectionGenericBlockItem-ProgramDetails .program-details-data h4 {
  font-size: 13px;
}
.SectionGenericBlockItem-ProgramDetails .program-details-data-wrp table,
.SectionGenericBlockItem-ProgramDetails .program-details-data table {
  margin: 12px 0 18px 0;
}
.SectionGenericBlockItem-ProgramDetails .program-details-data-wrp table thead td,
.SectionGenericBlockItem-ProgramDetails .program-details-data-wrp table thead th,
.SectionGenericBlockItem-ProgramDetails .program-details-data table thead td,
.SectionGenericBlockItem-ProgramDetails .program-details-data table thead th {
  color: #5a5957;
}
