/*
 * Social Buttons for Bootstrap
 *
 * Copyright 2013-2015 Panayiotis Lipiridis
 * Licensed under the MIT License
 *
 * https://github.com/lipis/bootstrap-social
 */
/* CUSTOM CARD HOVER EFFECT */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.no-margin {
  margin: 0;
}
.no-padding {
  padding: 0;
}
.hide {
  display: none;
}
@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";
}
html {
  box-sizing: border-box;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
body {
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
  font-family: "Open sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 23px;
  color: rgba(40,40,40,0.85);
  background-color: #fff;
  min-height: 100vh;
}
a {
  color: #005173;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #00090d;
}
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 {
  font-size: 28px;
  line-height: 1;
  margin: 12px 0 20px 0;
}
h2 {
  font-size: 21px;
  line-height: 1;
  margin: 12px 0 0 0;
}
h3 {
  font-size: 15.4px;
  line-height: 1;
  margin: 12px 0 0 0;
}
h4 {
  font-size: 14px;
  text-transform: uppercase;
  margin: 12px 0 0 0;
}
h5 {
  font-size: 14px;
  margin: 12px 0 0 0;
}
h6 {
  font-size: 11.9px;
}
p {
  margin: 10px 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,
.SectionGenericBlockItem-FooterBlock .footer-breadcrumbs em {
  font-size: 10px;
  display: inline-block;
}
.SectionGenericBlockItem-FooterBlock .footer-breadcrumbs i.icon-humber-logo,
.SectionGenericBlockItem-FooterBlock .footer-breadcrumbs em.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,
.SectionGenericBlockItem-FooterBlock .footer-breadcrumbs em.icon-humber-logo:hover,
.SectionGenericBlockItem-FooterBlock .footer-breadcrumbs em.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,
.SectionGenericBlockItem-FooterBlock .footer-breadcrumbs em.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,
.SectionGenericBlockItem-FooterBlock .footer-breadcrumbs em.icon-humber-logo-footer:hover,
.SectionGenericBlockItem-FooterBlock .footer-breadcrumbs em.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,
.SectionGenericBlockItem-FooterBlock .footer-breadcrumbs a em.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,
.SectionGenericBlockItem-FooterBlock .footer-breadcrumbs a:hover em.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-ParallaxBlock {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  padding: 0;
  margin: 0;
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
}
.tab-content .tab-pane .container {
  padding: 0 30px;
}
.container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}
.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: #40bff6;
}
.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;
}
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  border-radius: unset;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.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.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-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-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-regular {
  padding: 9px 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;
}
.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-item img {
  max-width: 100%;
  height: auto;
}
.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;
  }
}
.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 !important;
}
.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 !important;
}
.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 !important;
}
.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 !important;
}
.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 !important;
}
.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 !important;
}
.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 !important;
}
.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 !important;
}
.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 !important;
}
.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;
}
.wsnw {
  white-space: nowrap;
}
.dim-bg {
  content: '\A';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.5);
  opacity: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.theme-bg-img-cover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.theme-bg-img-cover::before {
  content: '\A';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.5);
  opacity: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.theme-bg-img-tile {
  background-repeat: round space;
  position: relative;
}
.theme-bg-img-tile::before {
  content: '\A';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.5);
  opacity: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.theme-bg-img-parallax {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  padding: 0;
  margin: 0;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
}
.theme-bg-img-parallax::before {
  content: '\A';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.5);
  opacity: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.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-bottom: 4px;
}
.play-pause i:before {
  content: "\e069";
}
.bottom-links-wrp {
  overflow: hidden;
  margin: 10px 0;
  font-size: 14px;
  line-height: 24px;
}
.bottom-links-wrp .btn-plain {
  padding-left: 0;
  border: 0;
}
.bottom-links-wrp .btn {
  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;
}
.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;
}
.popout-content {
  display: none;
}
.theme-well-default {
  background-color: #E6EAEE;
}
.theme-well-default p,
.theme-well-default ul,
.theme-well-default li,
.theme-well-default ol,
.theme-well-default h1,
.theme-well-default h2,
.theme-well-default h3,
.theme-well-default h4,
.theme-well-default h5 {
  color: #000;
}
.theme-well-light {
  background-color: #616972;
}
.theme-well-light p,
.theme-well-light ul,
.theme-well-light li,
.theme-well-light ol,
.theme-well-light h1,
.theme-well-light h2,
.theme-well-light h3,
.theme-well-light h4,
.theme-well-light h5 {
  color: #FFF;
}
.theme-well-red {
  background-color: #DB3246;
}
.theme-well-red p,
.theme-well-red ul,
.theme-well-red li,
.theme-well-red ol,
.theme-well-red h1,
.theme-well-red h2,
.theme-well-red h3,
.theme-well-red h4,
.theme-well-red h5 {
  color: #FFF;
}
.theme-well-teal {
  background-color: #00847C;
}
.theme-well-teal p,
.theme-well-teal ul,
.theme-well-teal li,
.theme-well-teal ol,
.theme-well-teal h1,
.theme-well-teal h2,
.theme-well-teal h3,
.theme-well-teal h4,
.theme-well-teal h5 {
  color: #FFF;
}
.theme-well-cyan {
  background-color: #0076DB;
}
.theme-well-cyan p,
.theme-well-cyan ul,
.theme-well-cyan li,
.theme-well-cyan ol,
.theme-well-cyan h1,
.theme-well-cyan h2,
.theme-well-cyan h3,
.theme-well-cyan h4,
.theme-well-cyan h5 {
  color: #FFF;
}
.theme-well-purple {
  background-color: #8A008A;
}
.theme-well-purple p,
.theme-well-purple ul,
.theme-well-purple li,
.theme-well-purple ol,
.theme-well-purple h1,
.theme-well-purple h2,
.theme-well-purple h3,
.theme-well-purple h4,
.theme-well-purple h5 {
  color: #FFF;
}
.theme-well-light-red {
  background-color: #F5C3C9;
}
.theme-well-light-red p,
.theme-well-light-red ul,
.theme-well-light-red li,
.theme-well-light-red ol,
.theme-well-light-red h1,
.theme-well-light-red h2,
.theme-well-light-red h3,
.theme-well-light-red h4,
.theme-well-light-red h5 {
  color: #000;
}
.theme-well-light-teal {
  background-color: #B8DCD8;
}
.theme-well-light-teal p,
.theme-well-light-teal ul,
.theme-well-light-teal li,
.theme-well-light-teal ol,
.theme-well-light-teal h1,
.theme-well-light-teal h2,
.theme-well-light-teal h3,
.theme-well-light-teal h4,
.theme-well-light-teal h5 {
  color: #000;
}
.theme-well-light-cyan {
  background-color: #B8D4F6;
}
.theme-well-light-cyan p,
.theme-well-light-cyan ul,
.theme-well-light-cyan li,
.theme-well-light-cyan ol,
.theme-well-light-cyan h1,
.theme-well-light-cyan h2,
.theme-well-light-cyan h3,
.theme-well-light-cyan h4,
.theme-well-light-cyan h5 {
  color: #000;
}
.theme-well-light-purple {
  background-color: #DEB6DD;
}
.theme-well-light-purple p,
.theme-well-light-purple ul,
.theme-well-light-purple li,
.theme-well-light-purple ol,
.theme-well-light-purple h1,
.theme-well-light-purple h2,
.theme-well-light-purple h3,
.theme-well-light-purple h4,
.theme-well-light-purple h5 {
  color: #000;
}
.card-link {
  transition: box-shadow 0.3s ease-in-out;
}
.card-link:hover {
  cursor: pointer;
  box-shadow: 0 3px 15px 0 rgba(0,0,0,0.4), 0 0 0 1px rgba(0,0,0,0.08);
}
.card-link a.card-body-wrap {
  height: auto;
}
.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;
}
.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;
}
.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;
}
h1 {
  font-size: 32px;
  line-height: 38px;
}
h2 {
  font-size: 21px;
  line-height: 25px;
}
h3 {
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
}
.lead {
  font-size: 18px;
  line-height: 25px;
}
.lead-more {
  font-size: 24px;
  line-height: 28px;
}
p {
  font-size: 14px;
  line-height: 24px;
}
strong,
b {
  font-weight: bold;
}
p.lead {
  margin-bottom: 0px;
}
.card,
table {
  margin-top: 12px;
}
a {
  text-decoration: none;
}
a:hover,
a:visited,
a:link,
a:active {
  text-decoration: none;
}
.site-footer-wrp .btn {
  border-color: transparent;
}
